/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Metro Pro Blue
		- Metro Pro Green
		- Metro Pro Pink
		- Metro Pro Red
	- Media Queries
		- Retina Display
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 320px

*/
/* Import Colours
------------------------------------------------------------ */
/* colour definitions */
/* Import Theme Colours
------------------------------------------------------------ */
/* Metro Pro Red
--------------------------------------------- */
.metro-pro-red .entry-title a:hover,
.metro-pro-red .genesis-nav-menu > .right > a:hover,
.metro-pro-red .site-footer a:hover,
.metro-pro-red a,
.metro-pro-red h2 a:hover {
  color: #fb2a00; }

.metro-pro-red .entry-title a,
.metro-pro-red .entry-meta a:hover,
.metro-pro-red a:hover {
  color: #222; }

.metro-pro-red .entry-meta a {
  color: #999; }

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .entry-comments-link a,
.metro-pro-red .entry-comments-link a:hover,
.metro-pro-red .genesis-nav-menu a,
.metro-pro-red .site-footer a,
.metro-pro-red .site-title a,
.metro-pro-red .site-title a:hover,
.metro-pro-red a.social-buttons {
  color: #fff; }

.metro-pro-red h2 a,
.metro-pro-red h2 a:visited {
  color: #333; }

.metro-pro-red .archive-pagination li a:hover,
.metro-pro-red .archive-pagination li.active a,
.metro-pro-red .btn:hover,
.metro-pro-red .content .entry-comments-link a,
.metro-pro-red .enews-widget input:hover[type="submit"],
.metro-pro-red .genesis-nav-menu .current-menu-item > a,
.metro-pro-red .genesis-nav-menu a:hover,
.metro-pro-red .sidebar .enews-widget input[type="submit"],
.metro-pro-red .site-title a,
.metro-pro-red a.social-buttons:hover,
.metro-pro-red button:hover,
.metro-pro-red input:hover[type="button"],
.metro-pro-red input:hover[type="reset"],
.metro-pro-red input:hover[type="submit"] {
  background-color: #fb2a00; }

.metro-pro-red .entry-comments-link a:hover {
  background-color: #333; }

.metro-pro-red .sidebar .enews-widget input:hover[type="submit"] {
  background-color: #fff; }

.metro-pro-red .genesis-nav-menu > .right > a,
.metro-pro-red.header-image .site-title a {
  background: none; }

/* Import Navigation
------------------------------------------------------------ */
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

.genesis-nav-menu .menu-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left; }

.genesis-nav-menu a {
  color: #fff;
  display: block;
  padding: 16px 15px 14px !important;
  padding: 1.6rem 1.5rem 1.4rem !important;
  position: relative;
  text-decoration: none;
  font-weight: 400; }

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
  background-color: #00aaff !important;
  color: #fff; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 175px;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px 16px;
  padding: 1.2rem 1.6rem;
  position: relative;
  width: 175px; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -36px 0 0 174px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 16px 20px 14px;
  padding: 1.6rem 2rem 1.4rem;
  text-transform: uppercase; }

.genesis-nav-menu > .right > a {
  background: none;
  display: inline;
  padding: 0; }

.genesis-nav-menu > .right > a:hover {
  color: #fb2a00; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem; }

.genesis-nav-menu > .search {
  padding: 0; }

.genesis-nav-menu .search-form {
  width: 100%; }

.genesis-nav-menu .search-form input[type="search"] {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 14px 14px 14px 44px;
  padding: 1.4rem 1.4rem 1.4rem 4.4rem; }

/* Site Header Navigation
--------------------------------------------- */
.site-header ul.genesis-nav-menu {
  background-color: #333; }

.site-header .sub-menu .sub-menu {
  margin-top: -55px; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #333; }

.nav-primary a {
  text-transform: uppercase; }

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #fff; }

.nav-primary .sub-menu a {
  padding: 16px 20px;
  padding: 1.6rem 2rem; }

.nav-primary .sub-menu a:hover {
  background-color: #fb2a00;
  color: #fff; }

.nav-primary .sub-menu .sub-menu {
  margin: -44px 0 0 174px; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #333;
  text-align: right; }

.nav-secondary a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 16px;
  padding: 1.6rem; }

.nav-secondary .sub-menu a:hover {
  background-color: #fb2a00;
  color: #fff; }

.no-hover a:hover, .sidebar .no-hover a:hover {
  background: transparent;
  cursor: default; }

.sidebar .no-hover a, .sidebar .no-hover a:hover {
  color: #333333; }

.do-hover a:hover {
  background: transparent;
  cursor: pointer; }

/* Import Comments
------------------------------------------------------------ */
/* Comments
--------------------------------------------- */
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

p.form-submit,
.entry-comments .comment-author {
  margin-bottom: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem; }

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem; }

.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem; }

.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem; }

p.subscribe-to-comments {
  padding: 24px 0 16px;
  padding: 2.4rem 0 1.6rem; }

/* Import Responsive
------------------------------------------------------------ */
/* responsive */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .after-entry,
  .comment-respond h3:after,
  .comment-respond h3:before,
  .entry-comments h3:after,
  .entry-comments h3:before,
  .entry,
  .widget-title:after,
  .widget-title:before {
    background-image: url(images/lines@2x.png); }

  .search-form input[type="search"] {
    background-image: url(images/search@2x.png); } }
@media only screen and (max-width: 1139px) {
  .footer-widgets,
  .site-container,
  .wrap {
    max-width: 960px; }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 688px; }

  .content {
    width: 750px; }

  .site-header .widget-area {
    margin: 0 auto !important;
    float: none !important;
    width: 100%;
    margin-bottom: 40px !important; }
    .site-header .widget-area #text-2 {
      padding-top: 0rem !important;
      width: 100% !important;
      font-size: 24px !important;
      font-size: 2.4rem !important;
      text-align: center !important; }

  .header-image .site-title a {
    background-size: contain !important;
    margin-bottom: 20px !important;
    float: none;
    margin: 0 auto; }

  .header-image .site-title, .header-image .title-area, .header-widget-area {
    width: 100% !important; }

  .header-widget-area {
    width: 100% !important;
    height: 100% !important; }

  .site-header .search-form {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important; }

  .content-sidebar-sidebar .content,
  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content {
    width: 380px; }

  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .home-middle-left,
  .home-middle-right,
  .sidebar-primary,
  .title-area {
    width: 272px; } }
@media only screen and (max-width: 810px) {
  .footer-widgets,
  .site-container,
  .wrap {
    width: 750px; }

  .content-sidebar-sidebar .content-sidebar-wrap,
  .content-sidebar-sidebar .content,
  .content,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .sidebar-sidebar-content .content,
  .site-header .widget-area,
  .title-area {
    width: 100%; }

  .header-image .site-title a {
    float: none;
    margin: 0 auto; }

  .entry-footer .entry-meta,
  .sidebar .widget,
  .site-header,
  .entry-comments,
  .comment-respond {
    padding: 0; }

  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }

  .genesis-nav-menu,
  .site-description,
  .site-footer p,
  .site-header hgroup,
  .site-header .search-form,
  .site-title {
    text-align: center; }

  .genesis-nav-menu a {
    padding: 16px;
    padding: 1.6rem; }

  .site-header .search-form {
    margin: 16px auto;
    margin: 1.6rem auto;
    width: 100%; }

  .genesis-nav-menu li.alignleft,
  .genesis-nav-menu li.right {
    display: none; }

  .entry-footer .entry-meta {
    margin: 0;
    padding-top: 12px;
    padding-top: 1.2rem; }

  .sidebar .widget.enews-widget {
    padding: 40px;
    padding: 4rem; }

  .footer-widgets-1 {
    margin: 0; }

  .site-footer {
    padding: 24px;
    padding: 2.4rem; }

  .home-middle {
    padding: 5px !important; }
    .home-middle h4 {
      background: none !important; } }
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem; }

  .footer-widgets,
  .site-container {
    width: 94%; }

  .site-container {
    padding: 20px 5%;
    padding: 2rem 5%; }

  .site-inner {
    padding: 0 !important; }

  .five-sixths,
  .four-sixths,
  .home-middle-left,
  .home-middle-right,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; }

  .genesis-nav-menu a,
  .nav-primary .sub-menu a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px;
    padding: 1.2rem; }

  .nav-secondary a,
  .nav-secondary .sub-menu a {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px 8px;
    padding: 1rem 0.8rem; }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -31px 0 0 174px; }

  .nav-primary .sub-menu .sub-menu {
    margin: -36px 0 0 174px; }

  .entry-title {
    font-size: 30px;
    font-size: 3rem; }

  .after-entry .enews-widget input,
  .after-entry .enews-widget input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 1rem; }

  .footer-widgets {
    padding: 20px 5% 0;
    padding: 2rem 5% 0; }

  .sidebar-primary, .content, .timeline {
    width: 100% !important; }

  .sidebar {
    margin-top: 20px !important; }

  .home-middle-left,
  .home-middle-right, .leaf-left, .leaf-middle, .leaf-right {
    width: 100% !important;
    height: 100% !important; }

  .footer-menu, .disclaimer, .EU-logo, .creds {
    width: 100% !important; }

  .EU-logo {
    margin-bottom: 20px !important; }

  .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important; }

  .timeline .issues li img {
    display: none; } }
@media only screen and (max-width: 360px) {
  .header-widget-area .widget {
    margin-bottom: 0 !important; }
  .header-widget-area p {
    font-size: 18px;
    font-size: 1.8rem; }

  .site-title {
    font-size: 36px;
    font-size: 3.6rem; }

  .entry-content ol li, .entry-content ul li {
    margin-left: 0 !important; } }
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Float Clearing
--------------------------------------------- */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table; }

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

body {
  background-color: #fff;
  color: #333333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.625; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

a {
  color: #77a500;
 /* font-weight: 700; */
  text-decoration: none; }

a:hover {
  color: #89bf00; }

p {
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  padding: 0; }
  p.copyright {
    font-size: 10px;
    font-size: 1rem;
    float: right; }


blockquote,
blockquote::before {
  color: #999; }

blockquote {
  margin: 0;
  padding: 24px 40px;
  padding: 2.4rem 4rem; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

cite {
  font-style: normal; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Impact, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  padding: 0; }

h1 {
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #333333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 10px;
  text-transform: uppercase; }

h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #fca000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #F5F5F5;
  padding-bottom: 10px; }

h4 {
  font-size: 26px;
  font-size: 2.6rem; }
  h4 .widget-title {
    font-family: Impact, 'Helvetica Neue', Helvetica, Arial, sans-serif; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.case-study.vienna h3, .entry .gpp-sc-box .blue h4 {
  color: #fff !important; }

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto;
  /* IE8 */ }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px #ddd inset;
  color: #999;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

.gform_wrapper .top_label input.medium {
  padding: 1.8rem !important;
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  margin-left: 2px;
  padding: 1.4rem !important; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #999; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #333;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 16px 24px;
  padding: 1.6rem 2.4rem;
  text-transform: uppercase;
  width: auto; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #f96e5b; }

.entry-content .button:hover {
  color: #fff; }

.button {
  border-radius: 3px;
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* Tables
--------------------------------------------- */
/*
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

th,
td {
  text-align: left; }

th {
  font-weight: bold;
  text-transform: uppercase; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0; }
*/
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-container {
  background: #f3f3f3 url(../images/cardboard_flat_@2X.png) repeat 0 0;
  margin: 32px auto;
  margin: 3.2rem auto;
  width: 800px; }

.site-inner {
  clear: both;
  margin-top: 0;
  padding: 0 36px;
  padding: 0 3.6rem; }

.wrap {
  margin: 0 auto;
  max-width: 800px; }

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 750px; }

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  float: right; }

/* Content */
.content {
  float: right;
  /*width: 68%;*/
  width: 730px;
  background: white;
  border-radius: 7px; }

.home .content {
  background: none; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left; }

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 500px; }

.full-width-content .content {
  width: 100%; }

.metro-pro-landing .site-container {
  max-width: 772px; }

.metro-pro-landing .site-inner,
.metro-pro-landing .entry {
  padding: 0; }

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 30%;
  padding: 20px;
  padding: 2rem;
  background: white;
  border-radius: 7px; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 164px; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* WordPress
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem; }

.search-form {
  overflow: hidden;
  width: 100%; }

.search-form input[type="search"] {
  background: whitesmoke url(../images/search.png) no-repeat 15px 16px;
  background-size: 15px 15px;
  padding: 16px 16px 16px 34px;
  padding: 1.6rem 1.6rem 1.6rem 3.4rem;
  font-size: 12px;
  font-size: 1.2rem; }

.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 12px;
  margin: 0 auto 1.2rem; }

a.alignnone img,
img.alignnone {
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.alignleft {
  float: left;
  text-align: left; }

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

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 12px 0;
  margin: 0 2.4rem 1.2rem 0; }

a.alignright img,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem; }

.case-study .wp-post-image {
  display: none; }

.wp-post-image {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  text-align: center; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td {
  text-align: center; }

/* Genesis
--------------------------------------------- */
.breadcrumb {
  margin: 0 !important;
  margin: 0 !important;
  padding: 10px 0 10px 20px !important;
  padding: 1rem 0 1rem 2rem !important;
  background: none;
  color: #333333; }
  .breadcrumb a {
    color: #333333; }

.author-box,
.sticky {
  background-color: #f5f5f5;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  overflow: hidden;
  padding: 32px;
  padding: 3.2rem; }

.author-box p {
  margin: 0; }

.author-box .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

.author-box h1 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: normal;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  line-height: 1 !important; }

.category .entry-title a, .single-post h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fca000;
  line-height: 1.2 !important; }

h1.archive-title {
  padding: 20px 0 0 20px;
  padding: 2rem 0 0 2rem; }

.entry-title a,
.sidebar .widget-title a {
  color: #fca000;
  text-decoration: none; }

.entry-title a:hover {
  color: #ffbd49; }

.content .home-top .entry-title {
  font-size: 24px;
  font-size: 2.4rem; }

.after-entry .widget-title,
.comments-title,
.widget .entry-title {
  font-size: 20px;
  font-size: 2rem; }

.comment-respond h3,
.entry-comments h3 {
  background: url(../images/lines.png) bottom repeat-x;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-bottom: 16px;
  padding-bottom: 1.6rem;
  text-transform: uppercase; }

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
  margin-right: 10px;
  margin-right: 1rem; }

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
  margin-left: 10px;
  margin-left: 1rem; }

.after-entry .widget-title,
.enews-widget .widget-title {
  background: none;
  text-shadow: none; }

/*
Widgets
---------------------------------------------------------------------------------------------------- */
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  background: none;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding: 0; }

.featured-content .entry p,
.home-bottom .featured-content {
  margin-bottom: 0; }

.featured-content .entry-title {
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Helvetica Neue', Helvetica,Arial,sans-serif; }
  .featured-content .entry-title a {
    color: #fca000; }

.home-bottom .featured-content .entry-title {
  margin: 8px 0;
  margin: 0.8rem 0; }

.home-bottom .featured-content .widget-title {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.home-bottom .featured-content .entry {
  border-bottom: 5px solid #f5f5f5; }

.metro-pro-home .home-bottom .entry {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem; }

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
  margin-bottom: 0; }

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.sidebar .enews-widget {
  color: #333333; }

.sidebar .enews-widget .widget-title {
  color: #333333; }

.sidebar .enews-widget input {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.sidebar .enews-widget input[type="submit"], .sidebar .dm_widget input[type="submit"] {
  background-color: #fb2a00;
  color: #fff;
  margin: 0;
  width: 100%; }

.sidebar .enews-widget input:hover[type="submit"], .sidebar .dm_widget input:hover[type="submit"] {
  background-color: #333333;
  color: white; }

.sidebar .enews-widget input {
  background-color: #fff;
  box-shadow: none;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.after-entry .enews-widget input {
  width: 50%; }

.after-entry .enews-widget input[type="submit"] {
  width: auto; }

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

/* Gravity Forms
--------------------------------------------- */
.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  padding: 1.6rem; }

.site-inner div.gform_wrapper .ginput_complex label {
  padding: 0; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0; }

.site-inner div.gform_wrapper input[type="submit"] {
  font-size: 14px;
  font-size: 1.4rem; }

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none; }

/* Timelinr
--------------------------------------------- */
.timeline {
  background: url("../images/dot.gif") repeat-x scroll left 45px rgba(0, 0, 0, 0);
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: auto !important; }
  .timeline h4 {
    padding-left: 230px;
    color: #00aaff;
    width: 600px; }

.timeline .dates li {
  float: left;
  font-size: 24px;
  height: 50px;
  list-style: none outside none !important;
  text-align: center;
  width: 100px !important; }

.timeline .dates a {
  font-size: 16px;
  line-height: 38px;
  padding-bottom: 10px;
  text-decoration: none !important;
  color: #00aaff !important; }

.timeline .issues li {
  float: left;
  height: 400px;
  list-style: none outside none !important;
  margin: 0;
  width: 200px !important; }

.timeline .issues li p {
  font-size: 13px !important;
  font-weight: normal;
  line-height: 22px;
  margin: 0 30px 20px 0 !important;
  text-align: left !important;
  width: 600px; }

.timeline .issues li img {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  margin: 10px 20px 10px 10px !important;
  transform: scale(0.6, 0.6);
  transition: all 2s ease-in-out 0s;
  width: 200px !important; }

.timeline .issues li span, .timeline .issues li a {
  color: #333333 !important;
  font-size: 30px !important;
  font-size: 3rem !important;
  font-family: Impact, Helvetica, Arial, sans-serif;
  margin: 20px 0;
  padding: 20px 0 !important;
  text-shadow: none !important; }

.timeline .next, .timeline .prev {
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 70px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  top: 220px !important;
  width: 22px; }

/*
Mapify
---------------------------------------------------------------------------------------------------- */
.cm-pin-popup .side-b {
  display: inline;
  float: right;
  height: 545px;
  padding: 25px;
  width: 300px !important; }
.cm-pin-popup .nfo p {
  color: white !important;
  font-size: 13px !important;
  line-height: 22px;
  padding: 0 0 8px; }
.cm-pin-popup h3 {
  color: white !important;
  padding-bottom: 5px !important; }
.cm-pin-popup a {
  color: white !important;
  font-size: 18px !important;
  text-decoration: none !important; }

.custom-mapping-map .cm-drag-handle {
  left: 0 !important;
  position: absolute !important;
  top: 0 !important; }

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  padding: 0;
  border-bottom: 40px solid #333333;
  z-index: 10; }

.header-image .site-header {
  padding: 0; }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 0;
  margin-bottom: -60px;
  z-index: 100; }

.site-title {
  font-family: 'Oswald', sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0 0 16px;
  margin: 0 0 1.6rem;
  text-transform: uppercase; }

.site-title a,
.site-title a:hover {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  padding: 16px;
  padding: 1.6rem;
  text-decoration: none; }

.site-description {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0; }

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
  width: 100%; }

.header-image .site-description,
.header-image .site-title a {
  display: block;
  text-indent: -9999px; }

/* Logo, hide text */
.header-image .site-title,
.header-image .title-area {
  min-height: 100px;
  padding: 0 0 7px 0;
  width: 300px; }

.header-image .site-title a {
  background-color: none;
  max-width: 350px;
  min-height: 190px;
  padding: 0; }

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  width: 800px; }

.header-widget-area {
  height: 150px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 30px;
  line-height: 3rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem; }
  .header-widget-area #text-2 {
    width: 70%;
    float: left;
    padding-top: 30px;
    padding-top: 3rem;
    color: #333333; }

.site-header .search-form {
  float: right;
  margin-top: 50px;
  margin-top: 5.5rem;
  width: 25%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 36px 0 0;
  padding: 0 3.6rem 0 0; }

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.home-middle {
  overflow: hidden;
  background: #333;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  margin-left: -40px;
  margin-left: -4rem;
  margin-right: -40px;
  margin-right: -4rem;
  padding: 0 40px 30px 40px;
  padding: 0 4rem 3rem 4rem;
  border: none; }
  .home-middle .widget-area {
    background: #fff;
    padding: 20px;
    padding: 2rem;
    height: 300px; }
  .home-middle .leaf-left {
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px; }
    .home-middle .leaf-left h4 {
      background: transparent url(../images/LEAF_red_icon.png) no-repeat right center; }
    .home-middle .leaf-left h4, .home-middle .leaf-left a {
      color: #fb2a00; }
  .home-middle .leaf-middle {
    border-left: 1px dotted #333333;
    border-right: 1px dotted #333333; }
    .home-middle .leaf-middle h4 {
      background: transparent url(../images/LEAF_blue_icon.png) no-repeat right center; }
    .home-middle .leaf-middle h4, .home-middle .leaf-middle a {
      color: #00aaff; }
  .home-middle .leaf-right {
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px; }
    .home-middle .leaf-right h4 {
      background: transparent url(../images/LEAF_green_icon.png) no-repeat right center; }
    .home-middle .leaf-right h4, .home-middle .leaf-right a {
      color: #77a500; }

.home-middle-left,
.home-middle-right {
  width: 33.33333%; }

.home-middle-left {
  float: left; }

.home-middle-right {
  float: right; }

.home-top .widget {
  margin-bottom: 0px; }

/* Entries
--------------------------------------------- */
.entry,
.page.page-template-page_blog-php .entry {
  background: url(../images/lines.png) bottom repeat-x white;
  padding: 20px;
  padding: 2rem;
  background-size: 8px 8px; }

.page .entry, .single .entry {
  background: white;
  padding: 20px;
  padding: 2rem;
  border-radius: 7px; }

.archive .category events .entry-content p {
  font-size: 16px;
  font-size: 1.6rem; }

.entry-content a {
  color: #77a500; }

.entry-content a:hover {
  color: #89bf00; }

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
  margin-bottom: 26px;
  margin-bottom: 2.6rem; }
/*
.entry-content ol li,
.entry-content ul li {
  margin-left: 40px;
  margin-left: 4rem; }

.entry-content ol li {
  list-style-type: decimal; }

.entry-content ul li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
  margin-bottom: 0; }
*/
.entry-meta {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase; }

.category-events .entry-meta {
  display: none; }

.entry-meta a {
  color: #999;
  text-decoration: none; }

.entry-meta a:hover {
  color: #222; }

.entry-header .entry-meta {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

.entry-meta .entry-comments::before {
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem; }

.entry-meta .entry-categories,
.entry-meta .entry-tags {
  display: block; }

.content .entry-meta .entry-comments-link {
  float: right; }

.content .entry-meta .entry-comments-link a {
  background-color: #f96e5b;
  color: #fff;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem; }

.content .entry-meta .entry-comments-link a:hover {
  background-color: #333;
  color: #fff; }

.entry-comments, .comment-respond {
  padding: 2rem; }

.footnotes {
  font-size: 9px; }

  /*  Shortcodes
--------------------------------------------- */
.gpp-sc-toggle .gpp-sc-toggle-trigger {
  background: none repeat scroll 0 0 #fca000 !important;
  border: 1px solid #DDDDDD;
  color: white !important;
  cursor: pointer;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 10px 0 !important;
  outline: 0 none;
  padding: 1rem !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-size: 2rem !important; }

.gpp-sc-button.black, .gpp-sc-box.black, .gpp-sc-highlight.black, .gpp-sc-pricing-header.black, .gpp-sc-pricing-header.black h5 {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #FFFFFF; }

.gpp-sc-box a {
  color: white !important; }

.ui-widget {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 1em !important; }
  .ui-widget a {
    color: #77a500 !important; }
  .ui-widget a:hover {
    color: #89bf00 !important; }

p.success {
  font-size: 20px !important;
  font-size: 2rem !important;
  font-weight: bold !important;
  text-align: center !important; }

/* After Entry
--------------------------------------------- */
.after-entry,
.after-entry .wrap {
  overflow: hidden; }

.after-entry {
  background: url(../images/lines.png);
  background-size: 8px 8px;
  margin-top: 32px;
  margin-top: 3.2rem;
  padding: 16px;
  padding: 1.6rem;
  text-align: center; }

.after-entry .wrap {
  background-color: #fff;
  padding: 32px;
  padding: 3.2rem; }

.after-entry p {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

/* Pagination
--------------------------------------------- */
.archive-pagination {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 40px 0;
  margin: 4rem 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
  text-decoration: none; }

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #fb2a00; }

/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  font-size: 13px;
  font-size: 1.3rem; }

.sidebar ul.process {
  text-align: center; }
  .sidebar ul.process li {
    background: #00aaff;
    padding: 15px;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    height: 80px;
    position: relative; }
    .sidebar ul.process li.p-red {
      background: #ff3d16; }
    .sidebar ul.process li.p-orange {
      background: #ffaa17; }
    .sidebar ul.process li.p-green {
      background: #89bf00; }
    .sidebar ul.process li.p-blue {
      background: #1ab2ff; }
    .sidebar ul.process li.arrow {
      background: transparent url(../images/LEAF_process_icon.png) no-repeat center center;
      height: 15px;
      padding: 11px;
      padding: 1.1rem; }
  .sidebar ul.process a {
    font-size: 17px;
    font-size: 1.7rem;
    color: white;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .sidebar ul.process a:hover {
      z-index: 100; }
  .sidebar ul.process .tooltip01 {
    cursor: pointer;
    text-decoration: none; }
    .sidebar ul.process .tooltip01 span {
      margin-left: -999em;
      position: absolute; }
      .sidebar ul.process .tooltip01 span.process-info {
        background: #333333;
        opacity: 0.9;
        padding: 20px;
        padding: 2rem;
        font-size: 14px;
        font-size: 1.4rem;
        text-align: left;
        margin-right: 48px;
        margin-right: 4.8rem; }
    .sidebar ul.process .tooltip01:hover span {
      font-family: Arial, Tahoma, Geneva, sans-serif !important;
      position: absolute;
      right: -6em;
      top: 2em;
      z-index: 99;
      margin-left: 0;
      width: 322px !important; }
    .sidebar ul.process .tooltip01:hover img {
      border: 0;
      margin: -10px 0 0 -55px;
      float: left;
      position: absolute; }
    .sidebar ul.process .tooltip01:hover em {
      font-family: Candara, Tahoma, Geneva, sans-serif;
      font-size: 1.2em;
      font-weight: bold;
      display: block;
      padding: 0.2em 0 0.6em 0; }

.sidebar p:last-child,
.sidebar ul {
  margin: 0; }

.widget li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  padding: 0;
  word-wrap: break-word; }

.sidebar ul > li:last-child {
  margin-bottom: 0; }

.widget {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  word-wrap: break-word; }

.sidebar .search-form {
  width: 100%; }

a.social-buttons {
  background-color: #333;
  border-right: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 10px;
  font-size: 1rem;
  overflow: hidden;
  padding: 8px 0;
  padding: 0.8rem 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 25%; }

a.social-buttons.last {
  border: none; }

a.social-buttons:hover {
  background-color: #f96e5b; }

.sidebar .widget_tweetblender .tb_header {
  display: none !important; }
.sidebar .widget_tweetblender h4 {
  background: transparent url(../images/LEAF_blue_icon_tweets.png) no-repeat right center; }
.sidebar .widget_tweetblender a {
  color: #00aaff; }
.sidebar .widget_tweetblender .tb_tweet-info a {
  color: #8a8a8a !important; }
.sidebar .featuredpost .entry {
  padding: 0 0 20px 0 !important;
  padding: 0 0 2rem 0 !important; }
.sidebar .featuredpost h4 {
  background: transparent url(../images/LEAF_orange_icon_updates.png) no-repeat right center; }
.sidebar .featuredpost h2 {
  line-height: 0.5 !important; }
.sidebar .featuredpost a {
  color: #fca000;
  font-size: 18px;
  font-size: 1.8rem; }
.sidebar .dm_widget {
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  padding: 20px 0; }
  .sidebar .dm_widget h4 {
    background: transparent url(../images/LEAF_red_icon_informed.png) no-repeat right center; }
.sidebar .widget {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
.sidebar h3 {
  color: white; }
.sidebar .gpp-sc-box {
  padding: 20px !important;
  padding: 2rem !important; }

.home .sidebar .featuredpost a {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.search .sidebar {
  display: none !important; }

#nav_menu-4 li a, #nav_menu-5 li a {
  font-size: 14px;
  font-size: 1.4rem; }

#nav_menu-4 li.no-hover a, #nav_menu-5 li.no-hover a {
  font-size: 16px;
  font-size: 1.6rem; }

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0;
  padding: 36px;
  padding: 3.6rem; }
  .footer-widgets ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 15px; }
  .footer-widgets img {
    border: 0.5px solid #8a8a8a;
    padding: 5px;
    background: #ffffff;
    border-radius: 5px; }
  .footer-widgets .widget {
    margin-bottom: 0; }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 100%; }

.footer-widgets-1,
.footer-widgets-2 {
  float: left; }

.footer-widgets-3 {
  float: right; }

.footer-widgets .search-form {
  width: 100%; }

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 100px 40px 16px 40px;
  padding: 10rem 4rem 1.6rem 4rem;
  margin-top: -110px;
  margin-top: -11rem; }
  .site-footer a {
    color: #77a500;
    text-decoration: none; }
    .site-footer a:hover {
      color: #89bf00; }
  .site-footer p {
    margin: 10px 0 0;
    margin: 1rem 0 0; }
  .site-footer ul li {
    display: inline-block;
    padding: 0 10px 0 0px;
    padding: 0 1rem 0 0rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .site-footer .disclaimer {
    width: 70%;
    float: left;
    margin-bottom: 50px;
    margin-bottom: 5rem; }
  .site-footer .EU-logo {
    width: 30%;
    float: right;
    text-align: center; }
    .site-footer .EU-logo img {
      border: 1px solid white; }
  .site-footer .creds {
    width: 60%; }
  .site-footer .gototop {
    margin-top: 10px;
    margin-top: 1rem; }
