/*
 * @file
 * global.styles
 *
 */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url("https://kit.fontawesome.com/fdfdf45df4.js");

html {
  background: #fff;
}


body {
	/* background: url(/sites/all/themes/kickit/images/bg-page.png) top center no-repeat #fff !important; */
  	font-family: "Source Sans Pro", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 16px;
}


/* =============================================================================
 *   Hide blocks -- fix this issue!
 * ========================================================================== */

.node-type-campaign-subpage #block-alsf-campaigns-alsf-campaigns-banner,
.node-type-campaign-subpage #block-sharethis-sharethis-block {
	display: none;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

p {}

#block-system-main b,
#block-system-main strong {
	font-weight: 700;
	font-weight: 400;
}

pre,
code,
tt,
samp,
kbd,
var {
  font-family: Consolas, Monaco, 'Courier New', Courier, monospace, sans-serif;
}


/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Outer wrappers:
 * - #page-wrapper: body > #page-wrapper
 * - #page: body > #page-wrapper > #page
 * - .container: body > #page-wrapper > #page.container
 *
 * The .container class holds the page width value from theme settings.
 */
#content-wrapper {
	position: relative;
	z-index: 1;
}


/*
 * Footer wrapper
 */
#footer {
	clear: both;
	color: #292c2c;
	font-size: 14px;
	margin: 50px 0 15px;
	text-align: center;
}

#footer .block-content ul {
	padding: 0;
}

#footer .block-content ul li {
	display: inline-block;
	list-style: none;
	margin: 0 10px;
}

#footer .block-content ul li#facebook a {
	background-position: 0 0;
}

#footer .block-content ul li#facebook a:hover {
	background-position: 0 -56px;
}

#footer .block-content ul li#twitter a {
	background-position: -61px 0;
}

#footer .block-content ul li#twitter a:hover {
	background-position: -61px -56px;
}

#footer .block-content ul li#vimeo a {
	background-position: -121px 0;
}

#footer .block-content ul li#vimeo a:hover {
	background-position: -121px -56px;
}

#footer .block-content ul li#youtube a {
	background-position: -181px 0;
}

#footer .block-content ul li#youtube a:hover {
	background-position: -181px -56px;
}

#footer .block-content ul li#tiktok a {
	background-position: -241px 0;
}

#footer .block-content ul li#tiktok a:hover {
	background-position: -241px -56px;
}

#footer .block-content ul li a {
	background: url(/sites/all/themes/kickit/images/social.png);
	display: block;
	height: 40px;
	text-indent: -9999px;
	width: 40px;
}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Logo
 */
#logo {
  padding: 10px 0;
}

#logo img {
  vertical-align: bottom;
}

.kickit-logo {
	margin-bottom: 0;
	text-align: center;
}


/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
  margin: 0;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Generic styles for links. See the ul.links declaration in node and comment
 * stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
}

ul.links.inline {
  display: block;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
  padding: 0;
}

/*
 * Attribution message and link
 */
.attribution {
  display: block;
  opacity: 0.65;
  padding: 1em 0;
  text-align: center;
}

.attribution a {
  text-decoration: none;
  color: inherit;
}

.attribution a:hover,
.attribution a:focus {
  text-decoration: underline;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

/* =============================================================================
 *   Links
 * ========================================================================== */

a {
  text-decoration: none;
}

a:link,
a:visited {
	color: #003595;
}

a:active,
a.active {}

a:hover,
a:focus {
  text-decoration: underline;
}


/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

.nav {
  clear: both;
}

.block.nav {
	margin: 0 0 40px;
}

.nav ul,
.nav ul.menu {
    border-top: 1px dashed #D51C30;
    border-bottom: 1px dashed #D51C30;
    display: table;
    margin: 0 auto;
    padding: 15px;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
	letter-spacing: .5px;
  list-style: none;
  margin: 0;
  padding: 0;
	text-transform: uppercase;
}

.nav li a,
.nav ul.menu li a {
  display: block;
	font-weight: 600;
  white-space: nowrap;
  padding: 0 10px;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}

.get-involved-link {
	text-align: center;
}

.get-involved-link a {
	font-size: 17px;
}

/* =============================================================================
 *   Superfish Admin Menu
 * ========================================================================== */

#floating-manager-menu {
	font-size: 12px;
}

#floating-manager-menu h2 {
	padding: 3px 0;
	width: auto;
}

#floating-manager-menu .sf-menu.sf-style-white a {
	border: none;
	border-bottom: 1px solid #e1e1e1;
	line-height: 1em;
	padding: 7px;
}


#floating-manager-menu li ul {
	margin: -1px 0 0 4px !important;
	max-width: 180px !important;
}

#floating-manager-menu .sf-menu li {
	max-width: 180px;
}

a>.sf-sub-indicator,
span.nolink>.sf-sub-indicator {
	top: 7px;
}

#floating-manager-menu .block.block-superfish,
#floating-manager-menu ul,
#floating-manager-menu .block-inner {
	margin: 0;
}

#floating-manager-menu .sf-menu.sf-style-white ul a {
	border: 1px solid #e1e1e1;
	border-bottom: none;
	color: #444;
}

#floating-manager-menu .sf-menu.sf-style-white ul a:last-of-type {
	border-bottom: 1px solid #e1e1e1;
}

#floating-manager-menu .floating_manager_menu_menu_local_tasks ul li {
	padding: 2px 7px 1px;
}

#floating-manager-menu .floating_manager_menu_menu_local_tasks ul li:first-of-type {
	padding-top: 6px;
}

#floating-manager-menu .floating_manager_menu_menu_local_tasks ul li:last-of-type {
	padding-bottom: 3px;
}

#floating-manager-menu .floating_manager_menu_menu_local_tasks ul a {
	display: block;
	padding: 0;
}

#floating-manager-menu .floating_manager_menu_search input {
	display: block;
	height: auto;
	margin: 0 auto;
}

#floating-manager-menu .floating_manager_menu_search input[type="submit"] {
	background: #ccc;
	margin: -6px auto 6px;
	width: 80%;
}


#floating-manager-menu .floating_manager_menu_masquerade_inner a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
/* =============================================================================
 *   Menu Toggles
 * ========================================================================== */

.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.at-mt .at-menu-toggle-button {
  margin: 0;
}

.at-mt .at-menu-toggle ul a {
  padding: 0 10px;
  white-space: nowrap;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding-left: 15px;
}

ul.menu ul {
  padding-left: 15px;
}

ul.menu li {
  margin: 0;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

#breadcrumb {
  margin: 10px 0;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}



/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

.field-label-inline .field-label {
  margin: 0;
}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted
 * ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}




/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 20px;
}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  font-weight: 700;
}

.form-item label.option {}

/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

.container-inline div,
.container-inline label {
  display: inline;
}

/*
 * Define consistent borders
 */
fieldset {
	border: none;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
	border: none;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
}

table,
td,
th {
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
}

thead tr {
}

td,
th {
  border-bottom: 0;
  margin: 0;
}

tbody {
	border-top: none;
}

tbody tr {
}

tr.odd {
  background: #fff;
}

tr.info,
tr.even,
tr:nth-child(2n+2),
tr.odd {
	background-color: #fff;
  	border-bottom: none;
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
  white-space: normal;
}



/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

.node-type-campaign.full-width .messages {
	margin-bottom: 20px;
	width: 90%;
}

.messages a.close-link {
	border-bottom: 1px dotted;
	margin-left: 5px;
}

.messages a.close-link:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.node-type-campaign.full-width div.messages.status {
	margin: -10px 0 15px;
}

.node-type-campaign.full-width .messages a.close-link {
    background: url(../images/icon-messages-close.png) no-repeat;
    display: block;
    height: 16px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 16px;
}


#content .fieldset-wrapper .messages ul {
	margin: 0 0 .5em 1em;
}



/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* =============================================================================
 *   Kick-It Basic Page Styles
 * ========================================================================== */

.field-name-body hr {
	border: none;
	border-top: 1px dashed;
    color: #e52d3a;
    margin: 2em 2.5em;
}

.page-kickit-generate-flyer h1#page-title,
.field-name-title h2 {
    color: #003595;
    font-size: 2.5em;
    margin: 0;
    text-align: center;
}

.page-kickit-generate-flyer #content,
.one-column .field-name-body {
	margin: 0 auto 5%;
	max-width: 800px;
}

.one-column .field-name-body ul {
	margin-left: 6em;
}

.section-kickit .one-column .field-name-body ul {
	margin-left: 1em;
}

.one-column .field-name-body h2 {
	border-top: 1px dashed #bbb;
	color: #e52d3a;
	margin: 2em 2em .83em;
	padding-top: 1.5em;
	text-align: center;
}

.field-name-body p {
	font-size: 18px;
	line-height: 140%;
}

.teamed-up {
	color: #1b2426;
	font-size: 21px;
	margin: 0 auto;
	max-width: 615px;
	text-align: center;
	width: 90%;
}

.teamed-up a {
	font-weight: 700;
}

.teamed-up p .last a:after {
    border-color: transparent transparent transparent #e82433;
    border-style: solid;
    border-width: 6px 7px;
    content: " ";
    height: 0;
    margin: 11px 0 7px 6px;
	position: absolute;
    width: 0;
}

.node-type-campaign #modal-content #results p {
    display: table;
    font-size: 20px;
	font-weight: 700;
    margin: 45px auto;
}


/* =============================================================================
 *   Kick-It Featured Supporters
 * ========================================================================== */

.kickit .row-full-5 #featured .block-content {
	display: flex;
	flex-direction: row;
	flex-flow: row wrap;
	justify-content: center;}

.kickit .row-full-5 .option {
	flex: 1 0 42%;
	margin: 2% 2%;
	padding: 2%;
	max-width: 46%;
	text-align: center;
	background: #efefef;
}

.kickit .row-full-5 h2 {
	font-weight: 900;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.kickit .row-full-5 h3,
.kickit .row-full-5 h3 a {
	color: #e82433;
	font-weight: 900;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: center;
}

.kickit .row-full-5 p {
	color: #1b2426;
	
	font-size: 21px;
}

.kickit .row-full-5 .option p img {
	text-align: center;
}

/* =============================================================================
 *   Kick-It Choose Sports
 * ========================================================================== */

.kickit .choice {
	position: relative;
}

#kickit-choose-games .pane-1,
#kickit-choose-champions .pane-1 {
	position: relative;
}

#kickit-choose-champions .pane-1:after,
#kickit-choose-games .pane-1:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	margin-left: -25px;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(29, 89, 117, 0);
	border-left-color: #fcea6c;
	border-width: 75px;
	margin-top: -80px;
}

#kickit-homepage .pane-2 .block-inner:hover,
#kickit-homepage .pane-1 .block-inner:hover,
#kickit-choose-games .pane-1 .block-inner,
#kickit-choose-champions .pane-1 .block-inner {
	border: 6px solid #fcea6c;
	border-bottom: none;
	margin: -6px 4px 0 4px;
}

#kickit-homepage .row-full-5 .pane-1 .block-inner:hover
 {
	border: none;
	border-bottom: none;
	margin: 0 10px;
}

#kickit-homepage .pane-2 .block-inner:hover,
#kickit-homepage .pane-1 .block-inner:hover {
	margin-bottom: -2px;
}

#kickit-homepage .pane-2 .block-inner:hover .choice .select,
#kickit-homepage .pane-1 .block-inner:hover .choice .select {
	border: 6px solid #fff;
	margin: 0 -6px -6px;
}

#kickit-homepage .pane-2 .block-inner:hover .choice:after,
#kickit-homepage .pane-1 .block-inner:hover .choice:after,
.kickit.choose .panel-flexible .choice:after {
	top: 13%;
}

.block.support-button {
	margin: 0 auto 30px !important;
	text-align: center;
}

.block.support-button a.button {
    -webkit-appearance: none;
    background: #e82433;
	border: 1px solid #e82433;
    color: #fff;
	font-style: italic;
	font-weight: 900;
    font-size: 23px;
	letter-spacing: 0.5px;
    line-height: 90%;
    padding: 14px 34px;
    text-transform: uppercase;
}

.block.support-button a.button:hover {
	background: #fff;
	color: #e82433;
	text-decoration: none;
}

.kickit .choice .photo img {
	position: relative;
	z-index: 3;
}

.kickit .choice .inner {
	padding-bottom: 25px;
}

.node-type-page.kickit .panel-flexible .description {
	background: #e82433;
	border-bottom: 5px solid #fcea6c;
}

.kickit .panel-flexible #champions .description {
	background: #145ecc;
}

.kickit .panel-flexible .choice:after {
	background: #a4000d;
	  content: '';
	  display: block;
	  height: 50%;
	  left: 0;
	  position: absolute;
	  right: 0;
	top: 12%;
	  transform: skewY(-4deg);
	  transform-origin: 100%;
	  z-index: 1;
}

.kickit .panel-flexible .choice#games:after {
	width: 99.99%;
}

.kickit .panel-flexible .choice#champions:after {
	background: #003595;
	width: 99.9%;
}

.node-type-page.kickit .panel-flexible .description h2 {
	color: #fff;
	font-family: "Source Sans Pro";
	font-size: 88px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: -2px;
	margin: -80px 0 10px 10px;
	position: relative;
	text-shadow: 5px 3px 0px rgba(0,0,0,0.5);
	z-index: 3;
}

.node-type-page.kickit .panel-flexible .description p {
	color: #fff;
	font-size: 26px;
	line-height: 130%;
	padding: 0 7%;
	position: relative;
	z-index: 5;
}


.kickit .panel-flexible .choice a.button {
    background: #fff;
    border: 1px solid;
	border-color: #e82433;
	color: #e82433;
	display: block;
	
    font-size: 18px;
	line-height: 120%;
    margin: -27px auto -15px;
    width: 230px;
    text-align: center;
    -webkit-appearance: initial;
    padding: 10px;
    text-transform: uppercase;
}

#kickit-homepage .pane-1 .block-inner:hover .choice a.button,
#kickit-homepage .pane-2 .block-inner:hover .choice a.button {
	margin: -33px auto -21px;
}

.kickit .panel-flexible a.button:hover {
	text-decoration: none;
}

.kickit .panel-flexible .choice a.button:hover {
	border-color: #145ecc;
	color: #145ecc;
}

.kickit .panel-flexible hr {
    border: none;
    border-top: 2px dashed #0d5a76;
    width: 35%;
    margin: 30px auto;
}

#kickit-homepage .pane-campaign-search.block,
#kickit-choose-champions .pane-campaign-search.block,
#kickit-choose-games .pane-campaign-search.block {
    background: #efefef;
    border: 1px dashed #aaa;
	padding: 2% 10% 1% 20%;
    margin: 3% 10px 3%;
}

.kickit #kickit-champs .pane-campaign-search.block h2 {
	color: #fff;
}

.kickit .row-halves-3 .pane-campaign-search.block {
	padding: 3% 4% 1% 5%;
}

.kickit .panel-flexible .row-halves-3 .block-inner {
	text-align: center;
}

.kickit-login h2,
.kickit .pane-campaign-search.block h2,
.kickit .panel-flexible .row-halves-3 h2 {
	color: #292c2c;
	font-size: 22px;
	font-style: italic;
	margin: 0 0 15px;
	padding: 0;
}

.kickit .pane-campaign-search.block h2:before {
	background: url(../images/icon-search.png);
	content: "";
    display: inline-block;
    height: 20px;
    margin: -4px 8px -2px;
    width: 20px;
}

.kickit .panels-flexible-row-flexible_special_event_layout-2.row-3 .pane-campaign-search.block h2 {
	color: #fff;
}

.kickit-login {
	margin: 40px 0;
	text-align: center;
}

.choose-sport .button,
.kickit-login a.button,
.kickit #alsf-pfp-stand-search input[type="submit"] {
	background: #fff;
	border: 1px solid;
	color: #e82433;
	
	font-size: 18px;
	padding: 10px 50px;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.kickit #alsf-pfp-stand-search input[type="submit"]:hover,
.selection:hover .button,
.choose-sport .button:hover,
.kickit-login a.button:hover {
	background: #D51C30;
	border-color: #D51C30;
	color: #fff;
}

.node-type-page.kickit #alsf-pfp-stand-search input[type="submit"] {
	margin-left: -3px;
	margin-top: -4px;
}

.choose-sport .button {
	font-size: 15px;
	padding: 10px 25px;
}

.choose-sport a:hover,
.choose-sport a:active {
	text-decoration: none;
}

.choose-sport {
	margin-left: 5%;
}

.choose-sport h3 {
	color: #054b64;
	font-style: italic;
	font-size: 23px;
	margin: -10px 0 25px;
}

.choose-sport .selection {
	border-right: 1px dashed #145ecc;
	float: left;
	margin-top: 10%;
	padding: 5% 0;
	text-align: center;
	width: 49%;
}

.choose-sport .selection:hover {
	background: #fef7ae;
}

.choose-sport .selection:last-of-type {
	border: none;
}

.kickit.choose .panel-flexible .choice#champions:after {
	right: 1px;
}

.choose-sport-list h2 {
	color: #145ecc;
	font-style: italic;
	text-align: center;
}

.choose-sport-list ul {
	display: block;
	padding: 0;
	text-align: center;
}

.choose-sport-list li {
	display: inline-block;
	list-style: none;
	margin: 0 10px 40px;
}

.choose-sport-list img {
	display: block;
	margin: 0 auto 20px;
	width: 110px;
}

.choose-sport-list a span {
	background: #fff;
	border: 1px solid;
	color: #e82433;
	display: block;
	
	font-size: 16px;
	line-height: 120%;
	padding: 10px 40px;
	text-transform: uppercase;
	-webkit-appearance: none;
}

.choose-sport-list a:hover {
	text-decoration: none;
}

.choose-sport-list a:hover span {
	background: #e82433;
	color: #fff;
}

/* =============================================================================
 *   AAU
 * ========================================================================== */

.choose-sport.aau h3 {
	margin: -15px 0 15px;
}

.panel-flexible#kickit-choose-champions .panel-separator {
	margin: 0;
}

body.kickit.choose .choose-sport.aau {
	margin-bottom: 0;
}

body.kickit.choose .aau .selection#champs-football,
body.kickit.choose .aau .selection#champs-other {
	margin-top: 0;
	padding: 3% 2% 0;
}

body.kickit.choose .selection#champs-aau {
	border-top: 1px dashed #145ecc;
	float: none;
	margin: 0 auto;
	padding: 3% 2% 1px;
	width: 94%;
}

body.kickit.choose .aau img {
	width: 170px;
}

/* =============================================================================
 *   Stand Search
 * ========================================================================== */

.kickit #alsf-pfp-stand-search label {
	display: none;
}

.kickit #alsf-pfp-stand-search input {
	font-family: "Source Sans Pro";
    font-size: 17px;
    margin: -10px 0 0;
    max-width: 65%;
    padding: 6px;
}

.kickit #alsf-pfp-stand-search input[type="submit"] {
	max-width: 50%;
	padding: 10px 37px 11px;
}

#kickit-choose-champions .pane-campaign-search.block,
#kickit-choose-games .pane-campaign-search.block {
	padding: 2% 10% 1% 10%;
}

#stand-search-results {
    margin: 1.5em auto;
    max-width: 235px;
}

.stand-search-result {
    border-bottom: 1px dashed #145ecc;
    margin: 0 auto 1em;
    padding-bottom: 1em;
}

#stand-search-results > div:nth-of-type(2) {
    border-top: 1px dashed #145ecc;
	margin-top: 1em;
	padding-top: 1em;
}

.stand-search-result-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
}

/* =============================================================================
 *   Kick-It Campaigns
 * ========================================================================== */

.kickit .block-alsf-campaigns {
	display: none;
}

.campaign-title h2 {
	color: #fff;
	font-size: 88px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: -2px;
	margin: -90px 0 10px 0;
	position: relative;
	text-shadow: 5px 3px 0px rgba(1, 38, 60, 0.75);
}

.campaign-title p {
	color: #FFE964;
	font-size: 25px;
	font-weight: 300;
	margin: 0 0 1em;
}

.node-type-campaign .row-1 .panels-flexible-row-inside {
	z-index: 3;
}

.node-type-campaign .row-3 .panels-flexible-row-inside h2 {
	z-index: 4;
}

.panels-flexible-alsf_campaign_layout .panels-flexible-row-inside {
	position: relative;
}

.panels-flexible-alsf_campaign_layout .panels-flexible-row {
	padding: 0;
}

.node-type-campaign.kickit .photo img,
.panels-flexible-flexible_special_event_layout .panels-flexible-region {
	width: 100%;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row {
	padding: 0;
}

.node-type-campaign.kickit .block-inner {
	margin: 0;
}

.node-type-campaign.kickit .container {
	max-width: 100%;
}

.node-type-campaign .panels-flexible-row-inside {
	margin: 0 auto;
	max-width: 1200px;
}

.node-type-campaign .panels-flexible-row-inside .inside {
	max-width: 850px;
}

.node-type-campaign .campaign-fundraiser-search h2 {
	color: #fff;
	font-style: italic;
	margin: 0;
}

.panel-pane.photo img {
	height: auto !important;
}

#alsf-pfp-stand-search input[type="text"] {
    float: left;
    padding: 10px 6px;
    margin: -4px -1px 0 0;
}

.kickit.choose #alsf-pfp-stand-search input[type="text"] {
	float: none;
	margin: -4px 0 -5px 0;
	max-width: 75%;
}


.node-type-campaign.kickit #alsf-pfp-stand-search input[type="text"] {
	margin: -10px -1px 0 0;
}

#alsf-pfp-stand-search input[type="submit"] {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.node-type-campaign #stand-search-results {
	color: #fff;
	margin: 1.5em 0;
	max-width: 90%;
}

.node-type-campaign .stand-search-result a {
	color: #fcea6c;
	font-size: 20px;
}

.node-type-campaign .stand-search-more a {
	color: #fff;
	font-style: italic;
}

#kickit-champs .panels-flexible-flexible_special_event_layout .panels-flexible-row.row-6,
#kickit-champs .panels-flexible-flexible_special_event_layout .panels-flexible-row.row-8,
#kickit-games .panels-flexible-flexible_special_event_layout .panels-flexible-row.row-6,
#kickit-games .panels-flexible-flexible_special_event_layout .panels-flexible-row.row-8 {
	padding: 0;
}

/* Full-width rows */
.node-type-campaign p a {
	color: #003595;
	font-weight: 700;
}

.node-type-campaign a.button {
	background: #003595;
	border: none;
	color: #fff;
	display: inline-block;
	font-weight: 900;
	font-size: 21px;
	padding: 12px 24px;
	-webkit-appearance: none;
}

.node-type-campaign a.button:hover {
	background: #e82433;
}

.node-type-campaign.kickit .row-1 .panels-flexible-row-inside,
.node-type-campaign.kickit .row-1 .panels-flexible-row-inside .inside,
.node-type-campaign.kickit .row-5 .panels-flexible-row-inside,
.node-type-campaign.kickit .row-5 .panels-flexible-row-inside .inside {
	max-width: 100%;
}

.node-type-campaign.kickit .row-2 .panels-flexible-row-inside {
	max-width: 85%;
}

.row-1 .inside {
	position: relative;
	z-index: 8;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-2 {
    position: relative;
    z-index: 9999;
}

.row-2-right .panel-pane .block-content {
    float: right;
    max-width: 240px;
    position: fixed;
	top: 240px;
    z-index: 9999;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-region.row-2-left {
	float: left;
	width: 49%;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-region.row-2-right {
    max-width: 225px;
	position: absolute;
	right: 0;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-3 {
	background: #003595;
	margin-top: -70px;
}

h3.showhide-trigger {
    border-top: 1px solid #999;
    cursor: pointer;
	font-weight: 600;	
	margin: 0 !important;
    padding: 10px 0;
}

h3 .showhide-target {
	margin-top: 1em;
}

/* SAFARI OVERRIDE */
@media screen and (-webkit-min-device-pixel-ratio: 0) { _::-webkit-full-page-media, _:future, :root ,
	.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-3 {
		margin-top: 0;
} }

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-4 {
	background: #FFF;
	padding: 2% 0;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-6,
.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-8 {
	background: #f6f6f6;
	padding: 2% 0;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-7 {
	padding: 2% 0;
}

.node-type-campaign.kickit .panels-flexible-flexible_special_event_layout .panels-flexible-row.row-6 {
	padding: 0;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-20 {
	background: #003595;
	color: #fff;
	padding: 2% 0;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-4 p:first-child {
	font-weight: 900;
	font-size: 22px;
}


.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-20 h2,
.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-20 a {
	color: #fcea6c;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-20 h2 {
	font-weight: 900;
}

.panels-flexible-flexible_special_event_layout .panels-flexible-row.row-20 p {
	font-size: 18px;
}

.panels-flexible-flexible_special_event_layout .logo-bg .block-inner {
    background: rgba(255,255,255,0.8);
    float: left;
    max-width: 330px;
}

.panels-flexible-row .photo.block,
.panels-flexible-row .photo.block p {
	line-height: 80%;
	margin: 0;
}

ul#campaign-menu {
    margin: 0 0 20px;
    padding: 0;
}

#campaign-menu li {
	font-size: 18px;
    list-style: none;
    margin: 0 0 1px;
    text-align: left;
}

#campaign-menu li a {
    background: #145ECC;
    border: 3px solid #145ECC;
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 17px;
    padding: 12px 19px;
}

#campaign-menu li:first-of-type a {
	background: #D51C30;
	border-color: #D51C30;
}

#campaign-menu li a:hover {
	background: #e82433;
	border-color: #fcea6c;
	text-decoration: none;
}

/* FAQ */
#tips h2.pane-title,
#faq h2.pane-title {
	font-weight: 900;
	text-transform: uppercase;
}

#tips h3 {
	color: #0d5a76;
	font-weight: 700;
	margin: 1em 0 .5em;
}

ol li {
	padding: 0 0 5px 5px;
}

summary {
	color: #003595;
	cursor: pointer;
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	margin: 0 0 .5em;
	outline: none;
}

summary:hover {
	color: #145ecc;
}

summary::-webkit-details-marker {
	color: #003595;
	font-size: 80%;
	margin-top: -2px;
}

details p {
	font-size: 17px;
	padding: 1em;
}

details blockquote {
	font-size: 17px;
	line-height: 140%;
    margin: -1em 40px 1em
}

/* IE and Firefox panels hacks */

@media screen and (min--moz-device-pixel-ratio:0) {
		.row-3 .inside {
			margin-top: 0 !important;
		}
}

@media screen and (min-width:0\0) {
		.row-3 .inside {
			margin-top: 0 !important;
		}
}

/* =============================================================================
 *   Kick-It Registration
 * ========================================================================== */

/*
 * AJAX progress
 */

body .ajax-progress .message,
body .ajax-progress-throbber .message{
  color: #222;
  font-size: 19px;
	font-weight: 300;
	letter-spacing: 0.5px;
	margin-top: -10px;
  padding: 0 15px;
}

body .ajax-progress .throbber,
body .ajax-progress-throbber .throbber {
  float: none;
  margin: 200px auto 0 auto;
  width: 200px;
  height: 200px;
  background: url(../images/registration/throbber.gif) no-repeat center center;
}

body .ajax-progress,
body .ajax-progress-throbber {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  vertical-align: middle;
  text-align: center;
}

body.no-sidebars.page-node-register #content-column {
	box-shadow: 0 0 8px #888;
	float: none;
	margin: 0 auto 10%;
	width: 850px;
}

#content .fieldset-wrapper p,
#content .fieldset-wrapper li {
	font-size: 1em;
	line-height: 130%;
}

.not-front #content .fieldset-wrapper h2,
#content .regstep_confirm .fieldset-wrapper h2,
#content .regstep_team .fieldset-wrapper h2 {
	color: #222;
	
	font-size: 21px !important;
}

fieldset.step input[type="email"],
fieldset.step input[type="text"],
fieldset.step input[type="password"],
fieldset.step select {
	font-size: 17px;
	padding: 6px 0 6px 6px;
}

fieldset.step input[type="email"],
fieldset.step input[type="text"],
fieldset.step input[type="password"] {
	border: 1px solid #ccc;
}

.regstep_team fieldset.new-team-fieldset {
	width: auto;
}

.node-type-campaign.full-width .regstep_confirm .controls input.form-submit,
.node-type-campaign.full-width input.form-submit {
	background: #ed1c2c;
	color: #fff;
	float: left;
	font-weight: 900;
	font-size: 16px;
	margin: 0 0 0 10px;
	padding: 14px 0;
	text-transform: none;
	width: 70%;
}

.node-type-campaign.full-width .regstep_confirm .controls input.form-submit:hover,
.node-type-campaign.full-width input.form-submit:hover {
	background: #2C8BA5;
}

.node-type-campaign.full-width .regstep_confirm .controls input.control-btn-back.form-submit,
.node-type-campaign .alsf-registration-form fieldset.controls input.control-btn-back,
.node-type-campaign .alsf-registration-form input.control-btn-back,
.node-type-campaign .alsf-registration-form input#edit-back,
.node-type-campaign.full-width .regstep_confirm .controls input.button-reset.form-submit,
.node-type-campaign.full-width input.button-reset.form-submit,
.node-type-campaign.full-width input.control-btn-back.form-submit {
	background: transparent;
	border: 2px solid #ccc !important;
	color: #aaa;
	float: left;
	font-weight: 900;
	font-size: 16px;
	margin: 0;
	padding: 12px 30px;
	text-transform: none;
	width: auto;
}

.node-type-campaign.full-width .regstep_confirm .controls input.control-btn-back.form-submit:hover,
.node-type-campaign .alsf-registration-form input.control-btn-back:hover,
.node-type-campaign .alsf-registration-form input#edit-back:hover {
	background: #ddd;
	color: #777;
}

/* Registration side navigation */

.alsf-registration-form .navigation .fieldset-wrapper {
	margin: 90px 20px 20px 30px;
	width: 150px;
}

.node-type-campaign.full-width .navigation .step-link-wrapper input {
	font-family: "Source Sans Pro";
	line-height: 110%;
	height: auto !important;
	white-space: normal;
}

fieldset.navigation input.registration-step.disabled-step,
fieldset.navigation input.registration-step.disabled-step[value="Confirm"],
fieldset.navigation input.registration-step[value="Confirm"] {
	border-bottom: none;
	border-top: none;
}

fieldset.navigation input.registration-step.active-step,
fieldset.navigation input.registration-step.disabled-step {
	background: none;
}

fieldset.navigation input.registration-step.highlighted-step,
fieldset.navigation input.registration-step.highlighted-step.disabled-step,
fieldset.navigation input.current-step {
	background: none !important;
	color: #008ea9 !important;
	padding: 15px;
}

fieldset.navigation input.registration-step.current-step-parent:hover,
fieldset.navigation input.registration-step.current-step-parent {
	color: #008ea9 !important;
}

.node-type-campaign.full-width .navigation input.current-step.form-submit {
	font-weight: 700;
}

.node-type-campaign.full-width .navigation input.form-submit {
	float: left;
	font-size: 15px;
	font-weight: 400;	
	height: 17px;
	padding: 0 0 0 20px !important;
}

.node-type-campaign.full-width .navigation .step-link-wrapper:before {
	background-color: #aaa8a1;
    border-radius: 50%;
    content: "";
    height: 17px;
    width: 17px;
    display: block;
    float: left;
    margin: 0 0 -20px -9px;
	position: relative;
	z-index: 2;
}

fieldset.navigation input.registration-step.active-step {
	color: #222;
}

.node-type-campaign.full-width .navigation .step-link-wrapper.active-step:hover:before,
.node-type-campaign.full-width .navigation .step-link-wrapper.current-step:before,
.node-type-campaign.full-width .navigation .step-link-wrapper.current-step-parent:before {
	background-color: #008ea9;
}

.node-type-campaign.full-width .navigation .step-link-wrapper.active-step:before,
.node-type-campaign.full-width .navigation .step-link-wrapper.active-step-parent:before {
	background-color: #222;
}

fieldset.navigation input.registration-step.active-step:hover {
	background: none #fff;
	color: #008ea9;
}

fieldset.navigation input.registration-step.current-step-parent:hover,
fieldset.navigation input.registration-step.current-step-parent,
fieldset.navigation input.registration-step.disabled-step:hover {
	background: transparent;
}

.node-type-campaign.full-width .navigation .step-link-wrapper {
    border-left: 1px dotted #aaa8a1;
	float: left;
    margin-left: 5px;
    min-height: 55px;
}

.node-type-campaign.full-width .navigation .step-link-wrapper:last-of-type {
	min-height: 17px;
}

.node-type-campaign.full-width .navigation .step-link-wrapper input {
	position: relative;
	z-index: 1;
}

/* Registration top navigation */

.subnavigation.stepcount-5 .subnav-item,
.subnavigation.stepcount-4 .subnav-item,
.subnavigation.stepcount-3 .subnav-item,
.subnavigation.stepcount-2 .subnav-item {
	margin: 0 20px 0 0;
	width: auto !important;
}

.alsf-registration-form fieldset.subnavigation {
	background: none;
	border: none;
	padding: 0 20px 0 40px;
	width: 95%;
}

.node-type-campaign .alsf-registration-form input#edit-back,
.node-type-campaign.full-width .regstep_confirm .controls input.form-submit,
.node-type-campaign.full-width input.form-submit {
	border: none;
	border-radius: 0;
}

.alsf-registration-form fieldset.subnavigation input.form-submit:hover,
.alsf-registration-form fieldset.subnavigation input.form-submit {
	font-weight: 700;
	font-size: 14px;
	padding: 0 0 7px;
}

.alsf-registration-form fieldset.subnavigation input {
	color: #555;
	padding: 5px 0 8px;
}

.alsf-registration-form fieldset.subnavigation .current-step input {
	color: #008ea9;
}

.node-type-campaign.full-width fieldset.subnavigation .active-step input.form-submit {
	border-bottom: 4px solid transparent;
	color: #222;
}

.node-type-campaign.full-width fieldset.subnavigation .disabled-step input.form-submit {
	border-bottom: 4px solid transparent;
	color: #777;
}

.alsf-registration-form .regstep_fundraisergoalamm .fieldset-wrapper,
.alsf-registration-form .regstep_team .fieldset-wrapper,
.alsf-registration-form .regstep_confirm .fieldset-wrapper,
.alsf-registration-form .fieldset-wrapper {
	width: 100%;
}

.subnavigation .current-step {
	background: none;
	border-bottom: 4px solid #008ea9;
}

.subnavigation .active-step {
	color: #333;
	cursor: pointer;
}

fieldset.navigation input.registration-step.parent-step {
	background: #fff;
	border: none;
}

.page-node-register h1#page-title {
	display: none;
}

.page-node-register #main-content {
	margin: 0;
}

fieldset.navigation.form-wrapper {
	background: #fff;
	height: 100%;
}

#regforms-wrapper-kick-it-champs fieldset.navigation.form-wrapper {
	background: url(../images/registration/bg-form-football.jpg) bottom left no-repeat #fff;
}

#regforms-wrapper-kick-it-games fieldset.navigation.form-wrapper {
	background: url(../images/registration/bg-form-kickball.jpg) bottom left no-repeat #fff;
}


.page-node-register form {
	background: #f6f6f6;
	display: flex;
	min-height: 500px;
}

.page-node-register form form {
	min-height: unset;
}

.page-node-register .rightcol-wrapper {
	background: #f6f6f6;
	border-left: 2px dashed #ccc;
	float: left;
	min-height: 500px;
	width: 69%;
}

.page-node-register fieldset.step {
	background: transparent;
	box-shadow: none;
	margin: 0;
	padding: 20px 20px 20px 40px;
	width: 95%;
}

.page-node-register.node-type-campaign.full-width #content .rightcol-wrapper h1 {
	background: transparent;
	border-radius: 0;
	font-weight: 700;
	font-size: 30px;
	margin: 0;
	padding: 30px 40px 15px;
	text-align: left;
}

#content .regstep_teamrole .fieldset-wrapper h2,
#content .regstep_fundraisergoal .fieldset-wrapper h2 {
	margin: .83em 0;
}

.form-checkboxes .form-item, .form-radios .form-item {
	margin-top: 0;
	margin-bottom: 0;
}

.node-type-campaign.full-width .form-item.form-item-fundraising-plans label,
.node-type-campaign.full-width .form-item.form-type-radio label,
.node-type-campaign.full-width .form-item.form-type-checkbox label {
	font-size: 15px;
}

/* Fix page wrap issue */
.page-node-register form div:first-child {
	width: 100%;
}

/* Fix side effects of the page wrap fix */
.node-type-campaign.full-width div.datepair .end-fields,
.node-type-campaign.full-width div.datepair .start-fields {
	width: auto;
}

div.datepair .form-type-textfield {
	margin: 0 6px 0 0;
}

#regforms-wrapper-kick-it-champs div.datepair .end-fields,
.node-type-campaign.full-width div.datepair .end-fields {
	margin-left: 8px;
}

fieldset.step input.time,
fieldset.step input.date {
	background-position: 6px 10px;
}

fieldset.step input.date, fieldset.step input.time {
	padding-left: 30px;
}

.form-item-start-time .field-suffix {
	padding: 10px;
}

.node-type-campaign.full-width .address-options.address-optional .form-type-radio.form-item-fundraiser-address {
	padding: 5px 0 0;
}

.page-node-register.node-type-campaign.full-width .address-options.address-optional .form-type-radio.form-item-fundraiser-address {
	padding: 8px;
}

input.address-options.form-radio {
	margin: 2px 0 0;
}

.alsf-registration-form fieldset#edit-new-addresses-fundraiser, .alsf-registration-form fieldset.new-address-fieldset {
	margin-top: -20px;
}

.node-type-campaign.full-width .address-options .form-type-radio {
	border: 1px solid #ccc;
}

.node-type-campaign.full-width .address-options.address-optional .form-type-radio:first-child,
.node-type-campaign.full-width .address-options .form-type-radio:last-child {
	border: none;
}

.node-type-campaign.full-width .address-options.address-optional .form-type-radio:first-child {
	margin: 0 0 20px;
}

.node-type-campaign.full-width #edit-fundraiser-address .address-options.address-optional .form-type-radio:first-child {
	margin: 0;
}

.node-type-campaign.full-width fieldset.regstep_confirm fieldset legend,
.node-type-campaign.full-width fieldset.regstep_confirm fieldset#edit-password legend {
	border-top: 1px dashed #ccc;
    color: #e82433;
    
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
}

/* Radio options */

div.radio-button-images div.form-item span em {
	width: 100%;
}

div.radio-button-images.five-or-fewer {
	margin-left: -6px;
}

/*
.page-node-register form div.radio-button-images div.form-item:first-child {
	width: 28%;
}*/


.page-node-register form .form-item-fundraiser-address div.form-item:first-child {
	width: auto;
}

div.radio-button-images div.form-item {
	height: 170px;
	width: 28%;
}

div.radio-button-images.five-or-fewer div.form-item,
.page-node-register form div.form-item.form-item-role:first-child,
div.radio-button-images div.form-item {
	width: 175px;
}

div.radio-button-images div.form-item {
	margin-bottom: 14px;
}

div.radio-button-images div.form-item label span.radio-option {
	color: #222;
}

div.radio-button-images div.form-item label span.radio-option:hover {
	color: #e82433;
}

.node-type-campaign.full-width .form-item.form-item-address .form-type-radio:hover,
div.radio-button-images div.form-item:hover,
div.radio-button-images.js-radio-on div.form-item,
div.radio-button-images div.form-item {
	background: transparent;
	border: none;
}

div.radio-button-images div.form-item input {
	opacity: 0;
}

div.radio-button-images div.form-item input + label span.radio-option {
	border: 3px solid #f6f6f6;
}

div.radio-button-images div.form-item input + label span.radio-option.with-help {
	height: 165px;
}

div.radio-button-images div.form-item input:hover + label span.radio-option,
div.radio-button-images div.form-item input:checked + label span.radio-option {
	background-color: #fff;
	border: 3px solid #e82433;
	color: #e82433;
}

div.radio-button-images div.form-item span {
	border-radius: 0;
	line-height: 120%;
	width: auto;
}

.form-item.form-item-role-subcategory,
.form-item.form-item-goal-custom,
.form-item.form-item-other-name,
.form-item.form-item-business-name,
.form-item.form-item-school-name {
	margin-left: 0;
}

.regstep_fundraisergoalscore label,
.node-type-campaign.full-width div.datepair label,
.node-type-campaign.full-width .form-item label {
	color: #222;
	
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px;
}

a.tip-link {
	background: url(../images/registration/registration-question.png);
	top: 1px;
}

.page-node-letters a.tip-link {
	background: none;
}

/* POSHYTIP */
.tip-darkblue .tip-inner {
	background: url("/sites/all/modules/custom/alsf_registration/images/tip-darkblue.png") 50% !important;
	border-radius: 0;
	box-shadow: none !important;
}

.tip-darkblue .tip-inner {
	font-family: "Source Sans Pro";
	text-shadow: none;
}

.regstep_fundraisergoal div.radio-button-images div.form-item span.radio-option {
	height: 165px;
}

.regstep_fundraisergoal div.radio-button-images div.form-item {
	height: 170px;
}

div.radio-button-images div.form-item input:checked + label span {
	background-color: #fff;
}

div.radio-button-images div.form-item label span.radio-option {
	background-position: 50% 95px;
	height: 145px;
	width: 88%;
}

div.radio-button-images div.form-item label span.radio-option:hover,
div.radio-button-images div.form-item input:checked + label span.radio-option {
	background-position: 50% -84px;
}

div.radio-button-images div.form-item label span.radio-option.with-help:hover {
	height: 165px;
}

.regstep_fundraisergoal div.radio-button-images div.form-item label span.radio-option {
	background-position: 50% 84px;
}

.regstep_fundraisergoal div.radio-button-images div.form-item label span.radio-option:hover,
.regstep_fundraisergoal div.radio-button-images div.form-item input:checked+label span.radio-option {
	background-position: 50% -95px;
}

div.radio-button-images div.form-item label span.radio-option.radio-option-custom {
	padding: 10px 0 0;
}

.regstep_fundraisergoal div.radio-button-images div.form-item label span.radio-option.radio-option-custom {
	padding: 10px 5px 0;
}

div.radio-button-images div.form-item label span.radio-option-question {
	background-image: url(../images/registration/icon-question.png);
}

div.radio-button-images div.form-item label span.radio-option-family {
	background-image: url(../images/registration/icon-family.png);
}

div.radio-button-images div.form-item label span.radio-option-person {
	background-image: url(../images/registration/icon-person.png);
}

div.radio-button-images div.form-item label span.radio-option-school {
	background-image: url(../images/registration/icon-school.png);
}

div.radio-button-images div.form-item label span.radio-option-office {
	background-image: url(../images/registration/icon-office.png);
}

div.radio-button-images div.form-item label span.radio-option-clock {
	background-image: url(../images/registration/icon-clock.png);
}

div.radio-button-images div.form-item label span.radio-option-molecule {
	background-image: url(../images/registration/icon-molecule.png);
}

div.radio-button-images div.form-item label span.radio-option-rocket {
	background-image: url(../images/registration/icon-rocket.png);
}

div.radio-button-images div.form-item label span.radio-option-test_tube {
	background-image: url(../images/registration/icon-test-tube.png);
}

div.radio-button-images div.form-item label span.radio-option-custom {
	background-image: url(../images/registration/icon-gift.png);
}

div.radio-button-images div.form-item label span.radio-option-group {
	background-image: url(../images/registration/icon-group.png);
}



/* Champions */

#edit-score-goal-wrapper,
.form-item-fundraising-goal {
	max-width: 300px;
}

#edit-score-goal-wrapper {
	float: left;
	margin: 0 0 20px;
}

.form-item-score-goal,
.form-item-score-unit {
	clear: none;
	float: left;
	margin: 0 3px 0 0;
	width: auto !important;
}

#edit-score-goal-wrapper .form-item-score-goal input {
	width: 100px;
}

#edit-score-goal-wrapper p {
	clear: both;
}

#content .regstep_fundraisergoalscore .fieldset-wrapper p {
	clear: both;
	font-size: 14px;
	margin: -10px 0 0;
	max-width: 240px;
}

fieldset.step .form-item-score-unit select {
    border: 1px solid #ccc;
    padding: 5px;
	width: auto;
}

#per-point-note {
	float: right;
	margin: -35% 10% 0 0;
	width: 37%;
}

#per-point-note:after {
	background: #CAE7EE;
}

#content .fieldset-wrapper #per-point-note p {
	color: #005a77;
	font-weight: 700;
	font-size: 14px !important;
	margin: 0 15%;
	padding-top: 15%;
	width: 70%;
}

#per-point-note p span.amount {
	color: #e82433;
	font-weight: 900;
	font-size: 40px;
	margin: 15px -20px;
}

#per-point-note p span.unit {
	display: block;
	font-weight: 700;
	font-size: 19px;
	line-height: 100%;
	margin: 10px 0;
	text-transform: uppercase;
}

/* Buttons */

fieldset.controls,
.alsf-registration-form fieldset.regstep_fundraiserdetails .fieldset-wrapper fieldset.controls.form-wrapper {
	margin: 40px 0 20px;
}

.node-type-campaign.full-width input.confirm-change-button.form-submit {
	background: #008ea9;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 14px;
    width: auto;
}

input#edit-confirm,
input#edit-new-team-submit,
input#edit-pledge-submit {
	width: 100%;
}

/* Confirmation */

input#edit-change-profile-secondary-contact {
	float: right;
    margin-right: 25px;
}

fieldset.regstep_confirm fieldset legend,
#content .alsf-registration-form .regstep_confirm h3 {
	border-top: 1px dashed #ccc;
	color: #e82433;
	
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	width: 100%;
}

.node-type-campaign.full-width .form-item .password-parent label {
	position: unset;
}

.page-node-register form div.form-type-password-confirm {
	width: auto;
}

.form-type-password-confirm .password-strength,
.regstep_confirm #edit-password .password-strength {
	margin: 0 0 5px;
	width: 93%;
}

div.form-type-password-confirm label {
	clear: both;
}

div.password-confirm {
	margin-top: 0;
}

div.form-item div.password-suggestions {
	border: none;
	font-size: 15px;
	padding: 10px 0 0;
	width: auto;
}

.confirm-parent,
.password-parent {
	width: auto !important;
}

.confirm-text {
	margin-bottom: 15px;
}

/* Post-Confirmation */


.page-node-register.post-confirmation .rightcol-wrapper {
	background: #fff;
	border-left: none;
	width: 100%;
}

.page-node-register.post-confirmation fieldset.step {
	padding: 20px 40px;
	width: auto;
}

.page-node-register.node-type-campaign.full-width.post-confirmation #content .rightcol-wrapper h1 {
	background: #f6f6f6;
	border-bottom: 2px dashed #ccc;
}

.page-node-register.node-type-campaign.full-width.post-confirmation #content .rightcol-wrapper h1 span {
	display: none;
}

.page-node-register.node-type-campaign.full-width.post-confirmation #content .rightcol-wrapper h1:after {
	content: "Personalize Your Page";
}

.regstep_outro fieldset.controls {
	margin: 0;
}

.node-type-campaign.full-width.post-confirmation input.form-submit {
	float: none;
	display: table;
	margin: 0 auto 20px;
}

#supporter-wrapper .form-type-managed-file input.form-submit,
.node-type-campaign.full-width.post-confirmation .form-item-banner-image-upload input.form-submit,
.node-type-campaign.full-width.post-confirmation .form-item-feature-photo input.form-submit {
	background: #666;
	margin: 20px 0;
	padding: 10px 40px;
	width: auto;
}

#supporter-wrapper .form-type-managed-file input.form-submit:hover,
.node-type-campaign.full-width.post-confirmation .form-item-banner-image-upload input.form-submit:hover,
.node-type-campaign.full-width.post-confirmation .form-item-feature-photo input.form-submit:hover {
	background: #444;
}

.node-type-campaign.full-width.post-confirmation input.add-supporter.form-submit,
.node-type-campaign.full-width.post-confirmation input.next-button.form-submit,
.node-type-campaign.full-width.post-confirmation input.skip-button.form-submit {
	float: left;
	width: 45%
}

.node-type-campaign.full-width.post-confirmation .regstep_supporters input.next-button.form-submit {
	clear: left;
}

.node-type-campaign.full-width.post-confirmation .regstep_supporters input.add-supporter.form-submit {
    background: #fff;
    border: 1px dotted;
    color: #2C8BA5;
    margin: 20px 0 40px;
}

.node-type-campaign.full-width.post-confirmation .regstep_supporters input.add-supporter.form-submit:hover {
	color: #e82433;
}

.node-type-campaign.full-width.post-confirmation input.skip-button.form-submit:hover {
	background: #888;
}

.node-type-campaign.full-width.post-confirmation input.skip-button.form-submit {
	background: #c0c0c0;
	float: right;
}

.regstep_bannerimage .form-item-banner-image {
	float: left;
	margin: 0 0 5px;
	width: 100%;
}

.regstep_bannerimage .form-radios input[type="radio"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	height: 235px;
	width: 780px;
	z-index: 3;
}

.regstep_bannerimage .form-radios .form-item-banner-image:last-of-type {
	margin: 10px 0;
}

.regstep_bannerimage .form-radios .form-item-banner-image:last-of-type input[type="radio"] {
	height: 16px;
	margin-right: 5px;
	opacity: 1;
	position: relative;
	width: 16px;
}

.regstep_bannerimage .form-radios .form-item-banner-image:last-of-type input[type="radio"] + label {
	cursor: pointer;
	font-weight: 700;
	font-size: 19px;
}

.regstep_bannerimage .form-radios input[type="radio"] + label {
	position: relative;
}

.regstep_bannerimage .form-radios input[type="radio"] + label > img {
	border: 5px solid #ccc;
}

.regstep_bannerimage .form-radios input[type="radio"]:hover + label > img,
.regstep_bannerimage .form-radios input[type="radio"]:checked + label > img {
	border: 5px solid #e82433;
}

/* Fix floating menu footer overlap */
.page-panels #content-wrapper {
   z-index: unset;
}

.page-panels.panels-pad #content .panel-flexible {
    margin-left: 10px;
    margin-right: 10px;
}

/* Multi-Campaign Leaderboard */
.pane-campaign-agnostic-leaderboard {
	margin: 0 0 50px;
}

.pane-campaign-agnostic-leaderboard h2 {
	font-weight: 900;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.pane-campaign-agnostic-leaderboard table {
	font-size: 18px;
}

.pane-campaign-agnostic-leaderboard th {
	background: #003595;
	border-bottom: 1px solid #003595;
	color: #fff;
	font-weight: 700;
	font-weight: 400;
	padding: 8px;
}

.pane-campaign-agnostic-leaderboard td {
	padding: 8px;
}

.pane-campaign-agnostic-leaderboard td:nth-of-type(1) {
	font-weight: 900;
}

.pane-campaign-agnostic-leaderboard td a {
	color: #003595;
}

.pane-campaign-agnostic-leaderboard td:nth-of-type(2) {
	text-transform: capitalize;
}

.pane-campaign-agnostic-leaderboard tr {
	border-bottom: 1px solid #ddd;
}

.pane-campaign-agnostic-leaderboard tr.odd {
	background: #efefef;
}

/* Registration donation */
.form-item-donation-amount span.field-prefix {
	margin: 2px 5px 0 0;
}

#alsf-payment-form-wrapper div.form-radios.buttonize label {
	border-color: #ccdeea;
	padding: 9px 5px;
}

.regstep_donate #edit-expiration {
	clear: left;
	margin: 0;
}

.regstep_donate #edit-expiration select {
	border-color: #ccc;
	height: 35px;
	margin-right: 10px;
}

.regstep_donate .form-item-pcp-roll-nickname {
	margin-top: 0;
}

.regstep_donate #edit-authorize-fields .form-item.form-item-cvv {
	margin-top: 17px;
    margin-left: -10px;
}

.regstep_donate #edit-authorize-fields .form-item.form-item-cvv label {
	font-size: 11px;
}

.regstep_donate #edit-billing-new-address {
	margin-top: -40px;
}

.alsf-pfp-letters-form .form-item.form-type-checkbox label {
	color: #003F67;
	margin-left: 4px;
}


.manual-address-wrapper:hover, 
.manual-address-option:hover {
	background-color: #f6f6f6 !important;
}

/* Mobile Adjustments */

@media screen and (max-width:640px) {

	.kickit .row-full-5 .option {
	flex: 1 0 44%;
    margin: 2% 7%;
    max-width: 100%;
	}

}
