/** =import
************************************************************/
/** =baseline
************************************************************/
/* 18px */
/* base vertical margin */
/* base horizontal margin */
/* base rounded corner radius */
/** =grid
************************************************************/
/** =inputs
************************************************************/
/* padding (per side) */
/* border width (per side) */
/* default width for inputs (in columns) */
/* default height for textareas */
/** =colors
************************************************************/
/** =body copy **/
/** =links **/
/** =status colors **/
/** =reset
************************************************************
YUI3 reset with at few tweaks: 
-reset button, select
-reset text decoration on a, ins
-reset small
-color and bg on body, not html (helps with sticky footer)
************************************************************/
body {
  color: #000;
  background: #fff;
}

body, div, p, blockquote,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend,
input, textarea, select, button,
th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code,
dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, small {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

/** =super/subscript 
text-align: super/sub creates line height issues, so we'll do it this way **/
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
}

button {
  border: 0;
  background: none;
}

ins,
a {
  text-decoration: none;
}

/** =base mixins
************************************************************/
/** =clearfix **/
/** =min height/width in ie6 **/
/** =cross-browser inline-block **/
/** =utility classes
************************************************************/
.hide,
.js .js-hide,
.js-show {
  display: none;
}

.js .js-show {
  display: block;
}

.hide-alt,
.js .js-hide-alt {
  position: absolute;
  left: -9999em;
}

.right {
  float: right;
  display: inline;
}

.left {
  float: left;
  display: inline;
}

.clear {
  clear: both;
}

.replace {
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
  overflow: hidden;
  font-size: 1px;
  border: 0;
}

/** =css3
************************************************************/
/** =eliminate chunky text in webkit	
************************************************************/
/** =section
************************************************************
Sections are block elements with bottom margins and a clearfix applied.
Ideally, their last child should get get no bottom margin to prevent double margins.
************************************************************/
/** =font-face
************************************************************/
/** =container
************************************************************/
/** =default form input widths
************************************************************/
.text input,
.text textarea {
  width: 368px;
}
.text textarea {
  height: 7.5em;
}

.select select {
  width: 380px;
}

/** =columns
************************************************************/
.col-1 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 30px;
}

.append-1 {
  padding-right: 50px;
}

.prepend-1 {
  padding-left: 50px;
}

.text.col-1 input, .text.col-1 textarea, body .text input.col-1, body .text textarea.col-1 {
  width: 18px;
}

.select.col-1 select, body .select select.col-1 {
  width: 30px;
}

.col-2 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 80px;
}

.append-2 {
  padding-right: 100px;
}

.prepend-2 {
  padding-left: 100px;
}

.text.col-2 input, .text.col-2 textarea, body .text input.col-2, body .text textarea.col-2 {
  width: 68px;
}

.select.col-2 select, body .select select.col-2 {
  width: 80px;
}

.col-3 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 130px;
}

.append-3 {
  padding-right: 150px;
}

.prepend-3 {
  padding-left: 150px;
}

.text.col-3 input, .text.col-3 textarea, body .text input.col-3, body .text textarea.col-3 {
  width: 118px;
}

.select.col-3 select, body .select select.col-3 {
  width: 130px;
}

.col-4 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 180px;
}

.append-4 {
  padding-right: 200px;
}

.prepend-4 {
  padding-left: 200px;
}

.text.col-4 input, .text.col-4 textarea, body .text input.col-4, body .text textarea.col-4 {
  width: 168px;
}

.select.col-4 select, body .select select.col-4 {
  width: 180px;
}

.col-5 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 230px;
}

.append-5 {
  padding-right: 250px;
}

.prepend-5 {
  padding-left: 250px;
}

.text.col-5 input, .text.col-5 textarea, body .text input.col-5, body .text textarea.col-5 {
  width: 218px;
}

.select.col-5 select, body .select select.col-5 {
  width: 230px;
}

.col-6 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 280px;
}

.append-6 {
  padding-right: 300px;
}

.prepend-6 {
  padding-left: 300px;
}

.text.col-6 input, .text.col-6 textarea, body .text input.col-6, body .text textarea.col-6 {
  width: 268px;
}

.select.col-6 select, body .select select.col-6 {
  width: 280px;
}

.col-7 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 330px;
}

.append-7 {
  padding-right: 350px;
}

.prepend-7 {
  padding-left: 350px;
}

.text.col-7 input, .text.col-7 textarea, body .text input.col-7, body .text textarea.col-7 {
  width: 318px;
}

.select.col-7 select, body .select select.col-7 {
  width: 330px;
}

.col-8 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 380px;
}

.append-8 {
  padding-right: 400px;
}

.prepend-8 {
  padding-left: 400px;
}

.text.col-8 input, .text.col-8 textarea, body .text input.col-8, body .text textarea.col-8 {
  width: 368px;
}

.select.col-8 select, body .select select.col-8 {
  width: 380px;
}

.col-9 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 430px;
}

.append-9 {
  padding-right: 450px;
}

.prepend-9 {
  padding-left: 450px;
}

.text.col-9 input, .text.col-9 textarea, body .text input.col-9, body .text textarea.col-9 {
  width: 418px;
}

.select.col-9 select, body .select select.col-9 {
  width: 430px;
}

.col-10 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 480px;
}

.append-10 {
  padding-right: 500px;
}

.prepend-10 {
  padding-left: 500px;
}

.text.col-10 input, .text.col-10 textarea, body .text input.col-10, body .text textarea.col-10 {
  width: 468px;
}

.select.col-10 select, body .select select.col-10 {
  width: 480px;
}

.col-11 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 530px;
}

.append-11 {
  padding-right: 550px;
}

.prepend-11 {
  padding-left: 550px;
}

.text.col-11 input, .text.col-11 textarea, body .text input.col-11, body .text textarea.col-11 {
  width: 518px;
}

.select.col-11 select, body .select select.col-11 {
  width: 530px;
}

.col-12 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 580px;
}

.append-12 {
  padding-right: 600px;
}

.prepend-12 {
  padding-left: 600px;
}

.text.col-12 input, .text.col-12 textarea, body .text input.col-12, body .text textarea.col-12 {
  width: 568px;
}

.select.col-12 select, body .select select.col-12 {
  width: 580px;
}

.col-13 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 630px;
}

.append-13 {
  padding-right: 650px;
}

.prepend-13 {
  padding-left: 650px;
}

.text.col-13 input, .text.col-13 textarea, body .text input.col-13, body .text textarea.col-13 {
  width: 618px;
}

.select.col-13 select, body .select select.col-13 {
  width: 630px;
}

.col-14 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 680px;
}

.append-14 {
  padding-right: 700px;
}

.prepend-14 {
  padding-left: 700px;
}

.text.col-14 input, .text.col-14 textarea, body .text input.col-14, body .text textarea.col-14 {
  width: 668px;
}

.select.col-14 select, body .select select.col-14 {
  width: 680px;
}

.col-15 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 730px;
}

.append-15 {
  padding-right: 750px;
}

.prepend-15 {
  padding-left: 750px;
}

.text.col-15 input, .text.col-15 textarea, body .text input.col-15, body .text textarea.col-15 {
  width: 718px;
}

.select.col-15 select, body .select select.col-15 {
  width: 730px;
}

.col-16 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 780px;
}

.append-16 {
  padding-right: 800px;
}

.prepend-16 {
  padding-left: 800px;
}

.text.col-16 input, .text.col-16 textarea, body .text input.col-16, body .text textarea.col-16 {
  width: 768px;
}

.select.col-16 select, body .select select.col-16 {
  width: 780px;
}

.col-17 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 830px;
}

.append-17 {
  padding-right: 850px;
}

.prepend-17 {
  padding-left: 850px;
}

.text.col-17 input, .text.col-17 textarea, body .text input.col-17, body .text textarea.col-17 {
  width: 818px;
}

.select.col-17 select, body .select select.col-17 {
  width: 830px;
}

.col-18 {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 880px;
}

.append-18 {
  padding-right: 900px;
}

.prepend-18 {
  padding-left: 900px;
}

.text.col-18 input, .text.col-18 textarea, body .text input.col-18, body .text textarea.col-18 {
  width: 868px;
}

.select.col-18 select, body .select select.col-18 {
  width: 880px;
}

.col-18,
.col-last {
  margin-right: 0;
}

/** =typography mixins
************************************************************/
/** =line-heights **/
/** =letter spacing **/
/** =font-family **/
@font-face {
  font-family: "PTSansRegular";
  src: url("fonts/PT-Sans/PTS55F-webfont.eot");
  src: url("fonts/PT-Sans/PTS55F-webfont?#iefix") format("embedded-opentype"), url("fonts/PT-Sans/PTS55F-webfont.woff") format("woff"), url("fonts/PT-Sans/PTS55F-webfont.ttf") format("truetype"), url("fonts/PT-Sans/PTS55F-webfont.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PTSansBold";
  src: url("fonts/PT-Sans/PTS75F-webfont.eot");
  src: url("fonts/PT-Sans/PTS75F-webfont?#iefix") format("embedded-opentype"), url("fonts/PT-Sans/PTS75F-webfont.woff") format("woff"), url("fonts/PT-Sans/PTS75F-webfont.ttf") format("truetype"), url("fonts/PT-Sans/PTS75F-webfont.svg#PTSansBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** =font-reset **/
/** =font groups
************************************************************/
/** =baseline links
************************************************************/
/** =reset **/
/** =baseline headings
************************************************************/
/** =reset **/
/** =baseline lists
************************************************************/
/** =ul/ol default **/
/** =ul **/
/** =ol **/
/** =dl **/
/** =reset **/
/** =base tables
************************************************************/
/** =reset **/
/** =base blockquote
************************************************************/
/** =base pre
************************************************************
http://perishablepress.com/press/2009/11/09/perfect-pre-tags/
************************************************************/
/** =base address
************************************************************/
/** =base form
************************************************************/
/** =reset **/
/** =sliding doors buttons (with hover)
************************************************************
http://www.filamentgroup.com/lab/styling_the_button_element_with_sliding_doors
************************************************************/
/** =easel icons (20x20)
************************************************************/
/** =font groups
************************************************************/
/** =fancy ampersands **/
/** =nav lists
************************************************************/
/** =horizontal nav **/
/** =vertical nav **/
/** =inline horizontal nav **/
/** =list items as sections **/
/** =indented list with no bullets/numbers **/
/** =piped horizontal nav **/
/** =spaced horizontal nav **/
/** =piped horizontal inline nav **/
/** =spaced horizontal inline nav **/
/** =ruled list **/
/** =superfish dropdowns mixin
************************************************************/
/** =button bar
************************************************************/
/** =sticky footer mixin
************************************************************
http://www.cssstickyfooter.com/
************************************************************/
/** =border box
************************************************************/
/** =negative margin fix for ie6
************************************************************
http://haslayout.net/css/Negative-Margin-Bug
************************************************************/
/** =inline elements
************************************************************/
strong,
strong > em {
  font-weight: bold;
}

em,
em > strong {
  font-style: italic;
}

small {
  font-style: italic;
  color: #888888;
}

del {
  text-decoration: line-through;
}

sup, sub {
  font-size: 60%;
  line-height: .8em;
}

ins, abbr, acronym {
  border-bottom: 1px dotted;
}

abbr, acronym {
  cursor: help;
}

/* prevent images/objects from breaking out of containing box
and eliminate unwanted space beneath images/objects */
img {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  max-width: 100%;
  height: auto;
}
.ie6 img, .ie7 img {
  display: inline;
}

/** =paragraph
************************************************************/
p {
  margin-bottom: 20px;
}

/** =load from mixins
************************************************************/
body {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

a {
  color: #0f6391;
}
a:hover {
  color: #052435;
}

h1 {
  color: black;
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1em;
  margin: 0 0 1em;
  letter-spacing: -0.015em;
}

h2 {
  color: black;
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.25em;
  margin: 0 0 .5em;
}

h3 {
  color: black;
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.45em;
  margin: 0 0 .5em;
}

h4 {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.45em;
  margin: 0 0 .5em;
}

h5 {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 .5em;
}

h6 {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 .5em;
}

ul {
  margin-bottom: 20px;
}
ul li {
  line-height: 1.25em;
  margin-top: 10px;
}
ul li:first-child {
  margin-top: 0;
}
ul li ul, ul li ol {
  margin-top: 10px;
  margin-bottom: 0;
}
ul > li,
ul ul > li {
  background: url(images/bullet-green.png) no-repeat 0.4em 0.4em;
  padding-left: 1.5em;
}

ol {
  margin-bottom: 20px;
}
ol li {
  line-height: 1.25em;
  margin-top: 10px;
}
ol li:first-child {
  margin-top: 0;
}
ol li ul, ol li ol {
  margin-top: 10px;
  margin-bottom: 0;
}
ol > li,
ol ol > li {
  list-style: decimal outside;
  margin-left: 1.5em;
}
.ie6 ol > li, .ie7 ol > li, .ie6
ol ol > li, .ie7
ol ol > li {
  margin-left: 2em;
}

dl {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
}
dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
dl > :last-child, dl > .last {
  margin-bottom: 0;
}
dl > dt {
  font-weight: bold;
}
dl > dd {
  margin-bottom: 10px;
}

table {
  width: 100%;
  margin-bottom: 20px;
}
table th, table td {
  border: 1px solid #ebebeb;
  padding: 5px 10px;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th, table thead td,
table tfoot th,
table tfoot td {
  text-align: center;
  border: 0;
}
table caption {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
table tr.alt th, table tr.alt td {
  background-color: #ebebeb;
}

blockquote {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  margin-left: 20px;
  margin-right: 20px;
  font-style: italic;
}
blockquote:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
blockquote > :last-child, blockquote > .last {
  margin-bottom: 0;
}

pre {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  line-height: 1em;
  width: 99%;
  white-space: pre-wrap;
  /* CSS3 browsers  */
  white-space: -moz-pre-wrap;
  /* 1999+ Mozilla  */
  white-space: -pre-wrap;
  /* Opera 4 thru 6 */
  white-space: -o-pre-wrap;
  /* Opera 7 and up */
  word-wrap: break-word;
  /* IE 5.5+ and up */
}
pre:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
pre > :last-child, pre > .last {
  margin-bottom: 0;
}

address {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
}
address:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
address > :last-child, address > .last {
  margin-bottom: 0;
}

/** =groups and sections
************************************************************/
.group {
  display: block;
  zoom: 1;
}
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.section {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
}
.section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.section > :last-child, .section > .last {
  margin-bottom: 0;
}

.last {
  margin-bottom: 0;
}

/** =forms
************************************************************/
form fieldset {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
}
form fieldset:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
form fieldset > :last-child, form fieldset > .last {
  margin-bottom: 0;
}
form fieldset > fieldset {
  margin-top: 20px;
}
form .actions {
  border-top: 1px solid #ebebeb;
  padding: 10px 0 0;
}

label[for] {
  cursor: pointer;
}

.legend {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-indent: none;
  text-transform: none;
  word-spacing: normal;
  white-space: normal;
  vertical-align: baseline;
  margin: 0;
  border-bottom: 1px solid #ebebeb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

/** =text, select, textarea **/
.text,
.select {
  display: block;
  zoom: 1;
  margin-bottom: 10px;
}
.text:after,
.select:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.text label,
.select label {
  display: block;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: black;
}
.text label small,
.select label small {
  font-size: 12px;
  margin-left: 5px;
}
.text input,
.text select,
.text textarea,
.select input,
.select select,
.select textarea {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  padding: 5px 5px;
  background-color: #f7f7f7;
  border: 1px solid #b8b8b8;
  border-bottom-color: #ebebeb;
  color: #666666;
}
.text input:focus,
.text select:focus,
.text textarea:focus,
.select input:focus,
.select select:focus,
.select textarea:focus {
  background-color: white;
  color: #4d4d4d;
}
.text.error input:focus,
.text.error select:focus,
.text.error textarea:focus,
.select.error input:focus,
.select.error select:focus,
.select.error textarea:focus {
  border-color: #b8b8b8;
  border-bottom-color: #ebebeb;
  background-color: white;
  color: #4d4d4d;
}

.no-label {
  margin-top: -10px;
}

span.placeholder {
  background-color: #f7f7f7;
}

.text .placeholder {
  color: #888888;
  font-size: 14px;
  font-weight: bold;
}
.text ::-webkit-input-placeholder {
  color: #888888;
}
.text .placeholder {
  margin: 6px 0 0 6px;
}

/** =radios, checkboxes **/
.radio,
.checkbox {
  display: block;
  zoom: 1;
  margin-bottom: 5px;
}
.radio:after,
.checkbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.radio input,
.checkbox input {
  float: left;
}
.radio label,
.checkbox label {
  display: block;
  margin-left: 20px;
  line-height: 1.25em;
}

.radio-group > .legend,
.checkbox-group > .legend {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-indent: none;
  text-transform: none;
  word-spacing: normal;
  white-space: normal;
  vertical-align: baseline;
  border-bottom: 0;
  color: inherit;
  display: block;
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  color: black;
  margin-bottom: 5px;
}
.radio-group > .legend small,
.checkbox-group > .legend small {
  font-size: 12px;
  margin-left: 5px;
}

/** =disabled inputs **/
input[disabled],
button[disabled],
select[disabled],
textarea[disabled] {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.disabled,
.disabled label {
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.disabled *,
.disabled label * {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/** =validation **/
.required-mark {
  color: #ac0000;
  font-weight: bold;
}

.text.error *,
.select.error * {
  color: #ac0000;
}
.text.error input,
.text.error textarea,
.text.error select,
.select.error input,
.select.error textarea,
.select.error select {
  background-color: #ffdfdf;
  border-color: #ffacac;
}
.text.error .error-message,
.select.error .error-message {
  text-align: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  clear: both;
}
.text.error .placeholder,
.select.error .placeholder {
  color: #e49494;
}
.text.error ::-webkit-input-placeholder,
.select.error ::-webkit-input-placeholder {
  color: #e49494;
}

/** =buttons
************************************************************/
.btn {
  color: inherit;
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
  zoom: 1;
  /* ie */
  width: auto;
  /* ie */
  overflow: visible;
  /* ie */
  /* removes 1px border in FF */
  padding: 0 18px 0 0;
  background-position: 100% 0;
}
.btn:hover {
  color: inherit;
  background: none;
}
.ie6 .btn, .ie7 .btn {
  display: inline;
}
.btn > span {
  position: relative;
  display: block;
  white-space: nowrap;
}
.btn::-moz-focus-inner {
  border: none;
  padding: 0;
}
.btn > span {
  padding: 0 0 0 18px;
  height: 32px;
  line-height: 31px;
}
.btn, .btn:hover, .btn:active, .btn > span {
  background-image: url(images/easel/sprites/btn-default-white.png);
}
.btn > span {
  background-position: 0 -100px;
}
.btn:hover {
  background-position: 100% -200px;
}
.btn:hover > span {
  background-position: 0 -300px;
}
.btn:active {
  background-position: 100% -400px;
}
.btn:active > span {
  background-position: 0 -500px;
}

.btn-bar {
  margin-bottom: 0;
  display: block;
  zoom: 1;
}
.btn-bar > li,
.btn-bar ul > li,
.btn-bar ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.btn-bar ul, .btn-bar ol {
  margin-top: 0;
}
.btn-bar > dt {
  font-weight: normal;
}
.btn-bar > dd {
  margin-bottom: 0;
}
.btn-bar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.btn-bar > li {
  float: left;
  display: inline;
}
.btn-bar > li a {
  display: block;
}
.btn-bar a {
  padding: 1px 0 3px;
  background: -20px 0;
  background-image: url("images/easel/sprites/btn-bar-default-white-sm.png");
}
.btn-bar a > span {
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid white;
  display: block;
  height: 23px;
  line-height: 22px;
  padding: 0 18px;
}
.btn-bar a:hover {
  background-position: -20px -100px;
}
.btn-bar a:hover span {
  border-left-color: transparent;
}
.btn-bar a:active {
  background-position: -20px -200px;
}
.btn-bar a:active span {
  border-right-color: transparent;
}
.btn-bar li.first a {
  background-position: 0 0;
}
.btn-bar li.first a:hover {
  background-position: 0 -100px;
}
.btn-bar li.first a:active {
  background-position: 0 -200px;
}
.btn-bar li.first a > span {
  border-left: none;
}
.btn-bar li.last a {
  background-position: 100% 0;
}
.btn-bar li.last a:hover {
  background-position: 100% -100px;
}
.btn-bar li.last a:active {
  background-position: 100% -200px;
}
.btn-bar li.last a > span {
  border-right: none;
}

/** =easel icons
************************************************************/
.icn.external {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  padding: 0 0 0 18px;
  background: url("images/easel/icons/default/external-a.png") no-repeat 0 50%;
}
.ie6 .icn.external, .ie7 .icn.external {
  display: inline;
}
.icn.external.alt {
  padding: 0 18px 0 0;
  background-position: 100% 50%;
}
.icn.calendar {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  padding: 0 0 0 25px;
  background: url("images/easel/icons/default/calendar.png") no-repeat 0 50%;
}
.ie6 .icn.calendar, .ie7 .icn.calendar {
  display: inline;
}
.icn.calendar.alt {
  padding: 0 25px 0 0;
  background-position: 100% 50%;
}
.icn.home {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  padding: 0 0 0 25px;
  background: url("images/easel/icons/default/home.png") no-repeat 0 50%;
}
.ie6 .icn.home, .ie7 .icn.home {
  display: inline;
}
.icn.home.alt {
  padding: 0 25px 0 0;
  background-position: 100% 50%;
}
.icn.paper {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  padding: 0 0 0 25px;
  background: url("images/easel/icons/default/paper.png") no-repeat 0 50%;
}
.ie6 .icn.paper, .ie7 .icn.paper {
  display: inline;
}
.icn.paper.alt {
  padding: 0 25px 0 0;
  background-position: 100% 50%;
}
.icn.cog {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  padding: 0 0 0 25px;
  background: url("images/easel/icons/default/cog.png") no-repeat 0 50%;
}
.ie6 .icn.cog, .ie7 .icn.cog {
  display: inline;
}
.icn.cog.alt {
  padding: 0 25px 0 0;
  background-position: 100% 50%;
}
.icn.error {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  padding: 0 0 0 25px;
  background: url("images/easel/icons/default/error.png") no-repeat 0 50%;
}
.ie6 .icn.error, .ie7 .icn.error {
  display: inline;
}
.icn.error.alt {
  padding: 0 25px 0 0;
  background-position: 100% 50%;
}
.icn.eye {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  padding: 0 0 0 25px;
  background: url("images/easel/icons/default/eye.png") no-repeat 0 50%;
}
.ie6 .icn.eye, .ie7 .icn.eye {
  display: inline;
}
.icn.eye.alt {
  padding: 0 25px 0 0;
  background-position: 100% 50%;
}
.icn.pencil {
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  padding: 0 0 0 25px;
  background: url("images/easel/icons/default/pencil.png") no-repeat 0 50%;
}
.ie6 .icn.pencil, .ie7 .icn.pencil {
  display: inline;
}
.icn.pencil.alt {
  padding: 0 25px 0 0;
  background-position: 100% 50%;
}

/** =status boxes
************************************************************/
.box {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px;
  border: 2px solid;
  background: no-repeat 10px 50%;
  background-color: #f7f7f7;
  color: #666666;
  border-color: #ebebeb;
}
.box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.box > :last-child, .box > .last {
  margin-bottom: 0;
}
.box a {
  color: #666666;
  font-weight: bold;
}
.box a:hover {
  color: #333333;
}
.box ul {
  margin-bottom: 0;
}
.box ul > li, .box ul ul > li, .box ul ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.box ul ul, .box ul ol {
  margin-top: 0;
}
.box ul > dt {
  font-weight: normal;
}
.box ul > dd {
  margin-bottom: 0;
}
.box p {
  margin-bottom: 10px;
}

.box.info {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px;
  border: 2px solid;
  background: no-repeat 10px 50%;
  background-color: #e8f5ff;
  color: #0066b5;
  border-color: #bfe3ff;
  background-image: url(images/easel/icons/status/info.png);
}
.box.info:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.box.info > :last-child, .box.info > .last {
  margin-bottom: 0;
}
.box.info a {
  color: #0066b5;
  font-weight: bold;
}
.box.info a:hover {
  color: #002d4f;
}
.box.info ul {
  margin-bottom: 0;
}
.box.info ul > li, .box.info ul ul > li, .box.info ul ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.box.info ul ul, .box.info ul ol {
  margin-top: 0;
}
.box.info ul > dt {
  font-weight: normal;
}
.box.info ul > dd {
  margin-bottom: 0;
}
.box.info p {
  margin-bottom: 10px;
}
.box.warning {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px;
  border: 2px solid;
  background: no-repeat 10px 50%;
  background-color: #fff6bf;
  color: #8c7800;
  border-color: #ffe026;
  background-image: url(images/easel/icons/status/warning.png);
}
.box.warning:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.box.warning > :last-child, .box.warning > .last {
  margin-bottom: 0;
}
.box.warning a {
  color: #8c7800;
  font-weight: bold;
}
.box.warning a:hover {
  color: #262100;
}
.box.warning ul {
  margin-bottom: 0;
}
.box.warning ul > li, .box.warning ul ul > li, .box.warning ul ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.box.warning ul ul, .box.warning ul ol {
  margin-top: 0;
}
.box.warning ul > dt {
  font-weight: normal;
}
.box.warning ul > dd {
  margin-bottom: 0;
}
.box.warning p {
  margin-bottom: 10px;
}
.box.error {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px;
  border: 2px solid;
  background: no-repeat 10px 50%;
  background-color: #ffdfdf;
  color: #ac0000;
  border-color: #ffacac;
  background-image: url(images/easel/icons/status/error.png);
}
.box.error:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.box.error > :last-child, .box.error > .last {
  margin-bottom: 0;
}
.box.error a {
  color: #ac0000;
  font-weight: bold;
}
.box.error a:hover {
  color: #460000;
}
.box.error ul {
  margin-bottom: 0;
}
.box.error ul > li, .box.error ul ul > li, .box.error ul ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.box.error ul ul, .box.error ul ol {
  margin-top: 0;
}
.box.error ul > dt {
  font-weight: normal;
}
.box.error ul > dd {
  margin-bottom: 0;
}
.box.error p {
  margin-bottom: 10px;
}
.box.success {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px;
  border: 2px solid;
  background: no-repeat 10px 50%;
  background-color: #e6efc2;
  color: #5d710e;
  border-color: #c2e632;
  background-image: url(images/easel/icons/status/success.png);
}
.box.success:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.box.success > :last-child, .box.success > .last {
  margin-bottom: 0;
}
.box.success a {
  color: #5d710e;
  font-weight: bold;
}
.box.success a:hover {
  color: #121603;
}
.box.success ul {
  margin-bottom: 0;
}
.box.success ul > li, .box.success ul ul > li, .box.success ul ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.box.success ul ul, .box.success ul ol {
  margin-top: 0;
}
.box.success ul > dt {
  font-weight: normal;
}
.box.success ul > dd {
  margin-bottom: 0;
}
.box.success p {
  margin-bottom: 10px;
}
.box.info, .box.warning, .box.error, .box.success {
  padding-left: 54px;
}

/** =layout
************************************************************/
.header,
.body,
.footer {
  width: 880px;
  margin: 0 auto;
  display: block;
  zoom: 1;
  padding: 0 24px;
}
.header:after,
.body:after,
.footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

body {
  background: #ecfff6 url(images/layout/stripe-top.png) repeat-x;
}

.wrapper {
  margin: 0 auto;
  /*ie8*/
  background: url(images/layout/sides.png) repeat-y 50% 0;
}

.footer {
  background: #ecfff6 url(images/layout/bottom.png) no-repeat;
}

.header {
  background: url(images/layout/top.png) no-repeat;
  padding-top: 30px;
  margin-bottom: 16px;
}

.content-header {
  background: url(images/layout/heading-grad.png) repeat-x 0 100%;
  padding: 0 30px;
  margin: 0 -20px 20px;
  min-height: 60px;
}
.ie6 .content-header {
  position: relative;
  zoom: 1;
}
.ie6 .content-header {
  height: 60px;
}
.content-header .hdg {
  color: black;
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1em;
  margin: 0 0 1em;
  letter-spacing: -0.015em;
  margin-bottom: 0;
  padding: 0 0 20px 0;
  color: #008043;
  font-size: 30px;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
}

.body {
  overflow: auto;
  padding-bottom: 140px;
}

.footer {
  position: relative;
  margin-top: -100px;
  height: 100px;
  clear: both;
}

/** =opera fix **/
body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

.ie8 .wrapper {
  display: table;
  height: 100%;
}

/** =header
************************************************************/
.header {
  position: relative;
  z-index: 100;
  min-height: 110px;
}
.ie6 .header {
  height: 110px;
}
.header .logo {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-indent: none;
  text-transform: none;
  word-spacing: normal;
  white-space: normal;
  vertical-align: baseline;
  margin: 0;
  position: absolute;
  top: 45px;
  left: 23px;
}
.header .logo a {
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
  overflow: hidden;
  font-size: 1px;
  border: 0;
  background-image: url(images/layout/logo-header.png);
}
.header .logo, .header .logo a {
  width: 186px;
  height: 47px;
}
.header .info {
  position: absolute;
  right: 26px;
  top: 62px;
  font-size: 18px;
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #178c55;
}

.header .nav {
  z-index: 101;
  position: absolute;
  top: 100px;
  left: 22px;
  margin-bottom: 0;
  display: block;
  zoom: 1;
}
.header .nav > li, .header .nav ul > li, .header .nav ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.header .nav ul, .header .nav ol {
  margin-top: 0;
}
.header .nav > dt {
  font-weight: normal;
}
.header .nav > dd {
  margin-bottom: 0;
}
.header .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.header .nav > li {
  float: left;
  display: inline;
}
.header .nav > li a {
  display: block;
}
.header .nav ul {
  position: absolute;
  top: -999em;
  width: 16em;
}
.header .nav ul li {
  width: 100%;
}
.header .nav ul li:hover {
  visibility: inherit;
  /* fixes IE7 "sticky bug" */
}
.header .nav li {
  position: relative;
}
.header .nav li a {
  height: 44px;
}
.header .nav li li a {
  height: auto;
}
.header .nav li li:hover ul,
.header .nav li li.sfHover ul,
.header .nav li li li:hover ul,
.header .nav li li li.sfHover ul {
  left: 16em;
  top: 0;
}
.header .nav a {
  display: block;
  position: relative;
}
.header .nav li:hover ul,
.header .nav li.sfHover ul {
  left: 0;
  top: 44px;
  z-index: 99;
}
.header .nav li:hover ul ul,
.header .nav li:hover ul ul ul,
.header .nav li.sfHover ul ul,
.header .nav li.sfHover ul ul ul {
  top: -999em;
}
.header .nav li ul {
  margin-top: -4px;
}
.header .nav li ul a {
  zoom: 1;
  background-color: #02713d;
  color: #fff;
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-top: 1px solid #177e4e;
  border-bottom: 1px solid #005b30;
  padding: 5px 10px;
  font-size: 14px;
}
.header .nav li ul a:hover {
  background-color: #005b30;
}
.header .nav li ul li.last a {
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 0;
}
.header .nav > li > a {
  background: url(images/sprites/nav-header.png) no-repeat -10px 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  height: 44px;
  text-align: center;
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  -moz-text-shadow: 0 1px 4px #004e29;
  -webkit-text-shadow: 0 1px 4px #004e29;
  text-shadow: 0 1px 4px #004e29;
}
.header .nav > li > a span {
  background: url(images/nav-header-div.png) no-repeat 100% 0;
  padding: 0 3px 0 0;
  height: 100%;
  display: block;
}
.header .nav > li > a span b {
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
  overflow: hidden;
  font-size: 1px;
  border: 0;
  display: -moz-inline-box;
  display: inline-block;
  -moz-box-orient: vertical;
  vertical-align: top;
  zoom: 1;
  margin: 16px -14px 0 0;
  width: 14px;
  height: 11px;
  background: url(images/sprites/nav-drowdown-arrow.png);
}
.ie6 .header .nav > li > a span b, .ie7 .header .nav > li > a span b {
  display: inline;
}
.header .nav > li.sfHover a b,
.header .nav > li a:hover b {
  background-position: 0 -100px;
}
.header .nav > li.parent-here a, .header .nav > li.here a,
.header .nav > li a:hover {
  background-position: -10px -100px;
}
.header .nav li.first > a {
  background-position: 0 0;
}
.header .nav li.first.parent-here a, .header .nav li.first.here a,
.header .nav li.first a:hover {
  background-position: 0 -100px;
}
.header .nav li.last span {
  padding-right: 0;
  background: none;
}
.header .nav li.last > a {
  background-position: 100% 0;
}
.header .nav li.last.parent-here a, .header .nav li.last.here a,
.header .nav li.last a:hover {
  background-position: 100% -100px;
}
.header .nav .entry-6495 > a {
  width: 105px;
}
.header .nav .entry-6688 > a {
  width: 110px;
}
.header .nav .entry-6497 > a {
  width: 109px;
}
.header .nav .entry-5682 > a {
  width: 156px;
}
.header .nav .entry-6412 > a {
  width: 104px;
}
.header .nav .entry-6494 > a {
  width: 91px;
}
.header .nav .entry-6498 > a {
  width: 205px;
}
.header .nav .entry-6522 > a {
  width: 107px;
}
.header .nav li.first ul {
  left: 10px;
}
.header .nav li.last ul {
  left: auto;
  right: 10px;
}

/** =footer
************************************************************/
.footer {
  text-align: center;
}
.footer .nav {
  border-top: 1px solid #dcdcdc;
  padding: 12px 0;
  /* Only exists because of Facebook plugin */
  padding-top: 4px;
  margin-bottom: 0;
}
.footer .nav > li, .footer .nav ul > li, .footer .nav ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.footer .nav ul, .footer .nav ol {
  margin-top: 0;
}
.footer .nav > dt {
  font-weight: normal;
}
.footer .nav > dd {
  margin-bottom: 0;
}
.footer .nav > li {
  display: inline;
}
.footer .nav > li {
  display: inline;
  margin-left: 0.25em;
  padding-left: 0.6em;
}
.footer .nav > li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.footer .nav a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer .info {
  margin-bottom: 0;
}
.footer .info > li, .footer .info ul > li, .footer .info ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.footer .info ul, .footer .info ol {
  margin-top: 0;
}
.footer .info > dt {
  font-weight: normal;
}
.footer .info > dd {
  margin-bottom: 0;
}
.footer .info > li {
  display: inline;
}
.footer .info > li {
  display: inline;
  border-left: 1px solid #dcdcdc;
  margin-left: 0.25em;
  padding-left: 0.6em;
}
.footer .info > li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

/** =sidebar layout
************************************************************/
.p-sidebar .content {
  display: block;
  zoom: 1;
}
.p-sidebar .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.p-sidebar .content-1,
.p-sidebar .content-2 {
  float: left;
  display: inline;
}
.p-sidebar .content-1 {
  width: 680px;
  margin-left: 200px;
  padding-top: 10px;
}
.p-sidebar .content-2 {
  width: 179px;
  margin-left: -880px;
  background-color: #e0ebe4;
  border-right: 1px solid #a9c7b4;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.p-sidebar .content-2 .nav {
  margin-bottom: 0;
  padding: 0 0 3em;
}
.p-sidebar .content-2 .nav > li, .p-sidebar .content-2 .nav ul > li, .p-sidebar .content-2 .nav ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.p-sidebar .content-2 .nav ul, .p-sidebar .content-2 .nav ol {
  margin-top: 0;
}
.p-sidebar .content-2 .nav > dt {
  font-weight: normal;
}
.p-sidebar .content-2 .nav > dd {
  margin-bottom: 0;
}
.p-sidebar .content-2 .nav a {
  display: block;
}
.p-sidebar .content-2 .nav a {
  color: #1f5e81;
}
.p-sidebar .content-2 .nav li ul {
  display: none;
}
.p-sidebar .content-2 .nav li.parent-active ul,
.p-sidebar .content-2 .nav li.active ul {
  display: block;
}
.p-sidebar .content-2 .nav li.first > a {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
.p-sidebar .content-2 .nav ul {
  border-top: 1px solid #f9fbfa;
}
.p-sidebar .content-2 .nav ul li a {
  padding-left: 30px;
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: .01em;
}
.p-sidebar .content-2 .nav li {
  border-bottom: 1px solid #f9fbfa;
}
.p-sidebar .content-2 .nav li.active {
  margin-top: -1px;
}
.p-sidebar .content-2 .nav li.active > a, .p-sidebar .content-2 .nav li.active > a:hover {
  background: #067240;
  color: #fff;
}
.p-sidebar .content-2 .nav li.overview a {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  margin-top: 0;
}
.p-sidebar .content-2 .nav li a, .p-sidebar .content-2 .nav li > span {
  display: block;
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #a9c7b4;
  padding: 5px 15px;
  font-size: 15px;
  position: relative;
}
.p-sidebar .content-2 .nav li a:hover {
  background-color: #bfd5c9;
}
.p-sidebar .content-2 .nav ul li.last {
  border-bottom: 0;
}

.p-news .content-2 ul.nav li ul {
  display: block;
}

/** =intro
************************************************************/
.intro {
  font-size: 16px;
  color: #627b74;
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: .01em;
}

/** =home
************************************************************/
.p-home .content {
  font-size: 15px;
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: .01em;
}
.p-home .content a.more {
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.p-home .content h2, .p-home .content h3 {
  color: #427c61;
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.p-home .content h3 {
  font-size: 20px;
}
.p-home .content-1 {
  overflow: hidden;
  min-height: 200px;
}
.ie6 .p-home .content-1 {
  height: 200px;
}
.p-home .content-1 .main {
  padding: 35px 0 0 0;
  padding-left: 330px;
  padding-right: 130px;
}
.p-home .content-1 .main h2 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-indent: none;
  text-transform: none;
  word-spacing: normal;
  white-space: normal;
  vertical-align: baseline;
  margin: 0;
  margin-bottom: 10px;
  font-size: 25px;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}
.p-home .content-1,
.p-home .content-2 {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  background-color: #e0ebe4;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.p-home .content-1:after,
.p-home .content-2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.p-home .content-1 > :last-child, .p-home .content-1 > .last,
.p-home .content-2 > :last-child,
.p-home .content-2 > .last {
  margin-bottom: 0;
}
.p-home .content-1,
.p-home .content-4 {
  position: relative;
}
.p-home .content-1 .splash,
.p-home .content-4 .splash {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-home .content-1 .bar,
.p-home .content-4 .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  margin-bottom: -18px;
  background-color: #e0ebe4;
}
.p-home .content-1 .splash-wrapper,
.p-home .content-4 .splash-wrapper {
  position: absolute;
  width: 195px;
  height: 225px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-home .content-1 .splash-wrapper .splash-inner,
.p-home .content-4 .splash-wrapper .splash-inner {
  position: relative;
  width: 195px;
  height: 225px;
}
.p-home .content-1 .splash-wrapper img,
.p-home .content-4 .splash-wrapper img {
  width: 195px;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home .content-1 .main,
.p-home .content-4 .main {
  position: relative;
  z-index: 2;
}
.p-home .content-3,
.p-home .content-4 {
  border: 1px solid #e0ebe4;
  float: left;
  display: inline;
  margin-right: 20px;
  border: 1px solid #e0ebe4;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.p-home .content-3 {
  width: 478px;
  float: left;
  display: inline;
  margin-right: 20px;
  background-color: #e0ebe4;
}
.p-home .content-4 {
  width: 378px;
  margin-right: 0;
  min-height: 225px;
  border-bottom-width: 26px;
}
.ie6 .p-home .content-4 {
  height: 225px;
}
.p-home .content-4 .main {
  padding: 10px 20px 0 175px;
}
.p-home .content-4 .main .more {
  float: right;
  display: inline;
}
.p-home .slideshow {
  position: relative;
}
.p-home .slideshow .slides {
  visibility: hidden;
}
.p-home .slideshow .slides,
.p-home .slideshow .slides * {
  overflow: hidden;
  height: 225px;
  width: 478px;
}
.p-home .slideshow .controls {
  padding: 0 2px;
}
.p-home .slideshow .controls a {
  background: url(images/slideshow-nav-div.png) no-repeat 100% 0;
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  float: left;
  display: inline;
  padding: 0 10px 0 8px;
  height: 25px;
  line-height: 25px;
}
.p-home .slideshow .controls a.activeSlide {
  color: #333;
}

b.tr,
b.tl,
b.bl,
b.tr {
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 50;
  background: url(images/sprites/corners.png) no-repeat;
}

b.tl {
  top: -1px;
  left: -1px;
}

b.tr {
  top: -1px;
  right: -1px;
  background-position: 100% 0;
}

b.bl {
  bottom: -1px;
  left: -1px;
  background-position: 0 100%;
}

b.br {
  bottom: -1px;
  right: -1px;
  background-position: 100% 100%;
}

.ticker {
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 0 20px;
  font-size: 15px;
}
.ticker .more {
  float: right;
  display: inline;
}
.ticker h3 {
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  text-indent: none;
  text-transform: none;
  word-spacing: normal;
  white-space: normal;
  vertical-align: baseline;
  margin: 0;
  float: left;
  display: inline;
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  width: 145px;
}
.ticker, .ticker h3 {
  line-height: 50px;
}
.ticker ul {
  overflow: hidden;
  float: left;
  display: inline;
  margin-bottom: 0;
  line-height: 40px;
}
.ticker ul > li, .ticker ul ul > li, .ticker ul ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.ticker ul ul, .ticker ul ol {
  margin-top: 0;
}
.ticker ul > dt {
  font-weight: normal;
}
.ticker ul > dd {
  margin-bottom: 0;
}
.ticker ul a {
  display: block;
}
.ticker ul, .ticker ul li {
  height: 50px;
  width: 530px;
  overflow: hidden;
  line-height: 52px;
}

/** =links
************************************************************/
.biglink {
  cursor: pointer;
}

/** =carousel
************************************************************/
.carousel-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 18px 20px;
  background: url(images/carousel-matte.png) no-repeat 0 0;
}
.p-full .carousel-wrapper {
  background-position: -1000px 0;
}
.ie6 .carousel-wrapper {
  zoom: 1;
}
.carousel-wrapper .controls a {
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
  overflow: hidden;
  font-size: 1px;
  border: 0;
  background: url(images/sprites/prev-next.png) no-repeat;
  position: absolute;
  top: 50%;
  outline: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.carousel-wrapper .controls a.prev {
  left: 0;
  margin-left: -9px;
}
.carousel-wrapper .controls a.next {
  left: 100%;
  background-position: 100% 0;
  margin-left: -21px;
}

.ie div.carousel-wrapper .controls a.disabled {
  background-image: url(images/sprites/prev-next-ie.png);
  background-position-y: -100px;
}

.pre-cw {
  height: 150px;
}
.pre-cw ul {
  width: 2000em;
}

.carousel {
  position: relative;
  width: 640px;
  overflow: hidden;
}
.carousel .add-size {
  color: #222222;
  display: block;
}
.carousel ul {
  margin-bottom: 0;
  display: block;
  zoom: 1;
}
.carousel ul > li, .carousel ul ul > li, .carousel ul ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.carousel ul ul, .carousel ul ol {
  margin-top: 0;
}
.carousel ul > dt {
  font-weight: normal;
}
.carousel ul > dd {
  margin-bottom: 0;
}
.carousel ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.carousel ul > li {
  float: left;
  display: inline;
}
.carousel ul > li a {
  display: block;
}
.carousel ul li {
  position: relative;
  width: 130px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.carousel ul li img {
  margin-bottom: 4px;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=$x, OffY=$y, Color='$c');
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=$x, OffY=$y, Color='$c')";
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.carousel ul a {
  display: block;
  line-height: 1.2em;
}
.p-full .carousel {
  width: 840px;
}

/** =tooltips
************************************************************/
.js .carousel .js-hide-alt {
  left: -9999em;
}

.js .tip {
  position: absolute;
  z-index: 151;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #02713d;
  padding: 20px;
  color: #fff;
  width: 300px;
  margin-left: -90px;
}
.tip .tip-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: .25em;
}
.tip .pointer {
  display: none;
}
.js .tip .pointer {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  margin-top: -8px;
  margin-left: -10px;
  height: 0;
  border-top: 0;
  border-bottom: 8px solid #02713d;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* when tooltip is on top, it gets the "flipped" class */
.js div.flipped .pointer {
  top: 100%;
  margin-top: 0;
  border-top: 8px solid #02713d;
  border-bottom: 0;
}

/** =Forms
************************************************************/
.radio-group .sub-group {
  float: left;
  display: inline;
  margin-right: 20px;
}

.radio-group .sub-group-2 {
  width: 180px;
}

.radio-group .sub-group-3 {
  width: 130px;
}

/** =Lens Calculators
************************************************************/
.p-calculator .content-1 {
  width: 660px;
  margin-left: 220px;
}

div.results > div {
  display: none;
}

#result-toric .bi {
  float: left;
  margin-right: 20px;
}

div.calculator .text input {
  width: 118px;
}

div.calculator span.adjusted {
  float: right;
  padding-top: 24px;
  padding-right: 460px;
  text-align: right;
}

div.calculator .error span.adjusted {
  display: none;
}

#result-error {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px;
  border: 2px solid;
  background: no-repeat 10px 50%;
  background-color: #f7f7f7;
  color: #666666;
  border-color: #ebebeb;
  display: none;
}
#result-error:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
#result-error > :last-child, #result-error > .last {
  margin-bottom: 0;
}
#result-error a {
  color: #666666;
  font-weight: bold;
}
#result-error a:hover {
  color: #333333;
}
#result-error ul {
  margin-bottom: 0;
}
#result-error ul > li, #result-error ul ul > li, #result-error ul ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
#result-error ul ul, #result-error ul ol {
  margin-top: 0;
}
#result-error ul > dt {
  font-weight: normal;
}
#result-error ul > dd {
  margin-bottom: 0;
}
#result-error p {
  margin-bottom: 10px;
}

div.calculator .error input {
  float: left;
}

div.calculator .error .error-message {
  clear: none;
  float: left;
  width: 500px;
  padding-left: 24px;
  text-align: left;
}

.text input[type="file"],
#attachment {
  width: 200px;
}

/** =Safari Mobile adjustments (for iPhone, iPod Touch, iPad)
************************************************************/
div.calculator {
  -webkit-text-size-adjust: 130%;
}

.touch button.btn {
  background-image: none;
  background-color: #eee;
  padding: 0 10px;
  text-shadow: rgba(255, 255, 255, 0.4) 1px 1px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px white;
}

.touch button.btn:hover,
.touch button.btn:focus {
  background-color: #ccc;
  background-image: none;
}

.touch button.btn:active {
  background-image: none;
  background-color: #eee;
  -moz-box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px #cccccc;
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px #cccccc;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px, inset 0 20px 20px -10px #cccccc;
}

.touch button.btn span,
.touch button.btn:hover span,
.touch button.btn:focus span,
.touch button.btn:active span {
  background-image: none;
  padding: 0;
}

/** =lens orders
************************************************************/
.lens-orders .req-mark {
  color: #900;
  font-style: normal;
}
.lens-orders fieldset {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: .5em;
  margin-bottom: .75em;
}
.lens-orders .row {
  clear: left;
}
.lens-orders .row-label {
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
}
.lens-orders .text, .lens-orders .select, .lens-orders .radio {
  position: relative;
}
.lens-orders .select {
  float: left;
  width: 190px;
}
.lens-orders .select select {
  width: 160px;
}
.lens-orders .designs-select {
  width: 380px;
}
.lens-orders .designs-select select {
  width: 350px;
}
.lens-orders .text {
  float: left;
  margin: 0 6px 6px 0;
  width: 120px;
}
.lens-orders .text input {
  width: 110px;
}
.lens-orders .radios {
  clear: left;
}
.lens-orders .radios .radio {
  float: left;
  padding: 4px 12px 8px 4px;
  border: 1px solid #fff;
  border-right-width: 0;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.lens-orders .radios .last {
  margin-right: 4px;
  border-width: 1px 1px 1px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.lens-orders .error .radio {
  background-color: #ffdfdf;
  border-color: #ffacac;
}
.lens-orders .placeholder {
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  cursor: text;
}
.lens-orders .placeholder-focused {
  font-weight: bold;
  color: #222;
}
.lens-orders #shipping_method {
  width: 220px;
}
.js .lens-orders div.js-hide-alt {
  position: absolute;
}
.lens-orders .actions {
  text-align: right;
  border-top-width: 0;
}
.lens-orders .actions button {
  margin-right: 5px;
  font-weight: bold;
}
.lens-orders .actions button.btn-reset {
  cursor: pointer;
  font-weight: normal;
  margin: 7px 0 0 166px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.lens-orders .actions button.btn-reset:hover, .lens-orders .actions button.btn-reset:focus {
  background-color: #f3f3f3;
}
.lens-orders .invisible {
  visibility: hidden;
}
.lens-orders .error-log {
  clear: left;
  padding-top: 1em;
}
.lens-orders .error-log ul {
  background-color: #ffdfdf;
  border: 1px solid #ffacac;
  color: #ac0000;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 1em;
}
.lens-orders .error-log ul li {
  margin-bottom: 1em;
}

/** =article-list
************************************************************/
.article-list {
  margin-bottom: 0;
}
.article-list > li, .article-list ul > li, .article-list ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.article-list ul, .article-list ol {
  margin-top: 0;
}
.article-list > dt {
  font-weight: normal;
}
.article-list > dd {
  margin-bottom: 0;
}
.article-list > li {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
}
.article-list > li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.article-list > li > :last-child, .article-list > li > .last {
  margin-bottom: 0;
}
.article-list .hdg {
  margin-bottom: 0;
}

.category-list {
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
}
.category-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.category-list > :last-child, .category-list > .last {
  margin-bottom: 0;
}
.category-list h2 {
  margin-bottom: .25em;
  border-bottom: 1px solid #dcdcdc;
}

/** =section
************************************************************/
.section-a {
  background: #f1f6f3;
  margin-bottom: 0;
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  font-size: 14px;
  color: #627b74;
}
.section-a > li, .section-a ul > li, .section-a ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.section-a ul, .section-a ol {
  margin-top: 0;
}
.section-a > dt {
  font-weight: normal;
}
.section-a > dd {
  margin-bottom: 0;
}
.section-a:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.section-a > :last-child, .section-a > .last {
  margin-bottom: 0;
}
.section-a > li {
  display: block;
  zoom: 1;
  padding: 10px 0;
  border-bottom: 1px solid #bed8c7;
  border-top: 1px solid #fff;
}
.section-a > li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.section-a > li.col-4 {
  text-align: center;
}
.section-a > li p {
  margin-bottom: 0;
}
.section-a > li .hdg {
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
}

.section-b {
  margin-bottom: 0;
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
  color: #627b74;
}
.section-b > li, .section-b ul > li, .section-b ol > li {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: none;
}
.section-b ul, .section-b ol {
  margin-top: 0;
}
.section-b > dt {
  font-weight: normal;
}
.section-b > dd {
  margin-bottom: 0;
}
.section-b:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.section-b > :last-child, .section-b > .last {
  margin-bottom: 0;
}
.section-b .hdg {
  font-family: "PTSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
.section-b p {
  margin-bottom: 0;
}
.section-b > li {
  background-color: #f1f6f3;
  padding: 10px;
}
.section-b > li.alt {
  background-color: #fff;
}

.captioned {
  text-align: center;
  float: right;
  display: inline;
  margin: 0 0 20px 20px;
}
.captioned .caption {
  font-size: 11px;
  color: #555555;
}
.captioned.left {
  float: left;
  display: inline;
  margin: 0 20px 20px 0;
}

.intro {
  color: black;
  font-family: "PTSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.45em;
  margin: 0 0 .5em;
  display: block;
  margin-bottom: 20px;
  display: block;
  zoom: 1;
}
.intro:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.intro > :last-child, .intro > .last {
  margin-bottom: 0;
}
h1 + .intro {
  margin-top: -0.75em;
}

