/* Header Stylings ================================ */ 
header {
	width: 100%;
	background-image:url('../images/header-image-cropped.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

header h1 {
	display: block;
	margin: 0;
	text-align: left;
	position: relative;
}

.header-container {
	width: 85%;
	margin: 0 auto;
}

.header-container p, .header-container a  {
	color: #fff;
}

footer {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	margin-top: 1rem;
	padding-top: 2rem;
	padding-bottom: 3rem;
	border-top: 1px solid black;
}

footer a {
	display: block;
	text-align: left;
}

@media (min-width: 480px) {
	footer {
		margin-top: 4rem;
	}

	footer a {
		display: initial;
	}
}

/* Larger than mobile */
@media (min-width: 480px) {

	.header-container {
		margin: 0 3.5rem;
		width: initial;
		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;
		height: 150px;
	}

	/* ie11 */
	.header-container.ie11 {
		display: block;
	}

	header h1 {
		font-family: "Heavitas", "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {

	.header-container {
		width: 1200px;
		margin: 0 auto;
	}
}

/* Homepage styles ================================ */ 

.wrapper {
	color: #fff;
	background-color: #010101;
	background-repeat: no-repeat;
	background-image: url('../images/background-phone-480.jpeg');
}

.home-header-container {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	background-color: #010101;
	padding: 1rem 0;
}

.home-header-container h1 {
	text-align: center; margin-top: 2rem;
}

.banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.left-photo {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	position: relative;
}

.text-right-banner {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.mobile-opaque-back-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 2rem 0 1rem 0;
    margin-top: -8rem;
    margin-bottom: 1rem;
    background-color: RGBA(46,46,46,0.9);
    z-index: 48;
    position: relative;
}

.opaque-back-text {
	display: none;
}

.right-text {
	background-color: RGBA(46,46,46, 0.9);
	padding: 1rem;
}

.boxed-top-text {
	border-bottom: 2px solid #2E2E2E;
	margin-bottom: 2rem;
}

.links-to-audio a {
	display: block;
	padding: 0.45rem 0;
}

.links-to-audio a img {
	width: 3.0rem;
    margin-bottom: -1.0rem;
    margin-right: 1rem;
}

.contact-info {
	border-top: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
}

.contact-info, .stock-links {
	padding: 2.5rem 0;
}

.contact-info, .stock-links {
	text-align: center;
}

.contact-info span.mobile-footext {
	display: block;
}

.contact-info a {
    padding: 1rem;
}

.stock-links a {
	display: block;
}


@media (min-width: 480px) {
	.wrapper {
		background-image: url('../images/full-background-image.jpeg');
	}

	.home-header-container {
		padding: 2rem 0;
	}

	.home-header-container h1 {
		text-align: left; margin-top: 2rem;
	}

	.mobile-opaque-back-text {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 2rem 0;
		margin-top: 0;
		margin-bottom: 1.5rem;
		background-color: transparent;
		position: static;
	}

	.mobile-opaque-back-text h4 {
		margin-bottom: 0px;
	}

	.left-photo {
		display: none;
	}
}

/* Larger than tablet */
@media (min-width: 768px) {

	.wrapper {
		background-image: url('../images/full-background-image.jpeg');
	}

	.home-header-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: right;
		    -ms-flex-align: right;
		        align-items: right;
	}

	.home-header-container span {
		margin-right: 2.0rem;
	}

	.banner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 4rem 5rem 6rem 5rem;
		color: #fff;
	}

	.left-photo {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		display: block;
	}

	.text-right-banner {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.text-right-banner {
		margin-left: 5rem;
		margin-top: -10rem;
		background-color: RGBA(46,46,46, 0.52);
	    padding: 2rem;
	}

	.text-right-banner button {
		margin-right: 1.5rem;
	}

	.left-photo img {
		width: 27.5rem;
	}


	.opaque-back-text {
		display: block;
	}

	.mobile-opaque-back-text {
		display: none;
	}

	.below-fold {
		display: inline-block;
	}

	.left-text, .right-text {
		display: inline-block;
		vertical-align: top;
	}

	.left-text {
		width: 55%;
		margin-right: 2rem
	}

	.right-text{
		background-color: RGBA(46,46,46, 0.9);
		padding: 3rem;
		width: 33%;
	}

	.boxed-top-text {
		border-bottom: 2px solid #2E2E2E;
		margin-bottom: 2rem;
	}

	.links-to-audio a {
		display: block;
		padding: 0.45rem 0;
	}

	.links-to-audio a img {
		width: 3.0rem;
	    margin-bottom: -1.0rem;
	    margin-right: 1rem;
	}

	.stock-links a {
		display: inline;
	}

	.vertdivider {
		display: initial;
	}
}

/* Registration Page Stylings ================================ */

.header-contact p {
	margin-bottom: 0;
}

.top-text {
	margin: 1rem 0;
}

.top-text h3, 
.top-text img {
	display: inline;
}

.top-text img {
	width: 20px;
	margin-right: 1rem;
}

.login h3 {
	margin-top: 1.5rem;
}

@media (min-width: 480px) {
	.login h3  {
		margin-top: 0;
	}
}

.cost-box {
	background-color: #E9ECF6;
	opacity: 0.91;
	padding: 1.5rem 2.5rem;
	margin-bottom: 1.5rem;
	border-radius: 0.5rem;
}

.cost-box p {
	margin-bottom: 0px;			
}

.lastbox {
	margin-bottom: 3rem;
}

.coords-button, .coords-button:hover {
	display: block;
	margin-top: 1.5em;
	clear: left;
	background-color: #33C3F0;
	border: #33C3F0;
	color: #fff;
}

span.verify-text {
    display: block;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.red {
	color: red;
}

.green {
	color: green;
}
/* Dashbord Page Stylings ================================ */

.header-container.dashboard {
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
}

.dashboard-header, .dashboard-options {
	color: #fff;
}

.dashboard-options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.icon-group {
    text-align: center;
    padding: 1rem;
}

.dashboard-options img {
    width: 49px;
    margin: 0 auto;
    display: block;
}

.ie11 .dashboard-options img {
	display: inline;
}

img.questionmark {
    margin-left: .65rem;
    width: 1.3rem;
}

@media (min-width: 480px) {
	.dashboard-header {
		position: absolute;
		top: 4.5rem;
	}

	.icon-group {
		display: inline;
	}

	.dashboard-options {
		position: absolute;
		top: 110px;
		right: 35px;
	}

	.dashboard-options span {
		margin-right: 2.5rem;
	}

	.dashboard-options img {
		width: 20px;
		margin-right: 5px;
		display: initial;
	}
}

@media (min-width: 1200px) {
	.dashboard-options {
		right: 7%;
	}
}

.welcome-text {
	font-size: 2.2rem;
}

.paid-through {
	font-size: 1.5rem;
}

.dashboard-header span {
	display: block;
}

.contact-reg-form form {
	padding-bottom: 5rem;
}

.contact-reg-form input[name="phonenumber"] {
	margin-bottom: 2.5rem;
}

.lat-long-time div p > input[name="zipcode"] {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}

.kp-input input[type="radio"] {
	float: left;
	margin-top: 4px;
}

.notification-preferences-section label {
	font-weight: normal;
	display: block;
	margin-left: 3rem;
}

.contact-form .button-primary {
	margin-top: 1.5rem;
}

.call-times {
	padding-top: 2.5rem;
	margin-bottom: 2rem;
}

.call-times p {
	margin-bottom: 1rem;
}

/* Forgot Password ================================ */

.forgotpass .button-primary, .resetpass .button-primary {
 	margin-top: 1.5rem;
}

.forgotpass p, .resetpass p {
	margin-top: 1.5rem;
}

/* Custom Form Element Stylings ================================ */

select[name="countrycode"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    border-top: 1px solid #D1D1D1; 
}

@media (max-width: 480px) {
	input[type="text"], input[type="password"], input[type="email"], select[name="countrycode"] {
		border-top: 1px solid #D1D1D1;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		width: 100%;
	}

	input[type="text"]:last-of-type, input[type="password"], input[type="email"], select[name="countrycode"] {
		border-bottom: 1px solid #D1D1D1;
	}
}

.form-section {
  	content: "";
  	clear: both;
  	padding-top: 2rem;
  	margin-top: 3rem;
  	border-top: 1px solid black;
}

.form-section p {
	margin-bottom: 0.8rem;
	clear: both;
}

form .button-primary {
	float: left;
	clear: left;
}

@media (min-width: 480px) {

	input[type="text"]:nth-of-type(odd), input[type="password"]:nth-of-type(odd), input[type="email"]:nth-of-type(odd), select[name="countrycode"]:nth-of-type(odd) {
	    border-left: 0px;
	    border-right: 0px;
	}

	input[type="text"]:nth-of-type(even), input[type="password"]:nth-of-type(even), input[type="email"]:nth-of-type(even), select[name="countrycode"]:nth-of-type(even) {
	    border-right: 0px;
	}

	input[type="text"]:nth-of-type(2n+3), input[type="text"]:nth-of-type(2n+4),
	input[type="password"]:nth-of-type(2n+3), input[type="password"]:nth-of-type(2n+4),
	input[type="email"]:nth-of-type(2n+3), input[type="email"]:nth-of-type(2n+4),
	select[type="countrycode"]:nth-of-type(2n+3), select[type="countrycode"]:nth-of-type(2n+4) {
		border-top: 0px;
	}

	.dash-locate select[name="countrycode"] {
		border-top: 1px solid #D1D1D1;
		border-left: 1px solid #D1D1D1;
	}
}

/* Login Page stylings ================================ */

.fullpage-body {
	background-color: #010101;
}

.fullpage-wrapper {
	background-image: url('../images/full-background-image.jpeg');
	min-height: 867px;
}

.login-content-section {
    padding-top: 10%;
}

.login-content-section h1 {
	text-align: center
}

.login-box {
	margin: 0 auto;
    width: 50%;
}

.login-box input[type="text"], .login-box input[type="password"], .login-box input[type="email"], .login-box .button-primary {
	float: none;
}

.login-box input[type="text"], .login-box input[type="password"], .login-box input[type="email"] {
	width: 100%;
	margin-bottom: 20px;
}

.login-box .button-primary {
	display: block;
	width: 150px;
	margin-bottom: 1.5rem;
}

.login-box form {
	margin: 0 auto;
	padding: 40px;
	background-color: RGBA(46,46,46, 0.82);
}

.login-box form p {
	color: #fff;
	font-size: 18px;
}

/* Faq Page stylings ================================ */

.faq h2 {
	margin-top: 1.5rem;
}

.faq-intro p {
	margin-top: 1.5rem;
}

.faq-question h6 {
	font-weight: bold;
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
	.login-box {
	    width: 100%;
	}

	.login-box form {
		width: initial;
	}
}

/* Payment Page stylings ================================ */

.credit-card-form .button-primary {
	margin-top: 15px;
}

form#checkout {
    margin-top: 1rem;
}

/* Misc sitewide stylings ================================ */

.blue {
	color: #33C3F0;
}

.vertdivider {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	display: none;
}

#contact textarea {
	margin-top: 2.5rem;
}

header .vertdivider {
	display: initial;
}

.cancel-account {
	text-align: center;
}

.cancel-account input {
	float: none;
}

.error-message {
	color: #D8000C;
	background-color: #FFBABA;
    margin-top: 1.5rem;
    padding-left: 2rem;
    padding-left: 2rem;
}

#checkout .error-message {
	clear: both;
}

#contact textarea {
	width: 100%;
}

@media (min-width: 480px) {
	.vertdivider {
		display: initial;
	}
}



/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Larger than mobile */
@media (min-width: 480px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 768px) {}

/* Larger than desktop */
@media (min-width: 992px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}