/* //////////////// */
/* /// v6 Shell /// */
/* //////////////// */
/*Shell:
	Layout and global stuctural styling. ex: Header, Footer, Form layout, default page padding, margin, etc.
 	Please see theme.css for default styles for buttons, forms, inputs, links, headers, paragraph, etc.
 	Please see individual template css for template specific styling.
*/

@-webkit-viewport {width: device-width;}
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@viewport {width: device-width;}

html, body {
	min-width:100%;
	min-height:100%;
}

/* foundation overrides */
.row  { max-width: 62.5rem; }
.row .row { max-width: none; }
.off-canvas.is-open { z-index: 100; }
form .row .row .column,
form .row .row .columns {
    padding: 0 0.5rem 0 .5rem!important;
}
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	height: 2.25rem !important;
}
input[type="checkbox"],
input[type="radio"] {
	height: auto !important;
}

/* --- Utility --- */

/* this is a class to test for screen widths with JQuery */
.triggerClass { width: auto; }

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}
*+html .clearfix {
	display: inline-block; /* IE7not8 */
}
.clearfix:after { /* FF, IE8, O, S, etc. */
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Medium Only */
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
	/*#subscribe { padding: 0 20px; }
	#subscribe div.marketing { padding-top: 30px; }
	#subscribe .avoyaLMS.lmsEmbedded form input[type="text"] { width: 49% !important; margin: 0 0 0 6%; }
	#subscribe .avoyaLMS.lmsEmbedded form input[type="submit"] { width: 43% !important; }
	#subscribe a.close-subscribe { right: 25px;	}*/
}


/* Scroll to Top button*/
.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    padding: 8px 10px 11px;
    border-radius: 5px;
    background-color: rgba(100,100,100,0.6);
    text-align: center;
    z-index: 10;
}
.scroll-to-top:hover { background-color: rgba(100,100,100,0.5); }
.scroll-to-top a {
	color: white;
	font-size: 10px;
	/*line-height: 1px;*/
	text-transform: uppercase;
}
.scroll-to-top i {
	display: block;
	font-size: 1rem;
}



/* Header Message */
#message-wrap {
	position: relative;
	padding: 9px 0;
	height: 40px;
	background-color: #3C4B55;
	
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#message-wrap.lead-cooldown {
	padding: 20px 0 25px;
	height: 100px;
	background-color: #0769c0;
	
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

#message {
	position: absolute;
	top: 0;
	margin: 9px 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B",sans-serif;
	font-size: 12px;
	font-weight: 600;
}
#message a {
	display: inline-block;
	padding: 2px 8px 3px;
	margin-left: 5px;
	border-radius: 2px;
	background-color: #6D7984;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
}
#message a:hover { background-color: #7A8793; }
#message a i { margin-left: 3px; font-size: 80%; }


/* Lead Cooldown Header Message */
.lead-cooldown-close {
	position: absolute;
	right: 30px;
	top: 34%;
}
.lead-cooldown-close a i {
	font-size: 20px;
	color: #FFFFFF;
	opacity: 0.7;
}
.lead-cooldown-close a:hover i {
	opacity: 1;
}
.lead-cooldown-message {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 25px 0;
	text-align: center;
	color: #FFFFFF;
	line-height: 1.4;
	font-size: 16px;
}

.lead-cooldown-message span {
	display: block;
}

@media only screen and (max-width: 40.063em) {
	.lead-cooldown-message {
		font-size: 13px;
		margin: 13px 0;
		padding: 0 50px 0 20px;
		text-align: left;
	}
	.lead-cooldown-message span { margin-top: 7px; }
	.lead-cooldown-message a { color: #F98700; }
	.lead-cooldown-close { right: 20px; }
}

/* Membership Header Message */
.extra-message-wrap {
	display: none;
	background-color: #3C4B55;
	color: #fff;
}

.extra-message-wrap .row{
    text-align: center;
}
.memberVerifyEmailMsg2 {
	font-size: 0.75rem;
    padding: 0px 15px 10px 0;
    text-align: left;
    display: inline-block;
    max-width: 527px;
    line-height: 1.25rem;
    position: relative;
}

.memberVerifyEmailMsg2 .fa.fa-times-circle {
	position: absolute;
    top: 6px;
    right: 0px;
    /*color: #b1bec4;*/
    color: #fff;
}
.memberVerifyEmailMsg2 .fa.fa-times-circle:hover {
	color: #f98700;
	cursor: pointer;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {  #message strong { display: block; }  }
@media only screen and (max-width: 40.063em) {  
	#message span { display: none; } 

	#message a.noText { padding: 2px 12px 3px 9px; }

	.memberVerifyEmailMsg2 { padding: 20px 15px 15px 20px; }
	.memberVerifyEmailMsg2 .fa.fa-times-circle { right: 10px; }
}

/* Cruise Critic Header Message*/
.cruise-critic-message {
	background-color: #394B57;
	color: #fff;
	padding: .8rem 1rem;
	font-size: 12px;
	line-height: 1.25rem;
}

/* Off Canvas Skyscraper*/
.off-canvas-skyscraper{
	position: absolute;
	right: -170px;
	top: 0px;
}

/* No Fees / Low Price - Popup */
#NoFees{ max-width:860px; padding: 20px; }
#NoFees .title,
#NoFees .subtitle,
#NoFees .disclaimer { text-align: center; }
#NoFees .title {
	margin: 0 0 5px 0;
	font-weight: 600;
	letter-spacing: -0.05em;
}
#NoFees .subtitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}
#NoFees .disclaimer {
	margin-bottom: 15px;
	line-height: 2.5;
	font-size: 12px;
}
#NoFees .second-title { font-weight: 700; }
#NoFees .terms h2 {
	margin-bottom: 5px;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
}
#NoFees .terms p {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 600;
}
#NoFees .terms ul {
	margin-bottom: 0;
	font-size: 11px;
}
#NoFees .terms li {
	margin-bottom: 5px;
	line-height: 1.3;
}

/* Header Message version */
#headerMessage { display: none; }
#headerMessage section { max-width:860px; }
#headerMessage #NoFees, #headerMessage #LowPrice { padding: 20px; }
#headerMessage a.learn-more { font-weight: 700; }
#headerMessage #NoFees .title,
#headerMessage #NoFees .subtitle,
#headerMessage #NoFees .disclaimer,
#headerMessage #LowPrice .title { text-align: center; }
#headerMessage #NoFees .title,
#headerMessage #LowPrice .title {
	margin: 0 0 15px 0;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: -0.05em;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
#headerMessage #NoFees .subtitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}
#headerMessage #NoFees .disclaimer {
	margin-bottom: 15px;
	line-height: 2.5;
	font-size: 12px;
}
#headerMessage #NoFees .second-title { font-weight: 700; }
#headerMessage #NoFees .terms,
#headerMessage #NoFees hr,
#headerMessage #LowPrice .terms,
#headerMessage #LowPrice hr { display: none; }
#headerMessage #NoFees .terms h2 {
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
}
#headerMessage #NoFees .terms p {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
}
#headerMessage #NoFees .terms ul {
	margin-bottom: 0;
	font-size: 12px;
}
#headerMessage #NoFees .terms li {
	margin-bottom: 5px;
	line-height: 1.4;
}
#headerMessage #LowPrice ol { margin-bottom: 0; font-size: 14px; font-weight: 600; }


/* Header */
#header-wrap { background-color: #FFFFFF; }
#avoya-logo {
	max-width: 200px;
	height: 50px;
	max-height: 50px;
	margin: 15px 0 10px -15px;
	pointer-events: none;
}
#avoya-logo svg { height: 62px; }
#microsite-logo {
	float:left;
	max-width: 500px;
	top: 0;
	margin: 0;
	padding: 0;
}
#headerNumber {
	margin: 15px 0;
	padding-right: 0;
}
#header-wrap a.iaHeader { text-decoration: none; color: #3c4b55; }
#header-wrap a.iaHeader .agency-name {
	display: inline-block;
    float: left;
	margin: 18px 0 15px -15px;
	max-width: 200px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4rem;
}
#header-wrap a.iaHeader .agency-name span {
	display: block;
	margin-top: 5px;
	color: #7A8793;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 0.9rem;
}
#header-wrap a.iaHeader #avoya-logo {
	margin-left: 13px;
	padding-left: 10px;
	height: 52px;
	border-left: 1px solid #ddd;
}

/* IA Header */
section#headerNumber.iaHeader { margin: 25px -13px 10px 0; }
section#headerNumber.iaHeader div { font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; }
section#headerNumber.iaHeader div span { color: #3C4B55; font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif; }
section#headerNumber.iaHeader div:last-child { margin-right: 10px; }
section#headerNumber.iaHeader div:last-child span.agent,
section#headerNumber.iaHeader div:last-child span.agent span,
section#headerNumber.iaHeader div:first-child span.cacheTollFree {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
section#headerNumber.iaHeader div:first-child span.cacheTollFree { color: #f98700 !important; }
section#headerNumber.iaHeader div:last-child span.headquarters,
section#headerNumber.iaHeader div:first-child span.phone-headquarters {
	font-size: 0.85rem;
    line-height: 2rem;
	letter-spacing: 0.02rem;
}

#header-cta { margin: 15px 0 5px; }
#header-cta .phone {
	padding-right: 15px;
	border-right: 1px solid #cbd6e1;
}
#header-cta .phone span {
	display: block;
	color: #3C4B55;
	font-size: 0.75rem;
	letter-spacing: 0;
	text-align: right;
}
#header-cta .phone span.cacheTollFree {
	color: #f98700;
	margin: 0;
	line-height: 1.5rem;
	font-size: 1.3rem;
	font-weight: 600;
}
#header-cta .form {
	padding-left: 15px;
}
#header-cta .form a {
	position: relative;
	display: inline-block;
	margin-top: 2px;
    padding: 7px 13px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0;
	color: #F98700;
	font-weight: 600;
	border-radius: 0;
	border: 2px solid #F98700;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#header-cta .form a:hover {
	background-color: #F98700;
	color: white;
	
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}


/* Main Navigation */
/*#main-nav { overflow: hidden; }*/
#main-nav a, #navigation a.main-nav { font-size: 0.75rem; }
#main-nav a:hover { color: #F98700; }
#nav-wrap {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-bottom: 2px solid white;
}
#main-nav > ul { margin: 0; overflow: visible; }
#main-nav > ul li {
	display: inline-block;
	float: left;
	list-style-type: none;
}
#main-nav .menu.submenu.is-dropdown-submenu { z-index: 1000; }
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
	right: -15px;
	top: 12px;
}

#navigation > li:first-child,
#navigation > li:first-child a,
#navigation.ia > li:first-child a { padding-left:0; }
/*#navigation > li:last-child a { padding-right: 0; }*/


#navigation a.main-nav { float: left; text-decoration: none; }
#main-nav i.fa-angle-down {
	font-size: .85rem;

    -webkit-transition: -webkit-transform .25s linear;
    -moz-transition: -moz-transform .25s linear;
    -o-transition: -o-transform .25s linear;
    transition: transform .25s linear;
}
#navigation a.main-nav.on, #main-nav a.main-nav.on { color: #F98700; }
#navigation a.main-nav.on:not(.secondary) {
	background-image: url("img/main-nav_on.jpg");
	background-repeat: no-repeat;
	background-position: center 18px;
}
#navigation a.main-nav {
	padding: 6px 12px;
	color: #0A8BFF;
	font-weight: 400 !important;
	letter-spacing: 0;
}
#navigation a.main-nav:hover { color: #f98700; }
#navigation.ia a.main-nav { padding: 6px 13px; }
#navigation a.search i {
	position: relative;
	top: -1px;
	font-size: 90%;
}

#main-nav .dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 4px inset;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 6px;
    margin-top: -2px;
}

/* Login Nav */
#headerLoginMenu a.main-nav { padding: 6px 20px; }
#main-nav a.main-nav { padding: 6px 20px 6px 10px; }
#main-nav .member-menu.logged-on a.main-nav.menu-favorites { padding: 6px; }

/* Country Selector */
#country li { font-size: 0.9rem; }
#country li a {
	display: inline-block;
	padding: 6px 0 6px 15px;
	text-decoration: none;
}
#country li a:hover { color: #0A8BFF; }

/* Featured Sale Full-Width Banner - aka "Overtake" Banner */
#overtakeBanner { display: block; margin: 0 auto 20px; }

#no-avoya-fees { display: none; }

/* Low Price Guarantee - Why Avoya - CTA & Popup */
#why-avoya { text-align: center; }
#why-avoya i { color: #6bba38; }
#why-avoya h3 { font-size: 1.2rem; font-weight: 600; }
#why-avoya p { line-height: 1.3rem; }
#why-avoya p:nth-child(2) { margin-bottom: 5px; }

#low-price-guarantee {
    display: none;
    max-width: 900px;
    padding: 10px 20px;
}
#low-price-guarantee h1 {
    font-size: 1.8rem;
    font-weight: 600;
	text-transform: uppercase;
}
#low-price-guarantee h2 {
	font-size: 0.9rem;
	font-weight:600;
	text-transform: uppercase;
}
#low-price-guarantee p {
    letter-spacing: 0;
    margin-bottom: 15px;
}
#low-price-guarantee ol li {
	margin-left: 20px;
	font-size: 0.9rem;
	font-weight: 500;
}
#low-price-guarantee .terms p { font-size: 0.8rem; line-height: 1.3; }
#navigation a.main-nav.nav-more { 
	padding-right: 1.2rem; 
    margin-right: 1rem;
}
#nav-wrap li.is-dropdown-submenu-parent > ul.submenu > li > a {	padding: .7rem 1rem; }
.username-greeting {
	text-align: right; 
	padding: 0; 
	font-size: 0.65rem;
}
#nav-wrap .member-menu { float: right; }
#nav-wrap .member-menu ul{
    right: 0;
    left: auto;
    position: absolute;
    top: 106%;
    min-width: 180px;
    background: none;
    margin-top: 14px;
    /*border-top: solid 14px transparent;*/
}
#nav-wrap .member-menu ul:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f04b";
	display: block;
	position: absolute;
	font-size: 20px;
	color: #FFF;
	right: 15px;
	top: -15px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#nav-wrap .member-menu ul:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 14px;
	position: absolute;
	top: -15px;
	left: 0;
}
#main-nav .member-menu.logged-on li.is-submenu-item.is-dropdown-submenu-item {
	background: white;
}
#main-nav .member-menu li.is-submenu-item.is-dropdown-submenu-item:first-child {
	padding-top: 10px;
}
#main-nav .member-menu li.is-submenu-item.is-dropdown-submenu-item:last-child {
	padding-bottom: 16px;
	
}
#main-nav .member-menu.logged-off li.is-submenu-item.is-dropdown-submenu-item:last-child {
	padding-top: 10px;
}
#main-nav .member-menu.logged-off li.is-submenu-item.is-dropdown-submenu-item {
	text-align: center;
	background: white;
}
#main-nav .member-menu.logged-off li.is-submenu-item.is-dropdown-submenu-item:first-child button.bnOrange {
	display: inline-block;
    padding: 8px 30px;
    margin-top: 10px;
}

#main-nav .member-menu.logged-off li.is-submenu-item.is-dropdown-submenu-item:first-child button.bnOrange:hover {
	color: #FFFFFF;
}
#main-nav .member-menu.logged-off li.is-submenu-item.is-dropdown-submenu-item:last-child a {
	padding: 0;
}    

#main-nav .member-menu.logged-on > li:first-child > a {
	padding: .7rem 0.4rem;
}

#main-nav .member-menu.logged-on > li > ul.menu > li:last-child a {
	padding-bottom: 0;
}

#main-nav .member-menu.logged-on span.user-email {
	font-size: 0.7em;
	color: #7a8793;
	padding: 0 1rem;
	display: block;
	text-align: right;
	padding-top: 0;
	padding-right: 1rem;
}

/* ----- Custom SR Pages - Headers ----- */
.sRcustomHeader {
	position: relative;
	padding-top: 15px;
	border-bottom: 20px solid #eef2f7;
	background-color: #FFF;
    margin: 0 !important;
}
.sRcustomHeader h1 {
	font-weight: 700;
	text-transform: capitalize;
}
/* Resident Discount Header */
.sRcustomHeader.resDisc .stateface {
  position: absolute;
  top: 40%;
  left: 20px;
  color: #BEC9CE;
  font-size: 9rem;
}
.sRcustomHeader.resDisc h1 {
	left: 10%;
	margin: 1rem 0 2rem;
	padding: 0;
	position: relative;
	font-size: 3rem;
	line-height: 2.75rem;
	letter-spacing: -0.05rem;
}
.sRcustomHeader.resDisc h1 span:first-child {
	display: block;
	font-weight: 400;
	font-size: 1.75rem;
}

/* Footer */
footer { margin-bottom: -30px!important; }

#footer-cta-wrap {
	position: relative;
	padding: 2%;
	-webkit-box-shadow: 0 4px 5px 0 rgba(100,100,100,0.1);
	box-shadow: 0 4px 5px 0 rgba(100,100,100,0.1);
	z-index: 1;
}
#footer-cta-wrap .subscribe {
	margin-bottom: 2%;
	padding: 11px 15px 25px;
	background-color: #E4E9EF;
}
#footer-cta-wrap .subscribe .headline {
	margin: 8px 0 15px;
	color: #3C4B55;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: -0.03em;
}
#footer-cta-wrap .subscribe ul {
	margin: 10px 0 35px;
	list-style-type: none;
}
#footer-cta-wrap .subscribe li {
	margin-bottom: 9px;
	line-height: 1.25rem;
	font-size: 17px;
}
#footer-cta-wrap .subscribe li i {
	color: #6bba38;
	margin-right: 3px;
}
#footer-cta-wrap .subscribe > div:first-child { padding: 8px 0 0 10px; }
#footer-cta-wrap .subscribe > div:last-child { padding: 0 10px 0 0; }
#footer-cta-wrap .subscribe .fa-tags { font-size: 3rem; color: #6bba38; }
#footer-cta-wrap .subscribe input[type="text"] { margin-top: 6px; padding: 8px 15px; }

#footer-cta-wrap .cta {
	float: left;
	padding: 10px 0 15px;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
	background-color: #E4E9EF;
}
#footer-cta-wrap a.lmsCTA { display: block; }
#footer-cta-wrap a .cta { color: #3C4B55; }
#footer-cta-wrap .cta:nth-child(3) { margin-bottom: 2%; }
#footer-cta-wrap .cta i {
	margin-top: 8px;
	margin-left: 12px;
	font-size: 3rem;
}
#footer-cta-wrap .cta .headline {
	margin-top: 0;
	margin-bottom: 2px;
	color: #3C4B55;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
}
#footer-cta-wrap .cta p {
	margin-bottom: 5px;
	line-height: 1.25rem;
}
#footer-cta-wrap .cta p span { color: #3C4B55; }
#footer-cta-wrap .cta .cacheTollFree { font-weight: 600; }

#footer-cta-wrap .cta .fa-check-square-o { color: #7A8793; }
#footer-cta-wrap .cta .fa-comments-o { margin-top: 2px; color: #f98700; }

#footer-cta-wrap #tte span.fauxlink { color: #0A8BFF; }

#footer-cta-wrap .cta:hover { background-color: #0A8BFF; }

#footer-cta-wrap #tte:hover {
	cursor: pointer;
	background-color: #f98700;
	color: white;
}
#footer-cta-wrap .cta:hover .fa-check-square-o,
#footer-cta-wrap .cta:hover p,
#footer-cta-wrap .cta:hover p span,
#footer-cta-wrap .cta:hover .headline,
#footer-cta-wrap #tte:hover .fa-comments-o,
#footer-cta-wrap #tte:hover .headline,
#footer-cta-wrap #tte:hover p,
#footer-cta-wrap #tte:hover .cacheTollFree,
#footer-cta-wrap #tte:hover span.fauxlink { color: white !important; }

#footer-cta-wrap .stats-counter {
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
#footer-cta-wrap .stats-counter ul {
	list-style-type: none;
	margin: 20px 0 30px;
}
#footer-cta-wrap .stats-counter li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	padding: 1% 1.5% 1% 1%;
	border-right: 1px solid #b1bec4;
}
#footer-cta-wrap .stats-counter li:last-child { margin: 0; border-right: none; }
#footer-cta-wrap .stats-counter li .columns { padding: 0; }
#footer-cta-wrap .stats-counter li .number {
	font-size: 1.6rem;
	line-height: 1.8rem;
}
#footer-cta-wrap .stats-counter li .text {
	font-size: 0.75rem;
	line-height: 1rem;
}

#footer-social { position: relative; overflow: visible; }
#footer-social .social {
	position: absolute;
    bottom: -130px;
	margin: 0 auto 40px;
	padding: 20px;
    font-size: 1.25rem;
    width: auto;
    background: #eef2f7;
    -webkit-box-shadow: 0 4px 5px 0 rgba(100,100,100,0.1);
    box-shadow: 0 4px 5px 0 rgba(100,100,100,0.1);
}
#footer-social .social a { display: inline-block; margin: 0 5px; }

#mega-menu .social a svg .twitterB,
#mega-menu .social a svg .instagramB,
#mega-menu .social a svg .vineB,
#mega-menu .social a svg .tumblrB,
#mega-menu .social a svg .googleB,
#mega-menu .social a svg .pinterestB,
#mega-menu .social a svg .facebookB,
#footer-social .social a svg .twitterB,
#footer-social .social a svg .instagramB,
#footer-social .social a svg .vineB,
#footer-social .social a svg .tumblrB,
#footer-social .social a svg .googleB,
#footer-social .social a svg .pinterestB,
#footer-social .social a svg .facebookB {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
 }
#footer-social .social a:hover svg .twitterB { fill: #65ccef;}
#footer-social .social a:hover svg .instagramB { fill: #6b441a;}
#footer-social .social a:hover svg .vineB { fill: #00B489;}
#footer-social .social a:hover svg .tumblrB { fill: #5b8daa;}
#footer-social .social a:hover svg .googleB { fill: #df4b38;}
#footer-social .social a:hover svg .pinterestB { fill: #f1605c;}
#footer-social .social a:hover svg .facebookB { fill: #517cbe;}
#footer-social .social a:hover svg .twitterL,
#footer-social .social a:hover svg .instagramL,
#footer-social .social a:hover svg .vineL,
#footer-social .social a:hover svg .tumblrL,
#footer-social .social a:hover svg .googleL,
#footer-social .social a:hover svg .pinterestL,
#footer-social .social a:hover svg .facebookL { fill: #ffffff;}

#mega-menu .social a:hover svg .twitterB { fill: #65ccef;}
#mega-menu .social a:hover svg .instagramB { fill: #6b441a;}
#mega-menu .social a:hover svg .vineB { fill: #00B489;}
#mega-menu .social a:hover svg .tumblrB { fill: #5b8daa;}
#mega-menu .social a:hover svg .googleB { fill: #df4b38;}
#mega-menu .social a:hover svg .pinterestB { fill: #f1605c;}
#mega-menu .social a:hover svg .facebookB { fill: #517cbe;}
#mega-menu .social a:hover svg .twitterL,
#mega-menu .social a:hover svg .instagramL,
#mega-menu .social a:hover svg .vineL,
#mega-menu .social a:hover svg .tumblrL,
#mega-menu .social a:hover svg .googleL,
#mega-menu .social a:hover svg .pinterestL,
#mega-menu .social a:hover svg .facebookL { fill: #ffffff;}

#footer-wrap {
	position: relative;
	margin-bottom: -30px;
    z-index: 0;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif!important;
	background-color: #E4E9EF;
}
#footer-alert {
	margin: 50px auto 0;
	padding: 5px 0;
	background-color: #D1D7DE;
	text-align: center;
}
#footer-alert p {
	margin: 0;
	padding: 0;
	color: #3C4B55 !important;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
}
#footer-wrap section.row {
	margin: 0 auto;
}
#footer-wrap p { color: #fff; }
#footer-wrap .featured-cruise-sale,
#footer-wrap .featured-tour-sale {
	padding-left: 0;
}
#footer-wrap ul.links {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footer-wrap .tagline { display:inline-block; font-size: 13px !important; margin-bottom: 5px; }
#footer-wrap ul.links li {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
#footer-wrap ul.links li a {
	padding: 3px 3px 3px 0;
	font-size: 12px;
}
#footer-wrap .amex-affiliate {
	padding: 40px 0 10px 0;
    margin: 30px 0 0;
	border-top: 1px solid #ccc;
}
#footer-wrap .amex-affiliate ul  {
	margin:0;
	list-style-type: none;
}
#footer-wrap .amex-affiliate ul li {
	position: relative;
	float: left;
	margin-right: 42px;
	min-height: 42px;
}
#footer-wrap .amex-affiliate ul li:first-child { margin-right: 50px; }
#footer-wrap .amex-affiliate ul li:last-child { margin-right: 0; }
#footer-wrap .amex-affiliate ul #logo-avoya-amex {
	position: relative;
    top: -9px;
	height: 43px;
}
#footer-wrap .amex-affiliate ul #avoya-amex {
	position: absolute;
	bottom: -10px;
	left: 2px;
	font-size: 9px;
	white-space: nowrap;
}
#footer-wrap .amex-affiliate #logo-bbb { height: 27px; }
#footer-wrap .amex-affiliate #logo-asta { height: 34px; }
#footer-wrap .amex-affiliate #logo-clia { height: 34px; }
#footer-wrap .amex-affiliate #logo-iatan { height: 37px; }
#footer-wrap .amex-affiliate #logo-amex { height: 36px; }
#footer-wrap .amex-affiliate #logo-visa { height: 18px; margin-top: 9px; }
#footer-wrap .amex-affiliate #logo-mastercard { height: 31px; margin-top: 3px; }

#footer-wrap .legal {
	padding-left: 0;
	padding-right: 0;
	font-size: 11px;
	line-height: 18px;
}
#footer-wrap .legal .contact { float: left; }
#footer-wrap .legal .copyright { float: right; text-align: right; }

/* fixed chat button */
.chat-available-btn {
    position: fixed;
    bottom: -40px;
    right: 10%;
    z-index: 1000;

    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

/* Header/Footer Subscribe Forms */
#mega-menu .avoyaLMS.lmsEmbedded,
#footer-cta-wrap .subscribe .avoyaLMS.lmsEmbedded {
	margin:0;
	padding:0;
	border:0;
	background:none;
}
#mega-menu .avoyaLMS.lmsEmbedded form,
#footer-cta-wrap .subscribe .avoyaLMS.lmsEmbedded form {
	margin:0;
}
#mega-menu .avoyaLMS.lmsEmbedded .preload,
#mega-menu .avoyaLMS.lmsEmbedded .submitting {
	background-color:rgba(249,250,251,0.85);
}
#footer-cta-wrap .subscribe .avoyaLMS.lmsEmbedded .preload,
#footer-cta-wrap .subscribe .avoyaLMS.lmsEmbedded .submitting {
	background-color:rgba(228,233,239,0.85)
}
#mega-menu .avoyaLMS.lmsEmbedded .bnSubmit {
	border: 1px solid rgb(249,250,251);
	background:rgb(249,250,251);
}
#footer-cta-wrap .subscribe .avoyaLMS.lmsEmbedded .bnSubmit {
	border: 1px solid rgb(228,233,239);
	background:rgb(228,233,239);
}
#mega-menu .avoyaLMS.lmsEmbedded .lmsSubscribe.complete,
#footer-cta-wrap .subscribe .avoyaLMS.lmsEmbedded .lmsSubscribe.complete {
	padding:10px;
	border:1px #6bba38 solid;
	background-color:white;
}
#footer-cta-wrap .subscribe .avoyaLMS.lmsEmbedded .lmsSubscribe.complete {
	margin:1rem 0;
}

/* --- Main --- */
#main.row { background: white; position: relative;}

#supplier-header { position: relative; }
.supplier-logo {
	position: absolute;
	bottom:-1px;
	left:0;
	margin: 0;
	padding: 1rem 3rem;
	background-color: #FFF;
	-webkit-box-shadow: 3px -3px 3px 0 rgba(100,100,100,0.3);
	box-shadow: 3px -3px 3px 0 rgba(100,100,100,0.3);
}
.supplier-logo embed {
	width: 260px;
	max-height: 70px;
	max-width: 100%;
}

/* User Login / Create Account Form */
#user-form {
	display: none;
	margin: -500px auto 60px;
	padding: 20px;
	width: 50%;
	background: #FFF;
	border: 1px solid #D1D7DE;
	border-bottom: 3px solid #D1D7DE;
	border-radius: 4px;
}
#user-form .tab-title,
#user-form .tab-title.active {
	border-top: 1px solid #cbd6e1;
	border-left: 1px solid #cbd6e1;
}
#user-form .tab-title > a { padding: 20px 30px; }

#user-form .tab-title:first-child { margin-left: 14%; }
#user-form .tabs-content { margin-bottom: 0; border: 1px solid #E4EAF0; }
#user-form .content { width: 100%; padding-bottom: 2rem }
#user-form .content > img {
	display: block;
	width: 310px;
	margin: 0 auto 10px;
}
#user-form .content > div { text-align: center; margin-bottom: 10px; }
#user-form .content > form {
	display: block;
	width: 310px;
	margin: 0 auto ;
}
#user-form .content > form span {
	padding-top: 10px;
	color: #7A8793;
	font-size: 12px;
	font-style: italic;
}
#user-form .content > form input[type=submit] { display: inline-block; margin-top: 10px; }
#user-form .forgot {
	width: 310px;
	margin: 20px auto;
	text-align: center;
}


/* NEW Membership Form - Legacy and New*/
/* links */
footer .RegboxLoadTrigger.membership { position: absolute !important; left: -99999px !important; }
.RegboxLoadTrigger.membership { left: 0 !important; position: relative !important; }

/* forms */
.membership-login .fancybox-inner,
.MembershipBox .fancybox-inner,
.MembershipBoxCenter .fancybox-inner,
.MembershipBox .avoyaLMS,
.MembershipBoxCenter .avoyaLMS { overflow: visible !important; }

.MembershipBox .fancybox-skin, 
.MembershipBoxCenter .fancybox-skin {
	padding: 0 !important;
	border-radius: 0;
	overflow: visible !important;
}

.avoyaLMS.MembershipBoxCenter.fancybox-opened,
.avoyaLMS.MembershipBoxCenter,
.avoyaLMS.MembershipBox:not(.MembershipLegacy) { width:540px !important; }
.avoyaLMS.MembershipBoxCenter .avoyaLMS.MembershipBoxCenter .template,
.avoyaLMS.MembershipBox .avoyaLMS.MembershipBox .template {
	padding: 32px;
	background-color: #afb9c3;
}
.avoyaLMS.MembershipBoxCenter:not(.MembershipLegacy) .fancybox-close,
.avoyaLMS.MembershipBox:not(.MembershipLegacy) .fancybox-close {
    height: 12px;
	width: 15px;
	top: 10px;
	right: 9px;
	background: transparent url('/img/svgz/close_x.svgz') no-repeat;
}
.avoyaLMS.MembershipBox.fancybox-opened .fancybox-skin { box-shadow: none !important; }
.fancybox-overlay { background-color: rgba(0,0,0,0.6) !important; }

.complete .form .member-signin,
form.complete + .member-signin { display: none; }

form.lmsSubscribe.complete div {
	margin-bottom: 25px;
	color: #f98700;
	font-size: 22px;
}

.lmsMembership input[type="submit"].bnSubmit {
	background: #f9fafb;
    background: -moz-linear-gradient(top, #f9fafb 1%, #e4e9ef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f9fafb), color-stop(100%,#e4e9ef));
    background: -webkit-linear-gradient(top, #f9fafb 1%,#e4e9ef 100%);
    background: -o-linear-gradient(top, #f9fafb 1%,#e4e9ef 100%);
    background: -ms-linear-gradient(top, #f9fafb 1%,#e4e9ef 100%);
    background: linear-gradient(to bottom, #f9fafb 1%,#e4e9ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e4e9ef',GradientType=0 );
}

/*Membership Legacy Styles - Form Center*/
.avoyaLMS.MembershipBox.MembershipLegacy { width: 600px; }
.avoyaLMS.MembershipBox .avoyaLMS.MembershipBox.MembershipLegacy .template {
	background-color: #e8eff5;
	padding: 0 !important;
}
#membership.membership-legacy { position: relative; }

#membership.membership-legacy .heading {
	padding: 10px 20px;
	color: white;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: -0.1rem;
	line-height: 1.7;
	background: rgb(8,92,147);
	background: -moz-linear-gradient(top,  rgba(8,92,147,1) 0%, rgba(2,53,106,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(8,92,147,1) 0%,rgba(2,53,106,1) 100%);
	background: linear-gradient(to bottom,  rgba(8,92,147,1) 0%,rgba(2,53,106,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085c93', endColorstr='#02356a',GradientType=0 );
}
#membership.membership-legacy.password .heading {
	font-size: 24px;
	line-height: 2;
}
#membership.membership-legacy .heading embed {
	float: right;
	position: relative;
	top: 7px;
}
#membership.membership-legacy .marketing { text-shadow: 1px 1px 0 #fff; }
#membership.membership-legacy .check-list {
	padding: 20px 25px;
}
#membership.membership-legacy .check-list i { color: #6BBA38; }
#membership.membership-legacy .check-list div {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}
#membership.membership-legacy  .check-list ul {
	margin-left: 0;
	list-style-type: none;
}
#membership.membership-legacy .check-list li {
	margin-bottom: 3px;
	font-size: 13px;
	float: left;
	width: 50%;
}
#membership.membership-legacy.password .check-list li {
	width: 100%;
}
#membership.membership-legacy .free-banner {
	background-color: #6bba38;
    border-radius: 90px;
    box-shadow: 3px 3px 4px rgba(100, 100, 100, 0.5);
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    height: 72px;
    line-height: 1.1;
    padding: 17px 0;
    position: absolute;
    right: -38px;
    text-align: center;
    text-transform: uppercase;
    top: 55px;
    width: 72px;
}
#membership.membership-legacy .form {
	position: relative;
	padding: 0 10px 35px;
}

#membership.membership-legacy .form form.complete { padding: 0 2rem; }
#membership.membership-legacy .form .member-signin { font-size: 12px; }
#membership.membership-legacy input[type="submit"] { width: 100%; box-shadow: none; }

#membership.membership-legacy input {
	margin-bottom: 0;
	font-size: 14px !important;
	height: 2rem !important;
	line-height: 1 !important;
}
#membership.membership-legacy input.bnOrange { /*margin-left: 0.5rem;*/ }
#membership.membership-legacy .input-container-divider {
    border-left: 1px solid #b1bec4;
    height: 37px;
    float: left;
    width: 10px;
}
#membership.membership-legacy input::-moz-placeholder { opacity: 1; }
#membership.membership-legacy input::placeholder {
	color: #7A8793;
	font-size: 14px;
}
#membership.membership-legacy > .row {
	position: absolute;
	bottom: -40px;
	left: 0;
	height: 40px;
	width: 100%;
}
#membership.membership-legacy .privacy-policy {
	float: right;
	padding: 10px 0 0 0;
	font-size: 12px;
	color: white;
}
#membership.membership-legacy form.lmsSubscribe.complete { padding: 0 15px; }
#membership.membership-legacy form.lmsSubscribe.complete div { font-size: 18px; font-weight: bold; margin-bottom: 10px; }
#membership.membership-legacy form.lmsSubscribe.complete p { margin-bottom: 10px; }


/* Legacy - With Added Socials */
#membership.membership-legacy .form .medium-6:first-child {
	border-right: 1px solid #DDD;
}

#membership.membership-legacy .form .form-header {
	margin-bottom: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}
#membership.membership-legacy .lmsMembership.center .regInputContainer { margin-bottom: 7px !important; }
#membership.membership-legacy .other-logins .form-header { margin-bottom: 20px; }
#membership.membership-legacy .other-logins .login { margin-bottom: 10px; }
#membership.membership-legacy .other-logins .member-signin {
	border-top: 1px solid #DDD;
	padding-top: 20px;
	width: 70%;
	margin: 20px auto 0;
}


.bnLoginFacebook,
.bnLoginGoogle {
	display: block;
	position: relative;
	padding: 8px 0 8px 15px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
	/*width: 200px;*/
	line-height: 1;
	border: 1px solid #FFF;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.bnLoginFacebook i.fa-facebook,
.bnLoginGoogle img {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 11%;
}
.bnLoginGoogle img {
	padding: 7px 8px 7px 7px;
	border-right: 1px solid #dddddd;
}
.bnLoginFacebook {
	color: #fefefe;
	background-color: #1779ba;
}
.bnLoginFacebook i:before{
	float: left;
    padding: 10px;
    padding-top: 10px;
}
.bnLoginFacebook:hover {
	color: #fefefe;
	background-color: rgba(23, 121, 181, 0.8);
}
.bnLoginGoogle {
	color: #7a8793;
	background-color: #ffffff;
}
.bnLoginGoogle:hover {
	color: #7a8793;
	background-color: #eeeeee;
}



.avoyaLMS.MembershipBoxCenter.centerImage .template { background: url('/img/jpg/membership-center-bg.jpg') no-repeat center center; background-size: cover; }
.avoyaLMS.MembershipBoxCenter.centerImage .form { background: url('/img/jpg/membership-center-form.jpg') no-repeat; background-size: cover; }

.avoyaLMS.MembershipBox.sideImage .template { background: url('/img/jpg/membership-side-bg.jpg') no-repeat center center; }
.avoyaLMS.MembershipBox.sideImage .form { background: url('/img/jpg/membership-side-form.jpg') no-repeat center center; }

/*Variation 1 - Form Center*/
#lmsSiteWideMainPopOverAutoDeviceJoinNowBecomeAnAvoyaMemberSubscriptionEmailVWOMembership-FormCenter .template {
	padding-top: 30px;
}
#membership.membership-form-center { position: relative; }
#membership.membership-form-center .marketing { color: white; }
#membership.membership-form-center .marketing .heading {
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.06rem;
	line-height: 1.7;
}
#membership.membership-form-center .marketing .sub-heading { font-size: 17px; line-height: 1.2; }

#membership.membership-form-center .free-banner {
	position: absolute;
	top: -45px;
	right: 0;
	height: 90px;
	width: 75px;
	padding: 40px 10px 10px 10px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.2;
	background-color: #E4E9EF;
	color: #3C4B55;
	box-shadow: 3px 3px 4px rgba(100,100,100,0.5);
}
#membership.membership-form-center .form {
	margin-top: 20px;
	margin-bottom: -60px;
	padding: 30px 20px 20px;
	background-color: #eef1f6;
	box-shadow: 3px 3px 4px rgba(100,100,100,0.5);
}
#membership.membership-form-center .form .member-signin {
	position: relative;
	top: -15px;
	color: #7A8793;
	font-size: 11px;
}

#membership.membership-form-center input:not([type="submit"]) {
	height: 30px !important;
	margin-bottom: 0;
	padding: 4px 4px 4px 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: 0 1px #7A8793;
	font-size: 14px !important;
}
#membership.membership-form-center input::-moz-placeholder { opacity: 1; }
#membership.membership-form-center input::placeholder {
	color: #7A8793;
	font-size: 14px;
}
#membership.membership-form-center input[type="submit"] {
	box-shadow: none;
	width: 100%;
	border-radius: 0;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	height: 2rem !important;
	padding: 5px 20px;
}

#membership.membership-form-center > .row {
	position: absolute;
	bottom: -43px;
	left: -32px;
	width: 112%;
	height: 40px;
}
#membership.membership-form-center .privacy-policy {
	float: right;
	padding-top: 10px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-size: 10px;
	color: #7A8793;
}
#membership.membership-form-center .privacy-policy a {
	color: #7A8793;
	text-transform: uppercase;
	text-decoration: underline;
}
#membership.membership-form-center form.lmsSubscribe.complete a {
	padding: 5px 20px;
	border-radius: 0;
	box-shadow: none;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-size: 14px;
	text-transform: uppercase;
}

.centerImage #membership.membership-form-center .free-banner { background-color: #D1D7DE; }

/*Variation 2 - Form Left*/
#membership.membership-form-left { position: relative; }
#membership.membership-form-left .marketing {
	position: relative;
	float:right;
	width: 55%;
	padding-left: 0;
	padding-right: 0;
	color: white;
}
#membership.membership-form-left .marketing .heading {
	margin-top: -8px;
	font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
	letter-spacing: -0.06rem;
}
#membership.membership-form-left .marketing .free-banner {
	display: inline-block;
	float:right;
	position: relative;
	right: 30px;
	height: 70px;
	width: 70px;
	border-radius: 70px;
	margin: -15px 0 0 0;
	padding: 17px 12px;
	color: #3C4B55;
	background-color: #E4E9EF;
	font-size: 18px;
	text-transform: uppercase;
	box-shadow: 3px 3px 4px rgba(100,100,100,0.5);
	-moz-transform: rotate(340deg);
	-webkit-transform: rotate(340deg);
	-o-transform: rotate(340deg);
	-ms-transform: rotate(340deg);
	transform: rotate(340deg);
}
#membership.membership-form-left .marketing .check-list {
	color: #3C4B55;
	margin-top: 80px;
}
#membership.membership-form-left .marketing .check-list i { margin-right:4px; }
#membership.membership-form-left .marketing .check-list hr {
	width: 35px;
    margin-left: 0;
	margin-bottom: 16px;
    border-bottom: 2px solid #3C4B55;
}
#membership.membership-form-left .marketing .check-list div {
	margin-bottom: 26px;
	font-size: 18px;
}
#membership.membership-form-left .marketing .check-list ul {
	margin-left: 0;
	list-style-type: none;
}
#membership.membership-form-left .marketing .check-list li {
	margin-bottom: 8px;
	font-size: 13px;
}
#membership.membership-form-left .form {
	position: relative;
	width: 266px;
	margin-left: -90px;
	padding: 25px 32px 30px;
	background-color: #eef1f6;
	box-shadow: 3px 3px 4px rgba(100,100,100,0.5);
}
#membership.membership-form-left .form embed { margin: 0 25% 15px; }
#membership.membership-form-left .form .member-signin {
	color: #afb9c3;
	font-size: 9px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
#membership.membership-form-left input:not([type="submit"]) {
	height: 25px !important;
	margin-bottom: 0;
	padding: 4px 4px 0 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: 0 1px #7A8793;
	font-size: 10pt !important;
}
#membership.membership-form-left input::-moz-placeholder { opacity: 1; }
#membership.membership-form-left input::placeholder {
	color: #7A8793;
	font-size: 10pt;
}
#membership.membership-form-left input[type="submit"] {
	box-shadow: none;
	width: 100%;
	border-radius: 0;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	height: 26px !important;
	padding: 2px 20px;
	margin-top: -3px;
	margin-bottom: 5px;
}

#membership.membership-form-left > .row {
	position: absolute;
	bottom: -75px;
	left: -32px;
	width: 113%;
	height: 40px;
}
#membership.membership-form-left .privacy-policy {
	float: right;
	padding-top: 10px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-size: 9px;
	color: #7A8793;
	letter-spacing: -0.01rem;
}
#membership.membership-form-left .privacy-policy a {
	color: #7A8793;
	text-transform: uppercase;
	text-decoration: underline;
}

/* Password second step page */
.membershipSignup div.regInputContainer{
	margin-bottom: 7px;
}
.membershipSignup div.form-input-header{
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}
.membershipSignup div.member-signin{
	border-top: 1px solid #DDD;
    padding-top: 20px;
    width: 70%;
    margin: 20px auto 0;
}
.membershipSignup div div.login:first-of-type{
	margin-left: 15px;
}
.passwordConfirm div div.socialSmall{
	margin-top: 30px;
}
.passwordConfirm div div.login a{
	width: 20%;
    height: auto;
    border-radius: 50%;
    padding: 20px;
    float: left;
    margin-right: 10px;
}
.passwordConfirm div div.login a i.fa-facebook:before{
	padding: 16px;
    padding-top: 13px;
}
.passwordConfirm div div.login a.bnLoginGoogle img{
	width: 30px;
    border: none;
    margin-left: 6px;
}
.passwordConfirm div.member-signin{
	text-align: center;
    border: none;
    margin-top: 0;
} 

}
.membershipSignup div.row div.columns{
	padding:  0 1rem!important;
}
/*form complete page*/
#membership.membership-form-left form.lmsSubscribe.complete div {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 0.7;
}
#membership.membership-form-left form.lmsSubscribe.complete div span {
	font-size: 13px;
	text-transform: uppercase;
}
#membership.membership-form-left form.lmsSubscribe.complete p { line-height: 1.2; color: #7A8793; }
#membership.membership-form-left form.lmsSubscribe.complete a {
	margin: 20px 0;
	padding: 5px 20px;
	border-radius: 0;
	box-shadow: none;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-size: 14px;
	text-transform: uppercase;
}

/* Variation 2 - Form Left Image */
.sideImage #membership.membership-form-left .marketing .check-list { color: white; }
.sideImage #membership.membership-form-left .marketing .check-list hr { border-bottom: 2px solid white; }
.sideImage #membership.membership-form-left .marketing .heading { margin-top: 15px; } 
.sideImage #membership.membership-form-left .marketing .free-banner { background-color: #D1D7DE; }
	
/*Variation 3 - From Right*/
#membership.membership-form-right { position: relative; }
#membership.membership-form-right .marketing {
	position: relative;
	float:left;
	width: 55%;
	padding-left: 0;
	padding-right: 0;
	color: white;
}
#membership.membership-form-right .marketing .heading {
	margin-top: -8px;
	font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
	letter-spacing: -0.06rem;
}
#membership.membership-form-right .marketing .free-banner {
	display: inline-block;
	position: relative;
	margin: 23px 0 32px -38px;
	padding: 5px 8px 5px 38px;
	color: #3C4B55;
	background-color: #c5d0e0;
	font-size: 15px;
	text-transform: uppercase;
	box-shadow: 3px 3px 4px rgba(100,100,100,0.5);
}
#membership.membership-form-right .marketing .check-list { color: #3C4B55; }
#membership.membership-form-right .marketing .check-list i { margin-right: 4px; }
#membership.membership-form-right .marketing .check-list hr {
	width: 35px;
    margin-left: 0;
	margin-bottom: 16px;
    border-bottom: 2px solid #3C4B55;
}
#membership.membership-form-right .marketing .check-list div {
	margin-bottom: 26px;
	font-size: 18px;
}
#membership.membership-form-right .marketing .check-list ul {
	margin: 0;
	list-style-type: none;
}
#membership.membership-form-right .marketing .check-list li {
	margin-bottom: 6px;
	font-size: 12px;
}
#membership.membership-form-right .form {
	position: relative;
	float: right;
	width: 266px;
	margin-left: 0;
	margin-right: -65px;
	padding: 25px 32px 30px;
	background-color: #eef1f6;
	box-shadow: 3px 3px 4px rgba(100,100,100,0.5);
}
#membership.membership-form-right .form embed { margin: 0 25% 15px; }
#membership.membership-form-right .form .member-signin {
	color: #afb9c3;
	font-size: 9px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}
#membership.membership-form-right input:not([type="submit"]) {
	height: 25px !important;
	margin-bottom: 0;
	padding: 4px 4px 0 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: 0 1px #7A8793;
	font-size: 10pt !important;
}
#membership.membership-form-right input::-moz-placeholder { opacity: 1; }
#membership.membership-form-right input::placeholder {
	color: #7A8793;
	font-size: 10pt;
}
#membership.membership-form-right input[type="submit"] {
	box-shadow: none;
	width: 100%;
	border-radius: 0;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	height: 26px !important;
	padding: 2px 20px;
	margin-top: -3px;
	margin-bottom: 5px;
}

#membership.membership-form-right > .row {
	position: absolute;
	bottom: -75px;
	left: -32px;
	width: 113%;
	height: 40px;
}
#membership.membership-form-right .privacy-policy {
	float: right;
	padding-top: 10px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
	font-size: 9px;
	color: #7A8793;
	letter-spacing: -0.01rem;
}
#membership.membership-form-right .privacy-policy a {
	color: #7A8793;
	text-transform: uppercase;
	text-decoration: underline;
}
/*form complete page*/
#membership.membership-form-right form.lmsSubscribe.complete div {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 0.7;
}
#membership.membership-form-right form.lmsSubscribe.complete div span {
	font-size: 13px;
	text-transform: uppercase;
}
#membership.membership-form-right form.lmsSubscribe.complete p { line-height: 1.2; color: #7A8793; }
#membership.membership-form-right form.lmsSubscribe.complete a {
	margin: 20px 0;
	padding: 5px 20px;
	border-radius: 0;
	box-shadow: none;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-size: 14px;
	text-transform: uppercase;
}
.membership-form .heading {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #3C4B55;
}
.membership-form {position:absolute;}
.membership-form .lmsPricingFormCloseArrow {
	position:absolute;
	top: 0;
	right: 0;
	padding: 5px;
    display: inline-block;
}
.avoyaLMS.lmsEmbedded.membership-form .template form label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2px;
}
.membership-form .marketing { padding-top: 13px; }

/* Variation 3 - Form Right Image */
.sideImage #membership.membership-form-right .marketing .check-list { color: white; }
.sideImage #membership.membership-form-right .marketing .check-list hr { border-bottom: 2px solid white; }
.sideImage #membership.membership-form-right .marketing .free-banner { margin-bottom: 26px; background-color: #D1D7DE; }

/*Popup Affiliate Logo*/
#membership .affiliation embed { position: relative; top:9px; margin-right: 10px; width: 211px; }

/* Input Form Validation */

.avoyaLMS.legacyThickbox.lmsEmbedded form .regInputContainer input {
	padding-right: 1.5rem;
}

.regInputContainer i.good, .regInputContainer i.bad {
	position: absolute;
	display: inline-block;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}

#membership.membership-legacy .regInputContainer i.good, #membership.membership-legacy .regInputContainer i.bad {
	right: 2em;
}

.regInputContainer i.good:after {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	color: #6BBA38;
}

.regInputContainer i.bad:after {
	content: "\f00d";
	font: normal normal normal 14px/1 FontAwesome;
	color: #bc2f42;
}

.lmsMembership:not(.center) .regInputContainer {
	margin-bottom: 28px;
}

#membership:not(.membership-legacy) .lmsMembership.center .regInputContainer {
	margin-bottom: 20px;
}

#membership.membership-legacy .lmsMembership.center .regInputContainer {
	margin-bottom: 10px;
}

.regInputContainer {
	position: relative;
}

.passwordStrength {
  margin-top: 10px;
  position: absolute;
  right: -210px;
  top: -30px;
  width: 200px;
  background-color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 20;
}

.passwordStrength:after {
  	font: normal normal normal 14px/1 FontAwesome;
	content: "\f04b";
	display: block;
	position: absolute;
	font-size: 20px;
	color: #FFF;
  	left: -10px;
	top: 15px;
	transform: rotate(180deg);
}

.passwordStrength.left {
	right: auto;
	left: -225px;
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.3);
}

.passwordStrength.left:after {
	left: auto;
	right: -10px;
	-ms-transform: rotate(120deg); 
    -webkit-transform: rotate(120deg); 
    transform: rotate(120deg);
}

.passwordStrength.center {
	right: auto;
	left: 0.9375rem;
	top: -180px;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
}

.passwordStrength.center:after {
	left: 10px;
	top: auto;
	bottom: -15px;
	-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}

.passwordStrength, .passwordMatch {
  font-size: 0.75em;
}

.passwordStrength span:first-of-type {
  font-weight: 700;
}

.passwordStrength .fa-question-circle {
  color: #0A8BFF;
}

.passwordStrengthBar {
  width: 33.3%;
  height: 10px;
  background-color: #d1d7de;
  margin-bottom: 5px;
  border: 1px solid #afb9c3;
  border-right: none;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}

.passwordStrengthBar:nth-child(3) {
  margin-right: 0;
  border-right: 1px solid #afb9c3;
}

.passwordStrengthBar.poor {
  background-color: #bc2f42;
}

.passwordStrengthBar.medium {
  background-color: #FFDEAD;
}

.passwordStrengthBar.strong {
  background-color: #6BBA38;
}

.passwordStrengthLevel {
  display: block;
}

.passwordRequirements {
  margin-top: 5px;
  color: #7a8793;
}

/* Membership Login Form */
.membership-login .fancybox-close {
	height: 14px;
	width: 14px;
	top: 14px;
	right: 14px;
	background: transparent url('/img/svgz/close_x_a6aab6.svgz') no-repeat;
}

.membership-login > .fancybox-skin {
	padding: 0 !important;
}

/*.fancybox-wrap.fancybox-desktop.fancybox-type-inline.membership-login.fancybox-opened, 
.fancybox-wrap.fancybox-desktop.fancybox-type-inline.membership-login.fancybox-opened .fancybox-inner {
	width: auto !important;
}*/

#avoyaMemberhsipLoginForm {
	max-width: 306px;
	background: url('/img/jpg/membership-center-form.jpg') no-repeat; background-size: cover;
	/*height: 310px;*/
}
#avoyaMemberhsipLoginForm .headline {
	position: absolute;
	top: -40px;
	left: 43px;
	font-size: 21px;
	font-family: "Gotham Narrow SSm A","Gotham Narrow SSm B",sans-serif;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.11rem;
}
#avoyaMemberhsipLoginForm .avoyaEmbedLogo {
	max-height: 40px;
}
#avoyaMemberhsipLoginForm form { padding: 40px; }
#avoyaMemberhsipLoginForm form embed {
    margin: 0 auto 36px;
	width: 100%;
}
#avoyaMemberhsipLoginForm form .form-helper {
	font-size: 11px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	color: #afb9c3;
}
#avoyaMemberhsipLoginForm form .form-helper.not-member{
	font-size: 11px;
}
#avoyaMemberhsipLoginForm input:not([type="submit"]) {
	height: 25px !important;
	margin-bottom: 6px;
	padding: 4px 4px 0 0;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: 0 1px #7A8793;
	font-size: 12px !important;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
}
#avoyaMemberhsipLoginForm input:not([type="submit"]):nth-child(2) { margin-bottom: 29px; }
#avoyaMemberhsipLoginForm input::-moz-placeholder { opacity: 1; }
#avoyaMemberhsipLoginForm input::placeholder {
	color: #7A8793;
	font-size: 12px;
}
#avoyaMemberhsipLoginForm button.bnOrange, #avoyaMemberhsipLoginForm button.bnBlue {
	margin-top: 25px;
	margin-bottom: 10px;
	padding: 2px 20px;
	height: 26px;
	font-family: "Gotham SSm A","Gotham SSm B",sans-serif !important;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	box-shadow: none;
	border-radius: 0;
}
#avoyaMemberhsipLoginForm form + embed {
	position: absolute;
	bottom: -50px;
	left: 43px;
	width: 227px;
} 

#avoyaMemberhsipLoginForm form div.loading {
	position: relative;
}

#avoyaMemberhsipLoginForm form div.spinner.loading {
	position: absolute;
    display: inline-block;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 150px 10px;
    background-color: rgba(255, 255, 255, 0.9);
}

#avoyaMemberhsipLoginForm form .spinner {
	display: none;
}

#avoyaMemberhsipLoginForm .spinner p{
	text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

#avoyaMemberhsipLoginForm .spinner i{
	margin-left: auto;
    margin-right: auto;
    display: block;
}

#avoyaMemberhsipLoginForm form .callout.alert, .row.alert.other-error > .columns{
	color: #3c4b55;
	border: none;
	position: relative;
	font-size: 0.7rem;
	font-weight: 700;
	padding: 0.5rem 0;
	text-align: left;
	display: none;
	font-style: normal;
	margin: 0.5rem 0 0;
}


#avoyaMemberhsipLoginForm form .callout.alert i.fa, .row.alert.other-error > .columns > i.fa {
	color: #CC3737; 
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 0.5rem;
}
#avoyaMemberhsipLoginForm form .callout.alert, .row.alert.other-error > .columns { border-bottom: 2px solid #FA6B6B; }
#avoyaMemberhsipLoginForm  form .callout.alert, .row.alert.other-error > .columns {
	padding-bottom: 5px;
	padding-left: 0;
	background-color: transparent;
}

#searchResults .lmsPricingGrid form.lmsPricingGrid_Membership .row.alert.other-error {
	margin-bottom: 20px;
}
#avoyaMemberhsipLoginForm form .callout div.response-text, .row.alert.other-error > .columns > .response-text { 
	display: inline-block;
	width: 181px;
    line-height: 0.8rem;
    margin-left: 2rem;
}
#membershipLoginPopdown{
	top: 10px;
    z-index: 100;
    position: fixed;
    width: 250px;
    margin-left: -125px;
    background-color: #6BBA38;
    box-shadow: 0 0 4px rgba(107,186,56, 0.5);
    right: 10px;
}
#membershipLoginPopdown i{
	margin-right: 10px;
    font-size: 20px;
}
#membershipLoginPopdown p{
	color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.row.loginFormButtons {	margin-top: 1rem; }
.loginFormButton, #avoyaMemberhsipLoginForm button.loginFormButton{
    margin: 0;
    height: 100%;
}
.loginFormButton { height: 35px;  }
button.loginFormButton { height: 100%; width: 100%;}
.loginFormButtonCol {
	height: 35px;
	padding: 0;
}
.loginFormButton{
	padding-left: 10px;
	padding-right: 0;
	margin-right: 0;
}
.loginFormButton span{
	width: 100%;
    font-size: 10px;
}
.loginFormButton a{
	width: 100%;
	height: 100%;
}
.loginFormButton button{
	margin: 0;
    height: 100%;
    width: 100%;
    padding: 6px 0;
}
.login-form-button-divider { padding: 1.5rem 0 2.25rem; }
.login-form-button-divider span {
    display: inline-block;
    float: left;
    font-size: 0.7rem;
}
.login-form-button-divider hr {
	display: inline-block;
    width: 43%;	
}
#headerLoginMenu .login-form-button-divider hr { width: 44.5%; }
#headerLoginMenu .login-form-button-divider span { color: #FFF; }
.login-form-button-divider hr:first-of-type {
    float: left;
    margin: 8px 6px 0 0;
}
.login-form-button-divider hr:last-of-type {
    float: right;
    margin: -8px 0 0 6px;
}
.facebook-login-button {
	background-color: #1779ba;
	height: auto;
	position: relative;
}
.facebook-login-button:hover { background-color: #1b8bd5; }
.facebook-login-button i.fa.fa-facebook {
    position: absolute;
    left: 13px;
    top: 0;
    padding-right: 13px;
    padding-top: 0.75rem;
    border-right: 1px solid rgba(51, 51, 51, 0.25);
    height: 100%;
}
.facebook-login-button span { padding-left: 1.8rem; }
.facebook-login-button a { 
	color: #FFF;
	display: inline-block;
	padding: 0.5rem; 
}

form .row .row .columns.facebook-login-button.login-circle {
    width: initial;
    min-width: initial;
    padding: 0!important;
    border-radius: 16px;
}
.facebook-login-button.login-circle a {
	width: inherit;
    min-width: inherit;
    padding: 0.5rem 2px;
}
.facebook-login-button.login-circle a  i.fa.fa-facebook {
	padding: 0.75rem 0;
    border: none;
    top: -1px;
}

#headerMemFavMenu i.fa-gift{
	font-size: 16px;
	margin-right: 2px;
	margin-top: -3px;
}

.row.alert.other-error {
	
	padding: 0 15px 0;
}
.row.alert.other-error > .columns  {
	padding: 0.5rem 0;
    display: block;
    margin: 0;
}
.row.alert.other-error > .columns > .response-text {
	width: auto;
}

/* SR Promotional Item Results */
.RecommendedPromoTitle{    
    background-color: #fff7ed;
    width: 100%;
    float: left;
}
.RecommendedPromoTitle p{
    text-align: left;
    margin-top: 10px;
    padding-bottom: 7px;
    margin-bottom: 0;
    padding-left: 1rem;
    font-size: 0.9rem;
    line-height: 1rem;
    font-weight: 900;
    color: #F98700;
    border-bottom: 2px solid #F98700;
    text-transform: uppercase;
}

/* Mobile Membership Menu*/

#headerLoginMenu li a.membership{
	color: #0A8BFF;
	border: none;
}
/*#headerLoginMenu.dropdown.menu>li.is-dropdown-submenu-parent>a:after{
	border-color: #fff transparent transparent;
}*/
#mobile-reg #headerLoginMenu a {
	border: none;
}


/* ---------- Media Queries ---------- */

/* Small Only */
@media only screen and (max-width: 40.063em) {

	#headerMessage #NoFees { padding: 20px 20px 0 20px; }
	#headerMessage #LowPrice { padding: 0 20px 20px 20px; }

	#avoya-logo {
		top: 0;
		display: block;
		margin: 5px 0 0;
		padding: 10px;
	}
	#nav-wrap { border-bottom: none; margin-bottom: 0; }
	#overtakeBanner { display: none; }

	.supplier-logo embed { max-height: 35px; }

	footer { margin-top: 0; }
	#footer-cta-wrap { padding-bottom: 10px; }
	#footer-cta-wrap .subscribe {
		width: 100%;
		margin-bottom: 3%;
		padding: 11px 15px 15px;
	}
	#footer-cta-wrap a .cta { margin-bottom: 3%;}
	#footer-cta-wrap .cta:nth-child(2) {
		margin-right: 1%!important;
		margin-left: 0!important;
	}
	#footer-cta-wrap .subscribe .headline { font-size: 1.2rem !important; font-weight: 700; }
	#footer-cta-wrap #tte.cta .headline { color: #F98700; }
	#footer-social .social {
	    position: relative;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    margin: 0;
	    padding: 10px;
	    box-shadow: none;
	    text-align: center;
	}
	#footer-alert { margin: 0 auto 20px; }
	#footer-alert a { display: block; }
	#footer-wrap { padding: 20px; margin-bottom: 30px; }
	#footer-wrap ul.links li a { display: block; padding: 3px 3px 7px 0; }
	#footer-wrap .legal .copyright {
		float: left;
		clear: both;
		text-align: left;
		margin-top: 15px;
	}
	#footer-wrap .amex-affiliate ul li:first-child { margin-bottom: 40px; }
	.social a { margin-right: 10px; }
	#footer-social .social {
		margin-top: 15px;
		background-color: transparent;
	}
	.sRcustomHeader { border-bottom: none; }

	#avoyaMemberhsipLoginForm {
		height: 100%;
		max-width: 100%;
	}
	#avoyaMemberhsipLoginForm h1 {
		font-size: 18px;
	}
	.bnLoginFacebook, .bnLoginGoogle {
		border: none;
		margin-bottom: 13px;
		padding: 15px 0 15px 15px;
	}
	.bnLoginFacebook i.fa-facebook {
		padding: 13px 7px;
    	font-size: 1.4rem;
	}
	.bnLoginFacebook i:before{
		padding: 0px;
	}
}

/* Medium Only */
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
	#navigation a.main-nav {
		padding: 6px 8px;
		color: #0A8BFF;
		font-size: 0.75rem;
		font-weight: 400 !important;
		letter-spacing: 0;
	}
	#main-nav a, .username-greeting {
		font-size: 0.75rem;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	#main-nav .member-menu.logged-on > li:first-child > a{
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	#message-wrap { height: 53px; }
	#headerMessage #NoFees { padding: 20px 20px 0 20px; }
	#headerMessage #LowPrice { padding: 0 20px 20px 20px; }
	
	/* IA Header */
	section#headerNumber.iaHeader { margin-right:0; }
	#header-wrap a.iaHeader .agency-name { margin-left:0; }

	/* Default Header */
	#avoya-logo { margin: 12px 0 3px; }
	#header-cta { margin: 15px 0 5px; }
	#main-nav { margin-right: 10px; margin-left: 15px; }
	
	#footer-alert { margin: 0 auto 10px; }
	#footer-wrap { padding: 100px 20px 20px 20px; }
	#footer-cta-wrap .subscribe { width: 100%; }
	#footer-cta-wrap a .cta { margin-bottom: 2%;}
	#footer-cta-wrap .cta i { font-size: 4rem; }
	#footer-social .social { left: 36.2%; }

	.sRcustomHeader { padding: 15px 15px 0 15px; }
	.sRcustomHeader.resDisc h1 { left: 10px; }
}

/* Large & Up Only */
@media only screen and (min-width: 64.063em) {
	#header-cta { padding-right: 0; }
	#footer-social .social { left: 36.2%; }
	#Container1 aside#ColumnLeft,
	#Container1 #ContentRight,
	#Container1 #ColumnRight,
	#Container1 #ColumnCenter  {
		display: table-cell;
		float: none;
		vertical-align: top;
		max-width: 600px;
		display: block\9;
		float: left\9;
		max-width: none\9;
	}

	#footer-cta-wrap { padding: 40px 0 20px; }
	#footer-cta-wrap .subscribe { margin-bottom: 20px; height: 286px; }
	#footer-cta-wrap .cta {	width: 49%; }
	#footer-cta-wrap .cta.no-sub {	margin-left:  2%; }
	#footer-cta-wrap a .cta { margin-left: 1%; margin-bottom: 10px;}
	#footer-cta-wrap a .cta.no-sub { margin-left: 0;}
	#footer-cta-wrap .cta:nth-child(3) { margin-left: 1%; }
	#footer-wrap section.row { padding: 50px 0 40px; }
	#footer-wrap ul.links {
		margin-top: 20px;
		padding-right: 0;
		padding-left: 0;
	}
	#footer-wrap ul.links li { float: left; }
	#footer-wrap ul.links .tagline { float: right; }
	#footer-wrap .legal .copyright { float: right; clear: none; text-align: right; margin: 0; }
}
