@import url("https://use.typekit.net/pgv0yah.css");

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?agw1gd');
	src: url('fonts/icomoon.eot?agw1gd#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?agw1gd') format('truetype'),
		url('fonts/icomoon.woff?agw1gd') format('woff'),
		url('fonts/icomoon.svg?agw1gd#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-flamingo:before {
	content: "\e900";
}

:root {
	--appRed: #ED0F68;
	--appTeal: #00ABCC;
	--appTan: #F3EDE7;
	--appBlue: #2B85AC;
	--appGrey: #606060;
}

* {
	box-sizing: border-box;
}
 a {
	 text-decoration: none;
	 color: var(--appTeal);
 }
.btn {
	padding: 15px;
	text-transform: uppercase;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	border: 0;
	margin: 20px auto;
	display: block;
	text-align: center;
}

.btn-success {
	background-color: var(--appTeal);
}
.btn-info {
	background-color: dodgerblue;
}

.btn-danger {
	background-color: var(--appRed);
}

.promo-btn {
	padding: 12px;
	margin-top: 30px;
}

.btn:hover {
	filter: brightness(0.85);
}

a.download-btn {
	padding: 5px 20px;
	display: inline-block;
}

.select-css {
	display: inline-block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 80px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 1px solid #c3c3c3;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
	display: none;
}
.select-css:hover {
	border-color: #888;
}
.select-css:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
}

div#hotel-dollars span.text-red {
	color: var(--appRed);
	font-weight: bold;
}

.hidden {
	display: none;
}

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

.field-container label {
	font-weight: 300;
	font-size: 0.8em;
}

.field-container {
	margin-top: 10px;
}

.iziModal .iziModal-footer-buttons.flex .iziModal-footer-button {
	font-size: 1.1em;
	font-weight: 700;
}
.iziModal .iziModal-footer-buttons.flex .iziModal-footer-button:disabled,
.iziModal .iziModal-footer-buttons.flex .iziModal-footer-button[disabled]{
	opacity: 0.3;
}

body {
	font-family: azo-sans-web, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: calc(13px + (13 - 10) * ((100vw - 300px) / (1600 - 300)));
	height: 100vh;
}



.input-field {
	width: 100%;
	padding: 10px;
	outline: none;
	border-left: none;
	border: 1px solid #c3c3c3;
	border-radius: 0 3px 3px 0;
}


.hr-container {
	display: flex;
	width: 100%;
	margin: 10px auto;
}

.hr-line {
	width: 100%;
	position: relative;
	margin: 15px 0;
	border-bottom: 1px solid #647d7f;
}

.hr-icon {
	position: relative;
	top: 3px;
	color: #647d7f;
	font-size: 1.5em;
}

.hr-line.pink {
	border-bottom: 1px solid var(--appRed);
}

.hr-line.orange {
	border-bottom: 1px solid var(--appOrange);
}

.hr-icon.pink {
	color: var(--appRed);
	font-size: 2em;
}

/*********** Top Bar ***********/
div.top-fixed {
	position: fixed;
	width: 100vw;
	background-color: #fff;
	z-index: 100;
	height: 70px;
}

section.top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	padding: 0px 25px;
	position: relative;
	border-bottom: 3px solid var(--appTeal);

}

.top-logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-logo>div {
	display: flex;
	align-items: center;
}

section.top-bar .top-logo .mobile-icon {
	display: none;
}

img.logo-mark {
	height: 40px;
	margin-right: 15px;
}

img.logo-title {
	height: 35px;
}

section.top-bar .top-nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
}


section.top-bar .top-nav a.nav-link {
	color: #7b7b7b;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 15px;
	font-size: 12px;
		width: fit-content;
}

section.top-bar .top-nav a.nav-link.c2a-button {
	background-color: var(--appRed);
	border-radius: 5px;
}

a.nav-link:last-child {
	border-left: 2px solid #D5DEE1;
}

section.top-bar .top-nav a.nav-button {
	color: #fff;
	background-color: var(--appRed);
	border-radius: 5px;
	padding: 5px 25px;
	margin: 0 15px;
}


.pageContainer {
	background-color: #e9edee;
	padding-top: 64px;
	display: flex;
	background-position: center;
	background-size: cover;
	min-height: calc(100% - 0px);
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #ffffff;
}

.box {
	background-color: #ffffff;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 6px 0px rgb(0 0 0 / 10%);
	color: #333;
	display: flex;
	width: 90%;
}

.profile-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.c2a-standard,
.c2a-premium,
.c2a-companion {
	padding: 7px 60px;
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	border-radius: 20px;
}
.c2a-standard {
	background-color: var(--appBlue);

}
.c2a-premium{
	background-color: var(--appRed);
}

.c2a-companion{
	background-color: var(--appTeal);
}


section.box.main-box {
	flex-direction: column;
	display: flex;
	align-items: stretch;
	margin-bottom: 30px;
}

.menu-buttons {
	display: flex;
	padding-bottom: 20px;
	list-style: none;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.menu-button {
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.3);
	padding: 7px 30px;
	color: rgba(0,0,0,0.6);
	background-color: #ffffff;
	transition: all 500ms ease;
	cursor: pointer;
}

body.standard .menu-button:hover,
body.standard .menu-button.active {
	background-color: var(--appBlue);
	color: #fff;
}

body.premium .menu-button:hover,
body.premium .menu-button.active {
	background-color: var(--appRed);
	color: #fff;
}

body.companion .menu-button:hover,
body.companion .menu-button.active {
	background-color: var(--appTeal);
	color: #fff;
}

.panel-container {
	position: relative;
}
.panel {
	display: none;
	height: fit-content;
	text-align: left;
}

.panel.active {
	display: inherit;
}

.subscription-end {
	font-size: 0.8em;
}

/********* Cards ***********/
.cards-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.creditcard-container {
	width: 100%;
/*
	max-height: 291px;
	height: 291px;
*/
	padding: 20px;
}

.ccsingle {
	position: absolute;
	right: 15px;
	top: 20px;
}

.ccsingle svg {
	width: 100px;
	max-height: 60px;
}

.creditcard svg.cardfront,
.creditcard svg.cardback {
	width: 100%;
	-webkit-box-shadow: 1px 5px 6px 0px black;
	box-shadow: 1px 5px 6px 0px black;
	border-radius: 22px;
}


/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
	-webkit-transition: fill .5s;
	transition: fill .5s;
}

.creditcard .lightblue {
	fill: #03A9F4;
}

.creditcard .lightbluedark {
	fill: #0288D1;
}

.creditcard .red {
	fill: #ef5350;
}

.creditcard .reddark {
	fill: #d32f2f;
}

.creditcard .purple {
	fill: #ab47bc;
}

.creditcard .purpledark {
	fill: #7b1fa2;
}

.creditcard .cyan {
	fill: #26c6da;
}

.creditcard .cyandark {
	fill: #0097a7;
}

.creditcard .green {
	fill: #66bb6a;
}
.creditcard .lime {
	fill: #d4e157;
}

.creditcard .limedark {
	fill: #afb42b;
}
.creditcard .greendark {
	fill: #388e3c;
}

.creditcard .blue {
	fill: #577be1;
}

.creditcard .bluedark {
	fill: #424a82;
}

.creditcard .yellow {
	fill: #ffeb3b;
}

.creditcard .yellowdark {
	fill: #f9a825;
}

.creditcard .orange {
	fill: #ff9800;
}

.creditcard .orangedark {
	fill: #ef6c00;
}

.creditcard .grey {
	fill: #bdbdbd;
}

.creditcard .greydark {
	fill: #616161;
}

/* FRONT OF CARD */
.svgname {
	text-transform: uppercase;
}

.cardfront .st2 {
	fill: #FFFFFF;
}

.cardfront .st3 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 600;
}

.cardfront .st4 {
	font-size: 54.7817px;
}

.cardfront .st5 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 400;
}

.cardfront .st6 {
	font-size: 33.1112px;
}

.cardfront .st7 {
	opacity: 0.6;
	fill: #FFFFFF;
}

.cardfront .st8 {
	font-size: 24px;
}

.cardfront .st9 {
	font-size: 36.5498px;
}

.cardfront .st10 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 300;
}

.cardfront .st11 {
	font-size: 16.1716px;
}

.cardfront .st12 {
	fill: #4C4C4C;
}

/* BACK OF CARD */
.cardback .st0 {
	fill: none;
	stroke: #0F0F0F;
	stroke-miterlimit: 10;
}

.cardback .st2 {
	fill: #111111;
}

.cardback .st3 {
	fill: #F2F2F2;
}

.cardback .st4 {
	fill: #D8D2DB;
}

.cardback .st5 {
	fill: #C4C4C4;
}

.cardback .st6 {
	font-family: 'Source Code Pro', monospace;
	font-weight: 400;
}

.cardback .st7 {
	font-size: 27px;
}

.cardback .st8 {
	opacity: 0.6;
}

.cardback .st9 {
	fill: #FFFFFF;
}

.cardback .st10 {
	font-size: 24px;
}

.cardback .st11 {
	fill: #EAEAEA;
}

.cardback .st12 {
	font-family: 'Rock Salt', cursive;
}

.cardback .st13 {
	font-size: 37.769px;
}

/* FLIP ANIMATION */
.creditcard-container {
	margin: 0 auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.creditcard-outer {
	min-width: 300px;
	perspective: 1000px;
}

.creditcard {
	width: 100%;
	max-width: 400px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: -webkit-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	cursor: pointer;
	height: 54vw;
	max-height: 251px;
}

.creditcard .front,
.creditcard .back {

	width: 100%;
	max-width: 400px;

}


.creditcard-actions {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	background-color: #929292;
	border-radius: 5px;
	padding: 10px 0;
}
.creditcard-actions a {
	color: #ffffff;
}

.consent {
	font-size: 0.8em;
	font-weight: 100;
	background-color: #efefef;
	padding: 5px 10px;
	margin-top: 20px;
}


form#profileForm {
	width: 40%;
	margin: 0 auto;
}
form#editCardForm {
	text-align: center;
}

table#transactionTable {
	width: 80%;
	margin: 0 auto;
}

.footer-box {
	display: flex;
	justify-content: space-around;
	font-size: 0.8em;
	flex-wrap: wrap;
}

.footer-box ul {
	list-style: none;
	font-size: 0.8em;

}

/* Pricing Table */

.membership-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.membership-container h1 {
	font-family: azo-sans-web;
	color: #3086aa;
	font-size: 34px;
	text-align: center;
}

.price-data {
	margin: 50px 0;
}

.price-data h1 {
	text-align: center;
	font-family: 'azo-sans-web';
	margin: 10px auto;
}

.price-data h3 {
	text-align: center;
	margin: 0 auto;
	font-weight: 300;
	font-size: 1em;
}

.membership-container.yearly .btn-yearly {
	background-color: var(--appBlue);
	color: #fff;
}

.membership-container.monthly .btn-monthly {
	background-color: var(--appBlue);
	color: #fff;
}

.membership-container.yearly .price-data-monthly {
	display: none;
}

.membership-container.monthly .price-data-yearly {
	display: none;
}

button.btn.price-button {
	border-radius: 10px;
	padding: 10px;
	width: 90%;
	font-size: 14px;
	margin-bottom: 0px;
	background-color: #c3c3c3;
}
/* .interval-selector {
	display: flex;
	margin-bottom: 20px;
}

.interval-selector .btn-selector {
	margin: 0 10px;
	padding: 5px 35px;
	border-radius: 7px;
	background-color: #d2d2d2;
	font-size: 1.1em;
}

.pricing-table {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.pricing-table .column {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.pricing-table .column .price-box {
	background-color: #ffffff;
	border-radius: 24px;
	flex-grow: 1;
	width: 100%;
	flex-basis: calc(calc(100% - (24 * 3))/3);
	box-shadow: 0 18px 58px rgba(66, 11, 89, 0.07),
		0 6.5703px 21.171px rgba(66, 11, 89, 0.0482987),
		0 3.18976px 10.2781px rgba(66, 11, 89, 0.0389404),
		0 1.56368px 5.03852px rgba(66, 11, 89, 0.0310596),
		0 0.618281px 1.99224px rgba(66, 11, 89, 0.0217013);
	overflow: hidden;
	z-index: 2;
}

.c2a-header {
	background-color: var(--appRed);
	color: #ffffff;
	border: none;
	text-transform: uppercase;
	font-size: 1em;
	padding: 5px 25px;
	margin: 30px 40px 10px 40px;
	border-radius: 10px;
	text-align: center;

}

.price-header {
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	border-radius: 24px 24px 0 0;
	position: relative;
	margin-bottom: 15px;
}





.price-footer {
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	border-radius: 0 0 24px 24px;
	position: relative;
	margin-top: 25px;
	flex-direction: column;
}

.price-footer small {
	font-size: 0.6em;
	font-weight: 200;
	text-transform: none;
}

.pricing-table .column .standard {
	background-color: #3d3d3d;
}

.price-header.standard:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: solid 20px #3d3d3d;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
}

.pricing-table .column .premium {
	background-color: #33aeb1;
}

.price-header.premium:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: solid 20px #33aeb1;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
}

.pricing-table .column .plus {
	background-color: #2a85ac;
}

.price-header.plus:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top: solid 20px #2a85ac;
	border-left: solid 20px transparent;
	border-right: solid 20px transparent;
}

.pricing-table .column .price-item {
	display: flex;
	padding: 10px 25px;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-weight: 200;
	font-size: 0.9em;
}

.pricing-table .column .price-item .price-left {
	text-align: center;
	flex: 0 1 auto;
	width: 75px;
	font-weight: 500;
	color: #33aeb1;
	flex-basis: 75px;
}

.pricing-table .column .price-item .price-left.disabled {
	color: #dccccc;
}

.pricing-table .column .price-item .price-left svg {
	font-size: 1.3em;
}

.pricing-table .column .price-item .price-right {
	flex: 1 0 auto;
	padding-left: 30px;
	font-weight: 400;
	flex-basis: 75px;
}
.popular-under {
	background-color: var(--appRed);
	color: #fff;
	width: auto;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	padding: 30px 0 10px;
	border-radius: 0 0 20px 20px;
	text-align: center;
	margin-top: -20px;
	position: relative;
	z-index: 1;
} */

 .interval-selector {
	border: 1px solid #fff;
	border-radius: 5px;
	position: relative;
}

button.btn.btn-selector {
	background-color: transparent;
	color: var(--appGrey);
	margin: 0;
	width: 200px;
	display: inline;
	font-size: 1.3em;
	border: 1px solid var(--appBlue);
}

 /* button.btn.btn-selector.selected {
 	background-color: var(--appBlue);
 	color: #fff;
} */

.savings-img {
	position: absolute;
	height: 100px;
	right: -210px;
	top: -30px;
}

.savings-img img {
	height: 75px;
}

 div#pricingContainer {
	background-color: #fff;
	color: #000;
	margin-top: 50px;
	width: 960px;
	border-radius: 5px;
}

 span.price-text.strike-through {
	text-decoration-line: line-through;
	font-weight: 300;
	font-size: 1.1em;
}

 .call2action {
	font-size: 0.8em;
}

 button.c2a-premium {
	background-color: var(--appRed);
	color: #fff;
	padding: 10px 15%;
	margin-top: 10px;
}

 .pricing-list {
	border-radius: 5px;
}

ul.pricing-ul {
	list-style: none;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	align-items: stretch;
	align-content: center;
	margin: 0 auto;
	padding-left: 0;
	border-radius: 5px;
}

ul.pricing-ul li {
	text-align: center;
	border-bottom: 1px solid var(--appGrey);
	padding: 15px 0;
	display: grid;
	align-content: center;
	align-content: space-between;
}

ul.pricing-ul li:first-child {
	text-align: left;
	padding-left: 30px;
	border-left: 3px solid #bab7b7;
	justify-content: start;
}

ul.pricing-ul li:last-child {
	border-left: 3px solid var(--appRed);
	border-right: 3px solid var(--appRed);
}

ul.pricing-ul:first-child li {
	border-top: 3px solid #bab7b7;
}

ul.pricing-ul:first-child li:first-child {
	border-top-left-radius: 5px;
	text-align: center;
	justify-content: center;
}

ul.pricing-ul:last-child li {
	border-bottom: 3px solid #bab7b7;
}

ul.pricing-ul:last-child li:first-child {
	border-bottom-left-radius: 5px;
}

ul.pricing-ul:first-child li:last-child {
	border-top: 3px solid var(--appRed);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

ul.pricing-ul:last-child li:last-child {
	border-bottom: 3px solid var(--appRed);
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pricing-ul h4 {
	margin: 0 0 10px;
}

li.headline-standard {
	color: var(--appTeal);
}

li.headline-premium {
	color: var(--appRed);
}

.pricing-ul i.fas {
	font-size: 3em;
}

.pricing-ul i.fas.fa-times {
	color: #000;
}

#newPlanDetails h1,
#upgradePlanDetails h1 {
	text-align: center;
	font-family: 'azo-sans-web';
	font-weight: 300;
	color: var(--appTeal);
}

.plan-options {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 20px;
}

.plan-option {
	padding: 15px 20px;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.3);
	min-width: 160px;
	text-align: center;
	cursor: pointer;
}

.plan-option.selected {
	border: 2px solid var(--appTeal);
}

.plan-interval {
	font-size: 0.8em;
	color: rgba(0,0,0,0.5);
}

.plan-price {
	font-size: 0.8em;
	color: rgba(0,0,0,0.5);
}

span.plan-price-text {
	font-size: 1.4em;
	font-weight: 700;
	color: var(--appTeal);
}

ul.selectPayMethods {
	list-style: none;
	padding-left: 10px;
	padding-right: 20px;
	background-color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 5px;
}

ul.selectPayMethods li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}

ul.selectPayMethods li .field-container {
	flex-grow: 2;
}

ul.selectPayMethods li:not(:first-child) .field-container {
	display: flex;
	justify-content: space-between;
}

input.selectPayMethod {
	margin-right: 15px;
}

label.selectPayLabel {
	font-size: 0.8em;
	margin: 10px auto 3px;
	display: block;
	font-weight: 300;
}

.total-due {
	text-align: center;
}

/* Friends & Family */
 div.friends-container {
	display: flex;
}

 .c2a-button {
	color: #fff !important;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	 -moz-transition: all 300ms ease;
	 -ms-transition: all 300ms ease;
	 -o-transition: all 300ms ease;
	 transition: all 300ms ease;
	 background-color: var(--appBlue);
}

body.standard  div.friends-container .left-section {
	background-image: url('../img/ffstandardaccount.jpg');
}

body.premium  div.friends-container .left-section {
	background-image: url('../img/ffmyaccount.jpg');
}

body.premium  .panel#companion div.friends-container .left-section {
	background-image: url('../img/companionmyaccount.jpg');
}

.panel#friends,
.panel#companion
 {
	height: calc(100vh - 180px);
	overflow: scroll;
}

 div.friends-container .left-section {
	width: 50%;
	height: calc(100vh - 180px);
	display: flex;
	background-position: center;
	background-size: cover;
	flex-direction: column;
	justify-content: flex-end;
}

 div.friends-container  .right-section {
	/* display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between; */
	margin: 0 30px;
	height: calc(100vh - 180px);
	overflow: scroll;
}
 div.friends-container  .right-section .inviteblock {
	padding: 0 1vw;

}

 div.friends-container  .right-section .referralsblock {
	padding: 0 2vw;

}

 div.friends-container  .right-section .inviteblock,
 div.friends-container  .right-section .referralsblock,
 div.friends-container  .benefitsblock .benefits{
	height: calc(100vh - 320px);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

 div.friends-container  .right-section .referralsblock {
	justify-content: space-between;
}

 div.friends-container  .right-section .referralsblock > div {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

div.friends-container  .right-section .referralsblock > div:first-child {
	flex-grow: 1;
}
.referrals {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

 div.friends-container h2,
 div.benefitsblock h2  {
	font-family: 'azo-sans-web';
	font-weight: 500;
	margin-bottom: 0;
	font-size: 1.9em;
}

 div.friends-container  .right-section .referralsblock  h2 {
	text-align: center;
	margin-bottom: 10px;
}

 div.friends-container  .right-section h3 {
	font-weight: 300;
	font-size: 1.3em;
	margin-top: 0px;
	margin-bottom: 20px;
}
 div.friends-container  .right-section .friends-remain,
 div.friends-container  .right-section .referral {
	font-family: 'azo-sans-web';
	letter-spacing: 5px;
	font-size: 1.2em;
	margin: 10px auto;
	background-color: var(--appTan);
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 300;
}

 div.friends-container  .right-section  .inviteblock .friends-remain {
	padding: 10px !important;
}

 div.friends-container  .right-section .friends-remain b {
	font-weight: bold;
	font-size: 1.2em;
	color: var(--appBlue);
}

#companion div.friends-container .right-section .friends-remain b {
	color: var(--appRed);
}

#companion div.friends-container .right-section .c2a-button {
	background-color: var(--appRed);
}

 div.friends-container  .right-section .referral-row {
	display: flex;
	width: 90%;
	margin: 0 auto;
}

 div.friends-container  .right-section .referral {
	width: calc(50% - 10px);
	padding: 2% 10px;
	margin: 10px 0;
	overflow: hidden;
	font-size: 0.9em;
}
 div.friends-container  .right-section .referral-name {
	margin-right: 5px;
}
 div.friends-container  .right-section .referral-email {
	margin-left: 5px;
}

 div.friends-container  .right-section .c2a-button {
	margin: 0 auto 40px;
	font-size: 1.3em;
	padding: 15px 130px;
}
 div.friends-container  .right-section .c2a-button:hover {
	opacity: 0.9;

}

.benefits-c2a {
	text-align: center;
	cursor: pointer;
}

 .benefitsblock {
	background-color: var(--appTan);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 320px);
}

 .benefitsblock .benefits {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-bottom: 20px;
}

 .benefitsblock .benefits .benefit {
	display: flex;
	align-items: center;
	margin: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	flex-direction: column;
	width: 22.5%;
	padding: 20px;
}
#companion .benefitsblock .benefits {
	flex-wrap: wrap;
}
#companion .benefitsblock .benefits .benefit {
	max-width: 22.5%;
	margin: 20px calc(22.5% * .1);
}

 .benefitsblock .benefits .benefit .benefit-icon {
	height: 60px;
	border-radius: 40px;
	font-size: 1.8em;
	color: var(--appTeal);
}

 .benefitsblock .benefits .benefit .benefit-text {
	padding: 0 20px 20px;
	text-align: center;
	font-size: 1em;
}

 .benefitsblock .benefits .benefit .disclaimer {
	text-align: center;
	font-size: 1em;
	font-style: italic;
	font-weight: 300;
}

 .benefitsblock .benefits .benefit .benefit-icon img {
	height: 100%;
}

 .benefitsblock .benefits .benefit .benefit-text h2 {
	color: #000;
	margin: 10px auto;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0px;
}

 .benefitsblock .benefits .benefit .benefit-text h3 {
	margin: 0 auto;
	font-weight: normal;
}

 .benefitsblock .benefits .benefit .benefit-text h4 {
	margin: 5px auto;
	font-weight: normal;
	font-style: italic;
}

 .benefitsblock button.c2a-button.invite {
	padding: 10px 30px;
	margin-bottom: 30px;
}

#companion .benefitsblock button.c2a-button.invite {
	background-color: var(--appRed);
}

#friendsModal .friend-link,
#companionModal .companion-link {
	border-radius: 5px;
	width: 100%;
	font-size: 1.2em;
	padding: 0.7vw 1vw;
	text-align: center;
	margin: 5px auto;
	border: none;
	background-color: var(--appTan);
	font-weight: 300;
	font-family: 'azo-sans-web';
	cursor: pointer;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

#friendsModal .friend-link.copied,
#companionModal .friend-companion.copied {
	background-color: #cae1ca;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#friendsModal h5,
#companionModal h5  {
	text-align: center;
	margin: 0 auto;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 1024px) {
	section.top-bar .top-nav {
		width: 60%;
	}
}

@media (max-width: 768px) {
	section.top-bar .top-nav {
		width: 50%;
	}

	section.top-bar .top-nav a.nav-link {
		font-size: 0.8em;
	}


	div#pricingContainer {
		width: 95vw;
	}

	.pricing-ul li:nth-child(1) {
		grid-area: benefit;
	}

	.pricing-ul li:nth-child(2) {
		grid-area: standard;
	}

	.pricing-ul li:nth-child(3) {
		grid-area: premium;
	}

	.pricing-ul {
		grid-auto-columns: 1fr;
		grid-template-columns: 1fr 1fr !important;
		grid-template-rows: 1fr 1fr;
		grid-template-areas:
			"benefit benefit"
			"standard premium";
	}

	#membershipContainer h1 {
		font-size: 1.5em;
		letter-spacing: 4px;
	}
	#membershipContainer button.btn.btn-selector {
		width: calc(50% - 2px);
		font-size: 0.8em;
		padding: 5px 15px;
	}

	ul.pricing-ul.hide-mobile {display: flex;justify-content: space-between;}

	ul.pricing-ul.hide-mobile:first-child li:first-child {display: none;}

	ul.pricing-ul.hide-mobile:first-child li {width: 50%;border-left: 3px solid #bab7b7;border-top-left-radius: 5px;}

	div#pricingContainer {width: calc(100% + 40px);}

	button.btn.price-button {font-size: 10px;margin: 10px auto;}

	ul.pricing-ul:nth-child(2) li:first-child {border-top-left-radius: 0px;border-top-right-radius: 0px;}

	ul.pricing-ul:first-child li:last-child {border-left: 3px solid var(--appRed);}

	.pricing-ul i.fas {
		font-size: 2em;
	}

	ul.pricing-ul li {
		padding: 15px;
	}

	ul.pricing-ul li:first-child {
		padding-left: 15px;
		border-right: 3px solid #bab7b7;
	}

	ul.pricing-ul li.headline-standard {
		border-left: 3px solid #bab7b7;
	}

	ul.pricing-ul li.headline-premium {
		border-left: 1px solid #000;
		border-right: 3px solid #bab7b7;
	}

	ul.pricing-ul:nth-child(2) li:first-child {
		border-top: 3px solid #bab7b7;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	ul.pricing-ul:last-child li:last-child {
		border-bottom: 3px solid #bab7b7;
		border-bottom-left-radius: 0px;
	}

	ul.pricing-ul:last-child li:first-child {
		border-bottom-left-radius: 0px;
		border-bottom: 1px solid #000;
	}

	ul.pricing-ul:last-child li:nth-child(2) {
		border-bottom-left-radius: 5px;
	}

	ul.pricing-ul li:nth-child(2),
	ul.pricing-ul li:nth-child(3) {
		font-size: 0.8em;
	}

	li.headline-standard::before {
		content: 'Standard';
		color: #000;
		padding-bottom: 10px;
		font-weight: bold;
	}

	li.headline-premium::before {
		content: 'Premium';
		color: #000;
		padding-bottom: 10px;
		font-weight: bold;
	}

	.pricing-ul li small {
		display: block;
	}


	.profile-box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}

	.menu-buttons {
		display: flex;
		padding-bottom: 0px;
		list-style: none;
		justify-content: space-evenly;
		flex-wrap: wrap;
		padding-left: 0;
	}

	li.menu-button {
		width: 100%;
		margin: 3px auto;
	}

	section.box.main-box {
		margin-top: 0;
	}

	form#profileForm {
		width: 90%;
		margin: 0 auto;
	}


	.box:first-child {
		margin-bottom: 20px;
	}

	.hidden-mobile {
		display: none;
	}

	img.logo-mark {
		display: none;
	}

	img.logo-title {
		height: 25px;
	}
	div.top-fixed {
		height: 64px;
	}

	section.top-bar {
		height: 64px;
		padding: 10px 0px;
	}

	section.top-bar .top-logo {
		padding-left: 15px;
	}
	section.top-bar .top-nav {
		position: absolute;
		right: -250px;
		top: 63px;
		background-color: #fff;
		margin: 0;
		z-index: 300;
		width: 250px;
		display: none;
		font-size: 16px;
	}

	#toggle-xx {
		height: auto;
		width: 64px;
		padding: 17px 15px;
		background-color: var(--appTeal);
	}

	#toggle-xx span {
		display: block;
		height: 4px;
		margin-bottom: 6px;
		background-color: #fff;
	}

	section.top-bar .top-nav.active {
		right: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	section.top-bar .top-nav .nav-button.nav-mobile {
		padding: 5px 20px;
	}
	section.top-bar .top-nav .nav-mobile {
		margin-left: 15px;
		font-size: 80% !important;
	}

	section.top-bar .top-nav a.nav-link:last-child {
		border-left: none;
	}

	 div.friends-container .left-section {display: none;}

	 div.friends-container .right-section {margin: 0;width: 100%;}

	 div.friends-container .right-section h2 {text-align: center;font-size: 1.7em;}

	 div.friends-container .right-section h3 {font-size: 1em;text-align: center;}

	 div.friends-container .right-section .c2a-button {padding: 10px;width: 100%;}

	 div.friends-container .right-section .friends-remain {
		padding: 10px;
	}

	 div.friends-container .right-section .referral {
		padding: 5px;
		font-size: 0.7em;
		display: block;
		width:100%;
		margin: 3px 0;
	}

	 div.friends-container .right-section .referralsblock h2 {font-size: 1.2em;}

	 div.friends-container .right-section .referral-row {
		flex-direction: column;
		margin-bottom: 10px;
	}

	 .benefitsblock .benefits {flex-direction: column;}

	 .benefitsblock .benefits .benefit {width: 95%;margin: 5px auto;}

	.benefitsblock h2 {text-align: center;}

	 .benefitsblock .benefits .benefit .benefit-icon {width: 40px;}

	 .benefitsblock .benefits .benefit .benefit-text h2 {font-size: 1em;}

	 .benefitsblock .benefits .benefit .benefit-text h3 {font-size: 1em;}

	/* section.top-bar {
		justify-content: center;
		flex-direction: column;
	}

	section.top-bar .top-logo {
		width: 100%

	}

	section.top-bar .top-logo .mobile-icon {
		display: block;
		text-align: center;
		font-size: 1.5em;
	}

	section.top-bar .top-nav {
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
		position: absolute;
		top: 70px;
		right: 0;
		text-align: right;
	}

	section.top-bar .top-nav a.nav-link {
		display: none;
	}
	section.top-bar .top-nav.responsive a.nav-link.nav-mobile {
		display: block;
		background-color: #f6f6f6;
		padding: 10px;
		width: 100%;
		font-size: 1.3em;
	} */

}