@import url("http://fonts.googleapis.com/css?family=Oswald:400,700|Open+Sans:400,700");
@import url("http://fonts.googleapis.com/css?family=Oswald:400,700|Open+Sans:400,700");
/* Update these variables for your website */
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
/* line 92, ../sass/reset.scss */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* line 100, ../sass/reset.scss */
html,
body {
  height: 100%;
}

/* line 114, ../sass/reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  /*
    Override the default (display: inline) for
    browsers that do not recognize HTML5 tags.
  
    IE8 (and lower) requires a shiv:
    http://ejohn.org/blog/html5-shiv
  */
  display: block;
}

/* line 126, ../sass/reset.scss */
b,
strong {
  /*
    Makes browsers agree.
    IE + Opera = font-weight: bold.
    Gecko + WebKit = font-weight: bolder.
  */
  font-weight: bold;
}

/* line 135, ../sass/reset.scss */
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
    For IE.
    http://css-tricks.com/ie-fix-bicubic-scaling-for-images
  */
  -ms-interpolation-mode: bicubic;
}

/* line 146, ../sass/reset.scss */
li {
  /*
    For IE6 + IE7:
  
    "display: list-item" keeps bullets from
    disappearing if hasLayout is triggered.
  */
  display: list-item;
  list-style: none;
}

/* line 157, ../sass/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 164, ../sass/reset.scss */
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

/* line 170, ../sass/reset.scss */
q {
  quotes: none;
}

/* line 175, ../sass/reset.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 182, ../sass/reset.scss */
sub,
sup,
small {
  font-size: 75%;
}

/* line 187, ../sass/reset.scss */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 193, ../sass/reset.scss */
sub {
  bottom: -0.25em;
}

/* line 197, ../sass/reset.scss */
sup {
  top: -0.5em;
}

/* line 201, ../sass/reset.scss */
svg {
  /*
    For IE9. Without, occasionally draws shapes
    outside the boundaries of <svg> rectangle.
  */
  overflow: hidden;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   inset-box-shadow        - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* INSET SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* Update these variables for your website */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/* line 6, ../sass/text.scss */
body {
  color: #222222;
  line-height: 1.5;
  font-family: "Open Sans", Arial, sans-serif;
}

/* line 12, ../sass/text.scss */
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* line 18, ../sass/text.scss */
p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}

/* Links */
/* line 25, ../sass/text.scss */
a {
  color: #135f8d;
  text-decoration: none;
}
/* line 28, ../sass/text.scss */
a:hover {
  color: #0b496e;
  text-decoration: none;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
/* line 37, ../sass/text.scss */
h1 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-transform: uppercase;
}

/* line 47, ../sass/text.scss */
h1.home-title {
  text-align: center;
  margin-top: 2.5em;
  color: #222222;
  text-transform: uppercase;
}

/* line 53, ../sass/text.scss */
h2 {
  font-size: 30px;
  font-size: 3.0rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-transform: uppercase;
}

/* line 63, ../sass/text.scss */
h2.buy-choose {
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
  font-size: 3.4rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-transform: uppercase;
}

/* line 71, ../sass/text.scss */
h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-transform: uppercase;
}

/* line 82, ../sass/text.scss */
.press h3 {
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: none;
  font-size: 20px;
  font-size: 2.0rem;
}

/* line 88, ../sass/text.scss */
h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-transform: uppercase;
}

/* line 98, ../sass/text.scss */
h5 {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  text-transform: uppercase;
}

/* line 107, ../sass/text.scss */
h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  text-transform: uppercase;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
/* line 120, ../sass/text.scss */
ol {
  list-style: decimal;
}

/* line 123, ../sass/text.scss */
.bodytext ul {
  list-style: disc;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 129, ../sass/text.scss */
li {
  margin-left: 20px;
}

/* line 147, ../sass/text.scss */
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
  margin-bottom: 2.0rem;
}

/* line 151, ../sass/text.scss */
h2.moremargin {
  margin-bottom: 30px;
  margin-bottom: 3.0rem;
}

/* Fancy CSS3 image style */
/* line 2, ../sass/image.scss */
.image-wrap-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* line 7, ../sass/image.scss */
.image-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
/* line 12, ../sass/image.scss */
.image-wrap:after {
  /* image-wrap:after pseudo element (overlaying container) */
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: solid 1px #666;
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* line 28, ../sass/image.scss */
.image-wrap img {
  vertical-align: bottom;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 38, ../sass/image.scss */
.image-art:after {
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* glossy image */
/* line 47, ../sass/image.scss */
.glossy.image-wrap:before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0.05)));
  background: linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
}

/*
Start of Universal CSS for all resolutions
*/
/* line 10, ../sass/screen.scss */
html {
  font-size: 62.5%;
}

/* line 13, ../sass/screen.scss */
html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
}

/* Fix for smooth font on Windows */
/* line 21, ../sass/screen.scss */
.error-body {
  background-image: url("../../../images/noise2.png");
  background-position: center top;
}

/* `Buttons
----------------------------------------------------------------------------------------------------*/
/* line 29, ../sass/screen.scss */
.button, .button-header {
  text-align: center;
}
/* line 31, ../sass/screen.scss */
.button a, .button-header a {
  -webkit-font-smoothing: antialiased !important;
  height: 100%;
  display: block;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5))), url("../../../images/noise.png");
  background-image: -moz-radial-gradient(top, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), url("../../../images/noise.png");
  background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5))), url("../../../images/noise.png");
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 0 7px rgba(0, 174, 239, 0.05), 0 0 0 4px rgba(104, 153, 182, 0.15);
  -moz-box-shadow: 0 0 0 7px rgba(0, 174, 239, 0.05), 0 0 0 4px rgba(104, 153, 182, 0.15);
  box-shadow: 0 0 0 7px rgba(0, 174, 239, 0.05), 0 0 0 4px rgba(104, 153, 182, 0.15);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #135f8d;
  padding: 10px 0;
}
/* line 53, ../sass/screen.scss */
.button a:hover, .button-header a:hover {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #0b496e;
}

/* line 59, ../sass/screen.scss */
.button_12 {
  width: 100%;
}

/* line 64, ../sass/screen.scss */
.header-content .button p, .main .button p {
  margin-bottom: 0;
  padding: 10px 0;
  line-height: 1.5;
}

/* `Body Content Area
----------------------------------------------------------------------------------------------------*/
/* line 75, ../sass/screen.scss */
.bodytext {
  padding-bottom: 2em;
}

/* line 78, ../sass/screen.scss */
.inside-bodytext {
  padding-top: 20px;
}

/* Buy Page spacing */
/* line 82, ../sass/screen.scss */
.digital-clear {
  margin-bottom: 20px;
}

/* Social media buttons */
/* line 86, ../sass/screen.scss */
.social-buttons {
  margin: 30px 0 20px 50px;
}
/* line 88, ../sass/screen.scss */
.social-buttons .addthis_toolbox {
  padding: 0 0 1px 0;
}

/* Fancy HR tag */
/* line 94, ../sass/screen.scss */
hr {
  border-bottom-color: #FFFFFF;
  border-bottom-style: solid;
  border-top-color: #EEEEEE;
  border-top-style: solid;
  border-width: 1px 0;
  margin: 18px 0 20px 0;
}
/* line 101, ../sass/screen.scss */
hr .soften {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#cccccc', endColorstr='#ffffff');
  /* for IE */
  border: 0;
  height: 1px;
}

/* Extended home page text */
/* line 112, ../sass/screen.scss */
.extended {
  padding-top: 30px;
  color: #333;
  font-family: "Open Sans", Arial, sans-serif;
  padding-bottom: 5px;
}
/* line 117, ../sass/screen.scss */
.extended p {
  font-size: 16px;
  font-size: 1.6rem;
}

/* Gray Text Box */
/* line 123, ../sass/screen.scss */
.gray-box {
  padding: 45px 0 85px;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6))), url("../../../images/stars.jpg"), url("../../../images/noise2.png");
  background-image: -moz-radial-gradient(top, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), url("../../../images/stars.jpg"), url("../../../images/noise2.png");
  background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6))), url("../../../images/stars.jpg"), url("../../../images/noise2.png");
  background-color: #f5f5f5;
  border-top: 5px solid #EAEAEA;
  border-bottom: 5px solid #EAEAEA;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top, center 100%, center top;
  -webkit-box-shadow: inset 0px 10px 1px rgba(0, 0, 0, 0.3), inset 0px -60px 60px rgba(0, 0, 0, 0.3), inset 0px -5px 20px rgba(0, 0, 0, 0.8), inset 0px -3px 1px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 10px 1px rgba(0, 0, 0, 0.3), inset 0px -60px 60px rgba(0, 0, 0, 0.3), inset 0px -5px 20px rgba(0, 0, 0, 0.8), inset 0px -3px 1px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0px -40px 10px rgba(255, 255, 255, 0.7);
}

/* line 159, ../sass/screen.scss */
.gray-box-second {
  margin-bottom: 2em;
  border-top: none;
  background-image: -webkit-gradient(radial, 50% 0, 100, 50% 0, 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6))), url("../../../images/noise2.png"), url("../../../images/noise2.png");
  background-image: -moz-radial-gradient(top, ellipse cover, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), url("../../../images/noise2.png"), url("../../../images/noise2.png");
  background-image: gradient(radial, 50% 0, 100, 50% 0, 0, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6))), url("../../../images/noise2.png"), url("../../../images/noise2.png");
  background-color: #f5f5f5;
  border-top: 5px solid #EAEAEA;
  border-bottom: 5px solid #EAEAEA;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: center top, center 100%, center top;
  -webkit-box-shadow: inset 0px 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0 10px rgba(0, 0, 0, 0.05);
  padding-bottom: 45px;
}

/* `Footer
----------------------------------------------------------------------------------------------------*/
/* Footer Quote */
/* line 190, ../sass/screen.scss */
p.quote-footer, p.quoted-by-footer, p.quote, p.quoted-by {
  color: #666;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
/* line 197, ../sass/screen.scss */
p.quoted-by-footer {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
/* line 202, ../sass/screen.scss */
p.quote {
  color: #FFF;
}
/* line 205, ../sass/screen.scss */
p.quote-footer, p.quoted-by-footer {
  padding: 10px 180px;
}

/* line 209, ../sass/screen.scss */
.footer-quote-container {
  background-image: url("../../../images/quote.png");
  background-position: 50px top;
  background-repeat: no-repeat;
}

/* line 214, ../sass/screen.scss */
.footer-logo {
  text-align: center;
}

/* line 217, ../sass/screen.scss */
.logo {
  padding-top: 10px;
  margin-bottom: 30px;
}

/* `Menu
----------------------------------------------------------------------------------------------------*/
/* line 225, ../sass/screen.scss */
.footerareamenu {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0;
  margin-bottom: 25px;
  -webkit-border-radius: 5em 1em / 5em 1em;
  -moz-border-radius: 5em 1em / 5em 1em;
  border-radius: 5em 1em / 5em 1em;
  background: whitesmoke;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(whitesmoke));
  background-image: -webkit-linear-gradient(top, white, whitesmoke);
  background-image: -moz-linear-gradient(top, white, whitesmoke);
  background-image: -ms-linear-gradient(top, white, whitesmoke);
  background-image: -o-linear-gradient(top, white, whitesmoke);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
}
/* line 238, ../sass/screen.scss */
.footerareamenu ul {
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}
/* line 248, ../sass/screen.scss */
.footerareamenu li {
  display: block;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}
/* line 256, ../sass/screen.scss */
.footerareamenu li a {
  display: block;
  margin: 0 0 0 1px;
  padding: 10px 20px;
  color: #135f8d;
  text-decoration: none;
  line-height: 1.5;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
}
/* line 264, ../sass/screen.scss */
.footerareamenu li a:hover {
  color: #0b496e;
}
/* line 269, ../sass/screen.scss */
.footerareamenu li.last {
  margin-right: none;
}

/* `Misc
----------------------------------------------------------------------------------------------------*/
/* Website signature */
/* line 278, ../sass/screen.scss */
.sig {
  display: none;
}

/* 404 and Javascript errors */
/* line 283, ../sass/screen.scss */
.error-message {
  background-color: #fff7f7;
  border: 2px solid #ff7373;
  padding: 15px;
  margin: 20px 0;
}
/* line 289, ../sass/screen.scss */
.error-message.four-o-four h4 {
  margin-bottom: 0;
}

/* Notice for upcoming versions */
/* line 296, ../sass/screen.scss */
.future-versions {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #666;
  color: #FFF;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  text-shadow: 1px 1px 0px black;
}
/* line 305, ../sass/screen.scss */
.future-versions p {
  text-align: center;
  margin-bottom: 0;
}
/* line 309, ../sass/screen.scss */
.future-versions h2 {
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 0px black;
}

/* line 316, ../sass/screen.scss */
blockquote {
  padding-left: 3em;
  padding-right: 3em;
}

/* `Home Timeline
----------------------------------------------------------------------------------------------------*/
/* line 323, ../sass/screen.scss */
.accordion-title {
  text-align: center;
}

/* line 326, ../sass/screen.scss */
.accordion {
  margin: 50px 0;
}
/* line 329, ../sass/screen.scss */
.accordion dt, .accordion dd {
  border-top: 1px solid #eaeaea;
}
/* line 331, ../sass/screen.scss */
.accordion dt:last-of-type, .accordion dd:last-of-type {
  border-bottom: 1px solid #eaeaea;
}
/* line 334, ../sass/screen.scss */
.accordion dt a, .accordion dd a {
  padding: 10px;
  display: block;
  color: black;
  font-weight: bold;
  height: 100px;
}
/* line 342, ../sass/screen.scss */
.accordion dt {
  position: relative;
  height: 120px;
}
/* line 345, ../sass/screen.scss */
.accordion dt h3 {
  line-height: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
  vertical-align: middle;
  text-align: right;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
  color: #135f8d;
}
/* line 357, ../sass/screen.scss */
.accordion dt .image-wrap {
  float: left;
  margin-right: 20px;
}
/* line 361, ../sass/screen.scss */
.accordion dt img {
  max-width: 100px;
  max-height: 100px;
}
/* line 365, ../sass/screen.scss */
.accordion dt .date {
  display: block;
  float: left;
  width: 130px;
  line-height: 100px;
  vertical-align: middle;
  font-size: 24px;
}
/* line 374, ../sass/screen.scss */
.accordion dd {
  padding: 10px;
  border-top: 0;
  font-size: 16px;
  text-align: left;
}
/* line 379, ../sass/screen.scss */
.accordion dd p {
  margin-bottom: 5px;
}
/* line 382, ../sass/screen.scss */
.accordion dd:last-of-type {
  border-top: 1px solid white;
  position: relative;
  top: -1px;
}

/*
End of Universal CSS for all resolutions
*/
