/******************************************************************
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 v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

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

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

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

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
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 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
.rounded-box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*********************
BACKGROUND
*********************/
/*********************
BORDER RADIUS
*********************/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/*********************
BUTTONS
*********************/
.primary-button,
.secondary-button,
.learn-more-button,
.close-button,
.learn-more-button {
  padding: 0;
  width: 150px;
  height: 39px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
.primary-button .icon,
.secondary-button .icon,
.learn-more-button .icon,
.close-button .icon,
.learn-more-button .icon {
  width: 36px !important;
  height: 36px !important;
  float: left !important;
  display: none;
  -webkit-border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  border-radius: 2px 0 0 0;
}
.primary-button .text,
.secondary-button .text,
.learn-more-button .text,
.close-button .text,
.learn-more-button .text {
  padding: 10px 0;
  text-align: center;
}
.primary-button,
.primary-button:visited {
  color: #ffffff;
  background: #084e93;
}
.primary-button:hover,
.primary-button:visited:hover,
.primary-button:focus,
.primary-button:visited:focus {
  color: #ffffff;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.primary-button:hover .icon,
.primary-button:visited:hover .icon,
.primary-button:focus .icon,
.primary-button:visited:focus .icon {
  background: url('../images/sprites.png') rgba(255, 255, 255, 0.3) no-repeat !important;
  background-size: 260px 360px !important;
  background-position: -61px -30px !important;
  display: block;
}
.secondary-button,
.secondary-button:visited {
  color: #333333;
  background: #ffc526;
}
.secondary-button:hover,
.secondary-button:visited:hover,
.secondary-button:focus,
.secondary-button:visited:focus {
  color: #333333;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.secondary-button:hover .icon,
.secondary-button:visited:hover .icon,
.secondary-button:focus .icon,
.secondary-button:visited:focus .icon {
  background: url('../images/sprites.png') rgba(255, 255, 255, 0.3) no-repeat !important;
  background-size: 260px 360px !important;
  background-position: -61px -30px !important;
  display: block;
}
.close-button,
.close-button:visited {
  color: #333333;
  background: #ffffff;
}
.close-button:hover,
.close-button:visited:hover,
.close-button:focus,
.close-button:visited:focus {
  color: #333333;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.learn-more-button,
.learn-more-button:visited {
  background: #ffffff;
  color: #333333;
}
.learn-more-button:hover,
.learn-more-button:visited:hover {
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.learn-more-button:hover .icon,
.learn-more-button:visited:hover .icon {
  background: url('../images/sprites.png') rgba(0, 0, 0, 0.18) no-repeat !important;
  background-size: 260px 360px !important;
  background-position: -61px -30px !important;
  display: block;
}
.narrow {
  width: 100%;
  padding: 10px !important;
  margin-top: 5px;
  margin-bottom: 0;
}
.narrow:hover {
  text-align: center;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
/*
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: UFCW Theme 2014
Author: Convoy

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  background: #f2f2f2;
}
body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #333333;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
#container {
  min-width: 320px;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 12px 0 #cccccc;
  -moz-box-shadow: 0 0 12px 0 #cccccc;
  box-shadow: 0 0 12px 0 #cccccc;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #084e93;
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #063767;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  color: #333333;
  letter-spacing: 1px;
}
h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
  color: #333333;
}
h1 {
  font-size: 2.5rem;
  line-height: 35px;
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
}
h2 {
  font-size: 1.55rem;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
}
h3 {
  font-size: 1.5rem;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h4 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
}
h5 {
  font-size: 0.846rem;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
}
/*********************
06. HEADER STYLES
*********************/
header {
  background: #ffffff;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
}
header .upper-header {
  display: none;
}
header .lower-header #logo {
  float: left;
  height: 80px;
  padding: 0 20px;
}
header .lower-header .nav {
  display: none;
}
header .lower-header #search {
  display: none;
}
header .lower-header #mobile-nav-button {
  float: right;
  padding: 25px 25px 10px 25px;
  height: 80px;
  cursor: pointer;
  border-left: 1px solid #d2d2d2;
}
header .lower-header #mobile-nav-button .mobile-nav-icon {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  width: 30px;
  height: 40px;
  background-position: 1px -282px;
}
#mobile-nav-dropdown {
  position: absolute;
  right: 0;
  top: 81px;
  width: 100%;
  background: #333333;
  z-index: 15000;
}
#mobile-nav-dropdown input[type="text"] {
  margin: 15px;
  width: 93%;
  height: 30px;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #626262;
  border: none;
  padding: 0 40px 0 20px;
}
#mobile-nav-dropdown input[type="submit"] {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  background-position: -124px -39px;
  width: 25px;
  height: 25px;
  border: none;
  text-indent: 20px;
  float: right;
  margin: -40px 20px 0 0;
}
#mobile-nav-dropdown .has-children-closed {
  background: url('../images/open-nav.png') no-repeat right top;
  background-size: 30px 30px;
}
#mobile-nav-dropdown .has-children-open {
  background: url('../images/close-nav.png') no-repeat right top;
  background-size: 30px 30px;
}
#mobile-nav-dropdown ul {
  margin: 0;
  clear: both;
}
#mobile-nav-dropdown ul li {
  padding: 10px 0 20px 0;
  border-bottom: 1px solid #000000;
  line-height: 15px;
  margin-top: 15px;
}
#mobile-nav-dropdown ul li a {
  color: #ffffff !important;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  text-decoration: none;
  width: 100%;
  padding: 0 15px;
}
#mobile-nav-dropdown ul li ul {
  z-index: 160000;
  display: none;
  width: 100%;
  margin: 22px 0 -20px 0;
  background: url('../images/nav-menu-arrow.png') no-repeat;
  background-size: 25px 12.5px;
  background-position: 15px 0;
  padding-top: 12px;
}
#mobile-nav-dropdown ul li ul li {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: none;
  padding: 20px 0;
  margin-top: 0;
  background: #474747;
}
#mobile-nav-dropdown ul li ul li ul {
  display: none !important;
}
#mobile-nav-dropdown ul li ul li:first-child {
  border-top: none;
}
#mobile-nav-dropdown ul li:hover ul li ul {
  display: none;
}
#mobile-nav-dropdown .small-links {
  background: #202020;
}
#mobile-nav-dropdown .small-links a {
  color: #ffc526 !important;
}
#mobile-nav-dropdown .small-links li {
  margin-top: 0 !important;
  padding-top: 20px !important;
}
::-webkit-input-placeholder {
  color: #666666;
}
:-moz-placeholder {
  /* Firefox 18- */

  color: #666666;
}
::-moz-placeholder {
  /* Firefox 19+ */

  color: #666666;
}
:-ms-input-placeholder {
  color: #666666;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
#homepage {
  background: #ffffff;
}
#homepage .row {
  width: 100%;
  border-top: 1px solid #d2d2d2;
}
#homepage .row .row-header {
  text-align: center;
}
#homepage #homepage-slideshow .inner {
  padding: 0;
}
#homepage #homepage-slideshow .flexslider {
  color: #ffffff !important;
}
#homepage #homepage-slideshow .flexslider .text-slide {
  text-align: center;
  padding: 50px 10% 0 10%;
}
#homepage #homepage-slideshow .flexslider .text-slide .title {
  font-size: 20px;
  font-family: "museo", Cambria, Times New Roman, Times, serif !important;
}
#homepage #homepage-slideshow .flexslider .text-slide a {
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif !important;
}
#homepage #homepage-slideshow .flexslider .image-slide {
  text-align: left;
}
#homepage #homepage-slideshow .flexslider .image-slide img {
  margin: 0 auto;
  max-width: 460px;
}
#homepage #homepage-slideshow .flexslider .image-slide h1 {
  color: #ffffff !important;
  margin: 15px auto;
  max-width: 460px;
  padding: 0 15px;
}
#homepage #homepage-slideshow .flexslider .image-slide p {
  margin: 0 auto;
  max-width: 460px;
  padding: 0 15px;
}
#homepage #homepage-slideshow .flexslider a {
  line-height: 18px;
}
#homepage #text-widgets-area .text-widget {
  padding: 20px 5%;
  clear: both;
}
#homepage #text-widgets-area .text-widget .icon {
  width: 50px;
  float: left;
}
#homepage #text-widgets-area .text-widget .content {
  margin-left: 80px;
}
#homepage #text-widgets-area .text-widget .content h2 {
  margin-top: 0;
}
#homepage #map {
  background: #f2f2f2;
  padding-bottom: 300px;
}
#homepage #map .with-line {
  background: url('../images/homepage-hr.png') repeat-x;
  background-position: 0 25px;
}
#homepage #map .with-line .heading {
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  padding: 0 15px;
  background: #f2f2f2;
  max-width: 500px;
}
#homepage #map .map-info-block {
  position: absolute;
  left: 10%;
  margin-top: 350px;
  z-index: 10000;
  width: 280px;
  height: 380px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  border-top: 5px solid #ffc526;
  line-height: 20px;
}
#homepage #map .map-info-block h3 {
  margin: 0 0 15px 0;
}
#homepage #map .map-info-block .upper {
  margin-top: 15px;
  padding: 0 20px 0 20px;
  height: 237px;
  overflow: scroll;
}
#homepage #map .map-info-block .lower {
  border-top: 1px solid #d2d2d2;
  padding: 15px 20px 0 20px;
}
#homepage #map .map-info-block p {
  font-weight: 300;
}
#homepage #map #map_canvas {
  height: 462px;
  max-width: 1600px;
}
#homepage #map #map_canvas iframe {
  z-index: 1;
}
#homepage #map #map_canvas .wpgmza_map {
  margin: 0 !important;
}
#homepage #map #map_canvas .wpgmaps_directions_outer_div {
  padding: 0 10px;
}
#homepage #map #map_canvas .wpgmaps_directions_outer_div h2 {
  display: block;
}
#homepage #map #map_canvas #wpgmaps_directions_editbox_1,
#homepage #map #map_canvas #wpgmaps_directions_notification_1,
#homepage #map #map_canvas #directions_panel_1 {
  display: block;
  margin-bottom: 20px;
  float: left;
}
#homepage #rss a {
  text-decoration: none;
}
#homepage #rss a:hover {
  text-decoration: underline;
}
#homepage #rss .with-line {
  background: url('../images/homepage-hr.png') repeat-x;
  background-position: 0 25px;
}
#homepage #rss .with-line .heading {
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  padding: 0 15px;
  background: #ffffff;
  max-width: 500px;
  width: 100%;
}
#homepage #rss .interact {
  display: none;
}
#homepage #rss #twitter-feed-left ul,
#homepage #rss #twitter-feed-middle ul,
#homepage #rss #twitter-feed-right ul {
  margin-top: 0;
}
#homepage #rss #twitter-feed-left ul li,
#homepage #rss #twitter-feed-middle ul li,
#homepage #rss #twitter-feed-right ul li {
  background: url('../images/twitter-icon.jpg') no-repeat;
  background-position: 0 5px;
  background-size: 22px 18px;
  padding-left: 40px !important;
  clear: both;
}
#homepage #rss #twitter-feed-left ul li p,
#homepage #rss #twitter-feed-middle ul li p,
#homepage #rss #twitter-feed-right ul li p {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */

  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
#homepage #rss #twitter-feed-left ul p,
#homepage #rss #twitter-feed-middle ul p,
#homepage #rss #twitter-feed-right ul p {
  margin-top: 0;
}
#homepage #rss ul {
  margin-top: 0;
}
#homepage #rss li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#homepage #rss li .two img {
  display: none;
  max-width: 270px;
  width: 100%;
  height: auto;
  float: left;
  margin-right: 20px;
}
#homepage #rss li .three img {
  display: none;
  max-width: 270px;
  width: 100%;
  height: auto;
  float: left;
  margin-right: 20px;
}
#homepage #rss li .latest-post {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
}
#homepage #rss li .latest-post .post-title {
  color: #333333 !important;
  font-size: 1.1rem;
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
}
#homepage #rss li .latest-post p {
  margin: 8px 0 !important;
}
#homepage #rss li .latest-post img {
  display: none;
}
#homepage #rss li .latest-post .icon {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
  background-position: -36px -111px;
}
#homepage #rss li .latest-post span {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 0.75rem !important;
}
#homepage #mission {
  background: #ffc526;
}
#homepage #mission .with-line {
  background: url('../images/homepage-hr.png') repeat-x;
  background-position: 0 25px;
}
#homepage #mission .with-line .heading {
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 2rem;
  margin: 0 auto;
  padding: 0 15px;
  background: #ffc526;
  max-width: 500px;
  width: 100%;
}
#homepage #mission p {
  text-align: center;
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-size: 1.5em;
  padding: 0 10%;
}
.video-container {
  margin: 0 auto;
  position: relative;
  padding: 25px 0;
}
.cff-viewpost-facebook {
  display: none;
}
.cff-item {
  background: url('../images/facebook.jpg') no-repeat;
  background-position: 0 5px;
  background-size: 40px 40px;
  padding-left: 65px !important;
  padding-top: 0 !important;
}
.cff-item p {
  margin-top: 0 !important;
}
.cff-date,
.timePosted {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 0.75rem !important;
}
.gform_wrapper {
  max-width: 100% !important;
}
.gform_body {
  max-width: 700px;
  margin: 0 auto !important;
}
form li {
  list-style-type: none;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 2px 1px #cccccc;
  -moz-box-shadow: inset 0px 0px 2px 1px #cccccc;
  box-shadow: inset 0px 0px 2px 1px #cccccc;
  border: none;
  background: #f2f2f2;
  height: 40px;
  padding: 5px 15px;
  width: 100% !important;
}
.gform_wrapper input[type=radio] {
  width: 20px !important;
}
.gform_wrapper label {
  font-weight: bold;
}
.gform_wrapper li {
  margin-bottom: 20px;
}
.gform_wrapper .ginput_complex label {
  font-weight: normal !important;
  font-size: 0.8em;
}
.gform_wrapper .ginput_complex .ginput_left {
  width: 50%;
  float: left;
}
.gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: right;
}
.gform_wrapper #input_1_1 {
  border-radius: 3px 0 0 3px !important;
}
.gform_wrapper textarea {
  -webkit-box-shadow: inset 0px 0px 2px 1px #cccccc;
  -moz-box-shadow: inset 0px 0px 2px 1px #cccccc;
  box-shadow: inset 0px 0px 2px 1px #cccccc;
  background: #f2f2f2;
  border: none;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gform_wrapper #field_1_1 {
  margin-right: 35px;
}
.gform_wrapper .validation_error {
  color: red;
}
.gform_wrapper li .gfield_error {
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper li .gfield_error input {
  background: #ffcccc !important;
  margin-right: 36px !important;
}
.gform_wrapper #gform_fields_1 .validation_message {
  display: none;
}
.gform_wrapper input[type=submit]#gform_submit_button_1 {
  background: #ffc526;
  border-radius: 0 3px 3px 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  margin-top: -60px;
  width: 35px !important;
  background: url('../images/sprites.png') -144px -20px #ffc526 no-repeat !important;
  background-size: 260px 360px !important;
  text-indent: 50px;
  float: right;
  z-index: 50000 !important;
  margin-right: 0 !important;
}
.gform_wrapper .gform_wrapper li.gfield.gfield_error {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}
.gform_wrapper input[type="submit"] {
  background: #ffc526;
  color: #333333;
  width: 100px !important;
  text-align: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: none;
  float: right;
  margin-right: 80px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.text-padding {
  padding: 0 5%;
}
.tag-icon {
  margin-right: 10px;
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  background-position: -242px 6px;
  width: 18px;
  height: 20px;
  margin-top: 5px;
}
.tags {
  margin-top: -23px;
  margin-left: 30px;
  color: #d2d2d2;
  line-height: 20px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 0 !important;
}
.tags a {
  color: #d2d2d2 !important;
  text-decoration: none;
}
.tags a:hover {
  text-decoration: underline;
}
#page-wrapper #page-header {
  background: #f2f2f2;
  box-shadow: inset 0 16px 16px -20px rgba(0, 0, 0, 0.6);
}
#page-wrapper #page-header h1 {
  margin: 0;
}
#page-wrapper #page-content {
  background: #ffffff;
}
#page-wrapper #page-content .callout,
#page-wrapper #page-content .alert {
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#page-wrapper #page-content .callout .callout-icon,
#page-wrapper #page-content .alert .callout-icon,
#page-wrapper #page-content .callout .alert-icon,
#page-wrapper #page-content .alert .alert-icon {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  margin-right: 5%;
  float: left;
}
#page-wrapper #page-content .callout .text,
#page-wrapper #page-content .alert .text {
  float: left;
  padding: 0 0 0 20px;
}
#page-wrapper #page-content .callout .text .c-title,
#page-wrapper #page-content .alert .text .c-title {
  font-weight: 300;
  font-family: "museo", Cambria, Times New Roman, Times, serif;
}
#page-wrapper #page-content .callout .text p,
#page-wrapper #page-content .alert .text p {
  margin: 0;
}
#page-wrapper #page-content .callout {
  background: #084e93;
  padding: 4% 5%;
}
#page-wrapper #page-content .callout .callout-icon {
  background-position: -69px -219px;
  width: 60px;
  height: 60px;
}
#page-wrapper #page-content .callout .text {
  width: 70%;
  color: #ffffff !important;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#page-wrapper #page-content .callout .text .c-title {
  font-size: 1.4rem;
  font-family: "museo", Cambria, Times New Roman, Times, serif;
}
#page-wrapper #page-content .callout .text a {
  color: #ffc526 !important;
}
#page-wrapper #page-content .alert {
  background: #ffc526;
  padding: 2% 5%;
}
#page-wrapper #page-content .alert .alert-icon {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  background-position: -145px -217px;
  width: 40px;
  height: 40px;
}
#page-wrapper #page-content .alert .text {
  width: 70%;
  font-size: 1.4rem;
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#page-wrapper #page-content .entry-content h1 {
  line-height: 50px;
  font-size: 1.5rem;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
#page-wrapper #page-content .entry-content h2,
#page-wrapper #page-content .entry-content h3,
#page-wrapper #page-content .entry-content h4,
#page-wrapper #page-content .entry-content h5 {
  font-size: 1.3em;
  font-weight: 600;
}
#page-wrapper #page-content .entry-content h1,
#page-wrapper #page-content .entry-content h2,
#page-wrapper #page-content .entry-content h3,
#page-wrapper #page-content .entry-content h4,
#page-wrapper #page-content .entry-content h5 {
  line-height: 50px;
  margin-bottom: 0;
}
#page-wrapper #page-content .entry-content p {
  margin-top: 20px;
  font-weight: 300;
}
#page-wrapper #page-content .entry-content p + p {
  margin-top: 0 !important;
}
#page-wrapper #page-content .entry-content ul {
  list-style-type: disc;
}
#page-wrapper #page-content .entry-content ol {
  list-style-type: decimal;
}
#page-wrapper #page-content .entry-content ol,
#page-wrapper #page-content .entry-content ul {
  margin-left: 20px;
}
#page-wrapper #page-content .entry-content blockquote {
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.2rem;
  padding: 0 20px 0 50px;
  background: url('../images/quote.jpg') no-repeat;
  background-size: 38px 30px;
  margin: 0;
}
#page-wrapper #page-content .entry-content .flexslider .slide-caption {
  background: rgba(8, 78, 147, 0.9);
  padding: 20px;
  color: #ffffff;
}
#page-wrapper #page-content .entry-content .flexslider .slide-caption a {
  color: #ffc526 !important;
}
#page-wrapper #page-content .entry-content .flexslider .slide-caption p {
  margin: 0 !important;
}
#page-wrapper #page-content .entry-content #breadcrumbs {
  list-style: none;
  margin: 0 0 10px 0;
  overflow: hidden;
}
#page-wrapper #page-content .entry-content #breadcrumbs li {
  float: left;
  margin-right: 15px;
}
#page-wrapper #page-content .entry-content #breadcrumbs .separator {
  font-weight: 700;
  font-size: 20px;
  color: #999;
}
#page-wrapper #page-content .article-wrapper {
  margin-bottom: 40px;
  background: url('../images/homepage-hr.jpg') repeat-x;
  background-position: 0 42px;
}
#page-wrapper #page-content .article-wrapper .meta-block {
  background: #084e93;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px;
  text-align: center;
  color: #ffffff;
}
#page-wrapper #page-content .article-wrapper .meta-block .icon {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  width: 20px;
  height: 20px;
  background-position: -211px 1px;
  margin: 10px auto 0 auto;
}
#page-wrapper #page-content .article-wrapper .meta-block span {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  font-size: 0.75rem !important;
}
#page-wrapper #page-content .article-wrapper article {
  border: 1px solid #d2d2d2;
  background: #ffffff;
}
#page-wrapper #page-content .article-wrapper article h2 a {
  color: #333333;
}
#page-wrapper #page-content .article-wrapper article h2 a:hover {
  color: #084e93;
}
#page-wrapper #page-content .article-wrapper article .entry-content {
  padding: 0 5%;
}
#page-wrapper #page-content .article-wrapper article .entry-content p {
  padding: 10px 0;
}
#page-wrapper #page-content .article-wrapper article .entry-content .wp-caption-text {
  padding: 0 10px;
}
#page-wrapper #page-content .article-wrapper article .entry-content .wp-caption {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#page-wrapper #page-content .article-wrapper article .entry-content .wp-caption img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#page-wrapper #page-content #search-documents {
  padding: 20px 30px;
  border: 1px solid #d2d2d2;
  margin-bottom: 50px;
}
#page-wrapper #page-content #search-documents h3 {
  margin: 0;
}
#page-wrapper #page-content #search-documents h4 {
  border-bottom: 1px solid #d2d2d2;
}
#page-wrapper #page-content #search-documents .select-all {
  text-align: right;
  margin-top: -50px;
}
#page-wrapper #page-content #search-documents .scrollable-checkboxes {
  height: 286px;
  overflow: scroll;
}
#page-wrapper #page-content #search-documents input[type="text"] {
  width: 100%;
  height: 40px;
  box-shadow: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #d2d2d2;
  padding: 0 20px;
}
#page-wrapper #page-content #search-documents select {
  width: 280px;
  height: 40px;
  border-radius: 0 !important;
  margin-bottom: 15px;
}
#page-wrapper #page-content #search-documents input[type="button"] {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-bottom: 0;
  padding: 10px 15px;
}
#page-wrapper #page-content #ajax-loader {
  min-height: 200px;
  text-align: center;
  margin-top: 100px;
}
#page-wrapper #page-content .documents-wrapper {
  margin-bottom: 60px;
}
#page-wrapper #page-content .documents-wrapper .no-documents-found {
  font-style: italic;
  font-weight: 600;
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-size: 20px;
}
#page-wrapper #page-content .documents-wrapper .document {
  width: 100%;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#page-wrapper #page-content .documents-wrapper .document .meta {
  padding: 20px 15px 40px 15px;
  border-bottom: 1px solid #d2d2d2;
}
#page-wrapper #page-content .documents-wrapper .document .meta .calendar-icon {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  background-position: -34px -109px;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
}
#page-wrapper #page-content .documents-wrapper .document .meta h5 {
  float: left;
  margin-top: 0;
}
#page-wrapper #page-content .documents-wrapper .document .main {
  padding: 20px 15px;
}
#page-wrapper #page-content .documents-wrapper .document .main .title {
  font-size: 1.3rem !important;
  padding-bottom: 10px;
  text-decoration: none;
}
#page-wrapper #page-content .documents-wrapper .document .main .title:hover {
  text-decoration: underline;
}
#page-wrapper #page-content .documents-wrapper .document .caption {
  border-top: 1px solid #d2d2d2;
  padding: 0 15px;
}
#page-wrapper #page-content .documents-wrapper .document .caption h5 {
  margin-bottom: 0;
}
#page-wrapper #page-content .documents-wrapper .document .caption p {
  margin-top: 0;
}
#page-wrapper #page-content img {
  max-width: 100%;
  height: auto;
}
#page-wrapper .page-navigation {
  margin-top: 0;
  text-align: center;
}
#page-wrapper .page-navigation .posts-per-page {
  font-family: "museo", Cambria, Times New Roman, Times, serif;
  font-size: 0.9rem;
}
#page-wrapper .page-navigation .pagination {
  font-weight: 700;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  padding-top: 6px;
}
#page-wrapper .page-navigation .pagination ul {
  margin: 15px auto 0 auto;
  width: 180px;
}
#page-wrapper .page-navigation .pagination ul li {
  float: left;
}
#page-wrapper .page-navigation .pagination ul li .next-arrow {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  background-position: -143px 0;
  width: 10px;
  height: 16px;
  margin-top: 4px;
}
#page-wrapper .page-navigation .pagination ul li .previous-arrow {
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  background-position: -157px 0;
  width: 10px;
  height: 16px;
  margin-top: 4px;
}
#page-wrapper .page-navigation .pagination .current {
  border: 1px solid #d2d2d2;
  padding: 5px 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 300;
}
.rss_section {
  zoom: 1 !important;
  margin-bottom: 40px;
  background: url('../images/homepage-hr.jpg') repeat-x;
  background-position: 0 42px;
  height: auto !important;
  padding: 1px;
}
.rss_section .summary {
  background: #ffffff;
  margin-left: 20%;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
}
.rss_section .summary:before,
.rss_section .summary:after {
  content: "" !important;
  display: table !important;
}
.rss_section .summary:after {
  clear: both !important;
}
.rss_section .summary h3 {
  margin: 0 0 15px 0 !important;
  line-height: 30px !important;
  font-family: "museo", Cambria, Times New Roman, Times, serif !important;
  text-transform: capitalize;
}
.rss_section .summary .pubdate {
  position: absolute;
  width: 17%;
  padding: 15px;
  background-color: #084e93;
  left: 0;
  color: #ffffff !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: -75px !important;
  text-align: center;
}
.rss_section .summary img {
  margin: 0 20px 20px 0;
  float: left;
  display: block;
}
.rss_section:before,
.rss_section:after {
  content: "" !important;
  display: table !important;
}
.rss_section:after {
  clear: both !important;
}
#mediacat-library-search-details {
  border-top: 8px solid #084e93;
  background: #d3d3d3;
  padding: 0 30px;
}
#mediacat-library-search-form {
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#mediacat-library-search-form legend {
  border-bottom: 1px solid;
  width: 100%;
  margin-bottom: 20px;
}
#mediacat-library-search-form #mediacat-library-keyword {
  margin-top: 0 !important;
}
#mediacat-library-search-form .col {
  width: 30% !important;
}
.sidebar #searchform {
  height: 36px;
}
.sidebar .sidebar-search-bar input[type="text"] {
  border: 1px solid #d2d2d2;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 36px;
  background: none;
  float: left;
  padding: 0 30px 0 15px;
}
.sidebar .sidebar-search-bar #searchsubmit {
  border: none;
  float: right;
  right: 10px;
  width: 20px;
  height: 40px;
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
  cursor: pointer;
  background-position: -182px -23px;
  text-indent: 24px;
  position: absolute;
}
.sidebar .sidebar-search-bar input[type="submit"] {
  padding: 0 !important;
}
.sidebar .other-sidebar-forms label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.sidebar .other-sidebar-forms input[type="text"],
.sidebar .other-sidebar-forms input[type="email"] {
  border: 1px solid #d2d2d2;
  box-shadow: none;
  width: 100%;
  height: 36px;
  background: none;
  float: left;
  padding: 0 30px 0 15px;
  margin-bottom: 15px;
}
.sidebar .other-sidebar-forms input[type="submit"] {
  background: #ffc526;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 3px solid #bf8c00;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 25px;
}
.sidebar .widget-wrapper {
  margin: 30px 0 40px 0;
}
.sidebar h3 {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0;
}
.sidebar #page-nav ul {
  margin: 0;
}
.sidebar #page-nav ul .plus {
  background: url('../images/plus.png') no-repeat right top;
  background-size: 11px 10px;
}
.sidebar #page-nav ul .minus {
  background: url('../images/minus.png') no-repeat right top;
  background-size: 11px 10px;
}
.sidebar #page-nav ul .arrow {
  background: url('../images/inactive-arrow.png') no-repeat right top;
  background-size: 9px 13px;
}
.sidebar #page-nav ul .arrow:hover {
  background: url('../images/active-arrow.png') no-repeat right top;
  background-size: 7.5px 13.5px;
}
.sidebar #page-nav ul li {
  width: 100%;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 20px;
  line-height: 15px;
}
.sidebar #page-nav ul li a {
  color: #333333;
  text-decoration: none;
}
.sidebar #page-nav ul li a:hover {
  color: #084e93;
}
.sidebar #page-nav ul li ul {
  margin-top: 30px;
  display: none;
}
.sidebar #page-nav ul li ul li {
  padding: 0 30px 8px 0 !important;
  border-bottom: none !important;
  margin-top: 8px;
}
.sidebar #page-nav ul li ul li a {
  font-size: 14px !important;
  width: 100%;
}
.sidebar #page-nav ul li ul li ul {
  display: none;
}
video,
object {
  max-width: 100%;
  height: auto;
}
.widgettitle {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  font-weight: 300;
}
/******************************************************************
09. 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 {
  color: #f01d4f;
  text-decoration: underline;
}
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  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 */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */

}
#comment-nav ul {
  list-style-type: none;
}
#comment-nav ul li {
  display: inline-block;
}
.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 .comment article {
  padding: 25px;
}
.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 */
.wp-caption {
  max-width: 100%;
  background: #ebebeb;
  padding: 5px;
  /* images inside wp-caption */

}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.sticky {
  background: #ffffff;
}
.gallery-caption {
  background: #ffffff;
}
.bypostauthor {
  background: #ffffff;
}
/******************************************************************
11. 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;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */

}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #333333;
  min-height: 220px;
}
.footer .inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.footer p {
  color: #999999;
  line-height: 18px;
  font-size: 0.8rem;
}
.footer .footer-header {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 700;
  font-family: "proxima-nova-alt-condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  color: #ffffff !important;
}
.footer .about,
.footer .copyright {
  padding-right: 30px;
}
.footer .footer-social-media {
  width: 165px;
}
.footer .footer-social-media .footer-icon {
  background-color: #525252;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 9px;
  width: 36px;
  height: 36px;
  float: left;
  margin: 0 5px 5px 0;
}
.footer .footer-social-media .facebook,
.footer .footer-social-media .twitter,
.footer .footer-social-media .instagram,
.footer .footer-social-media .google,
.footer .footer-social-media .youtube,
.footer .footer-social-media .linkedin,
.footer .footer-social-media .rss {
  width: 20px;
  height: 20px;
  background: url('../images/sprites.png') no-repeat;
  background-size: 260px 360px;
}
.footer .footer-social-media .facebook {
  background-position: 4px -69px;
}
.footer .footer-social-media .twitter {
  background-position: -23px -69px;
}
.footer .footer-social-media .instagram {
  background-position: -53px -69px;
}
.footer .footer-social-media .google {
  background-position: -88px -69px;
}
.footer .footer-social-media .youtube {
  background-position: -115px -69px;
}
.footer .footer-social-media .linkedin {
  background-position: -145px -69px;
}
.footer .footer-social-media .rss {
  background-position: -175px -70px;
}
.footer .to-top {
  padding: 20px 25px;
  background: #666666;
  color: #ffffff;
  bottom: 0;
  float: right;
  text-align: center;
  line-height: 13px;
  cursor: pointer;
}
.hide {
  display: none;
}
table.widefat {
  margin-top: 25px;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
}
table.widefat > tbody > tr > td,
table.widefat > tbody > tr > th,
table.widefat > tfoot > tr > td,
table.widefat > tfoot > tr > th,
table.widefat > thead > tr > td,
table.widefat > thead > tr > th {
  border: 1px solid #ddd;
}
table.widefat > tbody > tr > td,
table.widefat > tbody > tr > th,
table.widefat > tfoot > tr > td,
table.widefat > tfoot > tr > th,
table.widefat > thead > tr > td,
table.widefat > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table.widefat > thead > tr > th {
  border-bottom-width: 2px;
}
/*
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: 460px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 460px and Up Stylesheet
  
  ******************************************************************/
  #mobile-nav-dropdown {
    width: 320px;
  }
  #mobile-nav-dropdown input[type="text"] {
    width: 290px;
  }
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  .map-info-block {
    left: 20% !important;
    right: 20% !important;
  }
}
@media only screen and (min-width: 535px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 535px and Up Stylesheet
  
  ******************************************************************/
  .map-info-block {
    left: 30% !important;
    right: 30% !important;
  }
  .page-navigation {
    text-align: left !important;
  }
  .pagination {
    margin-top: -28px;
  }
  .pagination ul {
    margin: 0 !important;
    float: right;
  }
  #search {
    display: block !important;
    float: right;
    padding: 25px 25px 10px 25px;
    height: 80px;
    cursor: pointer;
    border-left: 1px solid #d2d2d2;
  }
  #search .search-icon {
    background: url('../images/sprites.png') no-repeat;
    background-size: 260px 360px;
    width: 30px;
    height: 40px;
    background-position: -100px 0;
  }
  #search-dropdown {
    box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
    clear: both;
  }
  #search-dropdown .inner {
    padding: 15px 0;
  }
  #search-dropdown .close {
    cursor: pointer;
    float: left;
    margin: 15px 30px 15px 20px;
    background: url('../images/sprites.png') no-repeat;
    background-size: 260px 360px;
    background-position: -107px -109px;
    width: 33px;
    height: 33px;
  }
  #search-dropdown input[type="text"] {
    float: left;
    background: none;
    padding: 5px 0;
    font-size: 40px;
    border-left: 1px solid #d2d2d2;
    border-right: none;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
    font-weight: 300;
    padding-left: 30px;
  }
  .callout .c-title {
    font-size: 1.6rem !important;
  }
  .alert .text {
    font-size: 1.6rem !important;
  }
}
/*
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.less 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://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.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .sidebar-content-width {
    width: 72.745856%;
  }
  .sidebar-width {
    width: 24.491713%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol,
  .sidebar-content-width,
  .sidebar-width {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .inner {
    padding: 30px 60px;
  }
  /*********************
  CONTENT STYLES
  *********************/
  #homepage-slideshow {
    height: 310px;
  }
  #homepage-slideshow .flexslider .text-slide .title {
    font-size: 30px !important;
    padding: 40px 15% !important;
    line-height: 30px;
  }
  #homepage-slideshow .flexslider .text-slide p {
    font-size: 20px !important;
  }
  #homepage-slideshow .flexslider .image-slide img {
    float: left !important;
    margin: 0 20px 0 0 !important;
  }
  #homepage-slideshow .flexslider .image-slide h1 {
    margin: 15px 0 !important;
    max-width: 100% !important;
    padding: 0 80px;
    font-size: 30px;
  }
  #homepage-slideshow .flexslider .image-slide p {
    margin: 0;
    max-width: 100% !important;
    padding: 0 80px !important;
  }
  #map {
    padding-bottom: 0 !important;
  }
  #map .map-info-block {
    right: 15% !important;
    left: 64% !important;
    margin-top: 40px !important;
  }
  #rss .two img {
    display: block !important;
  }
  #page-wrapper #page-content .entry-content .flexslider .slide-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 300;
  }
  #page-wrapper .page-navigation .posts-per-page {
    font-weight: 600;
    font-size: 1rem;
  }
  blockquote {
    font-size: 1.4rem !important;
    background-size: 48px 40px !important;
    margin: 0 8% !important;
    padding-left: 70px !important;
  }
  /*********************
  SIDEBARS & WIDGETS
  *********************/
  input:focus {
    outline: none;
  }
  /*********************
  FOOTER STYLES
  *********************/
  .footer .copyright {
    float: left;
    width: 280px;
    margin-right: 50px;
  }
  .footer .about {
    float: left;
    width: 280px;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 930px) {
  header .upper-header {
    display: block !important;
    border-bottom: 1px solid #d2d2d2;
  }
  header .upper-header .link-group {
    float: right;
  }
  header .upper-header .link-group ul {
    margin: 0;
    float: left;
  }
  header .upper-header .link-group ul li {
    float: left;
  }
  header .upper-header .link-group ul li a {
    text-size: 10px;
  }
  header .upper-header .link-group .small-links li {
    padding: 10px 10px;
  }
  header .upper-header .link-group .small-links li a {
    font-size: 12px;
    text-decoration: none;
    color: #333333;
  }
  header .upper-header .link-group .small-links li a:hover {
    color: #084e93;
  }
  header .upper-header .link-group #social-media li {
    border-left: 1px solid #d2d2d2;
    padding: 15px 20px;
  }
  header .upper-header .link-group #social-media li .twitter {
    background: url('../images/sprites.png') no-repeat;
    background-size: 260px 360px;
    width: 18px;
    height: 18px;
    background-position: 0 0;
  }
  header .upper-header .link-group #social-media li .facebook {
    background: url('../images/sprites.png') no-repeat;
    background-size: 260px 360px;
    width: 18px;
    height: 18px;
    background-position: -25px 0;
  }
  header .upper-header .link-group #social-media li .google {
    background: url('../images/sprites.png') no-repeat;
    background-size: 260px 360px;
    width: 18px;
    height: 18px;
    background-position: -50px 0;
  }
  header .upper-header .link-group #social-media li .rss {
    background: url('../images/sprites.png') no-repeat;
    background-size: 260px 360px;
    width: 18px;
    height: 18px;
    background-position: -76px 0;
  }
  header .upper-header .link-group #social-media li:last-child {
    padding-right: 0;
  }
  header .lower-header #logo,
  header .lower-header #search {
    height: 100px;
  }
  header .lower-header #logo {
    padding: 0 30px;
  }
  header .lower-header #search {
    padding: 35px 40px 20px 40px;
  }
  header .lower-header #mobile-nav-button {
    display: none;
  }
  header .lower-header .nav {
    display: block !important;
    float: left;
    width: 60%;
    height: 100px;
    border-left: 1px solid #d2d2d2;
  }
  header .lower-header .nav ul {
    margin: 0 !important;
    width: 100%;
    float: right;
    /* end .menu ul li */
  
  }
  header .lower-header .nav ul li {
    position: relative;
    padding: 28px 0.5% 0 0.5%;
    float: left;
    min-height: 100%;
    /* close ul.sub-menu, ul.children */
  
  }
  header .lower-header .nav ul li a {
    border-bottom: 0;
    background: none;
    color: #333333;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  header .lower-header .nav ul li a:hover,
  header .lower-header .nav ul li a:focus {
    background: #ffffff;
    color: #084e93;
  }
  header .lower-header .nav ul li:hover,
  header .lower-header .nav ul li:focus {
    border-top: 5px solid #ffc526;
  }
  header .lower-header .nav ul li:hover a,
  header .lower-header .nav ul li:focus a {
    margin-top: -5px;
  }
  header .lower-header .nav ul li ul.sub-menu,
  header .lower-header .nav ul li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    border-top: 5px solid #ffc526;
    width: 180px !important;
    left: 0;
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  header .lower-header .nav ul li ul.sub-menu li,
  header .lower-header .nav ul li ul.children li {
    padding: 8px 0 0 0 !important;
    margin: 0;
  }
  header .lower-header .nav ul li ul.sub-menu li a,
  header .lower-header .nav ul li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  header .lower-header .nav ul li ul.sub-menu li:last-child a,
  header .lower-header .nav ul li ul.children li:last-child a {
    border-bottom: 0;
  }
  header .lower-header .nav ul li ul.sub-menu li ul.sub-menu,
  header .lower-header .nav ul li ul.children li ul.sub-menu {
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    border-top: 5px solid #ffc526;
    left: 180px;
    top: 0;
    margin-top: 0 !important;
    visibility: hidden;
  }
  header .lower-header .nav ul li ul.sub-menu li:hover,
  header .lower-header .nav ul li ul.children li:hover,
  header .lower-header .nav ul li ul.sub-menu li:focus,
  header .lower-header .nav ul li ul.children li:focus {
    border-top: none !important;
  }
  header .lower-header .nav ul li ul.sub-menu li:hover a,
  header .lower-header .nav ul li ul.children li:hover a,
  header .lower-header .nav ul li ul.sub-menu li:focus a,
  header .lower-header .nav ul li ul.children li:focus a {
    margin-top: -5px !important;
  }
  header .lower-header .nav ul li ul.sub-menu li:hover ul.sub-menu,
  header .lower-header .nav ul li ul.children li:hover ul.sub-menu,
  header .lower-header .nav ul li ul.sub-menu li:focus ul.sub-menu,
  header .lower-header .nav ul li ul.children li:focus ul.sub-menu {
    visibility: visible !important;
  }
  header .lower-header .nav ul li ul.sub-menu li.current-menu-item a,
  header .lower-header .nav ul li ul.children li.current-menu-item a,
  header .lower-header .nav ul li ul.sub-menu li.current_page_item a,
  header .lower-header .nav ul li ul.children li.current_page_item a,
  header .lower-header .nav ul li ul.sub-menu li.current_page_ancestor a,
  header .lower-header .nav ul li ul.children li.current_page_ancestor a {
    margin-top: -5px;
  }
  header .lower-header .nav ul li:hover ul.sub-menu,
  header .lower-header .nav ul li:hover ul.children {
    visibility: visible;
  }
  header .lower-header .nav ul li:hover ul.sub-menu li ul.sub-menu,
  header .lower-header .nav ul li:hover ul.children li ul.sub-menu {
    visibility: hidden;
  }
  .close {
    margin: 15px 30px 15px 0 !important;
  }
  #mobile-nav-dropdown {
    display: none;
  }
  .documents-wrapper .document {
    width: 100%;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .documents-wrapper .document .meta,
  .documents-wrapper .document .main {
    float: left;
  }
  .documents-wrapper .document .meta {
    padding-bottom: 0 !important;
    padding-top: 30px !important;
    height: 114px;
    border-right: 1px solid #d2d2d2;
  }
  .documents-wrapper .document .meta .calendar-icon {
    float: none !important;
    margin: 0 auto !important;
    position: relative;
  }
  .documents-wrapper .document .meta h5 {
    float: none !important;
    text-align: center !important;
  }
  .documents-wrapper .document .main {
    padding: 20px 15px;
  }
  .documents-wrapper .document .main .title {
    font-size: 1.3rem !important;
    padding-bottom: 10px;
    text-decoration: none;
  }
  .documents-wrapper .document .main .title:hover {
    text-decoration: underline;
  }
  .documents-wrapper .document .caption {
    clear: both;
  }
  .page-full {
    padding-left: 12%;
    padding-right: 12%;
  }
}
/*
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: 1024px) {
  /******************************************************************
  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. 
  
  ******************************************************************/
  .inner {
    width: 980px;
    padding: 30px 0;
  }
  header {
    padding: 0;
  }
  header .inner-header {
    width: 980px !important;
    margin: 0 auto;
  }
  header .lower-header #logo {
    padding-left: 0 !important;
  }
  header .lower-header #search {
    padding-right: 0 !important;
  }
  .page-navigation .posts-per-page {
    font-size: 1.5rem !important;
  }
  .text-widget {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    padding: 0 !important;
    clear: none !important;
  }
  .first {
    margin-left: 0 !important;
  }
  .footer .footer-social-media {
    float: left;
  }
  .footer .to-top {
    margin-top: 125px;
  }
}
/*
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.
  
  ******************************************************************/
  .inner {
    width: 1180px;
  }
  header .inner-header {
    width: 1180px !important;
  }
  header .nav {
    padding-left: 50px;
    width: 70% !important;
  }
  header .nav li {
    padding: 28px 2% 0 2% !important;
  }
  header .nav li ul li {
    padding-top: 8px !important;
  }
  .image-slide h1 {
    font-size: 2.3rem !important;
  }
  .image-slide p {
    font-size: 24px;
  }
  .documents-wrapper .meta {
    border-bottom: 0 !important;
  }
  .documents-wrapper .main {
    width: 470px;
    padding-bottom: 0 !important;
  }
  .documents-wrapper .caption {
    float: right !important;
    clear: none !important;
    border-left: 1px solid #d2d2d2;
    border-top: none !important;
    height: 114px;
    width: 236px;
  }
}
/*
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.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/*
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;
  }
  #logo {
    display: inline-block;
  }
  .add-panel,
  .tablet-hidden,
  .tablet-clear-both,
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  .post-img .video,
  .logo,
  .scrollitem,
  .heading,
  .btn-more,
  .btn-play,
  .flexslider,
  footer,
  .wp-caption,
  aside,
  nav {
    display: none;
  }
}
