@charset "utf-8";
/* 
	layout.less
	Project: Paralympic Sports Association
	
*/
/*------ imports ------*/
/* 
	definitions.less
	Project: Paralympic Sports Association
*/
/*------- Colours -----*/
/*--------- Screen Sizes ------*/
/* 
	mixins.less
	Project: Paralympic Sports Association
*/
.hidden {
  display: none !important;
}
.inline-block {
  display: inline-block;
}
@media print {
  #banner,
  #mobile-nav-bar,
  #navigation-bar,
  #top-bar,
  #upper-mobile-nav-bar,
  h2,
  footer {
    display: none !important;
  }
  .donotprint {
    display: none !important;
  }
  .print-this {
    display: block !important;
  }
  #print-area {
    display: block !important;
  }
  .content-container {
    padding: 50px 20px !important;
  }
  h3 {
    font-size: 2rem;
    margin: 0.6rem 0rem 0.5rem;
  }
  .cart-table-head {
    color: #004996 !important;
    font-size: 2rem;
  }
  .totals td,
  #ordertotal td {
    padding: 0;
  }
  #billing-table p {
    font-size: 1.6rem;
  }
  #wrapper:after {
    background: none;
    display: none;
  }
}
/*------ reset ------*/
* {
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clear {
  display: block;
  clear: both;
}
.align-right {
  text-align: right;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.margin {
  margin: 20px 0px;
}
.margin-all {
  margin: 20px;
}
/*----- GLOBAL -----*/
.flex-center {
  display: flex;
  align-items: center;
}
.vertical-padding {
  padding: 20px 0px;
}
.padding {
  padding: 20px;
}
.black {
  color: #333 !important;
}
.alert {
  display: block;
  margin: 30px 0px 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.alert .success {
  background: #3EC59D;
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  color: white;
}
.alert .error {
  background: #aa0000;
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  color: white;
}
.alert .message {
  display: block;
  width: 100%;
  padding: 10px;
  background: #eee;
  margin: 0;
  box-sizing: border-box;
}
.alert .close_message {
  cursor: pointer;
}
.faded {
  color: #666;
}
.fixed-width {
  width: 60px;
  display: inline-block;
  line-height: 1.5;
  color: #004996;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.error {
  color: #aa0000;
}
section {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
div {
  box-sizing: border-box;
}
.no-background {
  background: none !important;
  color: white !important;
}
.no-scroll {
  overflow: hidden;
}
.ghost-button {
  border: 2px solid;
  transition: all 0.3s;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  padding: 20px 27px;
  border-radius: 8px;
  font-size: 1.6rem;
  letter-spacing: 4px;
  display: inline-block;
}
.ghost-button.yellow {
  color: #fff;
  border-color: #ffed00;
}
.ghost-button.yellow:hover {
  background: #ffed00;
  color: #004996;
}
.ghost-button.blue {
  color: #004996;
  border-color: #004996;
  background: none;
}
.ghost-button.blue:hover {
  background: #004996;
  color: white;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .ghost-button {
    padding: 15px 24px;
  }
}
.ghost-button.black {
  color: black;
  border-color: black;
}
.ghost-button.black:hover {
  background: black;
  color: white !important;
}
.ghost-button.white {
  color: white;
  border-color: white;
}
.ghost-button.white:hover {
  background: white;
  color: black;
}
.solid-button {
  background-color: #3B5998;
  color: white;
  text-transform: uppercase;
  padding: 19px 27px;
  letter-spacing: 3px;
  display: table;
  font-size: 1.4rem;
  transition: all 0.3s;
  outline: none !important;
}
.solid-button:hover {
  background: white;
  color: #3B5998;
}
.solid-button:disabled {
  background: #aaa;
  cursor: not-allowed;
  pointer-events: none;
}
.solid-button:disabled:hover {
  background: #aaa;
  cursor: not-allowed;
  color: white;
  pointer-events: none;
}
.solid-button.gray {
  background: #aaa;
}
.solid-button.black {
  background: #333;
  color: white !important;
}
.solid-button.black:hover {
  background: black;
}
@media only screen and (max-width: 479px) {
  .solid-button {
    letter-spacing: 1px;
    padding: 15px;
  }
}
.button-link {
  background: none;
  border: none;
  color: #004996;
  font-size: 14px;
  cursor: pointer;
}
button.solid-button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}
button.solid-button:hover {
  background-color: #003063;
  color: white;
}
.white-container {
  max-width: calc(100% - 80px);
  width: 1220px;
  box-sizing: border-box;
  padding: 70px 110px;
  /*Don't highlight links that are not supposed to be highlighted */
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  .white-container {
    max-width: 100%;
    margin: 0px auto 20px;
    padding: 40px 60px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .white-container {
    padding: 30px 20px;
  }
}
.white-container h2 {
  margin: 0px -110px 2.2rem -110px;
  padding: 0px 110px;
  box-sizing: border-box;
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  .white-container h2 {
    margin: 0px -60px 2.2rem -60px;
    padding: 0px 60px;
  }
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  .white-container h2 {
    margin: 0px -20px 2.2rem -20px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .white-container h2 {
    margin: 0px 0px 2.2rem 0px;
    padding: 0px;
  }
}
.white-container .no-highlight {
  background: none !important;
}
.white-container .no-highlight:hover {
  color: #004996;
}
.full-width {
  width: 100% !important;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0px 0px 40px;
}
.full-width-actual {
  width: 100% !important;
}
.full-width-actual .checkbox-label {
  width: auto;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .full-width-actual .checkbox-label {
    max-width: 80%;
  }
}
/*------- ANIMATIONS -----------*/
.no-touch .grid-item {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch .grid-item.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch .facebook-image-container img {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch .facebook-image-container img.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch .facebook-message {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch .facebook-message.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch .facebook-button {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch .facebook-button.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch .facebook-date {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch .facebook-date.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch #cta-title {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch #cta-title.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch #cta-subtitle {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch #cta-subtitle.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch .cta-button {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch .cta-button.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch .promo-box {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch .promo-box.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.no-touch h1 {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch h1.in-view {
  transform: translateX(0px);
  opacity: 1;
}
.no-touch .subtitle-header {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.no-touch .subtitle-header.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.fade-in-bottom {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s;
}
.fade-in-bottom.in-view {
  transform: translateY(0px);
  opacity: 1;
}
.fade-in-left {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.5s;
}
.fade-in-left.in-view {
  transform: translateX(0px);
  opacity: 1;
}
.fade-in {
  opacity: 0;
  transition: all 0.5s;
}
.fade-in.in-view {
  opacity: 1;
}
/*--- form styles ---*/
form input:focus::-webkit-input-placeholder {
  color: #999999;
  font-weight: 100;
}
form textarea:focus::-webkit-input-placeholder {
  color: #999999;
}
form input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
form input:focus:-ms-input-placeholder {
  color: #999999;
}
form input,
form select,
form textarea {
  width: 100%;
  height: 64px;
  padding: 18px 17px;
  box-sizing: border-box;
  font-size: 16px;
  vertical-align: middle;
  transition: all 0.3s;
  margin: 5px 0px;
  border: none;
  border-radius: 0;
}
@media only screen and (max-width: 479px) {
  form input,
  form select,
  form textarea {
    font-size: 14px;
    padding: 8px 15px;
  }
}
form input:focus,
form select:focus,
form textarea:focus {
  outline: none;
  background-color: #004996;
  border: none;
  color: white;
}
form input.required,
form select.required,
form textarea.required {
  border-left: 4px solid #aa0000 !important;
}
form input:disabled,
form select:disabled,
form textarea:disabled {
  background: #f3f3f3;
}
form select {
  background-color: white;
  background-image: url(../images/down-chevron-black.png);
  background-size: 7px 5px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
}
form textarea {
  height: 212px;
  resize: none;
}
form .verify {
  width: 320px;
  display: inline-block;
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  form .verify {
    width: 240px;
  }
}
@media only screen and (max-width: 479px) {
  form .verify {
    width: 180px;
  }
}
@media only screen and (max-width: 330px) {
  form .verify {
    width: 40%;
  }
}
form .verify-img {
  width: 120px;
  height: 65px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0px;
}
select {
  background-color: white;
  background-image: url(../images/down-chevron-black.png);
  background-size: 7px 5px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
}
select.sm {
  background-position: 82% 50%;
}
label[for] {
  cursor: pointer;
}
#top-bar ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
#top-bar :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
#top-bar ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
#top-bar :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.input-dialog-ui {
  height: 30px;
  padding: 0px 10px;
  margin: 10px 7px;
  font-size: 1.6rem;
}
input {
  outline: none;
  padding: 0px 30px;
}
sup {
  font-size: 14px;
  color: #e5ecf4;
}
.tip {
  color: #004996;
  cursor: pointer;
  position: relative;
}
.tip:after {
  width: 150px;
  background: #eee;
  content: attr(data-title);
  position: absolute;
  left: 15px;
  bottom: 80%;
  font-size: 16px;
  color: #333;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  text-align: left;
  opacity: 0;
  transition: opacity 0.2s;
  visibility: hidden;
  border: 1px solid #aaa;
}
.tip:hover:after {
  opacity: 1;
  visibility: visible;
}
.tip.white {
  color: white;
}
/*------ datepicker ------*/
.ui-datepicker {
  width: 260px;
  padding: .2em 4px 0 4px;
  display: none;
  background: #004996;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #004996;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  color: white;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  background: #e5ecf4;
}
.ui-datepicker td {
  border: 0;
  padding: 2px;
  background: #ffffff !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .3em;
  text-align: right;
  text-decoration: none;
  border: 1px solid #e5ecf4;
}
.ui-datepicker td a.ui-state-hover {
  background: #004996;
  color: #fff;
  font-weight: 700;
}
.ui-datepicker td.ui-datepicker-today a {
  background: #004996;
  color: #fff;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/*------ navigation ------*/
/*--- Skip content link ---*/
.skip-content {
  position: absolute;
  left: 10px;
  top: 0;
  color: white;
  z-index: 5;
  order: 2;
}
.skip-content a {
  font-size: 1.6rem;
  padding: 10px;
  background: #aa0000;
  color: white;
  transition: all 1s;
  opacity: 0;
  position: relative;
  top: -38px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.skip-content a:focus {
  opacity: 1;
  transition: top 0.2s;
  position: relative;
  top: 20px;
  outline: none;
}
.ddsmoothmenu {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
@media only screen and (min-width: 1130px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1600px) {
  .ddsmoothmenu {
    height: 20px;
    line-height: 20px;
  }
}
.ddsmoothmenu ul {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ddsmoothmenu ul li {
  position: relative;
  display: inline-block;
}
.ddsmoothmenu ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  margin: 0px 10px;
  font-weight: 800;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 1130px) and (max-width: 1300px) {
  .ddsmoothmenu ul li a {
    letter-spacing: 0px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  .ddsmoothmenu ul li a {
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1750px) {
  .ddsmoothmenu ul li a {
    letter-spacing: 1px;
  }
}
* html .ddsmoothmenu ul li a {
  display: inline-block;
}
.ddsmoothmenu ul li a:hover {
  color: #004996;
}
.ddsmoothmenu ul li a.selected,
.ddsmoothmenu ul li a.active {
  color: #004996;
}
.ddsmoothmenu ul li ul {
  position: absolute;
  display: none;
  visibility: hidden;
}
.ddsmoothmenu ul li ul li {
  display: list-item;
  float: none;
}
.ddsmoothmenu ul li ul li ul {
  top: 0;
}
#main-nav-ul li ul {
  line-height: 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 320px;
}
#main-nav-ul li ul li a {
  transition: all 0.3s;
  background: #729ac5;
  color: white;
}
#main-nav-ul li ul li a:hover {
  background: #004996;
}
#main-nav-ul > li {
  margin: 0px 4px;
  height: 60px;
  line-height: 60px;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 1130px) and (max-width: 1300px) {
  #main-nav-ul > li {
    margin: 0px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1600px) {
  #main-nav-ul > li {
    line-height: 50px;
    height: 50px;
  }
}
.ddsmoothmenu ul li ul li a {
  width: auto;
  padding: 5px;
  margin: 0;
  padding-left: 10px;
  text-align: left;
  white-space: nowrap;
  padding-right: 13px;
}
* html .ddsmoothmenu {
  height: 1%;
}
#main-nav-ul {
  position: relative;
  top: -9px;
}
/*------ mobile navigation ------*/
#mbl-navigation {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}
#mbl-navigation nav {
  display: none;
}
#mbl-toggle {
  width: 60px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  float: right;
  cursor: pointer;
  font-size: 30px;
  color: white;
}
.mblmenu {
  display: block !important;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.mblmenu .levelHolderClass {
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background: #004996;
  width: auto;
  margin-left: 20px;
  min-height: 100%;
  text-transform: uppercase;
  zoom: 1;
  cursor: default;
}
.mblmenu .rtl {
  margin-right: -100%;
  right: 0;
  -moz-box-shadow: 5px 0 15px 5px #333;
  -webkit-box-shadow: 5px 0 15px 5px #333;
  box-shadow: 5px 0 15px 5px #333;
}
.mblmenu h4 {
  display: block;
  position: relative;
  padding: 16px;
  margin: 0;
  border-bottom: 1px solid #729ac5;
  color: #fff;
  text-align: left !important;
}
.mblmenu h4 a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: none;
  font-weight: 600;
  font-size: 25px;
}
.mblmenu h4 a:hover {
  background: none;
}
.mblmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 100%;
}
.mblmenu li {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #729ac5;
  padding: 0;
  text-align: left !important;
  text-transform: lowercase;
}
.mblmenu li a {
  display: inline-block;
  position: relative;
  z-index: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  color: #fff;
  padding: 0px 20px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: none;
  font-size: 16px;
  transition: all 0.3s;
  text-transform: uppercase;
}
.mblmenu li > a {
  width: 100%;
  line-height: 50px;
  box-sizing: border-box;
}
.mblmenu a:hover,
.mblmenu a:active {
  background: #729ac5;
}
#close-menu:hover {
  background: #003063;
}
.mblmenu .backItemClass {
  display: block;
  padding: 0;
  background: #004996;
  height: 50px;
  line-height: 50px;
  text-transform: lowercase;
}
.mblmenu .backItemClass a,
.mblmenu .backItemClass a:hover,
.mblmenu .backItemClass a:active {
  background: #004996;
  color: #8fafd1;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #729ac5;
}
.mblmenu .floatRight {
  float: right;
}
.mblmenu .floatLeft {
  float: left;
}
.mblmenu .cursorPointer {
  cursor: pointer;
}
.mblmenu .iconSpacing_ltr {
  padding: 0;
}
.mblmenu .iconSpacing_rtl {
  padding: 0;
  position: absolute;
  right: 5px;
  top: calc(50% - 6px);
  font-size: 14px;
}
.mblmenu .hit-area {
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 18px;
}
.mblmenu .more-icon {
  font-size: 25px;
  line-height: 18px;
  font-style: normal;
}
.mblmenu .more-icon:after {
  content: ">\0000a0";
}
.mblmenu .menu-header {
  background-color: #729ac5;
}
#mbl-contact {
  border: none;
  margin: 30px 0px 0px 20px;
  padding: 10px 0px;
}
#mbl-contact h5 {
  color: white;
  font-size: 18px;
  font-family: Helvetica;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#mbl-contact span {
  color: white;
  font-size: 13px;
  padding: 0;
  line-height: 17px;
}
#mbl-contact a {
  padding: 0;
  margin: 5px 0px;
  font-size: 13px;
  color: #8fafd1;
}
#mbl-contact a:hover {
  background: none;
}
.header-account-navigation {
  background: #729ac5;
  position: relative;
  left: -10px !important;
  display: inline-block;
  width: 230px;
}
#account-navigation {
  width: auto;
  display: inline-block;
}
#account-navigation .header-account-link {
  color: white;
  transition: background 0.3s;
  padding: 10px 10px;
  margin: 0;
  display: block;
  font-size: 1.4rem;
}
#account-navigation .header-account-link:hover {
  background: #004996;
}
@media only screen and (min-width: 1300px), only screen and (min-width: 1130px) and (max-width: 1300px) {
  .menu-header {
    display: none !important;
  }
}
#donate {
  border-radius: 10px;
  background: #ffed00;
  padding: 0px 13px;
  transition: background 0.3s;
}
@media only screen and (min-width: 1130px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1600px) {
  #donate {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  #donate {
    border-radius: 0px;
    background: #ffed00;
    padding: 0;
  }
  #donate:hover a {
    background: #ccbe00;
  }
  #donate a {
    color: #333;
  }
}
#donate .active {
  color: #333;
}
#donate:hover {
  background: #e6d500;
}
#donate:hover a {
  color: #333;
}
#desktop-nav-bar {
  position: relative;
  bottom: 5px;
}
#navigation-bar.sticky-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: height 0.3s;
  will-change: height;
  padding: 0px 40px 0px 40px;
}
#navigation-bar.sticky-fixed.short {
  height: 90px;
}
/* main modal */
.modal-container {
  display: none;
  position: fixed !important;
  z-index: 999;
  background: white;
  width: 700px;
  left: calc(50% - 300px);
  word-wrap: break-word;
  max-width: 85%;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 20%;
  max-height: 500px;
  height: auto;
  padding: 35px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .modal-container {
    left: 50%;
    transform: translateX(-50%);
    max-height: 350px;
  }
}
.modal-container.spinner {
  min-height: 300px;
}
.modal-container.spinner:before {
  background-size: auto;
}
.modal-inner {
  position: relative;
  overflow: auto;
  height: 100%;
  max-height: 440px;
  /*  60px less than the modal contaienr */
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  .modal-inner {
    max-height: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .modal-inner {
    max-height: 290px;
  }
}
.modal-container ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.modal-container ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.modal-close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 25px;
  background: #333;
  color: white;
  height: 35px;
  width: 35px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}
.modal-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  transition: opacity 0.5s;
  display: none;
  opacity: 0;
}
.back-button {
  color: #999;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  background: none;
  border: none;
  cursor: pointer;
}
.back-button:hover {
  color: #555;
}
@media only screen and (max-width: 479px) {
  .back-button.checkout {
    -webkit-order: 2;
    order: 2;
    margin: 25px 0;
  }
}
.buttons-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 27px 0;
}
.buttons-container.one-column {
  max-width: 569px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 479px) {
  .buttons-container.checkout {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
/* SPINNER */
.spinner {
  transition: background-color 0.3s;
  position: relative;
}
.spinner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/spinner.svg);
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9;
}
.spinner.white-spinner:before {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(https://www.parasports.net/images/black-spinner.svg);
}
input.spinner {
  background-image: url(../images/spinner.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*------- TOP BAR ------*/
/*---- social ----*/
#top-bar {
  display: flex;
  justify-content: space-between;
  background: #e5ecf4;
  width: 100%;
  height: 60px;
  font-size: 0;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  #top-bar {
    display: none;
  }
}
#top-bar .divider {
  font-size: 3rem;
  line-height: 40px;
  margin: 0px 15px;
  color: #999;
  font-weight: lighter;
}
#top-bar .social-icons .initial {
  background: white;
}
.top-bar-sub-item {
  height: 100%;
  padding: 0px 40px;
  vertical-align: top;
  flex-flow: column;
  justify-content: center;
}
.top-bar-sub-item.social {
  display: flex;
  order: -1;
}
.top-bar-sub-item.signup {
  text-align: right;
  order: 4;
}
.top-bar-sub-item .social-icons {
  display: flex;
}
/*---- newsletter ----*/
.signup-item {
  display: inline-block;
  letter-spacing: 2px;
  height: 100%;
  line-height: 60px;
  vertical-align: top;
  padding: 0px 30px;
  font-weight: bolder;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.signup-newsletter-text {
  color: #666;
}
.signup-newsletter-input {
  background: #729ac5;
  color: white;
  border: none;
}
.signup-newsletter-input[disabled] {
  background: #ccc;
}
.signup-newsletter-button {
  padding: 0px 20px;
  background: #004996;
  color: white;
  transition: all 0.3s;
}
.signup-newsletter-button:hover {
  background: #0c315a;
  color: white;
}
.button-spinner {
  position: relative;
}
.button-spinner:after {
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/spinner.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  cursor: default;
}
/*------- NAVIGATION BAR ---------*/
/*------ mobile -----*/
#mobile-nav-bar {
  position: relative;
  height: 70px;
  line-height: 70px;
  z-index: 1;
  background: #e5ecf4;
}
@media only screen and (min-width: 1130px) and (max-width: 1300px), only screen and (min-width: 1300px) {
  #mobile-nav-bar {
    display: none;
  }
}
#mobile-nav-bar .divider {
  font-size: 2rem;
  color: #666;
  margin: 0px 4.5px;
  font-weight: lighter;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #mobile-nav-bar {
    height: 100px;
  }
}
#header-cart {
  font-weight: bold;
}
#upper-mobile-nav-bar {
  background: #004996;
  padding: 0px 20px;
}
@media only screen and (min-width: 1130px) {
  #upper-mobile-nav-bar {
    display: none;
  }
}
#upper-mobile-nav-bar .social-icons {
  text-align: right;
}
.upper-social-icons {
  vertical-align: middle;
  text-align: center;
}
.upper-social-icons.divider {
  font-size: 2rem;
  color: #729ac5;
  margin: 0px 10px;
  font-weight: lighter;
}
.mbl-logo {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  padding: 0px 20px;
}
.mbl-logo img {
  height: 100%;
}
.mbl-nav {
  display: inline;
  vertical-align: middle;
}
/*----- desktop ----*/
#navigation-bar {
  display: flex;
  justify-content: space-between;
  height: 144px;
  padding: 0px 40px;
  background-color: white;
  z-index: 5;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  #navigation-bar {
    display: none;
  }
}
#navigation-bar .divider {
  font-size: 2rem;
  line-height: 40px;
  color: #ccc;
  font-weight: lighter;
  margin: 0px 12.5px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 1130px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1600px) {
  #navigation-bar .divider {
    display: block;
    height: 1px;
    overflow: hidden;
    background: #ccc;
    margin: 7px 0px 5px;
  }
}
.navigation-bar-sub-item {
  display: flex;
  align-items: center;
}
#navigation-logo {
  display: flex;
  margin: 0px 15px 0px 0px;
}
.navigation-account {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
}
.navigation-account .my-account-link {
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 2px;
  color: #333;
  margin: 0;
}
.navigation-account .my-account-link:hover {
  color: #004996;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .navigation-account {
    display: none;
  }
}
.navigation-account.mobile {
  display: none;
  height: 30px;
  line-height: 30px;
  width: 100%;
  background: #fff;
  padding: 0px 10px;
  text-align: center;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .navigation-account.mobile {
    display: block;
  }
}
.account-name {
  color: black;
}
a.account-name:hover {
  color: #004996;
}
.restrictions {
  margin: 20px 0px 0px;
}
.restrictions .checkbox {
  display: inline-block;
}
.restrictions small {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  max-width: calc(100% - 60px);
}
/*----- BANNER -----*/
#banner {
  position: relative;
  background-size: auto 130%;
  min-height: 200px;
  max-height: 600px;
  margin: 0px 40px;
  z-index: 1;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  #banner {
    margin: 0;
    background-size: auto 135%;
  }
}
#banner:after {
  content: "";
  padding-top: 27%;
  width: 100%;
  display: block;
}
#banner.large:after {
  padding-top: 32%;
}
#banner h1 {
  color: white;
  font-size: 7.2rem;
  font-weight: bolder;
  font-style: italic;
  margin: 0px 0px 35px;
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  #banner h1 {
    font-size: 5rem;
    margin: 0px 0px 25px;
  }
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  #banner h1 {
    font-size: 4.1rem;
    margin: 0px 0px 25px;
  }
}
@media only screen and (max-width: 479px) {
  #banner h1 {
    font-size: 3.5rem;
    margin: 0px 0px 15px;
  }
}
#banner h2 {
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0px 0px 57px;
  font-style: normal;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #banner h2 {
    font-size: 1.5rem;
    margin: 0px 0px 20px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  #banner h2 {
    margin: 0px 0px 30px;
  }
}
#banner .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.large #banner-text-container {
  top: 30%;
}
@media only screen and (min-width: 1130px) and (max-width: 1300px) {
  .large #banner-text-container {
    top: 20%;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  .large #banner-text-container {
    top: 21%;
  }
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  .large #banner-text-container {
    top: 18%;
  }
}
#banner-text-container {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 1130px) and (max-width: 1300px) {
  #banner-text-container {
    top: 25%;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  #banner-text-container {
    top: 20%;
  }
}
#banner-text-container.single {
  top: 32%;
}
@media only screen and (min-width: 1500px) {
  #banner-text-container.event-banner {
    top: 25%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  #banner-text-container.event-banner {
    top: 20%;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1300px) {
  #banner-text-container.event-banner {
    top: 15%;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  #banner-text-container.event-banner h1 {
    margin-bottom: 15px;
  }
}
#banner-text-container.full {
  top: 20%;
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  #banner-text-container.full {
    top: 15%;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1300px), only screen and (min-width: 700px) and (max-width:  1130px) {
  #banner-text-container.full {
    top: 8%;
  }
  #banner-text-container.full h1 {
    margin-bottom: 10px;
  }
  #banner-text-container.full h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  #banner-button .ghost-button {
    padding: 15px 23px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #banner-button {
    display: none;
  }
}
/*------------- CONTENT --------------*/
.content-container {
  position: relative;
  background: white;
  margin: -40px auto 40px;
  z-index: 4;
}
.content-container img {
  max-width: 100%;
  height: auto;
}
.content-container:nth-of-type(n+7) {
  margin-top: 0px;
}
.h2-line {
  position: relative;
}
.h2-line:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 5px;
  background: #fff67f;
  width: 100%;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 479px) {
  .h2-line:after {
    display: none;
  }
}
.h2-line-child {
  background: white;
  padding: 20px;
  position: relative;
  right: 20px;
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  .h2-line-child {
    padding: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .h2-line-child {
    background: none;
    right: 0px;
    padding: 0;
  }
}
.content-line-break {
  max-width: 600px;
  width: 90%;
  margin: 33px auto;
  height: 1px;
  background: #e5ecf4;
}
.content-line-break.no-margin {
  margin: 0;
  max-width: 100%;
}
.highlighted-links {
  /*Highlight links in the content.*/
}
.highlighted-links a:not(.ghost-button):not(.solid-button) {
  background: #fff899;
  color: #333;
  padding: 5px 4px;
  transition: background 0.3s;
}
.highlighted-links a:not(.ghost-button):not(.solid-button):hover {
  background: #fff133;
}
/*----------- TABS ------------------*/
.content-container.tabs {
  margin-top: 40px;
  padding: 0;
  background: none;
  z-index: 1;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  .content-container.tabs {
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1300px) {
  .content-container.tabs:after {
    content: "";
    position: absolute;
    top: -40px;
    background: white;
    bottom: -40px;
    width: 100%;
    z-index: -1;
  }
}
.tabs-container {
  max-width: 1000px;
  margin: 20px auto;
  word-wrap: break-word;
}
#content-tabs {
  display: none;
}
#content-tabs.ui-tabs {
  display: block;
  padding-top: 5px;
}
#content-tabs .ui-tabs-nav {
  font-weight: 800;
  font-size: 1.8rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1px;
  width: 100%;
  box-sizing: border-box;
}
#content-tabs .ui-tabs-nav li {
  display: inline-block;
  position: relative;
  border-right: 2px solid white;
}
#content-tabs .ui-tabs-nav li:last-child {
  border-right: none;
}
@media only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  #content-tabs .ui-tabs-nav li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
}
#content-tabs .ui-tabs-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 21px 34px;
  background: #ccc;
  color: #333;
  margin: 0 0 -1px -1px;
  outline: none;
  text-decoration: none;
  transition: background 0.3s;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #content-tabs .ui-tabs-nav li a {
    border-bottom: 1px solid #eee;
  }
}
.no-touch #content-tabs .ui-tabs-nav li a:hover,
#profile-tabs li a:hover {
  background: #e3e3e3;
}
.no-touch #content-tabs .ui-tabs-nav li.ui-state-active a:hover,
#content-tabs .ui-tabs-nav li.ui-state-active a {
  background: #004996;
  color: white;
  z-index: 2;
  border-color: #ccc;
}
#content-tabs .ui-tabs-panel {
  display: block;
  clear: both;
  background: white;
  padding: 40px 107px 59px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #content-tabs .ui-tabs-panel {
    padding: 20px 50px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  #content-tabs .ui-tabs-panel {
    background: #f7f7f7;
  }
}
/*------- EVENTS -----------*/
.blue-container {
  max-width: 1340px;
  margin: auto;
  background-color: #e5ecf4;
  font-size: 0;
}
@media only screen and (min-width: 1130px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1600px) {
  .blue-container {
    max-width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  .blue-container {
    max-width: 100%;
  }
}
.grid-item {
  width: 49%;
  padding: 0px 40px;
  box-sizing: border-box;
  margin-bottom: 125px;
}
.grid-item.content {
  margin-bottom: 75px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .grid-item.content {
    margin-bottom: 40px;
  }
}
.grid-item.featured-grid-item {
  margin: -50px 0px 120px;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 1130px) and (max-width: 1300px), only screen and (min-width: 1300px) and (max-width: 1600px) {
  .grid-item.featured-grid-item {
    margin: -30px 0px 100px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .grid-item.featured-grid-item {
    margin: 40px 0px 90px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .grid-item {
    width: 100%;
    margin-bottom: 90px;
  }
}
.grid-item.margin-top {
  margin-top: 50px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .grid-item.margin-top {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .grid-item {
    padding: 0px 20px;
  }
}
.home-page-content-container {
  padding: 90px 0px 0px;
}
.home-page-content-container h3 {
  margin-top: 2.8rem;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .home-page-content-container {
    padding: 50px 0px 0px;
  }
}
.event-container {
  position: relative;
  width: 100%;
}
.event-container.featured .event-title-container {
  position: relative;
  text-align: center;
  padding: 80px 0px 100px 0px;
}
.event-container.featured .event-title-container img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event-container.featured .event-title-container .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.event-container.featured .event-category {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: white;
}
.event-container.featured .event-name {
  font-size: 6rem;
  font-style: italic;
  font-weight: bold;
  color: white;
}
.event-container.featured .event-date {
  position: absolute;
  left: calc(50% - 58px);
  bottom: -25px;
  height: 112px;
  width: 112px;
  background: #ffed00;
  padding: 20px 0px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .event-container.featured .event-date {
    left: calc(50% - 40px);
    height: 80px;
    width: 80px;
    padding: 17px 0px;
  }
}
.event-container.featured .event-date .event-month {
  font-size: 1.6rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .event-container.featured .event-date .event-month {
    font-size: 1.4rem;
  }
}
.event-container.featured .event-date .event-day {
  font-size: 4.8rem;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .event-container.featured .event-date .event-day {
    font-size: 4rem;
  }
}
.event-container.featured .event-description {
  font-size: 1.8rem;
  color: white;
  background: #333;
  padding: 70px 22px 90px 22px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
.event-container.featured .event-price {
  position: absolute;
  background: #004996;
  bottom: -20px;
  width: 154px;
  height: 62px;
  left: calc(50% - 77px);
  color: white;
  font-size: 1.6rem;
  text-align: center;
  line-height: 62px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .event-container.featured .event-price {
    width: 130px;
    height: 50px;
    left: calc(50% - 65px);
    line-height: 50px;
  }
}
.event-container.normal {
  max-width: 600px;
  margin: auto;
  background: white;
}
.event-container.normal .event-image {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 45%;
}
.event-container.normal .event-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 479px) {
  .event-container.normal .event-image {
    position: relative;
    overflow: hidden;
    height: 170px;
    width: 100%;
  }
}
.event-container.normal .event-details {
  margin-left: 45%;
  padding: 95px 20px 40px 20px;
}
@media only screen and (max-width: 479px) {
  .event-container.normal .event-details {
    padding: 25px 20px 25px 20px;
    text-align: center;
    margin: 0;
  }
}
.event-container.normal .event-category {
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px 0px 15px;
}
.event-container.normal .event-name {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0px 0px 35px;
}
.event-container.normal .event-date {
  position: absolute;
  text-align: center;
  top: -30px;
  background: #ffed00;
  width: 97px;
  height: 97px;
  padding: 26px 5px;
  left: 53%;
}
@media only screen and (max-width: 479px) {
  .event-container.normal .event-date {
    width: 80px;
    height: 80px;
    padding: 18px 5px;
    left: calc(50% - 40px);
  }
}
.event-container.normal .event-day {
  color: #333;
  font-size: 3.6rem;
  font-weight: bold;
}
.event-container.normal .event-month {
  font-size: 1.4rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.event-container.normal .event-price {
  padding: 0px 28px;
  background-color: #004996;
  color: white;
  font-size: 1.6rem;
  display: inline-block;
  letter-spacing: 2px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.event-container:hover .event-price {
  color: rgba(0, 0, 0, 0);
}
.event-container:hover .event-price:after {
  opacity: 1;
  color: white;
}
.event-container.no-date .event-date {
  display: none;
}
.event-container.no-date .event-details {
  padding: 67px 20px;
}
.event-container.no-date .event-price {
  color: white !important;
}
.event-container.no-date .event-price:after {
  opacity: 0 !important;
}
.event-price:after {
  content: "Register";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
}
.event-price.more-info:after {
  content: "Program Info";
}
/*Make the entire event container clickable*/
.full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}
/*--------- EVENT PAGE -----------*/
.event-date-container {
  position: absolute;
  background: #ffed00;
  color: black;
  top: -8.5rem;
  height: 110px;
  width: 110px;
  padding: 20px;
  text-align: center;
  left: calc(50% - 55px);
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .event-date-container {
    height: 85px;
    width: 85px;
    left: calc(50% - 42px);
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  .event-date-container {
    position: static;
    margin: 0px auto 40px;
  }
}
.event-date-container .event-month {
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 3px;
  color: #666;
  font-weight: bold;
}
.event-date-container .event-day {
  font-weight: bold;
  color: #333;
  font-size: 4.8rem;
}
.event-brief-description {
  font-size: 2.1rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  margin: 4px 0px 35px;
}
.event-button:hover {
  background-color: #3B5998;
  color: white;
}
.register-now-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-end;
}
.register-button-container label {
  font-size: 1.6rem;
  width: 120px;
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  vertical-align: middle;
}
.register-button-container hr {
  margin: 10px 0px -5px;
}
.schedule-container {
  max-width: 1260px;
  width: 90%;
  margin: 40px auto;
  padding: 0px 20px;
}
.schedule-container table {
  border-collapse: collapse;
  border: 1px solid #e5ecf4;
}
.schedule-container .cart-table-data {
  background: white;
  border-bottom: 1px solid #ddd;
}
/*-------- GALLERY ----------*/
.photo-gallery {
  max-width: 100%;
  font-size: 0;
  margin: 0px 0px 60px 0px;
}
.photo-gallery .gallery-grid-item,
.photo-gallery .gallery-grid-sizer {
  width: 20%;
}
@media only screen and (max-width: 479px) {
  .photo-gallery .gallery-grid-item,
  .photo-gallery .gallery-grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  .photo-gallery .gallery-grid-item,
  .photo-gallery .gallery-grid-sizer {
    width: 25%;
  }
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  .photo-gallery .gallery-grid-item,
  .photo-gallery .gallery-grid-sizer {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1500px) {
  .photo-gallery .gallery-grid-item,
  .photo-gallery .gallery-grid-sizer {
    width: 16.66%;
  }
}
.photo-gallery .gallery-grid-item {
  float: left;
}
.photo-gallery .gallery-grid-item img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.photo-gallery .gallery-grid-item:after {
  content: "";
  position: absolute;
  left: -9px;
  right: -9px;
  top: -9px;
  bottom: -10px;
  background: white;
  z-index: -1;
}
.photo-gallery .hover-icon {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  top: calc(50% - 10px);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 5;
}
.photo-gallery .photo-container {
  background: #ffed00;
}
.photo-gallery .photo-container:hover .hover-icon {
  opacity: 1;
}
.photo-gallery .photo-container:hover img {
  opacity: 0.3;
}
.photo-gallery .photo-container a {
  overflow: hidden;
}
.photo-gallery .photo-container img {
  padding: .75px 0.75px ;
  background: #ffffff;
}
.overflow-hidden {
  overflow: hidden !important;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/*----- VOLUNTEER LISTINGS ----*/
.listings-container {
  max-width: 1220px;
  margin: 50px auto 90px;
  padding: 0px 120px;
}
.listing {
  font-size: 0;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
}
.listing img {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.listing:last-of-type {
  border-bottom: none;
}
.listing-text-container {
  width: 70%;
  display: inline-block;
  padding: 0px 50px;
  vertical-align: middle;
}
.listing-text-container h3 {
  margin: 0px 0px 15px 0px;
}
.listing-text-container p {
  margin: 15px 0px 0px 0px;
}
.application-button-container {
  text-align: center;
  margin: 30px 0px;
}
/* ------ VOLUNTEER APPLICATION -------*/
.volunteer-application-sub-form {
  font-size: 0;
}
.volunteer-application-sub-form .form-field {
  width: 50%;
  display: inline-block;
  padding: 5px 20px;
}
@media only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  .volunteer-application-sub-form .form-field {
    width: 100%;
  }
}
.volunteer-application-sub-form label,
.volunteer-application-sub-form p {
  font-size: 16px;
}
.volunteer-application-sub-form input {
  height: 50px;
}
@media only screen and (max-width: 479px) {
  .volunteer-application-sub-form {
    margin: 0 -20px;
  }
}
.volunteer-application-sub-form .checkbox {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}
.volunteer-application-sub-form .inline-text-input {
  display: inline;
  width: 150px;
  height: 40px;
  vertical-align: super;
  margin: 0 5px -5px;
}
.volunteer-application-sub-form input.error,
.volunteer-application-sub-form textarea.error {
  border: 3px solid #aa0000;
}
.references hr {
  margin: 20px 0;
}
/*-------- FACEBOOK ---------*/
.facebook-container {
  position: relative;
  border-top: 10px solid #3B5998;
  border-bottom: 10px solid #3B5998;
  min-height: 480px;
  padding: 0px 20px;
  background-image: url("../images/facebook.jpg");
  background-size: cover;
  background-color: #3B5998;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .facebook-container {
    min-height: 250px;
  }
}
.facebook-image-text-container {
  max-width: 1250px;
  margin: auto;
}
.facebook-image-container {
  width: 350px;
  height: 480px;
  float: left;
  position: relative;
  max-width: 100%;
}
.facebook-image-container img {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 90%;
  object-position: center;
  object-fit: contain;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .facebook-image-container {
    display: block;
    float: none;
    margin: 70px auto 0px;
    height: 300px;
  }
}
.facebook-text-container {
  position: relative;
  margin-left: 350px;
  padding: 90px 0px 20px 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  min-height: 480px;
  color: white;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .facebook-text-container {
    position: static;
    margin: 0;
    padding: 30px 0px;
    text-align: center;
    min-height: 0px;
  }
}
.facebook-text-container .solid-button {
  align-self: flex-start;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .facebook-text-container .solid-button {
    margin: auto;
  }
}
.facebook-date {
  margin: 0px 0px 27px 0px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .facebook-date {
    margin: 0 0 27px 0;
  }
}
.facebook-message {
  font-size: 2.7rem;
  line-height: 1.3;
  font-style: italic;
  margin: 0px 0px 34px;
}
@media only screen and (max-width: 479px) {
  .facebook-message {
    font-size: 2.3rem;
  }
}
.facebook-box {
  position: absolute;
  top: -27px;
  left: 60px;
  height: 100px;
  width: 100px;
  text-align: center;
  background-color: #3B5998;
  z-index: 3;
}
.facebook-box .fa {
  line-height: 100px;
  color: white;
  font-size: 4rem;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .facebook-box {
    left: calc(50% - 50px);
  }
}
/*------- Table styles ------*/
.header-row {
  background: #004996;
  color: white;
  padding: 20px 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.data-row {
  background: white;
  color: #333;
}
.data-row:nth-child(2n) {
  background: #eee;
}
.data-row:nth-child(2n) td {
  border-bottom: 1px solid #ccc;
}
.data-row td {
  font-size: 1.6rem;
  padding: 10px 10px;
}
.data-row.light-bg {
  background-color: #e5ecf4;
}
.data-row .cancel-overlay {
  position: relative;
}
.data-row .cancel-overlay:after {
  position: absolute;
  left: 25%;
  top: 45%;
  font-size: 2rem;
  color: white;
  font-family: FontAwesome;
  content: " \f05e \00a0 \00a0 Cancelled";
  z-index: 4;
}
.data-row .dark-overlay {
  position: relative;
}
.data-row .dark-overlay:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 3;
}
.data-row.odd td {
  background: #eee;
}
.data-row.even td {
  background: white;
}
.data-row.sub td {
  box-shadow: inset 0px 8px 8px -8px rgba(0, 0, 0, 0.3), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.3);
  padding-left: 40px;
  font-size: 1.6rem;
  border-bottom: 0px;
}
.data-row.sub td ul {
  margin: 0;
  padding: 0 1.5rem;
}
.data-row.sub td li {
  font-size: 1.5rem;
}
.blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.sub-row td {
  padding-left: 20px;
}
.sub-row.top td {
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.3);
}
.sub-row.bottom td {
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
}
.sub-row:last-child td {
  box-shadow: none;
}
.responsive-table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#billing-table {
  background: #eee;
  padding: 15px;
  text-align: left;
  margin: 25px 0px;
}
.billing-table-data {
  font-size: 1.6rem;
  line-height: 1.3;
}
.cart-table {
  width: 100%;
  text-align: left;
}
.cart-table .last-column {
  text-align: right;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .cart-table .last-column {
    text-align: left;
  }
}
.cart-table-head {
  background: #666;
  color: white;
  font-size: 1.8rem;
  padding: 10px;
  margin: 0;
}
.cart-table-data {
  background: #eee;
  font-size: 1.6rem;
  padding: 10px;
}
.sub-head {
  background: #ccc;
  padding: 10px;
  font-size: 1.6rem;
}
.ticket-subtotal {
  background: #666;
  color: white;
  text-align: right;
  padding: 10px;
  font-size: 1.6rem;
}
#totals-table {
  margin: 30px 0px;
}
.cancel-registration {
  margin: 10px 5px;
  color: #aa0000;
  display: inline-block;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 700px), (min-device-width: 700px) and (max-device-width: 1024px) {
  .footable {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
		Label the data
		*/
  }
  .footable table,
  .footable thead,
  .footable tbody,
  .footable th,
  .footable td,
  .footable tr {
    display: block;
  }
  .footable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .footable tr {
    border: 1px solid #ccc;
  }
  .footable td,
  .footable .cart-table-data {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .footable td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 1.6rem;
    font-weight: bolder;
  }
  .footable td:nth-of-type(n):before {
    content: attr(data-title);
  }
  .footable .billing-table-data {
    white-space: nowrap;
  }
  .footable .billing-table-data label {
    font-weight: bold;
    margin: 1px 0px 0px 0px !important;
    width: 130px !important;
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .footable td:before {
    width: 25%;
    white-space: normal;
  }
  .footable td,
  .footable .cart-table-data {
    padding-left: 35%;
  }
}
/*---------------- DONATION PAGE -------------------*/
.donation-step {
  max-width: 900px;
  margin: auto;
}
.donation-step .full-width-actual {
  padding: 0px 4px;
}
@media only screen and (max-width: 479px) {
  .donation-step .full-width-actual {
    padding: 0px 7px;
  }
}
@media only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  .donation-step .full-width-actual {
    padding: 0px 9px;
  }
}
.donation-step .full-width-actual .solid-button {
  /*---- Continue Button -----*/
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  .donation-step .full-width-actual .solid-button {
    height: 50px;
    font-size: 1.6rem;
  }
}
.donation-circle {
  background: #dcdcdc;
  color: #666;
  font-size: 1.8rem;
  border-radius: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0px 10px;
}
.donation-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
button.donation-button {
  transition: background 0.1s;
  padding: 0px 15px;
  margin: 10px 0px;
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  button.donation-button {
    width: 33.3%;
  }
}
button.donation-button.active {
  background: #ffed00;
  color: #333;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
button.donation-button.active:hover {
  background: #ffed00;
  color: #333;
}
.donation-button,
.donation-input {
  height: 40px;
  font-size: 1.8rem;
  flex: 0 0 13%;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px) {
  .donation-button,
  .donation-input {
    flex: 0 0 30%;
    height: 60px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 479px) {
  .donation-button,
  .donation-input {
    flex: 0 0 45%;
    height: 50px;
    font-size: 2rem;
  }
}
.donation-form {
  font-size: 0;
}
.donation-form label {
  font-size: 1.6rem;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  width: 110px;
  display: inline-block;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .donation-form label {
    text-align: left;
  }
}
.donation-form input {
  border: 1px solid #ccc;
  height: 50px;
  vertical-align: middle;
  width: 260px;
  margin: 0;
}
@media only screen and (min-width: 1130px) and (max-width: 1300px) {
  .donation-form input {
    width: 240px;
  }
}
.donation-form .form-field {
  margin: 6px 0px;
  display: inline-block;
  padding: 0px 15px;
}
@media only screen and (max-width: 479px) {
  .donation-form .form-field {
    width: 100%;
  }
}
.donation-form .donation-input {
  color: #333;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
  padding: 0px 10px;
  vertical-align: top;
  margin: 10px 0px;
  border: 2px solid #004996;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px) {
  .donation-form .donation-input {
    flex: 0 0 97%;
    height: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .donation-form .donation-input {
    flex: 0 0 96%;
    height: 50px;
  }
}
.donation-form .donation-input.active {
  border-color: #ffed00;
}
.donation-form .donation-input:focus {
  background: white;
}
.receipt .faded {
  color: #777;
  width: 200px;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .receipt .faded {
    width: 150px;
  }
}
.receipt .fa {
  width: 50px;
  text-align: center;
}
.receipt label {
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .receipt label {
    font-size: 1.4rem;
  }
}
.receipt-container {
  text-align: center;
}
.receipt-container p {
  font-size: 1.6rem;
}
.receipt-title {
  font-size: 2rem;
}
.receipt-area {
  background: #f3f3f3;
  padding: 20px;
}
.receipt-area h4 {
  text-align: center;
  font-size: 2.4rem;
}
.receipt-area p {
  text-align: center;
}
/*------ FORMS -------*/
#account-div .field-container {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 10px 0;
}
#account-div .field-container label {
  margin: 10px 0;
  vertical-align: middle;
  width: auto;
}
#account-div .field-container hr {
  margin: 20px 0;
}
#account-div .field-container .checkbox-label {
  margin: 10px;
}
.field-container-title {
  margin: 5px 0 10px;
}
.field-container-subtitle {
  margin: 20px 0 10px;
}
.form-row {
  display: inline-block;
  width: 50%;
  padding: 0px 20px 0 0;
  box-sizing: border-box;
  vertical-align: top;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .form-row {
    width: 100%;
  }
}
.field {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
  background-color: #e0e0e0;
  border: none;
  transition: all 0.3s;
}
.field:focus {
  background-color: #004996;
  color: white;
}
select.field {
  background-position: calc(100% - 16px) 50%;
  border-color: #ccc;
}
textarea.field {
  height: 126px;
  padding: 10px;
}
/*--------------- CALL TO ACTION CTA --------------*/
#call-to-action {
  background-color: #e5ecf4;
  margin: 0px 40px;
  padding: 80px 20px 40px;
  text-align: center;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  #call-to-action {
    margin: 0px 0px;
    padding: 20px 20px 40px;
  }
}
#call-to-action .ghost-button {
  background: none;
  margin: 17px 0px;
}
#call-to-action .ghost-button:hover {
  background-color: #004996;
}
#cta-title {
  font-size: 4.8rem;
  font-weight: bolder;
  font-style: italic;
  color: #004996;
  line-height: 1.3;
  margin-bottom: 1.8rem;
  margin-top: 2.9rem;
}
#cta-subtitle {
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333;
  letter-spacing: 4px;
}
.highlight {
  background: #f2ed7a;
  padding: 0px 10px;
  color: #333;
  font-weight: normal;
}
/*------------- PROMO BOXES --------------*/
#promo-boxes {
  background-color: #e5ecf4;
  border-bottom: 40px solid white;
  font-size: 0;
  margin: 0px 40px 0px;
  padding: 0px;
  text-align: center;
  z-index: 4;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  #promo-boxes {
    margin: 0px 0px 0px;
    border-bottom: 20px solid white;
  }
}
.promo-box {
  position: relative;
  width: 590px;
  max-width: 40%;
  display: inline-block;
  margin: 60px 40px -40px;
}
@media only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  .promo-box {
    max-width: 100%;
    margin: 0px 0px 1px;
  }
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  .promo-box {
    margin: 40px 20px -20px;
  }
}
.promo-box .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 2;
}
.promo-box:before {
  content: "";
  padding-top: 50%;
  width: 100%;
  display: block;
}
.promo-box:hover h3 {
  transform: translateY(-20px);
}
.promo-box:hover h3:after {
  transform: translateY(10px);
  opacity: 1;
}
.promo-box:hover h6 {
  transform: translateY(-10px);
}
.promo-box:hover img {
  transform: scale(1.1);
}
.promo-text-container {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  top: 38%;
  z-index: 3;
  pointer-events: none;
}
.promo-text-container h6 {
  font-size: 1.6rem;
  letter-spacing: 3px;
  font-weight: bolder;
  margin: 0px 0px 15px;
  color: white;
  transition: transform 0.3s;
}
.promo-text-container h3 {
  position: relative;
  font-size: 4.8rem;
  font-weight: bolder;
  color: white;
  margin: 0;
  transition: transform 0.3s;
  display: inline-block;
}
.promo-text-container h3:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: white;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(40px);
}
.promo-image-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.promo-image-link img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: transform 0.3s;
}
/*----------- CONTACT PAGE --------------*/
.contact {
  font-size: 0;
  background: white;
  margin: -40px auto 0px;
  z-index: 5;
  position: relative;
}
.contact h4 {
  color: #729ac5;
}
.contact span {
  display: inline-block;
}
.contact .fluid-min {
  max-width: 1000px;
  margin: auto;
}
.contact h2 {
  margin-bottom: 0;
}
.contact .more-info-contact {
  margin: 0;
}
.contact-box {
  width: 50%;
  box-sizing: border-box;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width:  900px) {
  .contact-box {
    width: 100%;
    padding: 0px;
  }
}
.contact-box strong {
  font-weight: 600;
}
.contact-box .contact-attribute {
  width: 130px;
}
@media only screen and (max-width: 479px) {
  .contact-box .contact-attribute {
    width: 110px;
  }
}
.contact-box .contact-attribute.small {
  font-size: 1.4rem;
}
.contact-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-box ul p {
  display: inline-block;
  min-width: 130px;
  margin: 0;
}
@media only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  .contact-box ul p {
    min-width: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-box ul p {
    min-width: 90px;
  }
}
.contact-box .hours-container .main-office {
  margin-bottom: 11px;
}
.contact-box .hours-container .main-office.open {
  color: #12ba12;
  font-style: italic;
}
.contact-box .hours-container span {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 479px) {
  .contact-box .hours-container span {
    margin-right: 0;
  }
}
.contact-box .hours-container .hours-container p {
  min-width: 90px;
}
.contact-box .hours-container .hours {
  width: 180px;
  text-align: left;
}
@media only screen and (max-width: 479px) {
  .contact-box .hours-container .hours {
    width: 140px;
  }
}
.contact-box .hours-container .day {
  text-align: left;
}
.contact-box .hours-container em {
  color: #999;
  font-size: 15px;
  font-weight: lighter;
}
.contact-box .hours-container em.hours-closed {
  color: #333;
}
.contact-box small {
  color: #999;
  font-size: 1.4rem;
  line-height: 1;
}
#contact-form-container {
  padding: 70px 20px 50px;
  text-align: center;
}
#contact-form-container h2 {
  font-size: 4.8rem;
  font-weight: bolder;
  margin-bottom: 0;
  line-height: 1.1;
  color: #004996;
}
#contact-form-container h3 {
  font-size: 1.8rem;
  color: #333;
  font-weight: normal;
  margin: 23px 0px 33px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#contact-form-container .ghost-button {
  margin: 33px 0px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  #contact-form-container {
    background-color: #e5ecf4;
    padding: 40px 20px 20px;
  }
}
#contact-form-container .g-recaptcha {
  margin: 5px 0px;
  transform-origin: top left;
  transform: scale(0.85);
  justify-content: flex-start;
}
.contact-form {
  font-size: 0;
}
.contact-form-column {
  display: inline-block;
  margin: 0px 10px;
  width: 440px;
  max-width: 100%;
  padding: 0;
  vertical-align: top;
  font-size: 0;
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  .contact-form-column {
    width: 360px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-form-column {
    width: 300px;
  }
}
/*----- contact map -----*/
#footer-map-container {
  position: relative;
  margin: 0px auto 70px;
  padding: 32px 10px 10px;
  background-color: white;
  font-size: 0;
  z-index: 1;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #footer-map-container .full-width {
    flex-flow: column;
    text-align: center;
  }
}
#footer-map-container.all-pages-map {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0px;
  overflow: hidden;
}
#footer-map {
  height: 460px;
}
@media only screen and (min-width: 700px) and (max-width:  1130px) {
  #footer-map {
    height: 300px;
  }
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  #footer-map {
    height: 250px;
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 479px) {
  #footer-map {
    height: 200px;
    margin: 0px -20px;
  }
}
.map-location-info h3 {
  margin-bottom: 2rem;
}
.map-location-info p {
  margin-bottom: 2rem;
}
.map-marker-name {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
}
.map-marker-text {
  font-size: 1.4rem;
  margin: 0;
}
/*------------ FOOTER ----------*/
footer {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  background: white;
  z-index: 1;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  footer {
    padding: 60px 20px;
  }
}
footer .social-footer-list-item .social-footer {
  background: #004996;
  color: white;
}
footer .divider {
  color: #ccc;
  margin: 0px 5px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  footer .divider {
    display: block;
    visibility: hidden;
    height: 0;
  }
}
footer .footer-email-link {
  color: #666;
}
footer .footer-email-link:hover {
  color: #004996;
}
footer .pixel-army-link {
  color: #999;
}
footer .pixel-army-link:hover {
  color: #004996;
}
#footer-bar {
  margin: 34px 0px 23px;
}
#footer-header {
  font-size: 3rem;
  font-weight: bolder;
  font-style: italic;
  color: #004996;
  margin: 23px 0px;
}
.sub-footer-container {
  font-size: 1.6rem;
  font-style: italic;
  color: #666;
  margin: 10px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  .sub-footer-container {
    line-height: 1.4;
  }
}
.footer-text {
  font-size: 1.4rem;
  font-style: italic;
  color: #999;
  margin: 10px 0px;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  .policy {
    display: block;
    margin: 5px 0;
  }
}
.credit-card-logo {
  height: 20px;
  width: auto;
  vertical-align: middle;
}
/*-------- ACCOUNT -------*/
.navigation-account-list {
  list-style: none;
  background-color: #666;
  padding: 0;
}
.white-container a.account-item-link {
  display: block;
  padding: 0px 14px;
  line-height: 2.5;
  border-left: 5px solid #666;
  background: #666;
  color: white;
}
.white-container a.account-item-link:hover {
  border-left: solid 5px #ffed00;
  color: #ffed00;
}
.white-container a.account-item-link.active {
  background: #333;
  border-left: solid 5px #ffed00;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #account-navigation {
    float: none;
    width: 100%;
  }
}
#account-div {
  width: 70%;
  /*Must be same width as input above*/
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #account-div {
    float: none;
    width: 100%;
  }
}
#account-div .input,
#account-div .select {
  width: 260px;
  border: 1px solid #ccc;
  line-height: 1.5;
  height: 50px;
  padding: 9px;
  max-width: 100%;
}
#account-div .input.sm,
#account-div .select.sm {
  width: 73px;
}
#account-div .input.med,
#account-div .select.med {
  width: 183px;
}
#account-div .multi-select {
  background: white;
  height: 100px;
}
#account-div .multi-select option:checked {
  color: white;
  background: blue;
}
#account-div .multi-select:focus {
  color: #333;
}
#account-div .fixed-input-width {
  width: 260px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 100%;
}
#account-div .checkbox {
  width: 20px;
  height: 20px;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 10px 10px;
}
#account-div .checkbox:focus {
  background: none;
}
#account-div .checkbox:checked {
  background: url(../images/checkmark.png);
  background-size: cover;
}
#account-div .checkbox + small {
  position: relative;
  top: 1px;
}
#account-div .checkbox.white {
  background-color: white;
}
#account-div label {
  width: 150px;
  display: inline-block;
  font-size: 1.6rem;
}
#account-div .label_sm {
  display: block;
  text-align: right;
  width: auto;
  color: #004996;
  font-weight: bold;
  cursor: pointer;
  width: 200px;
}
#account-div .solid-button {
  width: auto;
  display: inline-block;
  padding: 0px 20px;
  height: 50px;
  cursor: pointer;
  margin: 10px 0px;
  border: none;
}
#account-div .solid-button:hover {
  background: #003063;
  color: white;
}
#account-div .solid-button.small {
  padding: 12px 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 5px 0px;
  padding: 0px;
}
#account-div .solid-button.fixed-width {
  width: 170px;
}
#account-div .solid-button.red {
  background: #aa0000;
}
#account-div .solid-button.red:hover {
  background: #6d0000;
}
@media only screen and (max-width: 479px) {
  #account-div .solid-button {
    letter-spacing: 1px;
    padding: 0px 10px;
  }
}
#account-div form {
  font-size: 1.8rem;
}
#account-div a.solid-button {
  line-height: 50px;
}
#account-div textarea {
  border: 1px solid #ccc;
}
.required-bar {
  background-color: #aa0000;
  height: 25px;
  width: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 10px 10px;
}
.radio {
  width: 20px;
  height: 20px;
}
/*---- login ---*/
#account-div.login {
  text-align: center;
  width: 100%;
}
.login-form {
  text-align: left;
  display: inline-block;
}
.bottom-text {
  color: #444;
  font-size: 1.4rem;
  float: right;
  margin: 0px 10px;
}
.forgot-container {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.forgot-container.cancel-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-height: 250px;
  height: 250px;
}
.password-reset-message-container {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
  transform: translateY(100px);
  transition: all 0.4s;
  top: calc(35% - 50px);
  z-index: -1;
}
.password-reset-message-container.visible {
  z-index: 1;
  opacity: 1;
  transform: translateY(0px);
}
/*---- recaptcha ----*/
.g-recaptcha {
  margin: 20px 0px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
@media only screen and (max-width: 330px) {
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: right;
  }
}
#account-div .status-label {
  width: 140px;
  line-height: 1.5;
}
#account-div #edit_order {
  background: #aaa;
}
/*--------- REGISTRATION -------*/
.ticket-wrap-header {
  background: #004996;
  color: white;
  margin: 35px 0px 0px 0px;
  padding: 15px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  .ticket-wrap-header {
    display: block;
    text-align: center;
  }
}
.ticket-wrap-header small {
  color: #e5ecf4;
  font-size: 1.6rem;
  margin: 10px 0px 0px;
  display: block;
}
.ticket-wrap-header a {
  color: white;
}
.ticket-wrap {
  background: #eee;
}
.ticket-wrap:last {
  border-bottom: 10px solid #004996;
}
#account-div.full_width {
  width: 100%;
}
#account-div.content-wrap {
  width: 100%;
}
#account-div.content-wrap .column {
  float: left;
  text-align: right;
  font-size: 0;
}
@media only screen and (max-width: 479px) {
  #account-div.content-wrap .column {
    float: none;
    text-align: left;
  }
}
#account-div.content-wrap .column.left label {
  text-align: right;
}
#account-div.content-wrap label {
  width: 170px;
  padding-right: 15px;
  box-sizing: border-box;
  vertical-align: middle;
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  #account-div.content-wrap label {
    width: 170px;
  }
}
@media only screen and (min-width: 1130px) and (max-width: 1300px) {
  #account-div.content-wrap label {
    width: 150px;
  }
}
@media only screen and (min-width: 479px) and (max-width: 700px) {
  #account-div.content-wrap label {
    width: 110px;
  }
}
@media only screen and (max-width: 479px) {
  #account-div.content-wrap label {
    display: block;
    margin: 10px 0px 0px 0px;
    text-align: left;
  }
}
#account-div.content-wrap label.checkbox-label-header {
  width: auto;
  cursor: pointer;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px) {
  #account-div.content-wrap label.checkbox-label-header {
    max-width: 80%;
    display: inline-block;
  }
}
#account-div.content-wrap .label-price {
  width: 260px;
  font-weight: bold;
  height: 30px;
  text-align: left;
  line-height: 2;
}
#account-div.content-wrap .label-price small {
  font-weight: normal;
}
#account-div.content-wrap .big-label {
  border-bottom: 1px solid #ccc;
  width: 380px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0px;
  max-width: 100%;
}
#account-div.content-wrap .radio {
  width: 16px;
  height: 16px;
}
#account-div.content-wrap .radio-label {
  width: auto;
  padding: 0px 5px 0px 10px;
  display: inline;
  cursor: pointer;
}
#account-div.content-wrap .checkbox-label {
  width: auto;
  margin: 5px;
  display: inline-block;
}
.checkbox-table-header-container {
  display: block;
}
.message-area {
  color: #aa0000;
  font-size: 1.4rem;
  font-style: italic;
  padding: 10px 20px;
  font-size: 1.6rem;
}
.attendee {
  padding: 20px;
}
.attendee.even {
  background: #f7f7f7;
}
.medication-container,
.assistance-needed-container,
.bingo-container,
#credit-card-container {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.medication-container.expand {
  max-height: 260px;
}
.assistance-needed-container.expand {
  max-height: 300px;
}
.bingo-label {
  margin: 0px 0px 14px 0px;
  text-align: left;
}
#credit-card-container {
  margin: 0px;
}
.selected-dates-wrapper {
  padding: 20px;
  max-width: 50%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (min-width: 700px) and (max-width:  1130px) {
  .selected-dates-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.bingo-date-container {
  margin: 10px 0px;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.bingo-date-container label {
  width: 100px !important;
  text-align: left !important;
  display: inline-block !important;
  margin: 0 !important;
}
.bingo-date-container span {
  font-size: 1.6rem;
  vertical-align: middle;
}
@media only screen and (max-width: 330px) {
  .bingo-date-container span {
    display: block;
    margin: 0px 0px 2px;
    font-style: italic;
  }
}
/*---- registration breadcrumbs ---*/
.registration-breadcrumb-wrapper {
  margin: 0px 0px 50px;
  font-size: 0;
}
.registration-breadcrumb-container {
  display: inline-block;
}
.registration-breadcrumb-container .registration-step-number {
  box-sizing: content-box;
  border-radius: 30px;
  background: #aaa;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 2rem;
  color: white;
  border: 9px solid #eee;
  margin: auto;
  z-index: 2;
  position: relative;
}
.registration-breadcrumb-container .registration-step-number.current {
  background: #004996;
}
.registration-breadcrumb-container .registration-step-name {
  color: #555;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px 0px;
}
.registration-breadcrumb-container.quarter {
  width: 25%;
}
.registration-breadcrumb-container.third {
  width: 33.3%;
}
.registration-breadcrumb-container.fifth {
  width: 20%;
}
.registration-breadcrumb-container.half {
  width: 50%;
}
.registration-breadcrumb-container:last-of-type .registration-step-number-wrapper:after {
  display: none;
}
.registration-step-number-wrapper {
  width: 100%;
  position: relative;
}
.registration-step-number-wrapper:after {
  position: absolute;
  content: "";
  height: 9px;
  background: #eee;
  top: calc(50% - 4.5px);
  width: 100%;
  left: 50%;
  z-index: 0;
}
.ui-state-disabled {
  cursor: not-allowed;
}
.ui-state-disabled .ui-state-default {
  background: #ddd;
}
/*------ icons ------*/
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.social-icons li {
  display: inline-block;
  margin: 0 0 0 1px;
  padding: 0;
  border: 0;
}
.social-icons li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #666;
}
.social-icons li a span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 21px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-icons li a span + span {
  top: 100%;
  color: #fff;
}
.social-icons li a:hover span {
  top: -100%;
}
.social-icons li a:hover span + span {
  top: 0;
}
.social-icons li a:hover span + span.fa-facebook {
  background: #3b5998;
}
.social-icons li a:hover span + span.fa-google-plus {
  background: #d94a39;
}
.social-icons li a:hover span + span.fa-linkedin {
  background: #1b92bd;
}
.social-icons li a:hover span + span.fa-pinterest {
  background: #cb2027;
}
.social-icons li a:hover span + span.fa-twitter {
  background: #00bdec;
}
.social-icons li a:hover span + span.fa-youtube {
  background: #d20800;
}
.social-icons li a:hover span + span.fa-instagram {
  background: #316c95;
}
.social-icons li a:hover span + span.fa-houzz {
  background: #7cc04b;
}
.social-icons li a:hover span + span.fa-low-vision {
  background: black;
}
.social-icons li a:active span {
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
}
/*-------- UI Dialogue ---------*/
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#alert {
  color: #004996;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 300px;
  overflow: hidden;
  outline: none !important;
  background: #fff;
  color: #004996;
  font-size: 1.8rem;
  box-shadow: 0px 0px 20px #333;
  z-index: 99;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 15px;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #004996;
}
.dialog-error .ui-dialog-titlebar {
  background: #004996;
  border: 1px solid #fff;
}
.dialog-success .ui-dialog-titlebar {
  background: #004996;
  border: 1px solid #fff;
}
.ui-dialog .solid-button {
  letter-spacing: 2px;
  padding: 13px 25px;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0 25px 0 0;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 10px;
  top: 45%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 0 0 0 1px;
  height: 22px;
  background: none;
  color: #fff;
  text-align: center;
  line-height: 20px;
  border: none;
  outline: none;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  font-size: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 13px 20px 20px;
  background: none;
  overflow: auto;
  zoom: 1;
}
/*------ sticky footer ------*/
#footer {
  background: red;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
#wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
  background: white;
}
#wrapper:after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  height: 100%;
  top: 0;
  z-index: 0;
  background: #e5ecf4;
}
@media only screen and (min-width: 700px) and (max-width:  1130px), only screen and (min-width: 479px) and (max-width: 700px), only screen and (max-width: 479px) {
  #wrapper:after {
    display: none;
  }
}
#footer,
.push {
  height: 100px;
}
/*------ sponsor list (ce) ------*/
.sponsor-list {
  padding: 0;
  list-style: none;
  text-align: center;
}
.sponsor-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 20px);
  margin: 25px 10px;
  font-size: 14px;
}
.sponsor-list li .img-holder {
  display: block;
  width: calc(100% - 40px);
  height: 150px;
  padding: 10px 20px !important;
  border: 1px solid #e5ecf4;
  -webkit-transition: all 0.3s ease 0s !important;
  -moz-transition: all 0.3s ease 0s !important;
  -ms-transition: all 0.3s ease 0s !important;
  -o-transition: all 0.3s ease 0s !important;
  transition: all 0.3s ease 0s !important;
}
.sponsor-list li .img-holder img {
  display: inline-block;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}
.sponsor-list li .img-holder span,
.sponsor-list li .img-holder:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sponsor-list li .img-holder:hover {
  border: 1px solid #0c315a;
}
.sponsor-list li h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.sponsor-list li p {
  padding: 0;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1280px) {
  .sponsor-list li {
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .sponsor-list li {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .sponsor-list li .img-holder {
    height: 120px;
  }
}
/*------ photo galleries (Zac) ------*/
.photo-galleries {
  padding: 40px 20px;
  text-align: center;
}
.photo-galleries .gallery {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  width: 100%;
  margin: 1% 0;
  display: inline-block;
  position: relative;
}
.photo-galleries .gallery .overlay {
  background: #ffed00;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.3s;
}
.photo-galleries .gallery:hover .overlay {
  opacity: 0.7;
}
.photo-galleries .gallery p {
  position: absolute;
  top: 35%;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
@media screen and (min-width: 480px) {
  .photo-galleries .gallery {
    width: 48%;
    margin: 1%;
  }
}
@media screen and (min-width: 768px) {
  .photo-galleries .gallery {
    width: 30%;
    height: 300px;
  }
  .photo-galleries .gallery p {
    font-size: 28px;
  }
}
@media screen and (min-width: 1366px) {
  .photo-galleries .gallery {
    width: 25%;
    margin: 1% 0.5%;
  }
  .photo-galleries .gallery p {
    font-size: 32px;
  }
}