/** SASS/SCSS/Compass Transcription of Skeleton Responsive Grid originally authored by Dave Gamache. This translation offers mixins that support fluid and as well as fixed grids to supplement the work that Dave Gamache has done. @author Dennis Thompson <http://www.atomicpages.net> @copyright Copyright (c) 2013 AtomicPages LLC @license MIT @version 1.6.1 */
/* BASE GRID ------------------------------------------------ */
.container { position: relative; width: 960px; margin: 0 auto; padding: 0; }
.container .column, .container .columns { float: left; display: inline; position: relative; }
.container .column.alpha, .container .columns.alpha { margin-left: 0; }
.container .column.omega, .container .columns.omega { margin-right: 0; }

.row { margin-bottom: 20px; }

/* Overrides */
.container .column, .container .columns { margin-left: 1%; margin-right: 1%; }

.container .one.column, .container .one.columns { width: 4.25%; }
.container .two.columns { width: 10.5%; }
.container .three.columns { width: 16.75%; }
.container .four.columns { width: 23%; }
.container .five.columns { width: 29.25%; }
.container .six.columns { width: 35.5%; }
.container .seven.columns { width: 41.75%; }
.container .eight.columns { width: 48%; }
.container .nine.columns { width: 54.25%; }
.container .ten.columns { width: 60.5%; }
.container .eleven.columns { width: 66.75%; }
.container .twelve.columns { width: 73%; }
.container .thirteen.columns { width: 79.25%; }
.container .fourteen.columns { width: 85.5%; }
.container .fifteen.columns { width: 91.75%; }
.container .sixteen.columns { width: 98%; }
.container .columns.one-third { width: 30.66667%; }
.container .columns.two-thirds { width: 63.33333%; }
.container .offset-by-one { padding-left: 6.25%; }
.container .offset-by-two { padding-left: 12.5%; }
.container .offset-by-three { padding-left: 18.75%; }
.container .offset-by-four { padding-left: 25%; }
.container .offset-by-five { padding-left: 31.25%; }
.container .offset-by-six { padding-left: 37.5%; }
.container .offset-by-seven { padding-left: 43.75%; }
.container .offset-by-eight { padding-left: 50%; }
.container .offset-by-nine { padding-left: 56.25%; }
.container .offset-by-ten { padding-left: 62.5%; }
.container .offset-by-eleven { padding-left: 68.75%; }
.container .offset-by-twelve { padding-left: 75%; }
.container .offset-by-thirteen { padding-left: 81.25%; }
.container .offset-by-fourteen { padding-left: 87.5%; }
.container .offset-by-fifteen { padding-left: 93.75%; }

/* TABLET (PORTRAIT) ------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 959px) { .container { width: 768px; }
  .container .column.alpha, .container .columns.alpha { margin-left: 0; margin-right: 10px; }
  .container .column.omega, .container .columns.omega { margin-right: 0; margin-left: 10px; }
  .alpha.omega { margin-left: 0; margin-right: 0; } }
/*  MOBILE (PORTRAIT) ------------------------------------------------ */
@media only screen and (max-width: 767px) { .container { width: 300px; }
  .container .column, .container .columns { margin-left: 0; margin-right: 0; }
  .container .one.column { width: 300px; }
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns { width: 300px; }
  .container .one-third.column { width: 300px; }
  .container .two-third.column { width: 300px; }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen { padding-left: 0; } }
/* MOBILE (LANDSCAPE) ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) { .container { width: 420px; }
  .container .column, .container .columns { margin-left: 0; margin-right: 0; }
  .container .one.column { width: 420px; }
  .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns { width: 420px; }
  .container .one-third.column { width: 420px; }
  .container .two-third.column { width: 420px; }
  .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen { padding-left: 0; } }
/* CLEARING ------------------------------------------------ */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix, .row { zoom: 1; }
.clearfix:before, .clearfix:after, .row:before, .row:after { content: "\0020"; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after, .row:after { clear: both; }

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/** SASS/SCSS/Compass Transcription of Skeleton Responsive Grid originally authored by Dave Gamache. This translation offers mixins that support fluid and as well as fixed grids to supplement the work that Dave Gamache has done. @author Dennis Thompson <http://www.atomicpages.net> @copyright Copyright (c) 2013 AtomicPages LLC @license MIT @version 1.6.1 */
/* SITE STYLES ------------------------------------------------ */
/* Add site styles here such as a { color: #000; } */
/* PAGE STYLES ------------------------------------------------ */
/* Add page styles here such as .home { background: rgba(0, 0, 0, 0.4); } */
/* MEDIA QUERIES ------------------------------------------------ */
/* Otherwise known as custom responsive code! Write it here! */
@media only screen and (min-width: 960px) and (max-width: 1280px) { /* add code here */ }
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) { /* add code here */ }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) { /* add code here */ }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) { /* add code here */ }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { /* add code here */ }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { /* add code here */ }
/** SASS/SCSS/Compass Transcription of Skeleton Responsive Grid originally authored by Dave Gamache. This translation offers mixins that support fluid and as well as fixed grids to supplement the work that Dave Gamache has done. @author Dennis Thompson <http://www.atomicpages.net> @copyright Copyright (c) 2013 AtomicPages LLC @license MIT @version 1.6.1 */
/* RESET & BASICS (Inspired by E. Meyers) ------------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }

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

/* BASIC STYLES ------------------------------------------------ */
body { background: #fff; font-size: 14px; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 21px; color: #444; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }

/* TYPOGRAPHY ------------------------------------------------ */
h1, h2, h3, h4, h5, h6 { color: #181818; font-family: "Georgia", "Times New Roman", serif; font-weight: normal; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }

h1 { font-size: 54px; line-height: 58px; margin-bottom: 16px; }

h2 { font-size: 41px; line-height: 47px; margin-bottom: 12px; }

h3 { font-size: 33px; line-height: 40px; margin-bottom: 9px; }

h4 { font-size: 25px; line-height: 35px; margin-bottom: 5px; }

h5 { font-size: 20px; line-height: 28px; }

h6 { font-size: 16px; line-height: 25px; }

.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 25px; line-height: 32px; color: #777; }

em, i { font-style: italic; }

strong, b { font-weight: bold; color: #333; }

u { text-decoration: underline; }

small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 20px; line-height: 28px; color: #777; font-style: italic; }

blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }

blockquote cite { display: block; font-size: 14px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited { color: #555; }

hr { border-style: solid; border-color: #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* LINKS ------------------------------------------------ */
a, a:visited { color: #333; text-decoration: underline; outline: 0; }

a:hover, a:focus, a:active { color: #000; }

p a, p a:visited { line-height: inherit; }

/* LISTS ------------------------------------------------ */
ul, ol { margin-bottom: 20px; }

ul { list-style: none outside; }

ol { list-style: decimal; }

ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }

ul.square { list-style: square outside; }

ul.circle { list-style: circle outside; }

ul.disc { list-style: disc outside; }

ul ul, ul ol, ol ol, ol ul { margin-top: 4px; margin-right: 0; margin-bottom: 5px; margin-left: 30px; font-size: 90%; }

ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: 6px; }

li { line-height: 18px; margin-bottom: 12px; }

ul.large li { line-height: 21px; }

li p { line-height: 21px; }

/* IMAGES ------------------------------------------------ */
img.scale-with-grid { max-width: 100%; height: auto; }

/* BUTTONS ------------------------------------------------ */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] { background: #eeeeee -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2))); background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%); border: 1px solid #aaa; border-top: 1px solid #ccc; border-left: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: #444; display: inline-block; font-size: 13px; font-weight: bold; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-decoration: none; text-shadow: 0 1px rgba(255, 255, 255, 0.75); cursor: pointer; line-height: normal; padding: 8px 10px; }
.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover { color: #222; background: #dddddd -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3))); background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); border: 1px solid #888; border-top-color: #aaa; border-left-color: #aaa; }
.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active { border: 1px solid #666; background: #cccccc -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4))); background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%); background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%); background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%); background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%); }
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width { width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }
.button.smaller, button.smaller, input[type="submit"].smaller, input[type="reset"].smaller, input[type="button"].smaller { font-size: 12px; padding: 4px 5px; }
.button.larger, button.larger, input[type="submit"].larger, input[type="reset"].larger, input[type="button"].larger { font-size: 16px; padding: 10px 18px; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* FORMS ------------------------------------------------ */
form { margin-bottom: 20px; }

fieldset { margin-bottom: 20px; }

input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="url"], input[type="tel"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], textarea, select { background: #fff; border: 1px solid #ccc; padding: 6px 4px; outline: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; font-size: 15px; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #777; margin: 0 0 20px; width: 210px; max-width: 100%; display: block; }
input[type="text"]:hover, input[type="text"]:focus, input[type="password"]:hover, input[type="password"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="url"]:hover, input[type="url"]:focus, input[type="tel"]:hover, input[type="tel"]:focus, input[type="date"]:hover, input[type="date"]:focus, input[type="datetime"]:hover, input[type="datetime"]:focus, input[type="datetime-local"]:hover, input[type="datetime-local"]:focus, input[type="month"]:hover, input[type="month"]:focus, input[type="week"]:hover, input[type="week"]:focus, input[type="time"]:hover, input[type="time"]:focus, input[type="number"]:hover, input[type="number"]:focus, textarea:hover, textarea:focus, select:hover, select:focus { border: 1px solid #aaa; color: #444; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
input[type="text"]:active, input[type="password"]:active, input[type="email"]:active, input[type="search"]:active, input[type="url"]:active, input[type="tel"]:active, input[type="date"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="number"]:active, textarea:active, select:active { border: 1px solid #919191; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

select { padding: 0; }

textarea { min-height: 60px; }

label, legend { display: block; font-size: 15px; font-weight: bold; }

select { width: 220px; }

input[type="checkbox"] { display: inline; }

label span, legend span { font-size: 15px; font-weight: normal; color: #444; }

table { border-collapse: collapse; table-layout: fixed; width: 100%; margin: 0 0 20px 0; }

th { font-weight: bold; padding: 10.5px; text-align: left; }

td { padding: 10.5px; }

tr, td, th { vertical-align: middle; }

/* MISC ------------------------------------------------ */
.subtract-bottom { margin-bottom: -20px !important; }

.remove-bottom { margin-bottom: 0 !important; }

.half-bottom { margin-bottom: 10px !important; }

.add-bottom { margin-bottom: 20px !important; }

/* GitHub style for Pygments syntax highlighter, for use with Jekyll Courtesy of GitHub.com */
.highlight pre, pre, .highlight .hll { background-color: #f8f8f8; border: 1px solid #ccc; padding: 6px 10px; border-radius: 3px; }

.highlight .c { color: #999988; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .cm { color: #999988; }

.highlight .cp { color: #999999; }

.highlight .c1 { color: #999988; }

.highlight .cs { color: #999999; }

.highlight .gd { color: #000000; background-color: #ffdddd; }

.highlight .gd .x { color: #000000; background-color: #ffaaaa; }

.highlight .gr { color: #aa0000; }

.highlight .gh { color: #999999; }

.highlight .gi { color: #000000; background-color: #ddffdd; }

.highlight .gi .x { color: #000000; background-color: #aaffaa; }

.highlight .go { color: #888888; }

.highlight .gp { color: #555555; }

.highlight .gu { color: #800080; }

.highlight .gt { color: #aa0000; }

.highlight .kt { color: #445588; }

.highlight .m { color: #009999; }

.highlight .s { color: #dd1144; }

.highlight .n { color: #333333; }

.highlight .na { color: teal; }

.highlight .nb { color: #0086b3; }

.highlight .nc { color: #445588; }

.highlight .no { color: teal; }

.highlight .ni { color: purple; }

.highlight .ne { color: #990000; }

.highlight .nf { color: #990000; }

.highlight .nn { color: #555555; }

.highlight .nt { color: navy; }

.highlight .nv { color: teal; }

.highlight .w { color: #bbbbbb; }

.highlight .mf { color: #009999; }

.highlight .mh { color: #009999; }

.highlight .mi { color: #009999; }

.highlight .mo { color: #009999; }

.highlight .sb { color: #dd1144; }

.highlight .sc { color: #dd1144; }

.highlight .sd { color: #dd1144; }

.highlight .s2 { color: #dd1144; }

.highlight .se { color: #dd1144; }

.highlight .sh { color: #dd1144; }

.highlight .si { color: #dd1144; }

.highlight .sx { color: #dd1144; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #dd1144; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999999; }

.highlight .vc { color: teal; }

.highlight .vg { color: teal; }

.highlight .vi { color: teal; }

.highlight .il { color: #009999; }

.highlight .gc { color: #999; background-color: #EAF2F5; }
