/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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; }

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves 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; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix, body.single-plantations .images .gallery-details ul, body.single-sites .images .gallery-details ul, #inner-footer .nav, ul.sponsors-list, .grid-list ul.gallery-listing li, ul.gallery-listing, .sidebar, #searchform, body.archive .archives, body.blog .archives, .clearfloat, #homepage-sidebar, #inner-header, .sponsors-list,
#inner-footer, #nav, #inner-content, #main, .article-header {
  zoom: 1; }
  .clearfix:before, body.single-plantations .images .gallery-details ul:before, body.single-sites .images .gallery-details ul:before, #inner-footer .nav:before, .grid-list ul.gallery-listing li:before, ul.gallery-listing:before, .sidebar:before, #searchform:before, body.archive .archives:before, body.blog .archives:before, .clearfloat:before, #homepage-sidebar:before, #inner-header:before, .sponsors-list:before,
  #inner-footer:before, #nav:before, #inner-content:before, #main:before, .article-header:before, .clearfix:after, body.single-plantations .images .gallery-details ul:after, body.single-sites .images .gallery-details ul:after, #inner-footer .nav:after, .grid-list ul.gallery-listing li:after, ul.gallery-listing:after, .sidebar:after, #searchform:after, body.archive .archives:after, body.blog .archives:after, .clearfloat:after, #homepage-sidebar:after, #inner-header:after, .sponsors-list:after,
  #inner-footer:after, #nav:after, #inner-content:after, #main:after, .article-header:after {
    content: "";
    display: table; }
  .clearfix:after, body.single-plantations .images .gallery-details ul:after, body.single-sites .images .gallery-details ul:after, #inner-footer .nav:after, .grid-list ul.gallery-listing li:after, ul.gallery-listing:after, .sidebar:after, #searchform:after, body.archive .archives:after, body.blog .archives:after, .clearfloat:after, #homepage-sidebar:after, #inner-header:after, .sponsors-list:after,
  #inner-footer:after, #nav:after, #inner-content:after, #main:after, .article-header:after {
    clear: both; }

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement, #logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOWS
*********************/
/*********************
OPACITY
*********************/
/*********************
BUTTONS
*********************/
.button, #searchsubmit, .button:visited {
  font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  padding: 4px 8px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  /*margin-bottom: 20px;*/
  background: #aeb084; }
  .button:hover, #searchsubmit:hover, .button:focus, #searchsubmit:focus, .button:visited:hover, .button:visited:focus {
    color: #fff;
    background-color: #aeb084;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b8ba94), to(#aeb084));
    background-image: -webkit-linear-gradient(top, #b8ba94, #aeb084);
    background-image: -moz-linear-gradient(top, #b8ba94, #aeb084);
    background-image: -o-linear-gradient(top, #b8ba94, #aeb084);
    background-image: linear-gradient(to bottom, #b8ba94, #aeb084); }
  .button:active, #searchsubmit:active, .button:visited:active {
    background-color: #aeb084;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a4a674), to(#aeb084));
    background-image: -webkit-linear-gradient(top, #a4a674, #aeb084);
    background-image: -moz-linear-gradient(top, #a4a674, #aeb084);
    background-image: -o-linear-gradient(top, #a4a674, #aeb084);
    background-image: linear-gradient(to bottom, #a4a674, #aeb084); }

.blue-button, .blue-button:visited {
  border-color: #425254;
  text-shadow: 0 1px 1px #425254;
  background-color: #4e6062;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#596e70), to(#4e6062));
  background-image: -webkit-linear-gradient(top, #596e70, #4e6062);
  background-image: -moz-linear-gradient(top, #596e70, #4e6062);
  background-image: -o-linear-gradient(top, #596e70, #4e6062);
  background-image: linear-gradient(to bottom, #596e70, #4e6062);
  box-shadow: inset 0 0 3px #80989a; }
  .blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
    border-color: #374445;
    background-color: #425254;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#506365), to(#425254));
    background-image: -webkit-linear-gradient(top, #506365, #425254);
    background-image: -moz-linear-gradient(top, #506365, #425254);
    background-image: -o-linear-gradient(top, #506365, #425254);
    background-image: linear-gradient(to bottom, #506365, #425254); }
  .blue-button:active, .blue-button:visited:active {
    background-color: #596e70;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4e6062), to(#596e70));
    background-image: -webkit-linear-gradient(top, #4e6062, #596e70);
    background-image: -moz-linear-gradient(top, #4e6062, #596e70);
    background-image: -o-linear-gradient(top, #4e6062, #596e70);
    background-image: linear-gradient(to bottom, #4e6062, #596e70); }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #706665; }

/*********************
LAYOUT & GRID STYLES
*********************/
/*
@mixin wrap {

	margin: 0 auto;
	width: 100%;
}
*/
#main, .article-header {
  position: relative;
  padding: 20px; }

#inner-content {
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }

#content {
  background-color: #eae6e4;
  padding-top: 0; }

#homepage-sidebar {
  padding: 0 20px 20px 20px; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #c64739;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #6c3d0d; }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "chaparral-pro-n6","chaparral-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizelegibility;
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

.wf-loading .page-title {
  /*visibility: hidden;*/ }

.article-header {
  border-bottom: 1px solid #aeb084;
  padding-bottom: 0.5em;
  padding-bottom: 0.5rem; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif; }
  h1.page-title, .h1.page-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    min-height: 50px;
    margin: 0;
    margin-bottom: 0.5em;
    margin-bottom: 0.5rem;
    padding: 0.75em 0.5em 0.75em 70px;
    padding: 0.75rem 0.5rem 0.75rem 70px;
    background: #eae6e4;
    color: #d85041;
    position: relative; }
    h1.page-title:before, .h1.page-title:before {
      content: " ";
      display: block;
      width: 52px;
      height: 100%;
      background-color: #d6d0ce;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    h1.page-title:after, .h1.page-title:after {
      content: " ";
      display: block;
      height: 50px;
      width: 50px;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../images/cmap-icon.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 80px;
      z-index: 3;
      border: 2px solid #7c7572; }

body.page-id-84 .page-title:after,
body.parent-pageid-84 .page-title:after,
body.query-form .page-title:after {
  background-position: center top !important; }

body.page-id-85 .page-title:after,
body.parent-pageid-85 .page-title:after {
  background-position: center -40px; }

body.page-id-94 .page-title:after,
body.parent-pageid-94 .page-title:after {
  background-position: center -80px; }

body.page-id-94 .entry-content ul {
  list-style-image: url("../images/icons/icon_page_research.gif"); }
  body.page-id-94 .entry-content ul li {
    margin-left: 20px; }

.a-to-z-links {
  margin: -15px 0 50px 0;
  width: 100%;
  text-align: center; }
  .a-to-z-links .active {
    color: black;
    text-decoration: none;
    font-weight: bold; }

body.page-id-9776 .search-form {
  width: 100%;
  padding: 0 15%; }
  body.page-id-9776 .search-form h2 {
    text-align: center; }
  body.page-id-9776 .search-form .button, body.page-id-9776 .search-form #searchsubmit {
    padding: 10px 20px;
    color: #fff;
    font-size: 1.25em;
    background: #596e70;
    text-decoration: none; }
  body.page-id-9776 .search-form .button-small {
    padding: 5px 10px;
    color: gray;
    font-size: .9em;
    background: #fff;
    text-decoration: none;
    border: 1px solid gray; }
  body.page-id-9776 .search-form .yes-no-link {
    float: left;
    margin: 25px 0 0 15px; }
  body.page-id-9776 .search-form #part-of-band-no {
    float: right;
    margin: 25px 15px 0 0; }
  body.page-id-9776 .search-form .loading {
    margin: 0 auto;
    display: block; }
  body.page-id-9776 .search-form .sub-types {
    margin-left: 50px; }
  body.page-id-9776 .search-form .inner-content .update form {
    margin-top: 25px; }
    body.page-id-9776 .search-form .inner-content .update form label {
      display: block;
      margin-top: 5px; }
  body.page-id-9776 .search-form .inner-content .update ul.step-3 {
    margin: 0; }
    body.page-id-9776 .search-form .inner-content .update ul.step-3 li {
      border: 1px solid #83864c;
      padding: 2%;
      width: 97%;
      margin: 3%;
      text-align: center;
      display: inline-block;
      height: 300px; }
      body.page-id-9776 .search-form .inner-content .update ul.step-3 li .img-container {
        margin: 0 auto;
        width: auto;
        height: auto;
        overflow: hidden; }
  body.page-id-9776 .search-form .inner-content .update table td {
    width: 50%;
    background: #ffffff !important; }
  body.page-id-9776 .search-form .inner-content .center {
    margin-top: 10px;
    text-align: center; }
    body.page-id-9776 .search-form .inner-content .center .next {
      margin-left: 15px; }
  body.page-id-9776 .search-form .inner-content .nav {
    width: 100%;
    text-align: center;
    margin-top: 25px; }
    body.page-id-9776 .search-form .inner-content .nav .back-to-step-1 {
      margin-right: 10px; }

h2, .h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
  margin-bottom: 0.375em;
  color: #d85041;
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif; }

h3, .h3 {
  font-size: 20px;
  font-size: 1.5rem;
  color: #d85041;
  margin-bottom: 0.375em;
  font-style: italic;
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif; }

h4, .h4 {
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.375em 0; }
  h4.widgettitle, .h4.widgettitle, body.home #sidebar1 .widget_text h3.h4, body.home #sidebar2 .widget_text h3.h4 {
    font: 400 25px/1 "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.5625rem;
    color: #d85041; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

p {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/*********************
HEADER SYTLES
*********************/
#inner-header {
  padding: 1em 20px 1.5em; }

#logo {
  margin: 0; }
  #logo a {
    display: block;
    background: url(../images/cmap-logo.png) no-repeat;
    width: 250px;
    height: 67px;
    background-size: 250px; }

#tagline {
  margin: 20px 0 0;
  margin: 1rem 0 0;
  color: #d85041;
  font-size: 16px;
  line-height: 19.2px;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0.01rem;
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 700; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.wf-loading .nav {
  /*visibility: hidden;*/ }

#navbar {
  background: #477a99;
  display: none; }

#menu-main-menu {
  margin: 0; }

.nav > li {
  font-size: 16px;
  text-transform: uppercase; }

.nav {
  /* end .menu li */ }
  .nav li {
    border-bottom: 1px solid #2b4051;
    /*
		so you really have to rethink your dropdowns for mobile.
		you don't want to have it expand too much because the
		screen is so small. How you manage your menu should
		depend on the project. Here's some great info on it:
		http://www.alistapart.com/articles/organizing-mobile/
		*/ }
    .nav li a, .nav li span {
      display: block;
      text-decoration: none;
      padding: 12px;
      font-weight: 500;
      font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #fff;
      /*
			remember this is for mobile ONLY, so there's no need
			to even declare hover styles here, you can do it in
			the style.scss file where it's relevant. We want to
			keep this file as small as possible!
			*/ }
    .nav li.current-menu-item > a, .nav li.current_page_item > a, .nav li.current-page-ancestor > a, .nav li:hover > a {
      background-color: #2b4051;
      color: #fff; }
    .nav li ul.sub-menu,
    .nav li ul.children,
    .nav li ul.sites-by-region {
      background-color: #2b4051;
      margin: 0;
      padding-bottom: 4px; }
      .nav li ul.sub-menu li,
      .nav li ul.children li,
      .nav li ul.sites-by-region li {
        border-bottom: none;
        padding: 0 10px; }
        .nav li ul.sub-menu li a, .nav li ul.sub-menu li span,
        .nav li ul.children li a,
        .nav li ul.children li span,
        .nav li ul.sites-by-region li a,
        .nav li ul.sites-by-region li span {
          padding: 4px 1px;
          border-bottom: none;
          color: #fff; }
        .nav li ul.sub-menu li:first-child a,
        .nav li ul.children li:first-child a,
        .nav li ul.sites-by-region li:first-child a {
          border-top: none; }
        .nav li ul.sub-menu li.current-menu-item > a, .nav li ul.sub-menu li.current_page_item > a,
        .nav li ul.children li.current-menu-item > a,
        .nav li ul.children li.current_page_item > a,
        .nav li ul.sites-by-region li.current-menu-item > a,
        .nav li ul.sites-by-region li.current_page_item > a {
          color: #fff !important; }
        .nav li ul.sub-menu li ul,
        .nav li ul.children li ul,
        .nav li ul.sites-by-region li ul {
          margin-top: -4px; }
        .nav li ul.sub-menu li li,
        .nav li ul.children li li,
        .nav li ul.sites-by-region li li {
          position: relative; }
          .nav li ul.sub-menu li li a,
          .nav li ul.children li li a,
          .nav li ul.sites-by-region li li a {
            font-size: 0.875em;
            font-size: 0.875rem;
            line-height: 1em;
            line-height: 1rem;
            color: #706665;
            font-weight: 400;
            border: none; }
            .nav li ul.sub-menu li li a:after,
            .nav li ul.children li li a:after,
            .nav li ul.sites-by-region li li a:after {
              content: " ";
              display: block;
              width: 0;
              height: 0;
              border: 5px solid transparent;
              border: 0.3125rem solid transparent;
              border-right: none;
              border-left-color: #d85041;
              position: absolute;
              top: 50%;
              left: 0;
              margin-top: -5px;
              margin-top: -0.3125rem;
              z-index: 2; }

/* end .nav */
.nav-content-wrapper {
  width: 80%;
  float: left; }

.mobile-nav-button {
  float: right;
  margin-top: 25px; }
  .mobile-nav-button .line {
    width: 35px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #477a99; }

body.page-id-53 li#menu-item-18 a {
  background: none; }

/*********************
REGIONS NAV & MAPS
*********************/
.sites-map, #sites-regions {
  display: none; }

/*********************
BREADCRUMBS
*********************/
.wf-loading .breadcrumbs {
  /*visibility: hidden;*/ }

.breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.8rem;
  font-weight: 200;
  padding-top: 0.5em;
  padding-top: 0.5rem;
  font-weight: bold; }
  .breadcrumbs > a {
    display: inline-block;
    padding: 0.25em;
    padding: 0.25rem;
    border: 1px solid #fff; }
    .breadcrumbs > a:hover, .breadcrumbs > a:active, .breadcrumbs > a.current-menu-item, .breadcrumbs > a.current_page_item {
      color: #333;
      border: 1px solid #aeb084; }
    .breadcrumbs > a.menu-item-96 {
      display: none; }

.page .breadcrumbs a {
  color: #c64739; }

/*********************
POSTS & CONTENT STYLES
*********************/
hr {
  display: block;
  height: 1px;
  background: #d6d0ce;
  border: 0;
  color: #d6d0ce;
  margin: 1em 0; }

#main {
  padding: 20px 20px 40px 20px; }

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
.page small {
  font-size: 14px;
  font-size: 0.875rem; }

/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
  margin: 0; }

/* page header image */
.page-header {
  position: relative; }
  .page-header img {
    height: auto;
    width: 100%; }
  .page-header .caption {
    position: absolute;
    top: 20px;
    right: -10px;
    color: #fff;
    background-color: #d85041;
    padding: 10px;
    width: 330px;
    font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 14px;
    font-size: 0.875rem;
    background-color: rgba(181, 105, 33, 0.85); }
    .page-header .caption h2 {
      color: #fff;
      margin: 0; }
    .page-header .caption p {
      margin: 0; }
    .page-header .caption .arrow {
      background: url("../images/icons/arrow_caption.png");
      width: 11px;
      height: 12px;
      display: block;
      position: absolute;
      bottom: -12px;
      right: 0; }

/* entry content */
body:not(.home) .entry-content {
  font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.entry-content {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/ }
  .entry-content h2 {
    font-style: italic; }
  .entry-content a {
    text-decoration: underline; }
  .entry-content p {
    margin: 0 0 1em 0; }
  .entry-content p, .entry-content li {
    font-size: 18px; }
  .entry-content ul li {
    list-style-type: disc;
    margin-left: 20px; }
  .entry-content ol li {
    list-style-type: decimal;
    margin-left: 20px; }
  .entry-content ol ol li {
    list-style-type: lower-alpha; }
  .entry-content blockquote {
    margin: 0;
    font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem; }
    .entry-content blockquote strong {
      color: #d85041; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }
  .entry-content table {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-bottom: 20px; }
    .entry-content table caption {
      border: 1px solid #aeb084;
      border-bottom: none;
      padding: 5px;
      font-weight: 600;
      font-size: 18px;
      color: #d85041;
      background-color: #eae6e4; }
    .entry-content table th, .entry-content table td {
      text-align: left;
      padding: 10px 10px;
      border: 1px solid #eae6e4;
      /*
					&:first-child {
						border-left: none;
					}
*/ }
    .entry-content table th {
      background: #477a99;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 1; }
    .entry-content table td {
      background-color: #fff; }
    .entry-content table tr:nth-child(odd) td {
      background-color: #eae6e4; }
  .entry-content aside {
    float: right;
    margin: 0 0 0 25px;
    max-width: 30%; }
    .entry-content aside ul {
      margin: 0 0 20px 0; }

/* end .entry-content */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
.back-to-gallery {
  float: right;
  font-size: .5em;
  margin-top: 9px; }

/* end .gallery */
/* gallery caption styles */
body.archive article, body.blog article {
  border-bottom: 1px solid #aeb084; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em; }

.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */ }
  .bones_page_navi li {
    float: left;
    margin-left: 10px; }
    .bones_page_navi li a {
      padding: 3px 6px;
      display: block;
      text-decoration: none;
      position: relative; }
      .bones_page_navi li a:hover, .bones_page_navi li a:focus {
        text-decoration: underline; }
  .bones_page_navi li.bpn-current {
    padding: 3px 6px;
    position: relative; }
    .bones_page_navi li.bpn-current a {
      /* hovering on current page link */ }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700; }
    .bones_page_navi li.bpn-prev-link a,
    .bones_page_navi li.bpn-next-link a {
      padding: 0; }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */ }

.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */ }
  .commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px;
    /* end .commentlist li ul.children */ }
    .commentlist li:last-child {
      margin-bottom: 0; }
    .commentlist li ul.children {
      margin: 0;
      /* variations */
      /* change number for different depth */ }
  .commentlist li[class*=depth-] {
    margin-top: 1.1em; }
  .commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .commentlist li:not(.depth-1) {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 0;
    padding-bottom: 0; }
  .commentlist .odd {
    background: #eee; }
  .commentlist .even {
    background: #fefefe; }
  .commentlist .vcard {
    margin-left: 50px; }
    .commentlist .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .commentlist .vcard time {
      float: right; }
      .commentlist .vcard time a {
        color: #999;
        text-decoration: none; }
        .commentlist .vcard time a:hover {
          text-decoration: underline; }
    .commentlist .vcard img.avatar {
      position: absolute;
      left: 10px;
      padding: 2px;
      border: 1px solid #cecece;
      background: #fff; }
  .commentlist .comment_content {
    margin-left: 50px; }
    .commentlist .comment_content p {
      margin: 0.7335em 0 1.5em;
      font-size: 1em;
      line-height: 1.5em; }
  .commentlist .comment-reply-link {
    text-decoration: none;
    float: right;
    background: #4598bb;
    padding: 3px 5px;
    color: #fff;
    opacity: 0.65;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 0.9em; }
    .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
      opacity: 1; }

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em;
      /* form validation */ }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SEARCH FORM
*********************/
#searchform {
  padding: 0 0 0 10px;
  line-height: 2.75em;
  margin-top: 2px !important;
  font-size: 14px; }
  #searchform .screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute; }

#searchsubmit {
  margin: 0;
  padding: 4px 10px;
  vertical-align: middle;
  font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent; }

#s {
  background: #eae6e4;
  border: none;
  padding: 5px 6px;
  margin: 0;
  vertical-align: middle;
  width: 66%; }

#navbar #s {
  background: #fff; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  background: #eae6e4;
  border-top: 10px solid #7c7572;
  position: relative; }

.widgettitle, body.home #sidebar1 .widget_text h3, body.home #sidebar2 .widget_text h3 {
  margin: 0 0 0.5em;
  margin: 0 0 0.5rem; }

.widget {
  padding: 0 20px;
  margin: 1em 0 2.2em;
  font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .widget ul {
    margin: 0; }
    .widget ul li {
      border-top: 1px solid #ccccaf;
      padding: 0.75em;
      /* deep nesting */ }
      .widget ul li a {
        color: #333; }
      .widget ul li ul {
        border: none; }
        .widget ul li ul li {
          border: none;
          padding: .5em .5em .25em;
          padding: .5rem .5rem .25rem; }
    .widget ul.menu li {
      font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
      font-weight: 600;
      font-style: italic;
      color: #83864c; }
      .widget ul.menu li.current-menu-item, .widget ul.menu li.current_page_item, .widget ul.menu li.current-page-ancestor {
        background: #fff;
        position: relative; }
        .widget ul.menu li.current-menu-item:after, .widget ul.menu li.current_page_item:after, .widget ul.menu li.current-page-ancestor:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border: 5px solid transparent;
          border: 0.3125rem solid transparent;
          border-right: none;
          border-left-color: #d85041;
          position: absolute;
          top: 1.35em;
          left: 0;
          margin-top: -5px;
          margin-top: -0.3125rem;
          z-index: 2; }
        .widget ul.menu li.current-menu-item li, .widget ul.menu li.current_page_item li, .widget ul.menu li.current-page-ancestor li {
          background: none; }
          .widget ul.menu li.current-menu-item li.current-menu-item, .widget ul.menu li.current-menu-item li.current_page_item, .widget ul.menu li.current-menu-item li.current-page-ancestor, .widget ul.menu li.current_page_item li.current-menu-item, .widget ul.menu li.current_page_item li.current_page_item, .widget ul.menu li.current_page_item li.current-page-ancestor, .widget ul.menu li.current-page-ancestor li.current-menu-item, .widget ul.menu li.current-page-ancestor li.current_page_item, .widget ul.menu li.current-page-ancestor li.current-page-ancestor {
            font-weight: 600;
            color: #d85041 !important; }
          .widget ul.menu li.current-menu-item li:after, .widget ul.menu li.current_page_item li:after, .widget ul.menu li.current-page-ancestor li:after {
            display: none; }
      .widget ul.menu li a {
        color: #7c7572; }
        .widget ul.menu li a:hover {
          color: #706665; }
      .widget ul.menu li li {
        font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #333;
        padding-left: 1em;
        padding-left: 1rem; }
        .widget ul.menu li li a {
          color: #333; }
    .widget ul.menu > li > ul {
      font-size: 1em;
      line-height: 1; }
  .widget.widget_recent_entries ul li {
    font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: 600;
    font-style: italic;
    color: #83864c;
    position: relative;
    border: none; }
    .widget.widget_recent_entries ul li a {
      color: #706665; }
    .widget.widget_recent_entries ul li:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border: 0.3125rem solid transparent;
      border-right: none;
      border-left-color: #d85041;
      position: absolute;
      top: 1.35em;
      left: 0;
      margin-top: -5px;
      margin-top: -0.3125rem;
      z-index: 2; }

/*********************
HOMEPAGE STYLES
*********************/
body.home #main {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 20px; }
  body.home #main h2 {
    font-style: italic;
    font-size: 40px;
    font-size: 2.5rem;
    margin: 24px 0 10px 0; }
  body.home #main img {
    margin-bottom: 0;
    margin: 0 10px 0 40px;
    float: none; }
  body.home #main p.learn-more {
    text-align: right;
    margin: 0; }
    body.home #main p.learn-more a {
      display: inline-block;
      font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      background: #cc493b;
      padding: 8px 22px;
      text-decoration: none; }

body.home #sidebar1, body.home #sidebar2 {
  background: none;
  border: none; }
  body.home #sidebar1:after, body.home #sidebar2:after {
    display: none; }

body.home .sidebar#sidebar1 .widget {
  margin-bottom: 0; }

body.home .sidebar#sidebar2 .widget {
  margin-top: 0; }

body.home .sidebar#sidebar1 .widget, body.home .sidebar#sidebar2 .widget {
  padding: 0; }

body.home .sidebar#sidebar {
  border-right: 0;
  border-bottom: 0; }

body.single-galleries #main {
  margin-top: 25px; }
  body.single-galleries #main .gallery-content .zoom {
    margin-bottom: 0;
    -webkit-backface-visibility: initial !important;
    -webkit-transform-origin: 50% 50%; }
  body.single-galleries #main .gallery-content .smooth_zoom_preloader {
    width: 100% !important; }
  body.single-galleries #main .gallery-content .img-content {
    position: relative;
    margin-bottom: 20px; }

#featured-galleries {
  background: #2b4051;
  clear: both; }
  #featured-galleries header {
    background: #7c7572;
    padding: 10px 3%;
    overflow: hidden; }
    #featured-galleries header h3 {
      color: #fff;
      font: 400 25px/1 "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
      font-size: 1.5625rem;
      line-height: 30px;
      margin: 0;
      float: left;
      letter-spacing: 0.1rem; }
      #featured-galleries header h3 span {
        font: 400 20px/1 "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 1px; }
    #featured-galleries header a.view-all {
      margin-bottom: 0;
      float: right;
      font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
      font-style: italic;
      color: #fff;
      font-size: 20px;
      letter-spacing: 1px; }
  body.single-galleries #featured-galleries {
    position: relative;
    /*width: 1041px;*/ }

ul.gallery-listing {
  display: flex;
  flex-flow: row wrap;
  margin: 1em 0 0; }
  body.home ul.gallery-listing {
    padding: 0 50px; }
  body.single-galleries ul.gallery-listing {
    padding-top: 10px; }
  ul.gallery-listing li {
    width: 50%;
    margin: 0 auto 20px;
    color: #fff;
    font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 0 10px; }
    ul.gallery-listing li div {
      background-color: #7c7572;
      border-top: 10px solid #6f6866;
      position: relative;
      height: 100%; }
    ul.gallery-listing li a {
      color: #fff;
      display: block; }
      ul.gallery-listing li a:hover {
        color: #fff; }
    ul.gallery-listing li img {
      max-width: 100%;
      height: auto;
      margin-bottom: 10px; }
    ul.gallery-listing li .gallery-title, ul.gallery-listing li .gallery-description {
      padding: 0 5px;
      margin: 0 0 10px 0;
      text-align: center;
      padding-bottom: 5px; }
    ul.gallery-listing li .gallery-title {
      font: 400 18px/1.2 "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
      font-size: 1.4rem; }
      ul.gallery-listing li .gallery-title a {
        font-style: italic;
        letter-spacing: 1px; }
    ul.gallery-listing li p {
      line-height: 20px; }
    ul.gallery-listing li:hover div {
      background-color: #477a99; }
    body.home ul.gallery-listing li:hover div {
      border-top: 10px solid #6ca1bc; }

.grid-list ul.gallery-listing {
  margin: 0; }
  .grid-list ul.gallery-listing li {
    box-shadow: none;
    border-top: 0;
    background: url("../images/backgrounds/bg_cream_noise.jpg");
    height: auto;
    width: 100%;
    font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 0.875rem; }
    .grid-list ul.gallery-listing li:before {
      content: '';
      display: block;
      -webkit-box-shadow: inset 0px 2px 10px rgba(29, 30, 29, 0.2);
      -moz-box-shadow: inset 0px 2px 10px rgba(29, 30, 29, 0.2);
      box-shadow: inset 0px 2px 10px rgba(29, 30, 29, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .grid-list ul.gallery-listing li a {
      color: #333; }
    .grid-list ul.gallery-listing li img {
      position: relative;
      width: 50%;
      float: left; }
    .grid-list ul.gallery-listing li .gallery-title {
      font-style: italic;
      overflow: hidden;
      padding: 10px 8px 8px 15px;
      border-bottom: 1px solid #aeb084; }
      .grid-list ul.gallery-listing li .gallery-title a {
        color: #c64739;
        position: relative; }
    .grid-list ul.gallery-listing li .gallery-description {
      padding: 1em 1em 1em 2em;
      overflow: hidden;
      position: relative; }
      .grid-list ul.gallery-listing li .gallery-description:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border: 0.3125rem solid transparent;
        border-right: none;
        border-left-color: #d85041;
        position: absolute;
        top: 25px;
        left: 15px;
        margin-top: -5px;
        margin-top: -0.3125rem;
        z-index: 2; }
    .grid-list ul.gallery-listing li:hover {
      background: #477a99; }
      .grid-list ul.gallery-listing li:hover .gallery-title {
        color: #fff;
        border-color: #fff; }
      .grid-list ul.gallery-listing li:hover .gallery-description:after {
        content: " ";
        border-left-color: #fff; }
      .grid-list ul.gallery-listing li:hover a {
        color: #fff; }

div.gallery-content .attachment-galleries-large {
  float: left;
  border: 1px solid #596e70; }

div.gallery-content h4 {
  margin: 0;
  color: #d85041;
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.35em;
  padding-bottom: 5px;
  font-weight: 500;
  border-bottom: 1px solid #83864c; }

div.gallery-content .gallery-description-container {
  width: 530px; }

div.gallery-content .gallery-description {
  width: 100%;
  height: 300px;
  overflow: auto;
  padding-right: 10px;
  border-top: 1px solid #83864c;
  padding-top: 10px !important; }

div.gallery-content .gallery-description-large {
  height: 530px !important; }

div.gallery-content ul.gallery-fields {
  list-style-image: url("../images/icons/icon_triangle.png"); }
  div.gallery-content ul.gallery-fields li label {
    color: #83864c; }

div.gallery-content ul.gallery-queries {
  margin: 5px 0;
  list-style-type: square;
  list-style-image: none; }

div.gallery-content ul li {
  margin-left: 20px; }

div.gallery-content .next {
  right: 0px;
  background: url(../images/img-next.png) no-repeat;
  z-index: 4; }

div.gallery-content .previous {
  right: 21px;
  background: url(../images/img-prev.png) no-repeat;
  z-index: 4; }

div.gallery-content .arrow {
  width: 20px;
  height: 22px;
  float: left;
  position: absolute;
  top: 3px; }
  div.gallery-content .arrow a {
    width: 100%;
    height: 100%;
    float: left;
    cursor: pointer;
    text-indent: -99999px; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #2b4051;
  color: white; }
  .footer a {
    color: white; }
    .footer a:hover, .footer a:active, .footer a:focus {
      color: #6ca1bc !important; }

#footer-sponsors {
  background-color: #477a99;
  border-top: 5px solid #6ca1bc;
  color: #fff;
  text-align: center; }
  #footer-sponsors h4 {
    font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
    font-weight: 200;
    font-size: 14px;
    line-height: 16.8px;
    font-size: 0.875rem;
    line-height: 1.05rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    top: -14px;
    top: -0.875rem;
    display: inline-block;
    background: #2b4051;
    color: #fff;
    padding: 0.25em 0.75em 0em;
    line-height: 1.10rem; }
  #footer-sponsors:before {
    content: "";
    position: relative;
    top: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.75);
    z-index: 100; }

ul.sponsors-list {
  margin: 0 auto; }
  ul.sponsors-list li {
    padding: 20px 0;
    border-top: 1px solid #364344; }
    ul.sponsors-list li:first-child {
      border-top: none; }
    ul.sponsors-list li a {
      display: inline-block;
      margin: 0 25%; }
    ul.sponsors-list li img {
      max-width: 100%;
      height: auto; }

#inner-footer {
  padding: 20px 20px;
  padding: 1.25rem 1.25rem; }

.social-follow h4 {
  float: left;
  margin: 0 0.5em 2em 0; }

.social-follow a {
  margin-left: 0.2em; }

.copyright {
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 600; }

.licensing {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  vertical-align: middle;
  clear: both; }
  .licensing a {
    font-weight: 600;
    color: #fff; }
  .licensing img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-right: 0.625rem; }

.social-follow h4 {
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: 600; }

ul.footer-nav {
  width: 100%;
  margin-left: 0;
  margin-right: 0; }
  ul.footer-nav a {
    padding: 10px 0;
    font-weight: normal;
    color: #fff; }

/* jScrollPane CSS */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute;
  margin-top: -20px !important; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #f4f4eb;
  position: relative; }

.jspDrag {
  background: #cccc99;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/* Start Elastislide */
#carousel li {
  vertical-align: top;
  margin-right: 10px; }

#carousel li img.current {
  border: 1px solid #d85041;
  border-bottom: 10px solid #d85041;
  /*height: 120px;*/
  width: 110px; }

.elastislide-list {
  list-style-type: none;
  display: none; }

.no-js .elastislide-list {
  display: block; }

.elastislide-carousel ul li {
  min-width: 20px;
  /* minimum width of the image (min width + border) */ }

.elastislide-wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 60px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }

.elastislide-wrapper.elastislide-loading {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.elastislide-horizontal {
  padding: 15px 40px 10px 40px; }

.elastislide-vertical {
  padding: 40px 10px; }

.elastislide-carousel {
  margin-left: 5px;
  overflow: hidden;
  position: relative; }

.elastislide-carousel ul {
  position: relative;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px); }

.elastislide-horizontal ul {
  white-space: nowrap;
  margin-left: 1px; }

.elastislide-carousel ul li {
  margin: 0;
  -webkit-backface-visibility: hidden; }

.elastislide-horizontal ul li {
  height: 100%;
  display: inline-block; }

.elastislide-vertical ul li {
  display: block; }

.elastislide-carousel ul li a {
  display: inline-block;
  width: 100%; }

.elastislide-carousel ul li a img {
  display: block;
  max-width: 100%; }

.elastislide-wrapper nav span {
  width: 20px;
  height: 22px;
  top: 58px;
  position: absolute;
  text-indent: -9000px;
  cursor: pointer; }

.elastislide-wrapper nav span:hover {
  opacity: 1.0; }

.elastislide-horizontal nav span.elastislide-prev {
  left: 10px;
  top: 45px;
  right: auto;
  background: url(../images/prev.png) no-repeat;
  z-index: 4;
  margin-right: 10px; }

.elastislide-horizontal nav span.elastislide-next {
  top: 45px;
  right: 10px;
  left: auto;
  background: url(../images/next.png) no-repeat;
  z-index: 4;
  margin-left: 10px; }

/* End Elastislide */
/*********************
QUERY STYLES
*********************/
body.query-form .fullcell h3, body.query-form .left h3 {
  display: inline; }

body.query-form h2 {
  margin-top: 0px; }

body.query-form table.simple, body.query-form #query-table {
  width: 100%;
  margin: 10px 1px;
  display: table;
  border-spacing: 2px;
  border-color: gray; }
  body.query-form table.simple h4, body.query-form #query-table h4 {
    font-weight: 600;
    color: #83864c;
    margin: .75em 0 0 0; }
  body.query-form table.simple th, body.query-form #query-table th {
    text-align: left;
    background: #f7f7ef;
    color: #666633; }
  body.query-form table.simple td, body.query-form table.simple th, body.query-form #query-table td, body.query-form #query-table th {
    border: 1px solid #D6D7C6;
    padding: 8px;
    vertical-align: top;
    font-size: 14px; }
  body.query-form table.simple img, body.query-form #query-table img {
    padding: 0;
    margin: 0; }
  body.query-form table.simple ul, body.query-form #query-table ul {
    margin-left: 25px; }
    body.query-form table.simple ul li, body.query-form #query-table ul li {
      list-style-type: disc; }

body.query-form #query-table ul {
  margin: 0px !important; }
  body.query-form #query-table ul li {
    background: url(../images/bulletGreen.gif) left 1px no-repeat;
    padding-left: 8px;
    list-style-type: none; }

body.query-form .right {
  float: right;
  width: 30%;
  text-align: right; }

body.query-form .left {
  float: left;
  width: 60%; }

body.query-form ul#query-navigation {
  padding: 0;
  margin: 0;
  margin-bottom: 0.375em; }
  body.query-form ul#query-navigation li {
    display: inline;
    list-style-type: none;
    background: none;
    border-right: 1px solid #000;
    padding-right: 10px;
    padding-left: 10px; }
  body.query-form ul#query-navigation li.first-link {
    padding-left: 0px; }
  body.query-form ul#query-navigation li.last-link {
    border: 0; }

body.query-form #query-table {
  width: 100%; }

body.query-form #query-info {
  padding-top: 10px;
  width: 100%;
  float: left;
  margin: 10px 0 0 0;
  padding: 0; }

body.query-form #query-do, body.query-form #fields-returned, body.query-form #fields-ordered-by {
  float: left;
  width: 32%;
  margin: 0;
  padding: 0 20px 0 20px; }

body.query-form #query-do {
  width: 33%; }

body.query-form #fields-returned {
  width: 150px;
  border-left: 1px solid #e7e7d6;
  border-right: 1px solid #e7e7d6; }

body.query-form .checkboxgroup {
  width: 100%;
  float: left; }

body.query-form .checkboxgroupcell {
  float: left;
  width: 45%;
  padding: 10px; }

body.query-form #artifact_types_selection .checkboxgroupcell {
  width: 100% !important; }

body.query-form #sites-group-1, body.query-form #sites-group-2 {
  margin: -10px 0 0px; }

body.query-form #all_sites,
body.query-form #all_contexts,
body.query-form #all_feature_numbers,
body.query-form #all_unit_types,
body.query-form #all_stratigraphic_groups,
body.query-form #all_phases,
body.query-form #all_feature_groups,
body.query-form #all_quadrat_ids,
body.query-form #all_feature_types,
body.query-form .attribute_group-radio-item,
body.query-form .artifact_category-radio-item,
body.query-form .subset_by-radio-item,
body.query-form .summary_type-radio-item,
body.query-form #all_tblBead_attributes,
body.query-form #all_tblBuckle_attributes,
body.query-form #all_tblButton_attributes,
body.query-form #all_tblCeramic_attributes,
body.query-form #all_tblGlass_attributes,
body.query-form #all_tblTobaccoPipe_attributes,
body.query-form #all_tblUtensil_attributes,
body.query-form #all_tblGenArtifact_attributes,
body.query-form #all_Material,
body.query-form #all_Color,
body.query-form #all_VesselCategory,
body.query-form #all_Form,
body.query-form #all_ManufacturingTechnique,
body.query-form #all_MoldType,
body.query-form #artifact_types_selection h4,
body.query-form #all_artifact_types,
body.query-form #all_Coarse_EW_mcdtypes,
body.query-form #all_Porcelain_mcdtypes,
body.query-form .all-checkbox {
  margin-left: 10px; }

body.query-results .full {
  width: 100%;
  margin: 5px 0 0;
  background: #d6d7c6;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .85em; }
  body.query-results .full .right {
    margin-right: 10px; }
  body.query-results .full .full .left {
    margin-left: 10px; }

body.query-results #main {
  overflow: auto !important; }

/*********************
PLANTATION STYLES
*********************/
body.single-plantations, body.single-sites {
  /*
    table {
        border-collapse: collapse;
        display: table;
        border-spacing: 2px;
        border-color: gray;
        margin: 10px 1px;
        th {
            background: #f7f7ef;
            color: #666633;
        }
        th,td {
            border: 1px solid #D6D7C6;
            padding: 4px;
        }
    }
*/ }
  body.single-plantations blockquote, body.single-sites blockquote {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 20px;
    border-left: 4px solid #eae6e4; }
  body.single-plantations #google-map, body.single-sites #google-map {
    margin-top: 10px;
    width: 100%;
    height: 400px;
    float: left; }
  body.single-plantations #google-map-link, body.single-sites #google-map-link {
    margin-top: 10px;
    display: block;
    border: 1px solid #ccccaf;
    padding: 5px 5px 5px 25px;
    margin-top: 10px;
    width: 100%;
    background: #e6e6d5 url(../images/icon_map.png) 5px 4px no-repeat;
    color: #bd6b10; }
  body.single-plantations #main article, body.single-sites #main article {
    /*float: left;*/ }
  body.single-plantations #sidebarpage, body.single-sites #sidebarpage {
    /*float: right;*/ }
    body.single-plantations #sidebarpage .widget, body.single-sites #sidebarpage .widget {
      margin: 1em 0 1em; }
      body.single-plantations #sidebarpage .widget ul li, body.single-sites #sidebarpage .widget ul li {
        padding: 0.3em; }
  body.single-plantations .anchor-nav, body.single-sites .anchor-nav {
    display: block;
    width: 100%; }
    body.single-plantations .anchor-nav img, body.single-sites .anchor-nav img {
      float: left;
      margin-bottom: 0px; }
    body.single-plantations .anchor-nav ul, body.single-sites .anchor-nav ul {
      float: left;
      margin: 0 0 0 15px; }
      body.single-plantations .anchor-nav ul li, body.single-sites .anchor-nav ul li {
        margin: 0px 0;
        background: url(../images/bullet.gif) left 5px no-repeat;
        list-style: none;
        font-size: .9em;
        padding-left: 12px;
        padding-bottom: 2px;
        line-height: normal; }
  body.single-plantations .background-footer, body.single-sites .background-footer {
    padding-top: 1em;
    border-top: 1px solid #aeb084; }
  body.single-plantations .images .row, body.single-sites .images .row {
    width: 100%; }
  body.single-plantations .images .cell, body.single-sites .images .cell {
    background: #f4f4eb;
    padding: 20px 20px 0 20px;
    text-align: center;
    margin-bottom: 10px;
    min-height: 300px; }
    body.single-plantations .images .cell a.image-link, body.single-sites .images .cell a.image-link {
      margin: 0 auto; }
      body.single-plantations .images .cell a.image-link img, body.single-sites .images .cell a.image-link img {
        margin: 0;
        border: 1px solid #c4c4a8;
        padding: 4px;
        max-height: 160px; }
    body.single-plantations .images .cell p, body.single-sites .images .cell p {
      max-height: 72px;
      overflow: hidden; }
  body.single-plantations .images .gallery-details, body.single-sites .images .gallery-details {
    clear: left;
    text-align: center; }
    body.single-plantations .images .gallery-details ul, body.single-sites .images .gallery-details ul {
      float: normal;
      /*margin: 0 110px !important;*/ }
      body.single-plantations .images .gallery-details ul li, body.single-sites .images .gallery-details ul li {
        display: inline;
        margin-left: 10px; }
        body.single-plantations .images .gallery-details ul li:first-child, body.single-sites .images .gallery-details ul li:first-child {
          margin-left: 0; }

/*********************
REFERENCE STYLES
*********************/
.bib-entry .bib-reference {
  margin: 0 0 0 50px;
  font-size: 16px;
  line-height: 140%; }

/*********************
SPONSOR STYLES
**********************/
.entry-content .sponsor-list li {
  list-style-type: none;
  margin-left: 0;
  width: 100%; }

.entry-content .sponsor-list img {
  margin: 0; }

.leaflet-popup ul {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px; }
  .leaflet-popup ul li {
    list-style-type: none;
    padding-bottom: 0;
    border-top: none;
    padding: 0 0 0 0.75em;
    background: url(../images/bullet.gif) left 5px no-repeat; }
    .leaflet-popup ul li a {
      color: #333; }

.leaflet-popup .marker-title {
  color: #d85041;
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin-bottom: 15px; }

.leaflet-popup h4, .leaflet-popup .marker-title {
  font-family: "chaparral-pro-n6","chaparral-pro",sans-serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizelegibility;
  text-align: center; }
  .leaflet-popup h4 a, .leaflet-popup .marker-title a {
    color: #7c7572; }
    .leaflet-popup h4 a:hover, .leaflet-popup .marker-title a:hover {
      color: #706665; }

/*********************
REGIONS
**********************/
.single-regions h4.widgettitle {
  border-top: 1px solid #83864c;
  padding-top: 10px; }

.single-regions ul.menu {
  padding-bottom: 10px; }
  .single-regions ul.menu li {
    padding-bottom: 0;
    border-top: none;
    padding: 0 0 0 0.75em;
    background: url(../images/bullet.gif) left 5px no-repeat; }
    .single-regions ul.menu li a {
      color: #333; }

body.page-template-page-map .widget h4, body.single-regions .widget h4 {
  font: 400 25px/1 "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.5625rem;
  color: #d85041; }

body.page-template-page-map .widget ul ul li, body.single-regions .widget ul ul li {
  padding-bottom: 0;
  border-top: none;
  padding: 0 0 0 0.75em;
  background: url(../images/bullet.gif) left 5px no-repeat; }
  body.page-template-page-map .widget ul ul li a, body.single-regions .widget ul ul li a {
    color: #333; }

.plant-link {
  font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  font-style: italic;
  font-style: italic;
  color: #333333 !important;
  text-transform: none; }

.daacs-phasing-query-link {
  display: none; }

#canned-queries {
  margin-bottom: 25px;
  background-color: #d6d0ce;
  padding: 35px 0 0 0;
  text-align: center; }
  #canned-queries h3 {
    font-size: 30px;
    color: #c64739;
    margin-top: 0; }
  #canned-queries p {
    color: #333333;
    max-width: 800px;
    margin: 0 auto 25px auto;
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px; }
  #canned-queries select.common-artifact-type {
    margin-bottom: 35px;
    height: 35px; }
  #canned-queries .query-group {
    padding-top: 35px;
    background-color: #c2bcba;
    padding-bottom: 25px; }
    #canned-queries .query-group h4 {
      color: #2b4051;
      font-family: "din-2014", "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      margin-bottom: 20px; }
    #canned-queries .query-group li {
      margin-bottom: 20px; }
    #canned-queries .query-group a {
      background-color: #2b4051;
      color: white;
      padding: 6px 15px; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
				plan your menus and drop-downs wisely.
				*/ }
        .menu ul li a {
          /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/ }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  /* end .entry-content */
  /* at this larger size, we can start to align images */
  .alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  /*********************
HOMEPAGE STYLES
*********************/
  /*
#featured-galleries ul.gallery-listing {

	li {
		float: left;
		margin: 0 .5em 1em;
	}
}
*/
  /*********************
FOOTER STYLES
*********************/ }

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  /*$colmargin: 1%;*/
  .pull-1, body.page:not(.home) article:not(.wide), body.single:not(.home) article:not(.wide), body.query-form article:not(.wide), body.single-sites article:not(.wide) {
    margin-right: 9.095430939% !important; }
  .push-1 {
    margin-left: 9.095430939% !important; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body.home #main h2 {
    margin: 60px 0 10px 0; }
  #content {
    padding: 0 30px; }
    #content.full #inner-content, #content.full .article-header, #content.full #main {
      width: 100%;
      max-width: 100%; }
  body.page-template-page-map-php #inner-content, body.page-template-page-map-php .article-header, body.page-template-page-map-php #main {
    max-width: 100% !important; }
  #sites-regions {
    font-size: 16px; }
  #footer-sponsors {
    padding: 0 30px; }
  #inner-header {
    padding: 20px; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap, #inner-header, #nav, .nav, #main, .article-header, #inner-content, .sponsors-list,
  #inner-footer {
    max-width: 980px;
    margin: 0 auto; }
  /*********************
HEADER SYTLES
*********************/
  #logo {
    float: left; }
  #tagline {
    float: right;
    margin: 24px 0 0;
    margin: 1.5rem 0 0;
    font-size: 25.6px;
    line-height: 30.72px;
    font-size: 1.6rem;
    line-height: 1.92rem; }
  .mobile-nav-button {
    display: none; }
  .nav-content-wrapper {
    width: 100%;
    float: none; }
  /*********************
NAVIGATION BAR STYLES
*********************/
  #menu-main-menu {
    padding-top: 0; }
  #navbar {
    padding: 0 30px;
    display: block !important; }
    #navbar #nav .nav {
      width: 100%;
      padding: 0; }
    #navbar .nav > li > a {
      padding-left: 0.625em;
      padding-right: 0.625em; }
  .windows #navbar {
    font-size: 1.0312rem !important;
    padding: 0 20px !important; }
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav ul {
      margin: 0; }
    .nav li {
      float: left;
      position: relative;
      border-bottom: none;
      /*
		plan your menus and drop-downs wisely.
		*/
      /*
		showing sub-menus
		*/ }
      .nav li a {
        border-bottom: 0;
        padding-left: 0.5em;
        padding-right: 0.5em; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        width: 200px;
        height: auto;
        border-top: 0;
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        z-index: 8999;
        padding: 0;
        opacity: 0.5;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          width: 100%;
          padding: 0; }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            border-right: 0;
            left: 0;
            padding: 7px 10px;
            line-height: 20px;
            font-weight: 400; }
            .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus, .nav li ul.sub-menu li a:active,
            .nav li ul.children li a:hover,
            .nav li ul.children li a:focus,
            .nav li ul.children li a:active {
              background-color: #477a99; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
      .nav li #sites-regions {
        position: absolute;
        display: block;
        clip: rect(1px, 1px, 1px, 1px);
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5); }
      .nav li.megamenu:hover {
        position: static; }
      .nav li:hover ul, .nav li:hover #sites-regions {
        top: auto;
        left: auto;
        clip: auto;
        opacity: 1;
        /* additional dropdown levels
			ul {
				clip: rect(1px, 1px, 1px, 1px);
			}
			li:hover ul {
				top: 0;
				left: $subnavwidth - 2px;
				clip: auto;
				ul {
					clip: rect(1px, 1px, 1px, 1px);
				}
				li:hover ul {
					left: $subnavwidth - 2px;
					clip: auto;
						ul {
						clip: rect(1px, 1px, 1px, 1px);
					}
					li:hover ul {
						left: $subnavwidth - 2px;
						clip: auto;
					}
				}
			}*/ }
      .nav li:hover #sites-regions {
        display: block;
        max-width: 710px;
        width: 100%;
        white-space: nowrap;
        z-index: 8999; }
        .nav li:hover #sites-regions header {
          display: none; }
  /* end .nav */
  .nav li.megamenu > ul {
    width: 980px; }
    .nav li.megamenu > ul > li {
      width: auto; }
      .nav li.megamenu > ul > li > a {
        width: auto;
        display: inline-block; }
  .nav li.megamenu > ul, #sites-regions > ul.region-menu {
    background: #7c7572;
    border: none;
    overflow: hidden;
    margin: 0; }
    .nav li.megamenu > ul > li, #sites-regions > ul.region-menu > li {
      line-height: 1em;
      border-left: 1px solid #333;
      margin: .5em 0;
      padding: 0 1em;
      float: left;
      position: relative; }
      .nav li.megamenu > ul > li > a, #sites-regions > ul.region-menu > li > a {
        background: none;
        color: #333;
        font-family: "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
        font-style: italic;
        font-weight: 400;
        padding: 0; }
      .nav li.megamenu > ul > li:first-child, #sites-regions > ul.region-menu > li:first-child {
        border-left: none;
        padding-left: 0; }
      .nav li.megamenu > ul > li.active a, #sites-regions > ul.region-menu > li.active a {
        font-weight: bold;
        color: #333 !important; }
      .nav li.megamenu > ul > li.active:after, #sites-regions > ul.region-menu > li.active:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border: 0.3125rem solid transparent;
        border-top: none;
        border-bottom-color: #f4f4eb;
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -5px;
        margin-left: -0.3125rem;
        z-index: 2; }
  li.sites ul.sub-menu {
    display: none; }
  /*********************
REGIONS NAV & MAPS
*********************/
  #sites-regions > ul.region-menu {
    padding: 0 2em 2px; }
  .sites-map {
    min-height: 108px;
    background: #fff;
    overflow: hidden;
    padding: 1em 1%;
    display: block; }
    .sites-map header {
      float: left;
      width: 64.5833333%; }
      .sites-map header img {
        display: block;
        max-width: 100%;
        height: auto; }
      .sites-map header h3 {
        color: #fff;
        width: 12.5em;
        width: 12.5rem;
        margin: 0;
        font-size: 25px;
        font-size: 1.5625rem;
        font-style: italic;
        text-align: center;
        display: inline-block;
        background: #d85041;
        -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
        padding: 10px;
        position: absolute;
        top: 50px;
        left: -10px; }
        .sites-map header h3:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-right: none;
          border-top-color: #b2443b;
          position: absolute;
          left: 0;
          bottom: -20px;
          z-index: 2; }
    .sites-map ul.sites-by-region {
      margin-bottom: 15px !important; }
      .sites-map ul.sites-by-region li {
        float: none; }
        .sites-map ul.sites-by-region li li a {
          padding: 2px 0;
          background-color: transparent; }
        .sites-map ul.sites-by-region li.map-navigation {
          margin: 0;
          padding: 0;
          position: static; }
          .sites-map ul.sites-by-region li.map-navigation a {
            position: absolute;
            z-index: 9999;
            right: -10px;
            top: 50px;
            display: block;
            width: 10.25em;
            width: 10.25rem;
            white-space: normal;
            padding: 16px 10px 16px 65px;
            background: #fff url(../images/icons/icon_map.png) 10px center no-repeat;
            color: #b56921;
            font: italic 400 0.875em / 1.2 "adobe-garamond-pro", "chaparral-pro", Georgia, Cambria, Times New Roman, Times, serif;
            font-size: 0.875rem;
            -webkit-box-shadow: -1px 1px 4px rgba(86, 86, 86, 0.2);
            -moz-box-shadow: -1px 1px 4px rgba(86, 86, 86, 0.2);
            box-shadow: -1px 1px 4px rgba(86, 86, 86, 0.2); }
            .sites-map ul.sites-by-region li.map-navigation a:after {
              content: " ";
              display: block;
              width: 0;
              height: 0;
              border: 10px solid transparent;
              border-left: none;
              border-bottom-color: #83864c;
              position: absolute;
              right: 0;
              top: -20px;
              z-index: 2; }
    .sites-map div.sites-by-region {
      width: 22.9166667%;
      float: left;
      margin-left: 1%;
      visibility: hidden;
      max-height: 240px; }
      .sites-map div.sites-by-region h4 {
        text-align: left;
        color: #d85041; }
    .sites-map.active div.sites-by-region {
      visibility: visible;
      max-height: none;
      margin-top: 90px; }
    .sites-map#sites-chesapeake header {
      /*width: 24.25%;*/
      width: 31.25%;
      max-width: 300px; }
    .sites-map#sites-chesapeake div.sites-by-region {
      width: 63.2653061%; }
    .sites-map#sites-jamaica header {
      width: 47.9166667%; }
    .sites-map#sites-jamaica div.sites-by-region {
      width: 41.6666667%; }
  /*********************
MAIN CONTENT LAYOUT
*********************/
  body.page:not(.home) article:not(.wide), body.single:not(.home) article:not(.wide), body.query-form article:not(.wide), body.single-sites article:not(.wide) {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 64.667%;
    float: right; }
  body.page:not(.home) article.wide, body.single:not(.home) article.wide, body.query-form article.wide, body.single-sites article.wide {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 98.0%;
    margin-left: 0; }
  .gallery-content .img-content {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 56.333%;
    margin-left: 0; }
  .gallery-content .gallery-data {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 39.667%; }
  body.archive .archives, body.blog .archives {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 73.0%;
    float: right; }
  /* page header image */
  .page-header {
    width: 100%; }
  .entry-content aside {
    float: right;
    margin: 0 0 0 25px;
    max-width: 30%; }
    .entry-content aside ul {
      margin: 0 0 20px 0; }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 23.0%;
    margin-left: 0;
    float: right; }
  .widget.gksm-custom-menu-widget, .widget.widget_nav_menu {
    padding: 0;
    margin-bottom: 0; }
    .widget.gksm-custom-menu-widget h4.widgettitle, .widget.widget_nav_menu h4.widgettitle {
      padding-left: 10px;
      padding-right: 10px; }
    .widget.gksm-custom-menu-widget li, .widget.widget_nav_menu li {
      padding: 10px 20px; }
  .widget ul li {
    padding-bottom: 0.5em;
    /* deep nesting */ }
    .widget ul li ul {
      margin-top: 0.75em; }
      .widget ul li ul li {
        padding: 0 0 .25em; }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
SEARCH FORM
*********************/
  #searchform input {
    max-width: 138px; }
  /*********************
HOMEPAGE STYLES
*********************/
  body.home #inner-content {
    padding: 0; }
  body.home #main {
    padding: 20px;
    position: relative; }
    body.home #main img {
      float: left; }
    body.home #main .entry-content p {
      margin-top: .5em; }
    body.home #main p.learn-more {
      position: absolute;
      right: -30px;
      top: 18px;
      top: 1.125rem; }
      body.home #main p.learn-more a {
        position: relative; }
        body.home #main p.learn-more a:after {
          content: " ";
          display: block;
          width: 0;
          height: 0;
          border: 30px solid transparent;
          border-left: none;
          border-top-color: #b2443b;
          position: absolute;
          right: 0;
          bottom: -60px;
          z-index: 2; }
  body.home .sidebar {
    width: 50%;
    float: left; }
    body.home .sidebar#sidebar1 {
      margin-left: 0;
      width: 50%;
      border-right: 1px solid #d6d0ce;
      padding-right: 1.381215%; }
    body.home .sidebar#sidebar2 {
      padding-left: 1.381215%; }
      body.home .sidebar#sidebar2 .widget {
        margin-top: 1em; }
  #featured-galleries {
    margin: 0 -30px 0 -30px;
    position: relative; }
    #featured-galleries:before, #featured-galleries:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border: 30px solid transparent;
      border-right: none;
      border-top-color: #192630;
      position: absolute;
      left: 0;
      bottom: -60px;
      z-index: 2; }
    #featured-galleries:after {
      border: 30px solid transparent;
      border-left: none;
      border-top-color: #192630;
      right: 0;
      left: auto; }
    #featured-galleries header {
      width: auto;
      position: static;
      padding: 10px 50px;
      padding: 0.625rem 3.125rem; }
  ul.gallery-listing li {
    width: 220px;
    padding: 0;
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 23.0%; }
    ul.gallery-listing li:first-child {
      margin-left: -3px; }
  .grid-list ul.gallery-listing li {
    height: auto;
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 48.0%; }
    .grid-list ul.gallery-listing li:first-child {
      margin-left: 0; }
  /*********************
FOOTER STYLES
*********************/
  .licensing {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 39.667%;
    margin-left: 0; }
  .copyright {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 31.333%;
    margin-left: 0;
    width: auto;
    margin-right: 0; }
  .social-follow {
    text-align: right;
    display: inline-block;
    float: right;
    padding: 0; }
  #inner-footer {
    padding: 50px 20px;
    padding: 3.125rem 1.25rem; }
  ul.sponsors-list {
    padding: 0 20px; }
    ul.sponsors-list li {
      margin: 0 0 0.5em 0;
      padding: 0;
      border-top: none;
      border-right: 1px solid #364344;
      float: left;
      line-height: 70px;
      width: 33.333%; }
      ul.sponsors-list li a {
        display: inline-block;
        margin: 0 20%; }
      ul.sponsors-list li:first-child {
        text-align: left; }
        ul.sponsors-list li:first-child a {
          margin-left: 0; }
      ul.sponsors-list li:last-child {
        border-right: medium none;
        text-align: right; }
        ul.sponsors-list li:last-child a {
          margin-right: 0; }
      ul.sponsors-list li img {
        max-height: 70px;
        vertical-align: middle; }
  ul.footer-nav {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 39.667%;
    margin-top: .25em;
    margin-top: .25rem; }
    ul.footer-nav li {
      display: inline-block; }
    ul.footer-nav a, ul.footer-nav a:visited {
      color: #f4f4eb;
      background: none !important;
      padding: 0 10px;
      border-left: 1px solid #f4f4eb;
      line-height: 1em; }
  /* Plantation/Site Images */
  .twocol .row {
    float: left;
    width: 100%; }
    .twocol .row .cell {
      width: 48%;
      float: left;
      margin-left: 10px; }
  #TB_closeWindow {
    height: 35px !important;
    padding: 11px 12px 10px 0 !important; }
  body.single-plantations #main article {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 73.0%;
    margin-right: 0 !important;
    margin-left: 0; }
  body.single-plantations #sidebarpage {
    float: right; }
  /*********************
SPONSOR STYLES
*********************/
  table.sponsors .logo {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 31.333%;
    margin-left: 0;
    float: none;
    display: table-cell; }
    table.sponsors .logo img {
      margin: 0; }
  table.sponsors .desc {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 64.667%;
    float: none;
    display: table-cell; }
  table.partners .logo {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 39.667%;
    margin-left: 0;
    float: none;
    display: table-cell; }
    table.partners .logo img {
      margin: 0; }
  table.partners .desc {
    display: inline;
    float: left;
    position: relative;
    margin-left: 2.762430939%;
    /*margin-right: $colmargin;*/
    width: 56.333%;
    float: none;
    display: table-cell; }
  .sponsor-list {
    border-bottom: 1px solid #83864c;
    padding: 0; }
    .sponsor-list li {
      width: 100%;
      border-top: 1px solid #83864c; }
    .sponsor-list ol li {
      display: list-item;
      width: auto;
      border: none; }
    .sponsor-list .logo {
      width: 30%;
      float: none;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 20px; }
    .sponsor-list .desc {
      width: 70%;
      float: none;
      display: table-cell;
      margin-left: 0; }
    .sponsor-list.partners .logo {
      width: 30%;
      float: none;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .sponsor-list.partners .desc {
      width: 70%;
      float: none;
      display: table-cell;
      margin-left: 0; }
    .sponsor-list li:first-child .logo, .sponsor-list li:first-child .desc {
      border-top: none; }
  body.page-id-9776 .search-form .inner-content .update ul.step-3 {
    width: 104%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
    body.page-id-9776 .search-form .inner-content .update ul.step-3 .img-container {
      width: 300px !important;
      height: 218px !important; }
  #canned-queries ul li {
    display: inline-block;
    padding: 0 10px; }
    #canned-queries ul li a:hover, #canned-queries ul li a:focus, #canned-queries ul li a:active {
      background-color: #cc493b; }
  .query-group li {
    margin-bottom: 0; }
  .sponsors-list li {
    padding: 10px 0; } }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  .nav li:hover #sites-regions {
    display: block;
    max-width: 980px;
    width: 100%;
    white-space: nowrap;
    z-index: 8999; }
    .nav li:hover #sites-regions header {
      display: block; }
  #navbar {
    font-size: 1.0625rem; }
  .windows #navbar {
    font-size: 1.0312rem !important; }
  /*********************
SEARCH FORM
*********************/
  #searchform {
    width: auto;
    max-width: 24.0%;
    margin: 0;
    float: right;
    text-align: right; } }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/ }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@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) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !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 #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
