.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.pvc_clear{clear:both}.clear{clear:both}.nobr{white-space:nowrap}.pvc_stats{float:left;padding:5px!important}.pvc_stats.total_only .views_today{display:none}.pvc_stats .pvc-stats-icon{vertical-align:middle}.pvc_stats .pvc-stats-icon svg{display:initial}.pvc_stats .pvc-stats-icon.small svg{width:18px}.pvc_stats .pvc-stats-icon.medium svg{width:24px}.pvc_stats .pvc-stats-icon.large svg{width:30px}html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
border: 0;
font-size: 100%;
font: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
button, input, select, textarea {
font-size: 100%;
overflow: visible;
margin: 0;
vertical-align: baseline;
width: auto;
}
textarea {
overflow: auto;
vertical-align: text-top;
} hr {
background: #dddddd;
border: none;
clear: both;
float: none;
height: 1px;
width: 100%;
}
hr.space {
background: #ffffff;
} html {
height: 100%;
}
body {
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
background: #fff;
color: #555555;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
-ms-filter: "progid:DXImageTransform.Microsoft.font-smoothing(antialiased)";
line-height: 1.5em;
-ms-filter: "progid:DXImageTransform.Microsoft.text-rendering(optimizeLegibility)";
} p {
word-wrap: break-word;
}
i,
em,
dfn,
cite {
font-style: italic;
}
tt,
var,
pre,
kbd,
samp,
code {
font-family: monospace, serif;
font-style: normal;
}
b,
strong {
font-weight: 700;
}
pre {
-moz-box-sizing: border-box;
-moz-border-radius: 2px;
-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-sizing: border-box;
box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
background: #f4f4f4;
border: 1px solid #aaaaaa;
border-bottom-color: #cccccc;
border-radius: 2px;
height: auto;
margin: 0;
outline: none;
padding: 6px 10px;
vertical-align: middle;
width: 100%;
word-wrap: break-word;
white-space: pre-wrap;
}
del {
color: #555555;
text-decoration: line-through;
}
ins,
dfn {
border-bottom: 1px solid #cccccc;
}
sup,
sub,
small {
font-size: 85%;
}
abbr,
acronym {
font-size: 85%;
letter-spacing: .1em;
text-transform: uppercase;
}
a abbr,
a acronym {
border: none;
}
dfn[title],
abbr[title],
acronym[title] {
border-bottom: 1px solid #cccccc;
cursor: help;
}
sup {
vertical-align: super;
}
sub {
vertical-align: sub;
} .grid {
float: left;
margin-bottom: 2.127659574468%;
padding-top: 0;
}
.grid-right {
float: right;
margin-bottom: 2.127659574468%;
padding-top: 0;
}
.col-60,
.col-140,
.col-220,
.col-300,
.col-380,
.col-460,
.col-540,
.col-620,
.col-700,
.col-780,
.col-860 {
margin-right: 2.127659574468%;
}
.col-60 {
width: 6.382978723404%;
}
.col-140 {
width: 14.893617021277%;
}
.col-220 {
width: 23.404255319149%;
}
.col-300 {
width: 31.914893617021%;
}
.col-380 {
width: 40.425531914894%;
}
.col-460 {
width: 48.936170212766%;
}
.col-540 {
width: 57.446808510638%;
}
.col-620 {
width: 65.957446808511%;
}
.col-700 {
width: 74.468085106383%;
}
.col-780 {
width: 82.978723404255%;
}
.col-860 {
width: 91.489361702128%;
}
.col-940 {
width: 100%;
}
.fit {
margin-left: 0 !important;
margin-right: 0 !important;
} .hidden {
visibility: hidden;
}
.visible {
visibility: visible;
}
.none {
display: none;
}
.hide-desktop {
display: none;
}
.show-desktop {
display: block;
} img {
-ms-interpolation-mode: bicubic;
border: 0;
height: auto;
max-width: 100%;
vertical-align: middle;
}
.ie8 img {
height: auto;
width: auto;
}
.ie8 img.size-large {
max-width: 60%;
width: auto;
} video {
width: 100%;
max-width: 100%;
height: auto;
} embed,
object {
max-width: 100%;
}
svg:not(:root) {
overflow: hidden;
} a {
color: #0066cc;
font-weight: 400;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #444444;
outline: 0;
text-decoration: none;
}
a::-moz-selection {
background: #999999;
color: #ffffff;
text-shadow: none;
} label {
display: inline-block;
font-weight: 700;
padding: 2px 0;
}
legend {
padding: 2px 5px;
}
fieldset {
border: 1px solid #cccccc;
margin: 0 0 1.5em;
padding: 1em 2em;
}
select,
input[type="text"],
input[type="password"],
input[type="email"] {
-moz-box-sizing: border-box;
-moz-border-radius: 2px;
-webkit-box-sizing: border-box;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
box-sizing: border-box;
border: 1px solid #aaaaaa;
border-bottom-color: #cccccc;
border-radius: 2px;
cursor: text;
margin: 0;
outline: none;
padding: 6px 8px;
vertical-align: middle;
max-width: 100%;
}
select {
height: auto;
max-width: 100%;
}
area,
textarea {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-border-radius: 2px;
-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
background-color: #ffffff;
box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
box-sizing: border-box;
border: 1px solid #aaaaaa;
border-bottom-color: #cccccc;
border-radius: 2px;
height: auto;
overflow: auto;
margin: 0;
outline: none;
padding: 8px 10px;
max-width: 100%;
}
map area {
padding: 0px;
border: 0px;
}
input,
select {
cursor: pointer;
}
area:focus,
input:focus,
textarea:focus {
border: 1px solid #66ccff;
}
input[type='text'],
input[type='password'] {
cursor: text;
} .ie7 area,
.ie7 select,
.ie7 textarea,
.ie7 input[type="text"],
.ie7 input[type="password"],
.ie7 input[type="email"] {
width: 96%;
} .msie-box {
background-color: #f9edbe;
border: 1px solid #f0c36d;
color: #212121;
display: block;
margin: 0 auto;
max-width: 960px;
padding: 10px;
position: absolute;
top: 60px;
text-align: center;
width: 100%;
}
.msie-box a {
color: #212121;
} th,
td,
table {
border: 1px solid #dddddd;
}
table {
border-collapse: collapse;
width: 100%;
} ul {
list-style-type: disc;
margin: 0;
padding: 0;
}
ol {
line-height: 22px;
list-style-position: outside;
list-style-type: decimal;
margin: 0;
padding: 0;
}
dt {
font-weight: 400;
} blockquote {
background: #f9f9f9;
border: none;
border-left: 4px solid #d6d6d6;
margin: 20px;
overflow: auto;
padding: 0 0 10px 12px;
}
blockquote p {
font-family: 'Georgia', 'Times New Roman', Times, serif;
font-style: italic;
font-size: 18px;
line-height: 26px;
} h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: 700;
line-height: 1.0em;
word-wrap: break-word;
}
h1 {
font-size: 2.625em; margin-bottom: .5em;
margin-top: .5em;
}
h2 {
font-size: 2.250em; margin-bottom: .75em;
margin-top: .75em;
}
h3 {
font-size: 1.875em; margin-bottom: .857em;
margin-top: .857em;
}
h4 {
font-size: 1.500em; margin-bottom: 1em;
margin-top: 1em;
}
h5 {
font-size: 1.125em; margin-bottom: 1.125em;
margin-top: 1.125em;
}
h6 {
font-size: 1.000em; margin-bottom: 1.285em;
margin-top: 1.285em;
} p,
hr,
dl,
pre,
form,
table,
address,
blockquote {
margin: 1.6em 0;
}
th, td {
padding: .8em;
}
caption {
padding-bottom: .8em;
}
blockquote {
padding: 0 1em;
}
blockquote:first-child {
margin: .8em 0;
}
fieldset {
margin: 1.6em 0;
padding: 0 1em 1em;
}
legend {
padding-left: .8em;
padding-right: .8em;
}
legend+* {
margin-top: 1em;
}
input,
textarea {
padding: .3em .4em .15em;
}
select {
padding: .1em .2em 0;
}
option {
padding: 0 .4em;
}
dt {
margin-bottom: .4em;
margin-top: .8em;
}
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
ul,
ol {
margin: 0 1.5em 1.5em 0;
padding-left: 2.0em;
}
li ul,
li ol {
margin: 0;
}
form div {
margin-bottom: .8em;
} #container {
margin: 0 auto;
max-width: 960px;
padding: 0px 25px;
}
#wrapper {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 4px;
clear: both;
margin: 20px auto 20px auto;
padding: 0 20px 20px 20px;
position: relative;
}
.front-page #wrapper {
background-color: transparent;
border: none;
margin: 20px auto 20px auto;
padding: 0;
}
#header {
margin: 0;
}
#footer {
clear: both;
margin: 0 auto;
max-width: 960px;
padding: 0 25px 0 25px;
}
#footer-wrapper {
margin: 0;
padding: 0;
} #logo {
float: left;
margin: 0;
}
.site-name {
display: block;
font-size: 2.063em; line-height: 1.0em;
padding-top: 20px;
}
.site-name a {
color: #333333;
font-weight: 700;
}
.site-description {
color: #afafaf;
display: block;
font-size: 0.875em; margin: 10px 0;
} #content {
margin-top: 40px;
margin-bottom: 20px;
}
#content-full {
margin-top: 40px;
margin-bottom: 20px;
}
#content-blog {
margin-top: 40px;
margin-bottom: 20px;
}
#content-images {
margin-bottom: 20px;
}
#content-search {
margin-bottom: 20px;
margin-top: 20px;
}
#content-archive {
margin-top: 40px;
margin-bottom: 20px;
}
#content-sitemap {
margin-top: 40px;
margin-bottom: 20px;
}
#content-sitemap a {
font-size: 12px;
}
#content .sticky {
clear: both;
}
#content .sticky p {
} .page-template-landing-page-php .menu,
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu,
.page-template-landing-page-php .sub-header-menu {
display: none;
} #author-meta {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background: #f9f9f9;
border: 1px solid #d6d6d6;
border-radius: 4px;
clear: both;
display: block;
margin: 30px 0 40px 0;
padding: 10px;
overflow: hidden;
}
#author-meta img {
float: left;
padding: 10px 15px 0 5px;
}
#author-meta p {
margin: 0;
padding: 5px;
}
#author-meta .about-author {
font-weight: 700;
margin: 10px 0 0 0;
} #featured {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 4px; width: 99.893617021277%;
}
#featured p {
font-size: 18px;
font-weight: 200;
line-height: 27px;
padding: 0 40px 0 40px;
text-align: center;
}
#featured-image {
margin: 40px 0 0 0;
}
#featured-image .fluid-width-video-wrapper {
margin-left: -20px;
}
.featured-image img {
margin-top: 44px;
} .comments-link {
font-size: 12px;
}
#cancel-comment-reply-link {
color: #990000;
}
.post-data {
clear: both;
font-size: 12px;
font-weight: 700;
margin-top: 20px;
}
.post-data a {
color: #111111;
}
.post-entry {
clear: both;
}
.post-meta {
clear: both;
color: #9f9f9f;
font-size: 12px;
margin-bottom: 10px;
}
.post-edit {
clear: both;
display: block;
font-size: 12px;
margin: 1.5em 0;
}
.post-search-terms {
clear: both;
}
.read-more {
clear: both;
font-weight: 700;
}
.attachment-entry {
clear: both;
text-align: center;
} .bbPress .breadcrumb-list {
display: none;
} .ellipsis {
color: #aaaaaa;
font-size: 18px;
margin-left: 5px;
}
.form-allowed-tags {
display: none;
font-size: 10px;
} .widget-wrapper {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-color: #f9f9f9;
border: 1px solid #e5e5e5;
border-radius: 4px;
margin: 0 0 20px;
padding: 20px;
}
.widget-wrapper select,
.widget-wrapper input[type="text"],
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
width: 75%;
}
#widgets {
margin-top: 40px;
}
#widgets a {
display: inline-block;
margin: 0;
padding: 0;
text-decoration: none;
}
#widgets form {
margin: 0;
}
#widgets ul,
#widgets ol {
padding: 0 0 0 20px;
}
#widgets ul li a {
display: inline;
text-decoration: none;
}
#widgets .widget-title img {
float: right;
height: 11px;
position: relative;
top: 4px;
width: 11px;
}
#widgets .rss-date {
line-height: 18px;
padding: 6px 12px;
}
#widgets .rssSummary {
padding: 10px;
}
#widgets cite {
font-style: normal;
line-height: 18px;
padding: 6px 12px;
}
#widgets .tagcloud,
#widgets .textwidget {
display: block;
line-height: 1.5em;
margin: 0;
word-wrap: break-word;
}
#widgets .textwidget a {
display: inline;
}
#widgets ul .children {
padding: 0 0 0 10px;
}
#widgets .author {
font-weight: 700;
padding-top: 4px;
}
.widget_archive select, #cat {
display: block;
margin: 0 15px 0 0;
}
#colophon-widget ul {
}
.colophon-widget {
background: none;
min-height: 0;
}
.colophon-widget select,
.colophon-widget input[type="text"],
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
width: 100%;
}
#top-widget {
}
.top-widget {
background: none;
border: none;
clear: right;
float: right;
min-height: 0;
padding: 0 3px 0 0;
text-align: right;
width: 45%;
}
.top-widget ul {
padding: 0;
}
.top-widget select,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
width: auto;
}
.top-widget #searchform {
margin: 0;
} .featured-title {
font-size: 60px;
letter-spacing: -1px;
margin: 0;
padding-top: 40px;
text-align: center;
}
.featured-subtitle {
padding: 0 10px;
text-align: center;
}
.widget-title h3,
.widget-title-home h3 {
display: block;
font-size: 24px;
font-weight: 700;
line-height: 23px;
margin: 0;
padding: 0 0 20px 0;
text-align: left;
}
.top-widget .widget-title h3 {
font-size: 14px;
padding: 0;
text-align: right;
}
.widget-title a {
border-bottom: none;
padding: 0 !important;
}
.title-404 {
color: #993333;
} .error404 select,
.error404 input[type="text"],
.error404 input[type="password"],
.error404 input[type="email"] {
width: auto;
} .screen-reader-text{
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px);
} .skip-container {
display: block;
padding: 0.5em 0.5em 0.5em 0;
position: relative;
}
.skip-link {
background: #f5f5f5;
border: 1px solid #d5d5d5;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
float: right;
font-size: 0.8125em;
margin-left: -100%;
padding: 0.5em;
text-transform: uppercase;
}
.skip-link:hover,
.skip-link:active,
.skip-link:focus {
border: 1px solid #666;
}
.custom-background .site {
-webkit-box-shadow: 0 -5px 5px 4px #d5d5d5;
-moz-box-shadow: 0 -5px 5px 4px #d5d5d5;
box-shadow: 0 -5px 5px 4px #d5d5d5;
margin: 0 auto;
} .top-menu {
float: right;
margin: 10px 0;
padding: 0;
}
.top-menu li {
display: inline;
list-style-type: none;
}
.top-menu li a {
border-left: 1px solid #cccccc;
color: #333333;
font-size: 11px;
padding: 0 4px 0 8px;
}
.top-menu > li:first-child > a {
border-left: none;
}
.top-menu li a:hover {
color: #333333;
} .menu {
background-color: #585858;
background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
background-image: -o-linear-gradient(top, #585858, #3d3d3d);
background-image: linear-gradient(to top, #585858, #3d3d3d);
clear: both;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
margin: 0 auto;
}
.main-nav {
clear: both;
}
.menu,
.menu ul {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}
.menu li {
border: 0;
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
z-index: 5;
}
.menu li:hover {
white-space: normal;
z-index: 10000;
}
.menu li li {
float: none;
}
.menu ul {
left: 0;
position: absolute;
top: 0;
visibility: hidden;
z-index: 10;
}
.menu li:hover > ul {
top: 100%;
visibility: visible;
}
.menu li li:hover > ul {
left: 100%;
top: 0;
}
.menu:after,
.menu ul:after {
clear: both;
content: '.';
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
}
.menu,
.menu ul {
min-height: 0;
}
.menu ul,
.menu ul ul {
margin: 0;
padding: 0;
}
.menu ul li a:hover,
.menu li li a:hover {
color: #484848;
text-decoration: none;
}
.menu ul {
margin-top: 1px;
min-width: 15em;
width: auto;
}
.menu a {
border-left: 1px solid #585858;
color: #ffffff;
cursor: pointer;
display: block;
font-size: 13px;
font-weight: 700;
height: 45px;
line-height: 45px;
margin: 0;
padding: 0 0.9em;
position: relative;
text-decoration: none;
text-shadow: 0 -1px 0 #000000;
white-space: nowrap;
}
.menu a:hover {
background-color: #808080;
background-image: -webkit-gradient(linear, left top, left bottom, from(#808080), to(#363636));
background-image: -webkit-linear-gradient(top, #808080, #363636);
background-image: -moz-linear-gradient(top, #808080, #363636);
background-image: -ms-linear-gradient(top, #808080, #363636);
background-image: -o-linear-gradient(top, #808080, #363636);
background-image: linear-gradient(to top, #808080, #363636);
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#808080, endColorstr=#363636)";
}
ul.menu > li:hover {
background-color: #363636;
color: #ffffff;
}
.menu .current_page_item a,
.menu .current-menu-item a {
background-color: #343434;
}
.front-page .menu .current_page_item a {
background: none;
background-color: transparent;
background-image: none;
filter: none;
}
.menu li li {
background: #ffffff;
background-image: none;
border: 1px solid #e5e5e5;
color: #444444;
filter: none;
margin: -1px 0 1px 0;
width: auto;
}
.menu li li a {
background: transparent !important;
border: none;
color: #444444;
font-size: 12px;
font-weight: 400;
height: auto;
height: 20px;
line-height: 20px;
padding: 5px 10px;
text-shadow: none;
white-space: nowrap;
}
.menu li li a:hover {
background: #f5f5f5 !important;
background-image: none;
border: none;
color: #444444;
filter: none;
}
.menu li li:hover {
background: #f5f5f5 !important;
filter: none;
}
.menu ul > li + li {
border-top: 0;
}
.menu li li:hover > ul {
left: 100%;
top: 0;
}
.menu > li:first-child > a {
border-left: none;
}
.menu a#responsive_menu_button {
display: none;
}
.main-nav #responsive_current_menu_item {
display: none;
}    .ie7 .menu ul {
background: url(//www.columbia-legion.org/wp-content/themes/responsivepro/core/images/ie7-fix.gif) repeat;
}
.ie7 .menu li li a {
min-width: 100%;
} .sub-header-menu {
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-top: none;
clear: both;
margin: 0 auto;
}
.sub-header-menu,
.sub-header-menu ul {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}
.sub-header-menu li {
border: 0;
display: block;
float: left;
margin: 0;
padding: 0;
position: relative;
z-index: 5;
}
.sub-header-menu li:hover {
white-space: normal;
z-index: 10000;
}
.sub-header-menu li li {
float: none;
}
.sub-header-menu ul {
left: 0;
position: absolute;
top: 0;
visibility: hidden;
z-index: 10;
}
.sub-header-menu li:hover > ul {
top: 100%;
visibility: visible;
}
.sub-header-menu li li:hover > ul {
left: 100%;
top: 0;
}
.sub-header-menu:after,
.sub-header-menu ul:after {
clear: both;
content: '.';
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
}
.sub-header-menu,
.sub-header-menu ul {
min-height: 0;
}
.sub-header-menu ul,
.sub-header-menu ul ul {
margin: 0;
padding: 0;
}
.sub-header-menu ul li a:hover,
.sub-header-menu li li a:hover {
color: #484848;
text-decoration: none;
}
.sub-header-menu ul {
margin-top: 1px;
min-width: 15em;
width: auto;
}
.sub-header-menu a {
border-left: 1px solid #e5e5e5;
color: #333333;
cursor: pointer;
display: block;
font-size: 12px;
font-weight: 400;
height: 35px;
line-height: 35px;
margin: 0;
padding: 0 0.9em;
position: relative;
text-decoration: none;
text-shadow: none;
}
.sub-header-menu a:hover {
-moz-background-clip: padding-box;
-webkit-background-clip: padding-box;
background-color: #f9f9f9;
background-clip: padding-box;
}
.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
background-color: #f9f9f9;
}
.sub-header-menu li li {
background: #ffffff;
background-image: none;
border: 1px solid #e5e5e5;
color: #444444;
filter: none;
margin: -1px 0 1px 0;
width: auto;
}
.sub-header-menu li li a {
border: none;
color: #444444;
font-size: 12px;
font-weight: 400;
height: auto;
height: 20px;
line-height: 20px;
padding: 5px 10px;
text-shadow: none;
white-space: nowrap;
}
.sub-header-menu li li a:hover {
background: #f9f9f9;
background-image: none;
border: none;
color: #444444;
filter: none;
}
.sub-header-menu ul > li + li {
border-top: 0;
}
.sub-header-menu li li:hover > ul {
left: 100%;
top: 0;
}
.sub-header-menu > li:first-child > a {
border-left: none;
}
.sub-header-menu ul.children a,
.sub-header-menu .current_page_ancestor,
.sub-header-menu .current_page_ancestor ul a {
background: none;
background-image: none;
filter: none;
} .ie7 .sub-header-menu ul {
background: url(//www.columbia-legion.org/wp-content/themes/responsivepro/core/images/ie7-fix.gif) repeat;
}
.ie7 .sub-header-menu li li a {
min-width: 100%;
} .footer-menu {
margin-left: 0;
padding: 0;
}
.footer-menu li {
display: inline;
list-style-type: none;
}
.footer-menu li a {
border-left: 1px solid #cccccc;
color: #333333;
padding: 0 8px;
}
.footer-menu li a:hover {
color: #222222;
}
.footer-menu > li:first-child > a {
border-left: none;
padding: 0 8px 0 0;
} .navigation {
color: #111111;
display: block;
font-size: 13px;
height: 28px;
line-height: 28px;
margin: 20px 0;
padding: 0 5px;
}
.navigation a {
color: #aaaaaa;
padding: 4px 10px;
}
.navigation a:hover {
color: #111111;
text-decoration: none;
}
.navigation .previous {
float: left;
}
.navigation .next {
float: right;
}
.navigation .bracket {
font-size: 36px;
} .pagination {
clear: both;
display: block;
font-size: 16px;
font-weight: 700;
margin: 10px 0;
padding: 5px 0;
}
.pagination a {
text-decoration: none;
} .breadcrumb-list {
font-size: 12px;
} #commentform {
margin: 0;
}
.commentlist {
border-bottom: 1px solid #e5e5e5;
list-style: none;
margin: 0;
padding: 0;
}
.commentlist ol {
list-style: decimal;
}
.commentlist li {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
background-color: #ffffff;
border-radius: 4px;
margin: 0;
}
.commentlist .bypostauthor {
}
.commentlist li cite {
color: #111111;
font-size: 1.1em;
font-style: normal;
font-weight: 400;
}
.commentlist li.alt {
background: #f9f9f9;
}
.commentlist .children {
list-style: none;
margin-left: 10px;
padding: 10px;
}
.commentlist .avatar {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
float: left;
margin-right: 10px;
padding: 0;
vertical-align: middle;
}
.comment-author .fn {
}
.comment-author .says {
color: #999999;
}
.comment-body .comment-meta {
color: #999999;
display: inline-block;
margin: 0;
padding: 0;
text-align: left;
}
.comment-body .comment-meta a {
font-size: 11px;
}
.comment-body {
clear: both;
padding: 10px;
}
.comment-body p {
clear: both;
}
.comment-body .reply {
}
.pingback, .trackback {
list-style: none;
margin: 20px 0;
}
.pingback cite,
.trackback cite {
font-style: normal;
}
#pings,
#comments {
text-align: left;
}
#respond {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #eaeaea;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
background-image: linear-gradient(to top, #ffffff, #eaeaea);
border: 1px solid #cccccc;
border-bottom-color: #aaaaaa;
border-radius: 4px;
clear: both;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea)";
margin-top: 15px;
padding: 10px 20px 50px;
}
#respond label {
display: inline;
}
.reply {
margin: 10px 0;
}
.comment-form-url input,
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
display: block;
width: 100%;
}
.nocomments {
color: #999999;
font-size: .9em;
text-align: center;
}  .gallery-columns-1 .gallery-item {
max-width: 600px;
}
.gallery-columns-2 .gallery-item {
max-width: 300px;
}
.gallery-columns-3 .gallery-item {
max-width: 200px;
}
.gallery-columns-4 .gallery-item {
max-width: 150px;
}
.gallery-columns-5 .gallery-item {
max-width: 120px;
}
.gallery-columns-6 .gallery-item {
max-width: 100px;
}
.gallery-columns-7 .gallery-item {
max-width: 85px;
}
.gallery-columns-8 .gallery-item {
max-width: 75px;
}
.gallery-columns-9 .gallery-item {
max-width: 66px;
} .page-template-full-width-page-php .gallery-columns-1 .gallery-item,
.page-template-landing-page.php .gallery-columns-1 .gallery-item {
max-width: 900px;
}
.page-template-full-width-page-php .gallery-columns-2 .gallery-item,
.page-template-landing-page.php .gallery-columns-2 .gallery-item {
max-width: 450px;
}
.page-template-full-width-page-php .gallery-columns-3 .gallery-item,
.page-template-landing-page.php .gallery-columns-3 .gallery-item {
max-width: 300px;
}
.page-template-full-width-page-php .gallery-columns-4 .gallery-item,
.page-template-landing-page.php .gallery-columns-4 .gallery-item {
max-width: 225px;
}
.page-template-full-width-page-php .gallery-columns-5 .gallery-item,
.page-template-landing-page.php .gallery-columns-5.gallery-item {
max-width: 180px;
}
.page-template-full-width-page-php .gallery-columns-6 .gallery-item,
.page-template-landing-page.php .gallery-columns-6 .gallery-item {
max-width: 150px;
}
.page-template-full-width-page-php .gallery-columns-7 .gallery-item,
.page-template-landing-page.php .gallery-columns-7 .gallery-item {
max-width: 125px;
}
.page-template-full-width-page-php .gallery-columns-8 .gallery-item,
.page-template-landing-page.php .gallery-columns-8 .gallery-item {
max-width: 112.5px;
}
.page-template-full-width-page-php .gallery-columns-9 .gallery-item,
.page-template-landing-page.php .gallery-columns-9 .gallery-item {
max-width: 100px;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 20px auto;
}
.alignright {
float: right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.aligncenter {
display: block;
margin: 5px auto;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #f9f9f9;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 13px 10px 10px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 12px;
line-height: 1.5em;
margin: 0;
padding: 10px;
}
img.wp-smiley {
vertical-align: middle;
} .gallery {
margin: 0 auto 18px;
}
.gallery .gallery-item {
float: left;
margin-top: 0;
text-align: center;
max-width: 155px;
}
.gallery img {
border: 1px solid #dddddd;
}
.gallery .gallery-caption {
font-size: 12px;
margin: 0 0 12px;
}
.gallery dl {
margin: 0;
}
.gallery br+br {
display: none;
}
.attachment-gallery img {
background: #ffffff;
border: 1px solid #f0f0f0;
display: block;
height: auto;
margin: 15px auto;
max-width: 96%;
padding: 5px;
width: auto;
}
.gallery-meta .iso,
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,
.gallery-meta .focal-length {
display: block;
} img.wp-post-image,
img.attachment-full,
img.attachment-large,
img.attachment-medium,
img.attachment-thumbnail {
display: block;
margin: 15px auto;
width: auto;
} a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
-moz-border-radius: 2px;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-webkit-border-radius: 2px;
background-color: #f9f9f9; background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
background-image: linear-gradient(to top, #f9f9f9, #f1f1f1);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
border: 1px solid #dddddd;
border-radius: 2px;
color: #333333;
cursor: pointer;
display: inline-block;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
font-size: 14px;
font-weight: 700;
line-height: 20px;
margin: 0;
padding: 4px 10px;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
vertical-align: middle;
white-space: nowrap;
}
a.button:hover,
input[type='reset']:hover,
input[type='button']:hover,
input[type='submit']:hover {
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
background-color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
background-image: -ms-linear-gradient(top, #ffffff, #f1f1f1);
background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
background-image: linear-gradient(to top, #ffffff, #f1f1f1);
border: 1px solid #dddddd;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
color: #333333;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f1f1f1)";
}
a.button:active,
input[type='reset']:active,
input[type='button']:active,
input[type='submit']:active {
-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
background-color: #f9f9f9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
background-image: linear-gradient(to top, #f9f9f9, #f1f1f1);
box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
} .call-to-action {
text-align: center;
}
.call-to-action a.button {
font-size: 24px;
padding: 15px 35px;
}
.call-to-action a.button:hover {
text-decoration: none;
}
.ie7 .call-to-action a.button {
padding: 11px 35px 19px 35px;
} .small a.button {
font-size: 10px;
padding: 3px 6px;
}
.medium a.button {
font-size: 16px;
padding: 8px 16px;
}
.large a.button {
font-size: 18px;
padding: 10px 35px;
}
.xlarge a.button {
font-size: 24px;
padding: 12px 55px;
} a.blue {
background-color: #1874cd; background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
background-image: linear-gradient(to top, #4f9eea, #1874cd);
border: 1px solid #115290;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd)";
text-shadow: 0 -1px 0 #115290;
}
a.blue:hover {
background-color: #7db7f0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
background-image: linear-gradient(to top, #7db7f0, #1874cd);
border: 1px solid #115290;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd)";
text-shadow: 0 -1px 0 #115290;
} a.blue.flat {
background-image: none;
border: none;
background-color: #1874cd;
}
.call-to-action a.blue.flat:hover
{
background-image: none;
border: none;
background-color: #1874cd;
} a.red {
background-color: #cd0000; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2323), to(#cd0000));
background-image: -webkit-linear-gradient(top, #ff2323, #cd0000);
background-image: -moz-linear-gradient(top, #ff2323, #cd0000);
background-image: -ms-linear-gradient(top, #ff2323, #cd0000);
background-image: -o-linear-gradient(top, #ff2323, #cd0000);
background-image: linear-gradient(to top, #ff2323, #cd0000);
border: 1px solid #890000;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff2323, endColorstr=#cd0000)";
text-shadow: 0 -1px 0 #890000;
}
a.red:hover {
background-color: #ff5656;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5656), to(#cd0000));
background-image: -webkit-linear-gradient(top, #ff5656, #cd0000);
background-image: -moz-linear-gradient(top, #ff5656, #cd0000);
background-image: -ms-linear-gradient(top, #ff5656, #cd0000);
background-image: -o-linear-gradient(top, #ff5656, #cd0000);
background-image: linear-gradient(to top, #ff5656, #cd0000);
border: 1px solid #890000;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff5656, endColorstr=#cd0000)";
text-shadow: 0 -1px 0 #890000;
}
a.orange {
background-color: #ff7f00; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffaa55), to(#ff7f00));
background-image: -webkit-linear-gradient(top, #ffaa55, #ff7f00);
background-image: -moz-linear-gradient(top, #ffaa55, #ff7f00);
background-image: -ms-linear-gradient(top, #ffaa55, #ff7f00);
background-image: -o-linear-gradient(top, #ffaa55, #ff7f00);
background-image: linear-gradient(to top, #ffaa55, #ff7f00);
border: 1px solid #bb5d00;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00)";
text-shadow: 0 -1px 0 #bb5d00;
}
a.orange:hover {
background-color: #ffc388;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
background-image: linear-gradient(to top, #ffc388, #ff7f00);
border: 1px solid #bb5d00;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00)";
text-shadow: 0 -1px 0 #bb5d00;
}
a.yellow {
background-color: #ecca06; background-image: -webkit-gradient(linear, left top, left bottom, from(#fff2aa), to(#ffd700));
background-image: -webkit-linear-gradient(top, #fff2aa, #ffd700);
background-image: -moz-linear-gradient(top, #fff2aa, #ffd700);
background-image: -ms-linear-gradient(top, #fff2aa, #ffd700);
background-image: -o-linear-gradient(top, #fff2aa, #ffd700);
background-image: linear-gradient(to top, #fff2aa, #ffd700);
border: 1px solid #bb9e00;
color: #161300;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff2aa, endColorstr=#ffd700)";
text-shadow: 0 1px 0 #ffffff;
}
a.yellow:hover {
background-color: #fffadd;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fffadd), to(#ffd700));
background-image: -webkit-linear-gradient(top, #fffadd, #ffd700);
background-image: -moz-linear-gradient(top, #fffadd, #ffd700);
background-image: -ms-linear-gradient(top, #fffadd, #ffd700);
background-image: -o-linear-gradient(top, #fffadd, #ffd700);
background-image: linear-gradient(to top, #fffadd, #ffd700);
border: 1px solid #bb9e00;
color: #161300;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffadd, endColorstr=#ffd700)";
text-shadow: 0 1px 0 #ffffff;
}
a.green {
background-color: #2e8b57; background-image: -webkit-gradient(linear, left top, left bottom, from(#4bc380), to(#2e8b57));
background-image: -webkit-linear-gradient(top, #4bc380, #2e8b57);
background-image: -moz-linear-gradient(top, #4bc380, #2e8b57);
background-image: -ms-linear-gradient(top, #4bc380, #2e8b57);
background-image: -o-linear-gradient(top, #4bc380, #2e8b57);
background-image: linear-gradient(to top, #4bc380, #2e8b57);
border: 1px solid #1d5837;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4bc380, endColorstr=#2e8b57)";
text-shadow: 0 -1px 0 #1d5837;
}
a.green:hover {
background-color: #71d09b;
background-image: -webkit-gradient(linear, left top, left bottom, from(#71d09b), to(#2e8b57));
background-image: -webkit-linear-gradient(top, #71d09b, #2e8b57);
background-image: -moz-linear-gradient(top, #71d09b, #2e8b57);
background-image: -ms-linear-gradient(top, #71d09b, #2e8b57);
background-image: -o-linear-gradient(top, #71d09b, #2e8b57);
background-image: linear-gradient(to top, #71d09b, #2e8b57);
border: 1px solid #1d5837;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#71d09b, endColorstr=#2e8b57)";
text-shadow: 0 -1px 0 #1d5837;
}
a.olive {
background-color: #838b83; background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e000), to(#838b83));
background-image: -webkit-linear-gradient(top, #afb4af, #838b83);
background-image: -moz-linear-gradient(top, #afb4af, #838b83);
background-image: -ms-linear-gradient(top, #afb4af, #838b83);
background-image: -o-linear-gradient(top, #afb4af, #838b83);
background-image: linear-gradient(to top, #afb4af, #838b83);
border: 1px solid #626862;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#afb4af, endColorstr=#838b83)";
text-shadow: 0 -1px 0 #626862;
}
a.olive:hover {
background-color: #c9cdc9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#c9cdc9), to(#838b83));
background-image: -webkit-linear-gradient(top, #c9cdc9, #838b83);
background-image: -moz-linear-gradient(top, #c9cdc9, #838b83);
background-image: -ms-linear-gradient(top, #c9cdc9, #838b83);
background-image: -o-linear-gradient(top, #c9cdc9, #838b83);
background-image: linear-gradient(to top, #c9cdc9, #838b83);
border: 1px solid #626862;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c9cdc9, endColorstr=#838b83)";
text-shadow: 0 -1px 0 #626862;
}
a.purple {
background-color: #5d478b; background-image: -webkit-gradient(linear, left top, left bottom, from(#8771b6), to(#5d478b));
background-image: -webkit-linear-gradient(top, #8771b6, #5d478b);
background-image: -moz-linear-gradient(top, #8771b6, #5d478b);
background-image: -ms-linear-gradient(top, #8771b6, #5d478b);
background-image: -o-linear-gradient(top, #8771b6, #5d478b);
background-image: linear-gradient(to top, #8771b6, #5d478b);
border: 1px solid #3f305e;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#8771b6, endColorstr=#5d478b)";
text-shadow: 0 -1px 0 #3f305e;
}
a.purple:hover {
background-color: #a492c8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#a492c8), to(#5d478b));
background-image: -webkit-linear-gradient(top, #a492c8, #5d478b);
background-image: -moz-linear-gradient(top, #a492c8, #5d478b);
background-image: -ms-linear-gradient(top, #a492c8, #5d478b);
background-image: -o-linear-gradient(top, #a492c8, #5d478b);
background-image: linear-gradient(to top, #a492c8, #5d478b);
border: 1px solid #3f305e;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a492c8, endColorstr=#5d478b)";
text-shadow: 0 -1px 0 #3f305e;
}
a.pink {
background-color: #cd1076; background-image: -webkit-gradient(linear, left top, left bottom, from(#f042a0), to(#cd1076));
background-image: -webkit-linear-gradient(top, #f042a0, #cd1076);
background-image: -moz-linear-gradient(top, #f042a0, #cd1076);
background-image: -ms-linear-gradient(top, #f042a0, #cd1076);
background-image: -o-linear-gradient(top, #f042a0, #cd1076);
background-image: linear-gradient(to top, #f042a0, #cd1076);
border: 1px solid #8e0b52;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f042a0, endColorstr=#cd1076)";
text-shadow: 0 -1px 0 #8e0b52;
}
a.pink:hover {
background-color: #f471b8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f471b8), to(#cd1076));
background-image: -webkit-linear-gradient(top, #f471b8, #cd1076);
background-image: -moz-linear-gradient(top, #f471b8, #cd1076);
background-image: -ms-linear-gradient(top, #f471b8, #cd1076);
background-image: -o-linear-gradient(top, #f471b8, #cd1076);
background-image: linear-gradient(to top, #f471b8, #cd1076);
border: 1px solid #8e0b52;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f471b8, endColorstr=#cd1076)";
text-shadow: 0 -1px 0 #8e0b52;
}
a.brick {
background-color: #b22222; background-image: -webkit-gradient(linear, left top, left bottom, from(#dd4c4c), to(#b22222));
background-image: -webkit-linear-gradient(top, #dd4c4c, #b22222);
background-image: -moz-linear-gradient(top, #dd4c4c, #b22222);
background-image: -ms-linear-gradient(top, #dd4c4c, #b22222);
background-image: -o-linear-gradient(top, #dd4c4c, #b22222);
background-image: linear-gradient(to top, #dd4c4c, #b22222);
border: 1px solid #791717;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd4c4c, endColorstr=#b22222)";
text-shadow: 0 -1px 0 #791717;
}
a.brick:hover {
background-color: #e57777;
background-image: -webkit-gradient(linear, left top, left bottom, from(#e57777), to(#b22222));
background-image: -webkit-linear-gradient(top, #e57777, #b22222);
background-image: -moz-linear-gradient(top, #e57777, #b22222);
background-image: -ms-linear-gradient(top, #e57777, #b22222);
background-image: -o-linear-gradient(top, #e57777, #b22222);
background-image: linear-gradient(to top, #e57777, #b22222);
border: 1px solid #791717;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e57777, endColorstr=#b22222)";
text-shadow: 0 -1px 0 #791717;
}
a.gold {
background-color: #8b6508; background-image: -webkit-gradient(linear, left top, left bottom, from(#db9f0d), to(#8b6508));
background-image: -webkit-linear-gradient(top, #db9f0d, #8b6508);
background-image: -moz-linear-gradient(top, #db9f0d, #8b6508);
background-image: -ms-linear-gradient(top, #db9f0d, #8b6508);
background-image: -o-linear-gradient(top, #db9f0d, #8b6508);
background-image: linear-gradient(to top, #db9f0d, #8b6508);
border: 1px solid #6b4e06;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#db9f0d, endColorstr=#8b6508)";
text-shadow: 0 -1px 0 #6b4e06;
}
a.gold:hover {
background-color: #f3b828;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f3b828), to(#8b6508));
background-image: -webkit-linear-gradient(top, #f3b828, #8b6508);
background-image: -moz-linear-gradient(top, #f3b828, #8b6508);
background-image: -ms-linear-gradient(top, #f3b828, #8b6508);
background-image: -o-linear-gradient(top, #f3b828, #8b6508);
background-image: linear-gradient(to top, #f3b828, #8b6508);
border: 1px solid #6b4e06;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f3b828, endColorstr=#8b6508)";
text-shadow: 0 -1px 0 #6b4e06;
}
a.brown {
background-color: #8b4513; background-image: -webkit-gradient(linear, left top, left bottom, from(#d66a1d), to(#8b4513));
background-image: -webkit-linear-gradient(top, #d66a1d, #8b4513);
background-image: -moz-linear-gradient(top, #d66a1d, #8b4513);
background-image: -ms-linear-gradient(top, #d66a1d, #8b4513);
background-image: -o-linear-gradient(top, #d66a1d, #8b4513);
background-image: linear-gradient(to top, #d66a1d, #8b4513);
border: 1px solid #4f270b;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d66a1d, endColorstr=#8b4513)";
text-shadow: 0 -1px 0 #4f270b;
}
a.brown:hover {
background-color: #8b4513;
background-image: -webkit-gradient(linear, left top, left bottom, from(#e58541), to(#8b4513));
background-image: -webkit-linear-gradient(top, #e58541, #8b4513);
background-image: -moz-linear-gradient(top, #e58541, #8b4513);
background-image: -ms-linear-gradient(top, #e58541, #8b4513);
background-image: -o-linear-gradient(top, #e58541, #8b4513);
background-image: linear-gradient(to top, #e58541, #8b4513);
border: 1px solid #4f270b;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#e58541, endColorstr=#8b4513)";
text-shadow: 0 -1px 0 #4f270b;
}
a.silver {
background-color: #c0c0c0; background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#c0c0c0));
background-image: -webkit-linear-gradient(top, #eaeaea, #c0c0c0);
background-image: -moz-linear-gradient(top, #eaeaea, #c0c0c0);
background-image: -ms-linear-gradient(top, #eaeaea, #c0c0c0);
background-image: -o-linear-gradient(top, #eaeaea, #c0c0c0);
background-image: linear-gradient(to top, #eaeaea, #c0c0c0);
border: 1px solid #9e9e9e;
color: #444444;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eaeaea, endColorstr=#c0c0c0)";
text-shadow: 0 1px 0 #ffffff;
}
a.silver:hover {
background-color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0));
background-image: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
background-image: -moz-linear-gradient(top, #ffffff, #c0c0c0);
background-image: -ms-linear-gradient(top, #ffffff, #c0c0c0);
background-image: -o-linear-gradient(top, #ffffff, #c0c0c0);
background-image: linear-gradient(to top, #ffffff, #c0c0c0);
border: 1px solid #9e9e9e;
color: #444444;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#c0c0c0)";
text-shadow: 0 1px 0 #ffffff;
}
a.gray {
background-color: #696969; background-image: -webkit-gradient(linear, left top, left bottom, from(#939393), to(#696969));
background-image: -webkit-linear-gradient(top, #939393, #696969);
background-image: -moz-linear-gradient(top, #939393, #696969);
background-image: -ms-linear-gradient(top, #939393, #696969);
background-image: -o-linear-gradient(top, #939393, #696969);
background-image: linear-gradient(to top, #939393, #696969);
border: 1px solid #474747;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#939393, endColorstr=#696969)";
text-shadow: 0 -1px 0 #474747;
}
a.gray:hover {
background-color: #adadad;
background-image: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#696969));
background-image: -webkit-linear-gradient(top, #adadad, #696969);
background-image: -moz-linear-gradient(top, #adadad, #696969);
background-image: -ms-linear-gradient(top, #adadad, #696969);
background-image: -o-linear-gradient(top, #adadad, #696969);
background-image: linear-gradient(to top, #adadad, #696969);
border: 1px solid #474747;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#adadad, endColorstr=#696969)";
text-shadow: 0 -1px 0 #474747;
}
a.black {
background-color: #080808; background-image: -webkit-gradient(linear, left top, left bottom, from(#323232), to(#080808));
background-image: -webkit-linear-gradient(top, #323232, #080808);
background-image: -moz-linear-gradient(top, #323232, #080808);
background-image: -ms-linear-gradient(top, #323232, #080808);
background-image: -o-linear-gradient(top, #323232, #080808);
background-image: linear-gradient(to top, #323232, #080808);
border: 1px solid #000000;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#323232, endColorstr=#080808)";
text-shadow: 0 -1px 0 #000000;
}
a.black:hover {
background-color: #4c4c4c;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4c4c4c), to(#080808));
background-image: -webkit-linear-gradient(top, #4c4c4c, #080808);
background-image: -moz-linear-gradient(top, #4c4c4c, #080808);
background-image: -ms-linear-gradient(top, #4c4c4c, #080808);
background-image: -o-linear-gradient(top, #4c4c4c, #080808);
background-image: linear-gradient(to top, #4c4c4c, #080808);
border: 1px solid #000000;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c4c4c, endColorstr=#080808)";
text-shadow: 0 -1px 0 #000000;
} .info-box {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: block;
margin: 20px 0;
padding: 15px;
text-align: left;
}
.alert {
background-color: #faebeb;
border: 1px solid #dc7070;
color: #212121;
}
.address {
background-color: #f6f5ef;
border: 1px solid #cdc9a5;
color: #212121;
}
.notice {
background-color: #fbf9e9;
border: 1px solid #e3cf57;
color: #212121;
}
.success {
background-color: #f9fde8;
border: 1px solid #a2bc13;
color: #212121;
}
.download {
background-color: #fff4e5;
border: 1px solid #ff9912;
color: #212121;
}
.information {
background-color: #eef3f6;
border: 1px solid #6ca6cd;
color: #212121;
}
.required {
color: #d5243f;
} #breadcrumb {
padding: 40px 0 0 0;
}
#breadcrumb a {
color: #0066cc;
font-size: 12px;
font-weight: 400;
}
#breadcrumb a:hover {
color: #444444;
text-decoration: none;
}
#content-woocommerce {
margin-top: 40px;
margin-bottom: 20px;
}
.products ul, ul.products {
margin-top: 40px;
}
.cart-collaterals .shipping_calculator {
width: 100%;
}
table.shop_table {
table-layout: fixed;
-ms-word-break: break-all;
word-break: break-all;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
@media screen and (max-width:767px) {
table.shop_table {
font-size: 10px;
}
}
@media screen and (max-width:400px) {
table.shop_table {
font-size: 8px;
}
}
table.cart td.actions .coupon .input-text,
table.cart td.actions .coupon .input-text {
cursor: text;
} .icl_languages_selector {
float: right;
text-align: left
}
.rtl .icl_languages_selector {
float: left;
text-align: right
}
@media screen and (max-width: 650px) {
.icl_languages_selector,
.rtl .icl_languages_selector {
float: none;
}
} .widget_polylang li {
display: inline;
list-style-type: none;
} #footer {
font-size: 11px;
line-height: 1.5em;
}
#footer a {
color: #333333;
font-weight: 400;
}
#footer a:hover {
color: #444444;
}
#footer-wrapper .grid.col-940 {
margin: 0;
}
#footer-wrapper .contact_div
{
margin-bottom: 2.127659574468%!important;
}
.scroll-top {
text-align: center;
}
.copyright {
text-align: left;
}
.powered {
text-align: right;
}
#footer_widget .col-300:nth-child(3n+3) {
margin-right: 0;
} #footer .social-icons {
list-style: none;
line-height: normal;
padding: 0;
margin: 0;
text-align: right;
}
#footer .rss-icon,
#footer .yelp-icon,
#footer .vimeo-icon,
#footer .youtube-icon,
#footer .twitter-icon,
#footer .facebook-icon,
#footer .linkedin-icon,
#footer .rss-feed-icon,
#footer .instagram-icon,
#footer .pinterest-icon,
#footer .foursquare-icon,
#footer .googleplus-icon,
#footer .google-plus-icon,
#footer .stumbleupon-icon,
#footer .stumble-upon-icon {
display: inline;
margin: 1px;
padding-left: 3px;
} .left {
float: left;
}
.right {
float: right;
}
.center {
text-align: center;
} .clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
content: ' ';
display: table;
}
.clearfix:after,
#container:after,
.widget-wrapper:after {
clear: both;
}
.ie7 .clearfix,
.ie7 #container,
.ie7 .widget-wrapper {
-ms-filter: "progid:DXImageTransform.Microsoft.zoom(1)";
}
.clear {
clear: both;
} BDO[DIR="ltr"] {
direction: ltr;
unicode-bidi: bidi-override;
}
BDO[DIR="rtl"] {
direction: rtl;
unicode-bidi: bidi-override;
}
[DIR="ltr"] {
direction: ltr;
unicode-bidi: embed;
}
[DIR="rtl"] {
direction: rtl;
unicode-bidi: embed;
} @media print {
h1, h2, h3, h4, h5, h6 {
page-break-after: avoid;
}
ul, ol, dl {
page-break-before: avoid;
}
}
.section_title {
text-align: center;
text-transform: uppercase;
padding-left:40px;
padding-right:40px;
margin-top: 17px;
margin-bottom: 0;
font-size: 2.250em;    
font-weight: 700;
}
.testimonial_main_div .testimonial_img,.team_main_div .team_img,.feature_main_div .feature_img{
text-align: center;
margin-top: 40px;
}
.feature_main_div .feature_img img {  width: 130px;  height: 130px;border: 6px solid #ccc; }
.testimonial_main_div .testimonial_img img,.team_main_div .team_img img {
width: 178px;
height: 178px;
border: 4px solid #fff;
padding: 4px; 
}
//.team_main_div .team_img img {border: 4px solid #ccc}
.testimonial_main_div .testimonial_img img ,.team_main_div .team_img img,.feature_main_div .feature_img img{
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
max-height: 12em; 
}
.testimonial_main_text {
font-size: 18px;	
margin-top: 46px;
line-height: 27px;
background: url(//www.columbia-legion.org/wp-content/themes/responsivepro/images/testimonial_icon.png) no-repeat 4px 0px;   
padding-right: 40px;    
}
#testimonial_div, #team_div, #about_div, #feature_div  
{
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 4px;
padding-bottom: 40px;
width: 99.893617021277%;
}
#about_div .about_text {	
font-size: 18px;
text-align: center;
padding: 0 10px 0 10px;
font-weight: 200;
line-height: 27px
}
#about_div {text-align: center;}
.about-content a {
font-size: 20px;
padding: 15px 15px;
}
#testimonial_div .section_title:after, #team_div .section_title:after, #feature_div .section_title:after,#about_div .section_title:after{
border-bottom: solid 2px #555555;
width: 60px;
text-align: center;
position: absolute;
content: "";
left: 0;
right: 0;
margin: 50px auto auto auto;
}
.testimonial_author {    
font-weight: bold;
font-size: 18px;      
margin-bottom: 4px;   
margin: 10px  0 0 29px;
}
.testimonial_text {
margin: 0 0 0 29px;
font-style: normal;
font-size: inherit;    
margin-bottom: 1em;
padding-top: 22px;
}
.team_main_div, .feature_main_div {
text-align: center;
}
.team_main_div .team_member,.feature_main_div .feature_title {
font-size: 18px;
font-weight: bold;
display:block;
text-align: center;
margin-top: 10px;
}
.team_main_div .team_designation{
text-align: center;
font-size: 1.1em;
margin-top: 10px;
font-style: italic; 
display:block;
}
.team_main_div .social {
text-align: center;
margin-top: 10px;
}
.team_main_div .social a{
display:inline-block;
width:31px;
height:31px;
-webkit-border-radius:100%;
-moz-border-radius:100%;
border-radius:100%;
font-size:1em;
line-height:31x;
outline:0;
color:#fff;
background-color:#222;
box-sizing: border-box;
padding-top: 4px;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;
}
.section-team,.section-feature {
width: 33%;
float: none;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
}
.team_desc,.feature_desc {   
text-align: center;  
padding: 0 10px 10px;
margin-top: 14px;
font-size: 18px;
font-weight: 200;
line-height: 27px;
}
.contact_div .fa{
font-size: 2em;
width: 20px;
height: 20px;
line-height: 20px;
}
.contact_div .fa-envelope
{
font-size: 1.7em;
}
.contact_right p {margin:10px 0px 10px 16%;}
.contact_left span {font-size: 1.1em;
padding-left: 12px;
padding-bottom: 24px;
padding-bottom: 39px;
display: inline-block;
}
.contact_div {	
font-size: 14px;
margin-bottom: 20px;
box-sizing: border-box;
padding: 20px;	
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
background-color: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 4px;
background: url(//www.columbia-legion.org/wp-content/themes/responsivepro/core/images/default-contact.jpg);
background-size:cover;
color: #ffffff;
}
.contact_subtitle {text-align: center;margin: 17px 0 17px 0;font-size: 18px}
.contact_title { 
text-align: center;
line-height: 1em;
text-transform: uppercase;
padding-left: 40px;
padding-right: 40px;
margin-top: 17px;
margin-bottom: 0;
font-size: 2.250em;
font-weight: 700;
}
.contact_right label {font-weight: normal;}
.contact_right .wpcf7{
width: 100%;
}
.contact_right textarea {
height: 70px;
padding: 12px 42px 0px 0px;
color: #f2f2f2;
background-color: transparent;
border-radius: 0;
width: 100%;
box-shadow: none;
border-width: 0;
border-bottom-color: #cec9c4;
border-bottom-width: 3px;
}
.contact_right .wpcf7-submit {
background-color: #1874cd; background-image: -webkit-gradient(linear, left top, left bottom, from(#4f9eea), to(#1874cd));
background-image: -webkit-linear-gradient(top, #4f9eea, #1874cd);
background-image: -moz-linear-gradient(top, #4f9eea, #1874cd);
background-image: -ms-linear-gradient(top, #4f9eea, #1874cd);
background-image: -o-linear-gradient(top, #4f9eea, #1874cd);
background-image: linear-gradient(to top, #4f9eea, #1874cd);
border: 1px solid #115290;
color: #ffffff;	
line-height: 20px;
padding: 10px 22px;
box-shadow:none;
font-weight:normal;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd)";
text-shadow: 0 -1px 0 #115290;
border-radius: 2px;
display: inline-block;
font-weight: 700;
margin: 0;
vertical-align: middle;
white-space: nowrap;
}
.contact_right .wpcf7-submit:hover {
background-color: #7db7f0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#7db7f0), to(#1874cd));
background-image: -webkit-linear-gradient(top, #7db7f0, #1874cd);
background-image: -moz-linear-gradient(top, #7db7f0, #1874cd);
background-image: -ms-linear-gradient(top, #7db7f0, #1874cd);
background-image: -o-linear-gradient(top, #7db7f0, #1874cd);
background-image: linear-gradient(to top, #7db7f0, #1874cd);
border: 1px solid #115290;
color: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7db7f0, endColorstr=#1874cd)";
border-radius: 2px;
display: inline-block;
font-weight: 700;
margin: 0;
vertical-align: middle;
white-space: nowrap;
}
.contact_right form { margin-bottom: 0;}
.contact_left {margin-top: 20px; }
.contact_right select, .contact_right input[type="text"], .contact_right input[type="password"], .contact_right input[type="email"] {
width: 100%;
color: #f2f2f2;
padding: 12px 2px 2px 0px;
background-color: transparent;
border-radius: 0;
box-shadow: none;
border-width: 0;
border-bottom-width: 3px;
border-bottom-color: #cec9c4;
}@media screen and (max-width: 980px) {
body {
}
.contact_div .contact_right {margin-left: 0%;}
.contact_right p {margin: 0;}
.contact_div .contact_left, .contact_div .contact_right {text-align: center;}
.grid,
.grid-right {
display: block;
float: none;
width: 100%;
margin-right: 0;
}
.copyright,
.scroll-top,
.powered {
float: left;
}
#featured-image .fluid-width-video-wrapper {
margin: 20px 0 0 0;
}
.front-page  #widgets {
margin-top: 40px;
}
.top-widget,
.front-page  .top-widget {
margin-top: 0 !important;
}
.hide-desktop {
display: block;
}
.show-desktop {
display: none;
}
.hide-980 {
display: none;
}
.show-980 {
display: block;
}
}
@media screen and (max-width: 650px) {
body {
}
#logo {
float: none;
margin: 0;
text-align: center;
}
.grid,
.grid-right {
float: none;
}
#featured-image .fluid-width-video-wrapper {
margin: 20px 0 0 0;
}
.top-widget {
float: none;
margin: 0 auto 10px auto;
position: relative;
text-align: center;
width: auto;
}
.top-widget .widget-title h3 {
text-align: center;
}
.js .sub-header-menu {
display: none;
}
.js .main-nav {
position: relative;
background-color: #585858;
background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
background-image: -o-linear-gradient(top, #585858, #3d3d3d);
background-image: linear-gradient(to top, #585858, #3d3d3d);
clear: both;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
margin: 0 auto;
}
.js .main-nav .menu {
display: none;
position: absolute;
width: 100%;
top: 30px;
z-index: 1000;
}
.js .main-nav .menu ul {
margin-top: 1px;
}
.js .main-nav .menu li {
float: none;
background-color: #ffffff;
border: none;
}
.js .main-nav .menu li a {
color: #444444;
font-size: 13px;
font-weight: normal;
height: 45px;
line-height: 45px;
padding: 0 15px;
border: none;
border-bottom: 1px solid #f5f5f5;
text-shadow: none;
text-align: left;
cursor: pointer;
}
.js .main-nav .menu li.current_page_item,
.js .menu .current_page_item a,
.js .menu .current-menu-item a {
background-color: #f5f5f5;
}
.js .main-nav .menu li li:hover {
background: none !important;
}
.js .main-nav .menu li li a {
position: relative;
padding: 0 10px 0 30px;
}
.js .main-nav .menu li li li a {
position: relative;
padding: 0 10px 0 40px;
}
.js .main-nav .menu li a:hover,
.js .main-nav .menu li li a:hover {
background-image: none;
filter: none;
background-color: #f5f5f5 !important;
}
.js .main-nav .menu li li a::before {
content: '\2013';
position: absolute;
top: 0;
left: 20px;
}
.js .main-nav .menu li li li a::before {
content: '\2013';
position: absolute;
top: 0;
left: 20px;
}
.js .main-nav .menu li li li a::after {
content: '\2013';
position: absolute;
top: 0;
left: 30px;
}
.js .main-nav .menu li ul {
position: static;
visibility: visible;
background-color: #ffffff;
}
.js .main-nav .menu ul {
min-width: 0;
}
.js .main-nav #responsive_current_menu_item {
display: block;
padding: 5px 40px 5px 10px;
color: #ffffff;
font-weight: 700;
cursor: pointer;
}
.js .main-nav a#responsive_menu_button {
position: absolute;
display: block;
top: 0;
left: 100%;
height: 30px;
width: 23px;
margin-left: -30px;
background: url(//www.columbia-legion.org/wp-content/themes/responsivepro/core/images/select-icons.png) 0 5px no-repeat;
cursor: pointer;
}
.js .main-nav a#responsive_menu_button.responsive-toggle-open {
background: url(//www.columbia-legion.org/wp-content/themes/responsivepro/core/images/select-icons.png) 0 -46px no-repeat;
}
.top-menu,
.footer-menu li {
float: none;
font-size: 11px;
text-align: center;
}
#author-meta {
padding: 20px;
}
#wrapper .gallery .gallery-item {
max-width: 100%;
}
.hide-650 {
display: none;
}
.show-650 {
display: block;
}
.hide-mobile {
display: none;
}
#footer {
text-align: center;
}
#footer .social-icons {
padding-bottom: 10px;
text-align: center;
}
}
@media screen and (max-width: 480px) {
body {
}
#logo {
float: none;
text-align: center;
}
.grid,
.grid-right {
float: none;
}
#featured-image .fluid-width-video-wrapper {
margin: 20px 0 0 0;
}
.featured-title {
font-size: 40px;
padding: 40px 20px 0 20px
}
.featured-subtitle {
font-size: 24px;
}
.navigation .next,
.navigation .previous {
display: block;
margin: 0 auto;
text-align: center;
}
.menu ul,
.menu li,
.top-menu,
.footer-menu li,
.sub-header-menu li {
float: none;
text-align: center;
}
#wrapper .gallery .gallery-item {
float: none;
}
.hide-480 {
display: none;
}
.show-480 {
display: block;
}
#footer {
text-align: center;
}
#footer .social-icons {
text-align: center;
}
}
@media screen and (max-width: 320px) {
body {
}
#featured p, .testimonial_main_text, #about_div .about_text {
font-size: 12px;
line-height: 1.5em;
}
.featured-title {
font-size: 35px;
}
.featured-subtitle {
font-size: 15px;
}
.call-to-action a.button, .about-content a {
font-size: 14px;
padding: 7px 17px;
}
.hide-320 {
display: none;
}
.show-320 {
display: block;
}
}
@media screen and (max-width: 240px) {
body {
}
#featured p {
font-size: 11px;
line-height: 1.5em;
}
.featured-title {
font-size: 20px;
}
.featured-subtitle {
font-size: 11px;
}
.call-to-action a.button {
font-size: 12px;
padding: 5px 15px;
}
.top-widget area,
.top-widget select,
.top-widget textarea,
.top-widget input[type="text"],
.top-widget input[type="password"],
.top-widget input[type="email"] {
width: 75%;
}
.widget-title h3,
.widget-title-home h3 {
font-size: 14px;
height: 13px;
line-height: 13px;
text-align: left;
}
.hide-240 {
display: none;
}
.show-240 {
display: block;
}
}.custom-mobile-menu-title {
display: none;
} @media screen and (max-width:767px) and (min-width:481px) { .woocommerce-page #content-woocommerce .products li.product {
width: 30%;
}
.woocommerce ul.products li.product:nth-child(3n + 1),.woocommerce-page ul.products li.product:nth-child(3n + 1) {
float: left;
margin-right: 5% !important;
clear: left!important;
}
.woocommerce ul.products li.product:nth-child(3n + 2),.woocommerce-page ul.products li.product:nth-child(3n + 2) {
float: left;
clear: none;
}
.woocommerce ul.products li.product:nth-child(3n),.woocommerce-page ul.products li.product:nth-child(3n) {
float: right;
margin-right: 0 !important;
clear: none;
} .single-product h1, .single-product h2 {
font-size: 2em;
} .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
width: 100%;
}
}
@media screen and (max-width:480px) { .single-product h1, .single-product h2 {
font-size: 1.75em;
} .woocommerce table.cart th, .woocommerce-page table.cart th, .woocommerce #content table.cart th, .woocommerce-page #content table.cart th, .woocommerce table.cart td, .woocommerce-page table.cart td, .woocommerce #content table.cart td, .woocommerce-page #content table.cart td {
padding: 3px 5px;
} .woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
width: 100%;
}
}
@media screen and (max-width:320px) { .woocommerce-page #content-woocommerce .products li.product {
width: 100%;
}
} .download.type-download {
background: transparent;
border: none;
}  body.full-width-layout{
padding: 0 15px;
}
body.full-width-layout div#container, body.full-width-layout div#footer {
width: 100%;
max-width: 100%;
padding: 0;
}
body.full-width-layout .top-menu{
float: none;
text-align: right;	
} body.boxed-layout {
background-color: #555;
padding: 50px 0px;
}
body.boxed-layout div#container, body.boxed-layout div#footer {
width: 100%;
max-width: 85%;
padding: 0;
}
body.boxed-layout #header, body.boxed-layout div#footer{
background: #fff;
box-sizing: border-box;
padding: 20px;
}
body.boxed-layout #wrapper{
margin: 0px;
}
body.front-page.boxed-layout #featured, body.boxed-layout #wrapper{
border-top: 0;
border-radius: 0;
} .author-gravtar img{
border-radius: 50%;
}
.single-author-bio .author-desc{
margin-left: 10px;
font-weight: normal;
}
#wrapper .post-meta i {
margin-right: 5px;
font-size: 18px;
}
.author-link, .comments-link {
margin-left: 20px;
} #footer .social-icons i.fa{
font-size: 20px;
}
#footer .social-icons .hexagonal-icons i.fa, #footer .social-icons .squared-icons i.fa{
color: #fff;
} #footer .social-icons .rounded-icons i.fa{
border-radius: 50%;
border: 1px solid;
padding: 8px;
width: 20px;
height: 20px;
text-align: center;
}
#footer ul.social-icons li.rounded-icons{
margin: 0px 0px 5px 0px;
padding: 0px 5px;
display: inline-block;	
}
.social-icons .rounded-icons.facebook-icon i.fa{
color: #556fa3;
border-color: #556fa3;
}
.social-icons .rounded-icons.google_plus-icon i.fa{
color: #b43727;
border-color: #b43727;
}
.social-icons .rounded-icons.linkedin-icon i.fa{
color: #00659c;
border-color: #00659c;
}
.social-icons .rounded-icons.youtube-icon i.fa{
color: #cd201f;
border-color: #cd201f;
}
.social-icons .rounded-icons.stumbleupon-icon i.fa{
color: #eb4924;
border-color: #eb4924;
}
.social-icons .rounded-icons.pinterest-icon i.fa{
color: #cd2123;
border-color: #cd2123;
}
.social-icons .rounded-icons.instagram-icon i.fa{
color: #5851db;
border-color: #5851db;
}
.social-icons .rounded-icons.rss-icon i.fa{
color: #f26522;
border-color: #f26522;
}
.social-icons .rounded-icons.yelp-icon i.fa{
color: #b81d1f;
border-color: #b81d1f;
}
.social-icons .rounded-icons.foursquare-icon i.fa{
color: #f94877;
border-color: #f94877;
}
.social-icons .rounded-icons.vimeo-icon i.fa{
color: #1ab7ea;
border-color: #1ab7ea;
}
.social-icons .rounded-icons.twitter-icon i.fa{
color: #37bce9;
border-color: #37bce9;
} #footer ul.social-icons  li.hexagonal-icons {
margin: 0px 0px 22px 0px;
padding: 0px 5px;
display: inline-block;
}
.social-icons .hexagonal-icons a{
height: 18.5px;
width: 32px;
position: relative;
display: inline-block;
text-align: center;
z-index: 1;
}
.social-icons .hexagonal-icons a::before, .social-icons .hexagonal-icons a::after {
position: absolute;
content: "";
left: 0px;
bottom: 0px;
z-index: -1;
height: 18.5px;
width: 32px;
}
.social-icons .hexagonal-icons a::before{
-webkit-transform: rotate(60deg);
-moz-transform: rotate(60deg);
-ms-transform: rotate(60deg);
-o-transform: rotate(60deg);
transform: rotate(60deg);
}
.social-icons .hexagonal-icons a::after{
-webkit-transform: rotate(-60deg);
-moz-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
-o-transform: rotate(-60deg);
transform: rotate(-60deg);
}
.social-icons .facebook-icon.hexagonal-icons a::before, .social-icons .facebook-icon.hexagonal-icons a::after, .social-icons .facebook-icon.hexagonal-icons a{
border-color: #556fa3;
background: #556fa3;
}
.social-icons .google_plus-icon.hexagonal-icons a::before, .social-icons .google_plus-icon.hexagonal-icons a::after, .social-icons .google_plus-icon.hexagonal-icons a{
border-color: #b43727;
background: #d34d3b;
}
.social-icons .linkedin-icon.hexagonal-icons a::before, .social-icons .linkedin-icon.hexagonal-icons a::after, .social-icons .linkedin-icon.hexagonal-icons a{
border-color: #00659c;
background: #0072b1;
}
.social-icons .youtube-icon.hexagonal-icons a::before, .social-icons .youtube-icon.hexagonal-icons a::after, .social-icons .youtube-icon.hexagonal-icons a{
border-color: #cd201f;
background: #cd201f;
}
.social-icons .pinterest-icon.hexagonal-icons a::before, .social-icons .pinterest-icon.hexagonal-icons a::after, .social-icons .pinterest-icon.hexagonal-icons a{
border-color: #b81d1f;
background: #cd2123;
}
.social-icons .stumbleupon-icon.hexagonal-icons a::before, .social-icons .stumbleupon-icon.hexagonal-icons a::after, .social-icons .stumbleupon-icon.hexagonal-icons a{
border-color: #eb4924;
background: #eb4924;
}
.social-icons .rss-icon.hexagonal-icons a::before, .social-icons .rss-icon.hexagonal-icons a::after, .social-icons .rss-icon.hexagonal-icons a{
border-color: #f26522;
background: #f26522;
}
.social-icons .instagram-icon.hexagonal-icons a::before, .social-icons .instagram-icon.hexagonal-icons a::after, .social-icons .instagram-icon.hexagonal-icons a{
border-color: #5851db;
background: #5851db;
}
.social-icons .yelp-icon.hexagonal-icons a::before, .social-icons .yelp-icon.hexagonal-icons a::after, .social-icons .yelp-icon.hexagonal-icons a{
border-color: #b81d1f;
background: #b81d1f;
}
.social-icons .vimeo-icon.hexagonal-icons a::before, .social-icons .vimeo-icon.hexagonal-icons a::after, .social-icons .vimeo-icon.hexagonal-icons a{
border-color: #1ab7ea;
background: #1ab7ea;
}
.social-icons .foursquare-icon.hexagonal-icons a::before, .social-icons .foursquare-icon.hexagonal-icons a::after, .social-icons .foursquare-icon.hexagonal-icons a{
border-color: #f94877;
background: #f94877;
}
.social-icons .twitter-icon.hexagonal-icons a::before, .social-icons .twitter-icon.hexagonal-icons a::after, .social-icons .twitter-icon.hexagonal-icons a{
border-color: #37bce9;
background: #4dc4ec;
} #footer ul.social-icons  li.squared-icons {
position: relative;
margin: 0px 5px 22px 5px;
padding: 0px 5px;
display: inline-block;
text-align: center;
}
.social-icons .squared-icons a i.fa{
padding: 5px;
width: 18px;
}
.social-icons li.squared-icons::after {
content: "";
position: absolute;
border-left: 19px solid transparent;
border-right: 19px solid transparent;
border-top: 15px solid;
top: 100%;
left: 0px;
right: 0px;
}
.social-icons .facebook-icon.squared-icons{
color: #556fa3;
background: #556fa3;
}
.social-icons .google_plus-icon.squared-icons{
color: #b43727;
background: #b43727;
}
.social-icons .linkedin-icon.squared-icons{
color: #00659c;
background: #00659c;
}
.social-icons .youtube-icon.squared-icons{
color: #cd201f;
background: #cd201f;
}
.social-icons .pinterest-icon.squared-icons{
color: #cd2123;
background: #cd2123;
}
.social-icons .stumbleupon-icon.squared-icons{
color: #eb4924;
background: #eb4924;
}
.social-icons .rss-icon.squared-icons{
color: #f26522;
background: #f26522;
}
.social-icons .instagram-icon.squared-icons{
color: #5851db;
background: #5851db;
}
.social-icons .yelp-icon.squared-icons{
color: #b81d1f;
background: #b81d1f;
}
.social-icons .vimeo-icon.squared-icons{
color: #1ab7ea;
background: #1ab7ea;
}
.social-icons .foursquare-icon.squared-icons{
color: #f94877;
background: #f94877;
}
.social-icons .twitter-icon.squared-icons{
color: #37bce9;
background: #37bce9;
}
.posted-on-meta .byline {
margin-left: 20px;
}
.posted-on-meta .author-link
{
margin-left:0;
}
.responsivepro_by
{
display:none;
}
.post-meta .byline:first-child
{
margin-left:0;
} .image_overlay #featured-content
{
color: #fff;
}
.image_overlay {
background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
display: table;
padding-bottom: 40px;
}
.customize-partial-edit-shortcut-button
{
margin-left: 4px;
}@font-face{font-family:'FontAwesome';src:url(//www.columbia-legion.org/wp-content/themes/responsivepro/pro/lib/fonts/fontawesome-webfont.eot?v=4.6.3);src:url(//www.columbia-legion.org/wp-content/themes/responsivepro/pro/lib/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'),url(//www.columbia-legion.org/wp-content/themes/responsivepro/pro/lib/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'),url(//www.columbia-legion.org/wp-content/themes/responsivepro/pro/lib/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'),url(//www.columbia-legion.org/wp-content/themes/responsivepro/pro/lib/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'),url(//www.columbia-legion.org/wp-content/themes/responsivepro/pro/lib/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.clear{clear:both}.nobr{white-space:nowrap}.pvc_clear{clear:both}body .pvc-stats-icon,body .pvc-stats-icon svg{color:#000 !important;fill:#000 !important}body .pvc_stats{text-align:right;float:right}body .pvc_stats .pvc-stats-icon{vertical-align:middle}body .pvc_stats .pvc-stats-icon.small svg{width:18px}body .pvc_stats .pvc-stats-icon.medium svg{width:24px}body .pvc_stats .pvc-stats-icon.large svg{width:30px}.accordion-header{background:none;border:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:12px;font-weight:700;padding:10px 20px;position:relative;text-align:left;width:100%}.accordion-header:before{background-color:#000;border-radius:100%;box-sizing:border-box;color:#fff;content:"\f132";font-family:dashicons,sans-serif;font-size:10px;font-weight:400;height:14px;left:0;line-height:17px;padding:0 1px 0 0;position:absolute;text-align:center;top:12px;width:15px}.accordion-header:after{border-bottom:1px solid #ddd;content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:80%}.accordion-header.is-active:before{content:"\f460";line-height:15px}.accordion-header:focus{outline:1px solid #5b9dd9}.accordion-header:hover{background:none}.tribe-tickets-editor-history:after{width:calc(100% - 80px)}.tribe_attendee_meta:after{width:calc(100% - 170px)}.tribe_advanced_meta:after{width:calc(100% - 105px)}.accordion-label:focus{outline:none}.accordion-content{display:none}.ticket_panel .accordion-content{margin:1em 0 2em}.accordion-content.is-active{display:block}.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}@media (min-width:768px){.tribe-common-c-loader.tribe-tickets-loader__modal,.tribe-common-c-loader.tribe-tickets-loader__tickets-block{padding:0}}.tribe-common-c-loader.tribe-tickets-loader__modal{height:100vh;position:fixed;width:100vw}.event-tickets .tribe-common-c-loader{align-items:center;background:var(--tec-color-background-transparent);display:flex;height:100%;justify-content:center;left:0;padding:0;position:absolute;top:0;width:100%;z-index:var(--tec-z-index-spinner-container)}@media (min-width:768px){.event-tickets .tribe-common-c-loader{padding:0}}.event-tickets .tribe-tickets__notice,.tribe-common .tribe-tickets__notice{background-color:var(--tec-color-background-secondary);border-radius:var(--tec-border-radius-default);margin:var(--tec-spacer-4) 0;padding:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice>:last-child,.tribe-common .tribe-tickets__notice>:last-child{margin-bottom:0;padding-bottom:0}.event-tickets .tribe-tickets-notice__title,.tribe-common .tribe-tickets-notice__title{margin:0;position:relative}.event-tickets .tribe-tickets-notice__title:empty,.tribe-common .tribe-tickets-notice__title:empty{display:none}.event-tickets .tribe-tickets__notice--error,.tribe-common .tribe-tickets__notice--error{background-color:var(--tec-color-background-error);display:none;padding-left:50px;position:relative}.event-tickets .tribe-tickets__notice--error:before,.tribe-common .tribe-tickets__notice--error:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27 transform=%27translate%281 1%29%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%277.467%27 stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27/%3E%3Ccircle cx=%278%27 cy=%2711.733%27 r=%271.067%27 fill=%27%23141827%27 fill-rule=%27nonzero%27/%3E%3Cpath fill=%27%23141827%27 stroke=%27%23141827%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M8 3.733v4.8%27/%3E%3C/g%3E%3C/svg%3E");background-size:contain;content:"";height:var(--tec-spacer-3);left:var(--tec-spacer-4);position:absolute;top:var(--tec-spacer-4);width:var(--tec-spacer-3)}.event-tickets .tribe-tickets__notice--barred,.tribe-common .tribe-tickets__notice--barred{background-color:var(--tec-color-background);border:var(--tec-spacer-0) solid var(--tec-color-border-secondary);border-bottom:0;border-radius:0;border-top:0;padding:0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-left,.tribe-common .tribe-tickets__notice--barred-left{border-right:0;padding:0 0 0 var(--tec-spacer-2)}.event-tickets .tribe-tickets__notice--barred-right,.tribe-common .tribe-tickets__notice--barred-right{border-left:0;padding:0 var(--tec-spacer-2) 0 0}.event-tickets .tribe-tickets-svgicon{background-repeat:no-repeat;background-size:contain}.tooltipster-base.tribe-tickets-tooltip-theme{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);border-radius:var(--tec-border-radius-default);box-shadow:var(--tec-box-shadow-tooltip);height:auto!important;max-width:254px;padding:var(--tec-spacer-5)}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box{background-color:initial;border:0;border-radius:0;box-shadow:none;margin:0}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-box .tooltipster-content{color:var(--tec-color-text-primary);overflow:inherit;padding:0;word-break:break-word}.tooltipster-base.tribe-tickets-tooltip-theme .tooltipster-arrow{display:none}.tribe-common a.tribe-common-c-btn--small,.tribe-common button.tribe-common-c-btn--small,.tribe-common input[type=button].tribe-common-c-btn--small,.tribe-common input[type=submit].tribe-common-c-btn--small{background-color:var(--tec-color-accent-primary);padding:11px 14px;width:auto}.tribe-common a.tribe-common-c-btn--small:active,.tribe-common a.tribe-common-c-btn--small:disabled,.tribe-common a.tribe-common-c-btn--small:focus,.tribe-common a.tribe-common-c-btn--small:hover,.tribe-common button.tribe-common-c-btn--small:active,.tribe-common button.tribe-common-c-btn--small:disabled,.tribe-common button.tribe-common-c-btn--small:focus,.tribe-common button.tribe-common-c-btn--small:hover,.tribe-common input[type=button].tribe-common-c-btn--small:active,.tribe-common input[type=button].tribe-common-c-btn--small:disabled,.tribe-common input[type=button].tribe-common-c-btn--small:focus,.tribe-common input[type=button].tribe-common-c-btn--small:hover,.tribe-common input[type=submit].tribe-common-c-btn--small:active,.tribe-common input[type=submit].tribe-common-c-btn--small:disabled,.tribe-common input[type=submit].tribe-common-c-btn--small:focus,.tribe-common input[type=submit].tribe-common-c-btn--small:hover{padding:11px 14px}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background:#0000;border:0;border-radius:0;color:var(--tec-color-text-primary);color:inherit;cursor:pointer;display:inline-block;font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);height:auto;line-height:var(--tec-line-height-3);outline:none;padding:0;-webkit-text-decoration:none;text-decoration:none;width:auto}.tribe-common a.tribe-common-c-btn-link:active,.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:active,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:active,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:active,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{background:#0000;color:inherit}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{text-align:center;-webkit-text-decoration:underline;text-decoration:underline;transition:var(--tec-transition-color)}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{background-color:initial}.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:initial;color:var(--tec-color-accent-primary);padding:11px 20px;width:100%}@media (min-width:768px){.tribe-common a.tribe-common-c-btn-link,.tribe-common button.tribe-common-c-btn-link,.tribe-common input[type=button].tribe-common-c-btn-link,.tribe-common input[type=submit].tribe-common-c-btn-link{background-color:initial;width:auto}}.tribe-common a.tribe-common-c-btn-link:focus,.tribe-common a.tribe-common-c-btn-link:hover,.tribe-common button.tribe-common-c-btn-link:focus,.tribe-common button.tribe-common-c-btn-link:hover,.tribe-common input[type=button].tribe-common-c-btn-link:focus,.tribe-common input[type=button].tribe-common-c-btn-link:hover,.tribe-common input[type=submit].tribe-common-c-btn-link:focus,.tribe-common input[type=submit].tribe-common-c-btn-link:hover{color:var(--tec-color-accent-primary-hover)}.tribe-common a.tribe-common-c-btn-link:active,.tribe-common button.tribe-common-c-btn-link:active,.tribe-common input[type=button].tribe-common-c-btn-link:active,.tribe-common input[type=submit].tribe-common-c-btn-link:active{color:var(--tec-color-accent-primary-active)}.tribe-common a.tribe-common-c-btn-link:disabled,.tribe-common button.tribe-common-c-btn-link:disabled,.tribe-common input[type=button].tribe-common-c-btn-link:disabled,.tribe-common input[type=submit].tribe-common-c-btn-link:disabled{color:var(--tec-color-accent-primary-background)}.event-tickets .tec-tickets__attendees-list-wrapper,.tribe-common .tec-tickets__attendees-list-wrapper{margin-top:var(--tec-spacer-8)}.event-tickets .tec-tickets__attendees-list,.tribe-common .tec-tickets__attendees-list{background-color:var(--tec-color-background);margin-top:var(--tec-spacer-3)}.event-tickets .tec-tickets__attendees-list-item,.tribe-common .tec-tickets__attendees-list-item{align-items:center;border-left:1px solid var(--tec-color-border-secondary);border-right:1px solid var(--tec-color-border-secondary);border-top:1px solid var(--tec-color-border-secondary);container-type:inline-size;display:flex;flex-direction:column;gap:var(--tec-spacer-1);margin:0;padding:var(--tec-spacer-4)}.event-tickets .tec-tickets__attendees-list-item:last-child,.tribe-common .tec-tickets__attendees-list-item:last-child{border-bottom:1px solid var(--tec-color-border-secondary)}@media (min-width:768px){.event-tickets .tec-tickets__attendees-list-item,.tribe-common .tec-tickets__attendees-list-item{flex-direction:row}}.event-tickets .tec-tickets__attendees-list-item-attendee-details,.tribe-common .tec-tickets__attendees-list-item-attendee-details{align-self:center;flex-grow:1}.event-tickets .tribe-tickets__rsvp-wrapper{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-secondary);border-radius:var(--tec-border-radius-default);margin-top:var(--tec-spacer-6);max-width:580px;overflow:hidden;position:relative;transition:all .3s ease;width:100%}@media (prefers-reduced-motion:reduce){.event-tickets .tribe-tickets__rsvp-wrapper{transition:none}}.event-tickets .tribe-tickets__rsvp{padding:var(--tec-spacer-10) var(--tec-grid-gutter-small-half)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp{padding:var(--tec-spacer-5) var(-tec-grid-gutter-half)}}.event-tickets .tribe-tickets__rsvp-details-wrapper{align-items:center;display:flex;flex:none;justify-content:center;text-align:center}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-details-wrapper{width:calc(var(--tec-grid-width-1-of-8)*5)}}.event-tickets .tribe-tickets__rsvp-details{text-align:center;width:100%}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-details{text-align:initial}}.event-tickets .tribe-tickets__rsvp-description{color:var(--tec-color-text-secondary);margin-top:var(--tec-spacer-1)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-description{margin-top:var(--tec-spacer-2)}}.event-tickets .tribe-tickets__rsvp-attendance{display:flex;flex-direction:column;margin-top:var(--tec-spacer-4)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-attendance{margin-top:var(--tec-spacer-5)}}.event-tickets .tribe-tickets__rsvp-attendance-number{font-size:var(--tec-font-size-9)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-attendance-number{font-size:var(--tec-font-size-7)}}.event-tickets .tribe-tickets__rsvp-attendance-number.tribe-tickets__rsvp-attendance-number--no-description{font-size:var(--tec-font-size-10)}.event-tickets .tribe-tickets__rsvp-attendance-going{color:var(--tec-color-text-secondary)}.event-tickets .tribe-tickets__rsvp-availability{color:var(--tec-color-text-secondary);margin-top:var(--tec-spacer-4)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-availability{margin-top:var(--tec-spacer-5)}}.event-tickets .tribe-tickets__rsvp-availability-days-left,.event-tickets .tribe-tickets__rsvp-availability-quantity{color:var(--tec-color-text-primary)}.event-tickets .tribe-tickets__rsvp-actions-wrapper{align-items:center;display:flex;flex:none;justify-content:center;text-align:center}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-actions-wrapper{border-left:1px dashed var(--tec-color-border-secondary);width:calc(var(--tec-grid-width-1-of-8)*3)}}.event-tickets .tribe-tickets__rsvp-actions{border-top:1px dashed var(--tec-color-border-secondary);margin-top:var(--tec-spacer-10);padding:var(--tec-spacer-10) 0;width:100%}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-actions{border-top:0;margin-top:0;padding:0}}.event-tickets .tribe-tickets__rsvp-actions .tribe-common-c-btn{max-width:125px}.event-tickets .tribe-tickets__rsvp-actions-button-going,.event-tickets .tribe-tickets__rsvp-actions-button-not-going{font-family:var(--tec-font-family-sans-serif)}.event-tickets .tribe-tickets__rsvp-actions-rsvp-going{margin-top:var(--tec-spacer-2)}.event-tickets .tribe-tickets__rsvp-actions-rsvp-not-going{margin-top:var(--tec-spacer-8)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-actions-rsvp-not-going{margin-top:var(--tec-spacer-5)}}.event-tickets .tribe-tickets__rsvp-actions-button-not-going{font-size:var(--tec-font-size-2)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-actions-button-not-going{font-size:var(--tec-font-size-1)}}.event-tickets .tribe-tickets__rsvp-actions-full{padding:var(--tec-spacer-12) var(--tec-spacer-7) var(--tec-spacer-11) var(--tec-spacer-7)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-actions-full{padding:0 var(--tec-spacer-7)}}.event-tickets .tribe-tickets__rsvp-actions-full-text{color:var(--tec-color-text-secondary);text-transform:uppercase}.event-tickets .tribe-tickets__rsvp-actions-success-going{align-items:center;display:flex;justify-content:center}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-actions-success-going{justify-content:flex-start}}.event-tickets .tribe-tickets__rsvp-actions-success-going-check-icon{background-color:var(--tec-color-accent-primary);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%279%27%3E%3Cpath fill=%27%23fff%27 d=%27M10.6.1 3.9 6.8 1.4 4.3c-.1-.1-.3-.1-.4 0l-.8.8c-.1.1-.1.3 0 .4l3.4 3.4c.2.1.4.1.5 0l7.7-7.7c.1-.1.1-.3 0-.4L11 .1c-.1-.1-.3-.1-.4 0%27/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:100%;display:inline-block;height:var(--tec-spacer-7);margin:0 var(--tec-spacer-0);width:var(--tec-spacer-7)}.event-tickets .tribe-tickets__rsvp-actions-success-going-text{margin-left:var(--tec-spacer-1);text-transform:capitalize}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle{display:flex;justify-content:center;margin-top:var(--tec-spacer-4)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle{justify-content:flex-start;margin-top:var(--tec-spacer-1)}}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle-input{flex:none}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle-label{text-align:left}.event-tickets .tribe-tickets__rsvp-actions-success-going-toggle-label-underline{cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.event-tickets .tribe-tickets__rsvp-message{align-items:center;background-color:var(--tec-color-accent-primary-background);border-radius:var(--tec-border-radius-default);display:flex;padding:var(--tec-spacer-4) var(--tec-spacer-3)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-message{padding:var(--tec-spacer-3)}}.event-tickets .tribe-tickets__rsvp-message--error,.event-tickets .tribe-tickets__rsvp-message--error.tribe-tickets__rsvp-message{background-color:var(--tec-color-background-error)}.event-tickets .tribe-tickets__rsvp-message--success-icon{display:inline-block;height:var(--tec-spacer-3);margin-right:var(--tec-spacer-2);width:var(--tec-spacer-3)}.event-tickets .tribe-tickets__rsvp-message--success-icon path{stroke:var(--tec-color-icon-active)}.event-tickets .tribe-tickets__rsvp-message--error-icon,.event-tickets .tribe-tickets__rsvp-message--must-login-icon{display:inline-block;margin-right:var(--tec-spacer-2)}.event-tickets .tribe-tickets__rsvp-message--error-icon circle,.event-tickets .tribe-tickets__rsvp-message--must-login-icon circle{stroke:var(--tec-color-icon-active)}.event-tickets .tribe-tickets__rsvp-message--error-icon circle#dot,.event-tickets .tribe-tickets__rsvp-message--must-login-icon circle#dot{fill:var(--tec-color-icon-active);stroke:#0000}.event-tickets .tribe-tickets__rsvp-message--error-icon path,.event-tickets .tribe-tickets__rsvp-message--must-login-icon path{stroke:var(--tec-color-icon-active)}.event-tickets .tribe-tickets__rsvp-message-link{color:var(--tec-color-accent-primary)}.event-tickets .tribe-common-c-btn:disabled{background-color:var(--tec-color-accent-primary);cursor:not-allowed}.event-tickets button.tribe-common-cta:disabled{cursor:not-allowed}.event-tickets .tribe-tickets__rsvp-form-wrapper{padding:var(--tec-spacer-5)}.event-tickets .tribe-tickets__rsvp-form-title{border-bottom:1px dashed var(--tec-color-border-secondary);padding-bottom:var(--tec-spacer-5)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-form-title{border:none;padding-bottom:0}}.event-tickets .tribe-tickets__rsvp-form-content{margin-bottom:var(--tec-spacer-1);margin-top:var(--tec-spacer-8)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-form-content{margin-top:var(--tec-spacer-5)}}.event-tickets .tribe-tickets__rsvp-form-buttons{align-items:baseline;display:flex;justify-content:flex-end;padding-top:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-form-buttons>*{margin-left:var(--tec-spacer-4)}@media (min-width:768px){.event-tickets .tribe-tickets__form input[type=number].tribe-tickets__rsvp-form-input-number{max-width:140px}}.event-tickets .tribe-tickets__rsvp-form-button{width:auto}.event-tickets .tribe-tickets__rsvp-form-button--cancel{color:var(--tec-color-text-secondary)}.event-tickets .tribe-tickets__rsvp-form-button--cancel:focus,.event-tickets .tribe-tickets__rsvp-form-button--cancel:hover{color:var(--tec-color-text-primary)}.event-tickets .tribe-tickets__rsvp-form-button--submit{padding-left:var(--tec-spacer-6);padding-right:var(--tec-spacer-6)}.event-tickets .tribe-tickets__rsvp-ar{padding-left:var(--tec-grid-gutter-small-half);padding-right:var(--tec-grid-gutter-small-half)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar{flex-direction:row-reverse;padding-left:var(--tec-grid-gutter-half);padding-right:var(--tec-grid-gutter-half)}}.event-tickets .tribe-tickets__rsvp-ar-sidebar-wrapper{display:flex;flex:none}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-sidebar-wrapper{border-left:1px dashed var(--tec-color-border-secondary);width:calc(var(--tec-grid-width-1-of-8)*3)}}.event-tickets .tribe-tickets__rsvp-ar-sidebar{border-bottom:1px dashed var(--tec-color-border-secondary);margin-top:var(--tec-spacer-5);padding:var(--tec-spacer-5) 0;width:100%}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-sidebar{border:0;margin-top:0;padding-left:var(--tec-spacer-4)}}.event-tickets .tribe-tickets__rsvp-ar-quantity{align-items:center;display:flex;margin-top:var(--tec-spacer-4)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-quantity{display:block}}.event-tickets .tribe-tickets__rsvp-ar-quantity-input{align-items:center;display:flex;margin-left:var(--tec-spacer-3)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-quantity-input{margin-left:0}}.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number]{appearance:textfield;background:#0000;border:none;height:var(--tec-spacer-8);max-width:var(--tec-spacer-8);padding:var(--tec-spacer-0) 0;text-align:center}@media (min-width:600px){.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number]{height:var(--tec-spacer-8)}}.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number]:-webkit-inner-spin-button,.event-tickets .tribe-tickets__rsvp-ar-quantity-input input[type=number]:-webkit-outer-spin-button{appearance:none}.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number{background-color:initial;border:1px solid var(--tec-color-border-default);border-radius:50%;flex:none;height:28px;padding:0;position:relative;width:28px}.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number:after,.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number:before{background-color:var(--tec-color-icon-active);content:"";height:2px;left:9px;position:absolute;top:12px;width:8px}.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number:focus,.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number:hover{background:none;border-color:var(--tec-color-border-active)}.event-tickets .tribe-tickets__rsvp-ar-quantity-input-number--plus:after{transform:rotate(90deg)}.event-tickets .tribe-tickets__rsvp-ar-guest-list{margin-top:var(--tec-spacer-7)!important}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item{display:inline-block}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-guest-list-item{display:block}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item:not(:first-of-type){margin-top:var(--tec-spacer-7)}}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button--inactive:focus,.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button--inactive:hover,.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button:focus,.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button:hover{color:var(--tec-color-text-primary)}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button--inactive{color:var(--tec-color-text-secondary)}.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-button--inactive .tribe-tickets__rsvp-ar-guest-icon path{fill:var(--tec-color-icon-disabled);stroke:var(--tec-color-icon-disabled)}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-guest-list-item-title{clip:auto;height:auto;margin:0;position:static;width:auto}}.event-tickets .tribe-tickets__rsvp-ar-guest-icon{display:inline-block;height:17px;margin-right:var(--tec-spacer-5);width:14px}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-guest-icon{height:14px;margin-right:var(--tec-spacer-0);width:11px}}.event-tickets .tribe-tickets__rsvp-ar-guest-icon path{fill:var(--tec-color-icon-active);stroke:var(--tec-color-icon-active)}.event-tickets .tribe-tickets__rsvp-ar-form-wrapper{background-color:#f6f7f9;display:flex;flex:none}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-form-wrapper{width:calc(var(--tec-grid-width-1-of-8)*5)}}.event-tickets .tribe-tickets__rsvp-ar-form{padding:var(--tec-spacer-5) 0;width:100%}@media (min-width:768px){.event-tickets .tribe-tickets__rsvp-ar-form{text-align:initial}}.event-tickets .tribe-tickets__rsvp-ar-form .tribe-tickets__form{margin-top:var(--tec-spacer-4)}.event-tickets .tribe-tickets__rsvp-ar-form-title{color:var(--tec-color-text-secondary)}.event-tickets .tribe-tickets__rsvp-attendees{margin-bottom:var(--tec-grid-gutter-half);margin-left:var(--tec-grid-gutter-half);margin-right:var(--tec-grid-gutter-half);margin-top:0}ul.mc-event-list:has(li.list-preset) {
list-style: none;
list-style-type: none;
margin: 0 0 1rem;
padding: 0;
}
.mc-event-list .list-preset > .mc-language,
.mc-event-list .list-preset {
display: grid;
grid-template-columns: auto 1fr auto;
justify-content: space-between;
align-items: start;
list-style: none;
margin: 0 0 .5rem;
padding: 0;
gap: 12px;
}
.mc-event-list .list_preset_2 {
padding: 1rem;
border: 1px solid var(--list-preset-border-color);
border-bottom: none;
margin-bottom: 0;
margin-top: 0;
}
.mc-event-list .list_preset_3 {
padding: 1rem;
margin: 0;
}
ul.mc-event-list:has(li.list_preset_4) {
display: grid;
grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
gap: 30px;
}
.mc-event-list .list_preset_4 {
margin-bottom: 0;
}
div.mc-event-list-container {
container: mc_list_container / inline-size;
}
@container mc_list_container ( width < 720px ) {
ul.mc-event-list:has(li.list_preset_4) {
grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
}	
}
@container mc_list_container ( width < 480px ) {
ul.mc-event-list:has(li.list_preset_4) {
grid-template-columns: 1fr;
}	
}
.mc-event-list .list_preset_4 {
display: grid;
grid-template-columns: 1fr;
gap: 0;
box-shadow: 1px 2px 4px 1px rgba(0,0,0,0.12);
}
.mc-event-list .list_preset_4 .list-card-contents {
padding: 1rem;
}
.mc-event-list .list_preset_3:nth-of-type(odd) {
background: var(--list-preset-stripe-background); }
.mc-event-list .list_preset_2 .mc-date-badge {
font-size: 1.3rem;
margin-right: 1rem;
}
.mc-event-list .list_preset_2:first-of-type {
border-radius: 12px 12px 0 0;
}
.mc-event-list .list_preset_2:last-of-type {
border-radius: 0 0 12px 12px;
border-bottom: 1px solid var(--list-preset-border-color);
}
.mc-event-list .list_preset_1 .mc-date-badge {
padding: 6px 9px;
background: var(--list-preset-date-badge-background);
color: var(--list-preset-date-badge-color);
border-radius: 3px;
}
.mc-event-list .list-preset {
background: var(--list-preset-background);
color: var(--list-preset-color);
}
.mc-event-list .list-preset img {
max-width: 5rem;
height: 100%;
width: auto;
display: block;
}
.mc-event-list .list_preset_4 img {
width: 100%;
max-width: 100%;
height: auto;
}
.mc-date-badge {
display: grid;
justify-content: center;
text-align: center;
}
.mc-date-badge .day {
font-weight: 700;
font-size: 1.2rem;
}.my-calendar-navigation *, .mc-main * {
line-height: 1.62;
}
.mc-main {
position: relative;
}
.mc-main div, .mc-main span, .mc-main h1, .mc-main h2, .mc-main h3, .mc-main h4, .mc-main h5, .mc-main h6, .mc-main p, .mc-main blockquote, .mc-main pre, .mc-main a, .mc-main img, .mc-main dl, .mc-main dt, .mc-main dd, .mc-main ol, .mc-main ul, .mc-main li, .mc-main fieldset, .mc-main form, .mc-main label, .mc-main legend, .mc-main table, .mc-main caption, .mc-main tbody, .mc-main tfoot, .mc-main thead, .mc-main tr, .mc-main th, .mc-main td, .mc-main article, .mc-main aside, .mc-main details, .mc-main footer, .mc-main header, .mc-main menu, .mc-main meter, .mc-main nav, .mc-main output, .mc-main progress, .mc-main section, .mc-main summary {
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
margin: 0;
padding: 0;
}
.mc-main a {
display: inline;
}
.mc-main .my-calendar-table tbody, .mc-main .my-calendar-list {
background: var(--primary-light);
}
.mc-main .heading:not(.widget .mc-main .heading)  {
font-size: var(--calendar-heading);
color: var(--primary-dark);
text-align: center;
margin: 0;
}
.mc-main thead {
border-bottom: 4px solid var(--grid-header-border);
}
.mc-main th {
font-size: var(--grid-date-heading);
line-height: 1.5;
text-align: center;
padding: 4px 0;
color: var(--grid-header-color);
background: var(--grid-header-bg);
}
.mc-main th abbr, .mc-main .event-time abbr {
border-bottom: none;
text-decoration: none;
}
.mc-main td {
border: 1px solid var(--grid-cell-border);
background: var(--grid-cell-background);
padding: 0 !important;
height: 6em;
vertical-align: top;
}
.mc-main.mini td {
height: auto;
}
.mc-main td .event-title {
font-size: clamp( .75rem, 14px, 1.125rem );
font-weight: 600;
}
.mc-main td .event-title img {
max-width: 100%;
height: auto;
}
.mc-main.mini .event-title {
font-weight: 700;
background: #00000006;
border-bottom: 1px solid #0000002f;
}
.mc-main .event-title {
margin: 0 !important;
font-size: var(--event-title);
text-transform: none;
letter-spacing: normal;
}
.mc-main .event-title a {
display: flex;
align-items: middle;
column-gap: 4px;
padding: 4px;
position: relative;
}
.mc-main .card-event .event-title a {
padding: 2px 8px;
}
.upcoming-events.my-calendar-cards li.card-event,
.upcoming-events.my-calendar-cards {
margin: 0;
padding: 0;
list-style-type: none;
}
.mc-main .event-title a.list > span {
display: flex;
align-items: center;
column-gap: 4px;
flex: 1;
}
.mc-main.mini .event-title {
padding: 8px 32px 7px 8px;
}
.mc-main.mini .has-events .active-toggle {
background: var(--secondary-light);
color: var(--secondary-dark);
}
.mc-main.mini .event-title .category-icon {
position: relative;
margin-right: 4px;
top: 0;
left: 0;
}
.mc-main .mc-event {
word-break: normal;
}
.mc-main .calendar-events .mc-event:nth-of-type(1n+1) {
border-top: 1px solid var(--highlight-dark);
}
.mc-main .details:not(.single-event .details, .card-event .details) {
padding: 24px;
}
.mc-main.mini .details {
padding: 16px;
}
.mc-main .list-event .event-title {
display: flex;
column-gap: 16px;
align-items: center;
}
.mc-main .list-event .event-title {
padding: 8px;
margin-bottom: 4px 0 !important;
}
.mc-main .list-event > .event-title {
display: block;
font-size: var(--list-event-title);
}
.mc-main .mc-list .event-date button.mc-text-button {
width: auto;
padding: 0;
border: none;
text-align: left;
background: transparent;
background-color: transparent ! important;
color: var(--primary-dark) ! important;
outline-offset: 2px;
font-size: var(--list-event-date);
}
.mc-main .mc-list .event-date button.mc-text-button:hover,
.mc-main .mc-list .event-date button.mc-text-button:focus {
background: transparent;
background-color: transparent !important;
outline: 1px solid var(--nav-button-border);
}
.mc-main .event-title a.list {
text-decoration: none;
}
.mc-main .event-title a > span {
text-decoration: underline;
flex: 1;
display: flex;
align-items: top;
column-gap: 4px;
}
.mc-main .mc-list .mc-text-button > span {
text-decoration: underline;
}
.mc-main .mc-list .event-date button:hover,
.mc-main .mc-list .event-date button:focus {
background: transparent;
}
.mc-main .mc-list .details .address {
padding-right: 0;
}
.mc-main .mc-list .details > p {
padding: 8px;
}
.mc-main button.close {
position: absolute;
right: 3px;
top: 4px;
padding: 8px !important;
border-radius: 3px;
}
.mc-main button.close, .mc-main button.close * {
padding: 0;
line-height: 1;
opacity: 1;
}
.mc-main button .dashicons {
width: auto;
height: auto;
}
.mc-main.mini .close {
left: auto;
right: 0;
font-size: 18px;
}
.mc-main .close:hover, .mc-main .close:focus {
background: var(--primary-light) !important;
outline: 1px solid var(--primary-dark);
}
.mc-main .details img.alignleft {
width: auto;
float: left;
margin: 0 16px 8px 0;
}
.mc-main .details img.alignright {
width: auto;
float: left;
margin: 0 0 8px 16px;
}
.mc-main .details img.aligncenter {
width: auto;
display: block;
margin: 0 auto 8px;
}
.mc-main .details p {
margin: 0 0 24px;
} .mc-main.mini .time-block {
font-size: var(--mini-time-text);
}
.mc-main .time-block {
background: var(--primary-light);
padding: 8px;
color: var(--secondary-dark);
}
.mc-main .time-block .time-wrapper {
font-weight: 700;
}
.mc-main .time-block p {
display: inline-block;
margin: 0 !important;
}
.mc-main .time-block .mc-event-date {
display: block;
}
.mc-main .mc-event-date {
font-weight: 700;
color: var(--primary-dark);
}
.mc-main .mc-date {
display: block;
padding: 0 8px;
font-weight: 700;
font-size: var(--grid-date);
text-align: right;
}
.mc-main.mini .mc-date {
text-align: center;
padding: 0;
}
.mc-main.mini .has-events.current-day a.mc-date {
background: var(--date-has-events-bg);
color: var(--date-has-events-color);
border-top: 0px solid;
}
.mc-main.mini .has-events.current-day a.mc-date:hover,
.mc-main.mini .has-events.current-day a.mc-date:focus {
color: var(--date-has-events-bg);
background: var(--date-has-events-color);
}
.mc-main .has-events .mc-date {
font-weight: 700;
background: var(--date-has-events-bg);
color: var(--date-has-events-color);
}
.mc-main .has-events a.mc-date {
background: var(--date-has-events-bg);
color: var(--date-has-events-color);
}
.mc-main .has-events a.mc-date:hover,
.mc-main .has-events a.mc-date:focus {
color: var(--date-has-events-bg);
background: var(--date-has-events-color);
}
.mc-main .mc-single {
font-size: var(--single-event-title);
margin: 0 0 8px;
}
.mc-main .current-day:not(.day .current-day) {
outline: 2px solid var(--current-day-border);
background: var(--current-day-bg);
color: var(--current-day-color);
outline-offset: -2px;
}
.mc-main .mc-list li.current-day {
border-left: 4px solid var(--current-day-border);
background: var(--current-day-bg);
}
.my-calendar-nav ul, .mc-main .category-key ul, .mc-main .mc-export ul, .mc-main .mc-list {
margin: 0 !important;
padding: 0 !important;
}
.my-calendar-navigation .category-key ul {
display: flex;
flex-wrap: wrap;
column-gap: 4px;
row-gap: 4px;
}
.my-calendar-today a .mc-icon::before,
.my-calendar-prev a .mc-icon::before,
.my-calendar-next a .mc-icon::before,
.view-full a .mc-icon::before,
.map a.external .mc-icon::before,
.location-link.external .mc-icon::before,
.mc-export a .mc-icon::before,
.my-calendar-modal .time-block .mc-icon::before,
.mc-main .time-block .mc-icon::before,
.mc-main .sharing .ical a .mc-icon::before,
.mc-main .sharing .gcal a .mc-icon::before,
.mc-main .sharing .mc-details a .mc-icon::before,
.mc-main .mc-format a .mc-icon::before,
.mc-main .mc-print a .mc-icon::before,
.mc-main .mc-list .event-title a.list .mc-icon::before,
.mc-main .mc-list .event-date button:nth-of-type(1) .mc-icon::before {
font-family: 'dashicons';
display: inline;
margin-right: 2px;
}
.mc-main .mc-print a .mc-icon::before {
content: "\f497";
}
.mc-main .mc-format .mc-list-option .mc-icon::before {
content: "\f163";
}
.mc-main .mc-format .mc-grid-option .mc-icon::before {
content: "\f508";
}
.mc-main .mc-format .mc-card-option .mc-icon::before {
content: "\f510";
}
.mc-main .mc-list .event-date button:nth-of-type(1) .mc-icon::before {
content: "\f132";
}
.mc-main .mc-list .event-title a.list .mc-icon::before {
content: "\f132";
}
.mc-main .mc-list .event-title a.list[aria-expanded=true] .mc-icon::before,
.mc-main .mc-list .event-date button:nth-of-type(1)[aria-expanded=true] .mc-icon::before {
content: "\f460";
}
.my-calendar-today a .mc-icon::before {
content: '\f145';
width: 0px;
color: transparent;
display: inline-block;
margin-right: 0;
}
.my-calendar-prev a .mc-icon::before {
content: '\f341';
}
.my-calendar-next a .mc-icon::before {
content: '\f345';
margin-left: 2px;
margin-right: 0;
}
.mc-export .rss a .mc-icon:before {
content: '\f303';
}
.mc-export .ics a .mc-icon:before {
content: '\f508';
}
.mc-download .google a .mc-icon:before,
.mc-download .ical a .mc-icon:before {
content: "\f316";
}
.mc-main .sharing .ical a .mc-icon:before, .mc-main .sharing .gcal a .mc-icon:before {
content: "\f502";
}
.mc-main .sharing .mc-details a .mc-icon:before {
content: "\f242";
}
.view-full a .mc-icon::before {
content: '\f508';
}
.map a.external .mc-icon::before {
content: '\f230';
}
.location-link.external .mc-icon::before {
content: '\f504';
}
.my-calendar-navigation div > * {
display: flex;
}
.mc-time {
column-gap: 8px;
}
.mc-main .mc-time .week {
padding-left: 8px;
padding-right: 8px;
}
.mc-main .category-key li a {
border: 1px solid transparent;
}
.mc-main .category-key li.current a {
border: 1px solid var(--highlight-dark);
background-color: var(--primary-light);
}
.mc-main .details .mc-title {
font-size: clamp( 1.333rem, 28px, 2.666rem );
}
.mc-main .my-calendar-navigation .no-icon {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin: 0 4px;
border-radius: 16px;
position: relative;
border: 1px solid var(--primary-light);
}
.mc-main .calendar-event .details, .mc-main .calendar-events {
position: absolute;
top: 10em;
left: 1%;
width: 98%;
background: var(--primary-light);
box-shadow: 0 0 4px var(--highlight-dark);
color: var(--primary-dark);
z-index: 3;
}
.mc-main.mini .calendar-events {
top: 0;
left: 0;
position: absolute;
padding: 0;
width: 100%;
} .mc-main .address {
clear: right;
}
.single-event .address,
.mc-main .address {
margin: 16px 0;
}
.single-event .address {
margin-left: 0;
padding: 0;
}
.single-event .address .street-address,
.mc-main .address .street-address {
display: inline;
}
.single-event .address .street-address:nth-of-type(2)::before,
.mc-main .address .street-address:nth-of-type(2)::before {
content: ', ';
}
.mc-author-card, .mc-host-card, .sharing {
clear: both;
}
.mc-author-card, .mc-host-card {
margin-top: 16px;
background: #00000006;
color: var(--secondary-dark);
font-size: var(--author-card);
align-items: end;
}
.mc-main .my-calendar-date-switcher input[type=submit] {
min-width: 2em;
width: auto;
} .mc-main .mc-list li, .mc-day {
position: relative;
}
.mc-main .mc-list li.mc-events {
list-style-type: none !important;
margin: 0;
padding: 4px 0;
}
.mc-main .mc-list .mc-events:nth-of-type(even) {
background: none;
}
.mc-main .details .sharing {
clear: both;
margin: 8px 0;
}
.mc-main p:last-of-type {
margin-bottom: 0;
}
.mc-main.mini .sharing p {
font-size: .875rem;
padding: 0 4px 0 0;
margin-bottom: 8px;
}
.details .longdesc {
margin: 16px 0;
}
.details .longdesc > * {
margin-bottom: 24px;
}
.mc-main .mc-list .event-date {
font-size: var(--list-date);
font-weight: 600;
}
.mc-main .list-event {
margin: 0 0 0 32px;
}
.mc-main .day .list-event, .mc-main .day .details {
padding: 0;
margin: 0;
}
.mc-main .mc-list-extended {
font-size: 14px;
font-style: italic;
}
.mc-main .details .mc-image {
width: 100%;
max-width: 100% !important;
height: auto;
} .single-event .event-title {
padding: 8px;
font-size: inherit;
}
.my-calendar-modal .time-block,
.mc-main .time-block {
display: flex;
gap: 4px;
}
.single-event .time-block {
border-bottom: 1px solid;
background: #00000006;
padding: 8px;
}
.my-calendar-modal .time-block .mc-icon:before,
.mc-main .time-block .mc-icon:before {
content: "\f469";
vertical-align: top;
margin-right: 4px;
}
.single-event .event-title .category-icon {
margin-right: 8px;
position: static;
}
.view-full {
text-align: right;
}
.mc-list-details.all-events {
text-align: left;
display: inline-block;
text-transform: none;
}
.mc-main .calendar-event .details {
z-index: 10001 !important;
} main,div.entry-content,div.site-content, table, .mc-main nav {
overflow: visible !important; 
}
.my-calendar-cards {
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.my-calendar-cards > * {
flex: 1 1 18rem;
}
.my-calendar-cards .card-event {
border: 1px solid var(--highlight-light);
box-shadow: 4px 4px 4px var(--highlight-light);
background: var(--primary-light);
}
.my-calendar-cards .card-event .mc-content-container {
display: grid;
grid-template-columns: 4rem auto;
gap: 8px;
}
.my-calendar-cards .card-event .details {
position: relative;
padding: 0;
}
.my-calendar-cards .card-event .mc-card-content > * {
margin-bottom: 1rem;
}
.my-calendar-cards .card-event .details > *:not(h3, img) {
padding: 0 8px;
margin: 0 0 16px;
}
.my-calendar-cards .card-event .details {
display: flex;
flex-wrap: wrap;
}
.my-calendar-cards .card-event .details > * {
width: 100%;
}
.my-calendar-cards .mc-image-container {
margin: 0 -8px;
}
.my-calendar-cards header h2 {
font-size: var(--card-heading);
padding: 8px;
}
.my-calendar-cards .card-event .details h3 {
margin-bottom: 12px;
padding: 6px;
}
.mc-main {
line-height: 1;
width: 100%;
max-width: 1260px !important;
margin: 0 auto;
}
.mc-main .my-calendar-table, .mc-main .my-calendar-list {
color: var(--primary-dark);
}
.mc-main .my-calendar-navigation li,
.mc-main .my-calendar-navigation ul {
list-style-type: none;
list-style: none;
margin: 0;
}
.my-calendar-nav ul {
display: flex;
}
.mc-main article, .mc-main aside, .mc-main dialog, .mc-main figure, .mc-main footer, .mc-main header, .mc-main nav, .mc-main section, .mc-main blockquote {
display: block;
}
.mc-main .my-calendar-navigation > div {
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 8px;
row-gap: 8px;
padding: 8px 0;
margin: 0;
background-color: var(--navbar-background);
}
.mc-main .mc-active,
.mc-main .my-calendar-navigation a {
padding: 4px;
display: flex;
align-items: center;
border: 1px solid transparent;
}
.mc-main .my-calendar-navigation .mc-active {
outline: 2px solid;
outline-offset: -2px;
border-radius: 3px;
background-color: var(--primary-light);
color: var(--primary-dark);
border: 1px solid transparent;
filter: brightness(95%);
}
.mc-main .my-calendar-navigation select,
.mc-main .my-calendar-navigation input[type=text],
.mc-main .my-calendar-navigation input[type=submit],
.mc-main .my-calendar-navigation button {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 8px;
margin: 0;
font-size: var(--navigation-controls);
border: 1px solid var(--nav-input-border);
background-color: var(--nav-input-background);
color: var(--nav-input-color);
-webkit-appearance: none;
appearance: none;
line-height: 1.62;
height: auto;
}
.mc-main .my-calendar-navigation select {
padding-right: 3rem;
background-image: url("data:image/svg+xml,%3csvg width='800' height='600' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='arrow-down'%3e%3cpath transform='rotate(90 398.52 307.42)' stroke='%23323232' id='svg_2' d='m151.01949%2c560.26198l230.96062%2c-252.90392l-230.96062%2c-252.90574l132.00568%2c-144.53259l362.99432%2c397.43833l-362.99432%2c397.56164' fill='%23323232'/%3e%3c/g%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right 0.7rem top 50%;
background-size: 0.65rem auto;
}
.mc-main .my-calendar-navigation select:focus {
background-image: url("data:image/svg+xml,%3csvg width='800' height='600' xmlns='http://www.w3.org/2000/svg'%3e%3cg id='arrow-up'%3e%3cpath transform='rotate(-90 398.519 307.42)' stroke='%23323232' id='svg_2' d='m151.01949%2c560.26198l230.96062%2c-252.90392l-230.96062%2c-252.90574l132.00568%2c-144.53259l362.99432%2c397.43833l-362.99432%2c397.56164' fill='%23323232'/%3e%3c/g%3e%3c/svg%3e");
}
.mc-main .my-calendar-navigation select::-moz-focus-inner,
.mc-main .my-calendar-navigation input[type=submit]::-moz-focus-inner { 
border: 0;
}
.mc-main .my-calendar-navigation a {
color: var(--nav-button-color);
background-color: var(--nav-button-bg);
border-radius: 3px;
}
.mc-main .my-calendar-navigation .mc-active,
.mc-main .my-calendar-navigation a,
.mc-main .my-calendar-navigation select,
.mc-main .my-calendar-navigation input,
.mc-main .my-calendar-navigation input[type=submit],
.mc-main .my-calendar-navigation button {
font-size: var(--navigation-controls);
font-weight: 400;
text-decoration: none;
}
.mc-main .my-calendar-navigation select:focus,
.mc-main .my-calendar-navigation select:hover,
.mc-main .my-calendar-navigation input:hover,
.mc-main .my-calendar-navigation input:focus,
.mc-main .my-calendar-navigation button:hover,
.mc-main .my-calendar-navigation button:focus,
.mc-main .my-calendar-navigation a:hover,
.mc-main .my-calendar-navigation a:focus {
outline: 3px solid var(--primary-dark);
outline-offset: -2px;
border-radius: 3px;
}
.mc-time {
display: flex;
column-gap: 4px;
}
.mc-date-badge {
display: grid;
justify-content: center;
text-align: center;
}
.mc-date-badge .day {
font-weight: 700;
font-size: 1.2rem;
}
.mc-main h2::before {
display: none;
}
.mc-main h4.mc-title {
margin-top: 0;
margin-bottom: 8px;
}
.mc-main nav ul {
list-style: none;
display: flex;
flex-wrap: wrap;
column-gap: 2px;
}
.mc-main nav ul li:nth-of-type(1) a {
border-radius: 3px 0 0 3px;
}
.mc-main nav ul li:nth-of-type(2) a {
border-radius: 0;
}
.mc-main nav ul li:nth-of-type(3) a {
border-radius: 0 3px 3px 0;
}
.mc-main ol {
list-style: decimal;
}
.mc-main ul {
list-style: disc;
}
.mc-main ul ul {
list-style: circle;
}
.mc-main blockquote, .mc-main q {
quotes: none;
}
.mc-main blockquote::before, .mc-main blockquote::after, .mc-main q::before, .mc-main q::after {
content: none;
}
.mc-main table.my-calendar-table {
border-collapse: collapse;
border-spacing: 0;
position: relative;
table-layout: fixed;
width: 100%;
}
.mc-main *, .mc-main *::before, .mc-main *::after {
box-sizing: border-box;
}
.mc-main .maybe-hide:not(.my-calendar-nav span),
.mc-main .mc_filters label,
.mc-main .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
color: inherit;
}
img.category-icon,
svg.category-icon,
.category-color-sample.svg * {
max-width: 22px;
min-width: 18px;
height: auto;
padding: 1px;
border-radius: 3px; 
}
.mc-main .category-color-sample {
border-radius: 3px;
padding: 3px;
}
.mc-adjacent .mc-event-date {
display: block;
font-size: 80%;
}
.mc-main .mc-list li, .mc-day {
position: relative;
}
.mc-main .mc-export ul {
position: absolute;
box-shadow: 0 0 3px #ccc;
width: calc( 100% - 4px );
left: 2px;
top: calc( 1.62rem + 16px ); z-index: 2;
}
.mc-main .mc-export {
position: relative;
}
.mc-main .mc-export li {
border-bottom: 1px solid #ccc;
}
.mc-main .mc-export li:last-of-type {
border-bottom: none;
}
.mc-main .category-key.has-icons ul li {
display: inline;
}
button.mc-toggle {
border: 0;
padding: 4px;
background-color: transparent !important;
font-size: 1.25rem;
color: var(--close-button) !important;
font-family: dashicons !important;
}
button .mc-toggle::before {
font-family: dashicons !important;
}
button.mc-toggle:hover, button.mc-toggle:focus {
outline: 1px solid var(--highlight-dark);
}
.mc-main .mc_filters p {
margin: 0;
padding: 0;
}
.mc-main .mc-date-switcher div,
.mc-main .mc-search-form .mc-search,
.mc-main .mc_filters form {
display: flex;
align-items: center;
}
.mc-main .mc-date-switcher .button,
.mc-main .mc-search-form .button,
.mc-main .mc_filters .button {
border-radius: 0 3px 3px 0;
position: relative;
border-left-width: 0;
color: var(--nav-button-color);
background: var(--nav-button-bg);
border-color: var(--nav-button-border);
line-height: 1.62;
word-break: normal;
}
.mc-main .my-calendar-navigation button {
border-radius: 3px;
}
.mc-main .event-title button {
all: unset;
width: 100%;
text-align: left;
display: flex;
gap: .5rem;
align-items: center;
padding: 8px;
box-sizing: border-box;
white-space: wrap;
}
.mc-main .event-title button:hover,
.mc-main .event-title button:focus {
cursor: default;
outline: 1px solid var(--highlight-light);
outline-offset: -2px;
}
.mc-main .mc-date-switcher select:first-of-type,
.mc-main .mc-search-form input[type=text],
.mc-main .mc_filters select {
border-radius: 3px 0 0 3px;
}
.mc-main .event-icon {
display: none;
}
.mc-main.mini .event-icon {
display: block;
font-size: .6rem;
padding-bottom: 6px;
line-height: 1;
}
.mc-main.my-calendar ul button.mc-text-button {
border: 0;
color: inherit;
background-color: transparent;
text-decoration: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
.mc-main.my-calendar ul button.mc-text-button:hover,
.mc-main.my-calendar ul button .mc-text-button:focus {
text-decoration: underline;
background-color: transparent;
}
.mc-main .category-key li .mc-active,
.mc-main .category-key li a {
display: flex;
align-items: center;
gap: 4px;
padding-right: 12px;
}
.mc-main .category-key li.all-categories .mc-active {
padding-right: 4px;
}
.mc-main .category-key .category-color-sample {
display: flex;
align-items: center;
position: relative;
}
.mc-main .mc-loading {
position: absolute;
top: 45%;
left: 50%;
margin: -40px 0 0 -40px;
height: 80px;
width: 80px;
border: 6px solid var(--highlight-light);
border-left-color: var(--highlight-dark);
background-color: #00000006;
border-radius: 50px;
animation: animation-rotate 1250ms linear infinite;
}
.mc-author-card, .mc-host-card {
display: grid;
grid-template-columns: 3.5em 1fr;
gap: 8px;
}
.mc-author-card img, .mc-host-card img {
max-width: 100%;
height: auto;
}
.mc-author-card p, .mc-host-card p {
margin: 0;
padding: 8px;
} ol.mc-search-results {
list-style-type: none;
margin: 0;
padding: 0;
}
ol.mc-search-results li {
margin: 0 0 16px;
padding: 8px 16px;
}
.mc-search-results .mc_search_term {
background: var(--search-highlight-bg);
color: var(--primary-dark);
}
ol.mc-search-results li:nth-of-type(even) {
background: #00000006;
}
ol.mc-search-results li.no-results {
padding: 8px;
border-left: 8px solid var(--close-button);
background-color: #00000006;
color: var(--primary-dark)
}
@-webkit-keyframes animation-rotate {
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes animation-rotate {
100% {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes animation-rotate {
100% {
-o-transform: rotate(360deg);
}
}
@keyframes animation-rotate {
100% {
transform: rotate(360deg);
}
}
.mc-main .mc-day .list-event {
margin: 0;
} .mc-main:focus {
outline: none;
} .mc-gmap-markers img {
max-width: none ! important; 
}
.mc-main .calendar-events {
position: relative;
z-index: 100;
}
.mc-main .uses-modal {
display: none !important;
}
.mc-main.list.has-modal .mc-list .mc-events .list-event {
padding: 0;
}
.mcjs.mc-main.listjs .details, .mcjs.mc-main.gridjs .calendar-events { display: none; }
.mcjs.mc-main .single-event .details, .mcjs.mc-main.list.day .details { display: block; }
.mc-main .details ul, .mc-main .details ol  {
margin: 0 0 24px 32px;
}
.mc-main .details a {
text-decoration: underline;
}
.mc-main .details a:hover,
.mc-main .details a:focus {
text-decoration: none;
}
.details .location,
.mc-gmap-location-list {
margin: 16px 0;
}
.details .mc-accessibility ul.mc-access,
.details .sharing {
display: flex;
flex-wrap: wrap;
gap: 4px;
margin: 8px 0;
list-style: none;
padding: 0;
}
.details img.alignnone,
.details img.alignleft,
.details img.alignright {
max-width: 100%;
}
.mc-main .details .mc-image {
width: 100%;
height: auto;
}
.details .mc-access li {
background: #00000006;
padding: 4px;
border-radius: 3px;
}
.mc-location-details {
margin-bottom: 8px;
}
.mc-maps .mc-gmap-location-list .mc-location-details button {
padding: 4px;
border-radius: 3px;
margin: 0 4px 0 0;
}
.mc-geolocate-form .mc-gl-fields {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
align-items: self-end;
}
.mc-geolocate-form .mc-gl-fields label {
display: block;
}
.entry-title .category-icon {
fill: var(--primary-dark) !important;
max-width: .75em;
padding: 0;
display: inline-block;
}
.mc-date-container > button:hover,
.mc-date-container > button:focus {
outline: 2px solid var(--nav-button-border);
outline-offset: 2px;
}
.mc-date-container.has-month {
display: grid;
grid-template-columns: auto auto;
padding: 0 8px;
align-items: center;
font-size: 1rem;
font-weight: 700;
}
.mc-date-container .mc-change-months {
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 700;
}
.mini .mc-date-container {
display: grid;
}
.mini .mc-date-container .mc-change-months {
display: none;
}
.mc-row .month-even {
background: #00000006;
}
.mini .mc-date-container.has-month {
grid-template-columns: 1fr;
}
.mc-local-time-label {
font-weight: 700;
} dialog.my-calendar-modal {
display: block;
border: 0;
border-radius: 4px;
text-align: left;
}
dialog.my-calendar-modal .my-calendar-modal__wrapper {
padding: 0;
}
dialog.my-calendar-modal .js-modal-title-container {
position: relative;
margin-top: 0;
margin-bottom: 0;
padding: 16px;
background: var(--highlight-light);
z-index: 1;
}
dialog.my-calendar-modal #modal-title {
font-size: var(--modal-title);
margin: 0;
margin-right: 64px;
box-sizing: border-box;
}
dialog.my-calendar-modal .modal-content {
display: none;
}
#js-modal-content .mc-toggle {
display: none;
} body.mc-no-scroll {
overflow: hidden;
} .my-calendar-modal-overlay {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: var(--primary-dark);
opacity: .8;
z-index: 99998;
cursor: pointer;
}
.my-calendar-modal .time-wrapper {
font-weight: 700;
}
.mc-main span.event-time {
display: inline;
}
.my-calendar-modal .event-title {
display: flex;
align-items: center;
column-gap: .5rem;
}
.my-calendar-modal img {
max-width: 100%;
height: auto;
}
.my-calendar-modal #js-modal-content {
padding: 16px;
}
.my-calendar-modal #js-modal-content > * {
margin: 0 0 24px;
}
.my-calendar-modal-overlay[data-background-click="disabled"] {
cursor: auto;
}
.my-calendar-modal-overlay  {
animation: fadewhite ease .5s 1 normal ;
}
@keyframes fadewhite {
0% {
opacity: 0;
}
100% {
opacity: .8;
}
} .my-calendar-modal {
position: fixed;
left: calc( ( 100% - 55.625em ) / 2 );
top: 10vh;
width: 100%;
max-width: 55.625em;
max-height: 80vh;
border: 2px solid var(--primary-dark);
background: var(--primary-light);
color: var(--primary-dark);
z-index: 99999;
padding: 0;
right: auto;
overflow: auto;
}
.my-calendar-modal-close {
position: absolute;
top: 3px;
right: 3px;
background: var(--close-button);
border-radius: 3px;
color: var(--primary-light);
border: 0;
padding: 12px;
cursor: pointer;
z-index: 2;
display: flex;
align-items: center;
column-gap: 4px;
}
.my-calendar-modal-close:focus,
.my-calendar-modal-close:hover,
.my-calendar-modal-close:active {
outline: 2px solid var(--primary-light);
outline-offset: -4px;
}
.my-calendar-modal {
animation: apparition ease .3s 1 normal ;
}
@keyframes apparition {
0% {
opacity: 0;
max-height: 100%;
max-width: 55.625em;
}
100% {
opacity: 1;
max-height: 100%;
max-width: 55.625em;
}
} @media (max-width: 55.625em) {
.my-calendar-modal {
left: 5%;
top: 5%;
height: 90%;
width: 90%;
}
} @media (max-width: 44.375em) {
.my-calendar-modal {
left: 1%;
top: 1%;
width: 98%;
height: 98%;
}
.admin-bar .my-calendar-modal {
top: 45px;
height: calc( 99% - 45px );
}  
} @media screen and ( max-width: 720px ) {
.mc-main:not(.mini) thead {
border-bottom: none;
}
.mc-main:not(.mini) table.my-calendar-table,
.mc-main:not(.mini) .my-calendar-table thead,
.mc-main:not(.mini) .my-calendar-table tbody,
.mc-main:not(.mini) .my-calendar-table tr,
.mc-main:not(.mini) .my-calendar-table td,
.mc-main:not(.mini) .my-calendar-table caption {
display: block;
height: auto;
min-height: 0;
}
.mc-main:not(.mini) .my-calendar-navigation,
.mc-main:not(.mini) table.my-calendar-table,
.mc-main:not(.mini) .my-calendar-table thead,
.mc-main:not(.mini) .my-calendar-table tbody,
.mc-main:not(.mini) .my-calendar-table caption  {
margin: .5rem auto;
padding: 0;
}
.mc-main:not(.mini) .my-calendar-table td {
margin-bottom: .5em;
width: auto;
}
.mc-main:not(.mini) .my-calendar-table td.no-events,
.mc-main:not(.mini) .my-calendar-table td.nextmonth {
display: none;
}
.mc-main:not(.mini) .my-calendar-table td .mc-date span[aria-hidden=true] {
display: none;
}
.mc-main:not(.mini) .my-calendar-table td .mc-date {
font-size: var(--grid-date);
padding: .5em 1em;
}
.mc-main:not(.mini) .my-calendar-table td .button {
font-size: 1rem;
padding: .5rem;
}
.mc-main:not(.mini) .my-calendar-table td .mc-date .screen-reader-text {
display: block;
clip: auto;
clip-path: none;
height: auto;
margin: 0;
overflow: auto;
position: static !important;
width: auto;
text-align: left;
}
html[dir=rtl] .mc-main:not(.mini) .my-calendar-table td .mc-date .screen-reader-text {
text-align: right;
}
.mc-main:not(.mini) .my-calendar-table th {
display: none;
}
}