/*
	MAIN STYLESHEET
*/
/* -------------------------------------------------- 
--- Import compass stuff
-------------------------------------------------- */
/* -------------------------------------------------- 
--- Import normalize & mixins
-------------------------------------------------- */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
	MIXINS & CONSTANTS
*/
/* -------------------------------------------------- 
--- Clearfix
-------------------------------------------------- */
.clearfix, header#top, nav#primary, #content .post-list article, #sidebar .social-sidebar, footer, footer ul, footer .social {
  zoom: 1;
}
.clearfix:before, header#top:before, nav#primary:before, #content .post-list article:before, #sidebar .social-sidebar:before, footer:before, footer ul:before, footer .social:before, .clearfix:after, header#top:after, nav#primary:after, #content .post-list article:after, #sidebar .social-sidebar:after, footer:after, footer ul:after, footer .social:after {
  content: "";
  display: table;
}
.clearfix:after, header#top:after, nav#primary:after, #content .post-list article:after, #sidebar .social-sidebar:after, footer:after, footer ul:after, footer .social:after {
  clear: both;
}

/* -------------------------------------------------- 
--- Border-box all elements
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------------- 
--- Better -9999px text-indent
-------------------------------------------------- */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* -------------------------------------------------- 
--- Image path
-------------------------------------------------- */
/* -------------------------------------------------- 
--- Colours
-------------------------------------------------- */
/* -------------------------------------------------- 
--- Typography
-------------------------------------------------- */
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* -------------------------------------------------- 
--- Import base mobile styles
-------------------------------------------------- */
/*
	BASE MOBILE STYLES
*/
/* -------------------------------------------------- 
--- General
-------------------------------------------------- */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: black;
  background-color: #e6e6e6;
}

/* -------------------------------------------------- 
--- Layout & grid
-------------------------------------------------- */
.wrapper {
  width: 90%;
  min-width: 320px;
  margin: 0 auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
}

/* -------------------------------------------------- 
--- Links
-------------------------------------------------- */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #333333;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/* -------------------------------------------------- 
--- H tags
-------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 2.125em;
}

h2, .h2 {
  font-size: 1.8125em;
}

h3, .h3 {
  font-size: 1.125em;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
  font-weight: 600;
}
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #sidebar h1 a, #sidebar h2 a, #sidebar h3 a, #sidebar h4 a, #sidebar h5 a {
  font-weight: 600;
}

/* -------------------------------------------------
--- Lists
-------------------------------------------------- */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* -------------------------------------------------- 
--- Images can't be wider than container
-------------------------------------------------- */
img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* -------------------------------------------------- 
--- Header
-------------------------------------------------- */
header#top {
  background: #cccccc;
  padding: 0;
  position: relative;
}
header#top img {
	display: block;
}
header#top .header_text {
  position: absolute;
  top: 20px;
}
header#top h1, header#top h2 {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  line-height: 1.3;
  font-weight: 600;
}
header#top h1 {
  font-size: 1.75em;
}
header#top h1 a {
  color: #ffffff;
}
header#top h2 {
  font-size: 1.375em;
  color: #ddd9b7;
}

/* -------------------------------------------------- 
--- Navigation
-------------------------------------------------- */
nav#primary ul > li {
  font-weight: 700;
}
nav#primary ul > li a {
  font-weight: 600;
}

nav#primary {
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 30px;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
  position: relative;
}
nav#primary select {
  margin-top: 4px;
}
nav#primary ul {
  position: relative;
  z-index: 500;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.15);
  display: none;
}
nav#primary ul > li.current_page_item a {
  background-color: #db0962;
  color: #ffffff;
}
nav#primary li {
  float: left;
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
  margin: 0;
}
nav#primary li:hover > a {
  color: #017b9e;
  background-color: #e6e6e6;
}
nav#primary li:hover ul {
  display: block;
}
nav#primary li:hover ul li a {
  background-color: #e6e6e6;
  color: #017b9e;
}
nav#primary li:hover ul li:hover > a {
  background-color: #db0962;
  color: #ffffff;
}
nav#primary li:hover ul li > a:after {
  content: " \25B6";
}
nav#primary li:hover ul li > a:only-child:after {
  content: "";
}
nav#primary li:hover ul ul {
  display: none;
}
nav#primary li ul li:hover > ul {
  display: block;
}
nav#primary li a {
  float: left;
  display: block;
  color: #017b9e;
  text-decoration: none;
  padding: 0.6em 1.5em 0.5em 1.5em;
  font-weight: 500;
}
nav#primary ul ul, nav#primary ul ul ul {
  margin-left: 0;
  display: none;
  position: absolute;
  background: #000000;
  width: 170px;
}
nav#primary ul ul li, nav#primary ul ul a, nav#primary ul ul ul li, nav#primary ul ul ul a {
  display: block;
  float: left;
  width: auto;
  font-size: 1em;
  width: 170px;
  position: relative;
  font-weight: 400;
}
nav#primary ul ul {
  top: 30px;
}
nav#primary ul ul ul {
  left: 170px;
  top: 0;
}
nav#primary ul ul ul li a {
  background: #e6e6e6;
  color: #017b9e;
}
nav#primary ul ul ul li a:hover {
  background: #e6e6e6;
  color: #000;
}

/* -------------------------------------------------- 
--- Main Content
-------------------------------------------------- */
#content {
  padding: 30px;
  padding-bottom: 0;
}
#content hr {
  height: 1px;
  background: #d3d5d5;
  border: 0;
  margin-bottom: 2em;
}
#content a {
  color: #017b9e;
  font-weight: 300;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content h2 {
  font-size: 1.75em;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
#content h1, #content h3 {
  margin-bottom: 0.25em;
}
#content h1, #content h2, #content h3 {
  color: #017b9e;
}
#content p {
  font-size: 0.875em;
}
#content ul > li {
  font-size: 0.875em;
  list-style: square;
  list-style-position: inside;
}
#content blockquote {
  margin-left: 0;
  float: none;
  font-size: 1.25em;
  margin-right: 0;
  padding: 0;
  font-weight: 500;
  background: url(../images/quote.png) no-repeat top left;
  padding-top: 40px;
}
#content .post-list article {
  border-bottom: 1px solid #d3d5d5;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
#content .post-list article .date {
  margin-bottom: 1.5em;
}
#content .post-list article .post-meta {
  clear: both;
}
#content .post-list article .post-meta p {
  float: left;
  margin-bottom: 0;
}
#content .post-list article .post-categories .single {
  padding-top: 0.9em;
}
#content .post-list article .post-categories {
  padding-top: 0.8em;
  float: left;
}
#content .post-list article .post-categories li {
  display: block;
  float: left;
  list-style: none;
}
#content .post-list article .post-categories li:after {
  content: ",";
}
#content .post-list article .post-categories li:last-of-type:after {
  content: "";
}
#content .post-list article .post-categories li a {
  padding-left: 0.15em;
  padding-right: 0.15em;
}
#content .post-list :last-child {
  border-bottom: 0;
}
#content span.search-everything-highlight {
  background: yellow !important;
}

/* -------------------------------------------------- 
--- Sidebar
-------------------------------------------------- */
#sidebar {
  padding: 30px;
  padding-top: 0;
}
#sidebar .social-sidebar {
  margin-bottom: 1em;
}
#sidebar .social-sidebar a {
  display: block;
  float: left;
  margin-right: 0.5em;
}
#sidebar .widget {
  padding: 15px;
  background: url(../images//widget-bg.png) repeat-x center bottom;
  background-color: #eff8f9;
  margin-bottom: 10px;
  min-height: 80px;
  font-size: 0.725em;
}
#sidebar .widget h3 {
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.85714286em;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 1.125em;
  color: #666;
}
#sidebar .widget li {
  list-style: square;
  list-style-position: inside;
  margin-bottom: 0.25em;
}
#sidebar .widget a {
  text-decoration: none;
  color: #218caa;
}
#sidebar .widget a:hover {
  text-decoration: underline;
}
#sidebar #searchform {
  margin-bottom: 2em;
}
#sidebar #searchform input[type="text"] {
  border: 1px solid #cccccc;
  font-size: 0.75em;
  padding: 5px;
}
#sidebar #searchform input[type="submit"] {
  font-size: 0.75em;
  padding: 5px;
  background: 0;
  border: 0;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  font-weight: 600;
}

/* SLIDER */
#slider {
  position: relative;
  margin-bottom: 1em;
}
#slider a {
  display: block;
  float: left;
}
#slider li {
  display: block;
  float: left;
  position: relative;
}
#slider .overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.66);
  color: #fff;
  padding: 10px;
  bottom: 5px;
  position: absolute;
  width: 100%;
  font-weight: 400;
  font-size: 0.875em;
}
#slider .flex-direction-nav {
  z-index: 500;
  position: absolute;
  top: 45%;
  width: 100%;
}
#slider .flex-direction-nav li {
  display: block;
  width: 50%;
  text-indent: -9999px;
}
#slider .flex-direction-nav .flex-prev {
  float: left;
  display: block;
  background: url(../images//slider_prev.png) no-repeat top center;
  width: 26px;
  height: 26px;
  margin-left: 20px;
}
#slider .flex-direction-nav .flex-next {
  float: right;
  display: block;
  background: url(../images//slider_next.png) no-repeat top center;
  width: 26px;
  height: 26px;
  margin-right: 20px;
}

/* -------------------------------------------------- 
--- Footer
-------------------------------------------------- */
footer {
  padding: 10px 30px 20px 30px;
  border-top: 1px solid;
  border-color: #cccccc;
  clear: both;
}
footer p {
  font-size: 0.75em;
  line-height: 1;
}
footer ul {
  margin-left: -0.5em;
  margin-bottom: 1em;
}
footer ul li {
  font-size: 0.75em;
  display: block;
  float: left;
}
footer ul li:after {
  content: "|";
}
footer ul li:last-of-type:after {
  content: "";
}
footer ul a {
  display: block;
  float: left;
  color: #218caa;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-decoration: none;
  font-weight: 500;
}
footer ul a:hover {
  text-decoration: underline;
  color: #218caa;
}
footer .sas-logo {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
footer .sas-logo:hover {
  opacity: 0.75;
}
footer .logo-link {
	margin-right: 10px;
	float: left;
}
footer .social {
  text-decoration: none;
  clear: both;
  color: #218caa;
  display: block;
  float: left;
}
footer .social p {
  float: left;
}
footer .social img {
  float: left;
  margin-right: 0.5em;
  margin-top: 0.3em;
}
footer .social:hover img {
  opacity: 0.75;
}

#comments .comments-title {
  margin-bottom: 1em;
}
#comments article {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d3d5d5;
}
#comments header img, #comments header cite, #comments header a {
  margin-right: 10px;
  clear: left;
  display: block;
}
#comments header img {
  margin-bottom: 0.5em;
}
#comments header a {
  font-size: 0.75em;
}
#comments .children li {
  margin: 0;
  padding: 0;
  border: none;
  padding-left: 3em;
}
#comments .children li ul {
  padding-left: 3em;
}
#comments .children li div .reply {
  padding-left: 3em;
}

#respond {
  margin-bottom: 40px;
}
#respond input[type="text"], #respond textarea {
  padding: 5px;
  width: 100%;
  border: 1px solid #cccccc;
}
#respond label {
  float: left;
  width: 100%;
}

/* WORDPRESS CORE CSS */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #f1f1f1;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 7px 5px 5px 5px;
  text-align: center;
  font-size: 0.875em;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.75em;
  line-height: 1.25;
  padding-left: 10px;
  padding-right: 10px;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* -------------------------------------------------- 
--- Larger mobile styles
-------------------------------------------------- */
@media only screen and (min-width: 481px) {
  /*
  	SLIGHTLY LARGER THAN IPHONE STYLES
  */
}
/* -------------------------------------------------- 
--- Tablet styles
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
  /*
  	GRID
  */
  .onecol {
    width: 5.801104972%;
  }

  .twocol {
    width: 14.364640883%;
  }

  .threecol {
    width: 22.928176794%;
  }

  .fourcol {
    width: 31.491712705%;
  }

  .fivecol {
    width: 40.055248616%;
  }

  .sixcol {
    width: 48.618784527%;
  }

  .sevencol {
    width: 57.182320438000005%;
  }

  .eightcol {
    width: 65.74585634900001%;
  }

  .ninecol {
    width: 74.30939226%;
  }

  .tencol {
    width: 82.87292817100001%;
  }

  .elevencol {
    width: 91.436464082%;
  }

  .twelvecol {
    width: 99.999999993%;
  }

  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  .first {
    margin-left: 0;
  }

  .last {
    float: right;
  }

  /*
  	TABLET AND SMALL SCREEN STYLES
  */
  /* -------------------------------------------------- 
  --- Grid kicks in
  -------------------------------------------------- */
  .wrapper {
    max-width: 1040px;
  }

  header#top {
    margin-top: 50px;
    padding: 0;
  }
  header#top h1 {
    font-size: 2.125em;
  }
  header#top h2 {
    font-size: 1.8125em;
  }
  header#top .header_text {
    bottom: 30px;
  }

  #content {
    width: 67.5%;
    float: left;
    padding: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  #content blockquote {
    width: 35%;
    float: right;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  nav#primary {
    padding-left: 40px;
    padding-right: 40px;
  }
  nav#primary select {
    display: none;
  }
  nav#primary ul {
    display: block;
  }

  #sidebar {
    width: 32.5%;
    float: right;
    padding: 40px;
    padding-left: 20px;
    padding-top: 40px;
  }
  #sidebar .social-sidebar a {
    float: right;
  }
  #sidebar #searchform input[type="text"] {
    width: 70%;
  }
  #sidebar #searchform input[type="submit"] {
    width: 27%;
  }

  footer {
    padding: 10px 40px 20px 40px;
  }
  footer .left {
    width: 70%;
    float: left;
    text-align: left;
  }
  footer .right {
    width: 30%;
    float: right;
    text-align: right;
  }
  footer .social {
    float: right;
  }
  footer .social p, footer .social img {
    float: right;
  }
  footer .social img {
    margin-left: 0.5em;
  }
  footer .sas-logo {
    margin-bottom: 0;
  }
}
/* -------------------------------------------------- 
--- Desktop styles
-------------------------------------------------- */
@media only screen and (min-width: 1030px) {
  /*
  	DESKTOP STYLES
  */
}
/* -------------------------------------------------- 
--- Large desktop styles
-------------------------------------------------- */
@media only screen and (min-width: 1240px) {
  /*
  	LARGE SCREEN STYLES
  */
}
/* -------------------------------------------------- 
--- Retina styles
-------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*
  	RETINA STYLES
  */
}
/* -------------------------------------------------- 
--- Print styles
-------------------------------------------------- */
@media print {
  /*
  	PRINT STYLES
  */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
