body {
  font-family: 'Hind', sans-serif;
  padding-top: 130px;
  font-size: 19px;
  color: #414042;
  font-weight: 400;
}
a, input.btn {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a:focus, a:active, a:visited {
  outline: 0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0;
}
.display-block {
  display: block;
}
.row2 {
  margin-right: -9px;
  margin-left: -9px;
}
.row2 > div {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-primary {
  background-color: #7ac472;
  border-color: #75bb6d;
  border-radius: 2px;
  border-width: 2px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: normal;
  padding: 6px 24px;
}
.btn-primary:hover {
  background-color: #6ab162;
  border-color: #5fa057;
}
.btn-primary-blue {
  background: #0096d6;
  border-color: #0096d6;
  font-weight: bold;
}
header#masthead {
  background: #2B2B2B;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999999;
}
.header {
  height: 90px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
h1.web-title {
  color: #66B65D;
  font-family: 'ScalaSans-Bold';
  font-size: 29px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
img.web-logo {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.newsletter-header {
  color: #FFFFFF;
  font-family: 'Hind';
  font-size: 15px;
  margin-top: 20px;
}
.newsletter-header span {
  font-weight: 700;
}
.newsletter-top-header .form-group.form-group-default.input-group.input-group-attached{
  height:34px;
}
.newsletter-top-header .form-group-default{
  max-width:280px;
}
.newsletter-top-header  .form-group-default .input-group-btn .btn{
  width:110px;
  font-size: 16px;
}
.newsletter-title{
  color:#FFFFFF;
  font-weight:600;
  margin-bottom:3px;
  padding-right:177px;
}
.newsletter-title span{
  font-weight:100;
}
.web-title{
  position:relative;
}
.beta-panel {
  position: absolute;
  content: " ";
  top: -14px;
  right: 0;
  font-size: 10px;
  color: #2b2b2b;
  background: #ffffff;
  padding: 3px 3px 1px 3px;
  text-shadow: none;
  line-height: 10px;
  letter-spacing: 2px;
  border-radius: 2px;
}
.container-wide {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
  width: 100%;
}
.overlay-gradient {
  background: rgba(0,0,0,0.3); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* Standard syntax */
}
section#home-video-bg {
  height: 500px;
 /* overflow: hidden; */
  background: rgba(0,0,0,0.3); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* Standard syntax */
  position: relative;
}
section#home-video-bg iframe {
  top: 50px !important
}
.home-video-text {
  position: absolute;
  bottom: 35px;
  color: #fff;
  /*max-width: 1350px;
  padding-left: 30px;
  padding-right: 30px;*/
  width: 100%;
}
.home-video-text .container {
  max-width: 1370px;
  width: 1370px !important;
  padding: 0;
  /*margin-left: 30px;
  margin-right: 30px;
  */
}
.home-video-text h1 {
  font-size: 52px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
  text-shadow: 0px 0px 20px #000;
  -webkit-text-shadow: 0px 0px 20px #000;
  -moz-text-shadow: 0px 0px 20px #000;
  -ms-text-shadow: 0px 0px 20px #000;
  -o-text-shadow: 0px 0px 20px #000;
}
.home-video-text h1::before {
  position: absolute;
  content: '';
  width: 73px;
  height: 7px;
  background: #66b65d;
  top: -30px;
}
.home-video-text p {
  font-size: 23px;
  font-weight: 400;
  text-shadow: 0px 0px 20px #000;
  -webkit-text-shadow: 0px 0px 20px #000;
  -moz-text-shadow: 0px 0px 20px #000;
  -ms-text-shadow: 0px 0px 20px #000;
  -o-text-shadow: 0px 0px 20px #000;
}
.video-wrapper {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 25px;
	height: 0;
  z-index: -1
}
.video-wrapper iframe, .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container {
  margin-top: -50px;
}
.video-container video {
  width: 100%
}
.fluid-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 15px;
}
.fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-youtube {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 15px;
}
.embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.fluid-presentation {
  position: relative;
  padding-bottom: 77.7%;
  padding-top: 25px;
  height: 0;
  margin-bottom: 15px;
}
.fluid-presentation iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#event-banner {
  background: #e2e2e2;
  /*padding: 30px 0px;*/
}
.event-banner-title h1 {
  font-weight: 300;
  font-size: 39px;
  margin: 0;
  margin-top: 5px;
  /*text-shadow: 1px 2px 5px #999;*/
}
span.event-title {
  font-weight: bold;
  color: #414141;
}
span.event-banner-subtitle {
  font-size: 22px;
  font-weight: 300;
  /*color: #979797;*/
  color: #414141;
  margin-top: 4px;
  display: block;
}
a.btn.btn-success.btn-event-banner {
  color: #FFFFFF;
  font-size: 23px;
  margin-left: 30px;
  margin-top: 0px;
  font-weight: 700;
  padding: 15px 40px;
  line-height: 37px;
  border-radius: 2px !important;
  background: #66B65D;
  border: none;
}
#events-and-tweets {
  background: #e2e2e2;
  padding: 50px 0;
}
.section-header {
  margin-bottom: 35px;
  display: table;
  width: 100%;
}
.section-label {
  color: #444242;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  position: relative;
  margin-top: 13px;
  text-transform: uppercase;
}
.section-label::before {
  position: absolute;
  content: " ";
  width: 40px;
  height: 3px;
  background: #66b65d;
  top: -20px;
  left: 0;
}
.section-desc {
  margin-bottom: 30px;
}
.section-desc p{
  font-weight: 300;
  font-size: 19px;
  line-height: 29px;
}

a.section-link {
  color: #535252;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  border: 1px solid;
  padding: 6px 12px;
  border-radius: 2px;
}
a.section-link:hover {
  background: #40ac48;
  color: #fff;
  border: 1px solid #379c3e;
}
.home-section {
  padding: 60px 0;
}
#expert {
  padding-bottom: 40px
}
#expert img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  float: left;
  margin-right: 10px;
}
#expert .quote-item-by_name {
  color: #66b65d;
  font-weight: bold;
}
#expert .quote-item-by_position {
  color: #929498;
  font-size: 15px;
}
#expert .owl-item {
  padding-left: 40px;
  position: relative;
}
#expert .owl-item h5 {
  color: rgba(33, 33, 33, 0.9);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 15px;
  margin-top: 0;
}
#expert .owl-item::before {
  position: absolute;
  content: "";
  background-image: url(<?php echo THEME_URI;?>/images/quotes.svg);
  height: 30px;
  width: 30px;
  background-size: 30px;
  left: 0;
}
#latest-news {
  /*padding-bottom: 10px*/
}
/*
#latest-news .card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -10px;
  margin-left: -10px;
}
#latest-news .card-deck .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
  border-bottom: 3px solid #ccc;
  margin-left: 10px;
  margin-right: 10px;
}
*/
.card-block {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
  border-bottom: 3px solid #ccc;
}
#latest-news .card-deck .card {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
  border-bottom: 3px solid #ccc;
}
#latest-news .card-deck .card .card-img-top {
  width: auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
#latest-news .card-body {
  padding: 20px;
}
#latest-news .text-muted {
  color: #B4B3B3;
  font-size: 15px;
  margin-bottom: -6px;
  display: block;
}
#latest-news .card-deck .card-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  color: #4B4949;
  margin-bottom: 10px;
  margin-top: 15px
}
#latest-news .card-text {
  color: #727272;
}

#knowledge-hub {

}
#knowledge-hub .hub-item {
  min-height: 270px;
  border: 1px solid #FFFFFF;
  position: relative;
  overflow: hidden;
}
#knowledge-hub .hub-item_content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 25px 30px;
}
#knowledge-hub .hub-item .badge-infocus {
  border-radius: 0px;
  padding: 5px 10px;
  font-size: 16px;
  background: #28a745
}
#knowledge-hub .hub-item_title h2 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px
}
#knowledge-hub .hub-item p {
  margin-bottom: 0px;
  font-weight: 300;
  color: #fff
}
#knowledge-hub .hub-item::before {
  position: absolute;
  content: " ";
  bottom: 0px;
  width: 100%;
  height: 59%;
  background: rgba(0,0,0,0.5);
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0,0,0,1));
}
.no-gutters {
  padding-left: 15px;
  padding-right: 15px;
}
.no-gutters > div {
  padding: 0;
}
#parallax {
  position: relative;
  overflow: hidden;
  padding: 90px 0px;
}
.parallax-content {
  max-width: 500px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 2px;
  border-top: 5px solid #66b65d;
  padding: 40px;
}
.parallax-content h2 {
  color: #535050;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px
}
.parallax-content h4 {
	color: #5A5A5A;
  font-size: 39px;
  font-weight: 300;
  line-height: 47px;
  margin-bottom: 10px
}
.parallax-content p {
  color: #727272;
  font-size: 18px;
  line-height: 31px;
}
#community {

}
#home-card-community .card-img-top {
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0px 0px;
}
#community .card-deck .card-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3em;
  color: #66b65d;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
}
#community .card-deck .card-title::after {
  position: absolute;
  content: " ";
  width: 25px;
  height: 3px;
  background-color: #66b65d;
  bottom: -15px;
  left: 0;
}
#community .card-deck .card-body {
  padding: 20px;
  color: #727272;
}
#community .card-deck .card-footer {
  background: #66b65d;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,.125);
  padding: 10px;
}
#community .card-deck .card-footer div {
  color: #fff;
  border-radius: 0px 0px 2px 2px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;

}
.card-content {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
}

.footer-subscribe {
  padding-bottom: 60px;
  background: #f2f2f2;
  /*background: #628064;*/
  margin-top: 40px;
  padding-top: 70px;
}
.btn-footer-subscribe {
  background: #66b65d;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 2px !important;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.btn-footer-subscribe:hover {
  background: rgba(255, 255, 255, 0.67);
  color: #428846;
}
.footer-subscribe h3{
  color: #454545;
  margin-bottom: 25px;
  font-size: 23px;
  margin-top: 0
}
.footer-subscribe h6{
  color: rgb(207, 239, 208);
}
.footer-follow-us{
  margin-top: 30px;
}
.footer-social a {
  color: #ffffff;
  background: #60a564;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  padding-top: 10px;
}
.footer-border-left img {
  padding-right: 35px;
}
a.footer-facebook-icon {
  background: #3b5998;
}
a.footer-twitter-icon {
  background: #00aced;
}
a.footer-youtube-icon {
  background: #e62117;
}
a.footer-instagram-icon {
  background: #6d4c9c;
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),     radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),  radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: -webkit-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -webkit-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),-webkit-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),     -webkit-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),  -webkit-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),-webkit-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -webkit-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: -moz-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -moz-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),-moz-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),     -moz-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),  -moz-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),-moz-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -moz-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: -ms-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -ms-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),-ms-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),     -ms-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),  -ms-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),-ms-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -ms-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: -o-radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), -o-radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),-o-radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),     -o-radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%),  -o-radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),-o-radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), -o-radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

a.footer-linkedin-icon {
  background: #007bb6;
}
a.footer-rss-icon {
  background: #ff7010;
}
.footer-social a:hover {
  color: $mainGreen;
  background: #fff
}
a.footer-facebook-icon:hover {
  color: #3b5998
}
a.footer-twitter-icon:hover {
  color: #00aced;
}
a.footer-youtube-icon:hover {
  color: #e62117;
}
a.footer-instagram-icon:hover {
  color: #bd628b;
}
a.footer-linkedin-icon:hover {
  color: #007bb6;
}
a.footer-rss-icon:hover {
  color: #ff7010;
}
footer#footer{
  padding-bottom: 50px;
  background: #2b2b2b;
  padding-top: 50px
}
footer#footer h6{
  color: #8a8a8a;
  font-size: 16px;
}
.footer-partner-label {
  text-transform: uppercase;
  font-weight: bold;
}
footer#footer h6 a {
  color: #dcdcdc;
  font-size: 17px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
footer#footer h6 a:hover {
  color: $mainGreen;
}
#footer-partner-more a {
  color: #dcdcdc;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#footer-partner-more a:hover {
  color: $mainGreen;
}
.bottom-menu {
  min-width:100px
}
.bottom-menu li {
  padding-bottom: 10px;
  margin-right: 5px;
}
.bottom-menu li:last-child {
  margin-right: 0px;
}
.footer-cc {
  color: rgba(0,0,0,0.4);
  font-size: 13px
}
footer#footer .bottom-menu li {
  display: block;
  padding-right: 30px;
  vertical-align: top;
  margin-right: 0px;
  border-left:0px solid #333;
  padding-left:0px;
}
footer#footer .bottom-menu li:last-child {
  padding-right: 0;
}
footer#footer .bottom-menu li a {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 3px;
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
}
footer#footer .bottom-menu li a:hover {
  color: $mainGreen;
}
footer#footer .bottom-menu {
  margin-top: 36px;
}
footer#footer p {
  color: rgba(255,255,255,0.85);
  margin-top: 10px;
}
#footer-cifor-copyright {
  color: #838383;
  font-size: 14px
}
.form-group-default {
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 10px 12px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  position: relative;
  max-width: 500px;
}
.form-group-default label {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  color: #585858
}
.form-group.form-group-default.input-group.input-group-attached {
  padding: 0;
  height: 57px;
}
.form-group-default .input-group-btn {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.form-group-default .input-group-btn .btn {
  height: 100%;
  width: 146px;
  border-radius: 0px 2px 2px 0px;
  text-align: center;
  z-index: 4;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  background: #66b65d;
  border-color: #66b65d;
}
.form-group-default .input-group-btn .btn:hover {
  background: #549c4c;
}
.footer-subscribe input {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding-right: 156px;
  padding-bottom: 0;
  margin-top: -4px;
  padding-top: 0px;
  padding-left: 10px;
}
.newsletter-footer_form .form-control:focus {
  box-shadow: none;
}
#home-video-bg .buttonBar {
  display: none;
}
span.badge.badge-success.badge-infocus {
  color: #FFFFFF;
  background: #66B65D;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: normal;
  border-radius: 0;
  position: absolute;
  top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  padding-top: 2px;
}
span.badge.badge-success.badge-infocus i {
  color: #424141;
  font-size: 8px;
  position: absolute;
  top: 11px;
  left: 108px;
  z-index: 1;
}
span.badge.badge-success.badge-infocus::before, span.badge.badge-success.badge-infocus::after {
  content: '';
  position: absolute;
  left: 113px;
  border-right: 15px solid transparent;
  height: 30px;
  top: 0px;
}
span.badge.badge-success.badge-infocus::before {
  border-top: 30px solid #66b65d;
}
span.badge.badge-success.badge-infocus::after {
  border-bottom: 30px solid #66b65d;
}
.banner-owl-item .table-cell {
  padding: 30px 0;
}
.events-box_item {
  background: #202020;
  min-height: 640px;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  width: 50%;
  float: left;
}
/*
.events-box_item::before {
  content: " ";
  width: 100%;
  height: 100%;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.17);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.17)), color-stop(1%, rgba(0, 0, 0, 0.17)), color-stop(4%, rgba(0, 0, 0, 0.17)), color-stop(5%, rgba(0, 0, 0, 0.17)), color-stop(8%, rgba(0, 0, 0, 0.17)), color-stop(12%, rgba(0, 0, 0, 0.17)), color-stop(19%, rgba(0, 0, 0, 0.17)), color-stop(25%, rgba(0, 0, 0, 0.17)), color-stop(34%, rgba(0, 0, 0, 0.17)), color-stop(39%, rgba(0, 0, 0, 0.24)), color-stop(50%, rgba(0, 0, 0, 0.41)), color-stop(51%, rgba(0, 0, 0, 0.42)), color-stop(60%, rgba(0, 0, 0, 0.56)), color-stop(75%, rgba(0, 0, 0, 0.78)), color-stop(76%, rgba(0, 0, 0, 0.78)), color-stop(91%, rgba(0, 0, 0, 0.78)), color-stop(93%, rgba(0, 0, 0, 0.78)), color-stop(100%, rgba(0, 0, 0, 0.78)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.17)), color-stop(1%, rgba(0, 0, 0, 0.17)), color-stop(4%, rgba(0, 0, 0, 0.17)), color-stop(5%, rgba(0, 0, 0, 0.17)), color-stop(8%, rgba(0, 0, 0, 0.17)), color-stop(12%, rgba(0, 0, 0, 0.17)), color-stop(19%, rgba(0, 0, 0, 0.17)), color-stop(25%, rgba(0, 0, 0, 0.17)), color-stop(34%, rgba(0, 0, 0, 0.17)), color-stop(39%, rgba(0, 0, 0, 0.24)), color-stop(50%, rgba(0, 0, 0, 0.41)), color-stop(51%, rgba(0, 0, 0, 0.42)), color-stop(60%, rgba(0, 0, 0, 0.56)), color-stop(75%, rgba(0, 0, 0, 0.78)), color-stop(76%, rgba(0, 0, 0, 0.78)), color-stop(91%, rgba(0, 0, 0, 0.78)), color-stop(93%, rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.17) 1%, rgba(0, 0, 0, 0.17) 4%, rgba(0, 0, 0, 0.17) 5%, rgba(0, 0, 0, 0.17) 8%, rgba(0, 0, 0, 0.17) 12%, rgba(0, 0, 0, 0.17) 19%, rgba(0, 0, 0, 0.17) 25%, rgba(0, 0, 0, 0.17) 34%, rgba(0, 0, 0, 0.24) 39%, rgba(0, 0, 0, 0.41) 50%, rgba(0, 0, 0, 0.42) 51%, rgba(0, 0, 0, 0.56) 60%, rgba(0, 0, 0, 0.78) 75%, rgba(0, 0, 0, 0.78) 76%, rgba(0, 0, 0, 0.78) 91%, rgba(0, 0, 0, 0.78) 93%, rgba(0, 0, 0, 0.78) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
*/
.events-box_container {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 30px;
  background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0.5), rgba(0,0,0,0.5)); /* Standard syntax */
}
/*
.events-box_item-title {
  margin-bottom: 32px;
}*/
.events-box_item-title h1 {
  color: #FFFFFF;
  font-size: 43px;
  font-weight: bold;
  margin-bottom: 15px;
}
.events-box_item-title.events-box_item-title-big h1 {
  margin-bottom: 0;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.events-box_item-meta {
    overflow: hidden;
}
.events-box_item-meta ul {
    margin-left: 0px;
    padding-left: 0px;
}
.events-box_item-meta ul li {
    list-style: none;
    float: left;
    width: 33.333333333334%;
    padding-bottom: 14px;
    border-right: 1px solid #a0a0a2;
    padding-left: 20px;
}
.events-box_item-meta ul li:first-child {
  padding-left: 0px;
}
.events-box_item-meta ul li:last-child {
  border-right: 0;
}
.events-box_item-meta .title {
    font-size: 15px;
    font-weight: 700;
    color: #AEA7A7;
    display: block;
}
.events-box_item-meta .text {
    color: #FFFFFF;
    padding-top: 0px;
    display: block;
}
.events-box_footer {
    border-top: 1px solid #a0a0a2;
    padding-top: 20px;
}
.events-box_footer-button a.btn {
    font-size: 16px;
    background-color: #52ac49;
    border: 0;
    font-weight: 600;
    border-radius: 2px !important;
    color: #FFFFFF;
    margin-right: 5px;
}
.events-box_item.small {
    position: relative;
    min-height: 320px;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-right: 0px;
    float: left;
    overflow: hidden;
}
.events-box_item-title h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.events-box_item-title span {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
/*
.events-box_container::before {
    content: " ";
    width: 100%;
    height: 100%;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 15.8%, rgba(0,0,0,0.91) 100%);
}
*/
.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 29px;
  letter-spacing: 2px;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-weight: 600;
}
.corner-ribbon.sticky {
  position: absolute;
}
.corner-ribbon.top-left {
  top: 31px;
  left: -53px;
  right: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(-45deg);
  line-height: 36px;
  font-size: 20px;
}
.corner-ribbon.top-right {
  top: 20px;
  right: -67px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.corner-ribbon.top-right2 {
  top: 31px;
  right: -53px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  line-height: 36px;
  font-size: 20px;
}
.corner-ribbon.top-right3 {
  top: 71px;
  right: -79px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  line-height: 55px;
  font-size: 22px;
  width: 356px;
  font-weight: bold;
}
.corner-ribbon.green {
  background: #66B65D;
}
.twitter-box_embed {
  background: transparent;
  margin-top: 0px;
  padding: 0;
  border-radius: 5px;
  overflow-y: auto;
  height: 593px;
  margin-bottom: 20px;
}
ol.timeline-TweetList {
  margin: 0;
  padding: 0;
}
li.timeline-TweetList-tweet {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 1px solid #ECECEC;
  border-bottom: 3px solid #ccc;
  padding-bottom: 34px;
}
.TweetAuthor {
  display: table;
  width: 100%;
}
.TweetAuthor > div:first-child {
  width: 45px;
}
span.TweetAuthor-avatar.Identity-avatar img {
  border-radius: 100%;
  width: 35px;
  height: 35px;
}
span.TweetAuthor-name.Identity-name.customisable-highlight {
  font-weight: bold;
  color: #464646;
}
span.TweetAuthor-screenName.Identity-screenName {
  font-weight: 300;
  color: #a4a7ad;
  margin-top: -3px;
  display: block;
}
time.dt-updated {
  color: #AAADB3;
  font-size: 13px;
  font-weight: 300;
}
p.timeline-Tweet-text {
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #727575;
  margin-top: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
ul.timeline-Tweet-actions {
  display: none;
}
.timeline-Tweet-media {
  display: none;
}
.twitter-box_embed a {
  color: #1DA1F2;
}
.twitter-box_embed a:hover {
  color: #158dd6;
}
.twitter-box_embed .tweet-feed-bottom-card-border a {
  color: #727272;
}
.twitter-box_embed .tweet-feed-bottom-card-border a:hover {
  color: #158dd6;
}
b.u-hiddenVisually {
  display: none;
}
a.btn.btn-add-tweet {
  background: #1DA1F2;
  border-radius: 2px;
  width: 100%;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
p.latest-news-theme {
  color: #737373;
  font-weight: 500;
  border-top: 1px solid #d3d2d2;
  padding-top: 10px;
  margin-bottom: -5px;
}
p.latest-news-theme span {
  color: #2b2b2b;
}
.owl-carousel .owl-nav {
  font-size: 60px;
  color: #66b65d;
  clear: both;
  width: 100%
}
.owl-carousel .owl-nav > div {
  position: absolute;
  top: 35%
}
.owl-carousel .owl-nav .owl-prev {
  left: -64px;
  padding-right: 30px;
}
.owl-carousel .owl-nav .owl-next {
  right: -64px;
  padding-left: 30px;
}
.article-header h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
  color: #3c3c3c;
  font-weight: bold;
}
.page-template-event-single .article-header h1 {
  font-size: 52px;
}
.single-event-meta .table-cell {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #e3dede;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  color: #acacac;
}
.single-event-meta {
  margin-bottom: 24px;
  margin-top: 30px;
}
.single-event-meta .table-cell:first-child {
  padding-left: 0;
  border-left: 0;
}
.article-top-category h4 {
  text-transform: uppercase;
  color: #acacac;
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: -10px;
}
.block-section {
  padding: 40px 0px;
}
section#events-competitions {
  background: #2b2b2b;
}
.section-header-inverse .section-label {
  color: #fff;
}
.section-header-inverse a.section-link {
  color: #fff;
}
.img-container {
	position: relative;
	padding-bottom: 63.25%;
	padding-top: 25px;
	height: 0;
}
.img-container.img-container-wide {
  height: 274px;
  position: relative;
  width: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.img-container .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-top: 60px;
  background: rgba(0,0,0,0.4); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0.6), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0.6), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0.6), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.35), rgba(0,0,0,0.6), rgba(0,0,0,0.8)); /* Standard syntax */
}
.img-container .img-content h3 {
  color: #fff;
  font-weight: bold;
}
.img-container .img-content p {
  color: #c0c0bf;
}
a.btn.btn-transparent {
  color: #fff;
  font-weight: 600;
  border: 1px solid;
  border-radius: 2px;
  line-height: normal;
}
a.btn.btn-transparent:hover {
  color: rgb(255, 255, 255);
  background: #40ac48;
  border-color: #73ca79;
}
section#events-past-glf .row {
  margin-right: -2px;
  margin-left: -2px;
}
section#events-past-glf .col-xs-12 {
  padding: 2px;
  padding-top: 0;
  padding-bottom: 4px;
}
#breadcrumb-block {
  padding: 10px 0px;
}
.event-calendar-container {
  min-height: 444px;
  background: #fafafa;
  padding: 18px;
}
.SumoSelect {
  width: auto;
}
span.filter-by {
  font-weight: 600;
  color: #3a3737;
  font-size: 14px;
}
#event-featured.owl-carousel .owl-nav {
  font-size: 40px;
  color: rgba(255,255,255,0.9)
}
#event-featured.owl-carousel .owl-nav > div {
  top: 45%
}
#event-featured.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}
#event-featured.owl-carousel .owl-nav .owl-next {
  right: 10px;
}
#event-featured .events-box_container {
  padding-bottom: 20px
}
.page-template-events .section-desc {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 19px;
  line-height: 29px;
}
.events-featured-label {
  position: absolute;
  top: 0;
  z-index: 9;
  padding: 6px 10px;
  background: rgba(0,0,0,0.7);
  line-height: 1;
  left: 30px;
  top: 20px;
  padding-top: 8px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
}
span.carousel-num-info {
  color: rgba(255,255,255,0.8);
}
.event-calendar-container h3 {
  font-size: 18px;
  font-weight: bold;
  color: #444242;
  letter-spacing: 1px;
  padding-top: 4px
}
.event-calendar-container .section-link {
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 600;
}
.events-upcoming-card {
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 2px;
  border-bottom: 3px solid #ccc;
}
.events-upcoming-card p {
  color: #727272
}
.events-upcoming-card.display-table {
  display: table
}
.event-category-label {
  position: absolute;
  bottom: 0;
  margin: 12px;
  padding: 3px 10px;
  background: #66b65d;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  padding-bottom: 1px;
}
.card-border-bottom {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.card-border-top-right {
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.events-upcoming-card h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  color: #2d2c2c;
  margin-bottom: 10px;
}
.taxonomy-and-date span {
  color: #c4c4c4;
  font-size: 14px;
  display: block;
}
.events-past-glf {
  display: block;
  width:100%;
  height:232px;
  position: relative;
}
.events-past-glf.events-past-glf-1 {
  height:468px;
}
.events-past-glf-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding-top: 60px;
  background: rgba(0,0,0,0.4);
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.65), rgba(0,0,0,0.6), rgba(0,0,0,0.8));
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.65), rgba(0,0,0,0.6), rgba(0,0,0,0.8));
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.65), rgba(0,0,0,0.6), rgba(0,0,0,0.8));
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.65), rgba(0,0,0,0.6), rgba(0,0,0,0.8));
}
.events-past-glf-info h3 {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
}
.events-past-glf-info span {
  color: #c0c0bf;
  font-size: 16px;
  font-weight: normal;
}
.events-grid a {
  display: inline-block;
}
.events-grid a h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #2d2c2c;
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
}
.rex-breadcrumb {
  color: #beb9b9;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .13em;
  font-weight: 500;
  margin-top: 26px;
  margin-bottom: 30px;
}
.rex-breadcrumb a {
  color: #7e7979;
}
.rex-breadcrumb i {
  padding: 0px 5px;
  color: #cdcecc;
  font-size: 16px;
  top: 1px;
  position: relative;
}
.page-template-events hr {
  border-top: 1px solid #dbd7d7
}
section#events-past-glf {
  background: #eaeaea;
}

div#footer-cc {
  font-size: 15px;
}
div#footer-cc > div:first-child {
  width: 58px;
}
img.icon-cc {
  width: 42px;
  height: auto;
}
span.cc-desc {
  color: #838383;
  font-weight: 500;
  font-size: 14px;
}
span.cc-desc a {
  color: #777;
}
.hr-boxed {
  margin: 0;
  border-width: 2px
}
footer#footer .col-xs-12.col-sm-12.col-md-5 {
  width: 38.6%;
}
footer#footer .col-xs-12.col-sm-12.col-md-4 {
  width: 33.4%;
}
footer#footer .col-xs-12.col-sm-12.col-md-3 {
  width: 28%;
}
footer#footer .col-xs-12.col-sm-12.col-md-3 .inline-block.vertical-middle:first-child img {
  padding-right: 0;
}
/*
.admin-bar .site-header{
  margin-top:32px;
}
*/


/* breadcrumb */
#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

ul#breadcrumbs {
  margin-left: 0px;
  padding-left: 0px;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
}

#breadcrumbs li a {
  color: #3c3c3c;
  font-weight: 500;
}

#breadcrumbs li.item-current {}

#breadcrumbs li.item-current strong {
  font-weight: 300;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

/* menu
.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-nav > li:first-child > a {
  padding-right: 15px;
  padding-left: 15px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #7ac472;
  font-weight: bold;
}

.dropdown-menu > li > a {
  color: #fff;
}
*/

/* Main menu */
.main-menu {
  background: #414141;
  height: 40px;
  /*overflow: hidden;*/
}
.navbar-nav>li>a {
  color: #F1F1F1;
  font-family: 'Hind',sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  z-index: 2
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background: transparent;
  color: #89dc80;
}
.navbar-nav>li:first-child>a {
  padding-left: 0;
}
@media (max-width: 860px) {
  .navbar-nav>li:first-child>a {
    padding-left: 15px;
  }
}
.nav>li>a:focus, .nav>li>a:hover {
  background-color: transparent;
  color: #7ac472;
}
.navbar-nav>li>a>i {
  color: #66B65D;
  font-size: 13px
}
form#header-search {
  width: 96px;
  margin-top: 3px;
  background: transparent;
  float: right;
  margin-right: 15px;
}
form#header-search input {
  background: transparent;
  border: none;
  font-size: 16px;
  padding-right: 0px;
  color: #ffffff;
  width: 140px;
}
form#header-search input:focus {

}
button.btn.btn-default.btn-search-icon {
  background: transparent;
  border: none;
  color: #7ac472;
  padding-left: 10px;
  padding-right: 0;
  font-size: 20px;
  padding-bottom: 0;
  padding-top: 0px;
}
.main-menu .dropdown-toggle, .main-menu .dropdown-toggle i {
  cursor: pointer;
}
.main-menu .nav>li ul.dropdown-menu {
  background: #2b2b2b;
  border-top: 0;
  border-radius: 0px 0px 2px 2px;
  /*overflow-y: auto;*/
}
.main-menu .nav>li  ul.dropdown-menu>li>a {
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
}
.main-menu .nav>li ul.dropdown-menu>li>a:hover {
  background: #66b55e;
}
.main-menu .navbar-toggle {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom:0;
  margin-top: 7px;
}
.main-menu .navbar-toggle .icon-bar {
  background: #fff
}
.menu-text {
  color: #fff
}
.icon-bar-block {
  width: 22px;
}
.main-menu .navbar-collapse {
  border: 0;
}

/* Mega menu */
.nav>li.mega-dropdown {
  position: inherit;
}
.mega-dropdown .dropdown-menu {
  width: 100%;
  background: #2e2e2e;
  padding-bottom: 24px;
  border-top: 0;
}
.mega-menu-thumb .thumb-zoom {
  position: relative;
  width: 100%;
  padding: 41.67% 0 0;
  overflow: hidden;
}
.mega-menu-thumb .thumb-zoom-2 {
  padding: 113.6% 0 0;
}
.mega-dropdown span.post-label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 8px 10px;
  color: #fff;
  padding: 3px 10px;
  font-weight: 600;
  text-transform: uppercase;
  background: #66b65d;
  padding-top: 6px;
}
.mega-menu-meta {
  color: #848484;
  margin-top: 12px;
  margin-bottom: -5px;
  font-weight: 600;
}
.mega-menu-title h4 {
  color: #cecece;
  line-height: 1.4;
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 14px;
}
.mega-menu-thumb {
  margin-top: 24px;
}
li.dropdown.dropdown.mega-dropdown-open::after {
  content: "\f0d8";
  position: inherit;
  margin-top: -26px;
  left: 0;
  font-family: "fontawesome";
  font-size: 30px;
  display: table;
  margin-bottom: -16px;
  text-align: center;
  width: 100%;
  padding-right: 12px;
  color: #2e2e2e;
}
.main-menu .nav>li:first-child.dropdown.dropdown.mega-dropdown-open::after {
  padding-right: 27px;
}
span.menu-coming-soon {
  color: #a0a0a0;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 15px;
}
li.active-menu a {
  color: #97ea8f;
}

/* Popup */
.popup {
  position: fixed;
  bottom:-100%;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 99999999;
  background: rgba(0,0,0,0.7);
  overflow-y: auto;
}
.popup-close {
  font-size: 34px;
  line-height: 34px;
  cursor: pointer;
}

/* Modal */
.modal {
  z-index: 99999999;
  background: rgba(0,0,0,0.5);
}
.modal-content {
  border-radius: 3px;
}
.calendar-data-item {
  display: block;
  margin-bottom: 20px;
}
.calendar-data-item:last-child {
  margin-bottom: 0px;
}
.calendar-data-item .mega-menu-thumb {
  margin-top: 0;
}
.calendar-data-item .post-label {
  padding: 5px 10px;
  margin: 11px;
  background: #66b65d;
  position: absolute;
  bottom: 0;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.calendar-data-title h4 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}
.calendar-data-date, .calendar-data-city {
  color: #5d5d5d;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 17px;
}

#latest-news .card-footer {
    padding: 20px 20px 35px 20px;
    text-align: right;
}

.img-wrap img {
  width: 100% !important;
}

#revamp-note {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 200px;
  background: rgba(102, 181, 94, 0.78);
  padding: 15px;
  border-radius: 15px 2px 15px 2px;
  z-index: 99;
  color: #fff;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
  font-weight: 500;
}
#revamp-note-close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 26px;
  line-height: 0.6;
  background: #52804d;
  padding: 3px;
  padding-bottom: 0px;
  border-radius: 0px 2px 0px 8px;
  color: rgb(130, 196, 129);
  text-shadow: none;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
#revamp-note-close:hover {
  background: #205a1a
}
.landing-knowledge-body-copy {
  padding: 0px 15px;
}
.landing-knowledge-body-copy p{
  font-size: 20px;
}
/*
#landing-content .section-header .section-label {
  text-align: center;
}
#landing-content .section-header .section-label::before {
  margin-left: 27%;
}*/
.btn-default-green, .btn-default-blue, .btn-default-orange {
  color: #fff;
  border-radius: 2px;
  border-width: 2px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: normal;
  padding: 8px 20px;
  font-size: 16px;
}
.btn-default-green:hover, .btn-default-blue:hover, .btn-default-orange:hover {
  box-shadow:0px 0px 10px rgba(0,0,0,0.2);
  color: #fff;
}
.btn-default-green {
  background-color: #66b65d;
  border-color: #66b65d;
}
.btn-default-green:hover {
  background-color: #559e4d
}
.btn-default-blue {
  background: #0096d6;
  border-color: #0096d6;
}
.btn-default-blue:hover{
  background-color: #0087c1
}
.btn-default-orange {
  background: #ff8603;
  border-color: #ff8603;
}
.btn-default-orange:hover {
  background-color: #e87901
}
.thin-gutter .row{
  margin-left: -2px;
  margin-right: -2px;
}
.thin-gutter .row>div{
  padding-left: 2px;
  padding-right: 2px;
}
.thin-gutter .row>div>a{
  margin: 2px 0px;
  display: block;
}
.padding-right-10px {
  padding-right: 10px;
}
.card-date {
  margin-bottom:15px
}
.card-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.15px;
  color: #4B4949;
  margin-bottom: 10px;
  margin-top: 0px;
}
.card-body {
  padding: 20px;
}
.card-footer {
  padding: 0px 15px 15px 15px;
  display: block;
  height: 32px;
}
.padding-left-100.menu-item {
  padding-left: 100px;
}
.thumbnail-text h4 {
  font-size: 16px;
  font-weight: 500;
}
article.single-news.article-content li {
  font-size: 19px;
}