/* --------------------------------------------------------------------------- */
/* BASELINE STYLES */
/* --------------------------------------------------------------------------- */

/* remove login fields and leave it all to social login */
.tml-links, .tml-field-wrap {
    display: none;
}

*,
*:before,
*:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  min-width: 1240px; }

@media (min-width: 1px) {
  body {
    min-width: 0px; } }
html,
body,
button {
  -webkit-font-smoothing: antialiased; }

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

::-moz-selection {
  text-shadow: none; }

::selection {
  text-shadow: none; }

[hidden],
template {
  display: none;
  visibility: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 0.5em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0; }

mark {
  background: #FF0;
  color: #000; }

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 17px; }

pre {
  overflow: auto; }

small {
  font-size: 14px; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

figure {
  margin: 0; }

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border: 0; }

img {
  height: auto;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0; }

button,
input,
optgroup,
select,
textarea {
  color: #6c6b6b;
  font: inherit;
  margin: 0; }
  button:disabled, button[disabled],
  input:disabled,
  input[disabled],
  optgroup:disabled,
  optgroup[disabled],
  select:disabled,
  select[disabled],
  textarea:disabled,
  textarea[disabled] {
    cursor: default; }

button {
  overflow: visible; }

button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

select {
  text-transform: none; }

button,
input {
  line-height: normal; }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ebebeb; }
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #ebebeb; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ebebeb; }
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ebebeb;
  opacity: 1; }

input[type="checkbox"], input[type="radio"] {
  padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    display: none; }

textarea {
  overflow: auto;
  resize: vertical; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse; }

td,
th {
  padding: 0; }

/* ----------------------------------------------------------------------- */
/* HELPER CLASSES */
/* ----------------------------------------------------------------------- */
.ir, .sprite {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.sprite {
  background: url("/images/sprite.png") no-repeat;
  display: inline-block; }

.clear:after, .container:after, .row:after, .media:after, .grid:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  display: none !important; }

.visually-hidden, .skip {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* --------------------------------------------------------------------------- */
/* MODULES */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* HTML ELEMENTS */
/* --------------------------------------------------------------------------- */
html {
  background-color: #fff;
  color: #5d5d5e;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 1.4; }

::-moz-selection {
  background-color: #b3d4fc; }

::selection {
  background-color: #b3d4fc; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

#breadcrumbs a {
  color: #5d5d5e; }

.organizer {
  display: block;
  margin-top: 20px; }
  .organizer img {
    margin-right: 12px;
    border-radius: 50%;
    margin-top: -10px; }

hr {
  border-top: 1px solid white; }

.btn {
  background: #c2d7e4;
  color: #464a4e;
  margin-top: 5px;
  border: 0px;
  border-radius: 3px;
  padding: 6px 12px;
  text-decoration: none;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  display: inline-block; }
  .btn.btn-large {
    padding: 10px 14px;
    border-radius: 5px; }
  .btn.btn-small {
    margin-top: 0px;
    font-size: 14px;
    padding: 0px 6px; }
  .btn.btn-primary {
    background: #c22239;
    color: #ffffff; }

.btn[disabled="disabled"] {
  background: #afadad !important; }

#breadcrumbs {
  margin-top: -30px;
  margin-bottom: 30px; }

/* --------------------------------------------------------------------------- */
/* GENERAL TEXT */
/* --------------------------------------------------------------------------- */
.heading {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold; }
  .heading:first-child {
    margin-top: 0; }
  .heading a {
    color: inherit;
    text-decoration: none; }
    .heading a:hover {
      text-decoration: underline; }

.section-subheading {
  color: #216793;
  margin: 30px 0px 20px 0px; }

.total-cost {
  margin-bottom: 30px; }

.total-cost .font-size--large {
  color: #216793; }

.type-post {
  margin: 0px 0px 40px 0px;
  display: block; }
  .type-post .post-date {
    color: #afadad; }
  .type-post h4 {
    font-size: 20px; }
  .type-post .excerpt {
    font-size: 17px;
    margin-top: 10px; }
    .type-post .excerpt p {
      margin-bottom: 10px; }

.donate-heading {
  margin: 40px 0px 15px 0px; }

.entry-title {
  color: #216793; }

h1.heading {
  font-size: 28px;
  color: #216793; }

.text-center {
  text-align: center; }

.parent {
  margin-bottom: 10px;
  display: block; }

.nav-parent {
  font-weight: bold;
  text-decoration: none;
  color: #5d5d5e; }

#section-sub-nav {
  margin: 10px 0px 15px 0px;
  list-style: none;
  list-style-type: none;
  padding-left: 0px; }
  #section-sub-nav li {
    padding: 3px 0px;
    font-size: 18px; }

.type-page h2 {
  font-size: 28px;
  font-weight: 200; }
.type-page h3 {
  color: #216793;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0px 15px 0px; }

.lead-content p {
  font-size: 28px;
  font-weight: 200; }

p {
  margin-top: 0px; }
  p.lead {
    font-size: 28px;
    font-weight: 200; }

.page-content h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 25px 0px;
  display: block;
  padding-top: 15px; }
.page-content h3 {
  font-size: 17px;
  font-weight: bold;
  color: #216793; }

.font-size--largest {
  font-size: 48px !important; }

.font-size--larger {
  font-size: 30px !important; }

.font-size--large {
  font-size: 28px !important; }

.font-size--medium {
  font-size: 20px !important; }

.font-size--normal {
  font-size: 17px !important; }

.font-size--small {
  font-size: 14px !important; }

.font-size--smallest {
  font-size: 13px !important; }

.color--white {
  color: #ffffff !important; }

.color--grey {
  color: #afadad !important; }

.color--light-grey {
  color: #afadad !important; }

.color--dark-grey {
  color: #464a4e !important; }

.color--red {
  color: #c22239 !important; }

.color--green {
  color: #63a736 !important; }

.color--dark-blue {
  color: #216793 !important; }

.color--light-blue {
  color: #c2d7e4 !important; }

.color--blue {
  color: #216793 !important; }

/* --------------------------------------------------------------------------- */
/* BASIC LAYOUT */
/* --------------------------------------------------------------------------- */
a {
  color: #216793; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }

.col {
  float: left; }
  .col--flip {
    float: right; }
  .col--1\/5 {
    width: 20%; }
  .col--1\/4 {
    width: 25%; }
  .col--1\/3 {
    width: 33.333%; }
  .col--2\/5 {
    width: 40%; }
  .col--1\/2 {
    width: 50%; }
  .col--3\/5 {
    width: 60%; }
  .col--2\/3 {
    width: 66.666%; }
  .col--3\/4 {
    width: 75%; }
  .col--4\/5 {
    width: 80%; }
  .has-margin > .col {
    margin: 0 3%; }
    .has-margin > .col:first-child {
      margin-left: 0; }
    .has-margin > .col:last-child {
      margin-right: 0; }
    .has-margin > .col--1\/5 {
      width: 15.2%; }
    .has-margin > .col--1\/4 {
      width: 20.5%; }
    .has-margin > .col--1\/3 {
      width: 29.3333333333%; }
    .has-margin > .col--2\/5 {
      width: 36.4%; }
    .has-margin > .col--1\/2 {
      width: 47%; }
    .has-margin > .col--3\/5 {
      width: 57.6%; }
    .has-margin > .col--2\/3 {
      width: 64.6666666667%; }
    .has-margin > .col--3\/4 {
      width: 73.5%; }
    .has-margin > .col--4\/5 {
      width: 66.8%; }
     
/* this breaks it. was trying to put curling gauge on second home template but it broke the regular home template.
the home2 template probably needs special styling, or need a more robust solution for home2 template.
    .has-margin > .col--1\/2 {
      width: 47%; }
      width: 35%; }
*/

/* this was the styling adjustment made for the curling gauge on second home template. it breaks the original home template.
put it here for reference

.col {
  float: left; }
  .col--flip {
    float: right; }
  .col--1\/5 {
    width: 20%; }
  .col--1\/4 {
    width: 25%; }
  .col--1\/3 {
    width: 33.333%; }
  .col--2\/5 {
    width: 40%; }
  .col--1\/2 {
    width: 35%; }
  .col--2\/2 {
    width: 65%; }
  .col--3\/5 {
    width: 60%; }
  .col--2\/3 {
    width: 66.666%; }
  .col--3\/4 {
    width: 75%; }
  .col--4\/5 {
    width: 80%; }
  .has-margin > .col {
    margin: 0 3%; }
    .has-margin > .col:first-child {
      margin-left: 0; }
    .has-margin > .col:last-child {
      margin-right: 0; }
    .has-margin > .col--1\/5 {
      width: 15.2%; }
    .has-margin > .col--1\/4 {
      width: 20.5%; }
    .has-margin > .col--1\/3 {
      width: 29.3333333333%; }
    .has-margin > .col--2\/5 {
      width: 36.4%; }
    .has-margin > .col--1\/2 {
      width: 35%; }
    .has-margin > .col--2\/2 {
      width: 59%; }
    .has-margin > .col--3\/5 {
      width: 57.6%; }
    .has-margin > .col--2\/3 {
      width: 64.6666666667%; }
    .has-margin > .col--3\/4 {
      width: 73.5%; }
    .has-margin > .col--4\/5 {
      width: 66.8%; }


*/

.media-head {
  float: left;
  max-width: 33.333%; }
  .media-head--flip {
    float: right; }
  .has-margin > .media-head {
    margin-right: 6%; }
    .has-margin > .media-head--flip {
      margin: 0 0 0 6%; }
.media-content {
  overflow: hidden; }

.grid-cell {
  float: left; }
  .has-margin > .grid-cell {
    margin: 6% 0 0 6%; }

ul.grid {
  list-style: none;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;}

@media only screen and (min-width: 801px) {
  .col-set-1 .grid-cell {
    width: 100%; }
    .col-set-1 .grid-cell:nth-child(1n+1) {
      clear: left;
      margin-left: 0; }

  .col-set-1.has-margin > .grid-cell {
    width: 100%; }
    .col-set-1.has-margin > .grid-cell:nth-child(-n+1) {
      margin-top: 0;
      margin-bottom: 0; }

  .col-set-2 .grid-cell {
    width: 50%; }
    .col-set-2 .grid-cell:nth-child(2n+1) {
      clear: left;
      margin-left: 0; }

  .col-set-2.has-margin > .grid-cell {
    width: 45%; 
    height: 100px;
    align-content: end;}
    .col-set-2.has-margin > .grid-cell:nth-child(-n+2) {
      margin-top: 0;
      margin-bottom: 0; }

  .col-set-3 .grid-cell {
    width: 33.3333333333%; }
  .col-set-3 .grid-cell:nth-child(3n+1) {
      clear: left;
      margin-left: 0; }
  .col-set-3.has-margin > .grid-cell {
    width: 29.3333333333%; 
    height: 100px;
    align-content: end;}
  .col-set-3.has-margin > .grid-cell:nth-child(-n+3) {
      margin-top: 0;
      margin-bottom: 0; }

  .col-set-4 .grid-cell {
    width: 25%; }
    .col-set-4 .grid-cell:nth-child(4n+1) {
      clear: left;
      margin-left: 0; }

  .col-set-4.has-margin > .grid-cell {
    width: 20.5%; 
    height: 100px;
    align-content: end;}
    .col-set-4.has-margin > .grid-cell:nth-child(-n+4) {
      margin-top: 0;
      margin-bottom: 0; } 

  .col-set-5 .grid-cell {
    width: 20%; }
    .col-set-5 .grid-cell:nth-child(5n+1) {
      clear: left;
      margin-left: 0; }

  .col-set-5.has-margin > .grid-cell {
    width: 15%; 
    height: 100px;
    align-content: end;}
    .col-set-5.has-margin > .grid-cell:nth-child(-n+5) {
      margin-top: 0;
      margin-bottom: 0; } 
    }


/* --------------------------------------------------------------------------- */
/* ACCESSIBILITY */
/* --------------------------------------------------------------------------- */
.skip {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff; }
  .skip:active, .skip:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    text-align: center;
    top: 0;
    position: absolute;
    width: 100%; }

.sidebar:focus,
.main:focus {
  outline: none; }

/* --------------------------------------------------------------------------- */
/* HEADER ELEMENTS */
/* --------------------------------------------------------------------------- */
.skipLinks {
  display: none; }

#brand .title span {
  display: block;
  font-size: 17px;
  font-weight: 400; }
#brand .font-size--smallest {
  margin-top: -3px; }
#brand .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  width: 360px;
  margin-top: 9px; }
#brand img {
  float: left;
  margin-right: 15px;
  width: 80px; }

.pageHeader {
  background-image: url("/wp-content/themes/blankslate/images/feature.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 360px;
  position: relative; }
  .pageHeader:before {
    content: "";
    display: block;
    width: 100%;
    height: 360px;
    top: 0px;
    position: absolute;
    z-index: 4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+88 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 88%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 88%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 88%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  .pageHeader:after {
    content: "";
    display: block;
    width: 100%;
    height: 360px;
    top: 0px;
    position: absolute;
    background: rgba(33, 103, 147, 0.2);
    z-index: 3; }
  .pageHeader a {
    color: #ffffff;
    text-decoration: none; }
    .pageHeader a:hover {
      text-decoration: underline; }
  .pageHeader .container {
    z-index: 4;
    padding-top: 15px;
    padding-bottom: 15px; }

.profileHeader {
  background: #c22239;
  color: #ffffff; }
  .profileHeader a {
    color: #afadad; }
  .profileHeader.withInvite {
    background: #c22239; }
  .profileHeader .container {
    padding-top: 15px;
    padding-bottom: 15px; }
  .profileHeader .user-nav {
    text-align: right;
    z-index: 6; }
    .profileHeader .user-nav a {
      margin-left: 10px;
      color: #ffffff;
      text-decoration: none; }

#menu-primary-navigation {
  font-size: 18px; }

#menu-utility-navigation {
  margin-bottom: 5px;
  margin-top: 5px; }
  #menu-utility-navigation a {
    font-size: 14px;
    text-transform: uppercase; }

.globalNav {
  text-align: right; }
  .globalNav li, .globalNav li a {
    padding: 0px 3px; }

.globalNav ul {
  display: block; }

.globalNav li {
  display: inline-block; }

#brand {
  position: absolute; }

body.home .pageHeader {
  position: absolute;
  width: 100%;
  min-height: 0px;
  background: none;
  z-index: 6; }
  body.home .pageHeader:after {
    display: none; }
  body.home .pageHeader:before {
    display: none; }
body.home h1.heading {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); }
body.home .hero {
  background-image: url("/wp-content/themes/blankslate/images/feature.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 560px;
  position: relative; }
  body.home .hero .container {
    z-index: 5;
    color: #ffffff;
    bottom: 0px;
    height: 520px;
    position: relative; }
    body.home .hero .container .row {
      position: absolute;
      width: auto;
      bottom: 0px; }
  body.home .hero:before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    top: 0px;
    position: absolute;
    z-index: 4;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+88 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 88%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 88%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 88%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  body.home .hero:after {
    content: "";
    display: block;
    width: 100%;
    height: 560px;
    top: 0px;
    position: absolute;
    background: rgba(0, 39, 63, 0.5);
    z-index: 3; }

.globalNav li.current-page-ancestor, .globalNav li.current-menu-item {
  background: #216793;
  border-radius: 4px; }

#section-sub-nav li.current_page_item a {
  color: #5d5d5e;
  text-decoration: none;
  font-style: italic; }

body.parent-pageid-700 .pageHeader {
  min-height: 112px;
  background: #216793 !important; }
  body.parent-pageid-700 .pageHeader .globalNav {
    display: none; }
  body.parent-pageid-700 .pageHeader:after {
    display: none; }
  body.parent-pageid-700 .pageHeader:before {
    display: none; }

#mobile-button {
  position: absolute;
  right: 20px;
  top: 16px;
  background: none;
  text-transform: uppercase;
  border: none;
  color: #ffffff; 
  margin-top: 12px;    
}
  #mobile-button span {
    display: none; }

#mobile-utility-nav {
  font-size: 14px; }

#mobile-header {
  background: #464a4e;
  color: #ffffff;
  padding: 5px 20px;
  position: absolute;
  z-index: 99;
  top: 0px;
  width: 100%;
}
  .logged-in #mobile-header {
   margin-top: 32px; /* on a phone the wpadminbar sits on top of mobile-header unless give it margin*/
  }


  #mobile-header #mobile-logo {
    font-size: 14px; }
  #mobile-header #mobile-logo img {
    height: 40px;
    margin-right: 7px;
    float: left; }
  #mobile-header ul {
    list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    display: none; }
  #mobile-header #mobile-primary-nav {
    margin-top: 20px; }
  #mobile-header a {
    color: #ffffff;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block; }


@media (max-width: 782px) {
  .logged-in #mobile-header {
   margin-top: 46px; /* on a phone the wpadminbar sits on top of mobile-header unless give it margin*/
  }
}
@media (max-width: 750px) {
  .hero .container .row.has-margin .col {
    width: auto;
    float: none; }

  .row.has-margin .col {
    width: auto;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px; } 
}
@media (max-width: 700px) {
  .pageHeader {
    min-height: 250px; }
    .pageHeader:after {
      display: none; }
    .pageHeader:before {
      display: none; }

  body.parent-pageid-700 .pageHeader {
    min-height: 0px; }

  body.home .pageHeader {
    min-height: 0px; } 
}
@media (max-width: 500px) {
  .hero h1.heading.font-size--largest {
    font-size: 33px !important; } 
}
@media (max-width: 940px) {
  .profileHeader {
    display: none; }

  #mobile-header.isOpen ul {
    display: block; }
  #mobile-header.isOpen #mobile-button span {
    display: inline-block; }

  .pageHeader {
    margin-top: 57px; }
    .pageHeader .container {
      display: none; } }
@media (min-width: 941px) {
  #mobile-header {
    display: none; } }
/*
<div id="mobile-header">

        <a href="/" id="mobile-logo"><img src="http://ironmancurling.com/wp-content/themes/blankslate/images/logo.png" alt="Ironman Outdoor Curling Logo"></a>

        <?php 
            wp_nav_menu( array(
                'menu' => 'Primary Navigation',
                'menu_class' => 'globalNav-list',
                'container' => ''
            ) );
        ?>

        <?php 
            wp_nav_menu( array(
                'menu' => 'Utility Navigation',
                'menu_class' => 'utilityNav-list',
                'container' => ''
            ) );
        ?>
    </div><!--mobile-header-->*/
/* --------------------------------------------------------------------------- */
/* FOOTER ELEMENTS */
/* --------------------------------------------------------------------------- */
.pageFooter {
  background: #464a4e;
  color: #ffffff; }
  .pageFooter a {
    color: #ffffff; }
  .pageFooter .heading {
    margin-top: 30px; }

.footerNav ul {
  display: block; }

.footerNav li {
  display: inline-block;
  margin-right: 10px; }

/* --------------------------------------------------------------------------- */
/* HEADER ELEMENTS */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* HEADER ELEMENTS */
/* --------------------------------------------------------------------------- */
.reg-form {
  margin-top: 20px; }

.fieldset.actions {
  display: block;
  margin-top: 30px; }

.team-info {
  margin: 10px 0px 20px 0px; }

.password-input-wrapper #pass1 {
  display: block; }
.password-input-wrapper #pass1-text {
  display: none; }
.password-input-wrapper.show-password #pass1 {
  display: none; }
.password-input-wrapper.show-password #pass1-text {
  display: block; }

.with-error {
  color: #c22239; }

.player-name {
  margin-top: 5px;
  margin-bottom: 0px; }

#delete-team {
  position: absolute;
  right: 20px;
  top: 78px; }

#game-times-select {
  list-style: none;
  list-style-type: none;
  margin: 15px 0px 30px 0px;
  padding: 0px; }
  #game-times-select li label {
    font-size: 15px;
    text-transform: none;
    margin-bottom: 5px; }

.cat-label {
  background: #afadad;
  color: white;
  padding: 3px;
  display: block;
  margin-bottom: 10px;
  margin-top: 30px; }

.border-top {
  border-top: 1px solid #5d5d5e;
  margin-top: 30px;
  padding-top: 15px; }

.sponsor-team-details, .volunteer-team-details {
  margin-top: 30px; }

.payment-option {
  margin-bottom: 5px; }

.player-form {
  margin: 30px 0px 20px 0px; }

.registration-steps {
  list-style-type: none;
  list-style: none;
  padding-left: 0px;
  margin-top: 0px; }
  .registration-steps li {
    margin-bottom: 4px; }
  .registration-steps span {
    margin-right: 10px;
    background: #216793;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
  .registration-steps li.active {
    font-weight: bold; }
  .registration-steps li.active span {
    background: #c22239;
    color: #ffffff; }

label {
  display: block;
  margin: 0px 0px 4px 0px;
  text-transform: uppercase;
  font-size: 14px; }

.hint {
  font-size: 14px;
  color: #6c6b6b;
  font-style: italic;
  margin: 4px 0px 0px 0px; }

input {
  width: 97.75%;
  margin: 0px 0px 3px 0px;
  display: block;
  padding: 4px 1%;
  color: #6c6b6b; }

.reg-form .actions {
  margin-top: 20px; }

.waiver-download {
  float: right; }

textarea {
  width: 97.75%;
  margin: 0px 0px 3px 0px;
  display: block;
  padding: 4px 1%;
  color: #6c6b6b; }

input[disabled="disabled"] {
  color: #afadad; }

input[type="checkbox"], input[type="radio"] {
  width: auto;
  display: inline-block; }

input[type="submit"] {
  width: auto;
  display: inline-block; }

#theme-my-login .message {
  background: #63a736;
  padding: 15px;
  color: #ffffff; }

#theme-my-login .error {
  background: #c22239;
  padding: 15px;
  color: #ffffff; }
  #theme-my-login .error a {
    color: #afadad; }

input[type="checkbox"] + label {
  display: inline-block; }

label span.description {
  font-style: italic;
  color: #afadad; }

.error-panel {
  background: #c22239;
  color: #ffffff;
  padding: 15px; }
  .error-panel a {
    color: #afadad; }

.fieldset {
  display: block;
  margin: 5px 0px 20px 0px; }
  .fieldset .message {
    font-size: 14px;
    margin: 0px 0px 3px 0px; }
  .fieldset.withRadio .hint {
    margin-bottom: 20px; }
  .fieldset.with-error .message {
    color: #c22239; }
  .fieldset.with-error input {
    border: 1px solid #c22239;
    color: #c22239; }

/*

<div class="fieldset">

								<p class="message error">That team name has already been chosen</p>
								<label for="team-name">Choose a team name</label>
								<input type="text" required="required" maxlength="65" name="team-name">
							</div><!--fieldset-->

							*/
/* --------------------------------------------------------------------------- */
/* TEAM ELEMENTS */
/* --------------------------------------------------------------------------- */
.team {
  padding: 30px 0px;
  border-bottom: 1px solid #216793; }
  .team span {
    display: block; }
  .team h4 {
    color: #216793; }
  .team ul {
    list-style-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 15px; }
  .team li {
    margin-bottom: 4px; }

.team {
  position: relative; }
  .team .status {
    background: #216793;
    color: #ffffff;
    padding: 5px 5px;
    position: absolute;
    width: 100%;
    top: 0px; }
    .team .status p {
      margin-bottom: 0px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px; }
  .team.status-incomplete {
    padding-top: 45px;
    margin-bottom: 40px;
    border-bottom: 0px; }
  .team.status-complete {
    padding-top: 45px;
    margin-bottom: 40px;
    border-bottom: 0px; }
  .team.status-incomplete .status {
    background: #c22239; }

  .team.status-rock {
    padding-top: 45px;
    margin-bottom: 40px;
    border-bottom: 0px; 
    background-position: center; 
    background-position-y: 10%; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-image: url("/wp-content/themes/blankslate/images/rock1-25.jpg"); }
    
  .team.status-rockregistered {
    padding-top: 45px;
    margin-bottom: 40px;
    border-bottom: 0px; 
    background-position: center; 
    background-position-y: 10%; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-image: url("../images/rock1-25.jpg"); }

  .team.status-rockregistered .status {
    background-image: linear-gradient(rgb(29,91,129), rgb(40,129,181), rgb(29,91,129)); /* good blue version */
  }


  .team.status-rocknotregistered {
    padding-top: 45px;
    margin-bottom: 40px;
    border-bottom: 0px; 
    background-position: center; 
    background-position-y: 10%; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-image: url("../images/rock1-25.jpg"); }
    
  .team.status-rocknotregistered .status {
    background-image: linear-gradient(rgb(175,31,52), rgb(221,66,89), rgb(175,31,52)); /* good red version */
  }
    

/* --------------------------------------------------------------------------- */
/* event status */
/* --------------------------------------------------------------------------- */
.aboutContainer {
  background: #c2d7e4; }
  .aboutContainer .btn {
    background: #ffffff;
    color: #216793; }

.section-partner {
  background: #c2d7e4; }

.section-prize-donor h5 {
  font-size: 20px; }

.statusContainer h3 {
  font-size: 30px;
  color: #216793;
  font-weight: bold; }
.statusContainer p {
  font-size: 20px; }
  .statusContainer p.p1 {
    font-size: 17px; }

.relatedContainer {
  background: #c2d7e4; }
  .relatedContainer h5 {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 30px; }
  .relatedContainer p.heading {
    font-size: 20px; }

.sponsorHero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  color: #ffffff; }
  .sponsorHero .col {
    margin-top: 100px; }

.sponsorSection .text-center {
  margin-bottom: 30px; }

body.page-id-700 .btn-primary {
  display: none; }
body.page-id-700 .btn-info {
  background: #c22239;
  color: #ffffff; }
body.page-id-700 #existing-teams h3.heading {
  margin-top: 30px;
  font-size: 20px;
  margin-bottom: 20px; }

.costs p.heading {
  font-size: 28px;
  color: #216793;
  margin-bottom: 15px; }

/* --------------------------------------------------------------------------- */
/* PRINT STYLES */
/* --------------------------------------------------------------------------- */
@media print {
  .page-header .navigation, #search {
    display: none; }

  *,
  *:before,
  *:after {
    background: transparent !important;
    border-color: #000 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: "(" attr(href) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  abbr[title]:after {
    content: "(" attr(title) ")"; }

  thead {
    display: table-header-group; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  pre,
  blockquote,
  tr,
  img {
    page-break-inside: avoid; }

  h2,
  h3 {
    page-break-after: avoid; } }
