/* General Styles */

html { 
	height:100%; 
	margin: 0; 
	padding: 0; 
	font-family: Montserrat, Arial, Helvetica, sans serif;
	font-size: 14px; 
	color: #111111;
}

body
{
	font-family: Montserrat, Arial, Helvetica, sans serif;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #111111;
	margin: 0;
	padding: 0; 
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:center top;
	height:100%;
	width:100%;
}

/* Basic Fonts Begin */

tr, td, p {
	font-size: 14px;
	line-height: 18px;
	color: #111111;
}

a:link, a:visited {
	color: #111111;
	text-decoration: underline;
}

a:hover, a:active {
	color: #EF1C25;
	text-decoration: underline;
}

h1 {
	font-size: 32px;
	font-weight: 800;
	line-height: 40px;
	color: #C81E10;
}

h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	color: #C81E10;
	margin-top: 20px;
}

h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	color: #111111;
	margin-top: 20px;
}

h4 {
	font-size: 20px;
	font-weight: 800;
	line-height: 28px;
	color: #111111;
}

h5 {
	color: #333333;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: #EF1C25;
	margin-top: 16px;
	margin-bottom: 10px;
}

.list_title {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	color: #EF1C25;
}

/* Basic Fonts End */

/* Header Begin */


#headercross {
	width: 100%;
	height: auto; 
	background-color: #FFFFFF;

}

#headerbar {
	height: 85px;
}

#toplogo__BU {
	float: left;
	width: 560px;
	height: 81px;
	margin: 2px 0 2px 0;
	background-image:url(../images/axis--toplogo.jpg);
	background-size: cover;

}

#toplogo__BU a:link {
	display:inline-block;
    width:100%;
    height:100%;
}

#toplogo {
	float: left;
	width: 560px;
	height: 81px;
	margin: 2px 0 2px 0;
}

#toplogo img {
	width: 560px;
	height: 81px;
}

/* Header End */

/* Nav Start */

#navcross {
	width: 100%;
	height: auto;
	background-color: #C81E10;
}

#navbar {
	height: 32px;
	text-align: right;
	clear: both;
	white-space: nowrap;
	padding-top: 8px;
	box-sizing: border-box;
}

#navbar a:link, #navbar a:hover, #navbar a:active, #navbar a:visited  {
	font-weight: 400;
	text-decoration: none;
	margin: 0 16px;
	color: #FFFFFF;
}

/* Nav End */

/* Content Begin */

#contentcross {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}

#contentbar {
	min-height: 680px;
	padding: 5px 20px;
	box-sizing: border-box;
}

#logo_s {
	float: left;
	width: 15%;
	height: auto;
}

#contact1, #contact2 {
	float: left;
	width: 25%;
	height: auto;
}

/* Content End */

/* Footer Begin */

#footercross {
	width: 100%;
	height: auto;
	background-color: #C81E10;
	color: #FFFFFF;
	clear: both;
	border-top: solid 1px #C81E10;
	margin-top: 40px;
	padding: 20px 0;
}

#footerbar {
	height: 50px;
}

#footerbar a:link, #footerbar a:hover, #footerbar a:active, #footerbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footerleft {
	float: left;
	width: 600px;
	font-size: 30px;
	font-weight: 600;
}

#footerright {
	float: right;
	width: 180px;
}


/* Footer End */

/* bar width pulled out */

#headerbar, #navbar, #contentbar, #footerbar {
	width: 1180px;
	margin: 0 auto;
}

/* bar width end */

.buttonapply {
  border: none;
	width: 110px;
	background-color: #EF1C25; 
  color: white;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
	font-weight: bold;
  margin: 20px auto;
  transition-duration: 0.4s;
  cur___sor: pointer;
	border-radius: 4px;
}

.buttonmd {
	width: 180px;
	border: solid 1px #FFF;
  font-size: 16px;
  padding: 12px 0;
  margin: 20px 0;
}

.buttonapply a:link, .buttonapply a:hover, .buttonapply a:active, .buttonapply a:visited {
	font-size: 18px;
	font-weight: bold;
	color:#FFF;
	display:inline-block; 
	width:100%; 
	height:100%;
	}
	
.buttonapply:hover {
  background-color: #111111;
}
        .hide {
            display: none;
        }

#loginmobileonly {
	display: none;
}

#logindesktoponly {
	display: block;
}

/* Content inside */

#contentleft {
	float: left;
	width: 66%;
	
}

#contentright {
	float: right;
	width: 32%;
	
}


.popup-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 8px #aaa;
	overflow: hidden;
}
.popup-title {
	padding: 10px 15px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #f0f0f0;
}
.popup-title h3 {
	margin: 0;
	line-height: 1.5em;
	color: #333;
}
.popup-body {
	padding: 10px 15px;
	text-align: center;
	color: #555;
}
.popup-close {
	float: right;
	margin-top: 2px;
	padding: 0;
	font-size: 24px;
	line-height: 1;
	border: 0;
	background: transparent;
	color: #aaa;
	cursor: pointer;
}
.popup-close:hover {
	color: #333;
}


/* Content End */


/* Form Styles */


input[type=text], select{
	width: 100%;
	padding: 8px;
	margin: 5px 0;
	font-family: Montserrat, Arial, Helvetica, sans serif;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=text]:hover, select:hover{
	border: 1px solid #B79D53;
}

input[type=submit] {
	width: 200px;
	background-color: #B79D53;
	font-family: Montserrat, Arial, Helvetica, sans serif;
	color: white;
	padding: 8px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover{
	background-color: #111111;
}

textarea {
	width: 100%;
	height: 160px;
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #CCC;
	border-radius: 4px;
	background-color: #f8f8f8;
	resize: none;
}


.radio
{
border-width:0px;
color: #a58744;/*#085cb3;*/
background: #ffffff !important;
/*background: #077af1 !important;*/
margin: 0px 0px 0px 0px;
padding: 0px 1px 1px 1px;
}

.button {
color: #a58744;
font:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
background: #ece3d0 !important;
padding: 2px 8px 2px 8px;
border: 1px solid #a58744;
}

.button:hover {
background: #e4d7ba !important;
}


.legend
{
color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:normal;
background: #a58744 !important;
padding: 2px 8px 0px 8px;
margin: 0px;
border: 1px solid #a58744;
 text-transform:uppercase;
}

.legend a:link {color: #ffffff; text-decoration: none; text-transform:uppercase;}
.legend a:visited {color: #ffffff; text-decoration: none; text-transform:uppercase;}
.legend a:hover {color: #d5dadf; text-decoration: none; text-transform:uppercase;}
.legend a:active {color: #ffffff; text-decoration: none; text-transform:uppercase;}


@media only screen and (max-width: 780px) {
	#headerbar, #navbar, #contentbar, #footerbar, #contentleft, #contentright {
		float: none;
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#navbar {
		padding-top: 8px;
	}
	#headerbar, #footerbar {
		height: auto;
	}
	#toplogo {
		float: none;
		width: 100%;
		height: auto;
	}
	#toplogo img {
		width: 100%;
		height: auto;
		display: inline-block;
	}
	#footerleft {
		float: none;
		width: 100%;
		text-align: center;
	}

	#footerright {
		float: none;
		width: 100%;
		margin: 30px 0;
		pad__ding-bottom: 40px;
		text-align: center;
	}
	#logo_s {
		float: none;
	}
	#contact1, #contact2 {
		width: 50%;
	}
}

@media only screen and (max-width: 560px) {
	#contact1, #contact2 {
		float: none;
	}
	#toplogo img {
		margin: 20px auto;
	}
}
