/* Global */
body {
    margin: 0;
	width: 100%;
	min-width: 1440px;
}

.table-compare {
  width: 200%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'AmericanSans Var';"
}

.scroll-div {
  width: 100% !important;
    max-width: 100% !important; 
}

.header {
    width: 100%;
    background-color: transparent;
    white-space: nowrap;
    padding: 32px 0;
	max-height: 32px;
}

.card-img {
  width: 50%;
  height: auto;
}

.outer-container {
    width: 1440px;
	margin-left: auto;
    margin-right: auto;
	background: transparent;
}
												   	
.container, .navbar {
	background: transparent;
}

.container {
	margin-left: auto;
    margin-right: auto;
    width: 1010px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-center {
	text-align:center;
	clear: both;
    margin-top: 25px;
}

#element1 {
	width: auto;
}

.iw_component {
	width: auto!important;
	margin: 0!important;
    float: none!important;
}

.ui-loader {
	display: none;
}

/* Fonts */

@font-face {
    font-family: 'AmericanSans Var';
    src: url('/assets/mp/fonts/AmericanSansVarW05-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmericanSans VarBold';
    src: url('/assets/mp/fonts/AmericanSansW05-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AmericanSans VarLight';
    src: url('/assets/mp/fonts/AmericanSansW05-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "American Icons";
    src: url(/assets/mp/fonts/american-icons-v4.eot);
    src: url(/assets/mp/fonts/american-icons-v4.eot?#iefix) format('embedded-opentype'),url(/assets/mp/fonts/american-icons-v4.ttf) format('truetype'),url(/assets/mp/fonts/american-icons-v4.svg#american-icons) format('svg');
    font-weight: normal;
    font-style: normal;
}

/*US1643805 - newpage icon for accessibility BELOW*/
.icon-newpage:before {
    content: "\e03f";
}
[class*=icon-]:before {
    font-family: American Icons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-size: .92857rem;
}

span.icon-newpage {
    display: inline;	
}
 
 .hidden-accessible {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
nav {
    display: inline-block;
}
/*US1643805 - newpage icon for accessibility ABOVE*/
/* Header */
.logo {
	float: left;
    position: relative;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.logo img {
    max-height: 40px;
    max-width: 320px;
}

#aalogo {
	/*updated 5/6/20 */
	/* padding-right: 50px; */
	padding-top: 2px;
	/*added 5/6/20*/
	top: -7px;
}

#owlogo {
    float: right;
    vertical-align: middle;
	height: 40px;
}

/* added 5/6/20 */
#aalogo img {
    max-height: 49px;
}

.sidenav, .navicon {
	display: none;
}

ul.navbar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: AmericanSans;
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: inline-block;
    white-space: nowrap;
}

/*US1643805 - improve keyboard navigation BELOW*/
li.navbar-items{
	display: inline-block;
}

.navbar-items>button {
    font-family: AmericanSans;
    font-size: 21px;
    display: inline-block;
    color: #00467F;
    text-align: center;
    text-decoration: none;
    overflow-wrap: nowrap;
	padding: 10px 15px 16px;
	margin: 2px;
	cursor: pointer;
}

.navbar-items>button {
    border: none;
    background: none;
}

.navbar-items>button:hover {
	text-decoration: underline;
}
/*US1643805 - improve keyboard navigation ABOVE*/

.dropdown-content {
	display: none;
	position: relative;
	background-color: #fff;
	z-index: 1;
	/* top: 78px; US1643811 */
	font-family: AmericanSans;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-left: 10px;
}

.dropdown-content li {
	font-size: 14px;
	text-decoration: none;
	display: inline;
}

.dropdown-content td {
	font-size: 14px;
	padding-right: 35px;
}

.dropdown-content a {
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 10px;
	color: #36495a;
	position: relative;
}

.dropdown-content td a {
	font-size: 14px;
	padding: 10px 10px 0;
}

.dropdown-content a:hover {
	text-decoration: underline;
}

.dropdown-content-4 a .tooltip {
	visibility: hidden;
	background-color: #fff;
	color: #525252;
	box-shadow: 0 0 2px 0 #9DA6AB;
	border-radius: 1px;
	padding: 5px;
	/* Position the tooltip */
	position: absolute;
	top: 35px;
	left: 10px;
	z-index: 2;
	max-width: 400px;
	width: max-content;
	white-space: normal;
	line-height: 1.5;
}

.dropdown-content-4 a:hover .tooltip {
	visibility: visible;
}

dl.dropdown-content  {
	margin-top: 0;
}

.dropdown-content dd {
	font-size: 14px;
	padding: 0;
	margin: 0;
	padding-right: 35px;
	padding-bottom: 5px;
}

.dropdown-content .col-left {
	width: 50%;
	float: left;
}

.dropdown-content .col-right {
	width: 50%;
	float: right;
}

.dropdown-content dd.menu-close {
	padding: 0;
}

.dropdown-content dd a {
	padding: 10px 10px 0
}

.show {
	display: inline-block;
}

.hide {
	display: none;
}

.menu-close {
	padding: 0px;
	clear: both;
	/* US1652866 */
    display: none;
    margin: auto;
    background: none;
    border: none;
}

.menu-close>span, tr.menu-close {
	display: block;
	border: 7px solid rgba(0,0,0,0);
	border-bottom-color: #627a88;
	height: 0;
	margin: 3px auto 3px;
	width: 0;
	cursor: pointer;
}

.dropdown-content:before {
	height: 10px;
	content: "";
	position: absolute;
	width: 100%;
	left: 0px;
	top: -2px;
	background-image: url(../assets/mp/images/shadow12-up.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 4px;
}

.dropdown-li {
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px -1px 4px #d0dae0;
	background: #fff;
}

.dropdown-content-1 {
	min-width: 190px;
}

/*.dropdown-content-2 {
	min-width: 350px;
}*/

.dropdown-content-3 {
	min-width: 250px;
}

.dropdown-content-single-4 {
	min-width: 140px;
}

.dropdown-content-4 {
	min-width: 350px;
}

.margin-45 {
	margin-left: -45px;
    background: white;
	position: absolute;
    z-index: 1;
}

.margin-115 {
	margin-left: -115px;
    background: white; /* US1643811 */
	position: absolute; /* US1643811 */
    z-index: 1;
}

.navbar-items-span {
    padding-bottom: 10px;
    background: white;
    position: relative;
    z-index: 5;
	margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar {
	-webkit-animation: sidebarshow .1s 1;
	-webkit-animation-direction: reverse;
	-webkit-animation-iteration-count: infinite;
	animation: sidebarshow .1s 1;
	animation-direction: reverse;
	animation-iteration-count: infinite;
	display: block;
}

@-webkit-keyframes sidebarshow {
	from {right: -260px; width: 260px;}
	to {right: -260px; width: 260px;}
}

@keyframes sidebarshow {
	from {right: -260px; width: 260px;}
	to {right: -260px; width: 260px;}
}

/* Emergency Banner */
 .emergency-banner {
    border: none;
    box-shadow: 0 0 4px 0 #9DA6AB;
    padding: 10px 10px 0;
    margin: 0px 0px 15px 0px;
    height: 91px;
} 

.emergency-banner:before {
    content: "\e03e";
    font-family: 'American Icons';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    color: white;
    position: relative;
    font-size: 35px;
    background: #D14904;
    padding: 19px 12px;
    border: 1px solid #D14904;
    border-radius: 4px;
    top: 23px;
} 

.emergency-banner h4 {
    margin-left: 90px; 
    position: relative;
    top: -65px;
	font-family: AmericanSans;
    font-weight: normal;
    font-size: 24px;
    color: #D14904;
    letter-spacing: 0;
    line-height: 30px;
}

.emergency-banner h4 a {
    text-decoration: none;
    color: inherit;
}
.emergency-banner h4 a:hover {
	display: inline-block;
    border-bottom: 1.5px solid #D14904;
    margin-bottom: -2px;
}

.emergency-banner div {
    margin-left: 90px;
    position: relative;
    top: -95px;
    font-family: AmericanSans;
    font-size: 15px;
    color: #36495A;
    letter-spacing: 0;
    line-height: 21px;
}

/* Hero Banner */
.banner-container {
    width: 1440px;
    height: 615px;
    overflow: hidden;					 
    margin-left: auto;
    margin-right: auto;
    font-family: AmericanSansLight;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.myBanner {
	height: inherit;	
}

.bannerVideo {
    width: 100%;				
    height: auto;
}

.banner-container img {
    width: 100%; 
    height: 610px;
	margin-top: 5px;			  
}

 .backdrop {
    width: 1440px;
    height: 610px;
	margin-top: 5px;			  
    position: absolute;
    background-image: linear-gradient(#00467f, #5f7f97);
    opacity: 0.8;
} 

.banner-container .container {
    position: absolute;
    margin: 127px 215px auto;
    z-index: 5;
} 		   
.banner-intro { 
    font-size: 43px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.banner-description {
    width: 410px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    margin-top: 30px;
	overflow-wrap: break-word;
}

a.prev-banner, a.next-banner {
	opacity: 1.25;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    color: #f5f5f7;
    top: -360px;
    font-size: 35px;
    width: 25px;
    text-align: center;
	padding: 14px;
}

a.prev-banner {
    left: 80px;
}

a.next-banner {
    left: 1300px;
}

a.prev-banner:hover, a.next-banner:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.banner-dots {
    display: none;
    position: relative;
    top: -50px;
}

.banner-dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.banner-active, .banner-dot:hover {
	background-color: #ffffff;
}
.bannerWatch {
    width: 236px;
    border-radius: 3px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: solid 1.5px #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 12.5px 0 15.5px 0;
    cursor: pointer;
    margin-top: 30px;
}

.bannerRead {
    width: 236px;
    font-size: 18px;
    font-weight: 500;
    padding: 12.5px 0 15.5px 0;
    margin-top: 30px;
}

.bannerWatch a, .bannerRead a {
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
}

.bannerRead a:hover {
    text-decoration: #ffffff underline;
}

.bannerFade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(119, 119, 119);
    z-index: 1001;
    opacity: .7;
    cursor: pointer;
}
  
.bannerPopup {
    display: none;
    width: 1000px;
    border: 10px solid #fff;
    z-index: 1002;
    overflow: visible;
    position: absolute;
    top: 420px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
  
.popupClose {
    float: right;
    position: absolute;
    right: -25px;
    top: -25px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: transparent url(../assets/mp/images/fancybox.png) -40px 0px;
    z-index: 1002;
}

.embedVideo {
    width: 996px;
    height: 560px;
}

.iframeVideo {
    width: 1440px;
    height: 810px;
}

.ytp-chrome-top.ytp-show-cards-title, .ytp-gradient-top {
	display: none;
}

/*progress bar*/
.progressBar {
	width: 100%;
	background-color: #b0d1e8;
	position: relative;
	top: 611px;
}

.progress {
    width: 0%;
    height: 5px;
    background-color: #c30019;
}

/* Popup Message */
.message-container {
    width: 1440px;
    max-height: 141.2px;
    background-color: #ebeff0;
    font-family: AmericanSans;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding: 30px 0;
}

.message-title {
    width: 1003px;
    font-size: 18px;
    line-height: 1.33;
    color: #627a88;
    margin: 0 auto;
}

.message-paragraph {
    width: 1003px;
    font-size: 15px;
    line-height: 1.4;
    color: #36495a;
    margin: 14px auto 0 auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Benefits */
.benefits-container {
	position: relative;
	margin-top: 60px;
}

h1 {
	font-family: AmericanSansLight;
	font-size: 40px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: normal;
	color: #0078d2;
    margin-bottom: 24px;
}

h2 {
	font-family: AmericanSansLight;
	font-size: 30px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #00467f;
}

h3 {
	font-family: AmericanSansLight;
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #627a88;	
}

.benefits-text {
	width: 40%;
	margin: 45px 0 0;
	/* Added for word wrap 12 May 2020 */
	word-wrap: break-word;
}

.benefits-middle {
	width: 3%;
}

.benefits-image {
	width: 57%;
}

.benefits-image img {
	width: 100%;
	height: 315px;
}

.benefits-desc {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #36495a;
}

.benefits-text .read-more {
	margin-top: 15px;
}

.benefits-text .read-more a {
    color: #0078d2;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    text-decoration: none;
	margin-top: 10px;
}

.benefits-text .read-more a:hover {
    text-decoration: #0078d2 underline;
	cursor: pointer;
}

.prev-benefit, .next-benefit {
	cursor: pointer;
	position: absolute;
	width: auto;
	padding: 16px;
	color: #0078d2;
	font-size: 24px;
	user-select: none;
	margin-top: 100px;
}

.prev-benefit {
	left: -55px;
}

.next-benefit {
	right: -55px;
}

.prev-benefit:hover, .next-benefit:hover {
	background-color: #0078d2;
	color: #fff;
}

.prev-benefit:hover {
	border-radius: 3px 0 0 3px;
}

.next-benefit:hover {
	border-radius: 0 3px 3px 0;
}

.benefit-dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 30px 2px 0;
	border: 1px solid #0078d2;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .benefit-dot:hover {
	background-color: #0078d2;
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .6} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .6} 
	to {opacity: 1}
}

/* Perks */
.perks-container {
    margin-top: 40px;
    font-family: AmericanSans;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

li.perks-items h2 {
    color: #627a88;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 214px;
    margin: 0 11px;
}

ul.perks {
    list-style-type: none;
    margin: 0;
    padding: 3px 0 0;
    height: 355px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

li.perks-items {
    display: inline-block;
    text-align: left;
    margin: 5px 14px 5px 3px;
    width: 236px;
    height: 307px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}

li.perks-items.last {
    margin-right: 3px;
}

li.perks-items:hover {
    width: 236px;
    height: 333px;
    margin-top: -8px;
    margin-bottom: -8px;
}

li.perks-items img {
    width: 100%;
    height: 157px;
}

li.perks-items:hover img {
    height: 167.7px;
}

li.perks-items .text-description {
    width: 214px;
    height: 58px;
    margin: 5px 11px;
    color: #36495a;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
	/* Added for word wrap */
	word-wrap: break-word;
}

li.perks-items .read-more a {
    color: #0078d2;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
	position: relative;
    bottom: -10px;
    text-decoration: none;
    width: 214px;
    margin: 0 11px;
}

li.perks-items:hover .read-more a {
    bottom: -23px;
}

li.perks-items .read-more:hover a {
    text-decoration: #0078d2 underline;
}

/* News and info */
.news-desk {
	display: block;
}

.news-mob {
	display: none;
}

hr {
	border: 0.5px solid #E6EAEF;
	margin-bottom: 32px;
    margin-top: 32px;
	clear: both;
}

.news-and-info {
    height: 36px;
    font-family: AmericanSansLight;
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #00467F;
}

ul.news {
	list-style-type: none;
    margin: 0;
    padding: 31px 0 0 0;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
	width: 1010px;
}

li.news-items {
    display: inline-block;
    text-align: left;
    margin: 0;
    background-color: #fff;
	width: 494px;
}

li.news-items img {
	width: 100%;
	height: 190px;
}

li.news-items h2 {
    color: #627a88;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    margin: 0;
	/* Added for heading ellipsis*/
	text-overflow: ellipsis;
}

li.news-items .text-description {
    margin: 10px 0;
    color: #36495a;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
	word-wrap: break-word;
}

li.news-items .read-more a {
    color: #0078d2;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    text-decoration: none;
}

li.news-items .read-more:hover a {
    text-decoration: #0078d2 underline;
}

.prev-news, .next-news {
	cursor: pointer;
	position: relative;
	width: auto;
	padding: 16px;
	color: #0078d2;
	font-size: 24px;
	user-select: none;
	top: 180px;
}

.prev-news {
	left: -362px;
}

.next-news {
	left: 680px; 
}

.prev-news:hover, .next-news:hover {
	background-color: #0078d2;
	color: #fff;
}

.prev-news:hover {
	border-radius: 3px 0 0 3px;
}

.next-news:hover {
	border-radius: 0 3px 3px 0;
}

.news-dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px 0;
	border: 1px solid #0078d2;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.news-dot:hover {
	background-color: #0078d2;
}

table.more-news {
    margin-top: 25px;
	width: 100%;
	font-family: AmericanSans;
	table-layout: fixed;
	font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

table.more-news td {
    font-size: 12px;
    padding: 5px 17px 0 0;
	color: #536773;
	width: 150px;
	float: left;
	line-height: normal;
}

table.more-news td.last {
    padding-right: 0;
	float: right;
}

table.more-news a {
    color: #0078d2;
    text-decoration: none;
	font-size: 14px;
	line-height: 1.43;
	font-family: Arial;
	/* Added for word wrap 12-05-2020 */
	word-wrap: break-word;
}

table.more-news a:hover {
    text-decoration: underline;
}

.news-hr {
	margin-top: 31px;
}

.banner img {
	width: 100%;
}

.container.banner {
    margin-top: 40px;
}

/* Footer */
footer {
    width: 100%;
    bottom: 0;
    font-family: 'AmericanSans Var';
    margin-top: 40px;
    padding-bottom: 52px;
    background-color: #e7ecef;
    display: inline-table;
}

footer .container {
    color: #36495a;
    font-family: 'AmericanSans Var';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 30px;
}

footer .line {
    width: 100%;
    height: 5px;
    float: left;
    background-image: url(../assets/mp/images/shadow12-up.png);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    margin: 15px 0;
}

/* US1643805 */
footer dt, footer h2 {
    font-weight: normal;
    font-size: 21px;
    font-family: 'AmericanSans Var';
    background-image: url(../assets/mp/images/shadow12-up.png);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: 100% 4px;
    padding: 1px 0 15px 0;
    display: block;
    margin: 0 0 15px 0;
	height: 25px; /* US1643811 */
}

/* US1643805 - changed from footer dl to .footer-col */
.footer-col {
    margin-top: 15px;
    width: 25%;
	display: inline-block;
	vertical-align: top; /* US1643811 */
}

footer dd {
    line-height: 2;
  	font-family: 'AmericanSans Var';
    font-size: 15px;
    padding: 0;
    margin: 0;
}

footer dl .col-left1 {
    width: 25%;
    float: left;
}

footer dl .col-left2 {
    width: 25%;
    float: left;
}

footer dl .col-right1 {
    width: 25%;
    float: left;
}

footer dl .col-right2 {
    width: 25%;
    float: right;
}

footer a {
    color: #36495a;
    font-family: 'AmericanSans Var';
    text-decoration: none;
}

footer a:hover {
    text-decoration:underline;
}

footer .newLink {
    font-size: 15px;
    float: left;
}

footer .newLink-mobile, #owlogo-mobile {
    display: none;
}

/* Error/redirect page */
.error {
	margin-top: 50px;
}

/* Status match form */
.status-title {
color: #1B1F23;
font-family:  "AmericanSans VarBold";
font-size:  40px;
font-style: normal;
font-weight: 700;
line-height:  52px; 
}

.status-desc {
color: #1B1F23;
font-family:  "AmericanSans Var";
font-size:  20px;
font-style: normal;
font-weight: 400;
line-height:  28px;
}

.benefits-details-heading {
color: #1B1F23;
font-family: "AmericanSans VarBold";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px;
}

.desired-benefits-heading {
color: #1B1F23;
font-family: "AmericanSans VarBold";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; 
}

.benefits-details-desc {
font-family:  "AmericanSans Var";
font-size:  16px;
font-style: normal;
font-weight: 400;
line-height:  24px;
margin-top: 24px;
}

.status-details {
color: #1B1F23;
font-family: "AmericanSans Var";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
}


p {
	/* updated 5/5/20 */
	/* font-size: 18px; */
	/* font-family: AmericanSansLight; */
	/* color: #536773; */
	font-size: 20px;
	font-family: 'AmericanSans Var';
	color: #1B1F23;
	line-height: 28px;   
}

.login-main {
	/*display: none;  */
}

.login-container {
	width: 331px;
	color: #fff;
	float: left;
	border-right: 1px solid #D0DAE0;
	padding-right: 20px;
	display: none; /*added 5/5/20*/							
}

.login-container .top {
	margin-bottom: 20px;
}

.login-container .top div {
	width:43%; 
	display:inline-block;
}

.login-container .top div:nth-child(2) {
	width: 55%;
}

.login-container .top h2, .login-container .top h3 {
	margin: 0;
}

.login-container .top a {
	font-size: 18px;
	font-family: 'AmericanSans Var';
}

.login-container button {
	background-clip: padding-box;
	border-color: transparent;
	border-radius: 2px;
	border-width: 2px;
	border-style: solid;
	cursor: pointer;
	display: inline-block;
	font-family: 'AmericanSans Var';
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
	background: #0078d2;
	color: #fff;
	width: 55%;
}

.login-container button:hover {
	background: #0061ab;
}

.login-container label {
	font-family: 'AmericanSans Var';
	display: inline-block;
	line-height: 20px;
	margin: 5px 0;
	position: relative;
	width: 100%;
	font-size: 18px;
}

.login-container form {
	padding: 15px;
	background: linear-gradient(#0078d2,#00467f);
}

.login-container input {
	height: 25px;
	margin-top: 5px;
}

.login-container .link {
	margin: 0 0 20px;
}

.login-container a {
	font-family: arial;
	color: #fff;
	font-size: 13px;
}

.login-container .top h2, .login-container .top h3 {
	color: #fff;
}

.more-details {
	/*margin-left: 371px;*/ /*June 6th release */
	display: table;
}

.more-details div {
	color: #627A88;
	font-family: 'AmericanSans Var';
	font-size: 16px;
}

.more-details h2 {
	margin: 0;
  font-family: 'AmericanSans Var';
	margin-top: 30px;
}

/*Added 5/6/20 */
.more-details h2:first-child {
	margin-top: 0;
}

/* added 5/7/20 */
.icon-required:before {
    /* color: #c30019; */
    /* font-size: 11px; */
	color: #c30019; /*updated 5/12/20 */
    font-size: 8px;
    /* font-size: .78571rem; */
    font-weight: 700;
    font-family: inherit;
    content: "\25CF";
    line-height: 0;
    position: relative;
    bottom: 3px;
}

.input-container {
	 /*display: none;  */ 
}

.input-container div {
	/* font-size: 18px; */
	/* font-family: AmericanSans; */
	/* color: #00467F; */
	/* Updated 5/6/20 */
	font-size: 14px;
	font-family: 'AmericanSans Var';
	color: #36495a;		
}

.input-container input {
	height: 25px;
	width: 400px;
  font-family: 'AmericanSans Var';
	margin-top: 5px;
}

.input-container select {
	height: 25px;
	width: 400px;
  font-family: 'AmericanSans Var';
	margin-top: 5px;
}

.input-container .readonly {
	background: #F2F2F2;
}

.input-container .container div { 
	margin-bottom:24px;
  font-family: 'AmericanSans Var';
  width: 50%;
  float: left;
}

.input-container .container filetermsdiv {
   /* margin-bottom: 45px;*/
}

.input-container div.ui-textinput, .input-container div.ui-selectmenu, .input-container div.ui-selectmenu-button {
	width: auto;
	float: none;
	margin-bottom: 0;
}

/*US1643805
.input-container div span {
	display: none;
}
*/

/*Added 5/6/20*/
.input-container div span.icon-required {
	display: inline;
}

.input-container button {
	background-clip: padding-box;
	border-color: transparent;
	border-radius: 2px;
	border-width: 2px;
	border-style: solid;
	cursor: pointer;
	display: inline-block;
	font-family: 'AmericanSans Var';
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	vertical-align: middle;
	background: #0078d2;
	color: #fff;
	width: 18%; /*updated 5/11/20 */
	float: right;
}

 .input-container button:disabled {
  background: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
}

.input-container button:hover {
	background: #0061ab;
}

.input-container select, .input-container option,  .input-container input{
	/* font-size: 16px; */
	/* font-family: AmericanSans; */
	/* color: #00467F; */
	/* updated 5/6/20*/
	font-size: 14px;
	font-family: Arial;
	color: #36495a;
}

.input-container p.note {
	color: #0078D2;
	font-size: 14px;
	font-family: 'AmericanSans Var';
	margin-bottom: 40px;
}

.input-container .container .more-info {
	width: 100%; 
	float: none; 
	margin-bottom:10px;
	font-size: 14px;
}

.input-container .file-size {
	color: #627a88; /*updated 5/12/20 */
	/* added  5/11/20 */
	/* US1685858 */
	/* margin-bottom: 35px; */ 
	font-size: 12px;
}

.input-container .dummy {
	visibility: hidden;
}

/* Added 5/14/20 */
.input-container .legal {
	color: #1B1F23;
font-family: "AmericanSans Var";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height:  24px; 
}

/* Added 4/27/22 */
/* US1643806 */
label.is-error {
	color: #c30019;
}

label.is-error:before {
   
}

/* Added 5/20/20 */
.input-container .mnum-error, .input-container .email-conf-error, .input-container .files-error, .input-container .email-valid-error, .input-container .email-domain-public, .firstName-error, .lastName-error, .aaNumber-error, .oaAirlineProgram-error, .oaProgramLevel-error, .oaMemberNo-error, .files-error {
	color: #c30019;
	font-size: 14px;
	display: block;
    position: absolute;
    margin-top: 40px;
    width: 400px;
}

/* US1685858 */
.files-error {
	margin: 5px 0 0 !important;
}

#files-selected {
	position: relative;
    display: inline-block;
    width: 700px;
    top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin-top: 5px;                   
}

.hide {
	display: none!important;
}

.border-red {
	/* updated 5/20/20 */
	/* border-color: red; */
	border: 2px solid #c30019;					   
}

/* Added 5/27/20 */
.input-container .cc-submit {
    margin-top: 25px;
}

/* Mobile */
@media (max-width: 480px), (max-width: 854px) and (max-height: 481px) and (orientation: landscape) {  
    /* General */
	body {
		min-width: 100%;
    }
  
  .table-compare {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'AmericanSans Var';"
}
.scroll-div {
  width: 100%; 
  max-width: 100%;  
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
  
	.card-img {
    width: 100%;
    height: auto;
  	}
	.outer-container {
		width: 100%;
	}
	
	.container {
        margin-left: 0;
        margin-right: 0; 
		width: 100%;
	}
	
	/* added 5/18/20 */
	input:focus {
		outline: 1px solid #7099de;
	}
     /* 5-18-22 */
	nav {
    	display: block;
	}
	
	/* Header */
	.header {
		width: 90%;
		padding: 15px 0 35px;
		max-height: 32px;
		margin: 0 auto;
	}
	
	#aalogo {
		padding: 0;
		/*added 5/8/20*/
		top: 0;
	}
	
	#owlogo {
		display: none;
	}
	
	.logo img {
		max-height: 26px;
		max-width: 180px;
	}
	
	.navicon {
		cursor: pointer;
		color: #0061ab;
		float: right;
		font-size: 22px;
		display: block;
		background: none; /* mobility accessibility fix  */
		border: none; /* mobility accessibility fix  */
	}
	
	.sidenav {
		height: 100%;
		width: 0;
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		background-color: #36495a;
		overflow-x: hidden;
		list-style-type: none;
		margin: 0;
		padding: 20px 0 0;
	}
	
	.bodysidebar {
		position: relative;
		right: 260px;
	}
	
	ul.navbar {
		display: none;
	}
	
	li.dropdown-mob, li.dropdown-mob>button {
		z-index: 1;
		font-family: 'AmericanSans Var';
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.33;
		letter-spacing: normal;
		padding-left: 15px;
		color: white;
		width: 100%;
		margin-bottom: 20px;		
		float: left;
	}

	li.dropdown-mob>button{
		width: auto;
		margin-bottom: 0;
      font-family: 'AmericanSans Var';
		padding: 0;
		border: none;
		background: none;
	}
	
	.drop {
		float: left;
		position: relative;
		left: 190px;
	}

	/* US1663901 */
	.sidenavClose{
		content: "\e04c";
		font-family: 'AmericanSans Var';
		font-size: 28px;
		font-style: normal;
		font-weight: normal;
		line-height: 1.33;	
		background: none;
		color: white;
		border: none;
		float: right;
		margin: 0 0 20px;
	}

	.sidenavClose:before{
		content: "\e04a";
		font-family: 'AmericanSans Var';
	}
	
	.drop-down:before {
		content: "\e04f";
		font-family: 'AmericanSans Var';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
		color: white;
		float: right;
	} 
	
	.drop-up:before {
		content: "\e04e";
		font-family: 'AmericanSans Var';
		font-style: normal;
		font-weight: normal;
		line-height: 1;
		speak: none;
		-webkit-font-smoothing: antialiased;
		color: white;
		float: right;
	}

	.dropdown-content-div-mob {
		display: none;
		margin-top: 15px;
		padding: 0;
	}

	li.dropdown-mob li {
		padding: 5px 20px 5px;
 		display: block;
		 float: left;
	}

	li.dropdown-mob li a {
		font-size: 12px;
		text-decoration: none;
		display: inline;
		color: #fff;
	}
	
	.show {
		display: block;
	}
	
	/* Emergency banner */
	.emergency-banner {
		margin: 10px 10px 15px 10px;
		overflow: hidden;
	}
	
	.emergency-banner div {
		height: 45px;
		overflow-y: auto;
	}
	
	/* Hero Banner */
    a.prev-banner, a.next-banner {
        display: none;
    }

    .banner-container {
        width: auto;
        height: 615px;
    }

    .bannerVideo {
        width: auto;
        height: 610px;
    }
    
    .backdrop {
        width: 100%;
        height: 610px;
    }

    .banner-container .container {
        width: 85%;
        margin: 40px 7.5% auto;
    } 

    .banner-intro { 
        font-size: 34px;
        top: -565px;
    }
    
    .banner-description {
        width: 100%;
        margin-top: 45px;
    }

    .bannerWatch, .bannerRead {
        width: 100%;
        padding: 13px 0 15px;
        cursor: pointer;
        margin-top: 50px;
    }

    .bannerPopup {
        width: 90%;
        top: 350px;
    }

    .bannerVideo.popup {
		width: 100%;
        height: auto;
    }

    .banner-dots {
        display: block;
    }
	
	.embedVideo {
		width: 334px;
		height: 200px;
	}

	.iframeVideo {
		width: 1050px;
		height: 600px;
	}
	
	/* Popup Message */
    .message-container {
        width: 100%;
        padding: 15px 0;
		max-height: 192px;
    }

    .message-title {
        width: 90%;
        margin: 0 5%;
		color: #0061ab;
    }
    
    .message-paragraph {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 126px;
        overflow-y: auto;
    }
	
	/* Benefits */
	.benefits-container {
		margin-top: 40px;
	}
	
	.benefits-container h1 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.benefits-container h2 {
		margin-bottom: 10px;
	}
	
	.benefits-container h3 {
		margin: 0;
	}
	
	h1 {
		font-size: 38px;
		line-height: 1.16;
		margin-bottom: 15px;
	}
	
	.benefits-text {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	.benefits-middle {
		width: 0;
	}

	.benefits-image {
		width: 100%;
		margin-bottom: 15px;
	}

	.benefits-image img {
		height: 250px;
	}
	
	.benefit-dot {
		margin-top: 0;
	}

	.benefits-text .read-more {
		margin-top: 10px;
	}

	.prev-benefit, .next-benefit {
		display: none;
	}
	
	/* Perks */
	.perks-container {
        margin-left: 5%;
    }

    ul.perks {
        overflow-x: auto;
        width: 100%;
    }
	
	/* New and info */
	.news-desk {
		display: none;
	}

	.news-mob {
		display: block;
	}
	
	.news-container {
		width: 100%;
	}
	
	ul.news {
		width: 100%;
		padding-top: 10px;
	}
	
	li.news-items {
		width: 100%;
	}
	

	li.news-items h2 {
		width: 90%;
		margin: 8px auto;
	}
	
	li.news-items .text-description {
		width: 90%;
		margin: 10px auto;
	}	
	
	li.news-items div.read-more {
		width: 90%;
		margin: 0 auto;
	}
	
	.news-dotMob {
		cursor: pointer;
		height: 10px;
		width: 10px;
		margin: 10px 2px 0;
		border: 1px solid #0078d2;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	}
	
	.hr-mobile {
		width: 90%;
	}
	
	.prev-news, .next-news, .news-date {
		display: none;
	}
	
	.news-and-info {
		font-size: 30px;
		width: 90%;
		margin: 0 auto;
		line-height: 1.2;
	}
	
	table.more-news a { 
		text-decoration: underline;
	}
	
	table.more-news td {
		padding: 1px;
		width: 90%;
		margin: 0 auto 15px;
		margin-left: 5%;
	}
	
	table.more-news td.last {
		float: left;
	}
	
	.news-hr {
		margin-top: 20px;
		width: 90%;
	}
	
	/* Footer */
    footer {
        padding: 0;
        background-color: #465762;
    }

    footer .container {
        color: #fafbfb;
        font-size: 12px;
        background: none;
        width: 90%;
		margin: 0 auto 20px;
    }

    footer .line {
        margin-top: 0;
        margin-bottom: 12px;
    }

    footer dt, footer .newLink {
        display: none;
    }

    footer dl {
        margin-top: 15px;
        width: 100%;
    }

    footer dl .col-left, footer dl .col-right {
        width: 100%;
        float: none;
    }

    footer a {
        color: #fafbfb;
        text-decoration: none;
    }

    footer a:hover {
        color: #fafbfb;
        text-decoration: #fafbfb underline;
    }

    footer .newLink-mobile {
        display: block;
    }

	/* US1663901 */
	footer .newLink-mobile button {
		border: none;
		background: none;
		color: #fafbfb;
    }

    footer .newLink-mobile button:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    #owlogo-mobile {
        display: inline-block;
        float: right;
        vertical-align: middle;
        height: 20px;
    }

    #owlogo-mobile img {
        max-height: 20px;
    }
	
	/* Error/redirect page */
	.error {
		width: 90%;
		margin: 50px auto 0;
	}
	
	/* Status match form */
	.login-main {
		margin: 0 auto;
		width: 90%;
	}
	
	.login-container {
		width: auto;
		float: none;
		border-right: none;
		padding-right: 0;
	}
	
	.more-details {
		margin-left: 0;
	}
	
	.input-container .container div {
		width: 100%;
		float: none;
	}
	
	.input-container {
		width: 90%;
		margin: 0 auto;
	}
	
	.input-container input, .input-container select {
		width: 100%;
	}
	
	.input-container .dummy {
		display: none;
	}
 
	/* added 5/11/20 */
	.input-container button {
		width: 24%;	/* updated 5/12/20 */
	}
}

@media (max-width: 854px) and (max-height: 481px) and (orientation: landscape) {
	.embedVideo {
		width: 727px;
		height: 300px;
	}
	
	.benefits-image img {
		height: 350px;
	}
	
	li.news-items img {
		height: 250px;
	}
	
	.banner-description {
        margin-top: 80px;
    }
 
  .login-container {
		width: 333px;
	}
	
	.input-container input, .input-container select {
		width: 70%;
	}
}
.legalDisclaimer{
	border: 1px solid #0078d2;
    color: #50657C;
	font-family: "AmericanSans Var";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.legalDisclaimer p{
	margin : 20px		
}

.legalDisclaimer input{
	width: 20px;	
}

.legalDisclaimer label{
	vertical-align: super;	
	}

/*Erin image changes for ISP Status*/
@media (max-width: 480px), (max-width: 854px) and (max-height: 481px) and (orientation: landscape) {  
.more-details img {
      width:50%;
    	height:150px;
    }
}

@media (min-width: 481px), (min-width: 855px) and (min-height: 482px) and (orientation: landscape) {  
.more-details img {
      width:100%;
    	height:300px;
    }
}

