@import url('style-jon.css');
@import url('style-amy.css');

/*
 Theme Name:   Child & Nature: Divi Child Theme
 Theme URI:    http://childrenandnature.org
 Description:  Child theme of Divi for use on ChildrenAndNature.org.
 Author:       The Nerery
 Author URI:   http://nerdery.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Divi-childnature
*/

#top-header { /* z-index needs to be less than modals */
  z-index: 998;
}
#main-header { /* z-index needs to be less than modals */
  z-index: 999;
}
/*---------------------------------------------------------
  Divi Widget: Advertisement
 *--------------------------------------------------------*/

.cnn_adtracker_thumb {
    width: 75px;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 0 auto;
    display: block;
    padding: 7px;
}
p > .cnn_adtracker_image_label {
    display: block;
}


/*---------------------------------------------------------
  Global Styles
 *--------------------------------------------------------*/
.footerLogoContainer {
    text-align:center;
}

.footerLogo {
    max-height:40px;
    display:inline-block;
}

.hidden {display:none;}

/* Ensure text and buttons are displayed for fullwidth sliders on mobile devices */
@media only screen and (max-width: 500px) {
  .et_pb_slide_content {
    display: block !important;
  }
  .et_pb_slide_content h2 {
    padding: 0px !important;
  }
  .et_pb_more_button {
    display: block !important;
  }

}

/*******************************
    Homepage one page nav stuff (righthand sidebar)
*******************************/

#onepagenav {
    display:block;
    width:90px;
    height:125px;
    position:fixed;
    top:35%;
    right:0px;
    padding-right:20px;
    padding-top:0px;
    padding-left:20px;
    background-color:#59544d;
    border-radius:20px 0 0 20px;
    z-index:200;
}

#onepagenav a {
    color:white;
}

@media all and (max-width: 981px) {
    #onepagenav {
        display:none;
    }
}

/******************************
    Donation Page /
/******************************/
.cnnWhiteBackground {
  background-color:#ffffff;
}
@media only screen and (min-width: 761px)  {
  .cnnWhiteBackground {
      padding: 32px;
  }
}


/*******************************
    Sponsor Logos styles
*******************************/

.cnnSponsorLogo {
    padding-right:45px;
}

.cnnSponsorLogo:last-child {
    padding-right:0px;
}

.cnnSponsorLogoContainer {
    text-align:center;
}


/*******************************
    Blog Styles
*******************************/

article .inline-left img:first-of-type {
 position: absolute;
 width: 240px !important;
  margin: 0 auto;
  clip: rect(0px,240px,140px,0px)!important;
}

/*
div.et_pb_posts article img,
div#left-area article img {
    width: 200px;
    float: left;
}*/

/* Thumbnail settings for individual posts */
/*div#left-area article img {
    padding-top:30px;
    margin-right:20px;
}
*/
.abh_image > a > img.photo {
    padding-top: 0px !important;
}

/* Thumbnail settings for Divi blog module */
div.et_pb_posts article img {
    margin-right: 25px;
    margin-bottom:25px;
}

/* Thumbnail override for search results page (otherwise it would inherit top padding from individual post style above) */
body.search-results div#left-area article img,
body.archive div#left-area article img,
body.blog div#left-area article img {
    padding-top:0px;
}

/* Fix to ensure blog listings stack properly with floated thumbnail */
article {
    clear: both;
}

/* Style to visually separate articles in listings */
article + article {
    padding-top:20px;
    border-top:1px dashed #ddd;
}

/* Style for grid style blogs on news center page */
.et_pb_blog_grid .et_pb_post {
    width: 190px;
    margin-right:30px;
    margin-bottom:30px;
}

/* Avatars */
article .comment_avatar {
  width: 78px;
}

/* Author box styles */
.author-box {
    border-top: 1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    padding:15px 0px;
    margin-bottom: 20px;
}

article .et_pb_post .entry-content {
  padding-top: 0;
}
/*
article.post img {
  margin: 25px 15px 10px 0px;
}
*/

article.post .about-author-image img {
    margin: 0px;
}


.entry_author_image {
  width: 240px;
  float: right;
  padding-left: 40px;
}

.short-section {
  padding: 18px 0 6px 0;
}

/*************************
 * Inline Object
 ************************/
.inline-left {
  position: relative;
    min-height: 140px;
    margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
    .inline {
        display: table;
        width: 100%;
    }
    .inline > * {
        display: table-cell;
        vertical-align: top;
    }
    .inline-left {
        width: 270px;
    }
}

/*************************
 * Single Image On Post
 ************************/
.postImage {
    float: left;
    margin-right: 10px;
    max-width: 380px;
    max-height: 380px;
}

.mix-entry-content_noPad {
    padding-top: 0px !important;
}




/*******************************
    Homepage news
    News center posts
*******************************/

/*.home div.et_pb_posts article img, div#left-area article img {
  width: 120px;
}
*/
/* News Center */

.archive .et_pb_posts article a:first-child img {
  width: 124px;
}
.page-id-4028 .et_pb_post h2,
.archive .et_pb_post h2,
.home .et_pb_post h2,
.search .et_pb_post h2 {
  margin-top: 0px !important;
}
.page-id-4028 .et_pb_posts article,
.archive .et_pb_posts article,
.home .et_pb_posts article,
.category article,
.post-type-archive-research article{
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
  min-height: 160px;
}


.page-id-4028 article .post-meta,
.archive article .post-meta,
.home article .post-meta {
  padding-top: 0;
}

/*******************************
    Main Navigation
*******************************/

/* Mobile menu colors */

.et_mobile_menu li a {
  color: #fff;
}

.et_mobile_menu li a:hover {
  color: #ccc;
}

/* Color / Hovers */

#top-menu a:hover {
  color: #ccc;
}

/*******************************
    Subscribe Modal
    Colors: tan(#F6F2EF) red(#CE563E) blue(#9DAECD)
*******************************/
.gform_widget {

}
.gform_widget #gform_1 input.large {
    box-sizing: border-box;
    border: 1px solid #333;
    padding: 4px 5px;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.gform_widget .gform_wrapper .gform_footer input[type=submit] {
    background: none;
    border: 1px solid #CE563E;
    color: #CE563E;
    font-size: 1em;
    padding: 10px 20px;
    cursor: pointer;
}

.gform_widget .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #CE563E;
    color: #FFFFFF;
}

.gform_widget .gform_wrapper .gform_footer.right_label,
.gform_widget .gform_wrapper .gform_footer.left_label {
    padding: 0;
    margin: 0;
    text-align: center;
}

.cnn-popup-subscribe {
  padding: 0 !important;
  width: 600px;
  margin: 0 auto;
  background: #f6f2ef;
  position: relative;
}

.cnn-popup-subscribe .mfp-close {
  background: url(images/btn-close.png) no-repeat;
  text-indent: -9999px;
  width: 29px;
  height: 29px;
  margin-top: 15px;
  margin-right: 5px;
  cursor: pointer;
}

.cnn-popup-subscribe h2 {
  margin-top: 40px;
  padding-top: 47px !important;
  margin-bottom: -5px;
}

.cnn-popup-subscribe h2,
.cnn-popup-subscribe p {
  padding: 20px;
}

.cnn-popup-subscribe #gform_wrapper_1 {
  margin: 0;
  max-width: 100%;
  margin-bottom: -20px;
}

.cnn-popup-subscribe .validation_error {
  display: none;
}


.cnn-popup-subscribe .gform_wrapper .ginput_container + .gfield_description.validation_message {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 7px 0 0 0 !important;
}

/* Footer */

.cnn-popup-subscribe #gform_wrapper_1 .gform_footer {

  padding: 16px 0 16px 0px;
  text-align: center;
  position: relative;
  top: 3px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.cnn-popup-subscribe #field_1_2{
  margin: 0px;
}
.cnn-popup-subscribe .gform_wrapper .cnn-popup-subscribe .gform_footer.right_label,.cnn-popup-subscribe  .gform_wrapper .gform_footer.left_label {
  margin-left: 100px;
}
/* Inputs */

.cnn-popup-subscribe #gform_wrapper_1 input[type=submit] {
  background: none;
  border: 2px solid #5A7FB5;
  color: #5A7FB5;
  font-size: 1.2em;
  padding: 10px 20px;
  cursor: pointer;
}

.cnn-popup-subscribe #gform_wrapper_1 input[type=submit]:hover {
  border: 2px solid #5A7FB5;
  color: #5A7FB5;
}

.cnn-popup-subscribe #gform_fields_1 {
  text-align: center;
}

.cnn-popup-subscribe #input_1_1 {
  border: 2px solid #333;
  padding: 12px 5px;
  font-size: 1.2em;
  text-align: center;
}

/* iOS quirk for input */

@media only screen and (max-width: 767px) {

  .cnn-popup-subscribe #input_1_1 {
    width: 72%;
    padding: 12px 30px;
  }

  .cnn-popup-subscribe {
    width: 88%;
  }
  .expand_on_mobil{
    width: 100%;
  }

}

/* Confirmation message */

.cnn-popup-subscribe #gform_confirmation_message_1 {
  padding: 15px 30px 25px 30px;
  font-size: 1.2em;
}


/*******************************
    Testimonials
*******************************/

.et_pb_testimonial_meta {
  padding: 5px 0 5px 0;
}

/*******************************
    Social Bar
*******************************/

@media only screen and (max-width: 500px) {
    .et_monarch .et_social_heading {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1024px) {
  .et_monarch .et_social_mobile {
    width: 50%;
  }
  .et_monarch .et_social_networks li, .et_monarch .et_social_mobile .et_social_networks li {
    width: 100% !important;
    margin: 5px 0 0 0 !important;
  }
  .et_monarch .et_social_networks li:nth-child(-n+2), .et_monarch .et_social_mobile .et_social_networks li:nth-child(-n+2) {
    margin: 5px 0 0 0 !important;
  }
}

/*******************************
    Donate
*******************************/

#gform_2 #input_2_3 li {
  /*
  background: #5C80AE;
  width: 126px;
  display: block;
  padding: 20px 10px !important;
  color: #fff;
  font-size: 1.55em;
  text-align: center;
  margin: 10px;
  */

  width: 33%;
  display: inline-block;
}

#gform_2 #input_2_3 input {
  display: none;
  margin-top: 10px;
  margin-left: 10px;
}

#gform_2 #input_2_3 label {
  margin: 0;
  background: #5C80AE;
  text-align: center;
  padding: 20px 0px !important;
  color: #fff;
  font-size: 1.55em;
  text-align: center;
  margin: 10px;
  cursor: pointer;
}

#gform_2 #input_2_3 input[type="radio"]:checked+label,
#gform_2 #input_2_3 input[type="checkbox"]:checked+label {
    background: #E6EAEF;
    color: #666666;
}

#gform_2 #input_2_2{
  width: 100%!important;
}
#gform_2 #input_2_22 li {
  display: inline-block;
  background: #E6EAEF;
  width: 35%;
  padding: 10px 20px !important;
  font-size: 1.15em;
  margin: 6px;
}

#gform_2 #field_2_21 {
  display: block;
  background: #E6EAEF;
  width: 278px;
  font-size: 1.15em;
  margin: 6px;
  margin-top: 24px !important;
  padding-top: 0px !important;
  font-weight: bold;
  padding: 0px 20px 14px 20px !important;
  margin-bottom: 0px !important;
}

#gform_2 #field_2_16 {
  background: #E6EAEF;
  padding: 0px 20px 15px 20px;
  width: 267px;
}

#gform_2 #field_2_2 {
  font-size: 1.5em;
  width: 282px !important;
  font-weight: bold;
  padding: 15px;
}


@media only screen and (max-width: 600px) {

  #gform_2 #field_2_21,
  #gform_2 #field_2_16{
    width: 80%!important;
  }
  .et-waypoint.et_pb_image{
    -moz-transform:scale(0.8);
      -webkit-transform:scale(0.8);
      transform:scale(0.8);
  }
  #gform_2 #gform_submit_button_2{ width:240px!important }
  .et_pb_section{padding: 10px!important;}
  #gform_2 #input_2_3{font-size: 12px;}
}


/**** new donate with stripe ****/

.gform_wrapper .gf_step span.gf_step_number, .gform_wrapper .gf_step .gf_step_label, button.stripe-button-el span {
  font-size: 18px!important;
  color:#5878ad;
  text-transform: uppercase;
  font-family: 'Josefin Sans'!important;
  border: 0;
  border-radius: 0;
}
.gform_wrapper .gf_step span.gf_step_number {
  color: #7c9dbf;
}

#donateform_full .gform_wrapper .button, #donateform_full .gform_wrapper .gform_previous_button,
#donateform_full .gform_wrapper .gform_next_button, button.stripe-button-el, button.stripe-button-el span {
  background:#5878ad;
  color: #fff;
  border: none;
  border-radius: 0;
  background-image: none;
  padding: .5em 2em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  cursor:pointer;
}
button.stripe-button-el {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
button.stripe-button-el span {
  padding: 0;
  margin: 0;
}
#donateform_full .gform_wrapper .gform_previous_button,
#donateform_full .gform_wrapper .gform_next_button {
  background-color: #7c9dbf;
  font-family: 'Josefin Sans';
}
.gform_wrapper .gsection h2.gsection_title {
  font-size: 18px!important;
  color:#5878ad;
  text-transform: uppercase;
  font-family: 'Josefin Sans'!important;
}
#donateform_full .gform_wrapper ul.gfield_radio {
  padding-left: 0;
}

#donateform_full .gform_wrapper ul li.gfield {
  padding-top: 20px;
}
#donateform_full .gform_wrapper ul.gfield_radio li, #donateform_full .gform_wrapper ul.gfield_radio label, button.stripe-button-el {
  font-size: 20px;
  min-width: 10em;
  height:2.5em;
  padding:.75em 0;
  margin:0 .5em .5em 0;
  text-align: center;
  line-height: 1em;
}
#donateform_full .gform_wrapper ul.gfield_radio li {
    float:left;
    position:relative;

}
#donateform_full .gform_wrapper ul.gfield_radio label {
  background:#5878ad;
  color: #fff;
  cursor:pointer;
  z-index:90;
  font-weight: bold;
}

#donateform_full .gform_wrapper ul.gfield_radio label, #donateform_full .gform_wrapper ul.gfield_radio input {
  color: #fff;
  display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin-left: 0;
}

#donateform_full .gform_wrapper ul.gfield_radio input[type="radio"] {
    opacity:0.011;
    z-index:100;
    background:#5878ad;
    color: #fff;
}

#donateform_full .gform_wrapper ul.gfield_radio input[type="radio"]:checked + label, #donateform_full .gform_wrapper ul.gfield_radio label:hover {
   background-color: #7c9dbf;
}

#donateform_full .gform_wrapper, #donateform_full .gforms_confirmation_message .gform_confirmation_wrapper  {
  background-color: #fff;
  padding: 20px;
  margin-top: 0;
}

#donateform_full .gform_wrapper .button:hover {
  background-color: #7c9dbf;
}

/* one-click donation form */
.form-responsive form {
  display: inline-block;
}
.oneclick-wrap {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.stripe-button-el span {
    text-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important;
}

#donateform_oneclick { /* hide oneclick form until it's completed */
  display: none;
}

.et-social-icon a{color: #fff!important;}
#top-header .container{
  padding-top: 30px;
}
/* responsive display of form

@media only screen and (max-width: 768px) {
  #donateform_full {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #donateform_oneclick {
    display: none;
  }
}
*/
/*****************************************
    Sidebar customization
    See: http://www.wpthemefaqs.com/setting-the-divi-theme-sidebar-background-color/
*****************************************/

#sidebar {
    background-color: #fafafa;
}

.et_left_sidebar #sidebar .gform_widget,
.et_pb_widget_area_left .gform_widget {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Increase the container width by 60px to provide space for outer margins */

@media only screen and (min-width: 1100px) {
  .et_right_sidebar #main-content .container, .et_left_sidebar #main-content .container {
    width: 1140px;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1099px) {
  .et_right_sidebar #main-content .container, .et_left_sidebar #main-content .container {
    width: 981px;
  }
}

/* Add outer padding */

@media only screen and (min-width: 981px) {
/* Add 30px margin to outside edge of sidebar */
  .et_right_sidebar #sidebar .et_pb_widget {
    margin-right: 30px;
  }
  .et_left_sidebar #sidebar .et_pb_widget {
    margin-left: 20px;
  }
  .single-post.et_left_sidebar #sidebar .et_pb_widget{
    margin-left: 15px;
  }
/* Add 30px margin to outside edge of main area (for balance) */
  .et_right_sidebar #left-area {
    padding: 15px;
  }

}

/* Declare the sidebar width */

@media only screen and (min-width: 1100px) {
  .et_left_sidebar #sidebar, .et_right_sidebar #sidebar {
    width: 225px;
  }
}

@media only screen and (min-width: 981px) and (max-width: 1099px) {
  .et_left_sidebar #sidebar, .et_right_sidebar #sidebar {
    width: 218px;
  }
}

/* Fix the inside padding / margin on medium screens */

@media only screen and (min-width: 981px) and (max-width: 1099px) {
/* Reduce inside margin on main content */
  .et_right_sidebar #left-area {
    margin-right: 30px;
  }
  .et_left_sidebar #left-area {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
  }
/* Add as inside padding to sidebar instead */
  .et_right_sidebar #sidebar {
    padding-left: 30px;
  }
  .et_left_sidebar #sidebar {
    padding-right: 30px;
    margin-left:-14px;
  }

}
#sidebar .gform_wrapper .top_label input.medium, #sidebar .gform_wrapper .top_label select.medium{
  width:100% !important;
}

/* Fix the dividing line position */

@media only screen and (min-width: 981px) {
  .et_right_sidebar #main-content .container:before {
    right: 26.875% !important;
  }
  .et_left_sidebar #main-content .container:before {
    left: 254px;
  }
}

/* Extend sidebar vertically */

@media only screen and (min-width: 981px) {
  .et_right_sidebar #sidebar, .et_left_sidebar #sidebar {
    padding-top: 60px;
    margin-top: -57px;
    padding-bottom: 10px;
    padding-right: 30px;
  }
}

/* Add padding on small screens (mobiles, etc) */

@media only screen and (max-width: 981px) {
  #sidebar {
    padding: 30px !important;
    margin: 0 0 30px 0 !important;
  }
}
/*logo fixes*/

.et_fixed_nav #logo { max-height: 90px; margin-top: -40px}
.et-fixed-header #logo { max-height: 50px; margin-top: -18px }\

/*gets rid of extra padding without except the main banner*/
.et_pb_section:not(.et_pb_fullwidth_section){padding: 5px 50px;}
/*custome padding changes*/
.et_pb_testimonial{padding: 22px;}
.et_pb_testimonial p{line-height: 1.3em}
/*drop caps*/
.dropcap {
  font-size: 4em;
  float: left;
  text-indent: 0em;
  line-height: .8em;
  margin: 0 4px 0 0;
  color: #999;
}
.news_page{
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
}
/*header font*/
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans);
#top-menu{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 18px!important;
}
.btn-donate a{
  color: #fff!important;
  background: #e08c42;
  padding: 7px 7px 3px 7px!important;

}
#footer-widgets .btn-donate a{
  margin-left: -15px;
    padding: 10px!important;
}

.et-search-field{
  position: relative;
  top: -25px;
  height: 31px;
  border: 0px;
  width: 100%;
  padding-left: 10px;
  width: 140px;
}
#et_top_search{
  margin: 14px 0 0 20px;
}
.et-fixed-header .et-search-field{
  top: -25px;
}
#top-menu a{
  font-size: 18px!important;
}
/*donate form*/
.gform_wrapper.two-column_wrapper ul.gform_fields {
display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
display: block;
float: left;
width: 50%;
}
@media only screen and (max-width: 760px)  {
  .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    display: block;
    width: 100%;

  }

  .cnnWhiteBackground{
    padding: 5px 10px !important;
  }
  .search .inline-left{
    display: none;
  }
  article .inline-left img:first-of-type{
    width: 100% !important;
    clip: rect(0px,300px,140px,0px)!important
  }
  .et_fixed_nav #logo{
    max-height:35px;
    margin-top: 0px;
    margin-left: 0px;
  }
  #et_top_search{
      width: 75%!important;
      margin-left: 0px;
      margin-right: -10px;
    }
  .mobile-hide{
    display: none;
  }
  .mobile-collapse-menu .sub-menu{
    display: none;
  }
  .mobile-collapse-menu .widget_nav_menu{
    display: none;
  }
}
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child, #field_2_28 {
display: none;
}
#gform_2 .donation-type ul li{
  display: inline-block;
}
#gform_2 input.medium, #gform_2 select.medium{
  width: 95%!important;
}
#gform_2 #gform_submit_button_2{
  color: #fff!important;
  background: #e08c42;
  padding: 11px!important;
  border: 0px;
  font-size: 18px;
  font-weight: bold;
  width: 283px;
}
#gform_2 .gfield_required{
  color: #e08c42;
}

#gform_2 .ginput_total{
  font-size: 22px;
  font-weight: bold;
  color: #e08c42;
}
#et-footer-nav li a{ color: #fff!important; font-size: 12px;}



.research-meta {
  margin:15px 0px;
}
.et_pb_main_blurb_image{
  margin-bottom: 10px !important;
}

.et_pb_promo_description, .et_pb_text{padding-bottom: 5px;}
.et_pb_text{ margin-bottom: 10px!important;}

.next-prev {
  width:50%;
  float:left;
}

.next-prev p.left {
  padding-right:15px;
}

.next-prev p.right {
  padding-left:15px;
}

@media only screen and ( max-width: 740px ){
  .next-prev {
    width:100%;
  }
  .next-prev {
    padding:0px 0px 10px 0px;
  }
}

/***research***/
.right-checkbox-title{
  font-size: 12px;
}
.research_form #searchsubmit{

}

.et_pb_post .inline-right,.et_pb_post .inline-right p, .news_line_lineheight{
  font-size: 13px;
  font-family: Helvetica, Arial, Lucida, sans-serif !important;
  line-height: 16px;
}
.et_pb_post .inline-right,.et_pb_post .inline-right p{
  color: #000;
  padding-bottom: 0px;
}

.inline-right .post-meta{
  margin-top: 8px!important;
}
.green_font{
  color: #579552!important;
}
.green_font a{
  color: #579552!important;
}
.gray-title, .gray-title a{color: #777;}



/********sub menus*********/
.et_pb_promo_button, #submit, .comment-reply-lin{
    font-size: 16px;
}
.footer-widget.last #text-2{margin-top: -60px;}
.footer-widget.last a.et_pb_more_button{
  font-size: 20px;
  font-weight: 500;
  border-radius: 3px;
  padding: 6px 20px;
  line-height: 1.7em;
  border: 2px solid #fff;
  color: #fff;
}
.et_pb_promo_button:after, #submit:after, .comment-reply-link:after, .et_pb_more_button:after{
  top: 2px;
}
/********end sub menus*********/
.upper-left{
  margin-left: -15%;
  margin-top: -18%;
  text-align: left;
}
.lower-left{
  margin-left: -15%;
  margin-top: 18%;
  text-align: left;
}
.upper-right{
  margin-right: -14%;
  margin-top: -18%;
  text-align: right;
}

.lower-right{
  margin-right: 14%;
  margin-top: 18%;
  text-align: right;
}


/******inetz login****/


.inetz-login-page{
  margin-top: 10px;
  margin-bottom: 10px;

}
.inetz-login-page .formGroup{
  padding: 5px;
}
.inetz-login-page .formGroup label{
  display: inline-block;
  font-size: 20px;
  width: 180px!important;
}
.inetz-login-page .formGroup input, .inetz-login-page .formGroup select{
  height: 25px; font-size: 20px; width: 234px;  font-size: 20px;
}

.inetz-login-page .formGroup input[type="submit"]{
  height: 30px; font-size: 18px;
}
.inetz-login-page .inetz-login{

}
.inetz-login-page  .inetz-register{

}

.clear{
  clear:both;
}
.orange_border{
  border-color: #e08c42!important;
  color: #e08c42!important;
}
.orange_border:after{
  top: 2px;
}
.email_sign_up_form{
  margin-left: 0px!!important;
  width: 100%!important;
}
#sidebar h3{
  margin: 15px;
}
/*.widget_search{
  margin: 15px;
}*/

.research_form  h4, .research_form  label{
  margin-top: 15px;
}
.single-research #comment-wrap{
  padding-top: 0px;
}
.home-page-author .entry_author_image{
  padding-left: 0px;
  float: left;
  width: 100%;
}
#main-footer #gform_wrapper_1{
  border: 1px solid #fff;
  padding: 20px;
  text-align: center;
}
#main-footer #gform_wrapper_1 .medium{
  width: 90%;
}
#main-footer .menu li:before, #main-footer #gform_wrapper_1 ul, #main-footer #gform_fields_1 li:before{
  border: 0px;
  list-style: none;
}
#main-footer .gform_wrapper .gform_footer{
  padding-top: 0px;
  margin-top: 0px;
}


.reveal-modal-bg{
  background: rgba(0,0,0,.5);

}
.next_back{
  margin-top: 15px;
}
.blockquote-with-image{
  margin-top: -5px;
}


/*******************************
    Pop up servey
*******************************/
.popup-survey-title{
  color: #000;
}
.popup_survey_Modal{
  background: #FFF;
}
.popup_survey_Modal p{
  color: #000;
}

/*******************************
   End Pop up servey
*******************************/


/*******************************
   Staff Pages
*******************************/

.StaffLongDesc {
	display:none;
}

.StaffDiv {
	cursor:pointer;
}

.StaffDiv span.more-less {
	color:#5878ad;
	font-weight:bold;
}

.et_pb_team_member_image {
	width:auto;
}

.et_pb_column_4_4 .et_pb_team_member_description,
.et_pb_column_3_4 .et_pb_team_member_description,
.et_pb_column_2_3 .et_pb_team_member_description {
	margin-left:200px;
}


#menu-top-nav a{color: #fff;}

.search-key {
	float:left;
	width:70%;
}

.search-login {
	float:right;
	width:30%;
	text-align:right;
}

@media only screen and (min-width: 1350px){
#post-161 .et_pb_row {
    padding: 0px!important;
}
}
@media (min-width: 981px){}
.et_pb_section {
    padding: 0px;
}
/*
.et_social_count{
  display: none!important;
}
*/
#cboxWrapper .sb_divi_modal .et_pb_column {
	background-color:white;
}


/* Ensure text and buttons are displayed for fullwidth sliders on mobile devices */
@media (max-width: 500px) {
	.search-key {
		width:100%;
		float:none;
	}
	.search-login {
		width:100%;
		float:none;
		display:block;
		margin-bottom:20px;
		text-align:left;
	}
}

ul.resource-side-bar{
background-color: rgba(133,183,6,0.2);
    padding: 20px !important;
    width: 100%;
    text-align: center;
}

ul.resource-side-bar li{
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 36px;
}

ul.resource-side-bar li a{
color: #85b706 !important;
}


.et_pb_resource_module_wrapper h2{
	font-family: 'OPENSANS';
	color:#494949 ;
	font-size:28px;
	font-weight:bold;
	margin-bottom: 20px;
}

.resource-link{
	border-bottom: 1px solid #494949;
    margin: 0px 0px 30px 0;
    padding: 0 0 10px 0;

}

.resource-link h3{
	font-family: 'OPENSANS';
    text-transform: initial;
    font-size: 20px;

}

.resource-link h3 a{
    color: #85b706 !important;
}

.resource-link .resource-headline{
	font-family: 'OPENSANS';
    font-size: 16px;
    color: #494949 !important;
    margin-bottom: 10px!important;
    padding-bottom: 5px;
    word-wrap: break-word;
    font-weight: 400;
}
.resource-link ul{
	font-family: 'OPENSANS';
	list-style: none;
	padding-left: 0;
	margin-left:-10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: initial;
	line-height: 15px;
	color:#494949;
}

.resource-link ul li{
	display:inline-block;
	padding: 0 10px;
	border-right:1px solid #494949;
}

.resource-link ul li:last-child{
	border-right:none;
}

.et_pb_section.resource h1{
	 font-family: 'OPENSANS';
    color: #85b706;
    font-size: 28px;
    font-weight: 500;
	margin-bottom: 20px;
}
.et_pb_section.resource h2{
font-family: 'OPENSANS';
    font-size: 24px;
    font-weight: 500;
        margin-bottom: 10px;
}

.et_pb_section.resource h4{
	font-family: 'OPENSANS';
    font-size: 18px;
    font-weight: bold;
	color:#494949;
	margin-top: 20px;
	margin-bottom:0px;
	text-transform: UPPERCASE;
}

.et_pb_section.resource h5{

}
.et_pb_section.resource p{
    font-size: 14px;
    font-weight: 500;
}
.et_pb_section.resource a{
	font-size:18px;
}

.et_pb_section.resource .affiliation_link{
display: block;
    margin-top: -5px;
}

.resource_sidebar{
	border-bottom:1px solid #85b706;
	border-top:1px solid #85b706;
	padding: 20px 0;
}

.resource_sidebar a{
	display:block;
margin: 15px 0;
    text-transform: uppercase;
    color: #494949;
font-weight: bold;
	text-align:center;
}

.resource_sidebar a img{
	display:inline-block;
	text-align:center;
}
.resource_sidebar a span{
	display: block;
}


/*******************************
   Membership Pages
*******************************/

.member-page {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.profile-member a {
  font-size: 14px;
  color: #779a4c;
}

.signup-member {
  box-shadow: rgba(0,0,0,0.2) 0px 0px 5px 0px;
  margin: 0 20px;
}

.profile-member  {
  margin: 20px;
}

.member-page input[type=text], .member-page input[type=email], .member-page input[type=password], .member-page select {
  width: 210px;
  line-height: 18px;
  font-size: 12px;
  max-width: 100%;
  padding: .313em .2em;
}

.member-label {
  color: #444444;
  font-weight: bold;
}

.member-row{
  width: 100%;
  display: flow-root;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.member-half {
  float: left;
  width: 50%;
}
.member-third {
  float: left;
  width: 33%;
}

.member-twothird {
  float: left;
  width: 66%;
}

.input-sub {
  font-size: 85%;
  margin-bottom: 0px;
}

.member-btn {
  background: #779a4c;
  color: #fff;
  margin-left: 0;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  padding: .5em 2.5em;
  text-align: center;
  line-height: 1em;
  height: 2.5em;
  min-width: 10em;
  border-width: 0;
}

.member-half p, .member-third p {
  padding-bottom: 0;
}

.signup-member-banner {
  text-align: center;
  background: #779a4c;
  padding: 8px;
}

.signup-member-banner h1 {
  color: white;
  padding-top: 8px;
}

.member-share-fb {
    color: #3b5998;
    border: 1px solid #3b5998;
    border-radius: 17px;
    padding: 5px 35px;
}
.member-share-fb:hover {
    color: white;
    background: #3b5998;
}
.submit-display {
  display: none;
}

.membership-table
{
	border-collapse: collapse;
	empty-cells: show;
}

.membership-table td, .membership-table th
{
	padding: 5px;
	border: 1px solid #eee;
  font-size: 14px;
}

.membership-table tr td:first-child, .membership-table tr th:first-child
{
	border: 0;
}

.floated-spaced-inputs
{
	float: left;
	padding-right: 5px;
}

.membership-totals {
	margin-left: 20px;
}

.membership-input-has-error {
	border: 1px solid #f90000 !important;
}

#cash-member-payment-type {
	display: none;
}
#check-member-payment-type {
	display: none;
}

#cash-member-payment-type.member-row, #check-member-payment-type.member-row {
	padding: 0;
}

.alert-success {
  border: #779a4c 1px solid;
  border-radius: 5px;
  background: #779a4c;
  color: white;
  padding: 10px;
}

.alert-danger {
  border: red 1px solid;
  border-radius: 5px;
  background: red;
  color: white;
  padding: 10px;
}
