<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 &amp; 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 &amp; 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: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
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;
}
/*********************
CLEARFIXIN'
*********************/
.clearfix,
.cf {
  zoom: 1;
}
.clearfix:before,
.cf:before,
.clearfix:after,
.cf:after {
  content: "";
  display: table;
}
.clearfix:after,
.cf:after {
  clear: both;
}
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
DEFAULTS
*********************/
.mobile {
  display: none;
}
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
/*********************
COLORS
*********************/
/*********************
SHADOWS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*declare in body*/
/*overrides*/
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-awesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  display: inline-block;
  padding: 12px 14px 11px;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  border: 1px solid #46833d;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn:after {
  content: '\f054';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 8px;
}
.btn:hover {
  color: #ffffff;
  border-color: #46833d;
  background-color: #46833d;
}
.icon-sprite {
  background: url(../images/icon-sprite.png) no-repeat;
}
/*********************
ZINDEX
*********************/
/*********************
BORDER RADIUS
*********************/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/******************************************************************
Stylesheet: Grid Stylesheet
******************************************************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='col-'] {
  float: left;
  margin-bottom: 32px;
  padding-right: 32px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-1-1 {
  width: 99.99%;
  margin-bottom: 0;
  padding-right: 0;
}
.col-1-2,
.col-2-4 {
  width: 50.00%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25.00%;
}
.col-3-4 {
  width: 75.00%;
}
.right {
  float: right;
}
.tight {
  margin: 0;
  padding: 0;
}
/******************************************************************
Site Name: XTheme
Author: Upanup Studios
Stylesheet: Main Stylesheet for Base State
******************************************************************/
/* GLOBALS */
body {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4em;
  color: #515151;
  background: #ffffff url(../images/bg-body.jpg) no-repeat fixed top;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: #46833d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #e1ab24;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 24px;
}
h1 {
  line-height: 28px;
}
h4 {
  margin-bottom: 24px;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  color: #46833d;
}
.alignright {
  float: right;
  margin-left: 26px;
}
.alignleft {
  float: left;
  margin-right: 26px;
}
.aligncenter {
  margin: 0 auto;
}
.alignnone {
  display: inline-block;
}
p {
  margin-top: 0;
  margin-bottom: 24px;
}
.entry-content ul {
  margin-bottom: 24px;
}
.entry-content ul li {
  margin-left: 32px;
  list-style: disc;
}
.entry-content ol {
  margin-bottom: 24px;
}
.entry-content ol li {
  margin-left: 32px;
  list-style: decimal;
}
input {
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mobile {
  display: none;
}
.hide {
  color: transparent;
  height: 28px!important;
}
.border {
  border-bottom: 2px solid #46833d;
}
.logo-small {
  max-width: 68px;
}
.shrink-header {
  min-height: 109px!important;
}
.header-bg {
  background-color: rgba(255, 255, 255, 0.95) !important;
}
/* HEADER */
.header {
  position: fixed;
  z-index: 1000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header #inner-header {
  background-color: rgba(255, 255, 255, 0.95);
}
.header #logo {
  display: inline-block;
  margin: 0;
}
.header #logo img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 68px;
}
.header .header-menu-tools,
.header .header-logo {
  margin-bottom: 0;
  padding-top: 12px;
}
.header .header-logo {
  padding-left: 32px;
  padding-bottom: 16px;
}
.header #menu-main-menu {
  margin: 16px 0 0;
  padding: 0;
}
.header #menu-main-menu &gt; li {
  float: left;
  width: 16.667%;
  text-align: center;
  position: relative;
}
.header #menu-main-menu &gt; li &gt; a {
  display: block;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
  color: #515151;
}
.header #menu-main-menu &gt; li.current-page-ancestor &gt; a,
.header #menu-main-menu &gt; li.current-menu-item &gt; a {
  color: #e1ab24;
}
.header #menu-main-menu &gt; li:hover &gt; a {
  color: #e1ab24;
}
.header #menu-main-menu &gt; li:hover &gt; .sub-menu {
  display: block;
}
.header #menu-main-menu .sub-menu {
  position: absolute;
  z-index: 1000;
  top: 46px;
  left: 50%;
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0;
  margin-left: -100px;
  min-width: 200px;
  text-align: left;
  border: 2px solid #e1ab24;
  background: #ffffff;
}
.header #menu-main-menu .sub-menu:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-top: 2px solid #e1ab24;
  border-left: 2px solid #e1ab24;
  -ms-transform: rotate(45deg);
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */

  transform: rotate(45deg);
}
.header #menu-main-menu .sub-menu li a {
  display: block;
  padding: 8px 24px;
  line-height: 1em;
  font-weight: 400;
  color: #515151;
}
.header #menu-main-menu .sub-menu li a:hover {
  color: #e1ab24;
}
/* NAVIGATION */
.top-menu {
  display: inline-block;
  height: 72px;
  padding-right: 32px;
  font-size: 18px;
  float: right;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-menu .top-menu-inner {
  float: right;
  width: 50%;
}
.top-menu .top-menu-inner .top-links {
  display: inline-block;
  float: right;
}
.top-menu .top-menu-inner .top-links .fa-search {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-menu .top-menu-inner .top-links .fa-search:hover {
  color: #e1ab24;
}
.top-menu .top-menu-inner .top-links a {
  color: #515151;
}
.top-menu .top-menu-inner .top-links a:hover {
  color: #e1ab24;
}
.top-menu .top-menu-inner .top-links .fa {
  font-size: 18px;
}
.top-menu .top-menu-inner .top-links .pipe {
  display: inline-block;
  width: 24px;
  text-align: center;
}
.top-menu .top-menu-inner .search-field {
  display: inline-block;
  width: 70%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.top-menu .top-menu-inner .search-field .google-wrap {
  display: inline-block;
  width: 100%;
}
.top-menu .top-menu-inner .search-field .google-wrap * {
  border: none!important;
}
.top-menu .top-menu-inner .search-field .google-wrap *:hover {
  border: none!important;
}
.top-menu .top-menu-inner .search-field .google-wrap *:focus {
  border: none!important;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-control-cse {
  padding: 0;
  background: none;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-control-cse .gsc-control-wrapper-cse form {
  margin: 0;
  padding: 0;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-control-cse .gsc-control-wrapper-cse form input[type="text"] {
  background: none!important;
  padding: 4px 8px!important;
  height: auto!important;
  margin: 0!important;
  float: right;
  width: 100%;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-control-cse .gsc-control-wrapper-cse form table {
  margin: 0;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-control-cse .gsc-control-wrapper-cse form table td {
  padding: 0;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-control-cse .gsc-control-wrapper-cse form table .gsc-input-box {
  background: none;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-control-cse .gsc-control-wrapper-cse form table .gsc-search-button {
  display: none;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-results-wrapper-overlay {
  width: 75%;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-results-wrapper-overlay .gs-webResult.gs-result .gs-visibleUrl {
  color: #46833d !important;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-results-wrapper-overlay .gsc-table-result {
  margin-left: 16px;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-results-wrapper-overlay .gs-title {
  transition: none;
}
.top-menu .top-menu-inner .search-field .google-wrap .gsc-results-wrapper-overlay .gcsc-branding {
  display: none!important;
}
.parent-sidebar-menu {
  margin: 0;
  padding: 0;
  background-color: #ddeac9;
}
.parent-sidebar-menu li {
  margin: 0;
  padding: 0;
}
.parent-sidebar-menu li a {
  display: block;
  min-height: 48px;
  padding: 13px 32px;
  font-size: 18px;
  font-weight: 900;
  color: #515151;
  border-bottom: 1px solid #d9d9d9;
}
.parent-sidebar-menu li a:hover {
  color: #ffffff;
  background-color: #46833d !important;
}
.parent-sidebar-menu li.current_page_item &gt; a {
  position: relative;
  color: #ffffff;
  font-weight: 700;
  background-color: #46833d !important;
}
.parent-sidebar-menu li.current_page_item &gt; a:after {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -ms-transform: rotate(45deg);
  /* IE 9 */

  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */

  transform: rotate(45deg);
}
.parent-sidebar-menu li ul {
  margin: 0;
  padding: 0;
}
.parent-sidebar-menu li ul li a {
  font-size: 15px;
  font-weight: 300;
}
.parent-sidebar-menu li ul li.has_children {
  background-color: #ffffff;
}
.parent-sidebar-menu li ul li.has_children &gt; a {
  background-color: #ddeac9;
}
.parent-sidebar-menu li ul li.has_children &gt; a:before {
  content: '\f067';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 6px;
  font-size: 15px;
}
.parent-sidebar-menu li ul li ul li a {
  padding-left: 64px;
}
.parent-sidebar-menu li ul li ul li ul li a {
  padding-left: 96px;
}
.parent-sidebar-menu .children {
  display: none;
}
.parent-sidebar-menu .current_page_item .children {
  display: block;
}
/* HOMEPAGE */
.home {
  background-image: none;
}
.home header {
  background-color: rgba(255, 255, 255, 0.93);
}
.home header #inner-header {
  background: none;
  min-height: 152px;
}
.home .page-title {
  display: none;
}
.home .homepage-banner {
  padding-top: 152px;
  margin: 0 auto;
  position: relative;
}
.home .homepage-banner .slides {
  margin: 0;
  padding: 0;
}
.home .homepage-banner .slides .flex-control-nav {
  margin: 0;
}
.home .homepage-banner .slide-overlay {
  display: table;
  width: 100%;
  max-width: 448px;
  height: 444px;
  margin-left: 32px;
  padding: 0 32px;
  color: #ffffff;
  background-color: rgba(70, 131, 61, 0.9);
  position: relative;
}
.home .homepage-banner .slide-overlay .wrap {
  margin-top: 130px;
}
.home .homepage-banner .slide-overlay .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin-right: 24px;
}
.home .homepage-banner .slide-overlay .btn:hover {
  background: white;
  color: #46833d;
  border-color: #46833d;
}
.home .homepage-banner .slide-overlay .slide-title {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
}
.home .homepage-banner .slide-overlay .slide-desc {
  position: relative;
  margin-bottom: 24px;
  padding: 13px 32px 0 48px;
  min-height: 88px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 18px;
}
.home .homepage-banner .slide-overlay .slide-desc:before,
.home .homepage-banner .slide-overlay .slide-desc:after {
  position: absolute;
  top: 0;
  color: #e1ab24;
  font-size: 84px;
  font-weight: 300;
  line-height: 1em;
}
.home .homepage-banner .slide-overlay .slide-desc:before {
  content: '[';
  left: 16px;
}
.home .homepage-banner .slide-overlay .slide-desc:after {
  content: ']';
  right: 16px;
}
.home .homepage-banner .slide-image {
  position: absolute;
  top: -152px;
  z-index: -100;
  width: 100%;
  overflow: hidden;
}
.home .homepage-banner .slide-image img {
  max-width: none;
  margin-left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
.home .flex-control-nav {
  position: absolute;
  z-index: 100;
  top: 522px;
  left: 46px;
}
.home .flex-control-nav li {
  float: left;
  margin-left: 16px;
}
.home .flex-control-nav li a {
  display: inline-block;
  color: #e1ab24;
  padding: 2px 8px 1px;
  border: 1px solid #e1ab24;
  font-weight: bold;
}
.home .flex-control-nav li .flex-active {
  color: white;
  background: #e1ab24;
}
.home .homepage-quicklinks {
  background-color: rgba(255, 255, 255, 0.93);
  position: relative;
  z-index: 90;
  height: 274px;
}
.home .homepage-quicklinks .quicklinks {
  margin: 0;
  padding: 0;
}
.home .homepage-quicklinks .quicklinks .quicklinks-item {
  position: relative;
  margin: 0;
  padding: 64px 0;
}
.home .homepage-quicklinks .quicklinks .quicklinks-item:hover {
  cursor: pointer;
}
.home .homepage-quicklinks .quicklinks .quicklinks-item:hover .quicklink-default {
  opacity: 0;
}
.home .homepage-quicklinks .quicklinks .quicklinks-item:hover .quicklink-active {
  opacity: 1;
}
.home .homepage-quicklinks .quicklink-default {
  position: absolute;
  z-index: 100;
  top: 64px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home .homepage-quicklinks .quicklink-default .quicklink-icon {
  margin: 0 auto 40px;
  height: 96px;
}
.home .homepage-quicklinks .quicklink-active {
  position: relative;
  z-index: 200;
  opacity: 0;
  padding: 0 32px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.home .homepage-quicklinks .quicklink-active .quicklink-title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.home .homepage-quicklinks .quicklink-active .quicklink-desc {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
.home .homepage-quicklinks .quicklink-active .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.home .homepage-feature-1,
.home .homepage-feature-2 {
  padding: 0 32px;
}
.home .homepage-feature-1 &gt; .wrap,
.home .homepage-feature-2 &gt; .wrap {
  padding: 64px 64px 32px;
  float: left;
}
.home .homepage-feature-1 &gt; .wrap {
  border-bottom: 1px solid #46833d;
}
.home .homepage-feature-1 .homepage-feature {
  padding-left: 64px;
}
.home .homepage-feature-2 .homepage-feature {
  padding-right: 64px;
}
.home .homepage-feature-2 .homepage-feature-image img {
  width: 100%;
  border: none;
}
.home .homepage-pullquote {
  padding-right: 0;
}
.home .homepage-pullquote .slides {
  margin: 0;
}
.home .homepage-feature .feature-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
.home .homepage-feature .feature-intro {
  margin-bottom: 8px;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  color: #46833d;
}
.home .homepage-feature .feature-desc {
  margin-bottom: 20px;
}
/* INNER DEFAULT */
#content {
  margin-top: 152px;
  padding: 0 32px 0;
  background-color: #ffffff;
}
#content .related-pages li {
  list-style: none;
  margin-left: 0;
}
#content .slides {
  float: left;
  margin: 0 0 16px 0;
  width: 100%;
}
#content .slides .slide {
  position: relative;
  display: none;
}
#content .slides .slide .slide-caption {
  position: absolute;
  bottom: 6px;
  left: 0;
  color: #ffffff;
  width: 100%;
  font-size: 12px;
  font-weight: normal;
}
#content .slides .slide .slide-caption p {
  background: rgba(70, 131, 61, 0.9);
  padding: 8px 16px;
  margin: 0;
}
#content .page-title {
  font-weight: 900;
  text-transform: uppercase;
}
#content .intro {
  margin-bottom: 24px;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  color: #46833d;
}
#content form .ninja-forms-required-items {
  display: none;
}
#content form label {
  font-weight: normal;
}
#content form input,
#content form textarea {
  border: 1px solid #d9d9d9;
  padding: 8px;
}
#content form input[type="submit"] {
  padding: 12px 14px 11px;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  color: #515151;
}
#content form input[type="submit"]:after {
  content: '\f054';
  padding-left: 8px;
}
#content form input[type="submit"]:hover {
  color: #ffffff;
  border-color: #e1ab24;
  background-color: #e1ab24;
}
#content table {
  margin-bottom: 24px;
}
#content table thead th {
  padding: 5px 16px;
  color: #ffffff;
  background-color: #46833d;
}
#content table tbody tr:nth-child(even) {
  background-color: #ddeac9;
}
#content table td {
  padding: 5px 16px;
  text-align: center;
  border: 1px solid #ddeac9;
}
#content table td:first-of-type {
  border-left: 0;
}
#content table td:last-of-type {
  border-right: 0;
}
#content .accordions {
  margin-bottom: 24px;
  clear: both;
}
#content .accordions &gt; ul {
  margin: 0;
  padding: 0;
}
#content .accordions &gt; ul &gt; li {
  margin: 0;
  padding: 24px 0 0;
  border-bottom: 1px solid #d9d9d9;
  list-style: none;
  clear: both;
}
#content .accordions &gt; ul &gt; li .accordion-section-title {
  text-transform: uppercase;
  color: black;
  margin: 0;
  line-height: 64px;
}
#content .accordions &gt; ul &gt; li .section-content p:first-of-type {
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}
#content .accordions &gt; ul &gt; li .accordion-title {
  font-weight: 900;
  color: #000000;
  margin-bottom: 24px;
}
#content .accordions &gt; ul &gt; li .accordion-title:before {
  content: '\f067';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  padding-right: 4px;
  color: #46833d;
}
#content .accordions &gt; ul &gt; li .accordion-title:hover {
  cursor: pointer;
}
#content .accordions &gt; ul &gt; li .accordion-content {
  display: none;
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 20px 16px 10px;
  border-bottom: 1px solid #d9d9d9;
  float: left;
  width: 100%;
}
#content .wp-caption {
  position: relative;
  margin-bottom: 24px;
}
#content .wp-caption .wp-caption-text {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 96.3%;
  background: rgba(70, 131, 61, 0.9);
  color: white;
  margin: 0;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 16px;
}
#main {
  padding-right: 64px;
}
.page-template-default #inner-header,
.page-template-maps #inner-header,
.page-template-page--moth-cycle #inner-header {
  background: none;
}
.page-template-default #inner-content,
.page-template-maps #inner-content,
.page-template-page--moth-cycle #inner-content {
  padding-top: 48px;
}
.page-template-default .featured-image,
.page-template-maps .featured-image,
.page-template-page--moth-cycle .featured-image {
  position: relative;
  display: inline-block;
}
.page-template-default .featured-image .featured-caption,
.page-template-maps .featured-image .featured-caption,
.page-template-page--moth-cycle .featured-image .featured-caption {
  position: absolute;
  left: 0;
  bottom: 6px;
  color: #ffffff;
  background: rgba(70, 131, 61, 0.9);
  width: 100%;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.page-template-default .flexslider,
.page-template-maps .flexslider,
.page-template-page--moth-cycle .flexslider {
  position: relative;
}
.page-template-default .flexslider .flex-control-nav,
.page-template-maps .flexslider .flex-control-nav,
.page-template-page--moth-cycle .flexslider .flex-control-nav {
  display: none;
}
.page-template-default .flexslider .slide-nav,
.page-template-maps .flexslider .slide-nav,
.page-template-page--moth-cycle .flexslider .slide-nav {
  position: absolute;
  margin-top: 17.5%;
  z-index: 2;
  width: 100%;
}
.page-template-default .flexslider .slide-nav li,
.page-template-maps .flexslider .slide-nav li,
.page-template-page--moth-cycle .flexslider .slide-nav li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #46833d;
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-default .flexslider .slide-nav li .inner-border,
.page-template-maps .flexslider .slide-nav li .inner-border,
.page-template-page--moth-cycle .flexslider .slide-nav li .inner-border {
  border-radius: 50px;
  border: 1px solid #46833d;
  width: 34px;
  height: 34px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-template-default .flexslider .slide-nav li .inner-border:hover,
.page-template-maps .flexslider .slide-nav li .inner-border:hover,
.page-template-page--moth-cycle .flexslider .slide-nav li .inner-border:hover {
  background: #46833d;
}
.page-template-default .flexslider .slide-nav li .inner-border:hover .fa,
.page-template-maps .flexslider .slide-nav li .inner-border:hover .fa,
.page-template-page--moth-cycle .flexslider .slide-nav li .inner-border:hover .fa {
  color: white;
}
.page-template-default .flexslider .slide-nav li .fa,
.page-template-maps .flexslider .slide-nav li .fa,
.page-template-page--moth-cycle .flexslider .slide-nav li .fa {
  font-size: 38px;
  position: relative;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.page-template-default .flexslider .slide-nav .flex-prev,
.page-template-maps .flexslider .slide-nav .flex-prev,
.page-template-page--moth-cycle .flexslider .slide-nav .flex-prev {
  left: -20px;
}
.page-template-default .flexslider .slide-nav .flex-next,
.page-template-maps .flexslider .slide-nav .flex-next,
.page-template-page--moth-cycle .flexslider .slide-nav .flex-next {
  float: right;
  right: -20px;
}
/* LANDING PAGES */
.tile-wrap .tile {
  margin-bottom: 16px;
}
.tile-wrap .tile:last-of-type {
  padding-right: 32px;
}
.tile-wrap .tile p,
.tile-wrap .tile h4 {
  margin-bottom: 16px;
  font-size: 14px;
}
.tile-wrap .tile h4 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tile-wrap .tile h4:hover {
  color: #e1ab24;
}
.tile-wrap .tile a {
  display: inline-block;
}
.tile-wrap .tile a img {
  width: 100%;
  max-width: 216px;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tile-wrap .tile a img:hover {
  transform: scale(1.05);
}
.tile-wrap .tile p {
  height: 128px;
}
/* GIS MAPS */
.tall-map {
  height: 410px;
}
.page-template-maps .bugmaps iframe {
  width: 100%;
  height: 304px;
  margin-bottom: 16px;
}
.page-id-468 .codling {
  display: none;
}
.page-id-72 .clearwing {
  display: none;
}
/* SIDEBAR */
#sidebar1 {
  padding-right: 64px;
  padding-left: 64px;
}
#sidebar1 .sidebar-quote {
  position: relative;
  padding: 0 32px;
  font-size: 15px;
  line-height: 19px;
  margin-top: 64px;
}
#sidebar1 .sidebar-quote:before,
#sidebar1 .sidebar-quote:after {
  position: absolute;
  top: 24px;
  color: #e1ab24;
  font-size: 80px;
}
#sidebar1 .sidebar-quote:before {
  content: '[';
  left: -6px;
}
#sidebar1 .sidebar-quote:after {
  content: ']';
  right: -6px;
}
#sidebar1 .fa-angle-down,
#sidebar1 .fa-angle-up {
  display: none;
}
/* FOOTER */
.footer {
  color: #ffffff;
  background-color: #515151;
}
.footer a {
  color: #ffffff;
  font-weight: 700;
}
.footer p {
  margin-bottom: 16px;
}
.footer .site-credit {
  margin-bottom: 0;
  padding-left: 64px;
}
.footer .site-credit img {
  margin-bottom: 24px;
}
.footer .site-location {
  margin-bottom: 0;
  padding-left: 32px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.footer .site-desc-nav {
  margin-bottom: 0;
  padding: 0 64px 48px 32px;
}
.footer .footer-links {
  position: absolute;
  right: 76px;
  bottom: 32px;
  text-transform: uppercase;
  line-height: 1em;
}
.footer .footer-links &gt; ul {
  float: right;
}
.footer .footer-links &gt; ul &gt; li {
  float: left;
  padding: 0 20px;
  border-right: 1px solid #ffffff;
}
.footer .footer-links &gt; ul &gt; li:last-of-type {
  border-right: 0;
}
#inner-footer {
  position: relative;
  padding: 32px;
}
.error404 button#searchsubmit {
  border: 1px solid #d9d9d9;
  padding: 9px 14px 10px;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  color: #515151;
}
.error404 button#searchsubmit:hover {
  color: #ffffff;
  border-color: #e1ab24;
  background-color: #e1ab24;
}
.error404 #content {
  margin-top: 0;
}
.error404 #inner-content {
  padding: 168px 64px 0;
}
.search-results #content,
.search-no-results #content {
  margin-top: 0;
}
.search-results #content #inner-content,
.search-no-results #content #inner-content {
  padding: 168px 64px 0;
}
.page-id-12 #sidebar1 .children,
.page-id-36 #sidebar1 .children,
.page-id-52 #sidebar1 .children,
.page-id-62 #sidebar1 .children,
.page-id-80 #sidebar1 .children,
.page-id-98 #sidebar1 .children {
  display: none;
}
/* 
 * moth cycle */
.cycle-graph {
  margin-bottom: 32px;
}
.cycle-graph.desktop {
  background: #fdf9ed;
}
.cycle-graph.fade .fig-img,
.cycle-graph.fade .fig {
  opacity: 0.25;
}
.cycle-graph.fade .tile.on .fig {
  opacity: 1;
}
.cycle-graph .col-1-1 {
  max-width: 735px;
}
.cycle-graph .tile {
  position: relative;
  line-height: 0;
}
.cycle-graph .tile.on .tile-content {
  opacity: 1;
}
.cycle-graph .tile.on .fig-img {
  opacity: 0;
}
.cycle-graph .tile .fig-img {
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cycle-graph .tile .fig {
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cycle-graph .tile .fig.one {
  top: 10%;
  right: 5%;
}
.cycle-graph .tile .fig.two {
  bottom: 5%;
  right: 5%;
}
.cycle-graph .tile .fig.three {
  bottom: 10%;
  left: 5%;
}
.cycle-graph .tile .fig.four {
  top: 5%;
  left: 5%;
}
.cycle-graph .tile .tile-content {
  position: absolute;
  z-index: 1;
  top: 30%;
  opacity: 0;
  color: #46833d;
  text-align: center;
  font-size: 16px;
  padding: 0 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cycle-graph .tile .tile-content.long {
  top: 15%;
  font-size: 15px;
}
.cycle-graph .tile .tile-content.red {
  color: #c42026;
}
.cycle-graph .tile .tile-content p {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.cycle-graph .tile.one .tile-content,
.cycle-graph .tile.three .tile-content {
  top: 45%;
}
.cycle-graph.mobile {
  max-width: 500px;
  margin: 0 auto;
  display: none !important;
}
.cycle-graph.mobile .tile {
  background: #fdf9ed;
}
.cycle-graph.mobile .tile .tile-content {
  width: 70%;
  margin: 0 15%;
}
.cycle-graph.mobile.fade .fig-img,
.cycle-graph.mobile.fade .fig {
  opacity: 0.4;
}
.cycle-graph.mobile.fade .tile.on .fig-img {
  opacity: 0;
}
.cycle-graph.mobile .fig {
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cycle-graph.mobile .fig.one {
  top: 73% !important;
  left: 5% !important;
}
.cycle-graph.mobile .fig.two {
  top: 73% !important;
  left: 5% !important;
}
.cycle-graph.mobile .fig.three {
  top: 73% !important;
  left: 5% !important;
}
.cycle-graph.mobile .fig.four {
  top: 73% !important;
  left: 5% !important;
}
.mobile-graph-clear {
  margin-bottom: 32px;
}
/* APPLY ADDITIONAL DESIGN SPECIFIC BREAKPOINTS AS NEEDED*/
@media only screen and (min-width: 1920px) {
  
}
/*
BIGGER TABLET LANDSCAPE
*/
@media only screen and (max-width: 1350px) {
  .header .desktop #menu-main-menu .sub-menu:before {
    left: 80%;
  }
  .header .desktop #menu-main-menu .menu-item-116 &gt; .sub-menu {
    left: -28px;
  }
  .header .desktop #menu-main-menu .menu-item-108 &gt; .sub-menu {
    left: 10px;
  }
  .header .desktop #menu-main-menu .menu-item-124 &gt; .sub-menu {
    left: -14px;
  }
  .header .desktop #menu-main-menu .menu-item-138 &gt; .sub-menu {
    left: 10px;
  }
  .header .desktop #menu-main-menu .menu-item-147 &gt; .sub-menu {
    left: 2px;
  }
  .header .desktop #menu-main-menu .menu-item-133 &gt; .sub-menu {
    left: 10px;
  }
  .home .homepage-banner .slide-image img {
    transform: translate(-50%, -15%);
    -webkit-transform: translate(-50%, -15%);
  }
  .home .homepage-banner .slide-overlay {
    height: 400px;
  }
  .home .homepage-banner .slide-overlay .wrap {
    margin-top: 80px;
  }
  .home .homepage-feature-1,
  .home .homepage-feature-2 {
    background: white;
    position: relative;
    z-index: 2;
  }
  .home .homepage-quicklinks .quicklink-active {
    padding: 0 0 0 32px;
  }
  .home .flex-control-nav {
    top: 480px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer #inner-footer .site-desc-nav {
    width: 25%;
  }
  .footer #inner-footer .site-desc-nav .site-desc {
    display: none;
  }
  .footer #inner-footer .site-location {
    width: 50%;
  }
  .footer #inner-footer .footer-links {
    position: static;
  }
  .footer #inner-footer .footer-links #menu-footer {
    float: none;
    margin: 0;
  }
  .footer #inner-footer .footer-links #menu-footer li {
    float: none;
    border: none;
    margin-bottom: 8px;
  }
  .cycle-graph.desktop .tile .tile-content.long {
    font-size: 14px;
    top: 5%;
  }
  .top-menu .top-menu-inner {
    width: 75%;
  }
}
/*
/*
SMALLER TABLET LANDSCAPE
*/
@media only screen and (max-width: 1030px) {
  .desktop {
    display: none;
  }
  .desktop.cycle-graph {
    display: block;
  }
  .mobile {
    display: block;
  }
  .mobile #menu-main-menu-1 {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1000;
    margin-top: 69px;
    width: auto;
  }
  .mobile #menu-main-menu-1 .current_page_item a {
    color: white;
    font-weight: bold;
    background: #46833d;
  }
  .mobile #menu-main-menu-1 &gt; li {
    float: none;
    width: auto;
    border-top: 1px solid #d9d9d9;
  }
  .mobile #menu-main-menu-1 &gt; li .sub-menu {
    display: none;
  }
  .mobile #menu-main-menu-1 &gt; li &gt; a {
    font-size: 15px;
    color: #515151;
    display: inline-block;
    cursor: pointer;
    background: #ddeac9;
    padding: 8px 16px;
    width: 100%;
  }
  .mobile #menu-main-menu-1 &gt; li &gt; a:hover {
    background: #46833d;
    color: white;
  }
  .mobile .bars {
    float: right;
    padding-right: 32px;
    font-size: 24px;
    cursor: pointer;
  }
  .footer .site-credit {
    padding-left: 32px;
  }
  .home .homepage-feature-1 &gt; .wrap,
  .home .homepage-feature-2 &gt; .wrap {
    padding: 32px 32px 16px;
  }
}
@media only screen and (max-width: 1000px) {
  #sidebar1 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #sidebar1 .sidebar-quote {
    display: none;
  }
  #main {
    width: 100%;
    padding-right: 0;
  }
  #main .slide img {
    width: 100%;
  }
  #content {
    padding: 0 32px 0;
  }
  .page-id-8 #sidebar1 {
    display: none;
  }
  #sidebar1 .has_children .fa {
    cursor: pointer;
  }
  #sidebar1 .has_children .fa-angle-up {
    display: none;
  }
  #sidebar1 .has_children .fa-angle-down {
    display: block;
  }
  #sidebar1 .has_children .fa-angle-down,
  #sidebar1 .has_children .fa-angle-up:before {
    font-size: 24px;
    color: #515151;
  }
  #sidebar1 .child-sidebar-menu {
    display: none;
  }
  .cycle-graph.mobile {
    display: block !important;
  }
  .cycle-graph.desktop {
    display: none !important;
  }
}
/*
BIGGER AND SMALLER TABLET PORTRAIT
*/
@media only screen and (max-width: 800px) {
  .home .homepage-quicklinks {
    height: auto;
    background: white;
  }
  .home .homepage-quicklinks .quicklinks-item {
    width: 50%;
    height: 274px;
  }
  .home .homepage-quicklinks .quicklinks-item .quicklink-active {
    padding: 0 32px 0 64px;
  }
  .home .homepage-feature-1 .homepage-pullquote {
    width: 100%;
  }
  .home .homepage-feature-1 .homepage-feature {
    width: 100%;
    padding: 0;
  }
  .home .homepage-feature-2 .homepage-feature {
    width: 100%;
  }
  .home .homepage-feature-2 .homepage-feature-image {
    width: 100%;
  }
  .tile-wrap .tile {
    width: 50%;
  }
  .tile-wrap .tile a img {
    max-width: 100%;
  }
  .top-menu .top-menu-inner {
    width: auto;
  }
  .top-menu .top-menu-inner .search-field {
    width: 50%;
  }
}
/*
BIGGER AND SMALLER MOBILE LANDSCAPE
*/
@media only screen and (max-width: 600px) {
  .home .homepage-banner .slide-overlay {
    max-width: 90%;
    margin: 0 auto;
  }
  .home .homepage-quicklinks .quicklinks .quicklinks-item {
    width: 100%;
  }
  .home .homepage-feature-1 .homepage-pullquote,
  .home .homepage-feature-2 .homepage-feature-image {
    text-align: center;
  }
  .home .homepage-feature-1 .homepage-pullquote img,
  .home .homepage-feature-2 .homepage-feature-image img {
    width: 100%;
  }
  .footer #inner-footer {
    padding: 32px 0;
  }
  .footer #inner-footer .site-credit {
    display: none;
  }
  .footer #inner-footer .site-location {
    width: 50%;
    border: none;
    padding-right: 0;
  }
  .footer #inner-footer .site-desc-nav {
    width: 50%;
    padding: 0 0 0 32px;
  }
  .footer #inner-footer .footer-links &gt; ul &gt; li {
    padding: 0;
  }
  .top-menu .search-field {
    display: none;
  }
  .top-menu .pipe:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .home .homepage-banner .slide-overlay .wrap .slide-desc {
    font-size: 14px;
  }
  .home .homepage-banner .slide-overlay .wrap .btn {
    padding: 8px 10px 7px;
    font-size: 12px;
  }
  .cycle-graph.mobile .tile .tile-content {
    width: 90%;
    margin: 0 5%;
  }
}
/*
BIGGER AND SMALLER MOBILE PORTRAIT
*/
@media only screen and (max-width: 400px) {
  .mobile #menu-main-menu-1 {
    width: 50%;
    margin-top: 44px;
  }
  .home .homepage-feature-1,
  .home .homepage-feature-2 {
    padding: 0;
  }
  .home .homepage-feature-1 h2,
  .home .homepage-feature-2 h2 {
    line-height: 32px;
  }
  .home .homepage-feature-2 .homepage-feature {
    padding: 0;
  }
  .home .homepage-banner {
    padding-top: 128px;
  }
  .home .homepage-banner .slide-overlay {
    height: 292px;
  }
  .home .homepage-banner .slide-overlay .slide-desc {
    padding: 0;
    font-size: 14px;
  }
  .home .homepage-banner .slide-overlay .slide-desc:before {
    left: -26px;
  }
  .home .homepage-banner .slide-overlay .slide-desc:after {
    right: -26px;
  }
  .home .homepage-banner .slide-overlay .wrap {
    margin-top: 32px;
  }
  .footer #inner-footer .site-location {
    width: 100%;
  }
  .footer #inner-footer .site-desc-nav {
    width: 100%;
  }
  .footer #inner-footer .footer-links &gt; ul &gt; li {
    padding: 0;
  }
  .slide-caption {
    display: none;
  }
  .tile {
    width: 100%!important;
    padding-right: 0!important;
  }
  .slide-nav {
    display: none;
  }
  .page-title {
    font-size: 22px;
  }
  .alignright {
    float: none;
  }
  .alignleft {
    float: none;
  }
  .aligncenter {
    margin: 0;
  }
  .alignright &gt; img,
  .alignleft &gt; img,
  .aligncenter &gt; img,
  img.alignright,
  img.aligncenter {
    padding: 0;
  }
  .alignright,
  .alignleft,
  .aligncenter,
  .alignright &gt; img,
  .alignleft &gt; img,
  .aligncenter &gt; img,
  img.alignright,
  img.alignleft,
  img.aligncenter {
    width: 100%;
  }
  #content .wp-caption {
    width: auto!important;
  }
  #content .wp-caption .wp-caption-text {
    width: 100%;
    left: 0!important;
  }
  .home .flex-control-nav {
    display: none;
  }
  .top-menu .top-menu-inner .search-field {
    width: 75%;
    float: right;
  }
  .top-menu .top-menu-inner .search-field .google-wrap {
    border: 1px solid #d9d9d9;
  }
  .home header #inner-header {
    min-height: 128px;
  }
}
</pre></body></html>