/*
Theme Name: ELQ
Theme URI: https://www.ecologylawquarterly.org/
Description: ecologylawquarterly
Author: State Creative
Author URI: https://www.statecreative.com/
Text Domain: ecologylawquarterly
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
*/

/*    */
body{
     font-family: Georgia, serif;
     font-size: 20px;
     color: #333333;
     background-color:#f7f9f8;
     font-weight: 400;
     width: 100%;
     overflow-x: hidden;
     background-image: url("./images/default-body-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
 a,a:hover,a:visited,a:focus{
     color: inherit;
     text-decoration: none;
     cursor: pointer;
     outline: 0 !important;
	
}

button:focus, input:focus {outline:0 !important;}
 img{
     max-width: 100%;
     height: auto;
}
 header{
     width:100%;
     position: relative;
     left: 0;
     z-index: 10000;
}
/* .scrolled-header,.no-banner-header{
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; 
  -moz-box-shadow:    3px 3px 5px 6px #ccc; 
  box-shadow:         0px 0px 10px 0px #999;
} */
 .logo{
     float: left;
     margin-top:3em;
     width: 100%;
     text-align: center;
     margin-bottom: 1em;
}
 .logo img{
     height: auto;
     width: auto;
     -webkit-transition: all ease-out .1s;
     -moz-transition: all ease-out .1s;
     -o-transition: all ease-out .1s;
     transition: all ease-out .1s;
}
 .header-menu-container{
     float: left;
     width: 100%;
}
 .header-menu{
     float: left;
     width: 100%;
     height: 100%;
     position: relative;
     padding: 0 2.2em;
     background: transparent;
     border-bottom: 1px solid #a0a2a1;
}
 .inner-banner{
     width:100%;
     float:left;
     position: relative;
     height: 468px;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-position: center;
     /* margin-top:  13.5em; */
}

 .header-marg{
     margin-top:0;
}
 .form-control,.btn{
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
}
 section{
     width:100%;
     float:left;
     position: relative;
}
 footer{
     width:100%;
     float:left;
     background: #1c7602;
     padding-top: 0;
}
 .gutter{
     height: 3em;
     width: 100%;
     float: left;
}
 .xgutter{
     height: 1em;
     width: 100%;
     float: left;
}
 .smallgutter{
     height: 1.5em;
     width: 100%;
     float: left;
}
 .no-padding{
     padding: 0;
}
 .no-rpadding{
     padding-right: 0;
}
 .no-lpadding{
     padding-left: 0;
}
 .no-margin{
     margin: 0;
}
 .no-rmargin{
     margin-right: 0;
}
 .no-lmargin{
     margin-left: 0;
}
 .wrapper{
     width: 100%;
     float: left;
     position: relative;
}
 .vertical-align-wrap{
     display: table;
     height: 100%;
     width: 100%;
}
 .vertical-align{
     display: table-cell;
     vertical-align: middle;
     text-align: center;
     height: 100%;
     width: 100%;
}
 .vertical-align > div{
     margin: auto;
     display: inline-block;
     text-align: left;
}
 .container{
     max-width: 1275px;
     width: 100%;
}
.center-box{
    max-width: 1200px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
 .mobile-menu-trigger{
     color: #000;
     width: 1.5em;
     height: 1.55em;
     position: fixed;
     top: .7em;
     right: .4em;
     font-size: 1.1em;
     cursor: pointer;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     padding:0 0.28em;
     display: none;
}
 .mob-submenu-trigger{
     color: #fff;
     cursor: pointer;
     font-size: 1em;
     height: 30px;
     position: absolute;
     right: -18px;
     text-align: center;
     top: 14px;
     width: 15px;
     z-index: 2;
     display: none;
}
 .mob-submenu-trigger .i-close{
     display: none;
}
 #scrollToTop{
     background: url("./images/arrow_up.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
     bottom: 155px;
     display: none;
     height: 50px;
     outline: 0 none;
     position: fixed;
     right: 0px;
     width: 50px;
     background-size: cover;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     z-index: 9996;
}
 .main-menu-container{
     float: right;
     position: relative;
     width: 100%;
}
 .main-menu{
     width: auto;
     list-style: none;
     margin: 0;
     float: none;   
     padding: 0;
     display: inline-block;
     text-align: left;
}
 .main-menu > li{
     float: left;
     padding: 0 1.25em;
     position: relative;
     width: auto;
}
 .main-menu li a{
     display: block;
     color: #333;
     font-size: .8em;
     width: auto;
     font-weight:500;
     padding: .85em 0;
     text-transform: uppercase;
     padding-bottom: 1.55em;
}


.main-menu > li:last-child{
    padding-right: 0;
}
 .main-menu li.current-menu-item > a,.main-menu li.current-menu-parent > a{
     color: #799a11;
}
 .main-menu li a:focus,.main-menu li a:hover {
     color: #799a11;
}
/*.main-menu li .sub-menu::before{
    position: absolute;
    top: -10px;
    height: 10px;
    width: 19px;
    left: 30px;
    content: '';
    background: url("./images/submenu-top.png") no-repeat scroll;
}*/
 .main-menu li .sub-menu{
     display: none;
     left: -5px;
     padding: 0;
     position: absolute;
     width: 300px;
     list-style: none;
     padding:0 30px;
     background-color: #FFF;
     padding-top: 2px;
     padding-bottom: .4em;
     border-top: 1px solid #b0b0b0;
     -webkit-box-shadow: 0 2px 3px 0px #aaa; 
  -moz-box-shadow:    0 2px 3px 0px #aaa; 
  box-shadow:         0 2px 3px 0px #aaa;
}
.main-menu .sub-menu li{
     width: 100%;
     float: left;
     border-bottom: 1px solid #d8d8d8;
}
.main-menu .sub-menu li:last-child{
    border-bottom: 0;
}
.main-menu .sub-menu li a{
     color: #343434;
     width: 100%;
     display: block;
     float: left;
     font-weight: 400;
     font-size: .8em;
     text-transform: initial;
     padding:.7em 0;
}
.main-menu .sub-menu li a:hover{    color: #799a11 !important;}
 .main-menu .sub-menu li a:hover,.main-menu .sub-menu li.current-menu-item > a{
     color: #799a11;
}
 .main-menu li:hover > .sub-menu{
     display: block;
}
 .mobile-menu-trigger{
     position: fixed;
     right: 2em;
     top: 1.2em;
     -webkit-transition: all 300ms ease-out;
     -moz-transition: all 300ms ease-out;
     -o-transition: all 300ms ease-out;
     transition: all 300ms ease-out;
}
/*.menu-bg-enable .mobile-menu-trigger{
     position: fixed;
     right: 2em;
     top: .8em;
}
 */
.mobile-menu-close{
     cursor: pointer;
     position: absolute;
     right: 1.8em;
     top: 1.4em;
     display: none;
}
 .mobile-logo-close{
     height: 90px;
     margin-bottom: 2em;
     display: none;
}
 .mobile-logo-close .-mob{
     height: auto;
     padding:.7em 1em;
}
 .form-control::placeholder{
     color: #BBB;
}
 .inner-content{
     background: transparent;
     margin-top: -7.6em;
}
 .inner-wrapper{
     background-color: #FFF;
     width: 100%;
     float: left;
}
 .breadcump {
     color: #1c7602;
     font-size: .85em;
     padding: 1.1em 0;
     font-weight: 300;
     text-align: left;
     background: transparent;
     margin-bottom: 1em;
}
 .breadcump span {
     color: #747474;
}
 .breadcump a {
     color: #747474;
}
 .title-wrap{
     margin-bottom: 0em;
}
 .page-title{
     font-size: 2.1em;
     font-weight: 700;
     margin-top: 0;
     margin-bottom:.8em;
     color: #1c7602;
     text-align: center;
	text-transform: initial;
}
.page-subtitle{
    font-size: 1.4em;
     margin-top: .25em;
     margin-bottom:1.2em;
     color: #333333;
}
 .content-holder{
     color: #333;
     width: 100%;
     float: left;
}
 .content-holder p{
     font-size: 18px;
     line-height: 1.7em;
     margin-bottom: 2em;
}
 .resource_title{
     font-size: .9em;
     font-weight: 700;
     color: #333;
     margin-bottom: 1em;
     margin-top: 2em;
     width:100%;
     position: relative;
     padding-bottom: .74em;
     text-transform: initial;
}
 .resource_file_div {
     background-position: left 0 center;
     background-repeat: no-repeat;
     font-size: .75em;
     padding-bottom: 2.5em;
     padding-left: 4.2em;
     padding-top: 2.5em;
     color: #1c7602;
     position: relative;
}
/* .resource_file_div::after{
    content: '';
    bottom: 0;
    left: 0;
    width: 90%;
    border-bottom: 2px solid #f3f3f3;
    position: absolute;
} */
.resource_file_div a.tit_{
    display: block;
    float: left;
    color: #1c7602;
    text-transform: initial;
	font-size: 18px;
}
 
 .sub-title{
     font-size: .8em;
     font-style: italic;
     color: #333;
     margin-top: .8em;
     margin-bottom: 0;
     text-align: center;
}
 .btn-s1,a.btn-s1{
    background: #1c7602;
    padding:.35em 1.3em;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}
 /* a.btn-s1::before,.btn-s1::before{
     content: '';
     width: 10px;
     height: 18px;
     background-image: url('images/btn-arrow-left.png');
     background-repeat: no-repeat;
     background-position: bottom right;
     position: absolute;
     top: 18px;
     left: 36px;
}
 a.btn-s1:hover::before,.btn-s1:hover::before{
     background-image: url('images/btn-arrow-left-hover.png');
} */
 .btn-s1:hover,a.btn-s1:hover{
     background:#333333;
     color: #FFF;
     border-color: #333333;
}
 .box-s1,#et-boc .et-l .box-s1{
     padding: 1.25em 0;
    padding-top: 2.2em;
    border-bottom: 1px solid #cccccc;
}
.box-s1-inner,#et-boc .et-l .box-s1-inner{
    background:transparent;    
}
 .box-s1 .tit,#et-boc .et-l .box-s1 .tit{
     display: block;
     width: 100%;
}
 .box-s1 .tit h4,#et-boc .et-l .box-s1 .tit h4{
     font-size: 1em;
     font-weight: 700;
     line-height: 1.3em;
     margin-top: 0;
     margin-bottom: 1em;
}
.box-s1,#et-boc .et-l .box-s1{ padding-top: 1.25em;}
#et-boc .et-l .box-s1 .tit h4{font-weight: 500; }
 .box-s1 .desc,#et-boc .et-l .box-s1 .desc{
     font-size: 20px;
     line-height: 1.48em;
     min-height: 70px;
     padding: 0;
}
.box-s1 .desc p,#et-boc .et-l .box-s1 .desc p{
    font-size: .9em;
}
.box-s1:first-child{
    padding-top: 0;
}
 .linebottom::after{
     content: '';
     width: 37px;
     max-width: 70%;
     border-bottom: 3px solid #171c22;
     position: absolute;
     bottom: 0;
     left: 0;
}
 .linetop::before{
     content: '';
     width: 412px;
     max-width: 72%;
     border-top: 2px solid #f3f3f3;
     position: absolute;
     top: 0;
     left: 0;
}
 .news_list > div.box-s1:last-child::after{
     display: none;
}
 .pagination-list{
     margin-top: 2.5em;
     margin-left: 0;
     padding: 0;
     float: left;
     list-style: none;
}
 .pagination-list li{
     float: left;
     margin-bottom: 1em;
}
 .pagination-list li a{
     background-color: #e8e8e8;
     color: #1c7602;
     display: block;
     float: left;
     font-size: 1.25em;
     font-weight: 400;
     height: 45px;
     margin-right: 0.8em;
     padding: 0.04em 0;
     text-align: center;
     width: 45px;
}
 .pagination-list li.active a,.pagination-list li a:hover{
     background-color: #1c7602;
     color: #FFF !important;
}
 .btn-s2,a.btn-s2,.btn-s2:active,a.btn-s2:active,.et_divi_builder #et_builder_outer_content a.btn-s2{
     float: right;
     position: relative;
     padding: .4em 1.8em;
     color: #25408f;
     border: 0;
     background: transparent;
     font-size: 1em;
     font-weight: 400;
     background-image: url('images/blue-back-arrow.png');
     background-repeat: no-repeat;
     background-position: left 10px top 15px;
     border-bottom: 3px solid #d7d7d7;
}
 

.footer-top{ padding: 2.85em 0; color: #FFF;}
.footer-bottom{
    padding: 1em 3.2em;
    background-color: #0f2907;
}
.footer-bottom p{ font-size: .8em; line-height: 1em; color: #ffffff; margin-bottom: 0;}
 .btn-s3,a.btn-s3{
     
     padding: .6em 1.7em;
     color: #FFF;
     border: 2px solid #FFF;
     background: transparent;
     text-transform: uppercase;
     font-size: 1rem;
     font-weight: 600;
     position: relative;
}
 .btn-s3:hover,a.btn-s3:hover{
     background:#FFF;
     color: #333;
}
 .searchform{
     float: right;
     line-height: 1em;
     margin: .25em 0 0 .5em;
     position: relative;
     
     text-decoration: uppercase;
}
 .searchform_wrap{
     z-index: 100000 !important;
     background-color: transparent;
     display: none;
     padding: 0;
     position: absolute;
     right: 0;
     top: 0px;
	      -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
     -moz-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
     -o-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	 transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}
 .searchform_wrap input[type="text"]{
     background-color: #fff !important;
     border: 1px solid #1c7602;
     color: #333 !important;
     font-size: 0.9em;
     font-weight: 400;
     height: 69px;
     line-height: 1em;
     padding: 0.5em 0.6em !important;
     width: 260px !important;
     padding-right: 30px !important;
     cursor: pointer;
}
 .search-submit-btn{
     background-color: #1c7602;
     color: #FFF;
     font-size: 1em;
     font-weight: 500;
     padding: 0.41em;
     position: absolute;
     right: 1px;
     top: 1px;
     cursor: pointer;
}
 .menu-main-menu-container{
     text-align: center;
}
 .hidden{
     display: none;
}
 .link-s1{
     padding-top: 1.5em;
     padding-bottom: 1em;
     width: 100%;
     position: relative;
}
 .link-s1 ._tit{
     margin-bottom: .3em;
     display: block;
     font-size: .9em;
     font-weight: 700;
}
.link-s1 ._tit:hover{
    color: #1c7602;
}
 .link-s1 ._desc{
     margin-bottom:.8em;
     font-size: .75em;
}
#slider-home{
    /* margin-top: 13.5em; */
}
#slider-home .owl-nav > button{
     position: absolute;
     top: 50%;
     margin-top: -15px;
     right: 20px;
     font-size: 2.25em;
     color: #FFF;
}
 #slider-home .owl-nav .owl-prev{
     left: 20px;
     right: auto;
}
 #slider-home .owl-angle-left {
    background-image: url(./images/arrow-prev.png);
     background-repeat:none;
     width:69px;
     height:89px;
     display: block;
}
 #slider-home .owl-angle-right {
    background-image: url(./images/arrow-next.png);
     background-repeat: none;
     width:69px;
     height:89px;
    display: block;
}
 .et_divi_builder .mast-head{
     color: #333333;
}
 .content-holder ul {
    padding-left:20px;
	margin-left: 20px;
}
 .content-holder ul li {
    font-size:18px;
     margin-bottom: 7px !important;
    list-style-position: outside !important ;
     padding-left: 14px !important;
	 list-style-image: url(./images/bullet.png)!important;
}
 .content-holder ul li a{
    color: #0047ab;
}
 .content-holder ul li a:hover {
    color: #333333;
}
 .single-post .content-holder .wrapper .btn-s1 {
    margin-top:40px;
     margin-bottom:40px;
}
 .single-post .content-holder .wrapper .btn-s1::before {
    top: 57px;
}
 .et_divi_builder #et_builder_outer_content .et_pb_row {
    max-width:100%;
}
 .btn.focus, .btn:focus {
    box-shadow:none;
}
 .home .owl-stage-outer .owl-stage .slide-item {
    background-size: cover;
    height: 450px;
    max-height:798px;
}
 .content-holder .rightbox h2 {
    color:#fff !important;
}
 .libre {
    font-family: 'Libre Baskerville', serif;
}
 .bluecolor {
    background: #0047AB !important;
}
 .greycolor {
    background: #525252 !important;
}
 hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.5) !important;
}
 .box {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px !important;
    margin-top: 2px !important;
}
 .codepage {
    font-size: .8em;
}
 .codepage ul li {
    font-size: 1em;
}
 pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    overflow-wrap: break-word;
    padding: 9.5px;
    word-break: break-all;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
}
 .no-banner{
     height: auto;
     /* margin-top: 13.5em; */
}

.no-banner .inner-banner-trans{ display: none;}
 .inner-banner-trans{
     background-image: url('images/inner-trans.png');
     background-repeat: repeat;
     background-position: center center;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
}
.mast-head{
    color: #333333;
    width: 100%;
    max-width: 902px;
    float: right; padding-top: 0;
    padding-right: 3em;
}
.mast-head-content{ 
    float: left; width: 100%; padding: 0; max-width: 660px; background: transparent;color: #FFF;
    margin-top: 0; position: relative; padding-top: .5em;
}

.mast-head h1{ font-size: 3em; text-align: right; color: #ffffff;   margin: 0;     line-height: 1.25em;     font-weight: 700; margin-bottom: .25em; }
.mast-head p{ font-size: 1.6em;text-align: right;font-weight: 300; margin-top: 0; margin-bottom: 30px;line-height: 1.5em;  }
.main-menu li.menu-btn-s1 a{
     
    padding: .4em 1.7em;
    color: #FFF;
    line-height: 1em;
    border: 1px solid #305d6e;
    background: #305d6e;
    font-size: .9em;
    font-weight: 400;
    margin-top: .35em;
}
 .main-menu li.menu-btn-s1 a:hover{
     background:transparent;
     color: #305d6e;
}
.main-menu li.menu-btn-s2 a{
     
    padding: .4em 1.7em;
    color: #305d6e;
    line-height: 1em;
    border: 1px solid #305d6e;
    background: transparent;
    font-size: .9em;
    font-weight: 400;
    margin-top: .35em;
}
 .main-menu li.menu-btn-s2 a:hover{
     background:#305d6e;
     color: #FFF;
}
.mainbar-with-sidebar{
    width: 68%; float: left;
}
.sidebar{
    width: 100%;
    float: right;
    padding: 2.15em 2.4em;
    padding-bottom: 1em;
}
.sidemenu {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0;
}
.sidemenu li {
    float: left;
    font-size: .8em;
    
    width: 100%;
    line-height: 1em;
    font-weight: 400;
    
}
ul.sidemenu li:last-child{ border-bottom: 0;}
.sidemenu li a{
    color: #333;
    line-height: 1.5em;
    border-bottom: 1px solid #e2e3e3;
    display: block;
    width: 100%;
    padding: .3em 0;
}
ul.sidesubmenu{
    font-size: 20px;
    float: left;
    width: 100%;
    padding: 0;
    list-style: none;
     display: none;
}
.sidemenu > li > a{
    display: block;
    padding-left: 28px;
    background-image: url("./images/arrow_green.png");
    background-repeat: no-repeat;
    background-position: top 13px left 0;
}
.sidemenu li.active > a,.sidemenu  li > a:hover{
    color: #1c7602;
}
.sidesubmenu li a{
    background-image: url("./images/left-bullet.png");
    background-repeat: no-repeat;
    background-position: top 13px left 28px;
    padding-left: 56px;
}
.sideheader{    
    font-weight: 700;
    font-size: .9em;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    padding-bottom: .5em;
}
/* .sideheader::after{
    content: '';
     width: 37px;
     max-width: 70%;
     border-bottom: 3px solid #171c22;
     position: absolute;
     bottom: 0;
     left: 0;
} */
.side-title-s1{
    font-size: 1em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1em;
}
.side-box{
    width: 100%;
    float: left;
    
    margin-bottom: 2.25em;
    background: transparent;
}
.single-editor-list{
    color: #747474;
    font-size: .8em;
    margin-bottom: .3em;
}
.single-date{
    color: #747474;
    font-size: .8em;
    margin-bottom: .3em;
}
.single-cat{
    color: #4d4d4d;
    font-size: .8em;
    text-transform: uppercase;
}

.box-s3{
    padding:0;   
    -ms-flex: 0 0 20%;

flex: 0 0 20%;

max-width: 20%;
}
.box-s3 .img{
    display: block;
    width: 100%;
    position: relative;
    border:0;
    border-bottom: 0;
}
.box-s3 .img img{
    width: 100%;
    height: auto;
}
.box-s3 .desc{
    padding: 0;
    background-color: transparent;
    padding: 20px 0;
    min-height: 95px;
}
.box-s3 .tit{
    display: block;
    margin-bottom: .1em;
    font-size: 1em;
    font-weight: 500;
    color: #333;
}
.box-s3 .tit:hover{color:#333  !important;}
.box-s3 p{
    font-size: .85em;
    margin-bottom: 0;
    font-weight: 300;
}
.header-text{
    float: right;
    line-height: 2em;
    margin-top: .6em;
}
.header-text a{
    color: #333;
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 0 1.5em;
    font-size: .85em;
    border-left: 1px solid #919291;
}
.searchform{
    line-height: 40px;
    margin-top: 12px;
    margin-right: 25px;
	text-transform: uppercase;
    font-size: 17px;
}
.header-text a.notify{
    background-image: url('images/notify.png');
     background-repeat: no-repeat;
     background-position: right 25px top 7px;
     padding-right: 65px;
}
.searchform img{
    margin-top: -6px;
    margin-left: 8px;
	
}
.foot-div{ width: 33.33%; padding: 0 1.5em; text-align: center; border-right: 1px solid #b3b3b3;}
.foot-div:last-child{ border-right: 0;}
.foot-div h5{
    font-size: 1.25em;
    text-transform: uppercase;
    line-height: 1.25em;
    margin-bottom: .6em;
	    font-weight: 700;
}
.foot-div p{
    font-size: .9em;
    line-height: 1.35em;
}
.foot-div p > a{
    color: #a9ffb9;
}
.foot-div a.foot-btn{
	color: #fff;
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    padding:1em 2em;
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-bottom: 1em;
    min-width: 258px;
    text-align: center;
}
a.white-btn{
	color: #fff !important;
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
    padding:1.2em 1.6em !important;
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-bottom: 1em;
    text-align: center;
}
a.white-btn:hover{
	border: 1px solid #1c7602; background-color:#1c7602;
}
.foot-div a.foot-btn:hover{ border: 1px solid #fff;
    background-color: #fff; color: #1c7602;}
.foot-div a.foot-btn.sm{
    font-weight: 400;
    text-transform: initial;
    width: 100%;
    max-width: 421px;
}
.container-inside{
    max-width: 1010px !important;
    margin: 0 auto !important;
    width: 100% !important;
}
h1,#et-boc .et-l h1{
    color: #1c7602;
    font-size: 2.1em;
    text-align: center;
}
.container-style2{
    max-width: 1320px !important;
    margin: 0 auto;
    width: 100%;
}
.inner-mainbar{
    width: 69%;
    float: left;
    background: #FFF;
    margin-bottom: 2.3em;
    padding: 2.3em 2.2em;
}
.inner-sidebar{
    width: 31%;
    float: left;
    padding-left: 31px;
    margin-bottom: 3em;
}
.print_sidebar .sidebar{
    color: #FFF;
    background-color: #1c7602;
    -webkit-box-shadow: 0px 0px 10px 0px #999; 
    -moz-box-shadow:    0px 0px 10px 0px #999; 
    box-shadow:         0px 0px 10px 0px #999;
    
}
.box-s1 .desc .date_{
    color: #747474;
    font-size: .8em;
    margin-bottom: .3em;
}
.box-s1 .desc .editor_list_{
    color: #747474;
    font-size: .8em;
    margin-bottom: .3em;
}
.box-s1 .desc .cat_ a{
    color: #4d4d4d;
    font-size: .8em;
    text-transform: uppercase;
}
.box_list_1{ margin-left: 0; margin-right: 0;}
.line-bottom{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 2.2em;
}
.single-print .page-title,.single-currents .page-title{
    font-size: 1.2em;
    color: #333333;
    text-transform: initial;
    text-align: left;
}
.document_top{
    margin-bottom: .8em;
}
#document_bottom{
    height: 1000px;
    width: 100%;
    float: left;
}
.print_sidebar .sidebar{
    padding: 3em 2.4em;
}
.print_sidebar .sidebar .sidemenu li{
    border-bottom: 1px solid #619f4e;
    
}
.print_sidebar .sidebar .sidemenu li a{
    color: #FFF;
}
.print_sidebar .sidebar .sidemenu > li > a{
    background-image: url("./images/arrow.png");
}
.print_sidebar .sidebar .sidemenu > li.open > a{
    background-image: url("./images/arrow-open.png");
}
.print_sidebar .sidebar .sidemenu  li a:hover,.print_sidebar .sidebar .sidemenu  li.active > a{
    color: #0f2907;
}
.currents_sidebar{
    background: #FFF;
}
.white-bg{
    background: #FFF;
}
.bx-shadow{
    -webkit-box-shadow: 0px 0px 10px 0px #999; 
    -moz-box-shadow:    0px 0px 10px 0px #999; 
    box-shadow:         0px 0px 10px 0px #999;
}
.home-box{
    width: 50%;
    float: left;
    text-align: center;
    padding: 2.4em 3em;
    
}
.home-marg{
    margin-bottom: 2.5em;
}
.home-print{
    background-color: #1c7602;
    color: #FFF;
}
.home-print .box-s1{
    border-color: #FFF;
}
.home-print .box-s1 .desc .date_{
    color: #ffffff;
}
.home-print .box-s1 .desc .cat_ a{
    color: #ffffff;
}
.home-print .box-s1 .desc .cat_ a:hover{
    color: #a9ffb9;
}
.tit-home-box{
    color: #1c7602;
    margin-bottom: 3em;
    font-size: 1em;
    text-transform: uppercase;
}
.home-print .tit-home-box{
    color: #FFF;
    
}
a.btn-home-box{
    color: #1c7602;
    margin-top: 3em;
    font-size: .9em;
    padding: 1.2em 1.6em ;
    text-transform: uppercase;
    border: 1px solid #1c7602;
    display: inline-block;
}
.home-print a.btn-home-box{
    color: #FFF;
    border-color: #FFF;
	border: 1px solid #fff;
}
a.btn-home-box:hover{
    color: #fff;
    background-color: #1c7602;
    border-color: #1c7602;
}
.home-print a.btn-home-box:hover{
    color: #1c7602;
    background-color: #fff;
    border-color: #fff;
}
.featured_container{
    max-width: 1080px;
    text-align: center;
    margin-bottom: 3.5em;
}
.featured_title{
    font-size: .9em;
    color: #4d4d4d;
    padding-top: 3em ;
    padding-bottom: 1.5em;
    text-transform: uppercase;
	font-weight: 700;
}
.sc_slide_home .tit h4{
    color: #1c7602;
    font-size: 2.1em;
	font-weight: 700;
}
.sc_slide_home .excerpt{
    font-size: .9em;
    margin-top: 1.5em;
    line-height: 1.7em;
}
.sc_slide_home .date_{
    color: #4d4d4d;
    font-size: .9em;
    text-transform: uppercase;
}
#slider_featured .owl-dots{
    text-align: center;
}
#slider_featured .owl-dots .owl-dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #666666;
    margin: 0 12px;
}
#slider_featured .owl-dots .owl-dot.active{
    background-color: #1a7800;
}
#close_search{ display: none;}
#mega-menu-wrap-main_menu{ background: transparent; text-align: center;}
#mega-menu-wrap-main_menu #mega-menu-main_menu{ display: inline-block;}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 17px;
    font-weight: 700; 
    color: #333;
    text-transform: uppercase;
    padding-left: 18px;
    padding-right: 18px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background: transparent;
    color: #1c7602;
    font-weight: 700;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
    background-image: url("./images/header-menu.png");
    background-repeat: no-repeat;
    background-position: top 15px right 0;
    content: '';
    width: 15px;
    height: 30px;
}   
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{ display: inline-block; position: relative;}
.es_caption{
    font-size: 18px;
}
.es-field-wrap label{
    font-size: 18px;
    color: #777;
    width: 100%;
}
.es-field-wrap input[type="email"]{
    background-color: #FFF;
    border: 0;
    height: 48px;
    width: 100%;
    font-size: 18px;
    border: 1px solid #cccccc;
}
input.es_subscription_form_submit{
    background: #1c7602;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    border: 0;
    padding: 18px 1em;
}
.print_sidebar .es-field-wrap label{
    color: #FFF;
}
.print_sidebar input.es_subscription_form_submit{
    background-color: #FFF;
    color: #1c7602;
}
a.text-button{
    font-size: .9em;
    display: inline-block;
    padding:0 2em;
    text-align: center;
}
a.cont-sidebar{
    background: #1c7602;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    border: 0;
    padding: 18px 1em;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
}
.linebottom2{
    width: 100%;
    border-bottom: 1px solid #ccc;
    bottom: 0;
    left: 0;
    height: 1px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
    background-color: #0f2907;
    border-top:4px solid #1c7602;
    padding: 20px 15px 30px 15px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link
{
    color: #FFF;
    padding:15px 0;
    border-bottom: 1px solid #4c5849;
    font-weight: 400;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    color:#2ab302;
    border-bottom: 1px solid #4c5849;
    font-weight: 400;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu
 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    color:#2ab302;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding-top: 0;
    padding-bottom: 0;
}
.notify_popup{
    background-color:#0f2907 ;
    width: 100%;
    max-width: 400px;
    padding: 25px;
    border-top:4px solid #1c7602;
    color: #FFF;
    position: fixed;
    top: -100%;
    opacity: 0;
    right: 30px;
    z-index: 100000;
}
.notify_popup .es-field-wrap label{
    color: #FFF;
}
#close_notify{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.2em;
    cursor: pointer;
    font-family: Arial;
}

.footnote_plugin_tooltip_text {
    top: .5em !important;
    font-size: 17px;
    color: #1c7602;
}
.footnote_plugin_text {
    vertical-align: bottom;
    font-size: 17px;
}

.footnote_tooltip {max-width:490px; min-width: 308px;}
.footnote_container_prepare {display:none !important;}
#footnote_references_container {display:none !important;}
.box_list_2{
    margin-left: 0;
    margin-right: 0;
}
.box_list_2 .box-s1 .tit{
    font-size: .8em;
    margin-bottom: 0;
}
.box_list_2 .box-s1{
     padding: 1em 0;
}
#st-2.st-left{
    margin-top: -130px;
}
.content-holder a[href*="#_"]{
    color: #1c7602;
    display: inline-block;
    vertical-align: super;
    font-size: 90%;
  }
  
  .whitelink {color:#fff !important;}
  .whitelink:hover {color:#a9ffb9 !important;}
  .sc-foot-social{
      margin-bottom: 1.5em;
  }
  .sc-foot-social > a{
      display: inline-block;
      border-right: 1px solid #b3b3b3;
      padding: 10px 1em;
  }
  .sc-foot-social > a:last-child{
      border: 0;
  }
  #et-boc .et-l .frm-getstarted .wpcf7-textarea {width:96%; margin-top:20px;color:#000; padding:5px 10px;}
   .wpcf7-text {margin-top: 20px !important;
    color: #000 !important;}
    #et-boc .et-l .frm-getstarted-wrap  input.wpcf7-submit {
    padding: 10px 55px;
    margin-right: 20px !important;
    background-color: #1c7602;
    border: 1px solid #1c7602;
    color: #fff;
    text-transform: uppercase;
}
.wpcf7-submit:hover {background-color: transparent;  color: #1c7602;}
  .wpcf7-textarea::placeholder,   .wpcf7-text::placeholder {
  color: #3c4648;
}
.footnote_tooltip {font-size: 17px;}
div.wpcf7-mail-sent-ok {width: 94%; font-size:16px;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {width: 94%; font-size:16px;}
span.wpcf7-not-valid-tip {font-size: 15px;}

.greenbtn {padding: 1.3em 1.3em !important; margin-top:0px !important;}
.greenbtn:hover {color:#fff !important; padding: 1.3em 1.3em !important; margin-top:0px !important;}
#et-boc .et-l .frm-getstarted.frm-getstarted-submit{ margin-top: 35px; float:right; text-align:right;}
#et-boc .et-l .frm-getstarted input[type="text"],#et-boc .et-l .frm-getstarted input[type="email"]{ width: 100% !important;}
#et-boc .et-l .frm-getstarted textarea.wpcf7-textarea{ background-color: #FFF; width: 100%; border: 1px solid #bbb; margin-top: 20px;}
.mob-link{ display: none !important;}
a.sub-to-print-rightbar{
    background: #FFF;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1c7602;
    border: 0;
    padding: 18px 1em;
    margin-bottom: 1.5em;
}

.es_subscription_message.success { color:  #eee;}
.sc-hide{ display: none !important;}
#mc_embed_signup div#mce-responses{ margin-left: 0 !important; padding-left: 0 0 !important;}
#mc_embed_signup div.response{ margin-top: 0 !important;}
#mc_embed_signup{ background: transparent !important;}
#mc_embed_signup .mc-field-group input{
    color:#fff;
font-size: 16px;
font-weight: 700;
padding: 1em 2em !important;
border: 1px solid
#e6e6e6 !important;
display: inline-block !important;
margin-bottom: 1em;
width: 100% !important;
text-align: center;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent;
}
#mc_embed_signup .button{
    color:#fff !important;
font-size: 16px !important;
font-weight: 700 !important;
text-transform: uppercase;
padding: 1em 2em !important;
border: 1px solid #e6e6e6 !important;
display: inline-block !important;
margin-bottom: 1em;
width: 100% !important;
text-align: center;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
background:
transparent !important;
max-width: 248px !important;
height: auto !important;
line-height: 1.4em !important;
}
#mc_embed_signup{
    font-family: Georgia, serif !important;

}
footer #mc_embed_signup #mce-success-response{
    color: white !important;
}
footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #FFF;
}

footer input::-moz-placeholder {
    opacity: 1;
    color: #FFF;
}

footer input::-ms-placeholder {
    opacity: 1;
    color: #FFF;
}

footer input::placeholder {
    opacity: 1;
    color: #FFF;
}
#et-boc .et-l .frm-getstarted-wrap > div{
    padding-left: 15px;
    padding-right: 15px;
}
#et-boc .et-l .frm-getstarted-wrap input{
    background-color: #FFF;
}