@import url('reset.css');
@import url('fonts.css');

/* main.css */
html,body { 	
		background: black;  
		height: 	100%;
	}

body {
	min-width: 960px;
	font: normal 1em / 1em helvetica, arial, sans-serif;
	background: url(../../images/AlliedHeader_BckGrd.jpg) no-repeat 50% 0%;
	background-color: #000;
}
	body.popup {
		min-width: 0px;
		background: #ededed;
	}

	#wrap {
		width: 960px;
		margin: 0 auto;
	}
	
		body.form #wrap {
			width: 650px;
		}
		
		body.popup #wrap {
			width: auto;
		}
	
	#header {
		width:		940px;
		height:		112px;
		position: 	relative;
		background: -moz-linear-gradient(bottom, #2f435d, #194479);
		background: -webkit-gradient(linear, left top, left bottom, from(#2f435d), to(#194479));
		background: -ms-linear-gradient(top, #2f435d 0%, #194479 100%);
		filter:		progid:DXImageTransform.Microsoft.Gradient(startColorstr='#2f435d', endColorstr='#194479', gradientType='0'); 
	
	}
		
	body.form #header {
		width: 630px;
	}
	
		#logo {
			position: absolute;
			top: 	27px;
			left: 	22px;
		}

		#logo a:focus-visible, #icomforttext #landingHref:focus-visible {
			outline-offset: 1px;
			outline: 1px solid #fff;
		}
	
		#navbar {
			width: 		920px;
			line-height:	1em;
			height:		1em;
			position: 	absolute;
			bottom:		0;
			z-index: 	100;
			border-top: 1px solid #233b57;
			text-align: right;
			padding: 	1em 10px;
		}	
	
		#supernav { position: absolute; right: 0; top: 2em } 
		#supernav li { display: block; 
			float: left; 
			color: #8ea3c0; 
			line-height: 1em;
			border-right: 1px solid #1b2c40;
			border-left: 1px solid #2f455d;
			padding: .5em 1em .7em 1em;
			font: 1.1em/1em LithoAntiqueMedium;
		} 
		#supernav li:first-child { border-left: 0; }
		#supernav li:last-child { border-right: 0; }
		#supernav li a { display: block;}
		#supernav li a:focus-visible {			
			border:1px solid #fff;
		}
		
		#navbar a,
		#supernav a { 
			color: white; 
			text-decoration: none; 
			border-bottom: 1px solid #8796a7;
			font: 1.1em/1em LithoAntiqueMedium;
		} 
	
		
		body.form #navbar {
			width: 610px;
		}
		
		.popup_block
        {
            display: none; /*--hidden by default--*/
            background: #fff;
            padding: 20px;
            border: 2px solid #fffccc;
            float: left;
            font-size: 1.2em;
            position: absolute;
            top: 150px;
            left: -550px;
            z-index: 99990; /*--CSS3 Box Shadows--*/
            -webkit-box-shadow: 0px 0px 20px #000;
            -moz-box-shadow: 0px 0px 20px #000;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
        }
        
        .repeator_header
        {
            font-weight: bold;
            color: yellow;
            font-family: Verdana, 'Times New Roman';
            background-color: gray;
        }
        
		.popup_Message
        {
            display: none; /*--hidden by default--*/
            background: #fff;
            padding: 20px;
            border: 2px solid #fffccc;
            float: left;
            font-size: 1.2em;
            position: absolute;
           /* top: 150px;
            left: -550px;*/
            z-index: 99995; /*--CSS3 Box Shadows--*/
            -webkit-box-shadow: 0px 0px 20px #000;
            -moz-box-shadow: 0px 0px 20px #000;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            top:50%;
            left:50%;
            margin-top:-150px;
            margin-left:-600px;
            
        }
        
      
      		
.topnav {
	position: 	absolute;
	top: 		0;
	left: 		0;
	background: #d6d6d6;
	overflow: 	hidden;
	width: 		100%;
	border-bottom:		1px solid #ededed;
}

	.topnav ul li { float: left; z-index: 99; position: relative }
	.topnav ul li a { 
		display: block;
		color:				white;
		font: 				normal normal 1.5em/2em LithoAntiqueMedium;
		padding: 			0 2em;
		text-decoration:	none;
		
		 
	}

	.topnav ul li a.rtsLink:focus-visible {
		border: 1px solid #fff;
	}

	     .topnav li.selected a 
	     {
	       
	         
	     }
	
		
	.topnav  li + li  { z-index: 98; } 
	.topnav  li + li  + li   { z-index: 97;} 
	.topnav  li + li  + li  + li   { z-index: 96;  } 

	.topnav .navtitle 
	{
	    float:      left;
	    font: 		normal normal 1.5em/2em LithoAntiqueMedium;
		padding: 	0 2em;
		color:      #8ea3c0;
	}	
	

    /* wizard-nav specifics */	
	#wizardnav ul li a { 
		background:	        transparent url(../../images/wizardnav-bg-complete.png) no-repeat 100% 0%;
		color:              black;
		margin-right:       -12px;
		padding:    0 2em;
		
	}
	
	#wizardnav li.selected a {
		background: transparent 	url(../../images/wizardnav-bg-current.png) no-repeat 100% 0%;
	}
	
	#wizardnav li.next a {
		background:	transparent url(../../images/wizardnav-bg-next.png) no-repeat 100% 0%;
	}

	#wizardnav li.selected a:focus-visible, #wizardnav li.next a:focus-visible {
		border: 3px solid #000;
	}
	    
	#myaccountnav 
	{
	    background: #2f435d;
	    background: -moz-linear-gradient(bottom, #2f435d, #194479);
		background: -webkit-gradient(linear, left top, left bottom, from(#2f435d), to(#194479));
		filter:		progid:DXImageTransform.Microsoft.Gradient(startColorstr='#2f435d', endColorstr='#194479', gradientType='0');
		padding-top: .5em
	}
	    #myaccountnav ul li a 
	    {
	        color:              white;
	        padding:            0 1em;
	    }
	
	    #myaccountnav ul li.selected a 
	    {
	         background:  #407cc7;
	         background: -moz-linear-gradient(bottom, #407cc7, #153b6a);
		     background: -webkit-gradient(linear, left top, left bottom, from(#407cc7), to(#153b6a));
		     filter:		progid:DXImageTransform.Microsoft.Gradient(startColorstr='#407cc7', endColorstr='#153b6a', gradientType='0');
		     border-top: 1px solid #83abdc;
		     border-top-left-radius: 2px;
		     border-top-right-radius: 2px;
	    }

	

	#contentwrap {
		margin-top: 1em;
	}
	
		body.popup #contentwrap {
			margin-top: 0;
			padding: 35px 25px;
		}
	
		#contentwrap h1 { 
			color: #282828;
			font: normal normal 2.2em/1.25em "LithoAntiqueMedium";
			margin-bottom: .25em;
		}

		#contentwrap h1 span:focus-visible, #contentwrap .wide h1:focus-visible {
			outline: 2px solid #000;
		}

		#contentwrap h2 span:focus-visible {
			outline: 2px solid #000;
		}

		#contentwrap h2 {
			color: #2764AF;
			font: normal normal 1.5em/1.25em "LithoAntiqueMedium";
			margin-bottom: .25em;
		}

		#contentwrap h2.usericon {
			font: normal normal 1.6em/1.25em "LithoAntiqueMedium";
			margin-bottom: .25em;
		}
		
		#contentwrap h3 { 
			color: white;
			font: normal normal 1.6em/1.25em "LithoAntiqueMedium";
			margin-bottom: .25em;
		}
		
		#contentwrap h4 { 
			color: white;
			font: normal normal 1.4em/1.25em "LithoAntiqueMedium";
			margin-bottom: .25em;
		}

		#contentwrap p {
			color: #595959;
			font: normal normal 1.4em/1.25em verdana,sans-serif;
			margin: 0 0 1em 0;
		}
		
		#contentwrap a {
			color: #c60b46
		}

		#contentwrap a#lnkTrash:focus-visible {
			border: 1px solid #000;
		}

		#contentwrap a:focus-visible, #contentwrap a img:focus-visible {
			outline-offset: 0px;
			outline: 2px solid #fff;
		}

		#contentwrap #lnkEmail:focus-visible, #contentwrap #lnkPwd:focus-visible {
			outline: auto;
			outline-width: 1px;
			outline-style: solid;
			outline-color: #c60b46;
		}

button,
input[type=submit] {
	line-height: 2em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-right: 1em;
	color: white;
	background: -moz-linear-gradient(bottom, #4382cb, #0d3c82);
	background: -webkit-graddient(linear, left top, left bottom, from(#4382cb), to(#0d3c82));
	background: -ms-linear-gradient(top left, #4382CB 0%, #0D3C82 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#4382cb', endColorstr='#0d3c82', gradientType='0');
	background-color: #0d3c82;
	border: 0px;
	border-top: 1px solid #91b2ce;
	font-family: LithoAntiqueMedium;
	cursor: pointer;
}
		

		
		
		button.small,
		#contentwrap button.small,
		#contentwrap input[type=submit].small {
			font-size: 1.1em;
		}

	button:focus-visible,
	select:focus-visible,
	input:focus-visible {
		outline-offset: 1px;
		outline: 2px solid #000;
	}

	input[type=radio]:focus-visible {
	outline: 1px solid #000;
	outline-offset: 2px;
	}

        button.medium,
		#contentwrap button.medium,
		#contentwrap input[type=submit].medium {
			font-size: 1.5em;
		}

        button.large,
		#contentwrap button.large,
		#contentwrap input[type=submit].large {
			font-size: 2em;
		}

		
		
		#contentwrap button.round,
		#contentwrap input[type=submit].round {
			border-radius: 3px;
    height: 19px;
}

.button__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	
		.column { float: left; position: relative;} 
	
		.column.left {
			background:		#ededed;
			width: 			580px;
			padding:		32px 25px;
			margin-right: 	10px;
			position:		relative;
		}
			

		.column.right {
			width: 		300px;
			position:	relative;
			
		}
		
		.column.wide {
			width: 100%;
		}
		
		body.form .column.wide {
			width: 580px;
		}
		
		.column.wide a:focus-visible {
			outline: 2px solid #000 !important;
			outline-offset: 2px !important;
		}
			.floatbox,
			.column.right form,
			.column.right .panel			{
				width:		90%;
				padding:	5%;

			/* commenting this for 	Defect fix 1252
                background: -moz-linear-gradient(bottom, #5e5e5e, #5a5a5a);
				background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#5a5a5a));  */ 
				
/*				background: -ms-linear-gradient(top, #5e5e5e 0%,#5a5a5a 100%);*/  /*IE10 fix;*/
/*				filter:		progid:DXImageTransform.Microsoft.Gradient(startColorstr='#5e5e5e', endColorstr='#5a5a5a', gradientType='0');   */
				border-top: 0px solid #7f7f7f; /*#c8c2bc;*/
			}
			
			.floatbox {
				position: 	absolute;
				right: 		0.0em;
				top:		3em;
				width:		auto;
				padding:	0%;
				padding:	2.0%;   
/*				box-shadow: 5px 12px 16px rgba(0, 0, 0, 0.5);   */
				box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);  
			}
			
			.floatbox button {
				font-size: 1.5em;
			}

h3.usericon, h2.usericon {
	padding-left: 1.5em;
	background: url(../../images/home/icon-signin.png) no-repeat 0% 50%;
}
		
			h3.alreadyhaveacc
			{
			    padding-left: 1.5em;
			    background: url(../../images/home/icon-signin.png) no-repeat 0% 50%;
			    line-height:	2em;
			    padding-right:	1.5em;
			    padding-left:	1.5em;
			    margin-right:   1em;
			    color: 			white;
			    background: 	-moz-linear-gradient(bottom, #4382cb, #0d3c82);
			    background: 	-webkit-gradient(linear, left top, left bottom, from(#4382cb), to(#0d3c82));
			    background: -ms-linear-gradient(top left, #4382CB 0%, #0D3C82 100%);
			    filter:			progid:DXImageTransform.Microsoft.Gradient(startColorstr='#4382cb', endColorstr='#0d3c82', gradientType='0'); 
			    border:			0px;
			    border-top:		1px solid #91b2ce;
			    font-family: 	LithoAntiqueMedium;
			    cursor:			pointer;
			}
			
			#contentwrap form p.footnote, #contentwrap form p.footnote a  {
				clear: both;
				font-size: 1.1em;
				font-style: italic;
			}
			
			
			
	
	#footer {
		clear: both;
		width: 100%;
		padding: 2em 0;
		text-align: center;
	}
	
	#footer p { color: white; font: normal normal 1.2em "LithoAntiqueMedium"; } 
	#footer p a { color: white; text-decoration: underline }
	#footer p a:focus-visible {
		outline: auto;
		outline-width: 1px;
		outline-style: solid;
		outline-color: white;
	}
	#powerbox_content {
		background: #ededed;
	}
	#powerbox_close {
		position: 	absolute;
		right: 		1em;
		top:		-1em;
		
		background: -moz-linear-gradient(bottom, #5e5e5e, #5a5a5a);
		background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#5a5a5a));
		filter:		progid:DXImageTransform.Microsoft.Gradient(startColorstr='#5e5e5e', endColorstr='#5a5a5a', gradientType='0'); 
		border-top: 1px solid #7f7f7f; /*#c8c2bc;*/

		width:		auto;
		padding:	1%;
		box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.5);
		font-size:  1.5em;
		z-index: 	99999;
	}
	
		#powerbox_close button {
			line-height:    1em;
			height: 25px;
			width: 25px;
			padding:        0em;
			margin-right:   0;
			background: transparent url(../../images/powerbox-close.png) no-repeat;
			border-top: 0;
			filter: none;
		}
	

.dialog 
{
	line-height: 1.5em;
	padding: 1em;
	padding-top: 2em;
}


    .dialog h1 
    {
        font-size:      2.4em;
        font-family:    LithoAntiqueMedium;
        color:          #000;
        margin-bottom:  .5em;
    }
    
    .dialog fieldset legend { line-height: 1em } 
    .dialog p, .dialog label, .dialog td, .dialog th { font-size: 1.3em }

/*FOOTER - COOKIE BANNER STYLES*/
#privacy {
    float: left;
    bottom: 0;
}
.privacyContainer {
    width: 100%;
    position: absolute;
    left: 0;
}
.otFlat#onetrust-banner-sdk {
    overflow-y: hidden !important;
}

a:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

.form_footer .showmorehomedetailslink:focus-visible, .form_footer .hidemorehomedetailslink:focus-visible {
	border: 1px solid #000000;
}

#LeftContent_view_alertactive {
	color: white !important;
}

#wrap {
	background: linear-gradient(102deg, rgb(16, 16, 16) 0%, rgb(12, 103, 174) 75%);
}
/*END FOOTER - COOKIE BANNER STYLES */

#Literal42:focus-visible {
	outline: -webkit-focus-ring-color auto 2px;
}

.current_weather_text:focus-visible {
	outline: -webkit-focus-ring-color auto 2px;
}

#Literal44:focus-visible {
	outline: -webkit-focus-ring-color auto 2px;
}

#weather_forecast .name:focus-visible {
	outline: -webkit-focus-ring-color auto 2px;
}
