@font-face {
    font-family: 'DIN Next';
    src: url('../../lowbt/fonts/din-next.woff');
}

/*General Styles for lowbt*/

a,
a:active,
a:focus,
a:hover,
a:visited {
	color: #0471AF;
  font-family: Helvetica, sans-serif;
}

a:hover {
	color: #0591e1;
}

body {
	color: #333333;
	font-family: Helvetica, sans-serif;
}

button {
	background-color: #004990;
	border: 0;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
	height: 4rem;
	outline: none;
	padding: 0.75rem 1.5rem;
	width: 10rem;
}

.content {
	margin: 2rem auto;
	max-width: 900px;
}

.content.claim {
	max-width: 480px;
	padding: 0 2rem;
}

.fas {
	border: 1px solid #004990;
	border-radius: 50%;
	color: #004990;
	font-size: 22px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
}

i.far.fa-copy {
  color: #000;
  position: relative;
  padding-top: 1px;
}

i.far.fa-copy:hover,
.hovering i.far.fa-copy {
  cursor: pointer;
}

.hidden ,
.printEcardInstructions,
.printCashierInstructions{
	display: none;
}

/*Header Styles*/

.header {
  color: #333333;
  font-family: 'DIN Next', sans-serif;
  padding: 2rem 0;
}

.header a {
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 0.45rem;
}

.headerLogo {
  width: 60%;
}
.landingImage{
	width:100%;
}

/*Footer Styles*/

.mainFooter {
  background-color: #004990;
  color: #ffffff;
  margin: 0 -15px;
  padding: 2rem 0;
}

.mainFooter a,
.mainFooter a:active,
.mainFooter a:focus,
.mainFooter a:hover,
.mainFooter a:visited {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0.45rem;
}

/*Landing Page Styles*/

.showbutton {
	background-color: #004990;
	font-size: 1.25rem;
  margin: 4rem 0;	
}

.showbutton:focus {
	outline: none;
}

.submitButton {
	color: #ffffff;
}

.welcomeMessage {
	font-size: 2rem;
	margin: 3rem 0;
}

.welcomeSplash {
	width: 100%;
}

#bad {
	color: #f00;
}

/*Claim Page Styles*/

.actionButtons {
  margin: 2rem 0;
}

.cardAmount,
.message {
	margin-bottom: 2rem;
}

.cardImage {
	margin: 2rem auto;
}

.contentHeader {
	font-weight: bold;
}

.giftCard {
	width: 100%;
}

.otherOptions {
	margin-bottom: 4rem;
	background-color: #e5e5e5;
	width:100%;
}

.otherOptions .fas {
	background-color: #004990;
	color: #ffffff;
}

.otherOptionIcon {
	text-align: center;
}

.otherOptionIconCaption {
	color: #004990;
	font-weight: 700;
}

.otherOptionsTitle {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 2rem;
	padding-top: 10px;
}
.desktopButtons{
	margin-left: 80%;
}
.pin {
	margin: 1rem 0;
}

.terms ul {
	margin-left: 2.5rem;
}

.termsFooter {
	margin: 0 auto 5em;
	max-width: 100%;
}

.termsHeader {
  font-size: 2.25rem;
  font-weight: 700;
}

.thirdPartyWalletButton {
	background: none;
	border: 0;
	margin: 1em;
	min-height: 45px;
	padding: 0;
	max-width: 200px;
}

.thirdPartyWalletButton:hover {
	cursor: pointer;
}

.termsItem {
	margin: 2rem 0;
	padding-left: 2rem;	
}

.termsItemTitle {
	font-weight: 700;
}

.termsIcon {
	color: #004990;
	float: left;
}

#bal {
	font-size: 2.75rem;
	vertical-align: bottom;
}

#currencyCode {
	font-size: 1.5rem;
	padding-left: 0.25rem;
	vertical-align: super;
}

#printButton {
  margin-left: 5px;
}

/*Error Page Styles*/

.errorHeader {
	font-size: 4rem;
  text-transform: uppercase;
}

.errorMessage {
	margin: 5rem 0 8rem;
    margin-top: 20%;
    margin-bottom: 15%;
}

/* Safari Overrides */

/* Correcting problems with Safari rendering extra space for Bootstrap columns floating within .row elements */
.row:after,
.row:before {
  height: 0;
  width: 0;
}

/* Media Queries */

@media (min-width: 576px) {
  #thirdPartyWalletButtons {
    flex-direction: row;
  }
}


