/*
Theme Name: Verdant
Author: ISBX
Author URI: http://www.isbx.com
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.1
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f2f2f2;
  font-family: "MuseoSans-300", sans-serif;
  font-weight: normal;
  letter-spacing: 0.0625em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

a img {
  border: 0;
}

a {
  color: #7a7a7a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #5c5d62;
}

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

.blue {
  background-color: #29ade4;
}

.blue:hover,
.blue:focus,
.blue:active {
  background-color: #0072b0;
}

.green {
  background-color: #7ac143;
}

.green:hover,
.green:focus,
.green:active {
  background-color: #3f9845;
}

.gray {
  background-color: #7a7a7a;
}

.gray:hover,
.gray:focus,
.gray:active {
  background-color: #5c5d62;
}

.orange {
  background-color: #f99d1c;
}

.orange:hover,
.orange:focus,
.orange:active {
  background-color: #d56300;
}

.btn {
  border-radius: 20px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 11.5px;
  padding: 0 15px;
  text-transform: uppercase;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.0625em;
  font-family: "MuseoSans-300", sans-serif;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}

.site-container {
  padding: 0;
  margin: 0 auto;
  max-width: 1095px;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #5c5d62;
  font-family: "MuseoSans-300", sans-serif;
  font-weight: normal;
  font-size: 12px;
}

:-moz-placeholder {
  color: #5c5d62;
  font-family: "MuseoSans-300", sans-serif;
  font-weight: normal;
  font-size: 12px;
}

::-moz-placeholder {
  color: #5c5d62;
  font-family: "MuseoSans-300", sans-serif;
  font-size: 12px;
  font-weight: normal;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #5c5d62;
  font-family: "MuseoSans-500", sans-serif;
  font-weight: normal;
  font-size: 12px;
}


#username::-webkit-input-placeholder,
#password::-webkit-input-placeholder {
  color: #ffffff;
}

#username:-moz-placeholder,
#username:-moz-placeholder {
  color: #ffffff;
}

#username::-moz-placeholder,
#username::-moz-placeholder {
  color: #ffffff;
}

#username:-ms-input-placeholder,
#username:-ms-input-placeholder {
  color: #ffffff;
}


/**
 * Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}


/**
 * Typography
 */

body,
button,
input,
select,
textarea {
  color: #5c5d62;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

h1 {
  font-weight: normal;
}

h2 {
  font-size: 20px;
  letter-spacing: 0px;
}

p {
  margin: 0 0 1.3em 0;
  font-family: "myriad-pro";
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: 0;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}


/**
 * Elements
 */

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul.body {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}


img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


/**
 * Forms
 */

button,
input,
select,
textarea {
  background-color: #e7e7e7;
  border-radius: 0;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-color: #e7e7e7;
  border: 1px solid transparent;
  color: #5c5d62;
}

input:focus,
textarea:focus {
  background-color: #e7e7e7;
  border: 1px solid #c1c1c1;
  color: #333;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #7ac143;
  border-radius: 20px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  padding: 0 15px;
  text-transform: uppercase;
  height: 28px;
  line-height: 28px;
  letter-spacing: 1px;
  font-family: "MuseoSans-300", sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #3f9845;
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  padding: 0.75em 0.5em;
  width: 100%;
  font-family: "MuseoSans-300", sans-serif;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-transform: uppercase;
}

.post-password-form input[type="submit"] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
}

input.wpcf7-not-valid,
textarea.error,
input.error {
  border: 1px solid #d54848;
}

.error {
  color: #d54848;
}

span.wpcf7-not-valid-tip {
  display: none !important;
}


/**
 * Menus
 */

.top-navigation li {
  float: left;
  margin: 0 25px;
}

.top-navigation a {
  color: #bfbfbf;
}

.top-navigation a:hover,
.top-navigation a:focus,
.top-navigation a:active,
.top-navigation .current_page_item a {
  color: #7ac143;
}

.main-navigation a {
  display: inline-block;
  padding: 0 0 12px 0;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.main-navigation a:hover,
.main-navigation a.active {
  border-bottom: 6px solid #4a474c;
}

.main-navigation ul ul,
.main-navigation-mobile ul ul {
  display: none;
  margin: 0;
  background: #d7dce0;
  min-width: 205px;
  position: absolute;
  z-index: 1;
  font-weight: normal;
}

.main-navigation ul .toggled-on,
.main-navigation-mobile ul .toggled-on {
  display: block;
}

.main-navigation li,
.main-navigation-mobile li {
  position: relative;
  float: left;
  padding: 0 0 0 60px;
}

.main-navigation ul ul li ul {
  left: 205px;
  top: 0;
}

.main-navigation ul ul li a.active {
  border-bottom: 0 none;
}

.main-navigation li:first-child {
  padding: 0 0 0 3px;
}

.main-navigation .current_page_item>a,
.main-navigation .current_page_parent>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {
  border-bottom: 6px solid #3f9845;
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation li ul li:first-child,
.main-navigation li ul li {
  padding: 0;
  float: none;
  display: block;
  text-transform: capitalize;
  font-size: 14px;
}

.main-navigation li ul li.current_page_item>a,
.main-navigation li ul li.current-menu-item>a,
.main-navigation li ul li.current_page_ancestor>a,
.single-featured .main-navigation .current_page_parent>a,
.single-clients .main-navigation .current_page_parent>a {
  border-bottom: 0;
}

.main-navigation li ul li a {
  display: block;
  color: #4a474c;
  padding: 13px 17px;
  letter-spacing: 0px;
}

.main-navigation li ul li a:hover {
  border: 0;
  background: #c8c8c8;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase;
  /* Stop screen readers to read the text as capital letters */
  top: 3px;
  right: 0;
  width: 42px;
}

.dropdown-toggle:after {
  color: #333;
  content: "\f431";
  font-size: 24px;
  line-height: 42px;
  position: relative;
  top: 0;
  left: 1px;
  width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #eaeaea;
}

.dropdown-toggle:focus {
  outline: 1px solid #c1c1c1;
  outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
  content: "\f432";
}

.social-navigation a {
  display: block;
  height: 23px;
  position: relative;
  width: 23px;
  color: #4a474c;
  margin: 10px 15px;
}

.social-navigation a:before {
  content: "\f415";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #bfbfbf;
  padding: 5px;
  border-radius: 50%;
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f207";
}

.social-navigation a[href*="twitter.com"]:before {
  content: "\f202";
}

.social-navigation a:hover:before {
  background-color: #7ac143;
}

.social-navigation li.login-link-wrapper {
  background: #585759;
  border-left: 1px solid #605f61;
  padding: 0 17px;
  line-height: 1em;
  margin-left: 10px;
}

.social-navigation li.login-link-wrapper a {
  background: url(images/ico_leaf_arrow.png) no-repeat;
  padding: 5px 0 0 40px;
  height: 20px;
  display: block;
  overflow: hidden;
  margin: 12px 0 0 0;
  letter-spacing: 2px;
  color: #bfbfbf;
  width: auto;
  cursor: pointer;
}

.social-navigation li.login-link-wrapper a:before {
  content: "";
  font-size: 14px;
  position: relative;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.secondary-toggle {
  background-color: transparent;
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
}

.secondary-toggle:before {
  color: #333;
  content: "\f419";
  line-height: 40px;
  width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  outline: 0;
}

.secondary-toggle.toggled-on:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: 1px;
  left: -1px;
}

.widget-area {
  font-size: 14px;
}

.widget-area .widget-title,
h2.title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  font-family: "MuseoSans-500", sans-serif;
}

.widget-area .widget_text h2 {
  margin: 70px 0 10px 0;
  font-family: "MuseoSans-300", sans-serif;
}

.widget-area .widget_text span {
  display: block;
  color: #3f9845;
  letter-spacing: 0px;
}

.widget-area .widget_text .light {
  color: #7ac143;
  padding-right: 7px;
}

.widget-area .widget_nav_menu {
  text-transform: uppercase;
}

.widget-area .widget_nav_menu ul {
  margin: 10px 0 0 0;
}

.widget-area .widget_nav_menu ul li {
  padding: 15px 20px 15px 0;
  font-family: "MuseoSans-500", sans-serif;
}

.widget-area .widget_nav_menu ul li a {
  color: #7ac143;
}

.widget-area .widget_nav_menu ul li a:hover,
.widget-area .widget_nav_menu ul li.current_page_item a {
  color: #3f9845;
}

.widget-area .widget_nav_menu ul li.current_page_item {
  background: url(images/ico_leaf_arrow.png) no-repeat 0 15px;
  position: relative;
  margin-left: -50px;
  padding-left: 50px;
}

#osd-blog-search form,
.widgetGuts form {
  background: #e7e7e7;
  height: 25px;
}

#osd-blog-search input[type="text"],
.widgetGuts input[type="text"] {
  display: inline-block;
  border: 0;
  width: 80%;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 0.0625em;
  font-family: "MuseoSans-500", sans-serif;
}

#osd-blog-search input[type="text"]:hover,
#osd-blog-search input[type="text"]:focus,
.widgetGuts input[type="text"]:hover,
.widgetGuts input[type="text"]:focus {
  border: 0;
}

#osd-blog-search input[type="image"],
.widget-area input[type="submit"] {
  width: 22px;
  height: 0;
  padding: 8px 11px;
  display: inline-block;
  vertical-align: middle;
  background: url(images/ico_submit.png) no-repeat;
}

#osd-blog-search input[type="image"]:hover,
.widget-area input[type="submit"]:hover {
  background: url(images/ico_submit_hover.png) no-repeat;
}

.widget-area .widgetGuts dt {
  display: none;
}

.widget-area .widgetGuts form dl dd {
  display: inline-block;
}

.widget-area .widgetGuts form dl dd:nth-child(2) {
  width: 80%;
}

.widget-area .widget_categories ul li {
  padding: 5px 0;
  font-family: 'MuseoSans-500';
}


/**
 * Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "MuseoSans-500", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}


/**
 * Alignments
 */

.alignleft {
  display: inline;
  float: left;
  position: relative;
}

.alignright {
  display: inline;
  float: right;
  position: relative;
}

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


/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.two-columns:before,
.two-columns:after,
.three-columns:before,
.three-columns:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after,
#topnav:before,
#topnav:after,
.site-navigation-header:before,
.site-navigation-header:after {
  content: "";
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.two-columns:after,
.three-columns:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after,
#topnav:after,
.site-navigation-header:after {
  clear: both;
}


/**
 * Header
 */

.site-header {
  background-color: #7ac143;
  font-weight: normal;
}

.site-header nav li {
  text-transform: uppercase;
  letter-spacing: 2px;
}

#topnav {
  background-color: #4a474c;
  border-bottom: 1px solid #413e43;
  font-size: 12px;
}

#topnav form,
#topnav nav,
.site-branding.mobile form {
  float: left;
  border-right: 1px solid #413e43;
}

#topnav nav {
  height: 44px;
  line-height: 44px;
  padding: 0 0 0 10px;
  border-left: 1px solid #585759;
  background-color: #4a474c;
}

/*#topnav nav.login {
  background: #585759;
  border-left: 1px solid #605f61;
  padding: 0 17px;
  line-height: 1em;
}

#topnav nav.login a.login-link {
  background: url(images/ico_leaf_arrow.png) no-repeat;
  padding: 5px 0 0 40px;
  height: 20px;
  display: block;
  overflow: hidden;
  margin: 12px 0 0 0;
  letter-spacing: 2px;
  color: #bfbfbf;
}*/

#topnav form label,
.site-branding.mobile form label {
  display: inline-block;
}

#topnav form input,
.site-branding.mobile form input {
  background-color: #4a474c;
  border: 0;
  height: 44px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  width: 150px;
  float: left;
}

#topnav form input[type="submit"],
.site-branding.mobile form input[type="submit"] {
  background-image: url(images/ico_search.png);
  background-repeat: no-repeat;
  background-position: 8px 12px;
  width: 50px;
  height: 0;
  padding: 44px 0 0 0;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 0
}

#topnav form input:focus,
#topnav form input:focus+input[type="submit"],
.site-branding.mobile form input:focus,
.site-branding.mobile form input:focus+input[type="submit"] {
  background-color: #585759;
}

.site-branding {
  border-top: 5px solid #3f9845;
  height: 93px;
  font-size: 15px;
  font-weight: normal;
  display: block;
}

.site-title {
  font-size: 22px;
  line-height: 1.3636;
  max-width: 200px;
  margin-top: 23px;
  position: absolute;
}

.site-title img {
  width: 185px;
}

.site-branding nav {
  float: left;
  margin-top: 45px;
  margin-left: 320px;
}

.social-navigation li {
  float: left;
  height: 44px;
}

.site-branding.mobile {
  display: none;
}

.site-branding.mobile .site-title {
  margin-left: 70px;
  margin-top: 20px;
}

.site-branding.mobile .hamburger {
  float: right;
  max-width: 52px;
  margin-top: 15px;
  clear: none;
  margin-right: 25px;
}

.site-branding.mobile .menu-close {
  float: right;
  max-width: 52px;
  margin-top: 20px;
  clear: none;
  margin-right: 25px;
}

.site-branding.mobile .menu-close img {
  background-size: 44px auto;
  width: 44px;
}

.site-branding.mobile .hamburger.toggle-on {
  display: none;
}

.site-branding.mobile .site-navigation-mobile {
  display: none;
  position: absolute;
  right: 0;
  background-color: #4a474c;
  z-index: 999;
  margin-top: -5px;
  width: 100%;
  box-shadow: 0 4px 2px -2px #bfbfbf;
}

.site-branding.mobile .site-navigation-mobile.toggled-on {
  display: block;
}

.site-branding.mobile .site-navigation-mobile.toggled-on .site-navigation-header {
  margin-bottom: 30px;
  border-bottom: 2px solid #393939;
  padding: 0 0 20px 0;
}

.site-branding.mobile .main-navigation-mobile {
  width: 100%;
  font-size: 28px;
  margin: 0;
}

.site-branding.mobile form {
  margin-top: 25px;
  margin-left: 25px;
}

.site-branding.mobile form input {
  background-color: #e5e5e5;
  width: 350px;
  height: 50px;
  font-size: 16px;
}

.site-branding.mobile form input[type="submit"] {
  background-image: url('images/ico_search_dark.png');
  background-position: center;
  background-size: 25px;
  height: 50px;
}

.site-branding.mobile .menu-menu-navigation-container {
  padding-left: 50px;
}

.site-branding.mobile .site-navigation-mobile .menu-item a {
  border-bottom: none;
  display: inline-block;
}

.site-branding.mobile .site-navigation-mobile li {
  float: none;
  padding: 0 0 40px 0;
}

.site-branding.mobile .site-navigation-mobile li.menu-item-has-children {
  background-image: url('images/ico_menu_arrow_inactive.png');
  background-repeat: no-repeat;
  background-position: 93% 0px;
  cursor: pointer;
}

.site-branding.mobile .site-navigation-mobile li.menu-item-has-children.toggle-on {
  background-image: url('images/ico_menu_arrow_active.png');
}

.site-branding.mobile .site-navigation-mobile li a.login-link .site-branding.mobile .site-navigation-mobile li.menu-login-page a,
.site-branding.mobile .site-navigation-mobile li.menu-login-page a span {
  color: #7ac143;
  cursor: pointer;
}

.site-branding.mobile .site-navigation-mobile li a {
  color: #cbcaca;
}

.site-branding.mobile .site-navigation-mobile li a:hover {
  background-color: transparent;
  border-bottom: transparent;
}

.site-branding.mobile .site-navigation-mobile ul.sub-menu {
  position: relative;
  margin-left: -60px;
  margin-top: 20px;
  padding: 20px 0;
  background-color: #585759;
}

.site-branding.mobile .site-navigation-mobile ul.sub-menu li {
  font-size: 28px;
  padding: 20px 40px 20px 100px;
  background-image: none;
}

.site-branding.mobile .site-navigation-mobile li.menu-login-page form {
  float: none;
  margin: 25px auto 0 auto;
  width: 280px;
  background: #585759;
  padding: 20px 15px;
  display: none;
}

.site-branding.mobile .site-navigation-mobile li.menu-login-page form input {
  background-color: #787878;
  border: 0;
  height: 32px;
  font-size: 13px;
  color: #fff;
  display: block;
  width: 100%;
  float: none;
  padding: 5px 10px;
}

.site-branding.mobile .site-navigation-mobile li.menu-login-page form li {
  padding: 0;
  margin: 0 0 15px 0;
}

.site-branding.mobile .site-navigation-mobile li.menu-login-page form a.forgot-password {
  color: #ffffff;
  display: inline-block;
  font: normal 10px 'MuseoSans-300';
  text-transform: uppercase;
  margin: 0 10px;
  vertical-align: middle;
}

.site-branding.mobile .site-navigation-mobile li.menu-login-page form input[type="submit"] {
  background: #f99d1c;
  display: inline-block;
  border-radius: 20px;
  width: 80px;
  color: #4a474c;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0;
  height: 28px;
}


/**
 * Client Login Form
 */
.client-login-form {
  position: absolute;
  top: 45px;
  z-index: 999;
  right: 0;
  display: none;
}

#topnav .client-login-form form {
  width: 267px;
  background: #4a474c;
  padding: 16px 17px;
  border: 0;
}

#topnav .client-login-form form li {
  margin: 0 0 15px 0;
}

#topnav .client-login-form form a.forgot-password {
  color: #ffffff;
  display: inline-block;
  font: normal 10px 'MuseoSans-300';
  text-transform: uppercase;
  margin: 0 15px 0 10px;
  vertical-align: middle;
}

#topnav .client-login-form form input {
  background-color: #787878;
  border: 0;
  height: 33px;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  float: none;
  padding: 5px 10px;
  font-family: "MuseoSans-300", sans-serif;
}

#topnav .client-login-form form input[type="submit"] {
  background: #f99d1c;
  display: inline-block;
  border-radius: 20px;
  width: 80px;
  color: #4a474c;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0;
  height: 30px;
  font-weight: normal;
}


/**
 * Content
 */

.site-content {
  min-height: 500px;
  margin: 0 auto;
}

.site-content .content-area {
  max-width: 1095px;
  margin: 0 auto;
}

.site-content .content-area.default {
  padding: 65px 20px;
  position: relative;
}

.site-content .full-width .content-area {
  max-width: none;
  width: 100%;
}

.site-content .two-columns,
.site-content .three-columns {
  margin: 0 auto;
  max-width: 1095px;
  padding: 65px 0;
}

.site-content .secondary {
  width: 260px;
  padding: 0 0 0 70px;
  position: absolute;
}

.site-content .widget-title {
  color: #5c5d62;
  padding: 0;
  letter-spacing: 1px;
}

.site-content .two-columns .content-area,
.site-content .three-columns .content-area {
  width: 540px;
  position: relative;
  margin-left: 320px;
  float: left;
  min-height: 300px;
}

.site-content .two-columns-cta .content-area {
  margin-left: 0 !important;
  width: 915px !important;
}

#post-featured {
  height: 180px;
  background: url(images/bg_header_banner.jpg) repeat-x;
}

#post-featured .site-container p {
  margin: 0;
}

#post-featured .site-container .left-curve {
  background: url(images/curve_left.png) no-repeat top left;
  position: relative;
  z-index: 5;
  width: 30px;
  height: 180px;
  float: left;
}

#post-featured .site-container .right-curve {
  background: url(images/curve_right.png) no-repeat top right;
  position: relative;
  z-index: 5;
  width: 30px;
  height: 180px;
  float: right;
}

#post-featured .site-container .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 180px;
  margin: 0;
  padding: 0;
}

/*
 * About
 */

.wv .entry-content span {
  font-style: MyrianProRegular;
  font-size: 13pt;
  color: #3f9845;
}

.wv .entry-content h2 {
  font-style: MyrianProRegular;
  font-size: 10pt;
  font-weight: bold;
}

.wv .entry-content p {
  font-style: MyrianProRegular;
  font-size: 11pt;
}

/*
* Right Sidebar
*/

.right-sidebar {
  float: right;
  width: 180px;
  padding-right: 5px;
}

.right-sidebar .featured {
  padding: 0 0 0 10px;
}

.right-sidebar .featured h2 {
  padding: 15px 0 25px 0;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.right-sidebar .featured a.btn {
  margin: 20px 0;
}

.right-sidebar .thumb {
  width: 134px;
  height: 134px;
  overflow: hidden;
  margin-bottom: 6px;
  background: #29ade4;
  border-radius: 50%;
  text-align: center;
}

.right-sidebar .featured p {
  font-family: "myriad-pro", sans-serif;
}

.right-sidebar .title {
  color: #29ade4;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 5px 0;
  max-width: 150px;
  font-family: "MuseoSans-500", sans-serif;
}

/*
 * Footer
 */

.site-footer {
  background-color: #4a474c;
  height: 175px;
}

.site-info {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 0 0 0;
  margin: 0 auto;
  max-width: 1095px;
}

.site-info p {
  font-size: 12px;
  line-height: 1.5em;
  font-family: "myriad-pro", sans-serif;
}

.site-info a {
  color: #fff;
  font-family: "myriad-pro", sans-serif;
}

.site-info a:hover,
.site-info a:focus {
  color: #7ac143;
}

.copyright {
  width: 300px;
  display: inline-block;
  margin-left: 320px;
  margin-right: 45px;
}

.copyright .links-wrapper {
  position: absolute;
  margin: 50px 0 0 0;
}

.copyright .right-sidebar {
  display: none;
}

.copyright .left-section .other-links {
  display: none;
}

.copyright .left-section {
  padding: 0;
}

.copyright .left-section .footer-navigation ul li {
  display: inline-block;
  vertical-align: top;
}

.copyright .left-section .footer-navigation ul li::before {
  content: " | ";
  padding: 0 5px;
}

.copyright .left-section .footer-navigation ul li:first-child::before {
  content: "";
  padding: 0;
}

.partnered {
  display: inline-block;
  vertical-align: top;
}

.partnered img {
  vertical-align: top;
  margin-left: 45px;
}

/**
 * Posts and pages
 */

.entry-header h2 a {
  color: #3f9845;
  font-size: 24px;
  text-transform: capitalize;
  font-family: "myriad-pro", sans-serif;
  display: block;
  margin-bottom: 3px;
}

.entry-header span {
  font-size: 11px;
  text-transform: uppercase;
  color: #5c5d62;
}

.entry-header .updated {
  display: none;
}

.entry-header .entry-date.published.updated {
  display: inline-block;
}

.entry-header .byline a {
  color: #7ac143;
}

.entry-header .byline a:hover {
  color: #3f9845;
}

.entry-title {
  color: #5c5d62;
  font-size: 21px;
  text-transform: uppercase;
}

.entry-content {
  padding: 30px 0;
  letter-spacing: 0;
}

.entry-content h1 {
  font-family: "myriad-pro", sans-serif;
  color: #3f9845;
  font-size: 21px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.entry-content h2 {
  font-size: 16px;
  font-family: "myriad-pro", sans-serif;
}

.entry-content a {
  color: #3f9845;
}

.entry-content a:hover {
  text-decoration: underline;
}

.entry-content span.read-more-wrapper {
  display: block;
}

.entry-content a.read-more {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin: 10px 0;
  font-weight: bold;
  letter-spacing: 0.0625em;
}

.entry-content ul.clients-wrapper li {
  float: left;
  width: 150px;
  height: 90px;
  text-align: center;
  border: 1px solid #bdbdbd;
  margin: 20px 10px;
  padding: 0 5px;
}

.entry-content ul.clients-wrapper li:nth-child(3n+1) {
  margin: 20px 10px 20px 0;
}

.entry-content ul.clients-wrapper li:nth-child(3n+3) {
  margin: 20px 0 20px 10px;
}

.entry-content ul.clients-wrapper li .wrap {
  height: 90px;
  line-height: 90px;
}

.entry-content ul.clients-wrapper li img {
  vertical-align: middle;
}

.page-list {
  list-style: square;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}

.page-list li {
  padding: 0 0 5px 0;
  margin: 0 0 0 25px;
}

.page-list li a {
  display: block;
  margin-bottom: 10px;
}

.page-list li ul {
  list-style: disc;
}

.page-list li ul li {
  width: auto;
}

.page-list li ul li a {
  margin: 0;
}


/**
 * Single-post
 */

.single .widget {
  padding: 30px 0;
}

.single-post .entry-title {
  color: #3f9845;
  text-transform: capitalize;
  font-size: 24px;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-post .widget-title {
  color: #7ac143;
  font-family: "MuseoSans-300", sans-serif;
}

.single-clients .clients-list a.back {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin: 10px 0;
  color: #3f9845;
}

.single-clients .clients-list a.back:hover {
  text-decoration: underline;
}


.widget_simplesubscribe .email {
  height: 32px;
  width: 32px;
  display: inline-block;
  padding: 0;
  background: url(images/social_icons/email.png) no-repeat;
  overflow: hidden;
  margin-right: 5px;
}

.widget_simplesubscribe .rss {
  height: 32px;
  width: 32px;
  display: inline-block;
  padding: 0;
  background: url(images/social_icons/rss.png) no-repeat;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
}

/**
 * Archive
 */

.archive .widget-title {
  color: #7ac143;
}

/**
 * Featured-product
 */

.single-featured .entry-title {
  color: #7ac143;
}

/**
 * Blog theme
 */

.blog .site-content .secondary,
.single-post .site-content .secondary {
  width: 270px;
}

.blog .content-area {
  font-family: "myriad-pro", sans-serif;
}

.blog .entry-header span {
  font-weight: bold;
}

.blog .entry-content {
  padding: 15px 0;
}

.blog .widget {
  padding: 30px 0;
}

.blog .widget-title {
  color: #7ac143;
  padding: 5px 0;
  letter-spacing: 1px;
  font-family: "MuseoSans-300", sans-serif;
}

.blog .content-area .site-main article {
  padding: 30px 0 0 0;
  border-top: 2px solid #dddddd;
}

.blog .content-area .site-main article.first {
  padding: 0;
  border-top: 0;
}

.blog .post-thumbnail,
.single .post-thumbnail {
  display: block;
  margin: 15px 0 5px 0;
  height: 190px;
  overflow: hidden;
}

.blog .post-thumbnail img,
.single .post-thumbnail img {
  margin: 0 auto;
  text-align: center;
}

.addtoany_share_save_container {
  font-size: 14px;
  border-top: 2px solid #dddddd;
  padding: 35px 0 5px 0;
}

.addtoany_share_save_container div {
  display: inline-block;
  vertical-align: top;
}

.addtoany_share_save_container .addtoany_header {
  text-transform: uppercase;
  padding: 5px 20px 5px 0;
  color: #7ac143;
}

.addtoany_share_save_container .a2a_kit a {
  display: inline-block;
  margin: 0 10px;
}

/**
 * Search Theme
 */

.search .site-main .page-header {
  padding: 20px 0;
}

.search .site-main article.first {
  padding: 0;
  border-top: 0;
}

.search .site-main article {
  padding: 30px 0 0 0;
  border-top: 2px solid #dddddd;
}

.search .site-main article .post-thumbnail {
  display: block;
  margin: 0 0 25px 0;
  height: 190px;
  overflow: hidden;
}

.search .site-main .entry-summary {
  padding: 15px 0;
}

.search .site-main .read-more-wrapper a {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  color: #3f9845;
}

.search .site-content {
  padding: 0 25px;
}

.search .site-content input[type="submit"] {
  margin: 25px 0;
}

/**
 * Page Navigation
 */

.pagination {
  border-top: 1px solid #dddddd;
  font-size: 16px;
  color: #dddddd;
  padding: 15px 0;
}

.pagination .page-numbers {
  display: inline-block;
  float: left;
  color: #7ac143;
  padding: 0 8px;
  border-right: 1px solid #dddddd;
  height: 20px;
}

.pagination .page-numbers:hover {
  text-decoration: underline;
}

.pagination a.prev.page-numbers {
  background: url(images/ico_leaf_arrow_gray.png) no-repeat;
  background-size: 20px 14px;
  padding: 14px 0 0 0;
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 20px;
  margin: 3px 7px 0 0;
  border-right: 0;
}

.pagination a.next.page-numbers {
  background: url(images/ico_leaf_arrow.png) no-repeat;
  background-size: 20px 14px;
  padding: 14px 0 0 0;
  display: inline-block;
  overflow: hidden;
  height: 0;
  width: 20px;
  margin: 3px 0 0 7px;
  border-right: 0;
}

.pagination .page-numbers.current {
  color: #dddddd;
}

.pagination .prev:before {
  content: "\f430";
  left: -1px;
}

.pagination .next {
  right: 0;
}

.pagination .next:before {
  content: "\f429";
  right: -1px;
}

/**
 * Comments Area
 */

.comments-area {
  border-top: 2px solid #dddddd;
  padding: 30px 0;
}

.comments-area h3 {
  text-transform: uppercase;
  color: #7ac143;
  font-size: 14px;
  padding: 5px 0;
  font-weight: 500;
}

.comments-area form {
  padding: 10px 0;
}

.comments-area form input[type="text"],
.comments-area form input[type="email"],
.comments-area form textarea {
  padding: 0.5em;
  font-family: "MuseoSans-500", sans-serif;
}

.comments-area form .form-submit {
  margin: 0 0 25px 0;
}

.comments-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #7ac143;
  font-weight: 500;
  border-top: 2px solid #dddddd;
  padding: 35px 0 20px 0;
}

.comment-list .author-image-wrapper {
  float: left;
  width: 18%;
}

.comment-list .avatar {
  border-radius: 50%;
  vertical-align: top;
}

.comment-list .comment-body {
  padding: 15px 0;
}

.comment-list .author {
  display: inline-block;
  vertical-align: top;
  color: #4c4b45;
  letter-spacing: 0;
  float: left;
  width: 82%;
}

.comment-list .author .author-name {
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
}

.comment-list .author .comment-time {
  display: inline-block;
  color: #bfbfbf;
  font-size: 15px;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
}

.comment-list .author .comment-time span {
  text-transform: uppercase;
}

.comment-list .author .comment-time span:before {
  content: '\00B7';
  font-size: 20px;
  font-weight: 700;
  margin-right: 8px;
  margin-left: 3px;
}

.comment-list .children {
  margin-left: 90px;
}

.comment-list .children .avatar {
  width: 52px;
}

.comment-list .comment-footer .reply,
.comment-list .comment-footer .spacer,
.comment-list .comment-footer .share-wrapper {
  display: inline-block;
}

.comment-list .comment-footer .spacer {
  font-size: 11px;
  color: #bdbdbd;
}

.comment-list .comment-footer .share-wrapper {
  display: inline-block;
  font-size: 12px;
  color: #4c4b45;
  text-transform: uppercase;
}

.comment-list .comment-footer .share-wrapper a.ico {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  overflow: hidden;
  height: 0;
  width: 18px;
  padding: 18px 0 0 0;
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.comment-list .comment-footer .share-wrapper a.ico.fb {
  background-image: url(images/ico_fb.png);
}

.comment-list .comment-footer .share-wrapper a.ico.twitter {
  background-image: url(images/ico_twitter.png);
}

.comment-list .comment-footer .share-wrapper a.ico.permalink {
  background-image: url(images/ico_permalink.png);
}

.comment-list .comment-footer p {
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
}

.comment-list .reply a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
  color: #4c4b45;
  letter-spacing: 0;
}

.comment-list .reply a:hover {
  text-decoration: underline;
}


/**
 * Author Bio
 */

.author-info {
  border-top: 2px solid #dddddd;
  padding: 35px 0;
  margin-top: 30px;
}

.author-avatar,
.author-description {
  display: inline-block;
  vertical-align: top;
}

.author-avatar {
  margin-right: 20px;
}

.author-title {
  color: #7ac143;
  font-weight: bold;
  font-family: "myriad-pro", sans-serif;
}


/**
 * Homepage
 */

.home {
  color: #fff;
}

.home .hfeed .entry-header.aaa,
.home .entry-title {
  display: none;
}

.home .hfeed .entry-content {
  padding: 0;
}

.home .hfeed .clients {
  margin: 20px auto;
  padding: 20px 0;
}

.home .hfeed .clients p {
  margin: 18px 0;
  float: left;
  color: #9d9c9e;
  font-size: 30px;
  font-family: "MuseoSans-300", sans-serif;
}

.home .hfeed .billboard .main_slideshow {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
  font-family: 'MuseoSans-300', sans-serif !important;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left,
.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right {
  background: transparent;
  color: #5c5d62;
  font-size: 26px;
  top: 110px;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left {
  left: 170px;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right {
  left: 67%;
  width: 23%;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1,
.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1 a {
  color: #3f9845;
  font-size: 42px;
  padding: 0 !important;
  margin-bottom: 10px !important;
  text-align: left;
  line-height: 1.1em;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1,
.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1 a {
  color: #3f9845;
  font-size: 42px;
  padding: 0 !important;
  margin-bottom: 10px !important;
  text-align: right;
  line-height: 1.1em;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1 a {
  width: 300px;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1 a {
  padding: 0 0 0 30px !important;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left .slideshow_title,
.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left .slideshow_description,
.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left .slideshow_description a {
  margin: 0 auto;
  max-width: none !important;
  text-align: left !important;
  padding: 0 !important;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right .slideshow_title {
  margin: 0 auto;
  max-width: none !important;
  text-align: right !important;
  padding: 0 !important;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right .slideshow_description,
.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right .slideshow_description a {
  text-align: left !important;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left .slideshow_description a div {
  color: #5c5d62;
  font-size: 26px;
  width: 235px;
  text-align: left;
  padding: 15px 0;
  line-height: 1.2em;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right .slideshow_description a div {
  color: #5c5d62;
  font-size: 26px;
  text-align: right;
  padding: 15px 0 15px 30px;
  line-height: 1.2em;
}

.home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right .slideshow_description .button {
  float: right;
}

.home .hfeed .billboard .sub_slideshow {
  display: none;
}

.home .hfeed .clients .client_slideshow {
  float: right;
}

.home .hfeed .clients .client_sub_slideshow {
  display: none;
}

.home .slideshow_container_style-light .slideshow_transparent {
  opacity: 1 !important;
}

.home .hfeed .slideshow_container .slideshow_button.slideshow_previous {
  left: 15px;
}

.home .hfeed .slideshow_container .slideshow_button.slideshow_next {
  right: 15px;
  background-position: -21px 0px;
}

.home .hfeed .slideshow_container_style-light .slideshow_button {
  width: 21px;
  background: url(images/slider_nav.png);
  background-position: 0px 0px;
  height: 21px;
  margin-top: -5px;
}

.home .hfeed .slideshow_container_style-light .slideshow_button.slideshow_previous:hover,
.home .hfeed .slideshow_container_style-light .slideshow_button.slideshow_next:hover {
  background: url(images/slider_nav_hover.png);
  background-position: 0px 0px;
}

.home .hfeed .slideshow_container_style-light .slideshow_button.slideshow_next:hover {
  background-position: -21px 0px;
}

.home .hfeed .billboard .sub_slideshow .slideshow_container_style-light .slideshow_button {
  background: url('images/arrow_phone.png') no-repeat;
  background-position: 0px 0px;
  width: 48px;
  height: 48px;
}

.home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_previous {
  left: 2em;
  opacity: 1;
}

.home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_next {
  right: 2em;
  background-position: -48px 0px;
  opacity: 1;
}

.home .hfeed .list_carousel {
  width: 750px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.home .hfeed .list_carousel .caroufredsel_wrapper {
  height: 74px !important;
}

.home .hfeed .list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  height: 74px !important;
}

.home .hfeed .list_carousel li {
  display: block;
  float: left;
  height: 74px;
  margin: 0 8px;
  padding: 0;
  width: 135px !important;
  text-align: center;
}

.home .hfeed .list_carousel ul li .wrap {
  height: 74px;
  line-height: 74px;
}

.home .hfeed .list_carousel ul li img {
  vertical-align: middle;
}

.home .hfeed a.prev,
.home .hfeed a.next {
  width: 21px;
  background: url(images/slider_nav.png);
  background-position: 0px 0px;
  height: 0;
  padding: 21px 0 0 0;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.home .hfeed a.next {
  background-position: -21px 0px;
}

.home .hfeed a.prev:hover,
.home .hfeed a.next:hover {
  background: url(images/slider_nav_hover.png);
  background-position: 0px 0px;
}

.home .hfeed a.next:hover {
  background-position: -21px 0px;
}

.help-grow {
  background: #4a474c;
  height: 278px;
  padding: 50px 0;
}

.help-grow.shadow h2 {
  font-weight: normal;
  width: 280px;
  padding: 0 40px 0 0;
}

.help-grow ul li {
  display: inline-block;
  position: relative;
  height: 160px;
  text-align: center;
  width: 220px;
  vertical-align: top;
  margin: 0 0 0 40px;
  text-shadow: 0px 1px 1px rgba(63, 152, 69, 0.38);
}

.help-grow ul li:first-child {
  margin: 0;
}

.help-grow ul li a {
  display: block;
}

.help-grow ul li a:hover {
  text-decoration: none;
}

.help-grow ul li span.img-wrapper {
  display: block;
  position: relative;
  width: 220px;
  height: 124px;
  margin: 0 auto;
  text-align: center;
}

.help-grow ul li img.set_image_hover {
  display: none;
}

.help-grow ul li img.set_image.active {
  display: none;
}

.help-grow ul li img.set_image_hover.active {
  display: inline-block;
}

.help-grow ul li span.title {
  display: block;
  color: #bfbfbf;
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 20px;
  text-shadow: 0px 1px 1px rgba(63, 152, 69, 0.38);
  letter-spacing: 0.0625em;
}

.two-sections {
  background: #f99d1c url(images/bg_leaves.jpg) no-repeat;
  height: 334px;
  overflow: hidden;
}

.panel {
  max-width: 1440px;
  margin: 0 auto;
}

.panel h2 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.2em;
  padding: 5px 0 15px 0;
  font-family: "MuseoSans-300", sans-serif;
  font-weight: normal;
}

.shadow h2 {
  width: 320px;
  padding: 0 20px 0 0;
  text-shadow: 0px 1px 1px rgba(63, 152, 69, 0.38);
  float: left;
  letter-spacing: 0px;
}

.panel p {
  margin: 0;
  padding: 0;
  font-family: "myriad-pro", sans-serif;
  font-size: 24px;
}

.panel p a,
.ms-info button,
.slideshow_container .slideshow_description p.button {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 50%;
  line-height: 34px;
  height: 34px;
  padding: 0 48px 0 17px;
  text-decoration: none;
  border-radius: 20px;
  margin: 20px 0 0 0;
  font-family: "MuseoSans-300", sans-serif;
  letter-spacing: 0.0625em;
  cursor: pointer;
}

.panel p a:hover,
.ms-info button:hover,
.slideshow_container .slideshow_description p.button:hover {
  background: #7ac143 url(images/ico_leaf_arrow_hover.png) no-repeat 95% 50%;
  text-decoration: none;
}

.left-section {
  float: left;
  width: 310px;
  padding: 55px 0;
}

.left-section h2 {
  max-width: 200px;
}

.left-section p {
  max-width: 195px;
}

.free-guide {
  float: left;
  max-width: 750px;
  padding: 55px 0 35px 35px;
}

.free-guide .image-wrapper {
  display: inline-block;
  width: 200px;
  float: left;
}

.free-guide .main-content {
  display: inline-block;
  vertical-align: top;
  max-width: 500px;
  float: left;
}

.free-guide span {
  color: #d56300;
  font-size: 20px;
  font-family: "MuseoSans-500", sans-serif;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}

.free-guide h2 {
  max-width: 450px;
  font-family: "myriad-pro", sans-serif;
  font-weight: bold;
}

.bottom-section {
  background: #29ade4;
  padding: 70px 0;
}

.bottom-section .content>div {
  float: left;
  max-width: 775px;
}

.panel.bottom-section .content>div p {
  font-size: 16px;
  margin: 0 0 1em 0;
}

.read-more-blog-wrapper {
  display: none;
  text-align: center;
  margin: 0 0 50px 0;
  border-top: 1px solid #dddddd;
  padding: 30px 0 0 0;
}

.read-more-blog-wrapper a {
  background-color: #f99d1c;
  color: #ffffff;
  padding: 15px 40px;
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  border-radius: 32px;
  font-size: 20px;
  display: inline-block;
}

.read-more-blog-wrapper.active {
  display: block;
}

nav.navigation.pagination.active {
  display: none;
}

/**
 * Media Queries
 */

/*@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}*/

@media screen and (max-width: 1399px) {
  .ms-slide-info.ms-dir-v.ms-align-left {
    left: 110px !important;
  }

  .two-sections {
    background: #f99d1c url(images/bg_leaves.jpg) no-repeat -60px 0;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left {
    left: 150px;
  }
}

@media screen and (max-width: 1299px) {
  .ms-slide-info.ms-dir-v.ms-align-left {
    left: 90px !important;
  }

  .ms-slide-info .ms-info h1 {
    font-size: 36px;
    width: 280px;
  }

  .ms-slide-info .ms-info p {
    font-size: 22px;
    width: 230px;
  }

  .two-sections {
    background: #f99d1c url(images/bg_leaves.jpg) no-repeat -120px 0;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left {
    left: 120px;
  }
}

@media screen and (max-width: 1151px) {
  .bottom-section .content>div {
    max-width: 760px;
  }

  .two-sections {
    background: #f99d1c url(images/bg_leaves.jpg) no-repeat -175px 0;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left {
    left: 75px;
    top: 70px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right {
    top: 70px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1 a {
    width: 250px;
  }

  .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1 a,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1 a {
    font-size: 36px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left .slideshow_description a div {
    font-size: 20px;
    width: 235px;
    padding: 15px 0;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right .slideshow_description a div {
    font-size: 20px;
  }
}

@media screen and (max-width: 1099px) {
  .ms-slide-info.ms-dir-v.ms-align-left {
    left: 90px !important;
  }

  .ms-slide-info .ms-info h1 {
    font-size: 30px;
    width: 240px;
    margin: 20px 0;
  }

  .ms-slide-info .ms-info p {
    font-size: 18px;
    width: 180px;
  }

  .ms-info button {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0 42px 0 15px;
    background-size: 22px auto;
  }

  .ms-info button:hover {
    background-size: 22px auto;
  }

  .panel h2 {
    font-size: 28px;
  }

  .site-branding nav,
  .site-content .two-columns .content-area,
  .site-content .three-columns .content-area,
  .copyright {
    margin-left: 280px;
  }

  .site-content .two-columns .content-area,
  .site-content .three-columns .content-area {
    width: 510px;
  }

  .site-branding .site-container {
    padding: 0 5px;
  }

  .copyright {
    width: 280px;
    margin-right: 0px;
  }

  .top-navigation li {
    margin: 0 15px;
  }

  .social-navigation ul li:last-child {
    padding: 0 12px;
  }

  /*#topnav nav.login {
    padding: 0 12px;
  }*/

  .main-navigation li {
    padding: 0 0 0 47px;
  }

  .main-navigation ul ul,
  .main-navigation-mobile ul ul {
    min-width: 185px;
  }

  .main-navigation li ul li:first-child,
  .main-navigation li ul li {
    font-size: 13px;
  }

  .main-navigation li ul li a {
    padding: 10px 12px;
  }

  .main-navigation ul ul li ul {
    left: 185px;
  }

  .site-content .secondary,
  .blog .site-content .secondary,
  .single-post .site-content .secondary {
    padding: 0 0 0 60px;
    width: 240px;
  }

  .widget-area .widget_nav_menu ul li.current_page_item {
    margin-left: -40px;
    padding-left: 40px;
  }

  .home .hfeed .clients .client_slideshow {
    padding-right: 0;
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .help-grow.shadow h2,
  .shadow h2,
  .left-section {
    width: 280px;
    padding-left: 10px;
  }

  .two-sections .left-section {
    background: url(images/bg_leaves.jpg) no-repeat top right;
    height: 334px;
    width: 270px;
    padding-left: 10px;
  }

  .help-grow ul li {
    margin: 0 0 0 10px;
  }

  .help-grow ul li span.title {
    font-size: 18px;
  }

  .help-grow.shadow h2 {
    padding-right: 50px;
  }

  .home .hfeed .clients p {
    font-size: 28px;
    margin: 5px 0 20px 10px;
    float: none;
    text-align: center;
  }

  .bottom-section .content>div {
    max-width: 640px;
    padding: 0 10px 0 0;
  }

  .two-sections {
    background: #f99d1c;
  }

  .free-guide {
    padding: 55px 0 25px 25px;
  }

  .free-guide .image-wrapper {
    width: 190px;
  }

  .free-guide .main-content {
    max-width: 460px;
  }
}

@media screen and (min-width: 999px) {
  .home .hfeed .list_carousel ul li img {
    max-height: 74px;
    max-width: 130px;
  }
}

@media screen and (max-width: 989px) {

  .site-branding nav,
  .site-content .two-columns .content-area,
  .site-content .three-columns .content-area,
  .copyright {
    margin-left: 250px;
  }

  .main-navigation li:first-child {
    padding: 0;
  }

  .main-navigation li {
    padding: 0 0 0 32px;
  }

  .site-content .two-columns {
    padding: 50px 0;
  }

  .site-content .three-columns {
    padding: 50px 0 0 0;
  }

  .site-content .three-columns .content-area {
    min-height: 375px;
  }

  .site-content .content-area.default {
    padding: 50px 20px;
  }

  .site-content .secondary,
  .blog .site-content .secondary,
  .single-post .site-content .secondary {
    padding: 0 0 0 50px;
    width: 220px;
  }

  .widget-area .widget_nav_menu ul li.current_page_item {
    margin-left: -35px;
    padding-left: 35px;
  }

  .right-sidebar {
    float: none;
    width: 100%;
    background: #29ade4;
    padding: 0 15px;
    clear: both;
  }

  .right-sidebar .thumb {
    display: inline-block;
    vertical-align: top;
  }

  .right-sidebar .featured {
    max-width: 385px;
    padding: 5px 0px 35px 10px;
    display: inline-block;
    color: #fff;
  }

  .right-sidebar .featured .title {
    color: #636363;
    text-transform: uppercase;
    padding: 30px 0 0 0;
    border-bottom: 0;
  }

  .partnered img {
    margin-left: 35px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left {
    left: 65px;
    top: 60px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right {
    top: 60px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1 a {
    width: 190px;
  }

  .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1 a,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1 a {
    font-size: 28px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left .slideshow_description a div {
    font-size: 16px;
    width: 215px;
    padding: 10px 0;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right .slideshow_description a div {
    font-size: 16px;
    padding: 10px 0;
  }

  .slideshow_container .slideshow_description p.button {
    font-size: 12px;
    background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 48%;
    background-size: 22px auto;
    line-height: 28px;
    height: 28px;
    padding: 0 40px 0 14px;
    border-radius: 16px;
    margin: 15px 0 0 0;
  }

}

@media screen and (min-width: 900px) and (max-width: 989px) {

  .help-grow ul li,
  .help-grow ul li span.img-wrapper {
    width: 190px;
  }

  .free-guide .image-wrapper {
    width: 175px;
  }

  .free-guide .image-wrapper img {
    width: 145px;
  }

  .free-guide .main-content {
    max-width: 410px;
  }

  .bottom-section .content>div {
    max-width: 605px;
  }
}

@media screen and (min-width: 700px) and (max-width: 899px) {

  .site-branding nav,
  .site-content .two-columns .content-area,
  .site-content .three-columns .content-area,
  .copyright {
    margin-left: 230px;
  }

  p {
    font-size: 15px;
  }

  #topnav nav {
    padding: 0 0 0 5px;
  }

  #topnav form input {
    width: 130px;
  }

  #topnav form input[type="submit"] {
    background-size: 18px 18px;
    width: 44px;
  }

  .top-navigation li {
    margin: 0 12px;
  }

  .social-navigation a {
    margin: 10px;
  }

  .social-navigation a:before {
    font-size: 13px;
  }

  .social-navigation ul li:last-child {
    padding: 0 8px;
  }

  .social-navigation li.login-link-wrapper a {
    background-size: 22px auto;
    padding: 3px 0 0 30px;
    margin: 15px 0 0 0;
    letter-spacing: 0.5px;
  }

  .site-title img {
    width: 165px;
  }

  .site-header nav li {
    letter-spacing: 0.5px;
  }

  .main-navigation li {
    padding: 0 0 0 32px;
    font-size: 13px;
  }

  .main-navigation ul ul,
  .main-navigation-mobile ul ul {
    min-width: 160px;
  }

  .main-navigation li ul li:first-child,
  .main-navigation li ul li {
    font-size: 12px;
  }

  .main-navigation li ul li a {
    padding: 8px 10px;
  }

  .main-navigation ul ul li ul {
    left: 160px;
  }

  .site-content .secondary,
  .blog .site-content .secondary,
  .single-post .site-content .secondary {
    padding: 0 0 0 45px;
    width: 200px;
  }

  .widget-area,
  .widget-area .widget-title,
  h2.title {
    font-size: 13px;
  }

  .widget-area .widget_nav_menu ul li.current_page_item {
    margin-left: -30px;
    padding-left: 30px;
    background: url(images/ico_leaf_arrow.png) no-repeat 0 18px;
    background-size: 22px;
  }

  .blog .widget-title {
    letter-spacing: 0.5px;
  }

  .widget_simplesubscribe .email,
  .widget_simplesubscribe .rss {
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }

  #osd-blog-search input[type="image"],
  .widget-area input[type="submit"] {
    width: 20px;
    padding: 7px 11px;
    background-size: 20px auto;
  }

  .panel h2 {
    letter-spacing: 0.5px;
  }

  .help-grow {
    height: auto;
  }

  .help-grow.shadow h2,
  .shadow h2 {
    float: none;
    width: 100%;
    padding: 0 15px;
  }

  .help-grow.shadow h2 {
    text-align: center;
    padding: 0 15px 20px 15px;
  }

  .help-grow ul {
    margin: 5px auto;
    max-width: 700px;
  }

  .help-grow ul li,
  .help-grow ul li:first-child {
    margin: 0 5px;
  }

  .home .hfeed .clients p {
    float: none;
    text-align: center;
    margin: 5px 0 20px 0px;
  }

  .home .hfeed .list_carousel {
    width: 670px;
    margin: 0 10px;
  }

  .home .hfeed .list_carousel li {
    width: 118px !important;
  }

  .list_carousel ul li img {
    max-height: 65px;
  }

  .two-sections {
    background: none;
    height: auto;
    overflow: visible;
  }

  .two-sections .left-section {
    float: none;
    padding: 50px 0;
    display: block;
    width: 100%;
    height: 272px;
    background: #f99d1c url(images/bg_product.png) no-repeat top left;
    background-size: cover;
  }

  .two-sections .left-section h2,
  .two-sections .left-section div {
    margin: 0 auto;
    max-width: 340px;
  }

  .left-section p {
    max-width: 320px;
  }

  .two-sections .free-guide {
    padding: 50px 0 50px 17px;
    background: #f99d1c;
    width: 100%;
    max-width: none;
  }

  .two-sections .free-guide .image-wrapper {
    margin-left: 10px;
  }

  .two-sections .free-guide .main-content {
    max-width: 450px;
  }

  .bottom-section .content>div {
    max-width: none;
    padding: 20px 20px 0 20px;
  }

  .copyright {
    width: 240px;
  }

  .partnered img {
    margin-left: 20px;
    width: 150px;
  }

  .partnered img:first-child {
    width: 75px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left {
    left: 60px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1 a {
    width: 160px;
  }

  .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left h1 a,
  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right h1 a {
    font-size: 24px;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_left .slideshow_description a div {
    font-size: 13px;
    width: 165px;
    padding: 5px 0;
  }

  .home .hfeed .billboard .main_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box.slideshow_text_right .slideshow_description a div {
    font-size: 13px;
    padding: 5px 0;
  }

  .slideshow_container .slideshow_description p.button {
    font-size: 11px;
    background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 48%;
    background-size: 20px auto;
    line-height: 24px;
    height: 24px;
    padding: 0 36px 0 14px;
    border-radius: 16px;
    margin: 15px 0 0 0;
  }
}

@media screen and (min-width: 700px) and (max-width: 767px) {

  .site-branding nav,
  .site-content .two-columns .content-area,
  .site-content .three-columns .content-area,
  .copyright {
    margin-left: 200px;
  }

  .main-navigation li {
    padding: 0 0 0 25px;
  }

  .help-grow ul {
    max-width: 660px;
  }

  .help-grow ul li {
    width: 205px;
  }

  .home .hfeed .list_carousel {
    width: 610px;
  }

  .home .hfeed .list_carousel li {
    width: 106px !important;
  }

  .copyright {
    width: 235px;
  }

  .partnered img:first-child {
    width: 60px;
  }

  .partnered img {
    width: 125px;
  }

  .site-content .secondary,
  .blog .site-content .secondary,
  .single-post .site-content .secondary {
    padding: 0 0 0 40px;
    width: 190px;
  }

  .site-content .two-columns .content-area,
  .site-content .three-columns .content-area {
    width: 485px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 699px) {

  .site-branding,
  #topnav {
    display: none;
  }

  .site-branding.mobile {
    display: block;
  }

  .site-branding.mobile form {
    border-right: none;
  }

  .site-content .content-area.default {
    padding: 0px 20px;
  }

  .site-content .two-columns,
  .site-content .three-columns {
    padding: 0;
  }

  h1.page-title.screen-reader-text,
  .single h2.title {
    position: relative !important;
    height: auto;
    width: auto;
    text-align: center;
    font-size: 37px;
    color: #3f9845;
    overflow: inherit;
    line-height: 1em;
    text-transform: capitalize;
  }

  .copyright .links-wrapper {
    position: relative;
    margin: 0;
  }

  .blog .site-content .secondary {
    width: 100%;
    padding: 25px 25px 40px 25px;
    background-color: #7ac143;
  }

  .blog .entry-title {
    text-transform: none;
    text-align: left;
  }

  .single .site-content .secondary {
    width: 100%;
    padding: 25px 25px 40px 25px;
    background-color: #7ac143;
  }

  .single .widget-title,
  h2.title {
    text-transform: uppercase;
    font-size: 14px;
    display: none;
  }

  .single h2.title {
    display: block;
  }

  .single .widget_simplesubscribe .email {
    background: url(images/ico_subscribe_sprite.png) no-repeat;
    background-size: cover;
    background-position: top left;
    margin-right: 10px;
  }

  .single .widget_simplesubscribe .rss {
    background: url(images/ico_subscribe_sprite.png) no-repeat;
    background-size: cover;
    background-position: -44px 0px;
  }

  .social-navigation li.login-link-wrapper,
  .home .hfeed .billboard .main_slideshow,
  #post-featured .site-container .left-curve,
  #post-featured .site-container .right-curve {
    display: none;
  }

  .home .hfeed .billboard .sub_slideshow {
    display: block;
  }

  .home .hfeed .clients .client_slideshow {
    margin: 0 auto;
    text-align: center;
  }

  .home .hfeed .client_slideshow .list_carousel {
    width: 460px;
    margin: 0 10px;
  }

  .home .hfeed .clients p {
    float: none;
    text-align: center;
    margin: 5px 0 20px 0px;
  }

  .home .hfeed .list_carousel ul li img {
    max-height: 65px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container_style-light .slideshow_button {
    margin-top: 0;
    bottom: 25px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_previous {
    left: 15px;
    top: inherit;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_next {
    right: 15px;
    top: inherit;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
    background: transparent;
    padding: 0;
    top: 280px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1,
  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1 a {
    font-size: 36px;
    color: #3f9845 !important;
    padding: 0;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description p,
  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description div {
    padding: 10px 0 0 0;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button {
    font-size: 16px;
    background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 50%;
    line-height: 32px;
    height: 32px;
    padding: 0 50px 0 17px;
    border-radius: 18px;
    margin: 15px 0 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button:hover {
    background: #7ac143 url(images/ico_leaf_arrow_hover.png) no-repeat 95% 50%;
    text-decoration: none;
  }

  .two-sections {
    background: none;
    height: auto;
    overflow: visible;
  }

  .two-sections .left-section {
    float: none;
    padding: 50px 0;
    display: block;
    width: 100%;
    height: 272px;
    background: #f99d1c url(images/bg_product.png) no-repeat top left;
    background-size: cover;
  }

  .two-sections .left-section h2,
  .two-sections .left-section div {
    margin: 0 auto;
    max-width: 310px;
  }

  .help-grow {
    height: auto;
  }

  .help-grow.shadow h2 {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0 0 30px 0;
  }

  .help-grow .menu-how-can-we-help-you-grow-container {
    text-align: center;
    padding: 0 20px;
  }

  .help-grow ul {
    clear: both;
  }

  .help-grow ul li {
    width: 30%;
    margin: 0;
    height: auto;
    float: left;
  }

  .help-grow ul li:nth-child(2) {
    width: 40%;
  }

  .help-grow ul li span.img-wrapper {
    width: 160px;
    height: 110px;
  }

  .help-grow ul li:first-child span.img-wrapper img {
    width: 100px;
  }

  .help-grow ul li:nth-child(2) span.img-wrapper img {
    width: 90px;
    margin-top: 5px;
  }

  .help-grow ul li:nth-child(3) span.img-wrapper img {
    width: 110px;
  }

  .two-sections .left-section p {
    max-width: none;
  }

  .two-sections .free-guide {
    padding: 50px 0 50px 17px;
    background: #f99d1c;
    width: 100%;
  }

  .two-sections .free-guide .image-wrapper {
    width: 175px;
    margin-left: 10px;
  }

  .two-sections .free-guide .image-wrapper img {
    width: 145px;
  }

  .two-sections .free-guide .main-content {
    max-width: 390px;
  }

  .bottom-section {
    padding: 40px 0;
  }

  .bottom-section .content {
    padding: 0 25px;
  }

  .bottom-section.shadow h2 {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .bottom-section .content>div {
    float: none;
    padding: 0;
  }

  .bottom-section .content>div p {
    padding: 5px 0;
  }

  .site-content .two-columns .content-area,
  .site-content .three-columns .content-area {
    float: none;
    margin: 0;
    width: 100%;
    padding: 0 25px;
  }

  .page .site-content .secondary {
    width: auto;
    border-top: 1px solid #dddddd;
    background: transparent;
    padding: 30px 0;
    margin: 0 25px;
  }

  .page .site-content .secondary .widget-title {
    display: block;
    margin: 0;
  }

  .page-template-page-three-columns .hfeed .site-content .secondary {
    background-color: transparent;
  }

  .page-template-page-three-columns .hfeed .site-content .secondary .widget-title,
  h1.entry-title,
  .site-content .widget-title {
    line-height: 1em;
    text-align: center;
    color: #3f9845;
    text-transform: capitalize;
    font-size: 37px;
    margin-bottom: 20px;
  }

  .site-content .widget-area .widget_text .widget-title {
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #5c5d62;
    margin: 5px 0;
  }

  .single h1.entry-title {
    text-align: left;
    font-size: 21px;
    color: #3f9845;
    margin-bottom: 0;
  }

  .page-child h1.entry-title {
    text-align: left;
    color: #5c5d62;
    text-transform: uppercase;
    font-size: 21px;
  }

  .page-template-page-three-columns .widget-area .widget_nav_menu ul li.current_page_item a {
    color: #7ac143;
  }

  .page-template-page-three-columns .hfeed .site-content .right-sidebar {
    display: block;
  }

  .hfeed .site-content .right-sidebar .featured {
    max-width: 385px;
    padding: 5px 0px 35px 10px;
  }

  .page-template-page-two-columns .hfeed .site-content .secondary {
    background-color: transparent;
  }

  .blog .site-content .secondary .title {
    display: none;
  }

  .hfeed .site-content .secondary .widget_categories {
    display: none;
  }

  .hfeed .site-content .secondary .widget_simplesubscribe .widget-title {
    display: block;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
  }

  .hfeed .site-content .secondary .widget-area .widgetGuts form {
    margin: 10px 0;
  }

  .hfeed .site-content .secondary .widget-area .widgetGuts form,
  .hfeed .site-content .secondary .widget-area .widgetGuts input[type="text"] {
    width: 95%;
  }

  .hfeed .site-content .right-sidebar {
    display: none;
  }

  #post-featured .clear:after {
    position: absolute;
    width: 100%;
    height: 35px;
    margin-top: -35px;
    background: url(images/bg_curve_mobile.png) no-repeat center;
  }

  #post-featured,
  #post-featured .site-container .image {
    height: 180px;
  }

  .blog .site-content .right-sidebar {
    display: block;
  }

  .blog .site-content .secondary {
    width: 100%;
  }

  .blog .widget,
  .single .widget {
    padding: 0;
  }

  .hfeed .site-content .three-columns {
    padding-bottom: 0px;
  }

  #osd-blog-search {
    margin: 25px 0;
  }

  #osd-blog-search form {
    height: 35px;
    padding: 5px;
  }

  .widgetGuts form {
    height: 30px;
    padding: 4px 5px;
  }

  #osd-blog-search input[type="text"],
  .widget-area .widgetGuts form dl dd:nth-child(2) {
    width: 94%;
  }

  .widget-area input[type="submit"] {
    background: url(images/ico_leaf_arrow.png) no-repeat;
    background-size: 20px 14px;
  }

  #osd-blog-search input[type="image"] {
    background: url(images/ico_search_dark.png) no-repeat;
    background-size: 18px;
    height: 20px;
  }

  .widget_simplesubscribe .email {
    background: url(images/ico_subscribe_sprite.png) no-repeat;
    background-size: cover;
    background-position: top left;
    margin-right: 10px;
  }

  .widget_simplesubscribe .rss {
    background: url(images/ico_subscribe_sprite.png) no-repeat;
    background-size: cover;
    background-position: -44px 0px;
  }

  .site-content .secondary {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 30px 0 30px 80px;
  }

  .site-content .secondary .widget-title {
    display: none;
  }

  .widget-area .widget_nav_menu ul li {
    padding: 8px 0 8px 40px;
  }

  .widget-area .widget_nav_menu ul li.current_page_item {
    background-position: 0 8px;
    margin: 0;
  }

  .right-sidebar {
    float: none;
    width: 100%;
    background: #29ade4;
    padding: 0 15px;
  }

  .right-sidebar .thumb {
    display: inline-block;
    vertical-align: top;
  }

  .featured {
    display: inline-block;
    color: #fff;
  }

  .featured .title {
    color: #636363;
    text-transform: uppercase;
    padding: 30px 0 0 0;
    border-bottom: 0;
  }

  .right-sidebar .featured h2 {
    color: #fff;
    padding: 0 0 15px 0;
    line-height: 1.5em;
  }

  .site-info .social-navigation li {
    float: none;
    height: auto;
    margin: 0 0 10px 0;
  }

  .site-info .social-navigation li.login-link-wrapper {
    display: none;
  }

  .site-info .social-navigation a {
    color: #4a474c;
    margin: 5px;
    width: 28px;
    height: 28px;
  }

  .site-footer {
    background-color: #2e2e2e;
    padding: 0 15px;
  }

  .site-footer .site-info {
    float: none;
    padding: 0;
  }

  .partnered {
    display: none;
  }

  .site-footer {
    padding: 0;
    height: auto;
  }

  .copyright {
    width: 100%;
    margin: 0;
  }

  .copyright .left-section .other-links {
    display: block;
    padding-bottom: 10px;
  }

  .copyright p {
    max-width: 370px;
    padding: 30px 15px 30px 25px;
    margin-top: 0;
  }

  .copyright .links-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px 15px 5px 25px;
    background-color: #393939;
    vertical-align: middle;
    margin-top: 0;
  }

  .copyright .left-section {
    padding: 10px 0 0 0;
    font-weight: normal;
    letter-spacing: 2.5px;
    line-height: 1.5;
    color: #bfbfbf;
    width: 250px;
  }

  .copyright .left-section a {
    color: #bfbfbf;
  }

  .copyright .right-sidebar {
    background: none;
    padding: 0;
    float: right;
    width: auto;
    display: block;
    clear: none;
  }

  .copyright .left-section .other-links li {
    margin: 0;
  }

  .copyright .left-section .other-links li::before {
    content: " | ";
    padding: 0 5px;
  }

  .copyright .left-section .other-links li:first-child::before {
    content: "";
    padding: 0;
  }

  .social-navigation a:before {
    font-size: 18px;
  }

  .blog .post-thumbnail {
    height: 150px;
  }

  .entry-content ul.clients-wrapper {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
  }
}

@media screen and (max-width: 599px) {
  .site-title img {
    width: 175px;
  }

  .site-branding.mobile .hamburger,
  .site-branding.mobile .menu-close {
    margin-top: 25px;
    margin-right: 20px;
  }

  .site-branding.mobile .hamburger a img,
  .site-branding.mobile .menu-close a img {
    width: 34px;
  }

  .site-branding.mobile .site-navigation-mobile .menu-item a {
    font-size: 20px;
  }

  .site-branding.mobile .site-navigation-mobile li {
    padding: 0 0 25px 0;
  }

  .site-branding.mobile .site-navigation-mobile li.menu-item-has-children {
    background-position: 93% 0px;
    background-size: 12px auto;
  }

  .site-branding.mobile .site-navigation-mobile li.menu-item-has-children.toggle-on {
    background-size: 18px auto;
  }

  .site-branding.mobile .site-navigation-mobile ul.sub-menu {
    padding: 15px 0;
  }

  .site-branding.mobile .site-navigation-mobile ul.sub-menu li {
    font-size: 20px;
    padding: 15px 40px 15px 90px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container_style-light .slideshow_button {
    width: 38px;
    height: 38px;
    background-size: 200%;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_next {
    background-position: -38px 0px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
    top: 245px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1,
  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1 a {
    font-size: 28px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button {
    font-size: 14px;
    background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 50%;
    line-height: 30px;
    height: 30px;
    padding: 0 50px 0 17px;
    border-radius: 18px;
  }

  .home .hfeed .clients p {
    font-size: 20px;
  }

  .home .hfeed .client_slideshow .list_carousel {
    width: 400px;
  }

  .home .hfeed .list_carousel li {
    width: 120px !important;
  }

  .home .hfeed .list_carousel ul li img {
    max-height: 60px;
  }

  .help-grow .menu-how-can-we-help-you-grow-container {
    padding: 0 10px;
  }

  .help-grow ul li span.img-wrapper {
    width: 100px;
    height: 80px;
  }

  .help-grow ul li:first-child span.img-wrapper img,
  .help-grow ul li:nth-child(2) span.img-wrapper img {
    width: 75px;
  }

  .help-grow ul li:nth-child(3) span.img-wrapper img {
    width: 80px;
  }

  .help-grow ul li span.title {
    font-size: 14px;
  }

  .panel h2 {
    font-size: 22px;
  }

  .panel p,
  .panel.bottom-section .content>div p {
    font-size: 14px;
  }

  .panel p a {
    font-size: 12px;
    line-height: 32px;
    height: 30px;
    padding: 0 40px 0 17px;
    background-size: 22px auto;
  }

  .panel p a:hover {
    background-size: 22px auto;
  }

  .two-sections .left-section {
    height: auto;
    padding: 30px 0;
  }

  .help-grow,
  .two-sections .free-guide {
    padding: 30px 0;
  }

  .free-guide span {
    font-size: 12px;
    padding: 5px 0 0 0;
  }

  .two-sections .free-guide .image-wrapper {
    width: 145px;
  }

  .two-sections .free-guide .image-wrapper img {
    width: 115px;
  }

  .two-sections .free-guide .main-content {
    max-width: 275px;
  }

  .page-child h1.entry-title {
    font-size: 21px;
  }

  .page-template-page-three-columns .hfeed .site-content .secondary .widget-title,
  h1.entry-title,
  .site-content .widget-title,
  h1.page-title.screen-reader-text,
  .single h2.title {
    font-size: 28px;
  }

  h1.entry-title {
    margin: 0;
  }

  .entry-content {
    padding: 20px 0;
  }

  #osd-blog-search input[type="text"],
  .widget-area .widgetGuts form dl dd:nth-child(2) {
    width: 91%;
  }

  .hfeed .site-content .right-sidebar .featured {
    max-width: 330px;
  }

  .entry-content ul.clients-wrapper {
    max-width: 434px;
  }

  .entry-content ul.clients-wrapper li {
    width: 130px;
    height: 80px;
  }

  .entry-content ul.clients-wrapper li img {
    max-height: 70px
  }

  .entry-content ul.clients-wrapper li .wrap {
    height: 80px;
    line-height: 80px;
  }

  .page-list {
    font-size: 14px;
  }

  .page-list li {
    margin: 0 0 0 20px;
  }

  .page-list li a {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 530px) {

  .home .hfeed a.prev,
  .home .hfeed a.prev:hover,
  .home .hfeed a.next,
  .home .hfeed a.next:hover {
    background-size: 200%;
    width: 16px;
    padding: 16px 0 0 0;
  }

  .home .hfeed a.next,
  .home .hfeed a.next:hover {
    background-position: -16px 0px;
  }

  .entry-content ul.clients-wrapper {
    max-width: 364px;
  }

  .entry-content ul.clients-wrapper li {
    width: 110px;
    height: 70px;
    margin: 20px 7px;
  }

  .entry-content ul.clients-wrapper li img {
    max-height: 60px
  }

  .entry-content ul.clients-wrapper li .wrap {
    height: 70px;
    line-height: 70px;
  }

  .entry-content ul.clients-wrapper li:nth-child(3n+1) {
    margin: 20px 7px 20px 0;
  }

  .entry-content ul.clients-wrapper li:nth-child(3n+3) {
    margin: 20px 0 20px 7px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
    top: 215px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1,
  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1 a {
    font-size: 24px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button {
    font-size: 12px;
    background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 40%;
    background-size: 22px auto;
    line-height: 28px;
    height: 28px;
    padding: 0 42px 0 17px;
    border-radius: 18px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button:hover {
    background: #7ac143 url(images/ico_leaf_arrow_hover.png) no-repeat 95% 40%;
    background-size: 22px auto;
  }
}

@media screen and (max-width: 515px) {
  .home .hfeed .list_carousel li {
    width: 86px !important;
  }

  .home .hfeed .client_slideshow .list_carousel {
    width: 300px;
  }

  .home .hfeed .list_carousel ul li img {
    max-height: 48px;
  }

  .site-branding.mobile form input {
    width: 280px;
  }

  .read-more-blog-wrapper a {
    font-size: 12px;
    padding: 8px 30px;
  }

  .featured .title {
    font-size: 13px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container_style-light .slideshow_button {
    width: 32px;
    height: 32px;
    background-size: 200%;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_next {
    background-position: -32px 0px;
  }

  .hfeed .site-content .right-sidebar .featured {
    max-width: 250px;
  }

  .help-grow ul li span.img-wrapper {
    width: 90px;
    height: 75px;
  }
}

@media screen and (max-width: 479px) {
  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
    top: 200px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1,
  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1 a {
    font-size: 20px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button {
    font-size: 10px;
    background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 40%;
    background-size: 18px auto;
    line-height: 24px;
    height: 24px;
    padding: 0 38px 0 17px;
    border-radius: 18px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button:hover {
    background: #7ac143 url(images/ico_leaf_arrow_hover.png) no-repeat 95% 40%;
    background-size: 18px auto;
  }
}

@media screen and (max-width: 459px) {
  p {
    font-size: 12px;
  }

  .entry-content h1 {
    font-size: 16px;
  }

  .entry-content h2 {
    font-size: 14px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_previous {
    left: 12px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_next {
    right: 12px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
    top: 186px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1,
  .home .hfeed .billboard .sub_slideshow .slideshow_description_box h1 a {
    font-size: 16px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button {
    font-size: 9px;
    background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 40%;
    background-size: 18px auto;
    line-height: 22px;
    height: 22px;
    padding: 0 30px 0 12px;
    border-radius: 18px;
    margin: 10px 0 0 0;
  }

  .site-branding.mobile {
    height: 75px;
  }

  .site-branding.mobile .site-title {
    margin-left: 30px;
    margin-top: 15px;
  }

  .site-title img {
    width: 150px;
  }

  .site-branding.mobile .hamburger,
  .site-branding.mobile .menu-close {
    margin-top: 20px;
    margin-right: 20px;
  }

  .site-branding.mobile form input {
    width: 220px;
    font-size: 12px;
    height: 38px;
  }

  .site-branding.mobile form input[type="submit"] {
    background-size: 18px;
    height: 38px;
    padding: 38px 0 0 0px;
    width: 40px;
  }

  .site-branding.mobile .hamburger a img,
  .site-branding.mobile .menu-close a img {
    width: 25px;
  }

  .site-branding.mobile .menu-menu-navigation-container {
    padding-left: 35px;
  }

  .site-branding.mobile .site-navigation-mobile.toggled-on .site-navigation-header {
    margin-bottom: 20px;
  }

  .site-branding.mobile .site-navigation-mobile .menu-item a {
    font-size: 14px;
  }

  .site-branding.mobile .site-navigation-mobile li {
    padding: 0px 0 15px 0;
  }

  .site-branding.mobile .site-navigation-mobile li.menu-item-has-children {
    background-position: 92% 30%;
    background-size: 9px auto;
  }

  .site-branding.mobile .site-navigation-mobile li.menu-item-has-children.toggle-on {
    background-position: 92% 3%;
    background-size: 14px auto;
  }

  .site-branding.mobile .site-navigation-mobile ul.sub-menu {
    padding: 10px 0;
    margin-top: 15px;
  }

  .site-branding.mobile .site-navigation-mobile ul.sub-menu li {
    font-size: 14px;
    padding: 10px 35px 10px 75px;
  }

  .panel h2,
  .home .hfeed .clients p {
    font-size: 16px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container_style-light .slideshow_button {
    width: 24px;
    height: 24px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_button.slideshow_next {
    background-position: -24px 0px;
  }

  .home .hfeed .clients {
    margin: 0 auto;
    padding: 20px 0 30px 0;
  }

  .home .hfeed .list_carousel .caroufredsel_wrapper,
  .home .hfeed .list_carousel ul,
  .home .hfeed .list_carousel li {
    height: 60px !important;
  }

  .home .hfeed .list_carousel ul li .wrap {
    height: 60px;
    line-height: 60px;
  }

  .help-grow ul li {
    margin: 0 0 10px 0;
  }

  .help-grow ul li span.title {
    font-size: 11px;
  }

  .help-grow ul li span.img-wrapper {
    height: 65px;
  }

  .help-grow ul li:first-child span.img-wrapper img {
    width: 65px;
  }

  .help-grow ul li:nth-child(2) span.img-wrapper img {
    width: 60px;
  }

  .help-grow ul li:nth-child(3) span.img-wrapper img {
    width: 75px;
  }

  .panel p,
  .panel.bottom-section .content>div p {
    font-size: 12px;
  }

  .two-sections .left-section h2,
  .two-sections .left-section div {
    max-width: 280px;
  }

  .panel p a {
    font-size: 10px;
    line-height: 24px;
    height: 24px;
    padding: 0 35px 0 15px;
    background-size: 18px auto;
  }

  .panel p a:hover {
    background-size: 18px auto;
  }

  .two-sections .free-guide .image-wrapper img {
    width: 90px;
  }

  .two-sections .free-guide .image-wrapper {
    width: 115px;
  }

  .two-sections .free-guide .main-content {
    max-width: 225px;
  }

  .home .free-guide span {
    font-size: 10px;
    line-height: 1em;
  }

  .bottom-section {
    padding: 25px 0;
  }

  .bottom-section .content {
    padding: 0 15px;
  }

  .copyright .links-wrapper {
    padding: 15px 15px 5px 15px;
  }

  .copyright .left-section a {
    font-size: 10px;
  }

  .social-navigation a:before {
    font-size: 12px;
  }

  .site-info .social-navigation li {
    margin: 0 0 5px 0;
  }

  .copyright p {
    max-width: 350px;
    padding: 25px 15px;
    font-size: 10px;
  }

  .site-content .two-columns .content-area,
  .site-content .three-columns .content-area {
    padding: 0 15px;
  }

  .page-template-page-three-columns .hfeed .site-content .secondary .widget-title,
  h1.entry-title,
  .site-content .widget-title,
  h1.page-title.screen-reader-text,
  .single h2.title {
    font-size: 18px;
  }

  .entry-header span {
    font-size: 10px;
  }

  .entry-header h2 a,
  .single h1.entry-title,
  .page-child h1.entry-title {
    font-size: 16px;
  }

  .entry-content a.read-more {
    font-size: 11px;
    margin: 10px 0 0 0;
  }

  .read-more-blog-wrapper a {
    font-size: 11px;
    padding: 5px 20px;
  }

  .blog .content-area .site-main article {
    padding: 20px 0 0 0;
  }

  .author-info {
    padding: 25px 0;
  }

  .author-title {
    font-size: 13px;
  }

  .addtoany_share_save_container {
    font-size: 13px;
    padding: 25px 0 5px 0;
  }

  .comments-area h3,
  .hfeed .site-content .secondary .widget_simplesubscribe .widget-title {
    font-size: 13px;
  }

  .widget-area .widget_nav_menu ul li a {
    font-size: 12px;
  }

  .widget-area .widget_nav_menu ul li {
    padding: 5px 0 5px 30px;
  }

  .widget-area .widget_nav_menu ul li.current_page_item {
    background-position: 0 8px;
    margin: 0;
    padding-left: 30px;
    background-size: 22px auto;
  }

  .page .site-content .secondary {
    padding: 20px 0;
    margin: 0 15px;
  }

  .featured .title {
    font-size: 11px;
    margin: 0;
  }

  .right-sidebar .featured h2 {
    font-size: 14px;
  }

  .btn {
    font-size: 10.5px;
    height: 24px;
    line-height: 24px;
  }

  .right-sidebar .thumb {
    width: 120px;
  }

  .hfeed .site-content .right-sidebar .featured {
    max-width: 220px;
    padding: 0 0 30px 0;
  }

  .blog .site-content .secondary {
    padding: 25px 15px 40px 15px;
  }

  .entry-content ul.clients-wrapper {
    max-width: 280px;
  }

  .entry-content ul.clients-wrapper li {
    width: 85px;
    height: 55px;
    margin: 15px 5px;
  }

  .entry-content ul.clients-wrapper li img {
    max-height: 45px
  }

  .entry-content ul.clients-wrapper li .wrap {
    height: 55px;
    line-height: 55px;
  }

  .entry-content ul.clients-wrapper li:nth-child(3n+1) {
    margin: 15px 5px 15px 0;
  }

  .entry-content ul.clients-wrapper li:nth-child(3n+3) {
    margin: 15px 0 15px 5px;
  }

  .page-list {
    font-size: 12px;
  }

  .page-list li {
    margin: 0 0 0 20px;
  }

  .page-list li a {
    margin-bottom: 0;
  }

  .site-branding.mobile .site-navigation-mobile li.menu-login-page form {
    margin: 15px auto 5px auto;
    width: 260px;
    padding: 20px 15px;
  }

  .site-branding.mobile .site-navigation-mobile li.menu-login-page form input {
    height: 28px;
    font-size: 11px;
  }

  .site-branding.mobile .site-navigation-mobile li.menu-login-page form a.forgot-password {
    font: normal 9px 'MuseoSans-300';
  }

  .site-branding.mobile .site-navigation-mobile li.menu-login-page form input[type="submit"] {
    border-radius: 20px;
    width: 74px;
    font-size: 11px;
    height: 26px;
  }
}


@media screen and (max-width: 399px) {
  .site-branding.mobile {
    height: 70px;
  }

  .site-title img {
    width: 125px;
  }

  .site-branding.mobile form {
    margin-top: 20px;
  }

  .site-branding.mobile form input {
    height: 30px;
  }

  .site-branding.mobile form input[type="submit"] {
    background-size: 17px auto;
    height: 30px;
    padding: 30px 0px 0px;
    width: 36px;
  }

  .site-branding.mobile .site-navigation-mobile ul.sub-menu li {
    font-size: 13px;
    padding: 10px 70px 10px 90px;
  }

  .featured .title {
    font-size: 9px;
  }

  .panel h2,
  .home .hfeed .clients p,
  .entry-header h2 a,
  .single h1.entry-title,
  .page-child h1.entry-title {
    font-size: 15px;
  }

  .help-grow {
    padding: 20px 0 10px 0;
  }

  .help-grow.shadow h2 {
    padding: 0 0 20px 0;
  }

  .help-grow ul li {
    width: 32%;
  }

  .help-grow ul li:nth-child(2) {
    width: 35%;
  }

  .help-grow ul li span.img-wrapper {
    height: 55px;
  }

  .help-grow ul li:first-child span.img-wrapper img {
    width: 55px;
  }

  .help-grow ul li:nth-child(2) span.img-wrapper img {
    width: 50px;
  }

  .help-grow ul li:nth-child(3) span.img-wrapper img {
    width: 65px;
  }

  .help-grow ul li span.title {
    font-size: 10px;
    padding-top: 10px;
  }

  .copyright p {
    max-width: 300px;
  }

  .copyright .left-section a {
    font-size: 9px;
  }

  .site-branding.mobile form input {
    width: 170px;
  }

  .two-sections .free-guide .image-wrapper {
    float: none;
    margin-bottom: 15px;
    width: 22%;
  }

  .two-sections .free-guide .main-content {
    max-width: none;
    float: none;
    width: 73%;
    padding: 0 10px;
  }

  #osd-blog-search input[type="text"],
  .widget-area .widgetGuts form dl dd:nth-child(2) {
    width: 89%;
  }

  .right-sidebar .thumb {
    width: 100px;
  }

  .hfeed .site-content .right-sidebar .featured {
    max-width: 175px;
  }

  .blog .post-thumbnail {
    height: 125px;
  }

  .read-more-blog-wrapper a {
    font-size: 10px;
    padding: 3px 15px;
  }

  .home .hfeed .clients {
    padding: 20px 0;
  }

  .home .hfeed .clients p {
    margin: 5px 0;
  }

  .home .hfeed .list_carousel li {
    width: 65px !important;
    margin: 0 5px;
  }

  .home .hfeed .client_slideshow .list_carousel {
    width: 225px;
    margin: 0 7px;
  }

  .home .hfeed .list_carousel ul li img {
    max-height: 34px;
  }

  .home .hfeed a.prev,
  .home .hfeed a.prev:hover,
  .home .hfeed a.next,
  .home .hfeed a.next:hover {
    background-size: 200%;
    width: 14px;
    padding: 14px 0 0 0;
  }

  .home .hfeed a.next,
  .home .hfeed a.next:hover {
    background-position: -14px 0px;
  }

  .page-list {
    font-size: 11px;
  }

  .page-list li {
    padding: 0;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
    top: 160px;
  }
}

@media screen and (max-width: 349px) {
  .home .hfeed .billboard .sub_slideshow .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image .slideshow_description_box {
    top: 145px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button {
    font-size: 8px;
    background: #4a474c url(images/ico_leaf_arrow.png) no-repeat 95% 40%;
    background-size: 12px auto;
    line-height: 18px;
    height: 18px;
    padding: 0 26px 0 10px;
    border-radius: 14px;
  }

  .home .hfeed .billboard .sub_slideshow .slideshow_description_box .slideshow_description span.button:hover {
    background: #7ac143 url(images/ico_leaf_arrow_hover.png) no-repeat 95% 40%;
    background-size: 12px auto;
  }
}
