/*
	Theme Name: Your WordPress Agency
	Description: Custom child theme for Genesis Framweork
	Author: Your WordPress Agency
	Author URI: https://yourwpagency.com
 
	Version: 1.0.0
 
	Tags: one-column, two-columns, three-columns, fluid-layout, fixed-layout, custom-menu, full-width-template, sticky-post, 
    theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.4.2
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

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

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
/* Defaults
------------------------------------------------------------ */

blockquote, input, select, textarea, .author-box, .sticky, .taxonomy-description, .wp-caption {
    background-color: #fff;
    border: 1px solid #F2F2F2;
}
input, label, select, textarea {
    color: #333;
    max-width: 100%;
    padding: 0.75em;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-border-radius: 0;
}
li, ol, ul {
    margin: 0;
    padding: 0;
}
ol li {
    list-style-type: decimal;
}
p {
    margin: 0 0 20px;
}
strong, b {
    font-weight: bold;
}

input[type="text"], input[type="password"], select, textarea {
    border: 1px solid #eaeaea;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"], input[type="password"], select, textarea, input[type="email"]{
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    background: #444;
    border-color: #444;
    color: #fff;
    outline: none
}
code {
    font-size: 14px;
}
hr {
    background: #eee;
    height: 1px;
    display: block;
    width: 100%;
    border: 0;
    margin: 40px 0;
}
/* Hyperlinks
------------------------------------------------------------ */

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #85c525;
    text-decoration: none;
    outline: 0 none;
}
a:hover {
    text-decoration: none;
    color: #333;
}
a img {
    border: none;
}
/* Body
------------------------------------------------------------ */

body {
    background: #fff;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #454d60;
    border: none;
    font-weight: 400;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: auto;
}

::-moz-selection {
 background-color: #0066CC;
 color: white;
}
::selection {
    background-color: #0066CC;
    color: white;
}
/* Site Container
------------------------------------------------------------ */

.site-container {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.site-header .wrap, .site-inner .wrap, .site-footer .wrap, .footer-widgets .wrap, .bottom-widget .wrap {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
/* Header
------------------------------------------------------------ */

.site-header {
    background: transparent;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    position: absolute;
    z-index: 999;
}
.title-area {
    float: left;
    overflow: hidden;
}
.site-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
    margin: 8px 0 0;
    text-transform: uppercase;
}
.site-title a, .site-title a:hover {
    color: #fff;
    text-decoration: none;
}
.site-description {
    color: #0066CC;
    font-size: 14px;
    font-weight: 300;
    display: none;
}
.site-header .widget-area {
    float: right;
    padding: 0;
    text-align: right;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.site-header .widget-area .simple-social-icons li{
    padding: 0 !important;
    margin: 0 5px !important;
}
/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area, .header-image .site-title, .header-image .site-title a {
    display: block;
    float: left;
    padding: 0;
}
.header-image .title-area{
    margin: 23px auto;
    float: none;
    text-align: center;
  
}
.header-image .site-description {
    display: block;
    overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
.menu-primary, .menu-secondary, .site-header .menu {
    clear: both;
    color: #333;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.site-header .menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
nav.nav-primary {
    float: right;
}
nav.nav-primary.nav_sticky {
    position: fixed;
    top: 0;
    width: 996px;
}
.nav-primary .wrap {
    padding: 0 15px;
    width: 100%;
}
.menu-primary {
    margin-top: 0;
}
.menu-secondary {
    border-bottom: 1px solid #ddd;
    border-top: none;
}
.menu-primary ul, .menu-secondary ul, .site-header .menu ul {
    float: left;
    width: 100%;
}
.menu-primary li, .menu-secondary li, .site-header .menu li {
    float: left;
    list-style-type: none;
}
.site-header .menu-primary li.menu_higlight a,
.site-header .menu-primary li.menu_higlight a:hover{
    background: #85c525;
    color: #fff;
}
.menu-primary a, .menu-secondary a, .site-header .menu a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 7px 13px;
    position: relative;
    line-height: 1;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
.menu-primary li:last-child a, .menu-secondary li:last-child a, .site-header .menu li:last-child a {
    border-right: none;
}
.menu-primary li a:active, .menu-primary li a:hover, .menu-primary .current_page_item a, .menu-primary .current-cat a, .menu-primary .current-menu-item a, .menu-secondary li a:active, .menu-secondary li a:hover, .menu-secondary .current_page_item a, .menu-secondary .current-cat a, .menu-secondary .current-menu-item a, .site-header .menu li a:active, .site-header .menu li a:hover, .site-header .menu .current_page_item a, .site-header .menu .current-cat a, .site-header .menu .current-menu-item a {
    background: none;
    color: #85c525;
}
.site-header .menu li.highlight a{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
     line-height: 1;
    padding: 12px 30px;
}
.site-header .menu li.highlight a:hover{
    background: #85c525;
    border: 1px solid #85c525;
    color: #fff;
}
.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, .site-header .menu li li a, .site-header .menu li li a:link, .site-header .menu li li a:visited {
    border: 0;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    width: 160px;
}
.menu-primary li li a:active, .menu-primary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:hover, .site-header .menu li li a:active, .site-header .menu li li a:hover {
    background-color: #f5f5f5;
    color: #0066CC;
}
.menu-primary li ul, .menu-secondary li ul, .site-header .menu li ul {
    background: none repeat scroll 0 0 #5f6062;
    height: auto;
    left: -9999px;
    position: absolute;
    width: 200px;
    z-index: 9999;
}
.menu-primary li ul a, .menu-secondary li ul a, .site-header .menu li ul a {
    width: 140px;
}
.menu-primary li ul ul, .menu-secondary li ul ul, .site-header .menu li ul ul {
    margin: -50px 0 0 199px;
}
.menu-primary li ul ul ul, .site-header .menu li ul ul ul {
    margin: -39px 0 0 199px;
}
.menu li:hover ul ul, .menu li.sfHover ul ul {
    left: -9999px;
}
.menu li:hover, .menu li.sfHover {
    position: static;
}
ul.menu li:hover>ul, ul.menu li.sfHover ul, .site-header .menu li:hover>ul, .site-header .menu li.sfHover ul {
    left: auto;
}
.menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
    float: right;
    top: 12px;
}
#wpadminbar li:hover ul ul {
    left: 0;
}
.nav-primary .select-menu {
    background-color: white;
    border: medium none;
    display: none;
    margin-top: 1px;
    padding: 10px 20px 10px 12px;
    visibility: visible;
    width: 100%;
}
/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
    float: right;
    padding: 0 20px;
    margin: 10px 0;
}
.menu li.right a {
    background: none;
    border: none;
    display: inline;
    text-decoration: none;
}
.menu li.right a:hover {
    color: #0066CC;
    text-decoration: none;
}
.menu li.search {
    padding: 0 0 0 10px;
}
.menu li.rss a {
    margin: 0 0 0 20px;
    padding: 0 0 0 16px;
}
/* Inner
------------------------------------------------------------ */
.site-inner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    color: #333;
    float: left;
    margin: 0;
    padding: 30px 15px 0px;
    width: 100%;
    text-align: left;
}
/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
    background-color: white;
}
.taxonomy-description p {
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
    float: left;
    margin-top: 0;
}
.content-sidebar .content-sidebar-wrap, .full-width-content .content-sidebar-wrap, .sidebar-content .content-sidebar-wrap {
    width: 100%;
}
/* Content
------------------------------------------------------------ */

.content {
    float: left;
    width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.content-sidebar .content, .sidebar-content .content {
    width: 68.5%;
}
.sidebar-content .content {
    float: right;
}

main.content{
    margin-top: 0;
    background: #fff;
    border: 1px solid #dadada;
    padding: 40px;
    margin-bottom: 50px;
}

.page-template-page_blog main.content,
.archive main.content,
.search main.content,
body.blog main.content {
    margin-top: 0;
    background: transparent;
    border: 0;
    padding: 0;
}
.page-template-page_blog main.content article.entry,
.archive main.content article.entry,
.search main.content article.entry,
body.blog main.content article.entry{
    margin-top: 0;
    background: #fff;
    border: 1px solid #dadada;
    margin-bottom: 40px;
    width: 47.2%;
}

.page-template-page_blog main.content article.blog_no_right.entry,
.archive main.content article.blog_no_right.entry,
.search main.content article.blog_no_right.entry,
body.blog main.content article.blog_no_right.entry{ 
    margin-right: 5%;
    float: left;
}

.page-template-page_blog main.content article.entry,
.archive main.content article.entry,
.search main.content article.entry,
body.blog main.content article.entry{
    margin-right: 0;
    float: left;
}

.page-template-page_blog main.content article.entry:nth-child(1),
.archive main.content article.entry:nth-child(1),
.search main.content article.entry:nth-child(1),
body.blog main.content article.entry:nth-child(1){
    width: 100%;
    margin-right: 0;
    float: left;
}

.page-template-page_blog main.content article.entry:nth-child(1) .entry-content,
.archive main.content article.entry:nth-child(1) .entry-content,
.search main.content article.entry:nth-child(1) .entry-content,
body.blog main.content article.entry:nth-child(1) .entry-content{
    padding: 20px 40px;
}

.page-template-page_blog main.content article.entry .entry-content,
.archive main.content article.entry .entry-content,
.search main.content article.entry .entry-content,
body.blog main.content article.entry .entry-content{
    padding: 20px;
}

.page-template-page_blog main.content article.entry .sociallist,
.archive main.content article.entry .sociallist,
.search main.content article.entry .sociallist,
body.blog main.content article.entry .sociallist{
    display: none;
}
.page-template-page_blog main.content article.entry:nth-child(1) .sociallist,
.archive main.content article.entry:nth-child(1) .sociallist,
.search main.content article.entry:nth-child(1) .sociallist,
body.blog main.content article.entry:nth-child(1) .sociallist{
    display: block;
}

.page-template-page_blog main.content article.entry p.entry-meta:nth-child(3),
.archive main.content article.entry p.entry-meta:nth-child(3),
.search main.content article.entry p.entry-meta:nth-child(3),
body.blog main.content article.entry p.entry-meta:nth-child(3){
    display: none;
}
.page-template-page_blog main.content article.entry:nth-child(1) p.entry-meta:nth-child(3),
.archive main.content article.entry:nth-child(1) p.entry-meta:nth-child(3),
.search main.content article.entry:nth-child(1) p.entry-meta:nth-child(3),
body.blog main.content article.entry:nth-child(1) p.entry-meta:nth-child(3){
    display: block;
}

.page-template-page_blog main.content article.entry a.more-link,
.archive main.content article.entry a.more-link,
.search main.content article.entry a.more-link,
body.blog main.content article.entry a.more-link{
    display: block;
    margin-top: 20px;
    text-align: right;
    letter-spacing: 1px;
    font-size: 14px;
}
.page-template-page_blog main.content article.entry:nth-child(1) a.more-link,
.archive main.content article.entry:nth-child(1) a.more-link,
.search main.content article.entry:nth-child(1) a.more-link,
body.blog main.content article.entry:nth-child(1) a.more-link{
    display: inline;
    margin-top: 0;
    text-align: inherit;
}

.page-template-page_blog main.content article.entry .entry-content,
.archive main.content article.entry .entry-content,
.search main.content article.entry .entry-content,
body.blog main.content article.entry .entry-content{
    padding: 5px 20px 0;
}
.page-template-page_blog main.content article.entry:nth-child(1) .entry-content,
.archive main.content article.entry:nth-child(1) .entry-content,
.search main.content article.entry:nth-child(1) .entry-content,
body.blog main.content article.entry:nth-child(1) .entry-content{
    padding: 20px;
}

.page-template-page_blog main.content article.entry header.entry-header .entry-title,
.archive main.content article.entry header.entry-header .entry-title,
.search main.content article.entry header.entry-header .entry-title,
body.blog main.content article.entry header.entry-header .entry-title{
    padding: 0 20px;
    text-align: left;
}
.page-template-page_blog main.content article.entry:nth-child(1) header.entry-header .entry-title,
.archive main.content article.entry:nth-child(1) header.entry-header .entry-title,
.search main.content article.entry:nth-child(1) header.entry-header .entry-title,
body.blog main.content article.entry:nth-child(1) header.entry-header .entry-title{
   padding: 0 40px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.full-width-content .content {
    width: 100%;
}
.post, .page .page {
    margin: 0;
    overflow: hidden;
}
.single main.content{
    padding: 0;
}
.single main.content article.entry .entry-content{
    padding: 20px 40px;
}
.single .post, .page .page {
    padding-bottom: 9px;
}
.single .portfolio {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post-clip .post {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 700px;
}
.entry-content {
    clear: both;
    overflow: hidden;
}
.single-portfolio .entry-content {
    clear: none;
}
.entry-content p {
    margin: 0 0 12px;
}
blockquote {
    border-width: 0 0 0 7px;
    margin: 30px 0 30px 27px;
    padding: 25px 30px 5px;
    border-color: #85c525;
}
blockquote p {
    color: #85c525;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
}
p.subscribe-to-comments {
    padding: 20px 0 10px;
}
.clear {
    clear: both;
}
.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 25px;
}

a.entry-image-link {
    display: block;
        position: relative;
    z-index: 1;
}
a.entry-image-link img{
    margin: 0;
    display: block;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', 'Lato', sans-serif;
    color: #263238;
    line-height: 1.25;
    margin: 24px 0 12px;
}
h1 {
    font-size: 30px;
}
.taxonomy-description h1 {
    margin: 0;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 17px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 14px;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul {
    margin: 0;
    padding: 0 0 21px;
}
.archive-page ul li, .entry-content ul li {
    margin: 0 0 0 30px;
    padding: 0;
}
.entry-content ol li {
    margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
    padding: 0;
}


/* Post header
------------------------------------------------------------ */
header.entry-header {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}
header.entry-header .entry-title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 40px;
    margin: 20px 0 10px;
    font-size: 20px;
    line-height: 1;
    display: none;
}
header.entry-header .entry-title  a{
    color: #0e1117;
    line-height: 1;
    display: inherit;
}
/* Post Info
------------------------------------------------------------ */
.entry-header .entry-meta {
    color: #a0a5b1;
    font-size: 14px;
    margin: 0;
}
.meta_sep {
    padding: 0px 10px;
    font-size: inherit;
}
.entry-meta-icon {
    padding-top: 2px;
    padding-right: 5px;
    color: #D0D0D0;
}

/* Post Meta
------------------------------------------------------------ */
.entry-header .entry-meta .entry-categories{
    margin: 0;
    background: #85c525;
    color: #fff;
    padding: 7px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px
}
.entry-header .entry-meta .entry-categories a{
    color: #fff;
}
.entry-footer .entry-meta {
}
.entry-categories, .entry-tags {
    padding-right: 15px;
}

a.more-link {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
}
/* Author Box
------------------------------------------------------------ */

.author-box {
    background-color: #f5f6f6;
    border-width: 0;
    margin: 0;
    overflow: hidden;
    padding: 20px 30px;
}
.author-box p {
    margin-left: 100px;
    line-height: 1.4;
}
.author-box-title {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 500;
    margin-top: 0;
}
.archive-description {
    background-color: #F5F5F5;
    border-width: 7px 0 1px;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 20px;
}
.archive-description p {
    margin-bottom: 0;
}
/* Sticky Posts
------------------------------------------------------------ */

.sticky {
    background-color: #f5f5f5;
    margin: -10px 0 40px;
    padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
    float: left;
    padding: 20px 0 0;
    width: 45%;
}
/* Images
------------------------------------------------------------ */

img {
    height: auto;
    max-width: 100%;
}
.author-box .avatar {
    float: left;
    margin: 0 20px 0 0;
    background-color: #FFF;
    border: 1px solid #E2E2E2;
    display: block;
    padding: 5px;
}
.post-image {
    margin: 0 10px 10px 0;
}
.comment-list li .avatar {
    background-color: white;
    float: left;
    border: 1px solid #E2E2E2;
    display: block;
    padding: 2px;
    margin-right: 10px;
}
img.centered, .aligncenter {
    display: block;
    margin: 0 auto 10px;
}
img.alignnone {
    display: inline;
    margin: 0 0 10px;
}
img.alignleft {
    display: inline;
    margin: 5px 20px 20px 0;
}
img.alignright {
    display: inline;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.wp-caption {
    border-width: 7px 0 1px;
    padding: 10px 5px 5px;
    text-align: center;
}
p.wp-caption-text {
    font-size: 13px;
    margin: 15px 0 10px;
}
.wp-smiley, .wp-wink {
    border: none;
    float: none;
}
.gallery-caption{
    display: inline-block;
}
figure.size-full-image-wrap {
    margin: 0;
    padding: 0;
}
figure.size-full-image-wrap img {
    max-width: 115%;
    margin: 20px -8%;
}
/* Pagination
--------------------------------------------- */

.archive-pagination, .entry-pagination {
    font-size: 14px;
    margin: 40px 0;
    width: 100%;
    float: left;
}
.archive-pagination li {
    display: inline;
}
.archive-pagination li a {
    background: #0f1325;
    color: #FFF;
    border: 1px solid #0f1325;
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
    background: #0066CC;
    border: 1px solid #0066CC;
    color: #fff;
}
.entry-pagination a {
    border-bottom: 1px solid #ddd;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    display: block;
    float: right;
    width: 28%;    
}
.sidebar section.widget{
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    background-size: 110%;
    background-position: 0 27%;
    margin-bottom: 40px;
}
.sidebar section.widget h4.widgettitle{
    margin: 0 0 20px;
    font-size: 20px;
    color: #0e1117;
    text-transform: uppercase;
    border-bottom: 5px solid #85c525;
    padding-bottom: 10px;
}

.sidebar-secondary {
    float: left;
    width: 150px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
    float: left;
}
.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}
.sidebar .widget {
    margin: 0;
    padding: 0;
}
.sidebar.widget-area ol, .sidebar.widget-area ul, .widget-area .textwidget, .widget_tag_cloud div div {
    padding: 0;
}
.sidebar.widget-area ul li, .footer-widgets .widget-area ul li {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0 0 5px;
    word-wrap: break-word;
}

.sidebar.widget-area ul li:last-child, .footer-widgets .widget-area ul li:last-child {
    border: none;
    margin-bottom: 0;
}
.sidebar.widget-area ul ul li {
    border: none;
    margin: 0;
}
.sidebar .featuredpost article.entry img{
    width: 80px;
}
.sidebar .featuredpost article.entry header.entry-header {
    display: inline;
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 0;
    position: relative;
    z-index: 2;
}
.sidebar .featuredpost article.entry .entry-title{
        font-size: 14px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1.6;
    text-transform: none;
}
.sidebar .featuredpost article.entry{
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px
}
/* Dropdowns
------------------------------------------------------------ */

.widget_archive select, #cat {
    display: inline;
    width: 100%;
}
/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
    clear: both;
    margin: 0 0 15px;
    overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
    margin: 0;
    overflow: hidden;
}
.footer-widgets .featuredpage .page, .footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0;
}
.more-from-category {
    padding: 5px 15px 0;
}
.sidebar .featuredpage .page .entry-title, .sidebar .featuredpost .post .entry-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-widgets .featuredpage .page .entry-title, .footer-widgets .featuredpost .post .entry-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.featuredpost .entry-header .entry-meta {
    font-size: 15px;
    line-height: 1.3;
}
/* User Profile
------------------------------------------------------------ */

.user-profile {
    overflow: hidden;
}
.user-profile img.avatar {
    margin-top: 2px;
}
/* Buttons
------------------------------------------------------------ */

button, a.button, input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], .comment-reply-link {
    background: #0066CC;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    cursor: pointer;
    font-size: 20px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: none;
    padding: 15px 30px;
    margin: 0 10px 10px 0px;
    display: inline-block;
    position: relative;
}
button:hover, a.button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]:hover, .comment-reply-link:hover {
    background: #1C8EFC;
    color: #fff;
}
button:active, a.button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active, .comment-reply-link:active {
    top: 4px;
    background-color: #1C8EFC;
    color: #fff;
}
button.large, .button.large {
    padding: 10px 5% !important;
    font-size: 14px !important;
}
/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
    float: right;
    padding: 12px 0 0;
}
.sidebar .search-form {
    padding: 0;
}
.s {
    font-style: italic;
    margin: 5px -7px 0 0;
    padding: 6px 5px;
    width: 170px;
}
.nav-primary .s {
    background-color: white;
    border-width: 0 0 0 1px;
    margin: 0;
    padding: 12px 20px 11px;
}
.nav-primary .searchsubmit {
    display: none;
}
.search-form input[type="submit"] {
    display: none;
}
.search-form input[type="search"], .search-form input[type="text"] {
    padding: 12px;
    width: 100%;
}
/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    font-size: 11px;
    font-style: italic;
    padding: 0 5px 0 0;
    text-align: right;
}
#wp-calendar thead {
    background-color: #f5f5f5;
    font-weight: 600;
    margin: 10px 0 0;
}
#wp-calendar td {
    background-color: #f5f5f5;
    padding: 2px;
    text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */

.footer-widgets {
    background-color: #2e4170;
    clear: both;
    color: #fff;
    margin: 0 auto;
    padding: 50px 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.footer-widgets .wrap {
    z-index: 2;
    position: relative;
}
.footer-widgets .widget {
    background: none;
    border: none;
    margin: 0 0 30px;
    padding: 0;
}
.footer-widgets .textwidget {
    padding: 0;
}
.footer-widgets .widget_tag_cloud div div {
    padding: 0;
}
.footer-widgets a, .footer-widgets a:visited, .footer-widgets a:hover {
    color: #fff;
}
.footer-widgets a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-widgets p {
    color: #aaa;
    margin: 0 0 10px;
}
.footer-widgets ul {
    margin: 0;
}
.footer-widgets ul li {
    margin: 0 0 0 20px;
}
.footer-widgets #wp-calendar thead, .footer-widgets #wp-calendar td {
    background: none;
}
.footer-widgets-1,
.footer-widgets-3 {
    float: left;
    margin-right: 2.6315%;
    width: 35%;
}
.footer-widgets-2 {
    float: left;
    margin-right: 2.6315%;
    width: 22%;
}
.footer-widgets-3 {
    float: right !important;
    margin-right: 0 !important;
}
.footer-widgets ul li a{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-widgets h4.widget-title.widgettitle{
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer-widgets:after {
    content: "";
    display: block;
    background: #1e3363;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: -55%;
    z-index: 1;
}
/* Footer
------------------------------------------------------------ */

.site-footer {
    background-color: transparent;
    clear: both;
    font-size: 13px;
    margin: 0 auto;
    padding: 19px 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
    border-top: 1px solid #f9f9f9;
}
.site-footer p {
    color: white;
    margin-bottom: 0;
}
.site-footer a, .site-footer a:visited {
    color: #777777;
}
.site-footer a:hover {
    color: #0066CC;
    border-bottom: none;
    text-decoration: none;
}
.site-footer .gototop {
    float: right;
    text-align: right;
}
.site-footer .creds {
    float: left;
}
.site-footer .creds a {
    color: #0066CC;
}
#top-link {
    background-color: #313131;
    bottom: 20px;
    color: #fff;
    display: none;
    height: 45px;
    position: fixed;
    right: 15px;
    width: 45px;
}
#top-link:hover {
    background: #0066CC;
}
#top-link span {
    display: block;
    line-height: 45px;
    margin: auto;
}
#footer_nav {
    float: left;
}
.footer_menu {
}
.footer_menu ul {
    list-style-type: none;
}
.footer_menu li {
    display: inline;
}
.footer_menu li:after {
    color: #999999;
    content: "/";
    font-weight: 100;
    margin: 0 10px;
}
.footer_menu li:first-child {
    background: none repeat scroll 0 0 transparent;
}
.footer_menu li:last-child:after {
    content: "";
}
.site-footer .creds {
    color: #fff;
    float: left;
    text-align: center;
    width: 100%;
}
.site-footer .gototop {
    float: right;
    padding: 0 20px 0 0;
    text-align: right;
    width: 200px;
}
/* Comments
------------------------------------------------------------ */

.entry-comments, #respond {
    margin: 0 0 1em;
    overflow: hidden;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#author, #comment, #email, #url {
    margin: 0.5em 0;
    width: 250px;
}
#comment {
    height: 150px;
    width: 100%;
}
.comment-reply-link {
    padding: 6px 13px;
}
.comment-reply {
    text-align: right;
}
.comment-content {
    margin: 10px 0;
}
.comment-header {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.comment-header p {
    margin-bottom: 0;
}
.comment-author span {
    font-weight: 700;
}
#commentform input[type=text].error, #commentform textarea.error {
    background-color: #ff783c;
    border-color: #ff783c;
    color: #fff;
}
#commentform div.error, #commentform label.error {
    color: #ff783c;
    margin: 0 0 5px;
}
#commentform div.errorlabels label {
    display: block
}
.comment-form-comment label {
    padding-left: 0;
    padding-right: 0;
}
.ping-list {
    margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
    padding: 10px;
}
.comment-list li, .ping-list li {
    list-style-type: none;
    margin: 1em 0;
    padding: 1em 1.75em;
}
.comment-list li ul li {
    list-style-type: none;
}
.comment-list li ul li.even {
    background-color: #fff;
}
.comment-content p {
    margin: 0 0 20px;
}
.comment-list cite, .ping-list cite {
    font-style: normal;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 5px;
}
#comment .comment-reply {
    font-size: 14px;
}
.nocomments {
    text-align: center;
}
.entry-comments .pagination {
    display: block;
}
.bypostauthor {
    background-color: #fafafa;
}
.thread-alt, .thread-even {
    background-color: #fff;
}
.alt, .depth-1, .even {
    border: 1px solid #eaeaea;
}
.form-allowed-tags {
    background-color: #FAFAFA;
    padding: 24px;
}
.jp-carousel-info{
    display: none;
}
.gallery .gallery-item img{
    border: 0 !important;
    display: block !important;
}
.gallery-item {
    padding: 0px 5px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.single-photo_gallery .entry-meta{
    display: none;
}
.post-type-archive-photo_gallery ul.photo_gallery_list {
margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.post-type-archive-photo_gallery ul.photo_gallery_list li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 25%;
    padding: 0 10px;
    float: left;
}
.post-type-archive-photo_gallery ul.photo_gallery_list img{
    display: block;
 }
 .post-type-archive-photo_gallery ul.photo_gallery_list h6{
    margin-top: 10px;
 }
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px !important;
    padding: 4px 5px !important;
}
div.gform_footer input.button {
    color: #333;
}
div.gform_wrapper .ginput_complex label {
    font-size: 14px;
}
div.gform_wrapper li, div.gform_wrapper form li {
    margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
    border: none;
    margin: 0;
    padding: 0;
}
/* Homepage Content
------------------------------------------------------------ */


.seperator {
    background-color: #ddd;
    height: 1px;
    width: 100%;
    clear: both;
    display: block;
}
.tagcloud a, .tagcloud a:visited {
    background-color: #222;
    color: #aaa !important;
    font-size: 14px !important;
    display: inline-block;
    margin: 0 3px 5px 0;
    padding: 3px 10px;
}
.sidebar .tagcloud a, .sidebar .tagcloud a:visited {
    background-color: #f5f5f5;
    color: #333 !important;
}
.tagcloud a:hover {
    background-color: #0066CC;
    color: white !important;
    text-decoration: none;
}
/* Contact Form 7
------------------------------------------------------------ */

.wpcf7-form-control {
    display: inline-block;
    margin: 10px 0;
}
.wpcf7-select {
    padding: 5px;
}
.wpcf7-acceptance {
    margin: 10px 10px 10px 0;
}
.wpcf7-quiz-label {
    margin-right: 10px;
}
/* Widget
------------------------------------------------------------ */

#flickr-wrapper {
    display: inline-block;
    overflow: hidden;
}
.flickr_badge_image {
    float: left;
    width: 80px;
    height: 80px;
}
.flickr_badge_image img {
    width: 70px;
    height: 70px;
    padding: 2px;
    background: #fff;
    border: 1px solid #e2e2e2;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /*IE8*/
    -webkit-transition: opacity .7s ease-out;
    -moz-transition: opacity .7s ease-out;
    -o-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out;
}
.flickr_badge_image img:hover {
    border: 1px solid transparent;
    background: #0066CC;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /*IE8*/
}
.flickr_badge_image a:hover {
    border: none;
}


/* Self-clearing floats from Dan Cederholm
------------------------------------------------------------ */
.site-header .wrap:after, .wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Page Header
--------------------------------------------- */
.page_media_wrap {
    height: 350px;
    display: block;
    position: relative;
}
.media_container {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.post_image_overlay {
    background: rgba(74,73,74, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.post_image_cover {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.entry-content-title.wrap {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: left;
    margin: auto;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: 100%;
    display: table;
    bottom: 0;
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.entry-content-header {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
}
.entry-content-header:after{
    content: "";
    position: absolute;
    background: #0072c4;
    width: 170px;
    height: 5px;
    left: 0;
    bottom: 24%;

}
.entry-content-header h1{
    color: #fff;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
}
.page_wrap_meta {
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}
.page_wrap_meta .dashicons {
    font-size: 11px;
}
.page_wrap_meta a{
    color: #fff;
}
p.entry-title-desc {
    font-size: 24px;
    max-width: 60%;
    width: 100%;
    line-height: 1.2;
    font-weight: 300;
}
/**
Bottom Widget
*/
.bottom-widget {
    background: #0f1325;
    padding: 50px 0;
    color: #fff;
}
.bottom-widget .widget_text h5{
    background: url(images/quote.png) no-repeat scroll 0 0 transparent;
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 24px 0 24px 90px;
    background-position: left center;
    display: inline-block;
}
.bottom-widget .widget_text a {
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    border: 3px solid #fff;
    padding: 10px 25px;
    line-height: 1;
    margin-left: 4%;
    position: relative;
    top: -5px;
}

/* Social Share */
.sociallist {
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
}
.sociallist h6{
    margin: 0;
    color: #d6d6d6;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
}
.sociallist h6 span {
    display: inline-block;
    background: #fff;
    line-height: 1;
    padding: 5px 40px;
    margin-top: 0;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sociallist h6:after {
    content: "";
    height: 1px;
    background: #d6d6d6;
    width: 80%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    top: 12px;
}
.sociallist .shares span{
    cursor: pointer;
    padding: 0 6px;
    display: inline-block;
    height: 20px;
    width: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.sociallist .shares span.st_facebook_custom{
    background-image: url("images/facebook.png");  
    background-size: 8px;
} 

.sociallist .shares span.st_twitter_custom{
    background-image: url("images/twitter.png");
    background-size: 17px;
} 

.sociallist .shares span.st_email_custom{
    background-image: url("images/mail.png");
    background-size: 17px;
} 

.sociallist .shares span.st_plusone_custom{
    background-image: url("images/gplus.png");
    background-size: 15px;
} 
.sociallist .shares {
    margin-top: 10px;
}
.sociallist .shares span.st_plusone_custom > div{
    width: auto !important;
    height: 21px !important;
    opacity: 0;
    left: -8px;
    top: -4px;
}

.blog_quote {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.wfs_blog_quote {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 370px;
    display: table;
    width: 100%;
    text-align: center;
    position: relative;
}
    .wfs_blog_quote:before {
        content: "";
        background: rgba(16,19,37,0.46);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }
.wfs_blog_quote_content {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0 22%;
    position: relative;
    z-index: 2;
    left: 0;
}
.wfs_blog_quote_content blockquote:before {
    content: "";
    background-image: url(images/quote_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 1;
    margin-left: -47px;
    margin-top: -33px;
}
.wfs_blog_quote_content blockquote:after {
    content: "";
    background-image: url(images/quote_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 1;
    margin-top: 14px;
    margin-left: 7px;
}
.wfs_blog_quote blockquote {
    background: transparent;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
    border: 0;
    margin: 0;
    padding: 0;
}
span.wfs_quote_author {
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
    font-size: 20px;
    font-style: italic;
}

/* Committee */
.committee_page main.content {
    margin-top: 0;
    background: transparent;
    border: 0;
    padding: 0;
}
.wfs_committee_wrap h4 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
}

.wfs_committee_wrap h4:after{
    content: '';
    background: #85c525;
    height: 5px;
    width: 190px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 140%;
}

.wfs_committee_loop {
    display: block;
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
}
.wfs_committee_item{
    cursor: pointer;
    width: 20%;
    float: left;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-bottom: 0;
    text-align: center;
}
.wfs_committee_item:nth-child( 5n + 1){
    clear: left;
}
.wfs_committee_item.mission_advisors {
     border: 1px solid #eaeaea;
    border-right: 0;
    background: #eee;
}
.wfs_committee_loop .wfs_committee_item:last-child{
    border: 1px solid #eaeaea;
    border-left: 0;
}  
.wfs_committee_item.mission_advisors .wfs_committee_pos{
    color: #85c525;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.wfs_committee_item h5 {
    margin: 20px 0 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #181818;
}
.wfs_committee_desc {
    font-size: 18px;
    color: #8e8e8e;
}
.wfs_committee_image{
    display: block;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    position: relative;
}
.wfs_committee_image:before{
    content: "";
    background: rgba( 11,105,177, 0.31);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    opacity: 1;
}
.wfs_committee_item:hover .wfs_committee_image:before{
    opacity: 0;
}
.wfs_committee_item.active .wfs_committee_image:before{
    opacity: 0;
}
.wfs_committee_image img{
    display: block;
    position: relative;
    z-index: 1;
}
.wfs_committee_content {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.wfs_committee_content_item {
    display: none;
    width: 100%;
    overflow: hidden;
    border-top: 5px solid #d7d7d7;
    padding-top: 40px;
    position: relative;
}
.wfs_committee_content_item:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d7d7d7;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
}
.wfs_committee_content_image {
    float: left;
    width: auto;
    margin-right: 39px;
}
.wfs_committee_content_wrap {
    display: block;
    position: relative;
}
.wfs_committee_content_wrap h5{
    margin: 16px 0 4px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}
.wfs_committee_position {
    font-size: 18px;
    color: #999999;
}

.wfs_committee_logo {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.wfs_committee_label {
    margin-top: 40px;
    display: block;
}

/* Home Front Page */
.home_page  .site-inner > .wrap{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.home_page .site-inner{
    margin-top: 0;
    margin-bottom: 0;
}
.home_page .site-inner main.content {
    margin-top: 0;
    background: transparent;
    border: 0;
    padding: 0;
}
section.wfs-home-hero,
section.wfs-home-hero .widget-wrap{
    height: 100%;
}
.wfs_hero_wrap {
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.site-container:before{
    content: "";
    /*background: -moz-linear-gradient(-45deg,  #325AA0 0%, #32989d 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#325AA0), color-stop(100%,#32989d));
    background: -webkit-linear-gradient(-45deg,  #325AA0 0%,#32989d 100%);
    background: -o-linear-gradient(-45deg,  #325AA0 0%,#32989d 100%)
    background: -ms-linear-gradient(-45deg,  #325AA0 0%,#32989d 100%);
    background: linear-gradient(135deg,  #325AA0 0%,#32989d 100%);*/
    background-color: rgba(0,102,204,1);
    background: -moz-linear-gradient(45deg,  rgba(0,82,164,1) 0%, rgba(0,102,204,1) 25%, rgba(102,199,214,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(0,82,164,1) 0%,rgba(0,102,204,1) 25%,rgba(102,199,214,1) 100%);
    background: linear-gradient(45deg,  rgba(0,82,164,1) 0%,rgba(0,102,204,1) 25%,rgba(102,199,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052a4', endColorstr='#52b5d5',GradientType=1 );
    position: fixed;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.wfs_hero_content{
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    display: table;
    height: 100%;
    position: relative;
    padding-top: 100px;
    z-index: 2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;    
}
.wfs_hero_content_wrap{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
.wfs_hero_content_wrap .widgettitle{
 font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    width: 60%;
        margin-top: 0;
}
.wfs_hero_label {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    width: 76%;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
}
.wfs_hero_label  hr{
    background: #eee;
    height: 1px;
    display: block;
    width: 5%;
    border: 0;
    margin: 6% auto;
}
.wfs_hero_label .testimonial{
    font-size: 16px;
}
.wfs_hero_label .testi_author{
    font-size: 16px;
}
.wfs_hero_label h1,
.wfs_hero_label h2,
.wfs_hero_label  h3,
.wfs_hero_label h4{
    color: #fff;
}

.wfs_hero_label h1{
    font-size: 33px;
    letter-spacing: 1px;
}
.wfs_hero_label h1 em {
    color: #e1f0f8;;
    font-weight: 400;
}

.wfs_hero_label h3{
    font-size: 25px;
    letter-spacing: 1px;
}
.wfs_hero_label h3 em {
    color: #e1f0f8;;
    font-weight: 400;
}

.wfs_hero_label span,
.wfs_hero_label p{
    display: block;
    margin-top: 20px;
    font-size: 14px;
}
a.wfs_button {
    display: inline-block;
    background: #0f1325;
    padding: 14px 20px 12px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    margin-right: 15px;
    letter-spacing: 0px;
}

a.wfs_button.blue{
   background: #85c525;
   color: #fff; 
}
a.wfs_button.white{
    background: #85c525;
    color: #fff;
    font-size: 34px;
    font-weight: 400;
    margin-top: 10%;
    width: 66%;
    line-height: 1.6;
    text-transform: none;
    letter-spacing: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    border: 2px solid #fff;
    outline: 5px solid #85c525;
}
a.wfs_button.white:hover{
    border: 2px solid #85c525;
    outline: 5px solid #85c525;
}


.home-widget .widget_text {
    float: left;
    display: block;
    width: 100%;
    padding: 6% 0;
}
.home-widget .widget_text .widget-wrap{
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.home-widget #text-2.widget_text{
    text-align: center;
}
.home-widget #text-2.widget_text h4.widgettitle{
    margin: 0 0 40px;
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.home-widget #text-2.widget_text p{
    font-size: 25px;
}
.home-widget #text-2.widget_text span{
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
    font-style: italic;
}
.home-widget #text-3.widget_text{
    background: #FCFCFD;
    border-top: 1px solid #eee;
    padding: 60px 0;    
}

.home-widget #text-3.widget_text h4{
    font-size: 27px;
    float: left;
    width: 60%;
    margin: 0;
    line-height: 1.5;
    padding: 0;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.home-widget #text-3.widget_text .button{
    float: right;
    display: block;
    margin-top: 15px;    
}

/* Gravity Form CSS */
.gform_wrapper .gform_footer{
    text-align: center;
}
.gform_wrapper .gform_footer input[type=submit]{
    background: #85c525 !important;
    border: 0;
    color: #fff !important;
    padding: 14px 31px !important;
    border-radius: 0 !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 1.45em;
    font-weight: 700;
    padding: 25px 55px !important;
    border: solid 2px;
    cursor: pointer;
    text-decoration: none !important;
    max-width: 100%;
    white-space: normal;
    margin-top: 30px;
    margin-right: 0;
}

.gform_wrapper input.medium{
    display: block;
    width: 100% !important;
    background: #fff;
    border: solid #f3f4f5 1px;
    padding: 23px 25px !important;
    box-shadow: none !important;
    color: #85c525;
    font-weight: 500;
}
.gform_wrapper form {
    padding: 0 80px;
}

.gform_wrapper .top_label .gfield_label{
    display: none !important;
}
.progress {
    padding: 25px 10px;
    border-bottom: solid #eaeff1 1px;
}
.progress-bar {
    margin: 0 auto;
    max-width: 400px;
    background: #eaeff1;
    border-radius: 1.5em;
}
.progress-title {
    background-image: linear-gradient(
            -45deg, 
            rgba(255, 255, 255, .2) 25%, 
            transparent 25%, 
            transparent 50%, 
            rgba(255, 255, 255, .2) 50%, 
            rgba(255, 255, 255, .2) 75%, 
            transparent 75%, 
            transparent
            );
    background-color: #85c525;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    padding: 6px 25px;
    border-radius: 1.5em;
    margin-bottom: 0;
}

/* form error */
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
    font-size: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.gform_wrapper div.validation_error{
    display: none;
}

.sign_up_wrap .gform_wrapper {
    margin: 20px 0;
}

.sign_up_wrap .gform_wrapper span.gform_description {
font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-right: 0 !important;
    width: 100%;
}
body .sign_up_wrap  .gform_wrapper ul li.gfield {
    padding-right: 0 !important;
}
/* gravity form CSS end */

.sign_up {
    display: none;
    position: fixed;
    z-index: 9999;
}
.sign_up_wrap {
    display: block;
    width: 750px;
    margin: auto;
    height: 410px;
    left: 0;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f8f8f8;
    padding: 0;
    text-align: center;
}
.sign_up_overlay {
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
}
span.sign_up_close {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    width: 30px;
    line-height: 30px;
    font-size: 21px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #9cadb1;
    vertical-align: middle;
    color: #fff;
    background: #9cadb1;
}

.sign_up_wrap .gform_wrapper .gform_footer{
    text-align: center;
    padding-top: 20px;
}
.sign_up_wrap .gform_wrapper .gform_footer input[type=submit]{
    background: #85c525 !important;
    border: 0;
    color: #fff !important;
    padding: 14px 31px !important;
    border-radius: 0 !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px !important;
    line-height: 1.45em;
    font-weight: 700;
    padding: 11px 55px !important;
    border: solid 2px;
    cursor: pointer;
    text-decoration: none !important;
    max-width: 100%;
    white-space: normal;
    margin-top: 10px;
    margin-right: 0;
    width: 98%;
    border: 2px solid #85c525;
    outline: 5px solid #85c525;
}
.sign_up_wrap .gform_wrapper .gform_footer input[type=submit]:hover{
    border: 2px solid #fff;
    outline: 5px solid #85c525;
}
.sign_up_wrap  .gform_wrapper input.medium{
    display: block;
    width: 100% !important;
    background: #fff;
    border: solid #f3f4f5 1px;
    padding: 23px 25px !important;
    box-shadow: none !important;
    color: #85c525;
    font-weight: 500;
}
.sign_up_wrap .gform_wrapper form {
    padding: 0 80px;
}

.sign_up_wrap .gform_wrapper .top_label .gfield_label{
    display: none;
}
.sign_up_wrap .progress {
    padding: 25px 10px;
    border-bottom: solid #eaeff1 1px;
}
.sign_up_wrap .progress-bar {
    margin: 0 auto;
    max-width: 400px;
    background: #eaeff1;
    border-radius: 1.5em;
}
.sign_up_wrap .progress-title {
    background-image: linear-gradient(
            -45deg, 
            rgba(255, 255, 255, .2) 25%, 
            transparent 25%, 
            transparent 50%, 
            rgba(255, 255, 255, .2) 50%, 
            rgba(255, 255, 255, .2) 75%, 
            transparent 75%, 
            transparent
            );
    background-color: #85c525;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
    padding: 6px 25px;
    border-radius: 1.5em;
    margin-bottom: 0;
}
.thank_you .nav-primary{
    display: none;
}
.sign_up_wrap .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100%)!important;
}

.sign_up_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.sign_up_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 30px;
}

/* form error */
.sign_up_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px;
    font-size: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
}
.sign_up_wrap .gform_wrapper li.gfield.gfield_error,
.sign_up_wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 6px!important;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}
.sign_up_wrap .gform_wrapper div.validation_error{
    display: none;
}

body.wfs-no-content main.content{
    display: none;
}

body.wfs-no-header .site-inner {
    margin: 170px auto 0;
}