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

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

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

[hidden] {
    display: none
}

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

html,
button,
input,
select,
textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}


h2 {
    font-size: 1.5em;
    margin: .83em 0
}



h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,
pre {
    margin: 1em 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

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

small {
    font-size: 75%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

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

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

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

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

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
}

p {
    -webkit-hyphens: auto;
    -epub-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

b,
strong,
.strong {
    font-weight: 700
}

dfn,
em,
.em {
    font-style: italic
}

small,
.small {
    font-size: 75%
}

ul,
ol {
    padding: 0;
    list-style-type: none
}

dd {
    margin: 0
}

.sidebar ul,
.sidebar ol,
.commentlist {
    list-style: none
}

.clearfix {
    zoom: 1
}

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

.clearfix:after {
    clear: both
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
    font-style: italic
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.alert {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid
}

.alert-help {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #e8dc59;
    background: #ebe16f
}

.alert-info {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #bfe4f4;
    background: #d5edf8
}

.alert-error {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #f8cdce;
    background: #fbe3e4
}

.alert-success {
    margin: 10px;
    padding: 5px 18px;
    border: 1px solid;
    border-color: #deeaae;
    background: #e6efc2
}

.blue-button,
.blue-button:visited {
    border-color: #0E2946;
    text-shadow: 0 1px 1px #0E2946;
    background-color: #14274d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0E2946), to(#14274d));
    background-image: -webkit-linear-gradient(top, #0E2946, #14274d);
    background-image: -moz-linear-gradient(top, #0E2946, #14274d);
    background-image: -o-linear-gradient(top, #0E2946, #14274d);
    background-image: linear-gradient(to bottom, #0E2946, #14274d);
    -webkit-box-shadow: inset 0 0 3px #2a52a2;
    -moz-box-shadow: inset 0 0 3px #2a52a2;
    box-shadow: inset 0 0 3px #2a52a2
}

.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
    border-color: #091224;
    background-color: #0E2946;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#152951), to(#0E2946));
    background-image: -webkit-linear-gradient(top, #152951, #0E2946);
    background-image: -moz-linear-gradient(top, #152951, #0E2946);
    background-image: -o-linear-gradient(top, #152951, #0E2946);
    background-image: linear-gradient(to bottom, #152951, #0E2946)
}

.blue-button:active,
.blue-button:visited:active {
    background-color: #0E2946;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#14274d), to(#0E2946));
    background-image: -webkit-linear-gradient(top, #14274d, #0E2946);
    background-image: -moz-linear-gradient(top, #14274d, #0E2946);
    background-image: -o-linear-gradient(top, #14274d, #0E2946);
    background-image: linear-gradient(to bottom, #14274d, #0E2946)
}

body {
    font-family: "noto-sans", "Georgia", Cambria, Times New Roman, Times, serif;
    font-size: 100%;
    line-height: 1.5;
    color: #4b4b4b;
    background: #fff
}

.wrap {
    width: 96%;
    margin: 0 auto
}

a,
a:visited {
    color: #0E2946;
    font-weight: 700;
    text-decoration: none
}

a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
    color: #ba7c1c
}

a:link,
a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3)
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: "noto-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-rendering: optimizelegibility;
    font-weight: 800
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
    text-decoration: none
}

h2,
.h2 {
    font-size: 1.75em;
    line-height: 1.2em;
    margin-bottom: .375em;
    font-weight: 700;
    padding-left: -15px !important
}

h3,
.h3 {
    font-size: 1.125em
}

h4,
.h4 {
    font-size: 1.1em;
    font-weight: 700
}

h5,
.h5 {
    font-size: .846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px
}

a.ubermenu-responsive-toggle,
a.ubermenu-responsive-toggle:visited {
    color: #fff !important
}

.header {
    background: #0E2946
}

.header #logo {
    width: 250px
}

.nav {
    border: 1px solid #ccc;
    border-bottom: 0
}

.nav li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #ccc
}

.nav li a:hover,
.nav li a:focus {
    color: #fff
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
    padding-left: 30px
}

.nav li ul.sub-menu li a:hover,
.nav li ul.children li a:hover,
.nav li ul.sub-menu li a:focus,
.nav li ul.children li a:focus {
    color: #fff
}

#content {
    margin-top: 2.2em
}

.byline {
    color: #999
}

.entry-content ul li {
    margin-left: 48px;
    list-style-type: disc
}
.entry-content ol li {
    margin-left: 48px;
    list-style-type: decimal;
}

.entry-content dd {
    margin-left: 0;
    font-size: .9em;
    color: #787878;
    margin-bottom: 1.5em
}

.entry-content img {
    margin: 0 0 1.5em;
    max-width: 100%;
    height: auto
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: .85em;
    margin: 4px 0 7px;
    text-align: center
}

div.linkbox ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 10px;
    background: url(/assets/rightchevron.png);
    background-position: right center;
    background-repeat: no-repeat;
    list-style-type: none
}

div.linkbox ul li:last-child {
    border-bottom: none
}

.page-navigation,
.wp-prev-next {
    margin: 1.1em 0 2.2em
}

.bones_page_navi li {
    float: left;
    margin-left: 10px
}

.bones_page_navi li a {
    padding: 3px 6px;
    display: block;
    text-decoration: none;
    position: relative
}

.bones_page_navi li a:hover,
.bones_page_navi li a:focus {
    color: #f01d4f;
    text-decoration: underline
}

.bones_page_navi li.bpn-current {
    padding: 3px 6px;
    border-bottom: 2px solid #f01d4f;
    position: relative
}

.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
    font-weight: 700
}

.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
    padding: 0
}

.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
    background: none
}

.wp-prev-next .prev-link {
    float: left
}

.wp-prev-next .next-link {
    float: right
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: .7335em 10px
}

.commentlist li:last-child {
    margin-bottom: 0
}

.commentlist li ul.children {
    margin: 0
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0
}

.commentlist .odd {
    background: #eee
}

.commentlist .even {
    background: #fefefe
}

.commentlist .vcard {
    margin-left: 50px
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal
}

.commentlist .vcard time {
    float: right
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none
}

.commentlist .vcard time a:hover {
    text-decoration: underline
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff
}

.commentlist .comment_content {
    margin-left: 50px
}

.commentlist .comment_content p {
    margin: .7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em
}

.commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: .65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em
}

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
    opacity: 1
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em
}

.respond-form form {
    margin: .75em 0
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: .7335em
}

.respond-form form li label,
.respond-form form li small {
    display: none
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px
}

#comment-form-title {
    margin: 0 0 1.1em
}

#allowed_tags {
    margin: 1.5em 10px .7335em 0
}

.nocomments {
    margin: 0 20px 1.1em
}

.footer {
    clear: both;
    background: #0E2946;
    color: #fff
}

.footer #menu-footermenu {
    display: none
}

.footer #inner-footer {
    padding-top: 22px;
    text-align: center
}

.copyright {
    font-size: 12px;
    color: #ccc
}

.vc_row img {
    border: 1px solid #565656;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.vc_row img.square,
.vc_row img.squared,
.vc_row .square img,
.vc_row .squared img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.vc-row img.borderless,
.vc_row img.noborder,
.vc_row .borderless img,
.vc_row .noborder img,
img.borderless,
img.noborder {
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.givesidebox {
    font-family: 'noto-sans' !important;
    border: 1px solid #ccc;
    padding: 24px 28px
}

.givesidebox p.title {
    font-size: 18px;
    margin: 0;
    font-weight: 700
}

.givesidebox p.body {
    font-size: 13.5px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.linkbox ul li {
    margin-left: 0
}

.button {
    text-transform: uppercase;
    color: #fff !important;
    background: #2368B0;
    padding: 12px 24px;
    border-radius: 6px
}

.homesubhead {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 0
}

#input_11_1,
#inputEmail {
    max-width: 300px;
    height: 48px;
    width: 480px;
    font-size: 22px;
    font-weight: 300
}

#playlist-slider {
    display: none
}

#logo {
    text-align: center;
    min-width: 100%
}

a.button:hover,
a:button:visited {
    color: #fff
}

.gform_button {
    border: none !important
}

#altnav {
    display: none
}

.mainimg {
    margin-top: 24px;
    border: 2px solid purple
}

.newsletterLabel {
    text-align: center
}

.gform_wrapper {
    background: #eee;
    border: 1px solid #ccc;
    padding: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 0 #fff;
    font-family: 'noto-sans', sans-serif !important
}

.mobileOnlySlider {
    display: inherit
}

.desktopOnlySlider {
    display: none
}

@media only screen and (min-width: 481px) {

	#menu-item-31686 > a {color:#FFAB00}

    .entry-content .alignleft,
    .entry-content img.alignleft {
        margin-right: 1.5em;
        display: inline;
        float: left
    }
    .entry-content .alignright,
    .entry-content img.alignright {
        margin-left: 1.5em;
        display: inline;
        float: right
    }
    .entry-content .aligncenter,
    .entry-content img.aligncenter {
        margin-right: auto;
        margin-left: auto;
        display: block;
        clear: both
    }
}

@media only screen and (min-width: 768px) {
    .onecol {
        width: 5.801104972%
    }
    .twocol {
        width: 14.364640883%
    }
    .threecol {
        width: 22.928176794%
    }
    .fourcol {
        width: 31.491712705%
    }
    .fivecol {
        width: 40.055248616%
    }
    .sixcol {
        width: 48.618784527%
    }
    .sevencol {
        width: 57.182320438%
    }
    .eightcol {
        width: 65.745856349%
    }
    .ninecol {
        width: 74.30939226%
    }
    .tencol {
        width: 82.872928171%
    }
    .elevencol {
        width: 91.436464082%
    }
    .twelvecol {
        width: 99.999999993%
    }
    .onecol,
    .twocol,
    .threecol,
    .fourcol,
    .fivecol,
    .sixcol,
    .sevencol,
    .eightcol,
    .ninecol,
    .tencol,
    .elevencol,
    .twelvecol {
        position: relative;
        float: left;
        margin-left: 2.762430939%
    }
    .first {
        margin-left: 0
    }
    .last {
        float: right
    }
    .wrap {
        max-width: 1140px
    }
    h1.page-title {
        color: #0E2946;
        font-weight: 800;
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 0
    }
    h2 {
        color: #0E2946;
        font-size: 24px
    }
    .top-nav li a {
        text-transform: uppercase
    }
    .nav {
        border: 0
    }
    .nav li {
        float: left;
        position: relative
    }
    .nav li a {
        border-bottom: 0;
        color: #fff;
        font-weight: 300
    }
    .nav li a:hover,
    .nav li a:focus {
        background-color: #2368B0;
        color: #fff
    }
    .nav li ul.sub-menu,
    .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        background: #2368B0;
        position: absolute;
        display: none;
        z-index: 8999
    }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
        color: #0E2946;
        font-weight: 400;
        padding-left: 10px;
        border-right: 0;
        display: block;
        width: 180px;
        border-bottom: 1px solid #ccc
    }
    .nav li ul.sub-menu li a:hover,
    .nav li ul.children li a:hover,
    .nav li ul.sub-menu li a:focus,
    .nav li ul.children li a:focus {
        color: #fff !important
    }
    .nav li ul.sub-menu li:last-child a,
    .nav li ul.children li:last-child a {
        border-bottom: 0
    }
    .nav li:hover ul {
        top: auto;
        display: block
    }
    .vc_row.widerow {
        margin-left: 0
    }
    .sidebar {
        margin-top: 2.2em
    }
    .widgettitle {
        border-bottom: 2px solid #444;
        margin-bottom: .75em
    }
    .widget {
        padding: 0 10px;
        margin: 2.2em 0
    }
    .widget ul li {
        margin-bottom: .75em
    }
    .widget ul li ul {
        margin-top: .75em;
        padding-left: 1em
    }
    ul.threecolumn {
        color: red;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        border-top: none
    }
    ul.twocolumn {
        color: green;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        border-top: none
    }
    .gform_wrapper {
        background: #eee;
        border: 1px solid #ccc;
        padding: 12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-shadow: 1px 1px 0 #fff;
        font-family: 'noto-sans', sans-serif !important
    }
    label.gfield_label {
        font-family: 'noto-sans', sans-serif !important;
        padding-top: 12px
    }
    .ginput_container input.large,
    .ginput_container input.medium {
        width: 48%;
        height: auto;
        padding: 10px;
        background: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: inherit;
        margin: 0;
        font-family: 'noto-sans', sans-serif
    }
    .gform_button {
        background: #2368B0;
        color: #fff;
        width: auto;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 24px;
        height: 50px
    }
    .gform_button:hover {
        color: #fff
    }
    .ginput_container select.gfield_select {
        background: #fff;
        height: 45px
    }
    ul.gform_fields li.dollars div.ginput_container input {
        width: 160px;
        background: url(/assets/dollarsign.jpg) no-repeat #fff;
        padding-left: 50px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
        height: 44px
    }
    h2.homesubhead {
        font-size: 28px;
        text-align: center;
        padding: 0 72px
    }
    #input_11_1,
    #inputEmail {
        max-width: 480px;
        height: 48px;
        width: 480px;
        font-size: 22px;
        font-weight: 700
    }
    .footer #menu-footermenu {
        display: inherit
    }
    .copyright {
        font-size: 12px;
        color: #ccc
    }
    #logo {
        text-align: left;
        min-width: 100%
    }
}

@media only screen and (min-width: 1020px) {
    .header {
        background: #0E2946;
        height: 161px
    }
    .footer {
        background: #0E2946;
        color: #fff
    }
    #logo {
        float: left;
        margin-top: 0
    }
    nav#ubermenu-main-3-main-nav {
        width: 750px;
        position: absolute;
        right: 0;
        top: 90px
    }

    #ubermenu-nav-main-3-main-nav {
        width: 850px;
        float: right;
        margin-top: 0
    }
    .footer p.copyright {
        font-size: 14px;
        font-weight: 300;
        color: #ccc;
        width: 45%;
        float: left;
        padding: 10px 0 10px 60px
    }
    .footer ul.footer-nav {
        font-size: 14px;
        font-weight: 300;
        color: #ccc;
        width: 60%;
        float: right;
        padding-right: 60px
    }
    .footer ul.footer-nav li {
        text-transform: none !important;
    }
    .footer ul.footer-nav li a {
        color: #ccc
    }
    .footertop {
        height: 120px;
        padding: 40px 0
    }
    .leftthird {
        width: 27%;
        float: left;
        text-align: left
    }
    .middlethird {
        width: 46%;
        float: left;
        text-align: center
    }
    .rightthird {
        width: 27%;
        float: right;
        text-align: right
    }
    .socialicon {
        padding: 18px 10px
    }
    div.wpb_wrapper ul.threecolumn {
        color: red;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        border-top: none
    }
    div.wpb_wrapper ul.twocolumn {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        border-top: none;
        color: green
    }
    #playlist-slider {
        display: inherit
    }
    #altnav {
        display: inherit
    }
    .newsletterLabel {
        text-align: right
    }
    .mobileOnlySlider {
        display: none
    }
    .desktopOnlySlider {
        display: inherit
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }
    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline
    }
    a:after,
    a:visited:after {
        content: " (" attr(href) ")"
    }
    a abbr[title]:after,
    a:visited abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .sidebar,
    .page-navigation,
    .wp-prev-next,
    .respond-form,
    nav {
        display: none
    }
}

div.product div[itemprop="description"] div {
    padding-bottom: 12px
}

body.single-product div.sidebar {
    display: none
}

body.woocommerce-page a#donatebutton {
    display: none
}

.aws-search-wrapper .field.name_field > input {
    max-width: 90%
}

button.advanced_fields,
.aws-search-loading {
    visibility: hidden
}

body.woocommerce-page #altnav {
    width: 40px
}

body.woocommerce div.product {
    margin-top: 55px
}

@media all and (min-width: 960px) {
    #menu-item-31356 {
        display: none
    }
}

.product_meta span.sku_wrapper,
.product_meta span.posted_in {
    display: block
}

a.ajax_add_to_cart, a.button.wc-forward, .wc-forward, a.button.wc-backward, .wc-backward, td.actions input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #2368B0  !important
}

a.ajax_add_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #0E2946  !important
}

.ssba-wrap {
    display: none
}

.ginput_container_product_price input.ginput_amount,
li.dollars input,
li.giftbox input {
    text-align: right;
    padding-right: 12px !important
}

a.twitterintent {
    color: #2368B0 !important;
    background-image: url(https://www.josh.org/wp-content/uploads/Screen-Shot-2013-11-20-at-3.33.29-PM.png);
    background-position: right;
    background-repeat: no-repeat;
    text-align: right;
    padding-right: 28px;
    display: block
}

span.ssba_sharecount {
    display: none
}

@media all and (min-width: 480px) {
    .desktoponly {
        display: inherit
    }
    .mobileonly {
        display: none
    }
}

@media all and (max-width: 480px) {
    .desktoponly {
        display: none
    }
    .mobileonly {
        display: inherit
    }
}

div[itemprop="description"] a.button, div#tab-description a.button
{
	background:#f9ab29 !important;
	color:#333 !important;
	font-style: normal !important;
}

.woocommerce-breadcrumb 
{
/*    display:none;
*/

}

.answer-for-teens .avatar, .answer-for-teens .byline, .answer .avatar, .answer .byline
{ 
	/*display:none;*/
}


#main > nav > ul.page-numbers
{
	display:inline-table;
}

#main > nav > ul.page-numbers li
{
	border:1px solid #ccc;
	text-align: center;
	padding:4px;
	background:#eee;
	display: table-cell;
	min-width: 30px;
}

#main > nav > ul > li:has(span.current)
{
	background: #1A2C63;
	color:white;
}