@import url('/css/fonts/fonts.css');
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body {  -webkit-font-smoothing: antialiased; margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #82cfca; color: #fff; text-shadow: none; }
::selection { background: #82cfca; color: #fff; text-shadow: none; }

a { text-decoration:none; color: #fff; }
a:visited { text-decoration:none; color: #551a8b; }
a:hover { text-decoration:none; }
a:focus { outline: none; }
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, serif; _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 {list-style: none; margin:0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ==|== primary Advoco styles =====================================================
   Author: Re-Format
   ========================================================================== */
p {margin: 20px 0 0 0;}
p:first-child {margin: 0;}
.hide {display:none;}
.show {display:block;}


body { background: #d6d4d4 url('../img/subtlenet2.png') repeat; }
.wrapper {
position:relative; 
height:100%; 
width: 1200px;
margin: 0 auto; 
background-color: #FFF;
-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.19);
-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.19);
box-shadow: 0 0 8px 2px rgba(0,0,0,0.19); 

}



.col-1-7 { width:126px; margin-right:13px; float:left; }
.col-6-7 { width:821px; float:left; }

#contactwrap {position:fixed; z-index:99999; width:1200px; font: 25px/26px MisoRegular, sans-serif; text-transform:uppercase; color:#fff; }
#contactdetails {height:225px; display:none; position:relative; width: 960px; padding:30px 120px; background-color: #82cfca;   
-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.19);
-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.19);
box-shadow: 0 0 8px 2px rgba(0,0,0,0.19);}
#contactdetails div  {display:none; padding-left: 139px; border-left:1px solid #fff;}
#contactdetails p {font: 28px/28px MisoRegular, sans-serif; text-align: left; text-transform:uppercase;}
#contactdetails p a {color: #fff; border-bottom:1px solid #fff; }
#contactdetails p a:hover {color: #fff; border-bottom:none;}
#contactbut {padding-right:30px; padding-left:6px; background: url('../img/arrow.png') no-repeat 76px 10px; z-index:-1; position:absolute; bottom:-26px; right: 127px; height:26px; background-color: #82cfca;  text-align: center; text-decoration:none; color:#fff; font-size:22px;
-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.19);
-moz-box-shadow: 0 0 6px 1px rgba(0,0,0,0.19);
box-shadow: 0 0 6px 1px rgba(0,0,0,0.19);  }
#contactbut:hover { cursor:pointer;  text-decoration:none; color:#9e9e9e;}
#contactbut.clicked {background-position:76px -13px} 
#contactbut.clicked:hover { cursor:pointer;  text-decoration:none; color:#9e9e9e;}
#contactbut a { display:inline-block; color:#FFF; }


#topbut {position:fixed; bottom:23px; z-index:999999; text-indent:-9999px; height:63px; width:43px; left:50%; background: url('../img/top.png') no-repeat left top; cursor:pointer; margin-left: -560px;}

header {padding: 136px 120px 35px 120px; height:193px; position:relative;}
header div#amark-logo {position:absolute; width:126px; height:193px; background: url('../img/amark-logo-sm.png') no-repeat right top; }
/*header div#amark-logo.fixed { position:fixed; top:45px;}*/
header div#logo {position:absolute; height:193px; background: url('../img/logo-sm.png') no-repeat left top; left:259px;}


.blue {color:#82cfca;}
.white {color:#fff;}
.grey {color:#9e9e9e;}


nav {
z-index:999;
width: 960px;
padding:0 120px;
top:26px; 
height:90px;
position:fixed; 
border:1px #82cfca;
border-style:solid none none none;
background: url('../img/transwhite.png') repeat; }
.rgba nav {background: rgba(255,255,255,.9); }


nav.navdropshadow:after { content: " "; position:absolute; bottom:-6px;  left:0px; width:1200px; height:6px; background: url('../img/dropshadnav2.png') repeat; }
nav.navdropshadowgrey:after { content: " "; position:absolute; bottom:-6px;  left:0px; width:1200px; height:6px; background: url('../img/dropshadowsect.png') repeat; }
nav div.navdropshadow {display:none;}
.lt-ie9 div.navdropshadow {display:block; position:absolute; bottom:-6px;  left:0px; width:1200px; height:6px; background: url('../img/dropshadnav2.png') repeat;  }
nav div#amark-nav { 
width: 60px;
height: 68px;
float: left;
margin: 10px 0 0 51px;
display:none;
background: url('../img/amark-nav.png') no-repeat right top;
cursor:pointer;}
.no-js nav  nav div#amark-nav {display:block;}
nav div#amark-nav a {display:inline-block; width:100%; height:100%;}

nav ul { margin: 9px 0 0 141px; width:289px;  font: 22px/22px MisoRegular, sans-serif; text-align: left; text-transform:uppercase;  }
nav ul li {display:inline-block; width:135px; margin-right:5px; border-bottom:1px solid #e5e5e5;}
nav ul li:hover {border-bottom:1px solid #82cfca; color:#82cfca; cursor:pointer;}
nav a.selected {background-color:#82cfca; color:#fff;}
nav a { display:inline-block; color:#9e9e9e; width:100%; }
nav a:visited  {color:#9e9e9e;}
nav a:hover {color:#82cfca;}

nav a.selected:hover {background-color:#82cfca; color:#fff;}
nav a.selected:visited  {color:#fff;}

section { position:relative;  padding:60px 120px 36px 120px; }
/*.sectdropshadow:after {z-index:99; content: " "; position:absolute; bottom:-7px; left:0px; width:1200px; height:7px; background: url('../img/dropshadowsect.png') repeat; }*/
div.sectdropshadow {display:block; position:absolute; bottom:-6px;  left:0px; width:1200px; height:6px; background: url('../img/dropshadowsect.png') repeat; z-index:99;}

div.borderleft {height:100%; border-left: 1px solid;}

.marginno {height:100%; width:125px; 
	font: 185px/115px MisoRegular, sans-serif; text-align: right; text-transform:uppercase;  
	float:left; }
.marginno span { opacity:0.6; }

#section1, #section3, #section5 {height:auto; background-color: #82cfca; border-left-color: #FFF;}
#section2, #section4, #section6 {height:auto;background-color: #eaeaea; border-left-color: #82cfca;}

#section1 span {display:inline-block; margin-right:-18px; top: -6px;
position: relative;}
#section2 span {display:inline-block; margin-right:-11px; top: -6px;
position: relative;}
#section3 span {display:inline-block; margin-right:-13px; top: -6px;
position: relative;}
#section4 span {display:inline-block; margin-right:-8px; top: -6px;
position: relative;}
#section5 span {display:inline-block; margin-right:-11px; top: -6px;
position: relative;}
#section5 span.copyright {display:inline-block; top:0px;
position: relative;}
#section6 span {display:inline-block; margin-right:-8px; top: -6px;
position: relative;}

article {float:left; max-width: 834px; overflow:hidden;}
article h1 {margin:-13px 0 0 11px;  font: 70px/70px MisoRegular, sans-serif; text-transform:uppercase; }
article div.revealButton-a, article div.revealButton-b {float:left; margin:15px 0 0 13px;  font: 30px/35px Helvetica, Arial, sans-serif; font-weight:300;; width:100%; cursor:pointer;}
article div.on {color:#82cfca;}
article div.revealButton-a:hover {color:#fff;}
article div.revealButton-b:hover {color:#82cfca;}
article div{ color:#7E7E7E; border-left:1px solid #fff; padding-left:13px; float:left; margin:22px 0 0 20px; width:244px; height:100%; }
article div.first {margin-left:15px;}
article div.showless {height:300px; overflow:hidden;}
.no-js sarticle div.showless {height:auto;}
article div.showmore {height:auto;}
article div.showhide {padding:0 0 0 0; margin:0; border-left:none; width:100%; }
article div.showhidebutton { background: url('../img/moreless.png') no-repeat 360px 0; cursor:pointer; margin:15px 0 0 13px; padding:0 0 0 0; width:828px; height:25px; background-color:#f2f2f2;  }
article div.showhidebutton.clicked {background: url('../img/moreless.png') no-repeat 360px -25px; background-color:#f2f2f2;  }
article div.showhidebutton:hover, article div.showhidebutton.clicked:hover { background-color:#82cfca}
article div.revealContent-a, article div.revealContent-b {padding:0; margin:0; border-left:none; width:100%; }
#section3 article div, #section5 article div {color:#7c7c7c; border-left-color:#d8d8d8;}
#section5 article div.revealButton-a {color:#7c7c7c; border-left-color:#d8d8d8;}
#section5 article div.revealButton-a:hover {color:#fff;}
#section5 article div.on {color:#fff; }
article div div:first-of-type {margin-left:13px; }
article div div.showhide:first-of-type {margin-left:0; }
article p {margin:10px 0 0 0; font: 15px/18px arial, sans-serif; font-weight:300;}
article p.intro {color:#fff; margin:20px 0 0 13px; width:545px; font: 36px/41px 'Lato', sans-serif;, helvetica, arial, sans-serif; font-weight:300;}
span#underline {display:inline; margin-right:0; border-bottom:1px solid #fff; top:0px;}
article a { border-bottom:1px solid #fff; color:#fff;}
article a:visited { border-bottom:1px solid #fff; color:#FFFFFF;}
article a:hover { border-bottom:none; color:#FFFFFF;}
article ul{margin:0; padding:0; font: 15px/18px arial, sans-serif; font-weight:300;}
article ul li {padding-top:3px; display:block; border-bottom:1px solid #72bfb8;}
article ul li:first-of-type {padding-top:0px;}
article span.copyright {font: 10px/10px arial, sans-serif; font-weight:300; top:0px;}

footer {padding:30px 120px 30px 120px; background-color: #fff; font: 13px/15px arial, sans-serif; font-weight:200; color:#82cfca; background: url('../img/logo-footer.png') no-repeat 813px 30px;}
footer div.margin {position:relative; z-index:999; padding-left:137px; height:100%; width:404px; 
	  border-left: 1px #82cfca solid; float:left; }
footer p {margin: 10px 0 0 0;}
footer a {color:#82cfca; text-decoration:underline;}
footer a:visited {color:#82cfca;}
footer a:hover {cursor:pointer; color:#82cfca; text-decoration:none;}

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; 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; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { 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: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  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; }
}





