/*
Theme Name: Wisconsin Procurement Institute
Theme URI: http://wispro.org
Author: Company B
Author URI: http://companybonline.com
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wisconsin-procurement-institute
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Wisconsin Procurement Institute is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #434343;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
i,
em,
.em,
dfn,
blockquote,
q {
  font-style: italic;
}
/* a {
  color: #27ae61;
} */
a:hover {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
p {
  margin: 0 0 1.6em 0;
  font-size: 1.2em;
}
pre {
  margin: 1em 0;
}
ul + p,
ul + pre,
ol + p,
ol + pre {
  margin-top: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
mark {
  background: #ff0;
  color: #111;
}
audio:not([controls]) {
  height: 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  border: 0;
  background: none;
  outline: 0;
  background-color: #ddd;
  margin: 2em 0;
  *margin: 1em 0;
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  margin: 0 0 0.33em 0;
}
h1,
.h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #0d3d60;
}
body.tribe_events-template-default div#container div#tribe-events h2 {
    color: #000;
    font-size: 1.15em;
}
.single-tribe_events .tribe-events-event-meta {
  background-color: #f7f6f6 !important;
}
.single-tribe_events .tribe-events-event-meta a {
  display: inline-block;
  padding: 5px 0;
  /*font-size: 20px;*/
  font-weight: bold;
  text-decoration: underline !important;
  color: #99140D !important;
}
.single-tribe_events .tribe-events-event-meta a:hover {
  text-decoration: none !important;
}
#tribe-events-content p a {
  text-decoration: underline !important;
}
#tribe-events-content p a:hover {
  text-decoration: none !important;
}
h3,
.h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
}
.no-style-heading {
  font-size: 100%;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd,
ul ul,
ol ol,
ul ol,
ol ul {
  margin: 0;
}
dd {
  margin-bottom: 1em;
}
menu,
ol,
ul {
  padding: 0 0 0 22px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
ul li {
    color: #000;
    line-height: 2;
}
.list-unstyled,
.list-inline {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-unstyled li,
.list-inline li {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 32px;
  line-height: 2rem;
  color: #434343;
  margin: 1em 0;
}
blockquote p {
  margin: 1em 0;
}
cite {
  color: #434343;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: normal;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
code,
kbd,
pre,
samp {
  word-wrap: break-word;
  font-family: 'courier new', monospace, serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: normal;
  font-weight: normal;
  background-color: #f1f1f1;
  padding: 10px;
}
code {
  color: #111;
}
table {
  width: 100%;
  margin: 1em 0;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  *white-space: normal;
}
table th,
table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
table thead th,
table tfoot th {
  vertical-align: bottom;
  background-color: #f1f1f1;
  color: #333;
}
table caption {
  padding: 8px;
  font-weight: normal;
  font-style: normal;
  border-bottom: 0;
}
fieldset {
  border: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
label {
  margin: 0;
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  padding: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #111;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  box-sizing: border-box;
  line-height: normal;
  margin: 0;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.checkbox {
  margin: 0.2em 0;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  margin-top: 0.05em;
}
.checkbox label {
  padding-left: 5px;
  overflow: hidden;
  display: table;
  *zoom: 1;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button, [type="submit"],

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover, .woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  border: 0;
  padding: 1em 3em;
  background-color: #981212;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  border:none;
  color:#FFFFFF;
  padding:1em 2em;
  text-shadow:none;
  font-weight:700;
}
.button:hover, [type="submit"]:hover,
.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover, .woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
  background-color: #A80019;
}

.button:active, [type="submit"]:active,
.woocommerce #content input.button:active, .woocommerce #respond input#submit:active,
.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active,
.woocommerce-page #content input.button:active, .woocommerce-page #respond input#submit:active,
.woocommerce-page a.button:active, .woocommerce-page button.button:active,
.woocommerce-page input.button:active {
  top:1px;
}

.button:active, button::active, [type="submit"]:active {
  top: 1px;
}
.grey-button {
  background-color: #eee;
  color: #434343;
}
.grey-button:hover {
  background-color: #f1f1f1;
}
.button[disabled],
.button.disabled {
  color: #999;
  background-color: #f1f1f1;
}
.button-unstyled {
  font-size: 16px;
  font-size: 1rem;
  color: #27ae61;
  text-decoration: underline;
  border: 0;
  background: transparent;
  height: auto;
  padding: 0;
  cursor: pointer;
  outline: 0;
}
.button-unstyled:hover {
  text-decoration: none;
}
.button-unstyled[disabled],
.button-unstyled.disabled {
  text-decoration: none;
  color: #999;
  background-color: #ccc;
}
.left,
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  float: left;
}
.right {
  float: right;
}
.block,
.checkbox {
  display: block;
}
.inline {
  display: inline;
}
.inline-block,
audio,
canvas,
video,
.list-inline,
.list-inline li,
.button {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.none,
[hidden],
audio:not([controls]) {
  display: none;
}
.font-ultra-bold {
  font-weight: 900;
}
.font-bold,
b,
strong,
.strong {
  font-weight: 700;
}
.font-normal,
dt,
cite,
table thead th,
table tfoot th,
table caption,
legend,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-weight: 500;
}
.font-light {
  font-weight: 300;
}
.font-thin {
  font-weight: 100;
}
.font-normal,
dt,
cite,
table thead th,
table tfoot th,
table caption,
legend,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
  font-style: normal;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.text-left,
table caption {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center,
.button {
  text-align: center;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  left: -9999em;
}
.image-left {
  margin-right: 20px;
}
.image-right {
  margin-left: 20px;
}
.section {
  position: relative;
}
.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-full {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
[class*="pull-"],
[class*="push-"] {
  position: relative;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.col-1 {
  width: 8.33333%;
  width: calc(100% / 12 * 1);
  width: -webkit-calc(100% / 12 * 1);
  width: -moz-calc(100% / 12 * 1);
}
.col-2 {
  width: 16.66667%;
  width: calc(100% / 12 * 2);
  width: -webkit-calc(100% / 12 * 2);
  width: -moz-calc(100% / 12 * 2);
}
.col-3,
.col-1-4 {
  width: 25%;
  width: calc(100% / 12 * 3);
  width: -webkit-calc(100% / 12 * 3);
  width: -moz-calc(100% / 12 * 3);
}
.col-4,
.col-1-3 {
  width: 33.33333%;
  width: calc(100% / 12 * 4);
  width: -webkit-calc(100% / 12 * 4);
  width: -moz-calc(100% / 12 * 4);
}
.col-5 {
  width: 41.66665%;
  width: calc(100% / 12 * 5);
  width: -webkit-calc(100% / 12 * 5);
  width: -moz-calc(100% / 12 * 5);
}
.col-6,
.col-1-2 {
  width: 50%;
  width: calc(100% / 12 * 6);
  width: -webkit-calc(100% / 12 * 6);
  width: -moz-calc(100% / 12 * 6);
}
.col-7 {
  width: 58.33333%;
  width: calc(100% / 12 * 7);
  width: -webkit-calc(100% / 12 * 7);
  width: -moz-calc(100% / 12 * 7);
}
.col-8 {
  width: 66.66666%;
  width: calc(100% / 12 * 8);
  width: -webkit-calc(100% / 12 * 8);
  width: -moz-calc(100% / 12 * 8);
}
.col-9,
.col-3-4 {
  width: 75%;
  width: calc(100% / 12 * 9);
  width: -webkit-calc(100% / 12 * 9);
  width: -moz-calc(100% / 12 * 9);
}
.col-10 {
  width: 83.33333%;
  width: calc(100% / 12 * 10);
  width: -webkit-calc(100% / 12 * 10);
  width: -moz-calc(100% / 12 * 10);
}
.col-11 {
  width: 91.66666%;
  width: calc(100% / 12 * 11);
  width: -webkit-calc(100% / 12 * 11);
  width: -moz-calc(100% / 12 * 11);
}
.col-12 {
  width: 100%;
}
.push-1 {
  left: 8.33333%;
  left: calc(100% / 12 * 1);
  left: -webkit-calc(100% / 12 * 1);
  left: -moz-calc(100% / 12 * 1);
}
.pull-1 {
  left: -8.33333%;
  left: calc(-100% / 12 * 1);
  left: -webkit-calc(-100% / 12 * 1);
  left: -moz-calc(-100% / 12 * 1);
}
.push-2 {
  left: 16.66667%;
  left: calc(100% / 12 * 2);
  left: -webkit-calc(100% / 12 * 2);
  left: -moz-calc(100% / 12 * 2);
}
.pull-2 {
  left: -16.66667%;
  left: calc(-100% / 12 * 2);
  left: -webkit-calc(-100% / 12 * 2);
  left: -moz-calc(-100% / 12 * 2);
}
.push-3,
.push-1-4 {
  left: 25%;
  left: calc(100% / 12 * 3);
  left: -webkit-calc(100% / 12 * 3);
  left: -moz-calc(100% / 12 * 3);
}
.pull-3,
.pull-1-4 {
  left: -25%;
  left: calc(-100% / 12 * 3);
  left: -webkit-calc(-100% / 12 * 3);
  left: -moz-calc(-100% / 12 * 3);
}
.push-4,
.push-1-3 {
  left: 33.33333%;
  left: calc(100% / 12 * 4);
  left: -webkit-calc(100% / 12 * 4);
  left: -moz-calc(100% / 12 * 4);
}
.pull-4,
.pull-1-3 {
  left: -33.33333%;
  left: calc(-100% / 12 * 4);
  left: -webkit-calc(-100% / 12 * 4);
  left: -moz-calc(-100% / 12 * 4);
}
.push-5 {
  left: 41.66665%;
  left: calc(100% / 12 * 5);
  left: -webkit-calc(100% / 12 * 5);
  left: -moz-calc(100% / 12 * 5);
}
.pull-5 {
  left: -41.66665%;
  left: calc(-100% / 12 * 5);
  left: -webkit-calc(-100% / 12 * 5);
  left: -moz-calc(-100% / 12 * 5);
}
.push-6,
.push-1-2 {
  left: 50%;
  left: calc(100% / 12 * 6);
  left: -webkit-calc(100% / 12 * 6);
  left: -moz-calc(100% / 12 * 6);
}
.pull-6,
.pull-1-2 {
  left: -50%;
  left: calc(-100% / 12 * 6);
  left: -webkit-calc(-100% / 12 * 6);
  left: -moz-calc(-100% / 12 * 6);
}
.push-7 {
  left: 58.33333%;
  left: calc(100% / 12 * 7);
  left: -webkit-calc(100% / 12 * 7);
  left: -moz-calc(100% / 12 * 7);
}
.pull-7 {
  left: -58.33333%;
  left: calc(-100% / 12 * 7);
  left: -webkit-calc(-100% / 12 * 7);
  left: -moz-calc(-100% / 12 * 7);
}
.push-8 {
  left: 66.66666%;
  left: calc(100% / 12 * 8);
  left: -webkit-calc(100% / 12 * 8);
  left: -moz-calc(100% / 12 * 8);
}
.pull-8 {
  left: -66.66666%;
  left: calc(-100% / 12 * 8);
  left: -webkit-calc(-100% / 12 * 8);
  left: -moz-calc(-100% / 12 * 8);
}
.push-9,
.push-3-4 {
  left: 75%;
  left: calc(100% / 12 * 9);
  left: -webkit-calc(100% / 12 * 9);
  left: -moz-calc(100% / 12 * 9);
}
.pull-9,
.pull-3-4 {
  left: -75%;
  left: calc(-100% / 12 * 9);
  left: -webkit-calc(-100% / 12 * 9);
  left: -moz-calc(-100% / 12 * 9);
}
.push-10 {
  left: 83.33333%;
  left: calc(100% / 12 * 10);
  left: -webkit-calc(100% / 12 * 10);
  left: -moz-calc(100% / 12 * 10);
}
.pull-10 {
  left: -83.33333%;
  left: calc(-100% / 12 * 10);
  left: -webkit-calc(-100% / 12 * 10);
  left: -moz-calc(-100% / 12 * 10);
}
.push-11 {
  left: 91.66666%;
  left: calc(100% / 12 * 11);
  left: -webkit-calc(100% / 12 * 11);
  left: -moz-calc(100% / 12 * 11);
}
.pull-11 {
  left: -91.66666%;
  left: calc(-100% / 12 * 11);
  left: -webkit-calc(-100% / 12 * 11);
  left: -moz-calc(-100% / 12 * 11);
}
.row {
  padding-top: 1em;
  padding-bottom: 1em;
}
.tribe-events-single {
	font-size: 1.5em;
}
.tribe-events-single-event-description a,
.tribe-events-single-event-description a:link,
.tribe-events-single-event-description a:visited,
.tribe-events-single-event-description a:active {
  color: #0000ff !important;
  text-decoration: underline !important;
}
.no-desktop {
  display: none;
}
.no-margin,
.no-style-heading {
  margin: 0;
}
.no-padding {
  padding: 0;
}


.menu-btn {
  position:fixed; top:0px; left:0px; font-size:2rem; background:rgba(255,255,255,0.98); padding-left:10px; width:100%; height:44px; z-index:9999; line-height:44px; box-shadow:rgba(0,0,0,.05) 0 2px 10px; display:none; cursor:pointer;
}

a {
	color: #0d3d60; 
	text-decoration: underline;
}

a:hover {
    color: #0d3d60;
    text-decoration: none;
}


@media only screen and (max-width: 740px) {
  #container {padding-top:44px;}
  .menu-btn {display:block;}
}

@media only screen and (min-width: 740px) and (max-width: 959px) {
  .container,
  .tablet-container {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .tablet-container:first-child {
    margin-left: auto;
  }
  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .tablet-container-full:first-child {
    margin-left: auto;
  }
  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .tablet-col-1 {
    width: 8.33333%;
    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1);
  }
  .tablet-col-2 {
    width: 16.66667%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
  }
  .tablet-col-3,
  .tablet-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }
  .tablet-col-4,
  .tablet-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }
  .tablet-col-5 {
    width: 41.66665%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
  }
  .tablet-col-6,
  .tablet-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }
  .tablet-col-7 {
    width: 58.33333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
  }
  .tablet-col-8 {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
  }
  .tablet-col-9,
  .tablet-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }
  .tablet-col-10 {
    width: 83.33333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
  }
  .tablet-col-11 {
    width: 91.66666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
  }
  .tablet-col-12 {
    width: 100%;
  }
  .tablet-push-1 {
    left: 8.33333%;
    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1);
  }
  .tablet-pull-1 {
    left: -8.33333%;
    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1);
  }
  .tablet-push-2 {
    left: 16.66667%;
    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2);
  }
  .tablet-pull-2 {
    left: -16.66667%;
    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2);
  }
  .tablet-push-3,
  .tablet-push-1-4 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }
  .tablet-pull-3,
  .tablet-pull-1-4 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }
  .tablet-push-4,
  .tablet-push-1-3 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }
  .tablet-pull-4,
  .tablet-pull-1-3 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }
  .tablet-push-5 {
    left: 41.66665%;
    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5);
  }
  .tablet-pull-5 {
    left: -41.66665%;
    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5);
  }
  .tablet-push-6,
  .tablet-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }
  .tablet-pull-6,
  .tablet-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }
  .tablet-push-7 {
    left: 58.33333%;
    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7);
  }
  .tablet-pull-7 {
    left: -58.33333%;
    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7);
  }
  .tablet-push-8 {
    left: 66.66666%;
    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8);
  }
  .tablet-pull-8 {
    left: -66.66666%;
    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8);
  }
  .tablet-push-9,
  .tablet-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }
  .tablet-pull-9,
  .tablet-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }
  .tablet-push-10 {
    left: 83.33333%;
    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10);
  }
  .tablet-pull-10 {
    left: -83.33333%;
    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10);
  }
  .tablet-push-11 {
    left: 91.66666%;
    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11);
  }
  .tablet-pull-11 {
    left: -91.66666%;
    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11);
  }
  .tablet-no-push,
  .tablet-no-pull {
    left: auto;
  }
  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0 0;
    display: block;
  }
  .tablet-full:first-child {
    margin-top: 0;
  }
  .tablet-text-left {
    text-align: left;
  }
  .tablet-text-right {
    text-align: right;
  }
  .tablet-text-center {
    text-align: center;
  }
  .tablet-left {
    float: left;
  }
  .tablet-right {
    float: right;
  }
  .tablet-no-float {
    float: none;
  }
  .tablet-no-margin {
    margin: 0;
  }
  .tablet-no-padding {
    padding: 0;
  }
  .no-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
}
@media only screen and (max-width: 739px) {
  .container,
  .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .container:first-child,
  .mobile-container:first-child {
    margin-left: auto;
  }
  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mobile-container-full:first-child {
    margin-left: auto;
  }
  .mobile-no-gutter {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
  }
  .mobile-col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
  }
  .mobile-col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
  }
  .mobile-col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
  }
  .mobile-push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
  }
  .mobile-pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
  }
  .mobile-push-1-3 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
  }
  .mobile-pull-1-3 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
  }
  .mobile-push-1-4 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
  }
  .mobile-pull-1-4 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
  }
  .mobile-push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
  }
  .mobile-pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
  }
  .mobile-no-push,
  .mobile-no-pull {
    left: auto;
  }
  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 0.2em 0 0 0;
    display: block;
  }
  .mobile-full:first-child {
    margin-top: 0;
  }
  .mobile-text-left {
    text-align: left;
  }
  .mobile-text-right {
    text-align: right;
  }
  .mobile-text-center {
    text-align: center;
  }
  .mobile-left {
    float: left;
  }
  .mobile-right {
    float: right;
  }
  .mobile-no-float {
    float: none;
  }
  .mobile-no-margin {
    margin: 0;
  }
  .mobile-no-padding {
    padding: 0;
  }
  .no-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
@media print {
  * {
    background: transparent;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}



body {background:#eaeaea;}



div.response {
  display:none;
}
div.question {
  color:white;
  background:#0D3C5F;
  border-bottom:1px solid white;
  position:relative;
  cursor:pointer;
  display:table;
  width:100%;
}

div.question:hover {
  background:#165b88;
}
div.question.active {
  background:#99140D;
}



div.question strong {vertical-align: middle; padding:1.25%; display:block; display:table-cell; width:95%;}



div.question span {
  -webkit-transition:300ms ease-in-out;
  -moz-transition:300ms ease-in-out;
  transition:300ms ease-in-out;
  font-size:3em; text-align:center; display:table-cell; padding:0%; display:table-cell;
  width:5%; vertical-align:middle; height:100%;
}

div.question.active span {
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  transform:rotate(90deg);
}

div.response {background:white; color:#393939; padding:2%;}




#sidebar {list-style:none; padding:0;}
#sidebar li {border-bottom:1px solid #903F3C;}
#sidebar li.menu-item-has-children {border-bottom:0;}
#sidebar li.menu-item-has-children > a {font-weight:bold; padding:4% 0% 0%;}
#sidebar li.menu-item-has-children:first-child > a {font-weight:bold; padding:2% 0% 0%;}
#sidebar li.menu-item-has-children > a:hover {color:inherit;}
#sidebar ul {list-style:none; padding:0 0 0 2%;}
#sidebar li a {padding:2% 0%; display:block; font-size:13px; font-size:1.3rem; color:#333; text-decoration: none;}
#sidebar li.current_page_item a, #sidebar .current-menu-item a,
#sidebar li.current_page_item a:hover, #sidebar .current-menu-item a:hover {color:#99120A;}


.widget-area ul {
  list-style:none; padding:0;
}
.widget-area ul li {
  border-bottom:1px solid #903F3C; text-transform:uppercase;
}
.widget-area ul li a {padding:2% 0%; display:block; font-size:13px; font-size:1.3rem; color:#333;}

.widget-area ul li.menu-item-has-children {border-bottom:0;}
.widget-area ul li.menu-item-has-children > a {font-weight:bold; padding:4% 0% 0%;}


.sidebar-title {font-weight:bold; padding:4% 0% 0%; font-size:1.3rem; color:#333; text-transform:uppercase;}
.widget-area ul {margin-top:0;}


li.partner, li.wpi {
  border-left:20px solid #0D3E5F; padding-left:10px;
}
li.wpi {
  border-color:#981212;
}
li.cancelled {
  border-color:#cccccc;
}

#calendar .wpi, #calendar .partner {
  display:none;
}
#calendar.show_partner .partner, #calendar.show_wpi .wpi {
  display:block;
}

#calendar .wpi.cancelled, #calendar .partner.cancelled {
  display:none;
}
#calendar.show_partner.show_cancelled .partner.cancelled, #calendar.show_wpi.show_cancelled .wpi.cancelled {
  display:block;
}






time.published {color:#666; text-align:right; border-top:1px solid #DDD; text-transform:uppercase; margin-bottom:2.5%; display:block; padding-top:5px;}


#menu-footer li.current_page_item a, #menu-footer .current-menu-item a,
#menu-footer li.current_page_item a:hover, #menu-footer .current-menu-item a:hover {color:#99120A;}


#sidebar li a span {display:block; color:#99120A; color:#333;}
#sidebar li a:hover span, #sidebar li a:hover {color:#777;}

footer a {color:#333;}

#sidebar strong {font-weight:normal; font-size:12px; font-size:1.2rem; }

.ul-table {display:table; width:100%; padding:0; margin:0; vertical-align: top;}

.ul-table li {background:#0D3D60; border-right:5px solid white; display:table-cell; position:relative; height:60px; vertical-align:bottom; text-align:right; color:white; width:14%;}

.ul-table li a {text-align:right; color:white; display:block; overflow:hidden; text-overflow:ellipsis; text-transform:uppercase; vertical-align: bottom; padding:6px 8px; height:60px;}

.ul-table li a > span {bottom:8px; right:8px;}

.ul-table li:hover {background:#165b88;}

.ul-table li.current-menu-item,
.ul-table li.current_page_item,
.ul-table li.current-page-ancestor,
body.tribe-events-day li.menu-item-40,
body.tribe-events-week li.menu-item-40,
body.tribe-events-map li.menu-item-40,
body.tribe-events-photo li.menu-item-40,
.ul-table li.current-menu-ancestor {background:#99140D;}




.top-nav {display:table; width:100%; padding:0; margin:0; text-align:center;}
.top-nav li {display:table-cell;}
.top-nav li a {color:#3B3B3B; white-space:nowrap;}

.top-nav li.current-menu-item a,
.top-nav li.current_page_item a,
.top-nav li.current-page-ancestor a,
.top-nav li.current-menu-ancestor a {color:#99120A;}



#calendar table {margin:0;}

.fc-day-number {color:#989898;}

.fc-grid .fc-day-number {float:left;}

.fc-event-time {display:none;}

#event-filter input + span {display:none; position:absolute; top:0; left:0; width:15px; height:15px; text-align: center; line-height:15px; color:white;}
#event-filter input:checked + span {display:block;}

.fc-event-title {
text-transform: uppercase;
font-weight:bold;
width: 100%;
display: block;
text-overflow: ellipsis;
overflow: hidden;
font-size:11px;
font-size:1rem;
}

.fc-event {border-radius:0 !important;}

.fc-state-highlight {background:#F1F1F1;}

.top-nav li a {padding:4px;}

.button {text-transform: uppercase; padding: 1em 2em;}






#search-box input.search-field {width:100%; height:40px; border:none; border-top:2px solid #E5E5E5; border-bottom:2px solid #E5E5E5;}
#search-box .screen-reader-text, #search-box .search-submit {display:none;}





@media only screen and (max-width: 739px) {
  .ul-table li {width:100%; border-bottom:5px solid white; border-left:5px solid white; height:auto;}
  .ul-table li a {height:100%;}
}

html {-webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased;}


.footer-nav {list-style:none; margin:0; padding:0;}

.ninja-forms-field-error {color:#981212;}


























/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */

/* Menu Appearance */

.pushy{
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
    display: block;
    color: #083E61;
    padding: 5% 10%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
    font-size:1.5rem;
}

.pushy .current_page_item a, .pushy .current-menu-item a {
  color:#971015;
}

.pushy a:hover{
    background: #083E61;
    color: #FFF;
}

/* Menu Movement */

.pushy-left{
    -webkit-transform: translate3d(-200px,0,0);
    -moz-transform: translate3d(-200px,0,0);
    -ms-transform: translate3d(-200px,0,0);
    -o-transform: translate3d(-200px,0,0);
    transform: translate3d(-200px,0,0);
}

.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.container-push, .push-push{
    -webkit-transform: translate3d(200px,0,0);
    -moz-transform: translate3d(200px,0,0);
    -ms-transform: translate3d(200px,0,0);
    -o-transform: translate3d(200px,0,0);
    transform: translate3d(200px,0,0);
}

/* Menu Transitions */

.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    /* improves performance issues on mobile*/
    /*-webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;*/
}

/* Site Overlay */

.site-overlay{
    display: none;
}

.pushy-active .site-overlay{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    z-index: 9999;
}

/* Example Media Query */

.pushy ul {margin:0; padding:0;}









.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before, .woocommerce-page .woocommerce-error::before, .woocommerce-page .woocommerce-info::before, .woocommerce-page .woocommerce-message::before {
  height:auto !important;
}

.woocommerce form.checkout_coupon ul, .woocommerce form.login ul, .woocommerce form.register ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

.woocommerce form.checkout_coupon #staff_field label, .woocommerce form.login #staff_field label, .woocommerce form.register #staff_field label {
  margin-bottom: 5px;
  line-height: 1.2;
}


h1 {color:#0d3d60; font-weight:900; text-transform:uppercase; line-height:1em; margin-bottom: 1em;}


.spinner {
height:70px;
width:70px;
margin:20px auto;
position:relative;
-webkit-animation: rotation .8s infinite linear;
-moz-animation: rotation .8s infinite linear;
-o-animation: rotation .8s infinite linear;
animation: rotation .8s infinite linear;
border-left:15px solid rgba(12,63,95,.05);
border-right:15px solid rgba(12,63,95,.05);
border-bottom:15px solid rgba(12,63,95,.05);
border-top:15px solid rgba(12,63,95,.2);
border-radius:100%;
}

@-webkit-keyframes rotation {
from {-webkit-transform: rotate(0deg);}
to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
from {-moz-transform: rotate(0deg);}
to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
from {-o-transform: rotate(0deg);}
to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
from {transform: rotate(0deg);}
to {transform: rotate(359deg);}
}


a.flex-prev {background:url(assets/images/circle-arrow-left.svg) center center no-repeat; background-size:cover;}
a.flex-next {background:url(assets/images/circle-arrow-right.svg) center center no-repeat; background-size:cover;}
.flex-direction-nav a.flex-next::before,
.flex-direction-nav a::before {content:'  ';}


.slides li {
  background: rgb(6,48,81);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MzA1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTNlNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(6,48,81,1) 0%, rgba(9,62,99,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,48,81,1)), color-stop(100%,rgba(9,62,99,1)));
background: -webkit-linear-gradient(top,  rgba(6,48,81,1) 0%,rgba(9,62,99,1) 100%);
background: -o-linear-gradient(top,  rgba(6,48,81,1) 0%,rgba(9,62,99,1) 100%);
background: -ms-linear-gradient(top,  rgba(6,48,81,1) 0%,rgba(9,62,99,1) 100%);
background: linear-gradient(to bottom,  rgba(6,48,81,1) 0%,rgba(9,62,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063051', endColorstr='#093e63',GradientType=0 );
text-align:center; height:400px; width:100%;

color:white; text-align:center; font-size:54px; font-size:3.3rem; text-transform:uppercase; line-height:1.1em; text-shadow:rgba(0,0,0,0.8) 0 5px 10px; font-weight:900; 
display:table;
overflow:hidden; text-overflow:ellipsis; height:400px !important; position:relative;
}

.slides div {
 height:400px !important; max-height:400px !important; width:100%; margin:0 auto; overflow:hidden; text-overflow:ellipsis; vertical-align:middle; text-align:center; text-align:center; display:table-cell; padding:0 10%;
}

.slides a {color:#FFFFFF;}
/*.flex-control-nav {display:none;}*/


.flexslider {margin:0 0 30px; height:408px;}

.logo-wrap {margin:0 0 28px;}

article.post {margin-top:50px;}
article.post:nth-child(2) {margin-top:0px;}
article.post .entry-title a {font-weight:bold; color:#333;}
article.post {border-top: 1px solid #DDD; padding-top:20px;}

time.published {border:none;}

.slides p {margin:0 !important;}

div.clear.page-contents {padding: 0 0 3% 0;}

@media only screen and (max-width: 739px) {
		
	#calendar {
		opacity:0;
		height:1px;
	}
	
/*
	.single-events .col-5.mobile-full {
		display:table-header-group;
	}
	.single-events .col-3.mobile-full {
		display:table-footer-group;
	}
*/
	
	div.question strong {padding:15px;}
	
	.buckets {/* display:none; */ margin-top:20%;}
	.buckets > div.col-12 {margin-bottom:5% !important;}

  
  div.clear.page-contents {padding: 0 2em 3% 2em;}

	.page-contents .col.col-1-3 {display: table-footer-group; }
	.page-contents .col.col-1-3 #sidebar {margin-left:15px; margin-right:15px;}
	.page-contents .col.col-8 {display: table-header-group; }
  .page-contents .col.col-5 {display: table-header-group; }
  .page-contents .col.col-1-4 {display: table-header-group; }
  
	.page-contents .col.col-8 p,
	.page-contents .col.col-8 ul,
	.page-contents .col.col-8 ol,
	.page-contents .col.col-8 table,
	.page-contents .col.col-8 h2,
	.page-contents .col.col-8 h1 {margin-left:15px; margin-right:15px;}
	

	.logo-wrap {margin:0 0 15px;}
	
	.flexslider {margin:0 0 50px;}
	
	.slides li {
		font-size:2rem; 
		line-height:1.4em;
	}
	
	a.flex-prev, a.flex-next {display:none;}
	
	footer {text-align:center;}

}

.fc-event {margin:0.5em 0;}


.presentations {
	list-style:none; padding:0;
}
.presentations .mobile-full {
	display:block !important;
}
.presentations .mobile-full img {
	width:100%; height:auto;
}

.presentations .presentation a {
	display:block;
}

.timeline {
	box-shadow:rgba(0,0,0,0.2) 0 2px 3px;
}


div.scrubber {
	position: absolute;
	z-index: 3;
	visibility: hidden;
	bottom: 15px;
	left: 15px;
	right: 15px;
	height: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #111;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #000), color-stop(100%, #222));
	background: -webkit-linear-gradient(#000, #222);
	background: -moz-linear-gradient(#000, #222);
	background: -o-linear-gradient(#000, #222);
	background: linear-gradient(#000000, #222222);
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px;
	box-shadow: rgba(255, 255, 255, 0.2) 0 0 0 1px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 0;
	}
	
	div.scrubber .scrubbed {
	background: #38AD75;
	height: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	min-width: 6px
	}
	
	.presentation:hover div.scrubber {
	    opacity: 1;
	    visibility: visible;
	}






























.woocommerce #content input.button, .woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce-page #content input.button, .woocommerce-page #respond input#submit,
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {
  border: 0;
  padding: 1em 3em;
  background: #991313;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  border:none;
  color:#FFFFFF;
  padding:1em 2em;
  text-shadow:none;
  font-weight:700;
}

.woocommerce #content input.button.loading, .woocommerce #respond input#submit.loading,
.woocommerce a.button.loading, .woocommerce button.button.loading,
.woocommerce input.button.loading, .woocommerce-page #content input.button.loading,
.woocommerce-page #respond input#submit.loading, .woocommerce-page a.button.loading,
.woocommerce-page button.button.loading, .woocommerce-page input.button.loading {
    color: #777;
    border: 1px solid #f7f6f7
}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {
    background: #a90015;
    text-decoration: none
}

.woocommerce #content input.button:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce-page #content input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active {
    top: 1px
}

.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt, .woocommerce-page button.button.alt,
.woocommerce-page input.button.alt {
    background: #991313;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6)
}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background: #991313;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6)
}

a.button.mobile-full:hover {
    background: #A80019 !important;
    color: #fff;
}
a.button.mobile-full:active {
    top:1px;
}
.woocommerce #content input.button.disabled, .woocommerce #content input.button:disabled, .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce-page #content input.button.disabled, .woocommerce-page #content input.button:disabled, .woocommerce-page #respond input#submit.disabled, .woocommerce-page #respond input#submit:disabled, .woocommerce-page a.button.disabled, .woocommerce-page a.button:disabled, .woocommerce-page button.button.disabled, .woocommerce-page button.button:disabled, .woocommerce-page input.button.disabled, .woocommerce-page input.button:disabled {
    color: #aaa;
    border: 1px solid #e0dadf;
    background: #f7f6f7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed
}

.woocommerce #content input.button.disabled:active, .woocommerce #content input.button:disabled:active, .woocommerce #respond input#submit.disabled:active, .woocommerce #respond input#submit:disabled:active, .woocommerce a.button.disabled:active, .woocommerce a.button:disabled:active, .woocommerce button.button.disabled:active, .woocommerce button.button:disabled:active, .woocommerce input.button.disabled:active, .woocommerce input.button:disabled:active, .woocommerce-page #content input.button.disabled:active, .woocommerce-page #content input.button:disabled:active, .woocommerce-page #respond input#submit.disabled:active, .woocommerce-page #respond input#submit:disabled:active, .woocommerce-page a.button.disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce-page button.button.disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce-page input.button.disabled:active, .woocommerce-page input.button:disabled:active {
    top: 0
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button,
.woocommerce-page .cart input.button {
    float: none
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block
}

.woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity,
.woocommerce-page .quantity {
    width: 60px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 40px;
    height: 28px;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #c8bfc6;
    border-right: 0;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    box-shadow: inset 0 0 2px 0 #f7f6f7;
    -webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
    font-weight: 700;
    -moz-appearance: textfield
}

.woocommerce #content .quantity input[type=number], .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce .quantity noindex:-o-prefocus, .woocommerce-page #content .quantity input[type=number],
.woocommerce-page #content .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus {
    padding-right: 1.2em
}











@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(-360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(-360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(-360deg);
    }
}

.generating-screenshot {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: normal !important;
	overflow: hidden;
}
.fc-title {font-weight: bold !important;}
.fc-time {display:none !important;}
.fc-event {padding:5px; margin:5px;}
.fc-scroller {height:auto !important;}


#current-month {
	opacity:0;
}


.flexslider {
  background: rgb(6,48,81);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MzA1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwOTNlNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(6,48,81,1) 0%, rgba(9,62,99,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(6,48,81,1)), color-stop(100%,rgba(9,62,99,1)));
background: -webkit-linear-gradient(top,  rgba(6,48,81,1) 0%,rgba(9,62,99,1) 100%);
background: -o-linear-gradient(top,  rgba(6,48,81,1) 0%,rgba(9,62,99,1) 100%);
background: -ms-linear-gradient(top,  rgba(6,48,81,1) 0%,rgba(9,62,99,1) 100%);
background: linear-gradient(to bottom,  rgba(6,48,81,1) 0%,rgba(9,62,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#063051', endColorstr='#093e63',GradientType=0 );
}



a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.wpi.cancelled {
  border:2px dashed #971015 !important; 
  background:#FFFFFF !important;
}


a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.partner.cancelled {
  border:2px dashed #0D3F5E !important; 
  background:#FFFFFF !important;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.cancelled .fc-title {
  opacity:0.8;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	font-size: 1.25em !important;
}

.filter-btn {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background-color: rgba(234,234,234,1);
  outline: none !important;
}
a.button.filter-btn.mobile-full {
  color: #333;
}
a.button.filter-btn.mobile-full:hover {
  background-color: rgba(207,207,207,1) !important;
}
.filter-icon{
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    font-size: 18px;
}
.woocommerce-info:before {display:none;}
.woocommerce-info {padding-left:1em;}


body.single-tribe_events .tribe-events-meta-group-details {
	display: initial !important;
}
}