/*
    Theme Name: Manage 2
    Theme URI: http://corp-manage-2.ourwpstudio.com/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: Professional Web Services
    Author URI: http://www.godaddy.com/
    Version: 1.0

    Template: genesis
    Template Version: 2.1
*/


/* Table of Contents

    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Galleries
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Latest Tweets
        - Gravity Forms
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
        - Responsive Menu
    - Content Area
        - Entries
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Theme Colors
        - Going Green Pro Forest
        - Going Green Pro Mint
        - Going Green Pro Olive
    - Media Queries
        - max-width: 1268px
        - max-width: 1023px
        - max-width: 834px

*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
    normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

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

/* Float Clearing
--------------------------------------------- */

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

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


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #000;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625;
    letter-spacing: .25px;
}

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

::-moz-selection {
    background-color: #3e3827;
    color: #fff;
}

::selection {
    background-color: #3e3827;
    color: #fff;
}

a {
    color: #A7C887;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:hover {
    color: #3f5483;
}
.footer-widgets a:hover {
    color: #9FA5C2;
}
p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

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

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

blockquote {
    margin: 40px 40px 24px;
}

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

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

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 16px;
    padding: 0;
}

h1 {
    font-size: 36px;
    margin-bottom: 35px;
}

.home h1 {
    margin-bottom: 16px;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    color: #9fa5c2;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    color: #9fa5c2;
    font-size: 18px;
}

/* Objects
--------------------------------------------- */

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

img {
    height: auto;
}

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

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #dddad3;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #f8f8f8 inset;
    color: #c3bbad;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 16px;
    width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

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

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

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

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

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

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

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

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

/* Tables
--------------------------------------------- */

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

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

th,
td {
    text-align: left;
}

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

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

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

.site-inner {
    background: rgba(0, 0, 0, .7);
    clear: both;
    margin: -160px auto 0;
    max-width: 1140px;
    padding: 10px;
    position: relative;
    z-index: 9;
}

.site-inner .wrap {
    width: 100%;
}

.going-green-pro-landing .site-inner {
    margin: 60px auto;
    max-width: 960px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
    float: right;
    padding: 0;
    width: 760px;
}

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

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

/* Primary Sidebar */

.sidebar-primary {
    background-color: rgba(63, 84, 131, 0.8);
    float: right;
    margin-top: 90px;
    width: 360px;
    word-wrap: break-word;
}

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

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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

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

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

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

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

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


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
    
}

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

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

.search-form {
    overflow: hidden;
}

.search-form input[type="search"] {
    color: #c3bbad;
    font-size: 12px;
    text-transform: uppercase;
}

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

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone {
    display: inline-block;
}

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

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

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

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

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

.entry-content .wp-caption-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #f5f4f2;
    color: #c3bbad;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 16px 40px;
    text-transform: uppercase;
}

.archive-description {
    padding: 18px 20px 0 20px;
    margin-bottom: 0px;
}

.author-box {
    padding: 40px;
    margin-bottom: 40px;
}

.author-box-title {
    color: #9FA5C2;
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
}

.author-box p {
    margin-bottom: 0;
}

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

/* Titles
--------------------------------------------- */

.entry-title {
    color: #9fa5c2;
    font-size: 32px;
    line-height: 1;
    padding: 40px 20px 0;
}

.entry-title a {
    color: #ead785;
}

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

.widget-title {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.sidebar .widget-title,
.sidebar .widget-title a {
    color: #9FA5C2;
}

.footer-widgets .widget-title {
    color: #ead785;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
}

.featured-content .entry-meta,
.featured-content .entry-content,
.featured-content .entry-footer {
    padding: 0;
}

.featured-content .entry-title {
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
}



/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #c3bbad;
}

.enews-widget .widget-title {
    color: #fff;
}

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

.enews-widget input:focus {
    border: 1px solid #ddd;
}

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

.enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #3e3827;
}

.enews form + p {
    margin-top: 24px;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background: rgba(230, 247, 255, 0.8);
    background-size: 10px 10px;
    color: #fff;
    padding: 40px 0 140px;
    margin-bottom: 60px;
    overflow: hidden;
}

.tagliner {
    color: rgb(3, 102, 181);
    font-size: 30px;
    position: relative;
    margin-left: -679px;
    width: 700px;
    margin-top: 0px;
    float: left;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 0;
    width: 750px;
}

.header-image .title-area {
    height: 70px;
    padding: 0;
}

.site-title {
    font-family: 'Lora', serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 12px;
}
.site-title, .site-title a {
    background: url(../../uploads/2017/01/Untitled-2.png)top left!important;
        background-size: 150px!important;
        background-repeat: no-repeat!important;
    height:150px;
}

.site-title a,
.site-title a:hover {
    color:#fff;
}

.site-description {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

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

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 350px;
}

.site-header .widget-area a {
    color: #fff;
}

.site-header .widget-area a:hover {
    color: #912522;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    width: 100%;
    margin-top: 5px;
}

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

.genesis-nav-menu a {
    color: #fff;
    display: block;
    padding: 16px 24px;
    position: relative;
}

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

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

.genesis-nav-menu .sub-menu a {
    background-color: #912522;
    font-size: 12px;
    letter-spacing: 0;
    padding: 14px 20px;
    position: relative;
    width: 175px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
    background-color: #fff;
    color: #ead785;
}

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

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

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

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 24px 0;
}

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

.genesis-nav-menu > .rss > a {
    padding: 24px 16px;
}

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

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
    text-transform: uppercase;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: rgba(0,0,0,.75);
    border-bottom: 5px solid #140e18;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
    color: #eee;
    background-color: rgba(255, 255, 255, 0.2);
}

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

/* Secondary Navigation
--------------------------------------------- */



/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
}

.responsive-menu-icon::before {
    color: #fff;
    content: "\f333";
    display: block;
    font: normal 20px/1 'dashicons';
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.site-header .responsive-menu-icon::before {
    padding: 20px 0 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
}

.entry-meta,
.entry-footer {
    padding: 0 15px;
}

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


.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 12px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

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

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

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    color: #c3bbad;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.entry-meta a {
    color: #c3bbad;
}

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

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

.entry-footer .entry-meta {
    border-top: 1px dashed #A7C887;
    margin: 0;
    padding: 24px 0 8px;
}

.entry-comments-link::before,
.entry-tags::before {
    content: "\2F";
    margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    color: #c3bbad;
    padding: 40px;
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 40px;
}

.after-entry .widget .entry-title a,
.after-entry .widget-title {
    color: #fff;
}

.after-entry .widget .entry-title a:hover {
    color: #ead785;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin-bottom: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
    clear: both;
    font-size: 14px;
    padding: 0 40px 40px;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    border-radius: 3px;
    color: #ead785;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

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

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
}

.entry-comments {
    padding: 0 40px;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

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

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

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin: 24px 0 16px 140px;
    padding: 32px;
    position: relative;
}

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

.comment .avatar {
    display: block;
    float: none;
    margin: 0 auto 12px;
}

.comment-list .comment-author {
    font-size: 13px;
    left: -170px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 170px;
}

.comment-list .comment-author .says {
    display: none;
}

.comment-list cite {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.comment-meta {
    color: #7c7a77;
    font-size: 10px;
    left: -180px;
    position: absolute;
    top: 90px;
    text-align: center;
    width: 180px;
}

.comment-list .comment-author:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 0px;
    border-bottom: 25px solid;
    border-left: 10px solid;
    border-right: 17px solid;
    border-top: 15px solid;
    border-color: #f5f4f2 #f5f4f2 transparent transparent;
    top: 20px;
    width: 0;
}

.depth-2 .comment-author:before,
.depth-4 .comment-author:before {
    border-color: #fff #fff transparent transparent;
}

.depth-3 .comment-author:before {
    border-color: #f5f4f2 #f5f4f2 transparent transparent;
}

.ping-list .comment-meta {
    color: #7c7a77;
    font-size: 11px;
    margin: 0 0 5px;
}

.reply {
    font-size: 14px;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.depth-3,
.thread-alt,
.thread-even {
    background-color: #f5f4f2;
}

.depth-2,
.depth-4 {
    background-color: #fff;
}

.form-allowed-tags {
    background-color: #f5f4f2;
    font-size: 14px;
    padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar a {
    color: #fff;
}

.sidebar a:hover {
    color: #ead785;
}

.sidebar .button,
.sidebar .button:hover {
    color: #fff;
}

.sidebar .widget {
    border-bottom: 1px solid rgba(63, 84, 131, 0.45);
    padding: 40px;
}

.sidebar .enews-widget {
    background-size: 10px 10px;
    box-shadow: inset 10px 0 10px -10px #2f2a1e;
}

.sidebar-content .sidebar .enews-widget {
    box-shadow: inset -10px 0 10px -10px #2f2a1e;
}

.sidebar .widget ul > li:before {
    margin: 0;
    content: '';
}

.sidebar .widget ul > li {
    list-style-type: square;
}

.widget {
    word-wrap: break-word;
}

.widget li {
    text-align: left;
}

.widget ol > li {
    border-bottom: 1px dashed #827d65;
    list-style-position: inside;
    list-style-type: decimal;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul > li {
    list-style-type: none;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child  {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget ul > li:before {    
    font-family: 'FontAwesome';
    content: '\f046';
    margin: 0 8px 0 -15px;
    color: #fff;
}

.featJobs ul li:before {
    content: '';
    margin: 0;
}

.single_job_listing .meta li {
    list-style-type: none;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
  background: rgba(0, 0, 0, .8);
  clear: both;
  margin: 40px auto 0;
  padding: 24px 0;
  position: relative;
  max-width: 100%;
  z-index: 1;
  text-align: center;
}
.footer-widgets .wrap {
    background: rgba(3, 102, 181, 0.8);
    clear: both;
    padding: 40px 40px 16px;
    width: 100%;
}

.footer-widgets-1,
.footer-widgets-3 {
    width: 330px;
}

.footer-widgets-2 {
    width: 310px;
}

.footer-widgets-1 {
    margin-right: 40px;
}

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

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

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background: rgba(0,0,0,.75);
    color: #c3bbad;
    font-size: 14px;
    font-weight: 700;
    margin-top: -160px;
    padding: 220px 0 60px;
    text-align: center;
    text-transform: uppercase;
}

.site-footer a {
    color: #c3bbad;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
}


/*
Custom PWS
---------------------------------------------------------------------------------------------------- */



.backstretch {
    opacity: .5;
}

.home-top .backstretch {
    opacity: 1;
}

.home-top {
    padding: 0;
}

.home-middle {
    margin: 30px 0 15px;
}

.widget ul.job_listings li.job_listing a {
    padding: 1em !important;
}

.phoneNumber {
    font-weight: 600;
}

.home-top .widget_ninja_forms_widget, .home-top {
    min-height: 430px;
}

.home-top .widget_ninja_forms_widget {
        background-color: rgba(0, 0, 0, 0.85);
        color: #fff;
        padding: 20px;
        width:45%;
        float: right;
}

.home-top .widget_ninja_forms_widge h2 {
        text-align: center;
        margin-bottom: 21px;
}

.home-middle {
    text-align: center;
    padding: 30px 0 40px;
}

.home-middle .fa {
    font-size: 50px !important;
    margin-bottom: 24px;
}

.home-middle a {
    color: #fff;
}

.home-middle a:hover {
    color: #3f5483;
}

.home-middle section{
    width: 33.333%;
    float: left;
    padding: 10px;
}
.home-middle section > div,
.home-middle section + section + section > div
{
    border-bottom: 10px solid rgba(3, 102, 181, 0.45);
}

.home-middle section + section > div {
    border-color: rgba(3, 102, 181, 0.8);
}

.readmore {
    border-bottom: 10px solid rgba(3, 102, 181, 0.45);
    color: #fff;
    margin-top: 0 !important;
    padding: 2px 5px;
    text-align: center;
}

.rp4wp-related-job_listing > ul, ul.job_listings {
    border-top: none !important;
}

.home ul.job_listings li.job_listing {
    border-bottom: none !important;
    width: 25%;
    display: table-cell;
    border-left: 5px solid rgba(3, 102, 181, 0.45) !important;
}

.featJobs {
    margin-top: 60px;
    padding: 35px 10px 15px;
}

.job_position_featured a {
    background: none !important;
}

.job_position_featured a:hover, ul.job_listings li.job_listing a:hover {
    background-color: rgba(63, 84, 131, 0.8) !important;
    color: #fff;
}

.rp4wp-related-job_listing > ul li.job_listing, .rp4wp-related-job_listing > ul li.no_job_listings_found, ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
    border-bottom: 1px solid rgba(63, 84, 131, 0.8) !important;
}

.job_filters {
    color: #fff;
    background: rgba(63, 84, 131, 0.8) !important;
}

.job_filters .job_types, .job_filters .showing_jobs {
    background: rgba(63, 84, 131, 0.8) !important;
    border: none !important;
}

.job_filters .job_types li {
    border-right: none !important;
    color: #fff;
}

.job_types li {
    list-style-type: none !important;
}

.single_job_listing .company {
    border: none !important;
}

.job-type {
    display: none !important;
}

.job-table tbody,
.job-table td {
    border: none;
}

.job-table a {
    border-bottom: 10px solid rgba(63, 84, 131, 0.45);
    padding-bottom: 2px;
}

.strong-view.default .testimonial-image img {
    background: rgba(63, 84, 131, 0.8) !important;
    border: none !important;
}

.strong-view.default .testimonial {
    border: none !important;
    margin: 5px auto !important;
}

.strong-view.default .testimonial-inner {
    padding: 0 !important;
    border: none !important;
}

.strong-view.default .testimonial-client {
    text-align: left !important;
}

.enews-widget input:hover[type="submit"],
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #fff;
}

.cta {
    text-transform: uppercase;
}

.social .fa {
  font-size: 40px !important;
  margin-right: 24px;
}

.twoText .textwidget {
    border-left: 10px solid rgba(63, 84, 131, 0.45);
    min-height: 190px;
    padding: 13px;
}

.bottomRow {
    background-color: rgba(63, 84, 131, 0.8);
    padding: 20px;
    margin-top: 60px;
    text-align: center;
}

.bottomRow .button {
    margin-top: 20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.bottomRow .button:hover {
    background-color: #3f5483;
    opacity: .85;
    box-shadow: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
}

@keyframes slideInUp {
0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {
    
    .site-header {
    }
    
    .content,
    .footer-widgets .wrap,
    .site-inner .wrap {
    }
    
    .going-green-pro-forest .site-header,
    .sidebar .enews-widget,
    .site-footer {
    }
    
}

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

    .footer-widgets,
    .wrap,
    .site-inner {
        max-width: 960px;
    }

    .content {
        width: 640px;
    }
    
    .site-header .widget-area {
        width: 620px;
    }
    
    .title-area {
        width: 340px;
    }
    
    .sidebar-primary {
        width: 300px;
    }
    
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 260px;
    }
    
    .genesis-nav-menu a {
        padding: 24px 12px;
    }
    
    .comment-list li ul li {
        margin-right: -40px;
    }

    .comment-list li .avatar,
    .comment-list .comment-author::before {
        display: none;
    }

    .comment-list .comment-author,
    .comment-meta {
        font-size: 14px;
        left: 0;
        position: inherit;
        text-align: left;
        top: 0;
        width: auto;
    }

    .comment-meta {
        margin: 0 0 10px;
    }

    .comment-list cite {
        text-align: left;
    }

    .comment-list cite,
    .comment-list .comment-author .says {
        display: inline-block;
    }

    .comment-list li,
    .ping-list li {
        margin: 20px 0 5px;
    }

    .tagliner {
    color: rgb(3, 102, 181);
    font-size: 30px;
    position: relative;
    margin-left: -3em;
    width: 700px;
    margin-top: 0px;
    float: left;
    }

}

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

    .footer-widgets,
    .wrap,
    .site-inner {
        max-width: 768px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .content-sidebar-sidebar .content,
    .content,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .sidebar-sidebar-content .content,
    .site-header .widget-area,
    .site-inner .wrap,
    .title-area {
        width: 100%;
    }
    
    .site-inner {
        margin: -160px auto 0;
    }
    
    .site-header {
        padding: 30px 0 180px;
    }

    .header-image .site-header .title-area {
        background-position: top !important;
    }

    .entry-footer .entry-meta {
        padding: 0;
    }

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

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }
    .site-title, .site-title a {
    background: url(../../uploads/2017/01/Untitled-2.png)top center!important;
        background-size: 150px!important;
        background-repeat: no-repeat!important;
    height:150px;
    }
    
    .title-area {
        padding-bottom: 12px;
    }

    .genesis-nav-menu {
        padding: 0 0 16px;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a {
        padding: 3px 12px;
    }

    .site-header .widget-area {
        float: none;
        text-align: center;
    }

    .site-header .search-form {
        margin: 16px auto ;
    }

    .genesis-nav-menu li.right {
        display: none;
    }
    
    .entry-title {
        font-size: 30px;
    }

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

    .footer-widgets-1 {
        margin: 0;
    }
    
    .tagliner {
    color: rgb(3, 102, 181);
    font-size: 30px;
    position: relative;
    margin-left: 1em;
    width: 700px;
    margin-top: 0px;
    float: left;
    }

}

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

    .footer-widgets,
    .wrap,
    .site-inner {
        max-width: 768px;
        width: 92%;
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    
    .header-image .site-header .title-area {
        background-size: contain !important;
    }
    
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .genesis-nav-menu.responsive-menu {
        display: none;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item,
    .responsive-menu-icon {
        display: block;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }
    
    .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .genesis-nav-menu.responsive-menu li a,
    .genesis-nav-menu.responsive-menu li a:hover {
        background: none;
        color: #fff;
        display: block;
        line-height: 1;
        padding: 16px 20px;
    }
    
    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;    
    }
    
    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }
    
    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px/1 'dashicons';
        height: 16px;
        padding: 15px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }
    
    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: rgba(0, 0, 0, 0.05);
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition:    opacity .4s ease-in-out;
        -ms-transition:     opacity .4s ease-in-out;
        -o-transition:      opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition:         opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
    }
    
    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        padding: 16px 20px;
        position: relative;
        text-transform: none;
        width: 100%;
    }

    ul.job_listings li.job_listing {
        width: 100%;
    }   

    .home-top .widget_ninja_forms_widge {
        margin-right: 0;
    }

}

@media only screen and (max-width: 780px) {
.tagliner {
    color: rgb(3, 102, 181);
    font-size: 20px;
    position: relative;
    margin-left: 27px;
    width: 450px;
    margin-top: 0px;
    float: left;
}
    .home-top
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    
        .home-top .widget_ninja_forms_widget
        {
            width: 100%;
            margin-right: 0;
        }
        
        .home-middle section
        {
            float: none;
            width: 100%;
        }
            .home-middle section + section
            {
                padding-top: 40px;
            }
}