/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
body {
	font-family: 'Gotham', sans-serif;
	color: #333;
	font-size: 14px;
}

a {
	color: #0d3a60;
	text-decoration: none;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
	cursor: pointer;
}
a:hover {
	color: #f5821f;
}

p {
	line-height: 1.6em;
}

h1,
h2,
h3,
p {
	margin-top: 0;
	margin-bottom: 20px;
}
h1:last-child,
h2:last-child,
h3:last-child,
p:last-child {
	margin-bottom: 0;
}

/*================ VARIABLES ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
    - $grid-narrowscreen is based on a Shopify breakpoint for checkout buttons
==============================================================================*/
/*================ Media Query Mixin ================*/
@media only screen and (max-width: 1499px) {
	.demo-usage:after {
		content: 'max-width: 1499px';
	}
}
@media only screen and (min-width: 1140px) {
	.demo-usage:after {
		content: 'min-width: 1140px';
	}
}
@media only screen and (min-width: 1500px) {
	.demo-usage:after {
		content: 'min-width: 1500px';
	}
}
@media only screen and (max-width: 641px) {
	.demo-usage:after {
		content: 'max width: 641px';
	}
}
@media only screen and (max-width: 1007px) {
	.demo-usage:after {
		content: 'max width: 1008px';
	}
}
@media only screen and (min-width: 1008px) and (max-width: 1139px) {
	.demo-usage:after {
		content: '641px - 1007px';
	}
}
@media only screen and (max-width: 1139px) {
	.demo-usage:after {
		content: 'max-width 1139px';
	}
}
@media only screen and (min-width: 1008px) {
	.demo-usage:after {
		content: 'min-width: 1008px';
	}
}
@media only screen and (min-width: 1140px) and (max-width: 1499px) {
	.demo-usage:after {
		content: '1140px - 1499px';
	}
}

input[type='text'],
input[type='password'],
input[type='email'],
textarea {
	display: block;
	width: 100%;
	padding: 15px;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ddd;
	border-radius: 10px;
}

textarea:focus,
input:focus {
	outline: none;
	border-color: #0d3a60;
}

.form-submit {
	padding-top: 20px;
	margin-bottom: 30px;
}

.btn {
	display: inline-block;
	padding: 15px;
	color: #fff;
	background-color: #0d3a60;
	border: 1px solid #0d3a60;
	background-clip: padding-box;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.btn.fullwidth {
	width: 100%;
}
.btn.btn-sm {
	padding: 10px 15px;
	font-size: 12px;
}
.btn.btn-xs {
	padding: 5px 10px;
	font-size: 12px;
}
.btn.btn-hollow {
	background: transparent;
	color: #0d3a60;
}
.btn.btn-rounded {
	border-radius: 1000px;
}
.btn:hover {
	background-color: #f5821f;
	border-color: #f5821f;
	text-decoration: none;
	color: #fff;
}
.btn.btn-secondary {
	background-color: #f5821f;
	border: 1px solid #f5821f;
}
.btn.btn-secondary:hover {
	background-color: #0d3a60;
	border-color: #0d3a60;
}

.field {
	margin-bottom: 1rem;
	text-align: left;
	position: relative;
	/* CAUTION: IE hackery ahead */
	/* target Internet Explorer 9 to undo the custom arrow */
}
.field label {
	display: block;
	margin-bottom: 5px;
}
.field .error {
	margin-top: 10px;
	color: red;
	display: none;
}
.field.invalid .error {
	display: block;
}
.field.invalid input[type='text'],
.field.invalid input[type='password'],
.field.invalid input[type='email'],
.field.invalid textarea {
	border-color: red;
}
.field select {
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #ddd;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	color: #495057;
	background-image: url('../assets/arrow.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center right 15px;
}
.field select:focus {
	outline: none;
	border-color: #0d3a60;
}
.field select::-ms-expand {
	display: none;
	/* remove default arrow on ie10 and ie11 */
}
@media screen and (min-width: 0\0) {
	.field select {
		background: none\9;
		padding: 5px\9;
	}
}

body {
	background: #f8f8f8;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

#login p {
	color: #666;
}
#login .page {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: scroll;
}
#login .logo {
	margin-bottom: 2rem;
}
#login .logo img {
	max-width: 180px;
}
#login h1 {
	font-size: 1.4rem;
}
#login .field label {
	display: none;
}
#login .container {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
#login .login-box {
	width: 100%;
	max-width: 500px;
}
#login .btn {
	width: 100%;
}

.login-footer {
	margin-top: 20px;
}

@media only screen and (min-width: 641px) {
	.columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		margin-left: -10px;
		margin-right: -10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.columns .col {
		padding-left: 10px;
		padding-right: 10px;
	}
	.columns .col-half {
		width: 50%;
	}
	.columns .col-third {
		width: 33.33%;
	}
	.columns .col-quarter {
		width: 25%;
	}
}

header {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
}
header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
header .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .logo img {
	max-width: 140px;
}
header .profile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	position: relative;
}
header .profile .profile-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}
header .profile .profile-info .name {
	font-weight: 500;
	color: #000;
	white-space: nowrap;
}
header .profile .profile-info .initials {
	width: 48px;
	height: 48px;
	border-radius: 1000px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 10px;
	background: #efefef;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
header .profile .profile-menu {
	position: absolute;
	right: 0;
	top: 80px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	width: 180px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
header .profile .profile-menu a {
	display: block;
	padding: 15px;
	color: #333;
}
header .profile .profile-menu a:hover {
	text-decoration: none;
	background: #f8f8f8;
}
@media only screen and (min-width: 1008px) {
	header .container {
		height: 90px;
	}
	header .logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
	}
	header .logo img {
		max-width: 140px;
	}
	header .main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 0 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	header .main-menu ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	header .main-menu ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 15px;
	}
	header .main-menu ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		font-weight: 500;
		color: #666;
	}
	header .main-menu ul li a:after {
		content: '';
		display: block;
		height: 3px;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		background: #f5821f;
		opacity: 0;
	}
	header .main-menu ul li a.active {
		color: #0d3a60;
	}
	header .main-menu ul li a.active:after {
		opacity: 1;
	}
	header .main-menu ul li a:hover {
		color: #0d3a60;
		text-decoration: none;
	}
	header .profile {
		-ms-flex-preferred-size: 15%;
		flex-basis: 15%;
	}
	header .profile:hover .profile-menu {
		opacity: 1;
		visibility: visible;
	}
	header .mobile-menu-toggler {
		display: none;
	}
}
@media only screen and (max-width: 1007px) {
	header .container {
		height: 60px;
	}
	header .logo {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	header .logo img {
		max-width: 100px;
	}
	header .profile {
		position: absolute;
		right: 16px;
		top: 50%;
		margin-top: -18px;
	}
	header .profile .profile-info .name {
		display: none;
	}
	header .profile .profile-info .initials {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
	header .profile .profile-menu {
		top: 40px;
	}
	header .main-menu {
		background: #fff;
		position: fixed;
		z-index: 9999;
		left: -100%;
		top: 0;
		bottom: 0;
		width: 100%;
		-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.3s 0s;
		transition: all 0.3s 0s;
	}
	header .main-menu .close-menu {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 0;
		right: 0;
		color: #000;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' focusable='false' viewBox='0 0 24 24'%3E%3Cpath d='m19.629 5.915-1.2-1.2-6.257 6.257-6.258-6.257-1.2 1.2 6.258 6.257-6.258 6.257 1.2 1.2 6.258-6.257 6.257 6.257 1.2-1.2-6.258-6.257 6.258-6.257Z'%3E%3C/path%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
		background-size: 28px;
		/*&:after {
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	//content: "\d7";
    	//font-size: 30px;
    	color: #000;
    	line-height: $header-height-sm;
    	text-align: center;
    }*/
	}
	header .main-menu:before {
		content: 'Activ Lotteries Portal';
		font-weight: 500;
		display: block;
		height: 60px;
		padding-left: 20px;
		line-height: 60px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-size: 12px;
		color: #999;
	}
	header .main-menu ul {
		border-top: 1px solid #efefef;
	}
	header .main-menu ul li {
		border-bottom: 1px solid #efefef;
	}
	header .main-menu ul li a {
		display: block;
		padding: 20px;
		font-weight: 500;
	}
	header .main-menu ul li a:hover {
		text-decoration: none;
	}
	header .main-menu ul li a.active {
		color: #f5821f;
	}
	header .mobile-menu-toggler {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 60px;
		height: 60px;
		position: absolute;
		left: 0;
		top: 0;
		padding: 20px 16px;
		cursor: pointer;
	}
	header .mobile-menu-toggler span {
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
	}
}

@media only screen and (max-width: 1007px) {
	.main-menu-open .main-menu {
		left: 0 !important;
		z-index: 9999999;
	}
	.profile-menu-open .profile-menu {
		opacity: 1 !important;
		visibility: visible !important;
	}
}
.content {
	margin-top: 90px;
	padding: 40px 0;
}
@media only screen and (max-width: 1007px) {
	.content {
		margin-top: 60px;
		padding: 20px 0;
	}
}

footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
}

.page-header,
.section-header {
	margin-bottom: 20px;
}
@media only screen and (min-width: 1008px) {
	.page-header,
	.section-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.page-header h1,
	.page-header h2,
	.section-header h1,
	.section-header h2 {
		margin: 0;
	}
}
@media only screen and (max-width: 1007px) {
	.page-header .actions,
	.section-header .actions {
		margin-bottom: 20px;
	}
}

.section {
	padding-top: 10px;
}

/*.impactCard {
	text-align: center;
	@include white-card;
	.stat {
		font-weight: bold;
		font-size: 48px;
		color: $color-primary;
	}
	.desc {
		margin-top: 10px;
	}
}*/
.lotteryPromoCard {
	margin-bottom: 20px;
}
.lotteryPromoCard img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.ticketCard {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.ticketCard .image {
	padding: 10px;
}
.ticketCard .image img {
	display: block;
	width: 100%;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}
.ticketCard .details h3 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #0d3a60;
}
.ticketCard .details .info {
	margin-top: 10px;
}
.ticketCard .details .label {
	color: #999;
	margin-bottom: 5px;
	white-space: nowrap;
}
.ticketCard .details .text {
	font-weight: 500;
}
.ticketCard .image {
	min-width: 120px;
	width: 15%;
}
.ticketCard .details {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 30px;
}
@media only screen and (min-width: 641px) {
	.ticketCard .info-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.ticketCard .info-wrapper .info + .info {
		margin-left: 40px;
	}
}

.subscriptionCard {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.subscriptionCard .image {
	padding: 10px;
}
.subscriptionCard .image img {
	display: block;
	width: 100%;
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}
.subscriptionCard .details h3 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #0d3a60;
	margin-bottom: 10px;
}
@media only screen and (max-width: 641px) {
	.subscriptionCard .details .info + .info {
		margin-top: 10px;
	}
}
.subscriptionCard .details .status {
	color: #999;
}
.subscriptionCard .details .price {
	font-weight: 500;
}
.subscriptionCard .image {
	min-width: 100px;
	width: 15%;
}
.subscriptionCard .details {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: 30px;
}
@media only screen and (min-width: 641px) {
	.subscriptionCard .details {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.subscriptionCard .details .info + .info {
		margin-left: 40px;
	}
	.subscriptionCard .details .info:nth-child(1) {
		width: 40%;
	}
	.subscriptionCard .details .info:nth-child(2) {
		width: 30%;
	}
	.subscriptionCard .details .info:nth-child(3) {
		text-align: right;
		width: 30%;
	}
}
.manage-subscripton .subscriptionCard .image {
	min-width: 80px;
	width: 15%;
}
@media only screen and (min-width: 641px) {
	.manage-subscripton .subscriptionCard .details .info:nth-child(1) {
		width: auto;
	}
}
@media only screen and (max-width: 641px) {
	.manage-subscripton .subscriptionCard .qty {
		margin-top: 10px;
	}
}

.subscriptionActions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media only screen and (max-width: 641px) {
	.subscriptionActions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	}
	.subscriptionActions .left {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.subscriptionActions .right {
		margin-bottom: 20px;
	}
	.subscriptionActions a {
		display: block;
		text-align: center;
	}
	.subscriptionActions a.link-muted {
		padding: 10px;
		color: #999;
		border: 1px solid #ddd;
		border-radius: 10px;
		margin-top: 5px;
	}
}
@media only screen and (min-width: 641px) {
	.subscriptionActions {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.subscriptionActions a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.subscriptionActions a.link-muted {
		color: #999;
	}
	.subscriptionActions a.link-muted:hover {
		color: #f5821f;
	}
	.subscriptionActions a + a {
		margin-left: 15px;
	}
}

.impactCard {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0;
}
.impactCard .intro {
	padding: 20px;
}
.impactCard .intro h3 {
	margin-bottom: 10px;
}
.impactCard .intro p {
	line-height: normal;
}
.impactCard .impact p {
	margin-bottom: 15px;
}
.impactCard .impact ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.impactCard .impact ul li {
	width: 100%;
	padding: 20px;
	padding-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	color: #0d3a60;
}
.impactCard .impact ul li:before {
	content: '';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 24px;
	min-height: 24px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!--Generated by IJSVG (https://github.com/iconjar/IJSVG)--%3E%3Cg fill='none'%3E%3Cpath d='M0,0h24v24h-24Z'%3E%3C/path%3E%3Cpath stroke='%23f5821f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6,21h-2c-0.552,0 -1,-0.448 -1,-1v-6c0,-0.552 0.448,-1 1,-1h2c0.552,0 1,0.448 1,1v6c0,0.552 -0.448,1 -1,1Z'%3E%3C/path%3E%3Cpath stroke='%23f5821f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13,17h2.333c0.433,0 0.854,-0.14 1.2,-0.4l2.416,-1.812c0.603,-0.452 1.447,-0.392 1.98,0.141v0c0.592,0.592 0.592,1.551 0,2.142l-2.073,2.073c-0.558,0.558 -1.27,0.939 -2.044,1.094l-2.93,0.586c-0.581,0.116 -1.18,0.102 -1.755,-0.042l-2.65,-0.662c-0.317,-0.08 -0.642,-0.12 -0.969,-0.12h-1.508'%3E%3C/path%3E%3Cpath stroke='%23f5821f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M13,17h1.485c0.837,0 1.515,-0.678 1.515,-1.515v-0.303c0,-0.695 -0.473,-1.301 -1.147,-1.469l-2.292,-0.573c-0.373,-0.093 -0.755,-0.14 -1.139,-0.14v0c-0.927,0 -1.834,0.274 -2.605,0.789l-1.817,1.211'%3E%3C/path%3E%3Cpath stroke='%23f5821f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M18.889,3.522c1.466,0.213 2.262,1.646 2.087,2.848c-0.354,2.439 -4.727,3.842 -4.801,3.832c-0.074,-0.011 -3.866,-2.601 -3.512,-5.039c0.175,-1.202 1.345,-2.349 2.811,-2.136c0.838,0.122 1.332,0.594 1.599,0.989c0.37,-0.304 0.978,-0.616 1.816,-0.494Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-right: 10px;
}
@media only screen and (max-width: 641px) {
	.impactCard .impact ul li {
		text-align: left;
		padding-top: 0;
	}
}
@media only screen and (min-width: 641px) {
	.impactCard .impact ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.impactCard .impact ul li {
		display: block;
		text-align: center;
	}
	.impactCard .impact ul li:before {
		margin-bottom: 10px;
	}
}

.resultCard {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.resultCard > .header {
	color: #0d3a60;
	margin-bottom: 10px;
}
.resultCard > .header h2 {
	margin-bottom: 10px;
}
.resultCard > .header .date {
	font-weight: 500;
	font-size: 16px;
}
@media only screen and (max-width: 641px) {
	.resultCard {
		text-align: center;
	}
	.resultCard .grid .row div:nth-child(1) {
		font-weight: bold;
	}
	.resultCard .grid .row div:nth-child(2):before {
		content: 'Ticket Number: ';
	}
	.resultCard .grid .row div:nth-child(3):before {
		content: 'Winner: ';
	}
	.resultCard .grid .row div:before {
		color: #888;
	}
}
@media only screen and (min-width: 641px) {
	.resultCard > .header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.resultCard > .header h2 {
		margin: 0;
	}
	.resultCard .grid .row {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.purchaseTable {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
	padding: 0;
	overflow-x: scroll;
}
.purchaseTable h3 {
	margin-bottom: 5px;
	color: #0d3a60;
}
.purchaseTable .tag {
	margin-top: 7px;
	font-size: 11px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 5px 10px;
	border-radius: 1000px;
	background: #f5821f;
	color: #fff;
}
@media only screen and (min-width: 1008px) {
	.purchaseTable .grid .row {
		-ms-grid-columns: minmax(200px, auto) 100px 220px 140px 100px;
		grid-template-columns: minmax(200px, auto) 100px 220px 140px 100px;
		padding-left: 20px;
		padding-right: 20px;
		white-space: nowrap;
	}
	.purchaseTable .grid .row.header {
		background: #efefef;
	}
	.purchaseTable .grid .row:last-child {
		border-bottom: 0;
	}
	.purchaseTable .grid .row > div:nth-child(1) {
		white-space: normal;
	}
	.purchaseTable .grid .row > div:nth-child(5) {
		text-align: right;
	}
}
@media only screen and (max-width: 1007px) {
	.purchaseTable .grid .row {
		display: block;
		padding: 20px;
	}
	.purchaseTable .grid .row:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
	.purchaseTable .grid .row.header {
		display: none;
	}
	.purchaseTable .grid .row:last-child {
		border-bottom: 0;
	}
	.purchaseTable .grid .row > div {
		padding: 0;
		margin: 0;
	}
	.purchaseTable .grid .row > div + div {
		margin-top: 5px;
	}
	.purchaseTable .grid .row div:before {
		color: #888;
		display: block;
		margin-bottom: 5px;
	}
	.purchaseTable .grid .row > div:nth-child(1) {
		margin-bottom: 15px;
	}
	.purchaseTable .grid .row > div:nth-child(2):before {
		content: 'Ticket Number: ';
	}
	.purchaseTable .grid .row > div:nth-child(3):before {
		content: 'Payment Reference: ';
	}
	.purchaseTable .grid .row > div:nth-child(4):before {
		content: 'Date: ';
	}
	.purchaseTable .grid .row > div:nth-child(5):before {
		content: 'Amount Paid: ';
	}
}

.filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter {
	font-size: 13px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* CAUTION: IE hackery ahead */
	/* target Internet Explorer 9 to undo the custom arrow */
}
.filter + .filter {
	margin-left: 15px;
}
.filter:after {
	content: '';
	width: 10px;
	height: 10px;
	background-image: url('../assets/arrow.png');
	background-size: contain;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
}
.filter label {
	color: #999;
	margin-right: 5px;
}
.filter select {
	border-radius: 1000px;
	padding: 10px 35px 10px 15px;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	color: #333;
}
.filter select:focus {
	outline: none;
	border-color: #0d3a60;
}
.filter select::-ms-expand {
	display: none;
	/* remove default arrow on ie10 and ie11 */
}
@media screen and (min-width: 0\0) {
	.filter select {
		background: none\9;
		padding: 5px\9;
	}
}

.payment-method {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.payment-method a {
	margin-left: 10px;
}

@media only screen and (max-width: 641px) {
	.grid .row {
		padding: 10px 0;
	}
	.grid .row.header {
		display: none;
	}
	.grid .row > div + div {
		margin-top: 5px;
	}
}
@media only screen and (min-width: 641px) {
	.grid .row {
		display: -ms-grid;
		display: grid;
		-ms-grid-rows: 1fr;
		grid-template-rows: 1fr;
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
		grid-template-columns: repeat(6, 1fr);
		gap: 20px;
		border-bottom: 1px solid #ddd;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.grid .row > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.grid .row > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.grid .row > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	.grid .row > *:nth-child(4) {
		-ms-grid-row: 1;
		-ms-grid-column: 7;
	}
	.grid .row > *:nth-child(5) {
		-ms-grid-row: 1;
		-ms-grid-column: 9;
	}
	.grid .row > *:nth-child(6) {
		-ms-grid-row: 1;
		-ms-grid-column: 11;
	}
	.grid .row.header {
		font-weight: bold;
	}
	.grid .row > div {
		padding: 15px 0;
	}
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid #ddd;
}
.tabs a {
	display: block;
	padding: 15px 0;
	color: #000;
	cursor: pointer;
	position: relative;
}
.tabs a:hover {
	color: #0d3a60;
}
.tabs a + a {
	margin-left: 20px;
}
.tabs a.active {
	color: #0d3a60;
}
.tabs a.active:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 3px;
	background: #0d3a60;
}

.tab-content {
	padding-top: 30px;
	display: none;
}
.tab-content.active {
	display: block;
}

.modal-dialog {
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
}
.modal-dialog.modal-dialog-open {
	visibility: visible;
	opacity: 1;
}
.modal-dialog.modal-dialog-open .modal {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
@media only screen and (max-width: 641px) {
	.modal-dialog {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
.modal-dialog .modal {
	background: #fff;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all 0.3s 0s;
	transition: all 0.3s 0s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
@media only screen and (max-width: 641px) {
	.modal-dialog .modal {
		border-radius: 15px 15px 0 0;
		margin-top: 100px;
	}
}
@media only screen and (min-width: 641px) {
	.modal-dialog .modal {
		border-radius: 15px;
		max-width: 800px;
		max-height: 600px;
		margin: 20px;
	}
}
.modal-dialog .modal .modal-header {
	padding: 25px;
	border-bottom: 1px solid #ddd;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.modal-dialog .modal .modal-header h3 {
	margin-bottom: 0;
}
.modal-dialog .modal .modal-header .close-modal {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' focusable='false' viewBox='0 0 24 24'%3E%3Cpath d='m19.629 5.915-1.2-1.2-6.257 6.257-6.258-6.257-1.2 1.2 6.258 6.257-6.258 6.257 1.2 1.2 6.258-6.257 6.257 6.257 1.2-1.2-6.258-6.257 6.258-6.257Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}
.modal-dialog .modal .modal-body {
	padding: 25px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow-y: scroll;
}

.ticket-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
	color: #0d3a60;
}
@media only screen and (max-width: 641px) {
	.ticket-toggler {
		margin-top: 20px;
	}
}
.ticket-toggler .ticket-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.ticket-toggler .ticket-qty button {
	height: 40px;
	width: 30px;
	background-color: #f8f8f8;
	cursor: pointer;
	border: 1px solid #ddd;
	position: relative;
}
.ticket-toggler .ticket-qty button:after {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -6px;
	background: #888;
}
.ticket-toggler .ticket-qty button.btn-minus {
	border-radius: 5px 0 0 5px;
}
.ticket-toggler .ticket-qty button.btn-plus {
	border-radius: 0 5px 5px 0;
}
.ticket-toggler .ticket-qty button.btn-plus:before {
	content: '';
	display: block;
	width: 2px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -1px;
	background: #888;
}
.ticket-toggler .ticket-qty input {
	width: 50px;
	height: 40px;
	text-align: center;
	padding: 0;
	border-color: #ddd;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	font-size: 16px;
	color: #0d3a60;
}
.ticket-toggler .ticket-total {
	margin-left: 20px;
	font-size: 16px;
}

.braintree-placeholder {
	display: none;
}

.ladda-button[data-color='mint'] {
	display: block;
	padding: 15px;
	color: #fff;
	background-color: #0d3a60 !important;
	border: 1px solid #0d3a60 !important;
	background-clip: padding-box;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
}
.ladda-button[data-color='mint']:hover {
	background-color: #f5821f;
	border-color: #f5821f;
	text-decoration: none;
	color: #fff;
}
