/* =============================================================================
   Reset © HTML5 Boilerplate
  ========================================================================== */ 
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }
html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif;  }
::-moz-selection { background: #fe57a1; color: #000; text-shadow: none; }
::selection { background: #fffea9; color: #000; text-shadow: none; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-weight: normal; }


/* =============================================================================
    Primary styles
   ========================================================================== */

html{
	background-color: #FFF;
	color: #575757;
}
html,body{
	height: 100%;
	min-width: 800px;
	font-size: 14px;
	 line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}



.container{
	min-height: 100%;
	margin: 0 auto;
	max-width: 1000px;
	width: 80%;
	background-color: #FFF;
	display: table;
}
header{
	background-image: url('../img/logo-axos-ag.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #FFF;
	background-position: center center;
	margin: 60px 0;
}

.svg header{
	background-image: url('../img/logo-axos-ag.svg');
}

header img{
	height: auto;
	width: 240px;
	visibility: hidden;
	padding: 15px 0;
}
.navbar{
	background-color: #fffea9;
	width: 240px;
	display: table-cell;
	vertical-align: top;
}

nav {
	margin-top: 0;
}

nav li a,
nav li a:visited{
	padding: 6px 0 6px 8%;
	display: block;
	color: #000;
	border-top: 1px solid #FFF;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
nav li a:hover,
nav li a.active{
	background-color: #FFFFE1;
}
.content{
	display: table-cell;
	width: 80%;
	width: calc(100% - 240px);
}
address{
	font-style: normal;
	background-color: #FFF;
	padding: 8% 0 8% 8%;
	color: #666;
	margin-bottom: 0;
	margin-top: 60px;
}
.content .claim{
	margin-left: 6%;
}
.content-inner{
	padding: 62px 10% 0 10%;
	padding: 133px 10% 0 10%;
}
.content-inner img{
	width: 60%;
	height: auto;
	margin-bottom: 15px;
}
.content-inner img.big{
	width: 100%;
}
.content-inner p{
	margin: 0 0 20px 0;
}
.content-inner a,.content-inner a:visited{
	color: #575757;
}
h1{
	color: #000;
	margin: 0;
	padding: 0 0 35px 0;
	font-size: 26px;
	
}
h2{
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 16px;
	font-weight: bold;
}
.content-inner {
	font-size: 16px;
}
.content-inner ul{
	margin: 0;
	padding: 0;
}
.content-inner ul li{
	margin: 0;
	background-image: url('../img/list-symbol.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position:left top 4px;
	padding: 0 0 10px 25px;
}

li{
	display: block;
}

.caption a,.caption a:visited{
	color: #000;
}
.caption{
	color: #000;
	margin-top: -7px;
	font-size: 13px;
}

input[type="text"]{
	width: 100%;
	border: 1px solid #c8c8c8;
	margin: 0 0 5px 0;
}
textarea{
	width: 100%;
	border: 1px solid #c8c8c8;
	margin: 0 0 5px 0;
}
select{
	margin: 0 0 5px 0;
}
div.error{
	color: #CC0000;
	padding: 15px;
	background-color: #ffe3e3;
	margin: 10px 0;
}
div.msg{
	padding: 15px;
	background-color: #ffffe2;
	margin: 10px 0;
}


/* =============================================================================
    Media Queries for Responsive Design.
   ========================================================================== */
@media only screen and (max-width: 800px) {
	
	html, body {
		min-width: 0;
	}
	
	.container {
		display: block;
		width: 100%;
	}
		
	header {
		background-size: 160px;
		background-position: left center;
		margin: 0;
		width: 160px;
		margin-left: 20px;
	}

	header img {
		padding: 10px 0;
		width: 160px;
	}
	
	.nav-container {
		display: none;
	}
	
	.nav-container.open {
		display: block;
			
	}

	.nav-container.open nav {
		background-color: #fffea9;
		margin-top: 20px;
	}
	
	.navbar {
		background-color: transparent;
		border-bottom: 15px solid #fffea9;
		border-top: 15px solid #fffea9;
		display: block;
	
		position: relative;
		width: 100%;
		
	}

	nav li a {
		padding: 10px 5px 10px 20px;
		font-size: 16px;
		
	}
	
	address {
		margin-bottom: 20px;
		margin-top: 20px;
		padding: 0 0 0 20px;
	}


	
	.menu-icon {
	    display: block;
	    position: absolute;
	    overflow: hidden;
	    margin: 0;
	    padding: 0;
	    width: 48px;
	    height: 48px;
	    font-size: 0;
	    right: 16px;
	    top:20px;
	    text-indent: -9999px;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    box-shadow: none;
	    border-radius: none;
	    border: none;
	    cursor: pointer;
	    -webkit-transition: background .1s;
	    transition: background .1s
	}
	
	.menu-icon:focus {
	    outline: 0
	}
	
	.menu-icon span {
	    display: block;
	    position: absolute;
	    top: 22px;
	    left: 9px;
	    right: 9px;
	    height: 4px;
	    background: #000;
	}
	
	.menu-icon span::after, .menu-icon span::before {
	    position: absolute;
	    display: block;
	    left: 0;
	    width: 100%;
	    height: 4px;
	    background-color: #000;;
	    content: ""
	}
	
	.menu-icon--htla.is-active span::after, .menu-icon--htla.is-active span::before,
	.menu-icon--htra.is-active span::after, .menu-icon--htra.is-active span::before {
	    width: 50%
	}
	
	.menu-icon span::before {
	    top: -10px
	}
	
	.menu-icon span::after {
	    bottom: -10px
	}
	
	
	
	
	
	.menu-icon span {
	    -webkit-transition: background 0s .1s;
	    transition: background 0s .1s
	}
	
	.menu-icon span::after, .menu-icon span::before {
	    -webkit-transition-duration: .1s, .1s;
	    transition-duration: .1s, .1s;
	    -webkit-transition-delay: .1s, 0s;
	    transition-delay: .1s, 0s
	}
	
	.menu-icon span::before {
	    -webkit-transition-property: top, -webkit-transform;
	    transition-property: top, transform
	}
	
	.menu-icon span::after {
	    -webkit-transition-property: bottom, -webkit-transform;
	    transition-property: bottom, transform
	}
	
	
	.menu-icon.is-active span {
	    background: 0 0
	}
	
	.menu-icon.is-active span::before {
	    top: 0;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg)
	}
	
	.menu-icon.is-active span::after {
	    bottom: 0;
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg)
	}
	
	.menu-icon.is-active span::after, .menu-icon.is-active span::before {
	    -webkit-transition-delay: 0s, .1s;
	    transition-delay: 0s, .1s
	}
		
		
		
	

	
	.content {
		padding: 20px; /* reset fs */
		width: 100%;
	}
	
	.content-inner {
		padding: 0;
	}
	
	table {
		font-size: 12px;
		overflow: hidden;
	}
	
	form{
		overflow: hidden;
	}
	
	form table td {
		display: block;
		padding-top: 5px;
		vertical-align: top;
		
	}
	form table td input[type=text],
	textarea{
		width: 90%;
	}
	form table td:last-child {
		padding-top: 0;
	}
	
	input[type=text] {
		padding: 5px;
	}
	
	.claim {
		display: none;
	}
}


@media only screen and (min-width: 801px) {
	.menu-icon {
		display: none;
	}

	.nav-container {
		display: block;
	}
}

@media only screen and (max-width: 350px) {

	h1{
		font-size: 21px;
	}
	
}


/* =============================================================================
    Non-semantic helper classes
   ========================================================================== */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


/* =============================================================================
    Print styles.
   ========================================================================== */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}