﻿.ui-widget {
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #cccccc;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #ffffff;
    color: #333333
}

.ui-widget-header a {
    color: #333333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ffffff;
    color: #333333
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #333333;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #ffffff;
    color: #007CC2
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #007CC2;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #ffffff;
    color: #ba8748
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ba8748;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #ffffff;
    color: #333333
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #333333
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70)
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0
}

.ui-widget-overlay {
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.snap-drawer-left {
    display: none
}

.snap-content,
.snap-drawer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.snap-content {
    z-index: 2
}

body.snapjs-left .snap-drawer {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

body.snapjs-left .snap-drawer-left {
    display: block;
    left: 0;
    top: 0
}

.snap-drawer {
    background: #2c3d50;
    font: normal 1em "Oswald";
    font-size: 1.5em;
    height: auto;
    overflow: auto;
    width: 266px;
    z-index: 1
}

.snap-drawer ul {
    padding: 0
}

.snap-drawer li {
    border-bottom: 1px solid #ccc
}

.snap-drawer li a {
    display: block;
    padding: .5em;
    text-decoration: none;
    color: #fff
}

.snap-drawer li a:hover {
    color: #ba8748
}

.snap-drawer .caps,
.snap-drawer .menu-more-menu-topnav-container a {
    text-transform: uppercase
}

.snap-drawer .sub-menu {
    display: none;
    font-size: .8em;
    clear: left;
    margin-bottom: .5em
}

.snap-drawer .sub-menu li {
    border: 0 !important
}

.snap-drawer .sub-menu li a {
    display: block;
    padding: .2em .7em;
    text-decoration: none;
    border: 0
}

.snap-drawer a.parent-nav {
    width: 80%;
    float: left
}

.snap-drawer .sub-menu-toggle {
    float: right;
    width: 20%;
    padding: .5em 0;
    display: block;
    color: #fff;
    cursor: pointer;
    text-align: center
}

.snap-drawer .sub-menu-toggle:hover {
    color: #ba8748
}

.snap-drawer .current-menu-item .sub-menu {
    display: block
}

.snap-drawer .current-menu-parent .sub-menu {
    display: block
}

.dropdown {
    position: absolute;
    z-index: 9999999;
    display: none;
    margin-left: -1px
}

.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
    min-width: 160px;
    max-width: 360px;
    list-style: none;
    background: #FFF;
    border: 1px solid #999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    overflow: visible;
    margin: 0
}

.dropdown .dropdown-panel {
    padding: 10px
}

.dropdown .dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    position: relative
}

.dropdown .dropdown-menu li:last-of-type {
    border-bottom: 0
}

.dropdown .dropdown-menu LI>A,
.dropdown .dropdown-menu LABEL {
    display: block;
    font: normal 1em "Oswald";
    font-size: 1.188em;
    color: #2c3d50 !important;
    text-decoration: none;
    line-height: 1em;
    padding: .5em 1.2em;
    margin: 0;
    white-space: nowrap
}

.dropdown .dropdown-menu LI>A:hover,
.dropdown .dropdown-menu LABEL:hover {
    background-color: #007CC2;
    color: #FFF !important;
    cursor: pointer
}

.dropdown-professionals .dropdown-menu,
.dropdown-professionals .dropdown-panel {
    width: 250px;
    max-width: 250px
}

.dropdown-professionals .dropdown-menu li:hover {
    background-color: #007CC2;
    color: #FFF !important
}

.dropdown-professionals .dropdown-menu li:hover a {
    color: #fff !important
}

.dropdown-professionals .dropdown-menu li:hover ul {
    display: block
}

.dropdown-professionals .dropdown-menu a.parent .fa {
    float: right;
    font-size: 1.3em;
    line-height: .8em
}

.dropdown-professionals .dropdown-menu ul.children {
    display: none;
    background: #FFF;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -250px;
    top: -1px;
    width: 250px;
    max-width: 250px
}

.dropdown-professionals .dropdown-menu ul.children a {
    color: #2c3d50 !important
}

.dropdown-professionals .dropdown-menu ul.children a:hover {
    color: #fff !important
}

@media screen and (max-width: 480px) {
    .dropdown LI>A,
    .dropdown LABEL {
        font-size: .9em !important;
        padding: .5em !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    display: none !important;
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    display: none;
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

#shareyourstory legend {
    color: #333;
    padding: .2em 1em;
    font: normal 1em "Oswald";
    font-size: 1.3em;
    text-transform: uppercase
}

#shareyourstory fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em
}

#shareyourstory fieldset label {
    float: left;
    width: 25%;
    text-align: right;
    margin-right: 2%
}

#shareyourstory fieldset input[type='text'],
#shareyourstory fieldset input[type='email'],
#shareyourstory fieldset input[type='phone'],
#shareyourstory fieldset textarea,
#shareyourstory fieldset select {
    float: left;
    width: 73%;
    background-color: #ececec;
    padding: .3em;
    border: 0;
    font: normal 1em "Oswald"
}

#shareyourstory fieldset .date-wrap {
    float: left;
    width: 73%;
    margin: 0
}

#shareyourstory fieldset .date-wrap input,
#shareyourstory fieldset .date-wrap textarea {
    width: 100%
}

#shareyourstory fieldset .date-wrap .recurring-toggle {
    display: none
}

#shareyourstory fieldset .date-wrap .make-recurring {
    font-size: .8em;
    margin-top: .5em
}

#shareyourstory fieldset .date-wrap .display-dates {
    color: #007cc2;
    font-size: .8em
}

#shareyourstory fieldset .date-wrap .outputdek {
    font-size: .8em;
    margin-top: .5em
}

#shareyourstory fieldset textarea {
    height: 100px
}

#shareyourstory fieldset button {
    background-color: #007CC2;
    color: #fff;
    padding: .2em 1em;
    font: normal 1em "Oswald";
    font-size: 1.3em;
    text-transform: uppercase;
    border: 0
}

#shareyourstory fieldset button:hover {
    background-color: #ba8748
}

#shareyourstory fieldset p {
    margin: 0 0 .5em 0
}

#shareyourstory .req-fields {
    text-align: right;
    font-size: .8em
}

@media screen and (max-width: 480px) {
    #shareyourstory fieldset label {
        width: 100%;
        text-align: left;
        margin: 0
    }
    #shareyourstory fieldset input,
    #shareyourstory fieldset textarea,
    #shareyourstory fieldset select {
        width: 100%
    }
}

.fscf-div-form {
    width: 100%
}

.fscf-div-left-box {
    float: left;
    width: 100%
}

.fscf-div-right-box {
    float: left;
    width: 100px
}

.fscf-div-clear {
    margin-bottom: .5em
}

.fscf-div-clear:before,
.fscf-div-clear:after {
    content: "";
    display: table
}

.fscf-div-clear:after {
    clear: both
}

.fscf-div-field-left {
    clear: left;
    float: left;
    width: 100%
}

.fscf-div-field-prefollow {
    clear: left;
    float: left;
    width: 100%;
    max-width: 250px;
    margin-right: 10px
}

.fscf-div-field-follow {
    float: left;
    padding-left: 10px;
    width: 100%;
    max-width: 250px
}

.fscf-div-label {
    float: left;
    width: 35%;
    text-align: right;
    margin-right: 2%
}

.fscf-div-field {
    float: left;
    width: 63%
}

.fscf-div-field .fscf-div-error {
    padding: 0;
    font-size: .7em;
    line-height: 1em;
    margin-bottom: 3px;
    text-align: right
}

.fscf-div-captcha-sm {
    width: 175px;
    height: 50px;
    padding-top: 2px
}

.fscf-div-captcha-m {
    width: 250px;
    height: 65px;
    padding-top: 2px
}

.fscf-image-captcha {
    border-style: none;
    margin: 0;
    padding: 0px;
    padding-right: 5px;
    float: left
}

.fscf-image-captcha-refresh {
    border-style: none;
    margin: 0;
    padding: 0px;
    vertical-align: bottom
}

.fscf-div-submit {
    text-align: left;
    clear: both;
    padding-top: 15px
}

.fscf-fieldset {
    border: 1px solid #ccc;
    margin-bottom: 1em;
    width: 100%;
    max-width: 100%;
    padding: .8em
}

.fscf-required-indicator {
    text-align: left
}

.fscf-required-text {
    text-align: left
}

.fscf-hint-text {
    font-size: x-small;
    font-weight: normal
}

.fscf-div-error {
    text-align: left;
    color: red
}

.fscf-div-redirecting {
    text-align: left
}

.fscf-fieldset-field {
    width: 100%;
    max-width: 100%
}

.fscf-fieldset-field legend {
    color: #333;
    padding: .2em 1em;
    font: normal 1em "Oswald";
    font-size: 1.3em;
    text-transform: uppercase
}

.fscf-label {
    text-align: left
}

.fscf-option-label {
    display: inline
}

.fscf-input-text,
.fscf-input-textarea,
.fscf-input-select {
    width: 100%;
    background-color: #ececec;
    padding: .3em;
    border: 0;
    font: normal 1em "Oswald"
}

.fscf-input-text::-webkit-input-placeholder,
.fscf-input-textarea::-webkit-input-placeholder,
.fscf-input-select::-webkit-input-placeholder {
    opacity: 0.6;
    color: #333333
}

.fscf-input-text:-moz-placeholder,
.fscf-input-textarea:-moz-placeholder,
.fscf-input-select:-moz-placeholder {
    opacity: 0.6;
    color: #333333
}

.fscf-input-text::-moz-placeholder,
.fscf-input-textarea::-moz-placeholder,
.fscf-input-select::-moz-placeholder {
    opacity: 0.6;
    color: #333333
}

.fscf-input-text:-ms-input-placeholder,
.fscf-input-textarea:-ms-input-placeholder,
.fscf-input-select:-ms-input-placeholder {
    opacity: 0.6;
    color: #333333
}

.fscf-input-captcha {
    text-align: left;
    margin: 0;
    width: 50px
}

.fscf-input-textarea {
    height: 100px
}

.fscf-input-checkbox {
    width: 22px;
    height: 32px
}

.fscf-input-radio {
    width: 22px;
    height: 32px
}

.fscf-button-submit {
    cursor: pointer;
    margin: 0;
    width: 100%;
    background-color: #007CC2;
    color: #fff;
    padding: .2em 1em;
    font: normal 1em "Oswald";
    font-size: 1.3em;
    text-transform: uppercase;
    border: 0
}

.fscf-button-submit:hover {
    background-color: #ba8748
}

.fscf-button-reset {
    cursor: pointer;
    margin: 0
}

.fscf-button-vcita,
.fscf-button-div-vcita,
.fscf-powered-by {
    display: none
}

@media screen and (max-width: 480px) {
    .fscf-fieldset-field .fscf-div-label {
        width: 100% !important;
        text-align: left !important;
        margin: 0 !important
    }
    .fscf-fieldset-field .fscf-div-field {
        width: 100%
    }
    .fscf-fieldset-field .fscf-div-field input,
    .fscf-fieldset-field .fscf-div-field textarea,
    .fscf-fieldset-field .fscf-div-field select {
        width: 100% !important
    }
}

.gallery {
    margin-bottom: 1em
}

.gallery .gallery-item {
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative
}

.gallery .gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery .gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery .attachment-thumbnail {
    border: 0 !important;
    width: 100%;
    height: auto
}

.gallery.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    max-width: 48%;
    margin: 0 1% 1% 1%
}

.gallery.gallery-columns-3 .gallery-item {
    max-width: 31%;
    margin: 0 1% 1% 1%
}

.gallery.gallery-columns-4 .gallery-item {
    max-width: 23%;
    margin: 0 1% 1% 1%
}

.gallery.gallery-columns-5 .gallery-item {
    max-width: 18%;
    margin: 0 1% 1% 1%
}

.gallery.gallery-columns-6 .gallery-item {
    max-width: 14.66%;
    margin: 0 1% 1% 1%
}

.gallery.gallery-columns-2,
.gallery.gallery-columns-3,
.gallery.gallery-columns-4,
.gallery.gallery-columns-5,
.gallery.gallery-columns-6 {
    margin: 0 -1% 1em -1% !important
}

@media screen and (max-width: 480px) {
    .gallery-item:hover .gallery-caption {
        display: none
    }
}

@media screen and (min-width: 481px) and (max-width: 980px) {
    .gallery-item:hover .gallery-caption {
        display: none
    }
}

#archivemenu.professionals h1, #archivemenu.professionals h2 {
    border: 0
}

.post-list-professionals {
    margin: 0 0 1.5em 0
}

.post-list-professionals header {
    color: #333;
    font: 700 1em "Playfair Display";
    font-size: 2.250em;
    font-weight: 700;
    margin-bottom: .3em
}

.post-list-professionals header a {
    color: #333
}

.post-list-professionals header .alt {
    color: #ba8748
}

.post-list-professionals ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.post-list-professionals ul li {
    float: left;
    width: 100%;
    margin: 0 0 1.5em 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em
}

.post-list-professionals ul li.premium-listing {
    background-color: #e6f3fa;
    padding: 3% 2%;
    border-top: 2px solid #007bc2;
    border-bottom: 2px solid #007bc2
}

.post-list-professionals ul li:last-of-type {
    border: 0;
    padding-bottom: 0
}

.post-professionals-item {
    font: normal 1em "Noto Serif", arial
}

.post-professionals-item a {
    color: #333
}

.post-professionals-item a:hover {
    color: #007CC2
}

.post-professionals-item figure {
    width: 30%;
    margin: 0 3% 0 0;
    float: left;
    position: relative
}

.post-professionals-item figure img {
    width: 100%;
    height: auto
}

.post-professionals-item figure .frame {
    position: absolute;
    top: 0;
    left: 0
}

.post-professionals-item section.has-thumb {
    width: 67%;
    float: left
}

.post-professionals-item h1, .post-professionals-item h2 {
    font: normal 1em "Oswald";
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 .3em 0
}

.post-professionals-item .entry-meta {
    font: normal 1em "Oswald";
    margin: .5em 0
}

.post-professionals-item .entry-meta .company {
    text-transform: uppercase
}

.post-professionals-item .entry-meta a.email {
    color: #007CC2
}

.post-professionals-item .entry-content {
    font-size: 0.938em;
    line-height: 1.375em
}

.post-professionals-item .entry-content p {
    margin: 0
}

.post-professionals-item .tags a {
    background-color: #666666;
    color: #fff;
    padding: .4em .5em;
    text-transform: uppercase;
    margin: 0 .5em .5em 0;
    font: normal 1em "Raleway";
    font-weight: 700;
    font-size: .8em;
    display: inline-block
}

.post-professionals-item .tags a:hover {
    background-color: #2c3d50
}

.professionals-sidebar {
    background-color: #f4f4f4;
    color: #333;
    font: normal 1em "Oswald";
    padding: .4em 0
}

.professionals-sidebar a {
    color: #333;
    display: block;
    font-size: 1.125em;
    padding: .2em 16px
}

.professionals-sidebar a.active,
.professionals-sidebar a:hover {
    color: #333;
    background-color: #fff
}

.professionals-sidebar a.active {
    color: #ba8748
}

.professionals-sidebar h2 {
    margin: 0 16px;
    font: 700 1em "Playfair Display";
    font-size: 1.875em
}

.professionals-sidebar li {
    border-bottom: 1px solid #ccc
}

.professionals-sidebar li:last-of-type {
    border: 0
}

h1.professionals-header, h2.professionals-header {
    margin: 0 0 .8em 0;
    padding-bottom: .5em;
    border-bottom: 2px solid #2c3d50;
    color: #ba8748;
    font: 700 1em "Playfair Display";
    font-size: 2.250em
}

h1.professionals-header span, h2.professionals-header span {
    color: #333
}

.professionals-menu {
    width: 100%;
    margin-bottom: 1.5em !important;
    border-top: 1px solid #999;
    border-left: 1px solid #999
}

.professionals-menu .all a {
    color: #2c3d50 !important;
    display: block;
    padding: 0 2%;
    width: 10%;
    float: left;
    font: normal 1em "Oswald";
    font-weight: 400;
    font-size: 1.4em;
    line-height: 2.55em;
    border-right: 1px solid #999;
    text-align: center
}

.professionals-menu .all a:hover,
.professionals-menu .all a.active {
    color: #ba8748 !important
}

.professionals-menu .topic-selector a {
    width: 40%
}

.professionals-menu .topic-selector .fa {
    float: right;
    line-height: 2.55em
}

.professionals-menu .search-form {
    width: 50%
}

.professionals-menu .search-form input {
    width: 85%
}

.professionals-menu .search-form button {
    line-height: 2.5em;
    width: 15%;
    text-align: right
}

.professionals-sidebar-sort h2 {
    font: 700 1em "Playfair Display";
    font-size: 2.250em;
    color: #ba8748;
    margin: 0 0 .5em 0
}

.professionals-sidebar-sort select {
    width: 100%;
    padding: 2%;
    margin-bottom: 1em;
    font: normal 1em "Oswald";
    font-size: 1.4em
}

.professionals-sidebar-sort .search-form {
    background-color: #ececec;
    font: normal 1em "Oswald";
    font-size: 1.4em;
    line-height: 2.55em;
    padding: 0
}

.professionals-sidebar-sort .search-form input,
.professionals-sidebar-sort .search-form button {
    background-color: #ececec;
    border: 0
}

.professionals-sidebar-sort .search-form input {
    width: 85%;
    padding: 0 3%
}

.professionals-sidebar-sort .search-form button {
    line-height: 2.5em;
    width: 15%;
    text-align: right;
    color: #2c3d50
}

.professionals-sidebar-sort .specialty-selector {
    margin-bottom: 1.5em
}

.professionals-sidebar-sort .specialty-selector .toggle a {
    color: #2c3d50;
    display: block;
    padding: 0 3%;
    font: normal 1em "Oswald";
    font-weight: 400;
    font-size: 1.4em;
    line-height: 2.55em;
    text-transform: uppercase;
    border: 1px solid #999;
    width: 100%
}

.professionals-sidebar-sort .specialty-selector .toggle a:hover,
.professionals-sidebar-sort .specialty-selector .toggle a.active {
    color: #ba8748
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown {
    display: none;
    border: 1px solid #999;
    border-top: 0
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu li {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
    position: relative
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu li:last-of-type {
    border-bottom: 0
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu LI>A,
.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu LABEL {
    display: block;
    font: normal 1em "Oswald";
    font-size: 1em;
    color: #2c3d50 !important;
    text-decoration: none;
    line-height: 1em;
    padding: .5em 1em;
    margin: 0;
    white-space: nowrap
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu LI>A:hover,
.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu LABEL:hover {
    background-color: #007CC2;
    color: #FFF !important;
    cursor: pointer
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu ul.children {
    display: block;
    background: #FFF;
    list-style: none;
    margin: 0 1em 1em 2em;
    padding: 0;
    font-size: .8em
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu ul.children li {
    border-bottom: 0
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu ul.children a {
    color: #2c3d50 !important
}

.professionals-sidebar-sort .specialty-selector #specialty-dropdown .dropdown-menu ul.children a:hover {
    color: #ba8748 !important;
    background-color: #fff !important
}

.single-professionals-meta {
    margin-bottom: 1em
}

.single-professionals-meta .entry-header {
    margin-bottom: .5em
}

.single-professionals-meta .photo {
    margin-bottom: 1em
}

.single-professionals-meta .photo img {
    width: 100%;
    height: auto
}

.single-professionals-meta .professional-terms a {
    background-color: #666666;
    color: #fff;
    padding: .4em .5em;
    text-transform: uppercase;
    margin: 0 .5em .5em 0;
    font: normal 1em "Raleway";
    font-weight: 700;
    font-size: .8em;
    display: inline-block
}

.single-professionals-meta .professional-terms a:hover {
    background-color: #2c3d50
}

.single-professionals-meta .professional-details {
    font: normal 1em "Oswald";
    font-size: 1.1em;
    line-height: 1.7em
}

.single-professionals-meta .professional-details a {
    color: #333
}

.single-professionals-meta .professional-details a:hover {
    color: #007CC2
}

.single-professionals-meta .professional-details .company {
    text-transform: uppercase
}

.single-professionals-meta .collections a,
.single-professionals-meta .collections span {
    color: #ba8748;
    margin-right: .5em
}

.single-professionals-meta .collections a:hover {
    color: #333
}

@media screen and (max-width: 480px) {
    .professionals-menu .all a {
        width: 15%;
        font-size: 1em;
        line-height: 2em
    }
    .professionals-menu .topic-selector a {
        width: 85%
    }
    .professionals-menu .topic-selector .fa {
        line-height: 2em
    }
    .professionals-menu .search-form {
        display: none
    }
    .post-professionals-item figure {
        width: 100%;
        margin: 0 0 1em 0
    }
    .post-professionals-item figure .frame {
        width: 100%
    }
    .post-professionals-item section.has-thumb {
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important
}

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after,
.clear {
    clear: both
}

.cf {
    *zoom: 1
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: #007CC2;
    outline: 0
}

input:focus {
    outline: 0
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

.imgmax,
.wp-caption img,
.entry-content img,
figure img {
    max-width: 100%;
    height: auto
}

.display-none,
.no-touch,
.touch-only,
.mobile-only,
summary::-webkit-details-marker {
    display: none
}

.outline {
    border: 1px solid #ccc
}

.padded {
    padding: 1em
}

blockquote {
    margin: 0;
    background-color: #ebebeb;
    border-left: 2px solid #49545b;
    padding: .3em 1em;
    font-style: italic
}

blockquote cite {
    color: #666;
    font-size: .8em;
    display: block
}

pullquote {
    margin: 1.5em 2.5em;
    color: #ba8748;
    display: block;
    font: normal 1em "Oswald";
    font-size: 1.6em;
    font-weight: 300
}

ol pre code {
    font: inherit
}

.entry-content li {
    margin-bottom: 1em
}

.tiny {
    font-size: normal 0.7em "Raleway"
}

.site-ad {
    background-color: #ececec;
    text-align: center;
    font-size: normal 0.7em "Raleway";
    color: #b1b1b1
}

.site-ad img {
    margin: 0 auto
}

.site-ad iframe {
    margin: 0 auto
}

.site-ad .gad {
    display: inline-block;
    margin: 0 auto
}

.site-ad div {
    display: inline-block;
    margin: 0 auto
}

.site-ad p {
    margin: 0 0 .3em 0
}

.ad-text {
    font: normal 0.7em "Raleway";
    color: #b1b1b1;
    text-align: center
}

.ad-leaderboard {
    width: 728px;
    height: 90px;
    margin: 1em auto 0 auto
}

.video-wrap,
.embed-youtube {
    position: relative;
    padding-bottom: 62.5%;
    height: 0
}

.video-wrap .player,
.video-wrap iframe,
.embed-youtube .player,
.embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.margin-padding-bottom-1em {
    padding-bottom: 1em;
    margin-bottom: 1em
}

@media screen and (max-width: 1200px) {
    .max-only {
        display: none
    }
}

.box-w-border {
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 1.5em
}

.eyebrow {
    font: normal 1em "Raleway";
    font-weight: 700;
    font-size: .9em
}

.fa-file-pdf-o {
    color: #ff0000;
    font-size: 1.3em;
    margin-right: .3em
}

hr {
    background-color: #838383;
    height: 5px;
    border: 0
}

.pulse-inline-ad div {
    margin: 0 auto 1em auto;
    width: 300px
}

.link-facebook {
    background-color: #3a5291
}

.link-twitter {
    background-color: #52a6d2
}

.link-subscribe {
    background-color: #bbb
}

.link-social:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em
}

p img {
    margin-top: 0.4em
}

.caption-txt,
.wp-caption .wp-caption-text,
.gallery-caption {
    color: #333;
    font: normal 0.813em "Source Sans Pro";
    line-height: 1.125em;
    font-style: italic;
    text-align: center
}

.wp-caption {
    margin: .5em 0 0 0;
    max-width: 100%
}

.wp-caption img {
    display: block;
    margin: 0
}

.wp-caption .wp-caption-text {
    margin: 3px 0 15px 0;
    padding: 0;
    max-width: 96%
}

.alignleft {
    display: inline;
    margin-right: 10px;
    float: left
}

.alignright {
    display: inline;
    margin-left: 10px;
    float: right
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

body {
    font: normal 100% 'Noto Serif', arial;
    color: #333;
    background-color: #fff;
    overflow-x: hidden
}

.contentwidth {
    max-width: 1200px;
    margin: 0 auto
}

.button-style {
    display: inline-block;
    background-color: #ba8748;
    color: #fff;
    padding: .3em .5em
}

.button-style.alt {
    background-color: #666
}

.button-style:hover {
    background-color: #2c3d50
}

.more-link {
    font: normal 1em "Raleway";
    font-weight: 700;
    white-space: nowrap
}

.more-link:hover {
    color: #ba8748
}

#site {
    background-color: #fff
}

#innerwrap.padded {
    padding: 1em 0
}

#stage {
    background-color: #1c1c1c
}

main {
    width: 67%;
    margin-right: 3%;
    float: left
}

main.aside {
    width: 100%;
    margin-right: 0;
    float: left
}

main.fullscreen {
    margin: 0;
    padding: 0;
    width: 100%
}

#secondary {
    width: 30%;
    float: left
}

#secondary .item {
    margin-bottom: 1.5em
}

#secondary .item h3 {
    margin: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: .5em;
    padding-bottom: .5em
}

#secondary .site-ad {
    background-color: #fff;
    border: 0
}

#masthead {
    color: #666;
    background-color: #fff;
    font: normal 1em "Oswald"
}

#masthead .main-head {
    margin: 15px 0;
    position: relative
}

#masthead .menutoggle {
    font-size: 2em;
    color: #007CC2;
    line-height: 1em
}

#masthead h1, #masthead h2 {
    margin: 0 auto;
    width: 40%
}

#masthead h1 img, #masthead h2 img, #masthead div.site-title img {
    margin: 0 auto;
    max-width: 400px;
    height: auto
}

#masthead .head-social {
    width: 25%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.5em
}

#masthead .head-social li {
    display: inline;
    margin-right: .5em
}

#masthead .head-social a {
    color: #666
}

#masthead .head-social a:hover {
    color: #007CC2
}

#masthead .head-social span {
    display: none
}

#masthead .head-subscribe {
    width: 22%;
    position: absolute;
    bottom: 0;
    right: 0
}

#masthead #headsubscribe {
    text-align: right
}

#masthead #headsubscribe .alt {
    margin-left: 1em
}

#masthead #headsubscribe .search-button {
    text-align: center
}

#masthead .head-search {
    float: right;
    width: 26%;
    background-color: #ececec
}

#masthead .head-search input,
#masthead .head-search button {
    background-color: #ececec;
    padding: 0 .3em;
    float: left;
    border: 0;
    line-height: 38px
}

#masthead .head-search input {
    width: 80%
}

#masthead .head-search button {
    width: 20%;
    color: #2c3d50;
    line-height: 34px
}

#masthead .head-search button:hover {
    color: #ba8748
}

#mobilesearch {
    display: none;
    font: normal 1em "Oswald";
    font-size: 1.3em;
    border-bottom: 1px solid #999
}

#mobilesearch input,
#mobilesearch button {
    background-color: #ececec;
    padding: 2% 3%;
    float: left;
    border: 0
}

#mobilesearch input {
    width: 90%
}

#mobilesearch button {
    width: 10%;
    background-color: #2c3d50;
    color: #fff
}

#mobilesearch button:hover {
    color: #ba8748
}

#footer {
    background-color: #2c3d50;
    color: #fff;
    position: relative;
    margin-top: 46px;
    font: normal 1em "Oswald"
}

#footer a {
    color: #fff
}

#footer a:hover {
    color: #ba8748
}

#footer #footermenu {
    margin: 0 -1%
}

#footer #footermenu h5 {
    margin: 0 0 .3em 0;
    font: 700 1em "Playfair Display";
    font-weight: 700;
    font-size: 1.7em
}

#footer #footermenu li.parent {
    width: 15%;
    float: left;
    margin: 0 1%;
    border-right: 1px solid #fff
}

#footer #footermenu li.parent li {
    margin-bottom: .2em;
    padding-right: 2%;
    font-size: 1.3em;
    font-weight: 300
}

#footer #footermenu li.logo {
    border: none
}

#footer #footermenu li.magazine {
    width: 30%;
    border-right: 0
}

#footer #footermenu .foot-social i {
    width: 1.5em
}

#footer #footmagazine .magazine-cover {
    float: left;
    width: 45%;
    margin-right: 2%
}

#footer #footmagazine .magazine-links {
    float: left;
    width: 38%
}

#footer #footmagazine .magazine-links li {
    margin-bottom: .5em
}

#footer #footmagazine .magazine-links .button-style {
    padding: .2em .7em;
    margin-bottom: .4em;
    font-weight: normal
}

#footer #footmagazine .magazine-links .button-style:hover {
    background-color: #666;
    color: #fff
}

#footer .logo-footer {
    position: absolute;
    top: -46px
}

#footer .logo-footer img {
    width: 74px;
    height: auto
}

#footer .site-info {
    margin-top: 1.3em;
    margin-bottom: 3em
}

.side-nav li {
    margin-bottom: .3em
}

.recent-posts li {
    margin-bottom: .5em
}

.recent-posts li:last-of-type {
    margin-bottom: 0
}

.tag-meta {
    margin-bottom: 1em;
    font: normal .9em arial
}

#archivemenu {
    border-bottom: 1px solid #999;
    padding: 0;
    margin: 0 0 1em 0
}

#archivemenu a {
    color: #333
}

#archivemenu h1, #archivemenu h2 {
    float: left;
    margin: 0;
    padding: 0 2% 0 0;
    display: inline-block;
    border-right: 1px solid #999;
    font: 700 1em "Playfair Display";
    font-size: 2.250em;
    line-height: 1.6em
}

#archivemenu h1 span, #archivemenu h2 span {
    color: #ba8748 !important
}

#archivemenu .topic-selector a {
    color: #2c3d50;
    display: inline-block !important;
    padding: 0 2%;
    float: left;
    font: normal 1em "Oswald";
    font-weight: 400;
    font-size: 1.4em;
    line-height: 2.55em;
    text-transform: uppercase;
    border-right: 1px solid #999
}

#archivemenu .topic-selector a:hover,
#archivemenu .topic-selector a.active {
    color: #ba8748
}

#archivemenu .search-form {
    border-right: 1px solid #999;
    background-color: #ececec;
    display: inline-block;
    float: left;
    font: normal 1em "Oswald";
    font-size: 1.4em;
    line-height: 2.55em;
    padding: 0 2%
}

#archivemenu .search-form input,
#archivemenu .search-form button {
    font-weight: 400;
    background-color: #ececec;
    border: 0;
    color: #999;
    padding: 0;
    float: left;
    line-height: 2.55em
}

#archivemenu .search-form button {
    line-height: 2.5em
}

article .entry-header,
.article.entry-header {
    margin-bottom: 1.5em;
    font: normal 1em "Oswald"
}

article .entry-header h1,
.article.entry-header h1,
article .entry-header h2,
.article.entry-header h2 {
    margin: 0 0 .3em 0;
    font-size: 2.750em;
    line-height: 1em;
    font-weight: 300
}

article .entry-header h4.eyebrow,
.article.entry-header h4.eyebrow {
    margin: 0;
    text-transform: uppercase
}

article .entry-header .entry-meta,
.article.entry-header .entry-meta {
    text-transform: uppercase;
    font: normal 1em "Raleway";
    font-weight: 400;
    font-size: 0.938em
}

article .entry-header .entry-meta a,
.article.entry-header .entry-meta a {
    color: #333;
    font-weight: 700
}

article .entry-header .entry-meta a:hover,
.article.entry-header .entry-meta a:hover {
    color: #007CC2
}

article .entry-header .entry-meta .author,
.article.entry-header .entry-meta .author {
    text-transform: lowercase
}

article .entry-header .entry-meta .eyebrow a,
.article.entry-header .entry-meta .eyebrow a {
    background-color: #007CC2;
    display: inline-block;
    color: #fff;
    padding: .3em .7em;
    margin-right: .5em
}

article .entry-header .entry-meta .eyebrow a:hover,
.article.entry-header .entry-meta .eyebrow a:hover {
    background-color: #2c3d50
}

article .entry-header .entry-meta .eyebrow.alt a,
.article.entry-header .entry-meta .eyebrow.alt a {
    background-color: #ba8748
}

article .entry-header .entry-meta .eyebrow.alt a:hover,
.article.entry-header .entry-meta .eyebrow.alt a:hover {
    background-color: #2c3d50
}

article .entry-content {
    margin-bottom: 1.5em;
    font-size: 1.125em;
    line-height: 1.875em
}

article .entry-content p {
    margin: 0 0 1em 0
}

article .entry-content center {
    color: #666;
    font-size: .8em;
    font-style: italic;
    line-height: 1.3em
}

article .entry-content center img {
    margin-bottom: 8px
}

article .entry-content center br {
    display: none
}

article .entry-content a {
    color: #007CC2
}

article .entry-content a:hover {
    text-decoration: underline
}

article .entry-content ul {
    list-style-type: disc
}

article .entry-content ul li {
    margin-left: 2.5em
}

article .social-left {
    float: left;
    width: 8%;
    margin-right: 4%
}

article .article-wrap {
    float: left;
    width: 88%
}

article .featured-image {
    margin-bottom: 1em
}

article .featured-image img {
    width: 100%;
    height: auto
}

article .featured-image figcaption {
    color: #666;
    font-size: .8em;
    font-style: italic;
    line-height: 1.3em;
    margin-top: .3em;
    text-align: center;
    padding: 0 2%
}

.single .video-wrap {
    margin-bottom: 1em
}

.single-video .video-wrap {
    margin-bottom: 0
}

.footer-author-bio {
    font: normal 1em "Noto Serif", arial;
    border-top: 3px solid #ba8748;
    padding-top: 1.5em;
    margin-bottom: 1.5em;
    color: #333
}

.footer-author-bio a {
    color: #007CC2
}

.footer-author-bio a:hover {
    text-decoration: underline
}

.footer-author-bio h3 {
    margin: 0;
    font: normal 1em "Oswald";
    font-size: 1.5em;
    line-height: 1em;
    text-transform: lowercase
}

.footer-author-bio h3 a {
    color: #333
}

.footer-author-bio h3 a:hover {
    color: #007CC2
}

.footer-author-bio p {
    font-size: 0.938em;
    margin: .5em 0;
    line-height: 1.500em
}

.footer-author-bio .img-wrap {
    float: left;
    width: 15%;
    margin-right: 3%
}

.footer-author-bio .img-wrap img {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.footer-author-bio .bio-wrap {
    float: left;
    width: 82%;
    padding-top: .3em
}

.post-share-toolbar {
    border: 1px solid #000;
    margin-bottom: 1.5em;
    background-color: #ff00cc
}

.social-left a {
    color: #fff;
    display: block;
    width: 100%;
    line-height: 3em;
    font-size: 1.5em;
    text-align: center
}

.social-left a.facebook {
    background-color: #2c3e50
}

.social-left a.twitter {
    background-color: #007ac2
}

.social-left a.pinterest {
    background-color: #0293e9
}

.social-left a.comment {
    background-color: #5bc2ff
}

.social-left a.email {
    background-color: #a3ddff
}

.social-left a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.post-navigation {
    margin-bottom: 1em
}

.post-navigation a {
    color: #1b1b1b
}

.post-navigation .nav-links {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden
}

.post-navigation .nav-links a:hover i {
    background-color: #666
}

.post-navigation i {
    background-color: #007CC2;
    color: #fff;
    height: 200px;
    position: absolute;
    padding: .7em 1% 0 1%
}

.post-navigation .nav-links-previous {
    width: 49%;
    margin-right: 2%;
    padding: .5em .5em .5em 4%;
    position: relative;
    float: left
}

.post-navigation .nav-links-next {
    width: 49%;
    text-align: right;
    padding: .5em 4% .5em 0;
    position: relative;
    float: right
}

.post-navigation .nav-links-previous i {
    top: 0;
    left: 0
}

.post-navigation .nav-links-next i {
    top: 0;
    right: 0
}

.post-navigation .nav-links-post-title {
    font-size: 1.1em
}

.post-navigation .nav-links-label {
    font-size: normal 0.7em "Raleway";
    display: block;
    color: #777;
    text-transform: uppercase
}

.paging-navigation .page-numbers {
    background-color: #ccc;
    border: 1px solid #ddd;
    padding: .3em;
    display: inline-block;
    color: #000
}

.paging-navigation .page-numbers.current {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000
}

.paging-navigation .page-numbers.dots {
    background-color: #fff;
    border: 0
}

.paging-navigation .page-numbers:hover {
    background-color: #c13f14;
    color: #fff
}

#horoscope ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#horoscope li {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    border-bottom: 1px solid #ccc
}

#horoscope li:last-of-type {
    border: 0
}

#horoscope .thumb {
    float: left;
    width: 20%;
    margin-right: 2%
}

#horoscope .txt-wrap {
    float: left;
    width: 78%
}

#horoscope .txt-wrap h3 {
    font: normal 1em "Oswald";
    font-size: 1.5em;
    font-weight: 400;
    margin: 0
}

#horoscope .txt-wrap h4 {
    font: normal 1em "Raleway";
    font-size: 0.938em;
    margin: 0 0 .5em 0
}

#horoscope .txt-wrap p {
    margin: 0;
    font-size: 0.938em;
    line-height: 1.4em
}

.home-top {
    margin-bottom: 1.5em
}

.home-top .primary {
    float: left;
    width: 73%;
    margin-right: 1%
}

.home-top .secondary {
    float: left;
    width: 26%
}

.home-top .secondary img {
    margin: 0 auto 1em auto
}

.home-top .secondary .site-ad {
    padding: .5em;
    min-height: 496px
}

.home-top .featured-item {
    position: relative
}

.home-top .featured-item img {
    position: relative;
    border: 0px;
    max-width: 100%;
    height: auto
}

.home-top .featured-item h1, .home-top .featured-item h2 {
    margin: 0 0 .3em 0;
    font: normal 1em "Oswald";
    font-size: 2em;
    line-height: 1em
}

.home-top .featured-item a {
    color: #333
}

.home-top .featured-item p {
    margin: 0;
    line-height: 1.3em
}

.home-top .featured-item .dek-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.home-top .featured-item .eyebrow {
    text-transform: uppercase;
    margin: 0 0 1px 0;
    background-color: #007CC2;
    display: inline-block;
    color: #fff;
    margin-left: 2%;
    padding: .4em .5em
}

.home-top .featured-item .eyebrow a {
    color: #fff
}

.home-top .featured-item .dek {
    width: 100%;
    padding: 2%;
    background: rgba(255, 255, 255, 0.8)
}

.post-list-section {
    margin: 0 0 1.5em 0
}

.post-list-section header {
    color: #333;
    font: 700 1em "Playfair Display";
    font-size: 2.250em;
    font-weight: 700;
    margin-bottom: .3em;
    background: url(../images/section-title-border.png) center left repeat-x
}

.post-list-section header a {
    color: #333;
    background-color: #fff;
    display: inline-block;
    padding-right: .5em
}

.post-list-section header .alt {
    color: #ba8748
}

.post-list-section ul {
    list-style-type: none;
    margin: 0 -1% 0 -1%;
    padding: 0
}

.post-list-section ul li {
    float: left;
    width: 31.3%;
    margin: 0 1% 0 1%
}

.post-list-section ul li.one-wide {
    width: 31.3%
}

.post-list-section ul li.two-wide {
    width: 64.6%
}

.post-list-section ul li.widget {
    background-color: #ececec;
    border: 1px solid #ccc;
    height: 387px;
    overflow: hidden
}

.post-list-section ul li.widget #PULSE-HP-medium-1 {
    margin: 40px auto !important
}

.post-list-section .twitter-timeline {
    width: 100%;
    max-height: 387px !important
}

.post-list-section .instagram {
    text-align: center;
    padding: 1em;
    height: 387px;
    background-color: #ba8748
}

.post-list-section .instagram .instagram-label {
    margin: 0 auto 5px auto;
    width: 110px
}

.post-list-section .instagram #instafeed,
.post-list-section .instagram .instagram-featimg {
    border: 1px solid #fff;
    max-width: 306px;
    margin: 0 auto
}

.post-list-section .instagram #instafeed img,
.post-list-section .instagram .instagram-featimg img {
    max-width: 100%;
    height: auto
}

.post-list-section.archive ul li {
    width: 48%
}

.post-list-section.archive ul li.one-wide {
    width: 48%
}

.post-list-section.archive ul li.two-wide {
    width: 98%
}

#pulseminutes h1, #pulseminutes h2 {
    font: 700 1em "Playfair Display";
    font-size: 2.750em;
    color: #ba8748;
    line-height: 1em;
    margin: 0 0 .3em 0
}

#pulseminutes h3 {
    margin: 0;
    font: normal 1em "Oswald";
    font-size: 1.250em
}

#pulseminutes ul {
    margin: 0
}

#pulseminutes li {
    width: 100%;
    margin: 0 0 1em 0
}

#pulseminutes li:last-of-type {
    margin-bottom: 0
}

#pulseminutes p {
    margin: 0;
    font-size: .9em
}

#pulseminutes .date {
    font: normal 1em "Raleway";
    font-size: .9em;
    color: #777;
    text-transform: uppercase
}

#pulseminutes .date span {
    text-transform: none
}

.pulse-minutes-scroll {
    height: 387px;
    overflow-x: hidden;
    overflow: scroll-y;
    -webkit-overflow-scrolling: touch
}

.post-teaser {
    font: normal 1em "Noto Serif", arial;
    border: 1px solid #ccc;
    height: 387px;
    margin-bottom: 1.5em
}

.post-teaser a {
    color: #333
}

.post-teaser a:hover h1,
.post-teaser a:hover h2,
.post-teaser a:hover h3 {
    color: #007CC2
}

.post-teaser figure {
    width: 100%;
    margin: 0 0 .5em 0;
    float: left;
    position: relative
}

.post-teaser figure img {
    width: 100%;
    height: auto
}

.post-teaser figure .eyebrow a {
    position: absolute;
    bottom: 0;
    left: 1em;
    background-color: #007CC2;
    color: #fff;
    padding: .4em .5em;
    text-transform: uppercase
}

.post-teaser section {
    width: 100%;
    float: left;
    padding: .5em 1em
}

.post-teaser h1, .post-teaser h2 {
    font: normal 1em "Oswald";
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 .3em 0
}

.post-teaser .entry-meta {
    font-size: .9em;
    color: #666
}

.post-teaser .entry-meta a {
    color: #666
}

.post-teaser .entry-content {
    font-size: 0.938em;
    line-height: 1.375em
}

.post-teaser .entry-content p {
    margin: 0
}

li.dual-figure figure {
    border: 1px solid #ccc;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 168px;
    position: relative
}

li.dual-figure .top-figure {
    margin-bottom: 21px
}

.sidebar-posts {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.sidebar-posts li {
    float: left;
    width: 100%;
    margin: 0
}

.sidebar-posts .post-teaser {
    height: auto !important
}

.post-text-item {
    font: normal 1em "Noto Serif", arial;
    margin-bottom: 1em
}

.post-text-item a {
    color: #333
}

.post-text-item h1, .post-text-item h2 {
    font: normal 1em "Oswald";
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 .3em 0
}

.post-text-item .eyebrow {
    margin-bottom: 4px
}

.post-text-item .eyebrow a {
    color: #007CC2;
    text-transform: uppercase
}

.post-text-item .entry-meta {
    font-size: .9em;
    color: #666
}

.post-text-item .entry-meta a {
    color: #666
}

.post-text-item .entry-content {
    font-size: 0.938em;
    line-height: 1.375em
}

.post-text-item .entry-content p {
    margin: 0
}

.ajax-load,
.button-load,
.professionals-load {
    text-align: center;
    margin-bottom: 1.5em;
    font: normal 1em "Raleway";
    font-size: 1.125em
}

.ajax-load button,
.button-load button,
.professionals-load button {
    background-color: #838383;
    color: #fff;
    border: 0;
    padding: .3em 0;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase
}

.ajax-load button:hover,
.button-load button:hover,
.professionals-load button:hover {
    background-color: #ba8748
}

.ajax-load.archive {
    margin-left: 1%;
    margin-right: 1%
}

.crossword .puzzle {
    margin: 1em 0
}

.crossword .clues h3 {
    color: #2c3d50;
    margin: 0
}

.crossword .clues li {
    float: left;
    width: 49%
}

.crossword .clues li:last-of-type {
    margin-left: 2%
}

.crossword .download a {
    display: block;
    margin-bottom: 1em;
    text-align: center;
    background-color: #2c3d50;
    color: #fff;
    padding: .2em 0
}

.crossword .download a:hover {
    background-color: #007CC2
}

#issuemain {
    margin: 0 -1% 1.5em -1%;
    padding-bottom: 1.5em;
    border-bottom: 10px solid #838383
}

#issuemain h1, #issuemain h2 {
    font: 700 1em "Playfair Display";
    font-size: 2.250em;
    color: #ba8748;
    margin: 0 0 .3em 0
}

#issuemain .issue-top {
    float: left;
    width: 31%;
    margin: 0 1%
}

#issuemain .issue-top.right {
    background-color: #ececec
}

#issuemain .issue-inside .issue-section {
    width: 100% !important
}

#issuemain .issue-inside .issue-section li {
    color: #333;
    font: normal 1em "Oswald";
    font-size: 1.250em;
    line-height: 1.3em;
    margin-bottom: 1.3em
}

#issuemain .issue-inside .issue-section a {
    color: #333
}

#issuemain .issue-inside .issue-section a:hover {
    color: #007CC2
}

#issuemain .issue-cover img {
    margin-bottom: .5em
}

#issuemain .issue-cover a {
    float: left;
    width: 40%;
    background-color: #ba8748;
    color: #fff;
    padding: .3em .1em;
    text-align: center;
    font: normal 1em "Oswald";
    font-size: 1.4em
}

#issuemain .issue-cover a:hover {
    background-color: #2c3d50
}

#issuemain .issue-cover .button2 {
    margin-left: 2%;
    width: 58%
}

.issue-sections-wrap {
    margin: 0 -1% 1.5em -1%
}

.issue-section {
    float: left;
    width: 31%;
    margin: 0 1% 1.5em 1%;
    border-bottom: 10px solid #838383
}

.issue-section h2.issue-heading {
    margin: 0 0 .2em 0;
    font: 700 1em "Playfair Display";
    font-size: 2.250em
}

.issue-section h2.issue-heading span {
    color: #ba8748
}

.issue-section li.off-lede {
    padding: 0 1em;
    margin-bottom: 1.5em
}

.issue-section li.off-lede a {
    color: #333
}

.issue-section li.off-lede h1, .issue-section li.off-lede h2 {
    font: normal 1em "Oswald";
    font-size: 1.250em;
    line-height: 1.3em;
    margin: 0
}

.issue-section li.off-lede .entry-content {
    font-size: 0.938em;
    line-height: 1.375em
}

.issue-section li.off-lede .entry-content p {
    margin: 0
}

.issue-section li.off-lede:hover h1, .issue-section li.off-lede:hover h2 {
    color: #007CC2
}

.previous-issues {
    border-top: 3px solid #838383;
    margin-bottom: 1.5em
}

.previous-issues h3 {
    margin: .3em 0;
    font: 700 1em "Playfair Display";
    font-size: 2.250em
}

.previous-issues ul {
    margin: 0 -1%
}

.previous-issues li {
    float: left;
    width: 18%;
    margin: 0 1%
}

.previous-issues li.cover-5 {
    position: relative
}

.previous-issues li.cover-5 .more {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(131, 131, 131, 0.8);
    width: 100%;
    color: #fff;
    text-align: center;
    height: 100%
}

.previous-issues li.cover-5 .label {
    top: 40%;
    position: absolute;
    width: 100%;
    font: normal 1em "Raleway";
    font-size: 1.2em;
    font-weight: 700
}

.previous-issues .cover {
    background-color: #838383;
    display: block
}

.previous-issues a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.issue-archive a {
    color: #333
}

.issue-archive a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.issue-archive li {
    float: left;
    width: 31%;
    margin: 0 1% 1.5em 1%
}

.issue-archive .title {
    margin-top: .3em;
    font: normal 1em "Raleway";
    font-size: .9em;
    text-transform: uppercase
}

.newtoolbar {
    font: normal 1em "Raleway";
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1em;
    width: 100%;
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0
}

.newtoolbar li {
    margin: 0;
    display: block;
    float: left;
    width: 25%
}

.newtoolbar a {
    width: 100%;
    color: #fff !important;
    display: block;
    padding: .2em
}

.newtoolbar a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.newtoolbar .addthis_counter {
    display: none !important
}

.newtoolbar .addthis_button_facebook {
    background-color: #3b5998;
    border-right: 2px solid #fff
}

.newtoolbar .addthis_button_twitter {
    background-color: #4a92ff;
    border-right: 2px solid #fff
}

.newtoolbar .addthis_button_compact {
    background-color: #ff6600;
    border-right: 2px solid #fff
}

.newtoolbar .addthis_button_email {
    background-color: #969595
}

.newtoolbar .ico {
    position: relative
}

.newtoolbar .bubble {
    padding-left: .5em;
    font-size: .7em;
    color: #fff;
    display: inline
}

.newtoolbar .label {
    font-size: .5em;
    padding-left: .5em
}

.post-list-dining {
    margin: 0 0 1.5em 0
}

.post-list-dining header {
    color: #333;
    font: 700 1em "Playfair Display";
    font-size: 2.250em;
    font-weight: 700;
    margin-bottom: .3em
}

.post-list-dining header a {
    color: #333
}

.post-list-dining header .alt {
    color: #ba8748
}

.post-list-dining ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.post-list-dining ul li {
    float: left;
    width: 100%;
    margin: 0 0 1.5em 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.5em
}

.post-list-dining ul li:last-of-type {
    border: 0;
    padding-bottom: 0
}

.post-list-dining ul .premium-listing {
    background-color: #e6f3fa;
    padding: 3% 2%;
    border-top: 2px solid #007bc2;
    border-bottom: 2px solid #007bc2
}

.post-list-dining ul .premium-listing:last-of-type {
    padding-bottom: 1.5em;
    border-top: 2px solid #007bc2 !important;
    border-bottom: 2px solid #007bc2 !Important
}

.post-dining-item {
    font: normal 1em "Noto Serif", arial
}

.post-dining-item a {
    color: #333
}

.post-dining-item figure {
    width: 30%;
    margin: 0 3% 0 0;
    float: left
}

.post-dining-item figure img {
    width: 100%;
    height: auto
}

.post-dining-item section {
    width: 67%;
    float: left
}

.post-dining-item h1, .post-dining-item h2 {
    font: normal 1em "Oswald";
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 .3em 0
}

.post-dining-item .entry-meta {
    font: normal 1em "Oswald";
    color: #666;
    margin: .5em 0
}

.post-dining-item .entry-content {
    font-size: 0.938em;
    line-height: 1.375em
}

.post-dining-item .entry-content p {
    margin: 0
}

.post-dining-item .eyebrow a {
    background-color: #ba8748;
    color: #fff;
    padding: .4em .5em;
    text-transform: uppercase
}

.dining-sidebar {
    background-color: #f4f4f4;
    color: #333;
    font: normal 1em "Oswald";
    padding: .4em 0
}

.dining-sidebar a {
    color: #333;
    display: block;
    font-size: 1.125em;
    padding: .2em 16px
}

.dining-sidebar a.active,
.dining-sidebar a:hover {
    color: #333;
    background-color: #fff
}

.dining-sidebar a.active {
    color: #ba8748
}

.dining-sidebar h2 {
    margin: 0 16px;
    font: 700 1em "Playfair Display";
    font-size: 1.875em
}

.dining-sidebar li {
    border-bottom: 1px solid #ccc
}

.dining-sidebar li:last-of-type {
    border: 0
}

h1.dining-header,
h1.events-header,
h1.tag-header,
h2.dining-header,
h2.events-header,
h2.tag-header {
    margin: 0 0 .8em 0;
    padding-bottom: .5em;
    border-bottom: 2px solid #2c3d50;
    color: #ba8748;
    font: 700 1em "Playfair Display";
    font-size: 2.250em
}

h1.dining-header span,
h1.events-header span,
h1.tag-header span,
h2.dining-header span,
h2.events-header span,
h2.tag-header span {
    color: #333
}

h1.tag-header, h2.tag-header {
    text-transform: uppercase
}

.single-dining-meta {
    margin-bottom: 1em
}

.single-dining-meta .details {
    float: left;
    width: 60%;
    margin-right: 3%
}

.single-dining-meta .map {
    float: left;
    width: 37%
}

.single-dining-meta .restaurant-details {
    font: normal 1em "Oswald"
}

.single-dining-meta .restaurant-details a {
    color: #333
}

.single-dining-meta .restaurant-details a:hover {
    color: #007CC2
}

.author-header {
    font: normal 1em "Noto Serif", arial;
    border-bottom: 3px solid #ba8748;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    color: #333
}

.author-header h1, .author-header h2 {
    margin: 0;
    font: normal 1em "Oswald";
    font-size: 1.5em;
    line-height: 1em
}

.author-header p {
    font-size: 0.938em;
    margin: .5em 0;
    line-height: 1.500em
}

.author-header .img-wrap {
    float: left;
    width: 13%;
    margin-right: 3%
}

.author-header .img-wrap img {
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.author-header .bio-wrap {
    float: left;
    width: 84%;
    padding-top: .3em
}

.events-widget {
    font: normal 1em "Oswald"
}

.events-widget h3 {
    margin: 0;
    padding: 0;
    font: 700 1em "Playfair Display";
    font-size: 1.875em
}

.events-widget a {
    color: #333
}

.events-widget a:hover {
    color: #ba8748
}

.events-widget li {
    margin-bottom: .8em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .8em
}

.events-widget li:last-of-type {
    margin: 0;
    padding: 0;
    border: 0
}

.events-widget .events-button a {
    display: block;
    background-color: #838383;
    color: #fff;
    padding: 2%;
    text-align: center;
    font: normal 1em "Raleway";
    font-size: 1.125em;
    font-weight: 700
}

.events-widget .events-button a:hover {
    background-color: #007CC2;
    color: #fff
}

.events-widget .date {
    background-color: #007CC2;
    width: 15%;
    padding: .3em 0;
    color: #fff;
    margin-right: 3%;
    float: left;
    text-align: center
}

.events-widget .date .label {
    font: normal 1em "Raleway";
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.events-widget .date .num {
    display: block;
    font-size: 1.188em;
    line-height: 1.2em
}

.events-widget .title {
    width: 81%;
    float: left;
    font-size: 1.250em;
    font-weight: 300;
    line-height: 1.2em
}

.button-add-event a {
    background-color: #ba8748;
    display: block;
    padding: .5em 1em;
    color: #fff;
    font: normal 1em "Oswald";
    font-size: 1.5em;
    text-transform: uppercase
}

.button-add-event a:hover {
    background-color: #2c3d50
}

#ajaxeventlistings .loading {
    text-align: center;
    font: normal 1em "Raleway";
    font-size: 1.5em;
    padding: 1em;
    color: #ccc
}

.event-list {
    margin-top: 1.5em
}

.event-list a {
    color: #333
}

.event-list li {
    padding-bottom: 1.5em
}

.event-list li .event-item section {
    float: left;
    width: 87%;
    border-bottom: 1px solid #ccc
}

.event-list li .event-item h1, .event-list li .event-item h2 {
    font: normal 1em "Oswald";
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 0 0 .5em 0
}

.event-list li .event-item h1 a:hover, .event-list li .event-item h2 a:hover {
    color: #ba8748
}

.event-list li .event-item .date {
    background-color: #007CC2;
    width: 10%;
    color: #fff;
    margin-right: 3%;
    float: left;
    text-align: center;
    padding: .5em 0
}

.event-list li .event-item .date .label {
    font: normal 1em "Raleway";
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.event-list li .event-item .date .num {
    font: normal 1em "Oswald";
    display: block;
    font-size: 1.5em
}

.event-list li .event-item .eyebrow a {
    color: #ba8748;
    text-transform: uppercase
}

.event-list li .event-item .address {
    margin: .5em 0;
    font-weight: bold
}

.event-list li .event-item .entry-content {
    font-size: 1em;
    line-height: 1.3em
}

.event-list li .event-item .list-days {
    color: #666;
    font: normal 1em "Oswald";
    font-size: .8em;
    margin-top: .5em
}

.event-list .error-message {
    font-size: 1.3em
}

.event-list .error-message a {
    color: #007CC2
}

body.post-type-archive-events #archivemenu {
    margin-bottom: 0
}

#datetabs {
    text-transform: uppercase;
    font: normal 1em "Oswald"
}

#datetabs li {
    float: left;
    width: 14.28%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center
}

#datetabs li:first-of-type {
    border-left: 1px solid #ccc
}

#datetabs li.active-li {
    border-bottom: 1px solid #fff
}

#datetabs a {
    display: block;
    padding: .5em;
    background-color: #ececec;
    color: #333
}

#datetabs a:hover {
    background-color: #f8f8f8
}

#datetabs a.active {
    background-color: #fff
}

#datetabs a.active .num {
    color: #ba8748
}

#datetabs .num {
    font-size: 1.5em
}

#datetabs .label {
    font: normal 1em "Raleway";
    font-size: .9em;
    font-weight: 700
}

.ui-datepicker {
    margin-top: 1em;
    width: 100%;
    font-size: 1em
}

.ui-datepicker table {
    width: 100%
}

.ui-datepicker tbody tr td {
    width: 14.28%;
    text-align: center;
    padding: .5em 0;
    font: normal 1em "Raleway";
    font-weight: 700
}

.ui-datepicker tbody tr td a {
    font-weight: 700
}

.ui-datepicker thead tr th {
    font: normal 1em "Raleway";
    font-weight: 700;
    text-align: center
}

.ui-datepicker .ui-datepicker-header {
    text-align: center;
    text-transform: uppercase;
    color: #007CC2;
    padding-top: .5em
}

.ui-datepicker .ui-datepicker-header .ui-corner-all {
    display: inline-block;
    font-size: 1.3em;
    border: 0
}

.ui-datepicker .ui-datepicker-header .ui-corner-all a {
    color: #007CC2 !important
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    float: left;
    margin-left: 3%;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    float: right;
    margin-right: 3%;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font: normal 1em "Oswald";
    font-size: 1.5em;
    font-weight: 400;
    display: inline-block;
    margin-bottom: .3em
}

.map-right {
    float: right;
    width: 40%;
    margin: 0 0 1em 1em
}

.page-id-20 .entry-content {
    font: normal 1em "Oswald";
    font-size: 1.1em
}

.page-id-20 .contact-info {
    font-size: 1.875em
}

.search-404 {
    width: 100%;
    font: normal 1em "Oswald";
    background-color: #ececec
}

.search-404 input,
.search-404 button {
    background-color: #ececec;
    padding: 0 .3em;
    float: left;
    border: 0;
    line-height: 38px
}

.search-404 input {
    width: 80%;
    padding-left: .5em
}

.search-404 button {
    width: 20%;
    background-color: #2c3d50;
    color: #fff
}

.search-404 button:hover {
    background-color: #ba8748
}

.single-slideshow {
    margin-bottom: 1.5em;
    position: relative;
    background-color: #ececec
}

.single-slideshow img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.single-slideshow .cycle-nav {
    position: absolute;
    top: 45%;
    color: #fff;
    font-size: 3em;
    z-index: 999;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 0 2%;
    text-shadow: 1px 2px 3px #333
}

.single-slideshow .cycle-nav:hover {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.single-slideshow .cycle-next {
    right: 0
}

.single-slideshow .cycle-prev {
    left: 0
}

.single-slideshow .slide {
    width: 100%
}

.single-slideshow .caption {
    display: block;
    margin: .3em auto;
    text-align: center;
    color: #666;
    font-style: italic !important;
    max-width: 80%
}

.jp-carousel-comments,
.jp-carousel-titleanddesc,
.jetpack-likes-widget-wrapper,
.jp-carousel-buttons,
#jp-carousel-comment-form-container,
.jp-carousel-image-meta,
#jp-carousel-comments-loading {
    display: none !important
}

.jp-carousel-info h2 {
    text-align: center !important
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

.card .button-style,
.card .button-style.alt {
    color: #ffffff;
    display: block;
    text-align: center
}

.card .button-style:hover,
.card .button-style.alt:hover {
    text-decoration: none;
    cursor: pointer
}

.card-block {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-block h4 {
    line-height: 1.55em
}

.card-block p {
    font-size: .8em;
    line-height: 1.55em
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

@media (max-width: 769px) {
    .card {
        max-width: 300px;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: calc(.25rem - 1px)
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
    width: 100%;
    height: auto
}

.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width: 769px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0;
        flex-direction: column
    }
    .card-deck .card:not(:first-child) {
        margin-left: 15px
    }
    .card-deck .card:not(:last-child) {
        margin-right: 15px
    }
}

@media (min-width: 769px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group .card {
        flex: 1 0 0
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0
    }
    .card-group .card:not(:first-child):not(:last-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
        border-radius: 0
    }
}

@media (min-width: 769px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
        margin-bottom: .75rem
    }
}

@media screen and (min-width: 769px) {
    .no-desktop,
    .touch-only {
        display: none
    }
    .no-touch {
        display: block
    }
    .no-touch-inline {
        display: inline-block
    }
    .snap-content {
        position: static
    }
    .primary-navigation {
        background-color: #fff;
        width: 100%;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        float: left;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        text-transform: uppercase
    }
    .primary-navigation .menu-toggle {
        display: none
    }
    .primary-navigation .menu-topnav-container {
        float: left;
        width: 74%
    }
    .primary-navigation .nav-menu {
        display: block;
        margin-left: -1em
    }
    .primary-navigation .p-n-hover,
    .primary-navigation li:hover>a,
    .primary-navigation li.focus>a,
    .primary-navigation .current-menu-item a {
        color: #ba8748
    }
    .primary-navigation a {
        display: inline-block;
        padding: 0 1em;
        white-space: nowrap;
        color: #2c3d50;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }
    .primary-navigation a:hover {
        color: #ba8748
    }
    .primary-navigation li {
        border: 0;
        display: inline-block;
        height: 38px;
        line-height: 38px;
        position: relative
    }
    .menu-active,
    body.category-arts-culture .arts-culture a,
    body.category-music .music a,
    body.category-dining .dining a,
    body.category-leisure .leisure a,
    body.category-domain .domain a,
    body.category-more .more a {
        color: #ba8748 !important
    }
    .drop-active {
        color: #ba8748 !important;
        border-left: 1px solid #999 !important;
        border-right: 1px solid #999 !important;
        border-bottom: 1px solid #fff
    }
    #maindrop {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 99999999
    }
    #maindrop .contentwidth-outer {
        max-width: 1250px;
        margin: 0 auto
    }
    #maindrop .drop-wrap {
        padding: 1em 0;
        background: #fff;
        -webkit-box-shadow: 0px 9px 13px 0px rgba(50, 50, 50, 0.49);
        -moz-box-shadow: 0px 9px 13px 0px rgba(50, 50, 50, 0.49);
        box-shadow: 0px 9px 13px 0px rgba(50, 50, 50, 0.49);
        position: relative
    }
    #maindrop .drop-column {
        float: left;
        margin: 0
    }
    #maindrop .drop-column.left {
        width: 31%;
        margin: 0 2% 0 0
    }
    #maindrop .drop-column.middle {
        width: 39%
    }
    #maindrop .drop-column.middle li:last-of-type {
        margin-bottom: 0 !important
    }
    #maindrop .drop-column.right {
        width: 28%;
        background-color: #f4f4f4;
        position: absolute;
        right: 0;
        top: 0;
        padding: .6em 1em;
        height: 100%
    }
    #maindrop .drop-column.right a {
        color: #333
    }
    #maindrop .drop-column.right a:hover {
        color: #ba8748
    }
    #maindrop .drop-column.right .head {
        color: #333;
        font: 700 1em "Playfair Display";
        font-size: 1.875em;
        font-weight: 700;
        margin-bottom: .3em
    }
    #maindrop .drop-column.right .head span {
        color: #ba8748
    }
    #maindrop .drop-column.right ul {
        list-style-type: none
    }
    #maindrop .drop-column.right ul li {
        border-bottom: 1px solid #ccc;
        padding-bottom: .2em;
        margin-bottom: .2em;
        font: normal 1em "Oswald";
        font-size: 1.125em
    }
    #maindrop .drop-column.right ul li:last-of-type {
        padding: 0;
        margin: 0;
        border: 0
    }
    #maindrop .post-teaser {
        margin: 0
    }
    #maindrop .post-teaser a:hover h1, #maindrop .post-teaser a:hover h2 {
        color: #ba8748
    }
    #maindrop .post-text-item a:hover h1, #maindrop .post-text-item a:hover h2 {
        color: #ba8748
    }
    #maindrop .more-middle .post-teaser {
        height: 357px
    }
    #maindrop .menu-section.events .drop-column.left .post-teaser {
        height: 440px
    }
    #maindrop .drop-column.more-left {
        width: 21%;
        margin-right: 2%
    }
    #maindrop .drop-column.more-left .cover {
        margin-bottom: 2%;
        float: left;
        display: block
    }
    #maindrop .drop-column.more-left .magazine-cover img {
        max-width: 100%;
        height: auto
    }
    #maindrop .drop-column.more-left .button,
    #maindrop .drop-column.more-left .button2 {
        float: left;
        width: 42%;
        background-color: #ba8748;
        color: #fff;
        padding: .3em .1em;
        text-align: center;
        font: normal 1em "Oswald";
        font-size: 1.063em;
        text-transform: uppercase
    }
    #maindrop .drop-column.more-left .button2 {
        margin-left: 2%;
        width: 56%;
        background-color: #007CC2
    }
    #maindrop .drop-column.more-left .button:hover,
    #maindrop .drop-column.more-left .button2:hover {
        background-color: #2c3d50
    }
    #maindrop .drop-column.more-middle {
        width: 57%;
        margin-right: 2%
    }
    #maindrop .drop-column.more-middle li {
        float: left;
        width: 48%;
        margin: 0 1%
    }
    #maindrop .drop-column.more-right {
        width: 20%
    }
    .event-item-drop {
        margin-bottom: 1em
    }
    .event-item-drop section {
        float: left;
        width: 83%
    }
    .event-item-drop h1, .event-item-drop h2 {
        font: normal 1em "Oswald";
        font-size: 1.5em;
        line-height: 1.3em;
        margin: 0
    }
    .event-item-drop h1 a, .event-item-drop h2 a {
        color: #2c3d50
    }
    .event-item-drop h1 a:hover, .event-item-drop h2 a:hover {
        color: #ba8748
    }
    .event-item-drop .date {
        background-color: #007CC2;
        width: 14%;
        color: #fff;
        margin-right: 3%;
        float: left;
        text-align: center;
        padding: .5em 0
    }
    .event-item-drop .date .label {
        font: normal 1em "Raleway";
        font-size: .9em;
        font-weight: 700;
        text-transform: uppercase;
        display: block
    }
    .event-item-drop .date .num {
        font: normal 1em "Oswald";
        display: block;
        font-size: 1.5em
    }
    .event-item-drop .eyebrow a {
        color: #ba8748;
        text-transform: uppercase
    }
}

@media screen and (min-width: 769px) and (min-width: 1100px) and (max-width: 1200px) {
    li.dual-figure figure img {
        position: absolute;
        top: 8px
    }
}

@media screen and (min-width: 769px) and (min-width: 900px) and (max-width: 1099px) {
    li.dual-figure figure img {
        position: absolute;
        top: 0px;
        max-width: 330px;
        left: -30px
    }
}

@media screen and (min-width: 769px) {
    main.aside {
        padding: 0 8%
    }
    #footermenu li.parent {
        min-height: 255px
    }
    .post-teaser figure img {
        width: 100%;
        max-height: 240px
    }
    .twitter-timeline {
        height: 387px
    }
    .ui-datepicker {
        max-width: 360px;
        background-color: #fff
    }
}

@media screen and (min-width: 769px) and (min-width: 980px) and (max-width: 1159px) {
    #innerwrap.padded {
        padding: 2% 1%
    }
    main.aside {
        padding: 0 1%
    }
    #masthead .head-social {
        left: 1%
    }
    #masthead .head-subscribe {
        right: 1%
    }
    .menu-topnav-container {
        margin: 0
    }
    .primary-navigation {
        font-size: 1.3em
    }
    .primary-navigation .nav-menu {
        margin-left: -.5em
    }
    #archivemenu h1, #archivemenu h2 {
        padding-left: 1%
    }
    #footer {
        background-color: #2c3d50;
        color: #fff;
        position: relative;
        margin-top: 46px;
        font: normal 1em "Oswald"
    }
    #footer a {
        color: #fff
    }
    #footer a:hover {
        color: #ba8748
    }
    #footer #footermenu h5 {
        font-size: 1.65em
    }
    #footer #footermenu li.logo {
        margin: 0 1% 0 0
    }
    #footer #footermenu li.magazine .full {
        font-size: 1.2em
    }
    #footer #footmagazine .magazine-cover {
        float: left;
        width: 45%;
        margin-right: 2%
    }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
    .post-teaser {
        height: 420px
    }
}

@media screen and (min-width: 481px) and (max-width: 980px) {
    .screen-pad {
        padding: 0 2%
    }
    .no-tablet,
    .no-touch,
    .no-touch-inline {
        display: none
    }
    .touch-only {
        display: block
    }
    .padded {
        padding: 2%
    }
    .touch-padding {
        padding: 1% 2%
    }
    .touch-inset {
        padding: 0 2%
    }
    .touch-inset.alt {
        padding: 0 1%
    }
    #site {
        padding: 0
    }
    #innerwrap.padded {
        padding: 2% 0
    }
    body.home #innerwrap.padded {
        padding-top: 0
    }
    #masthead {
        background-color: #fff;
        border-bottom: 1px solid #999
    }
    #masthead .menutoggle {
        float: left;
        position: absolute;
        top: 0;
        left: 2%
    }
    #masthead h1, #masthead h2 {
        float: left;
        width: 100%;
        margin: 0
    }
    #masthead h1 img, #masthead h2 img, #masthead div.site-title img {
        max-width: 30%
    }
    #masthead .head-subscribe {
        width: 30%;
        right: 2%
    }
    #masthead .head-subscribe .search-button {
        width: 18%;
        float: right
    }
    main {
        width: 100%;
        margin: 0 0 3% 0
    }
    aside#secondary {
        width: 100%;
        margin: 0;
        border-top: 1px solid #ccc;
        padding: 3% 0
    }
    #archivemenu {
        padding-left: 2%
    }
    .home-top .primary {
        width: 100%
    }
    .home-top .secondary {
        display: none
    }
    .home-top .featured-item h1, .home-top .featured-item h2 {
        font-size: 1.5em
    }
    .home-top .featured-item p {
        margin: 0;
        font-size: .8em;
        line-height: 1.3em
    }
    #pulseminutes h1, #pulseminutes h2 {
        font-size: 1.9em
    }
    #pulseminutes h3 {
        font-size: 1.2em
    }
    .pulse-minutes-scroll {
        height: 320px
    }
    .post-list-section.archive ul li {
        width: 48%;
        margin: 0 1% 0 1%
    }
    .post-teaser {
        height: 390px
    }
    .post-teaser h1, .post-teaser h2 {
        font-size: 1.3em
    }
    .post-teaser figure img {
        width: 100%;
        height: auto;
        max-height: 290px
    }
    .post-list-section.homepage-section ul li.widget,
    .post-list-section.homepage-section .twitter-timeline,
    .post-list-section.homepage-section .instagram,
    .post-list-section.homepage-section .post-teaser {
        height: 320px
    }
    #issuemain .issue-top {
        width: 48%
    }
    .issue-section h2 {
        font-size: 1.5em
    }
    .events-archive-page .touch-inset {
        padding: 0
    }
    .events-archive-page #ajaxeventlistings,
    .events-archive-page #secondary {
        padding: 0 2%
    }
    #datetabs li:first-of-type {
        border-left: 0
    }
    #datetabs li:last-of-type {
        border-right: 0
    }
    .events-widget .title {
        font-size: 1.5em;
        line-height: 1.3em
    }
    body.home .ad-leaderboard {
        margin-bottom: 1em
    }
}

@media screen and (min-width: 701px) and (max-width: 980px) {
    #footer #footermenu h5 {
        font-size: 1.1em
    }
    #footer #footermenu li.parent {
        width: 14%;
        min-height: 200px
    }
    #footer #footermenu li.parent li {
        font-size: 0.95em
    }
    #footer #footermenu li.magazine {
        width: 34%
    }
    #footer #footermenu li.foot-social {
        border: 0
    }
    #footer #footmagazine .magazine-cover {
        width: 36%;
        margin-right: 4%
    }
    #footer #footmagazine .magazine-links {
        width: 59%
    }
}

@media screen and (min-width: 480px) and (max-width: 700px) {
    #footer #footermenu h5,
    #footer #footermenu .information,
    #footer #footermenu .steady-beats {
        display: none
    }
    #footer #footermenu li.logo img {
        margin: 0 auto 10px auto;
        max-width: 350px
    }
    #footer #footermenu li.parent {
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0 1%
    }
    #footer #footermenu li.parent li {
        display: inline-block;
        width: auto;
        margin: 0 .5em 1em 0;
        padding: 0;
        font-size: .9em
    }
    #footer #footermenu li.foot-social {
        padding: 3% 0 4% 0
    }
    #footer #footermenu li.foot-social i {
        width: auto;
        font-size: 1.8em
    }
    #footer #footermenu li.foot-social span {
        display: none
    }
    #footer #footermenu li.foot-social li {
        width: 14.6%;
        margin: 0 1%;
        float: left;
        text-align: center
    }
    #footer #footermenu li.magazine {
        width: 100%;
        border: 0;
        margin-bottom: 3%
    }
    #footer #footermenu li.magazine li {
        width: 100%;
        margin-bottom: .5em
    }
    #footer #footmagazine .magazine-cover {
        width: 44%;
        margin-right: 4%
    }
    #footer #footmagazine .magazine-links {
        width: 52%
    }
}

@media screen and (max-width: 480px) {
    .screen-pad {
        padding: 0 3%
    }
    .no-mobile,
    .no-touch,
    .no-touch-inline {
        display: none
    }
    .touch-only,
    .mobile-only {
        display: block
    }
    .padded {
        padding: 3%
    }
    .touch-padding {
        padding: 1% 3%
    }
    .touch-inset {
        padding: 0 3%
    }
    .touch-inset.alt {
        padding: 0 2%
    }
    #site {
        padding: 0
    }
    #innerwrap.padded {
        padding: 3% 0
    }
    body.home #innerwrap.padded {
        padding-top: 0
    }
    #masthead {
        background-color: #fff;
        border-bottom: 1px solid #999
    }
    #masthead .main-head {
        margin: 12px 0
    }
    #masthead .menutoggle {
        float: left;
        margin: 0 5% 0 3%;
        width: 9%
    }
    #masthead h1, #masthead h2 {
        float: left;
        width: 38%;
        margin: 0
    }
    #masthead h1 img, #masthead h2 img, #masthead div.site-title img {
        max-width: 100%
    }
    #masthead .head-subscribe {
        position: relative;
        right: 0;
        width: 37%;
        float: right;
        margin: 5px 3% 0 0
    }
    #masthead #headsubscribe .button-style {
        width: auto;
        font-size: .8em;
        text-align: center
    }
    #masthead #headsubscribe .subscribe {
        float: left;
        width: 71%;
        margin-right: 5%
    }
    #masthead #headsubscribe .search-button {
        width: 24%;
        float: left
    }
    #masthead #headsubscribe .alt {
        margin: 0
    }
    #mobilesearch input {
        width: 85%
    }
    #mobilesearch button {
        width: 15%
    }
    #archivemenu {
        padding: 0 0 0 3%;
        margin-bottom: 3%
    }
    #archivemenu h1, #archivemenu h2 {
        font-size: 1em;
        line-height: 2em
    }
    #archivemenu .topic-selector a {
        font-size: 1em;
        line-height: 2em
    }
    #archivemenu .search-form {
        display: none
    }
    main {
        width: 100%;
        margin: 0 0 1em 0
    }
    aside#secondary {
        width: 100%;
        margin: 0;
        border-top: 2px solid #ccc;
        padding: 3% 0
    }
    .post-navigation i {
        padding: .7em 3% 0 3%
    }
    .nav-links-previous {
        padding-left: 7%
    }
    .nav-links-next {
        padding-right: 7%
    }
    #secondary .site-ad {
        padding: 0
    }
    body.home .ad-leaderboard {
        margin-bottom: 1em
    }
    #footer #footermenu h5,
    #footer #footermenu .information,
    #footer #footermenu .steady-beats {
        display: none
    }
    #footer #footermenu li.logo img {
        margin: 0 auto 10px auto
    }
    #footer #footermenu li.parent {
        width: 100%;
        margin: 0;
        border: 0;
        padding: 0 1%
    }
    #footer #footermenu li.parent li {
        display: inline-block;
        width: auto;
        margin: 0 .5em 1em 0;
        padding: 0;
        font-size: .9em
    }
    #footer #footermenu li.foot-social {
        padding: 3% 0 4% 0
    }
    #footer #footermenu li.foot-social i {
        width: auto;
        font-size: 1.8em
    }
    #footer #footermenu li.foot-social span {
        display: none
    }
    #footer #footermenu li.foot-social li {
        width: 14.6%;
        margin: 0 1%;
        float: left;
        text-align: center
    }
    #footer #footermenu li.magazine {
        width: 100%;
        border: 0;
        margin-bottom: 3%
    }
    #footer #footermenu li.magazine li {
        width: 100%;
        margin-bottom: .5em
    }
    #footer #footmagazine .magazine-cover {
        width: 44%;
        margin-right: 4%
    }
    #footer #footmagazine .magazine-links {
        width: 52%
    }
    article .article-wrap {
        width: 100%
    }
    article .author-date-wrap {
        display: block;
        margin-top: .3em
    }
    article .entry-header h1, article .entry-header h2 {
        font-size: 2em
    }
    article .entry-header h4.eyebrow {
        margin: 0 0 .7em 0
    }
    .home-top .primary {
        width: 100%;
        margin: 0 0 1em 0
    }
    .home-top .secondary {
        width: 100%
    }
    .home-top .featured-item h1, .home-top .featured-item h2 {
        font-size: 1.2em
    }
    .home-top .featured-item p {
        display: none
    }
    #pulseminutes h1, #pulseminutes h2 {
        font-size: 2em
    }
    .pulse-minutes-scroll {
        height: auto;
        overflow-x: visible;
        overflow: visible
    }
    .crossword .clues li {
        float: left;
        width: 100%;
        margin: 0 0 1em 0
    }
    .crossword .clues li:last-of-type {
        margin-left: 0
    }
    .post-list-section {
        margin: 0
    }
    .post-list-section ul {
        margin: 0
    }
    .post-list-section ul li {
        width: 100%;
        margin: 0 0 1em 0
    }
    .post-list-section ul li.one-wide {
        width: 100%
    }
    .post-list-section ul li.two-wide {
        width: 100%
    }
    .post-list-section ul li.widget {
        height: auto
    }
    .post-list-section .post-teaser {
        height: auto;
        margin: 0
    }
    .post-list-section.archive ul li {
        width: 100%
    }
    .post-list-section.archive ul li.one-wide {
        width: 100%
    }
    .post-list-section.archive ul li.two-wide {
        width: 100%
    }
    .newtoolbar .label {
        display: none
    }
    #issuemain {
        margin: 0 0 1.5em 0
    }
    #issuemain h1, #issuemain h2 {
        font-size: 2em
    }
    #issuemain .issue-top {
        float: left;
        width: 100%;
        margin: 0
    }
    #issuemain .issue-cover a {
        font-size: 1em
    }
    .issue-sections-wrap {
        margin: 0 0 1.5em 0
    }
    .issue-section {
        width: 100%;
        margin: 0 0 1em 0;
        border-bottom: 10px solid #2c3d50
    }
    .issue-section h2 {
        font-size: 2.250em
    }
    .previous-issues {
        border-top: 0
    }
    .previous-issues h3 {
        font-size: 2em
    }
    .previous-issues li {
        width: 31%
    }
    .previous-issues li.cover-3,
    .previous-issues li.cover-4 {
        display: none
    }
    .previous-issues li.cover-5 .label {
        top: 30%;
        font-size: 1em
    }
    .issue-archive li {
        width: 48%
    }
    .events-archive-page .touch-inset {
        padding: 0
    }
    .events-archive-page #ajaxeventlistings,
    .events-archive-page #secondary {
        padding: 0 3%
    }
    #datetabs li:first-of-type {
        border-left: 0
    }
    #datetabs li:last-of-type {
        border-right: 0
    }
    #datetabs a {
        padding: .3em
    }
    #datetabs .num {
        font-size: 1.1em
    }
    #datetabs .label {
        font-size: .8em
    }
    .event-list {
        margin-top: 5%
    }
    .event-list li {
        padding-bottom: 1.5em
    }
    .event-list li .event-item {
        border-bottom: 1px solid #ccc
    }
    .event-list li .event-item section {
        width: 100%;
        border-bottom: 0
    }
    .event-list li .event-item .date {
        width: auto;
        margin: 0 0 .3em 0;
        float: none;
        padding: .2em .5em;
        display: inline-block
    }
    .event-list li .event-item .date .label,
    .event-list li .event-item .date .num {
        font: normal 1em "Oswald";
        font-size: .9em;
        display: inline
    }
}

.gcsc-branding {
    height: 1px !important;
    overflow: hidden;
    display: none
}

.gsc-resultsHeader {
    margin-top: .5em
}

.gsc-adBlockNoHeight {
    display: none
}

#googlecse * {
    text-decoration: none !important
}

#googlecse .gsc-selected-option-container.gsc-inline-block {
    width: 90px !important
}

#googlecse .gsc-option-selector {
    margin-top: -1px !important
}

#googlecse .gsc-search-box {
    width: 100%
}

#googlecse td.gsc-input {
    width: 80%
}

#googlecse td.gsc-input input {
    padding: .5em !important;
    width: 100%;
    float: left;
    background-color: #ececec !important;
    color: #666;
    border: 0 !important;
    font: normal 1em "Oswald" !important;
    font-size: 20px !important;
    text-transform: uppercase
}

#googlecse td.gsc-search-button {
    color: #fff;
    float: left;
    border: 0 !important
}

#googlecse input.gsc-search-button {
    padding: .5em .8em !important;
    height: auto !important;
    height: 100% !important;
    background-color: #2c3d50 !important;
    color: #fff;
    border: 0 !important;
    font: normal 1em "Oswald" !important;
    font-size: 20px !important;
    text-transform: uppercase
}

#googlecse td.gsc-clear-button {
    display: none
}

#googlecse td.gsc-table-cell-snippet-close {
    float: left;
    width: 73%
}

#googlecse td.gsc-table-cell-thumbnail {
    width: 25%;
    margin-right: 2%;
    float: left
}

#googlecse .gsc-thumbnail * {
    width: 100%;
    min-width: 100%;
    height: auto
}

#googlecse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    margin: 0;
    padding: 0;
    width: 100%
}

#googlecse .gsc-webResult.gsc-result {
    border: 0 !important;
    border-bottom: 1px solid #ccc;
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    font-size: 1em
}

#googlecse img.gs-image {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: auto;
    max-height: 100% !important
}

#googlecse .gs-web-image-box img.gs-image,
#googlecse .gs-promotion-image-box img.gs-promotion-image {
    max-width: 100% !important;
    max-height: auto !important;
    border: 0 !important
}

#googlecse .gs-web-image-box,
#googlecse .gs-promotion-image-box {
    padding: 0 !important;
    width: auto !important
}

#googlecse .gs-spelling {
    color: #333 !important
}

#googlecse .gs-spelling a {
    color: #007CC2
}

#googlecse .gs-title {
    margin-bottom: 0
}

#googlecse a.gs-title {
    color: #333;
    font: normal 1em "Oswald" !important;
    font-size: 1.7em !important;
    line-height: 1.3em !important;
    margin: 0;
    display: block
}

#googlecse a.gs-title b {
    color: #333;
    font: normal 1em "Oswald" !important;
    font-size: 1em !important
}

#googlecse .gs-bidi-start-align.gs-snippet {
    font: normal 1em "Noto Serif", arial !important;
    font-size: 1.2em !important;
    color: #333;
    line-height: 1.4em !important
}

#googlecse .gsc-result .gs-title {
    height: auto !important;
    overflow-x: visible !important;
    overflow-y: visible !important
}

#googlecse .gsc-cursor-box {
    padding-top: 1em
}

#googlecse .gsc-cursor-page {
    border: 0;
    padding: .3em .5em;
    background-color: #fff !important;
    font: normal 1em "Raleway" !important;
    font-size: 1.5em !important;
    font-weight: 700 !important;
    color: #333 !important
}

#googlecse .gsc-cursor-page a {
    color: #333 !important
}

#googlecse .gsc-cursor-page:hover {
    background-color: #2c3d50 !important;
    color: #fff !important
}

#googlecse .gsc-cursor-current-page {
    border: 0;
    padding: .3em .5em;
    background-color: #ba8748 !important;
    color: #fff !important
}

#googlecse .gsc-cursor-current-page:hover {
    background-color: #2c3d50 !important
}

#googlecse .gs-bidi-start-align.gs-snippet b {
    font-weight: normal
}

#googlecse .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
    color: #777
}

#googlecse .gsc-above-wrapper-area {
    margin-bottom: 16px
}

#googlecse .gsc-cursor-box.gs-bidi-start-align {
    text-align: center
}

#googlecse div.gsc-webResult.gsc-result.gsc-promotion {
    background-color: #000;
    padding: .8em;
    color: #fff;
    border: 2px solid #c13f14 !important
}

#googlecse div.gsc-webResult.gsc-result.gsc-promotion .gs-visibleUrl.gs-visibleUrl-long {
    color: #fff
}

#googlecse div.gsc-webResult.gsc-result.gsc-promotion a.gs-title {
    color: #fff;
    font: bold 1.1em 'Montserrat' !important
}

#googlecse div.gsc-webResult.gsc-result.gsc-promotion a.gs-title em {
    color: #fff;
    font: bold 1.1em 'Montserrat' !important
}

#googlecse div.gsc-webResult.gsc-result.gsc-promotion .gs-snippet.gs-bidi-start-align span {
    color: #fff
}

#googlecse div.gsc-webResult.gsc-result.gsc-promotion div.gs-promotion-image-box {
    width: 100%
}

#googlecse div.gsc-webResult.gsc-result.gsc-promotion div.gs-promotion-image-box img {
    width: 100%;
    height: auto
}

#googlecse td.gs-promotion-image-cell {
    width: 10% !important
}

#googlecse td.gs-promotion-text-cell {
    width: 90% !important
}

#googlecse .gs-visibleUrl-long {
    display: none
}

#googlecse div.gsc-selected-option-container.gsc-inline-block {
    background-color: #ba8748 !important;
    color: #fff !important
}

#googlecse div.gsc-option-selector {
    background-color: #fff !important
}

@media screen and (max-width: 980px) {
    td.gsc-input {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .gsc-tabHeader.gsc-inline-block {
        padding: .5em
    }
    td.gs-promotion-image-cell {
        display: none
    }
    td.gs-promotion-text-cell {
        width: 100% !important
    }
    .gsc-cursor-page {
        float: left;
        padding: .5em 1em;
        font: normal 1.2em 'Montserrat' !important;
        margin-bottom: 1em
    }
    .gsc-cursor-current-page {
        padding: .5em 1em
    }
}

#issuemain .issue-cover.issue-top.center
{ text-align: center; }
#issuemain .issue-cover.issue-top.center a
{ display: inline-block; float: none; }

.entry-content iframe
{max-width: 100%;}
