* {
  margin: 0;
  padding: 0;
}

body {
  font-weight: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

a, a:hover {
  text-decoration: none;
}

/*Header*/

header {
  display: block;
  height: 119px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
ul{
  padding-left: 30px;
}
.header-topwrp {
  background-color: #f8f8f8;
  padding: 5px 15px;
}

.headertop-socialwrp {
  float: left;
  margin-right: 15px;
  margin-top: 6px;
}

.headertop-iconset {
  width: 20px;
  height: 14px;
  display: block;
  float: left;
  margin-right: 10px;
  background: url(../images/iconset-headersocial.png);
  background-repeat: no-repeat;
  transition: 0.3s ease-in 0s all;
}

.headertop-iconset.iconhdr-facebook {
  background-position: 0 0;
}

.headertop-iconset.iconhdr-twitter {
  background-position: -20px 0;
}

.headertop-iconset.iconhdr-instagram {
  background-position: -40px 0;
}

.headertop-iconset.iconhdr-youtube {
  background-position: -60px 0;
}

.headertop-iconset:hover {
  background-position-y: -14px;
}

.headertop-btnwrp {
  float: right;
}

.btn-hostevnt {
  float: right;
  margin-left: 10px;
  height: 25px;
  font-size: 12px;
  line-height: 19px;
  padding: 1px 10px;
  border-radius: 15px;
  width: 120px;
  text-align: center;
  background-color: #28a9a8;
  color: #fff;
  border: 1px solid #28a9a8;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
}

.btn-hostevnt:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8;
}

.btn-hostevnt:hover, .btn-hostevnt:focus, .btn-hostevnt:active {
  color: #28a9a8;
}

.btn-host {
  float: right;
  margin-left: 10px;
  height: 40px;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 10px;
  border-radius: 20px;
  text-align: center;
  background-color: #28a9a8;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
}

.btn-host:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.10);
  transform: rotate(-45deg);
  height: 60px;
}

.btn-host:hover, .btn-host:focus, .btn-host:active {
  color: #fff;
}

.slideLeft {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.slideLeft:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.slideLeft:hover:before, .slideLeft:focus:before, .slideLeft:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.hdrsearch-wrp {
  float: right;
  position: relative;
  overflow: hidden;
}

.hdrsearch-wrp input {
  height: 25px;
  font-size: 13px;
  line-height: 24px;
  padding: 3px 25px 3px 10px;
  border-radius: 15px;
  width: 130px;
  background-color: #fff;
  color: #a5adb5;
  border: 1px solid #e9eff3;
  transition-duration: 0.3s;
}

.hdrsearch-wrp input:focus {
  border-color: #b4d5b3;
}

.hdrsearch-wrp span {
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  right: 10px;
  top: 7px;
  background: url(../images/icon-hdrsearch.png);
  background-repeat: no-repeat;
}

.headerwrp {
  padding: 10px 15px;
  background-color: #fff;
}

.logo-wrap {
  display: block;
  margin-top: 5px;
  width: 126px;
  float: left;
  margin-right: 20px;
}

.logo-cert-wrap {
  width: 88px;
  float: left;
  display: block;
}

.logo-wrap img, .logo-cert-wrap img {
  max-width: 100%;
}

.btn-donate {
  float: right;
  margin-left: 10px;
  height: 40px;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 10px;
  border-radius: 20px;
  width: 120px;
  text-align: center;
  background-color: #86bc42;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
}

.btn-donate:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.10);
  transform: rotate(-45deg);
  width: 125px;
  height: 60px;
}

.btn-donate:hover, .btn-donate:focus, .btn-donate:active {
  color: #fff;
}

.btn-resmenu {
  display: none;
}

.btn-close-resmenu-li, .btn-close-ressubmenu-li {
  display: none;
}

.menu-lcf-menu-container {
  float: right;
  margin: 0;
  margin-top: 3px;
}

.web-menu-ul {
  float: right;
}

.web-menu-ul>li {
  float: left;
  margin-right: 15px;
  list-style: none;
  margin-top: 4px;
}

.menu-lcf-menu-container .web-menu-ul>li>a {
  color: #323d47;
  font-family: 'CenturyGothic', sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: 0.3s ease-out 0s all;
  position: relative;
  z-index: 1;
}

.menu-lcf-menu-container .web-menu-ul>li>a:after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -15px;
  height: 2px;
  background-color: #7eb142;
  content: '';
  display: block;
  opacity: 0;
  transition: 0.3s ease-out 0s all;
}

.web-menu-ul>.menu-item-has-children>ul.sub-menu {
  background-color: #fff;
  padding: 20px 15px 25px;
  border-top: 1px solid #efefef;
  position: fixed;
  width: 100%;
  left: 0;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: scroll;
  z-index: 9;
  max-height: 100%;
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: 0.3s ease-in height;
}

.web-menu-ul>.menu-item-has-children>ul.sub-menu.headmenu-down {
  opacity: 1;
  transition: 0.3s ease-in height;
  pointer-events: visible;
}

.menu-lcf-menu-container .web-menu-ul>li>a:hover, .menu-lcf-menu-container .web-menu-ul>li>a:focus, .menu-lcf-menu-container .web-menu-ul>li>a:active, .menu-lcf-menu-container .web-menu-ul>li>a.active, .menu-lcf-menu-container .web-menu-ul>li.menu-active>a {
  color: #7eb142;
}

.menu-lcf-menu-container .web-menu-ul>li:hover>a:after, .menu-lcf-menu-container .web-menu-ul>li>a:focus:after, .menu-lcf-menu-container .web-menu-ul>li>a:active:after, .menu-lcf-menu-container .web-menu-ul>li>a.active:after, .menu-lcf-menu-container .web-menu-ul>li.menu-active>a:after {
  opacity: 1;
  bottom: -37px;
}

.res-smalldown-trigger {
  position: relative;
}

.web-menu-ul>.menu-item-has-children:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background-color: transparent;
  height: 67px;
}

.web-menu-ul>.menu-item-has-children:hover:before, .web-menu-ul>.menu-item-has-children:focus:before, .web-menu-ul>.menu-item-has-children:active:before {
  display: block;
}

.web-menu-ul>.menu-item-has-children>ul.sub-menu.headmenu-down-full {
  top: 119px;
  height: calc(100% - 119px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.web-menu-ul>.menu-item-has-children>ul.sub-menu:before {
  width: 100%;
  content: '';
  background-color: #fff;
  z-index: -1;
  position: fixed;
  left: 0px;
  top: 119px;
  border-top: 1px solid #ddd;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in height;
}

.web-menu-ul>.menu-item-has-children>ul.sub-menu.headmenu-down-full:before {
  opacity: 1;
  height: calc(100% - 119px);
  transition: 0.3s ease-in height;
}

.web-menu-ul>.menu-item-has-children>ul.sub-menu.headmenu-down-small {
  min-width: 180px;
  height: auto;
  position: absolute;
  left: -80px;
  top: 59px;
  padding: 10px 15px 10px;
  width: 250px;
  max-height: 350px;
  transition: 0.3s ease-in height;
}

.web-menu-ul .sub-menu li {
  list-style: none;
}

.menu-mapwrp {
  width: 100%;
  max-width: 450px;
  /* max-height: 125px; */
  height: 175px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.menu-mapwrp iframe {
  position: absolute;
  top: -46px;
  height: calc(100% + 46px);
  width: 100%;
  left: 0;
}

.menu-part01>.sub-menu>.menu-maintxt.menu-mapwrp {
  width: 66.6%;
  max-width: 500px;
  max-height: 230px;
  height: 165px;
}

.headmenu-down .menu-head>a {
  font-size: 25px;
  line-height: 26px;
  color: #323d47;
  margin-bottom: 10px;
  display: inline-block;
  cursor: default;
}

.headmenu-down .menu-maintxt>a {
  font-family: 'CenturyGothic', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #323d47;
  line-height: 24px;
  margin-bottom: 5px;
  display: block;
}

.menu-part01 {
  float: left;
  width: 65%;
  margin: 0 !important;
  padding: 0 15px 15px;
  border-left: 1px solid #d5d2d2;
  border-right: 1px solid #d5d2d2;
}

.menu-part02 {
  float: left;
  width: 35%;
  margin: 0 !important;
  padding: 0 15px;
}

.web-menu-ul>.menu-item-has-children>ul.sub-menu.headmenu-down-full:after {
  position: absolute;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #d5d2d2;
  right: 0;
}

.menu-part01>.sub-menu>.menu-maintxt {
  float: left;
  width: 33.333333%;
  padding: 5px 20px 5px 0;
  min-height: 220px;
}

.headmenu-down-small li {
  padding: 5px 5px 5px 0;
}

.headmenu-down-small .menu-maintxt>a {
  line-height: 20px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.headmenu-down-small .menu-maintxt {
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
}

.headmenu-down-small .menu-maintxt:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.headmenu-down-full .menu-subtxt {
  padding-left: 10px;
  margin-bottom: 10px;
}

.headmenu-down .menu-subtxt>a {
  font-family: 'CenturyGothic', sans-serif;
  color: #323d47;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  margin-bottom: 7px;
}

.menu-maintxt>a:hover, .menu-maintxt>a:focus, .menu-maintxt>a:active, .menu-subtxt>a:hover, .menu-subtxt>a:focus, .menu-subtxt>a:active {
  color: #7eb142;
}

.sub-menu a[href="#"], .sub-menu a[href="#"]:hover, .sub-menu a[href="#"]:focus, .sub-menu a[href="#"]:active, .sub-menu a:not([href]):not([tabindex]), .sub-menu a:not([href]):not([tabindex]):hover, .sub-menu a:not([href]):not([tabindex]):focus, .sub-menu a:not([href]):not([tabindex]):active {
  color: #323d47;
  cursor: default;
}

/*Video Banner*/

.banner-video {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  max-height: 700px;
}

.banner-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.banner-txt-wrp {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.banner-txt {
  z-index: 98;
  text-align: center;
}

.banner-txt h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.bnr-iconwrap {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
}

.bnr-iconwrap .bnr-splititem {
  font-size: 40px;
  color: #86bc42;
  font-weight: 400;
}

.bnr-iconimg {
  height: 55px;
  display: inline-block;
}

.bnr-iconimg img {
  max-height: 100%;
  max-width: 100%;
  background: none;
  object-fit: contain !important;
}

.bnr-iconeach p {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'CenturyGothic', sans-serif;
}

/*Flash News*/

.sec-flashnews {
  background-color: #ececec;
  min-height: 65px;
}

.flashnews-head {
  width: 120px;
  height: 120px;
  background-color: #0d4e83;
  margin-bottom: -3px;
  text-align: center;
  position: relative;
  float: left;
  z-index: 1;
}

.flashnews-head:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#848484+0,ffffff+51,ffffff+100&0+0,0+50,0.1+51,0.2+100 */
  background: -moz-linear-gradient(45deg, rgba(132, 132, 132, 0) 0%, rgba(253, 253, 253, 0) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(132, 132, 132, 0) 0%, rgba(253, 253, 253, 0) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(132, 132, 132, 0) 0%, rgba(253, 253, 253, 0) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00848484', endColorstr='#33ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.flashnews-head p {
  color: #fff !important;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 0;
  margin-top: 23px;
}

.flashnews-head p span {
  font-size: 35px;
}

.sec-flashnews .flash-image {
  max-width: 100px;
  height: 70px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  display: block;
}

.sec-flashnews .flash-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.sec-flashnews h3, .sec-flashnews h3 a {
  color: #323d47;
  font-size: 24px;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 400;
}

.sec-flashnews .carousel-latesnews {
  padding-left: 150px;
  margin-top: 27px;
}

/*Featured Initiative*/

.sec-featuredinit {
  position: relative;
}

.featuredinit-block {
  padding-top: 80px;
  padding-left: 60px;
  padding-bottom: 100px;
}

.featuredinit-block h2 {
  font-size: 40px;
  line-height: 30px;
  color: #323d47;
}

.featuredinit-block p {
  color: #535c65;
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
}

.btn-readmore, .dynamic-pageinner a.btn-readmore {
  height: 34px;
  display: inline-block;
  padding: 5px 26px 5px 15px;
  background-color: #86bc42;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: auto;
  border-radius: 17px;
  line-height: 24px;
  position: relative;
  transition: 0.3s ease-out 0s all;
  border: 1px solid #86bc42;
  overflow: hidden;
}

.btn-readmore:after {
  background: url(../images/iconset-arrowright.png);
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  right: 11px;
  top: 11px;
  content: '';
  display: block;
  transition-duration: 0.1s;
  background-position-x: -7px;
}

.btn-readmore:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8;
}

.btn-readmore.slideLeft:hover, .btn-readmore.slideLeft:focus, .dynamic-pageinner a.btn-readmore.slideLeft:hover, .dynamic-pageinner a.btn-readmore.slideLeft:focus {
  color: #86bc42;
}

.btn-readmore:hover:after, .btn-readmore:focus:after {
  right: 8px;
  background-position-x: 0px;
}

.featuredinit-video {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  max-height: 600px;
  overflow: hidden;
  height: 100%;
}

.featuredinit-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-playwrp {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-playwrp a {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(13, 78, 131, 0.37);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.video-playwrp a span {
  display: block;
  width: 25px;
  height: 28px;
  background: url(../images/icon-play.png);
  background-repeat: no-repeat;
  margin: 33px auto 0;
}

/*.video-playwrp:hover{
  background-color: rgba(13,78,131,0.10);
}*/

/*Event Details style*/

.eventdtl-vdowrp {
  background-color: #f5f5f5;
  min-height: 370px;
}

.eventdtl-vdowrp .featuredinit-video iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
}

.eventdtl-block {
  padding-top: 40px;
  padding-left: 60px;
  padding-bottom: 40px;
}

.eventdtl-block h2 {
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 35px;
  color: #323d47;
}

.eventdtl-block p {
  color: #535c65;
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
}

.event-cmntwrp textarea {
  border-radius: 3px;
  border: 1px solid #dcd9d9;
  height: 100px;
  width: 100%;
  max-width: 100%;
  max-height: 100px;
  padding: 10px 15px;
  font-size: 16px;
  color: #999;
  line-height: 22px;
}

.btn-submit {
  height: 34px;
  display: inline-block;
  padding: 5px 26px 5px 15px;
  background-color: #55acee;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: auto;
  border-radius: 17px;
  line-height: 24px;
  position: relative;
  transition: 0.3s ease-out 0s all;
  border: 1px solid #55acee;
  overflow: hidden;
}

.btn-submit:hover, .btn-submit:focus {
  color: #55acee;
  background-color: transparent;
}

.eventdtl-no-vdowrp {
  background-image: url(../images/twitter-pattern.png);
  background-repeat: repeat;
  background-position: left top;
  min-height: 300px;
  padding: 15px;
}

.eventdtl-no-vdowrp .featuredinit-video {
  display: none;
}

.eventdtl-no-vdowrp .eventdtl-block {
  margin: 15px auto;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
}

/*Latest Event Section*/

.sec-latestnews, .sec-upcomeevents {
  padding: 60px 0 65px;
}

.sec-latestnews h2, .sec-upcomeevents h2 {
  font-size: 40px;
  line-height: 30px;
  color: #323d47;
  text-align: center;
  margin-bottom: 40px;
}

.sec-latestnews {
  background-color: #f9f9f9;
}

.sec-latestnews.bg-white {
  background-color: #fff;
}

.news-listblock {
  position: relative;
}

.news-listblock .news-listimage {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  position: relative;
  height: 210px;
}

.news-listimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.news-listimage .news-overwrp {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.3s ease-out 0s all;
  opacity: 0;
}

.news-listimage .news-overwrp:before {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(13, 78, 131, 0.54);
  top: 0;
  left: -50%;
  transition: 0.3s ease-out 0s left;
  z-index: 0;
  content: '';
  display: block;
  z-index: 0;
}

.news-listimage .news-overwrp:after {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: rgba(13, 78, 131, 0.54);
  top: 0;
  right: -50%;
  transition: 0.3s ease-out 0s right;
  z-index: 0;
  content: '';
  display: block;
  z-index: 0;
}

.news-listblock:hover .news-listimage .news-overwrp {
  opacity: 1;
}

.news-listblock:hover .news-listimage .news-overwrp:before {
  left: 0;
}

.news-listblock:hover .news-listimage .news-overwrp:after {
  right: 0;
}

.news-overdtl {
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  transform: translateY(-50%);
  height: 40px;
}

.news-overdtl span {
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 3px;
}

.news-overdtl span:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  left: -16px;
  content: '';
  display: block;
}

.news-overdtl span:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  right: -16px;
  content: '';
  display: block;
}

.news-overdtl p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.news-overwrp:hover p, .news-overwrp:focus p, .news-overwrp:active p {
  color: #c0f384;
}

.news-listdetailwrp {
  margin-top: 10px;
}

.news-listdetailwrp .news-head {
  font-size: 21px;
  color: #323d47;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.news-listdetailwrp a:hover {
  color: #0d4e83;
}

.news-date, .inner-body .news-date {
  font-size: 13px;
  line-height: 24px;
  color: #656d74;
}

.news-listdetailwrp .news-date {
  font-size: 16px;
  color: #656d74;
  margin-bottom: 10px;
  margin-top: 5px;
}

.news-listdetailwrp .news-detail {
  font-size: 16px;
  color: #323d47;
  line-height: 25px;
}

.searchlist-each {
  border-bottom: 1px dashed #aaa;
}

.searchlist-each .news-listdetailwrp .news-date {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 5px;
}

/*Upcoming Events*/

.event-datehead p {
  font-family: 'CenturyGothic', sans-serif;
}

.event-datehead .evntMonth {
  font-size: 30px;
  color: #80878d;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.event-datehead .evntDate {
  font-size: 107px;
  color: #323d47;
  line-height: 100px;
  margin-top: 10px;
  border-top: 3px solid #d0d4d6;
  letter-spacing: -6px;
}

.event-listimage {
  min-width: 290px;
  max-height: 250px;
  padding: 0 30px 0 40px;
  max-width: 340px;
}

.event-listimage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.event-list-dtl .event-head {
  font-size: 21px;
  color: #323d47;
  line-height: 25px;
  font-weight: 600;
}

.event-list-dtl .event-date {
  font-size: 15px;
  color: #656d74;
  line-height: 24px;
  margin-bottom: 15px;
}

.event-list-dtl .event-desc {
  font-size: 16px;
  line-height: 25px;
  color: #323d47;
}

/*Footer*/

.footer-top {
  background-color: #f8f8f8;
  padding: 80px 15px 65px;
  background-image: url(../images/footer-bgline.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.socialfeed-head {
  margin-bottom: 25px;
}

.socialfeed-head span {
  width: 25px;
  height: 25px;
  background: url(../images/iconset-footer-socialfeed.png?v=1);
  background-repeat: no-repeat;
  display: block;
  float: left;
}

.socialfeed-head span.social-facebook {
  background-position: 0 0;
}

.socialfeed-head span.social-twitter {
  background-position: -25px 0;
}

.socialfeed-head span.social-instagram {
  background-position: -100px 0;
}

.socialfeed-head span.social-youtube {
  background-position: -50px 0;
}

.socialfeed-head span.social-location {
  background-position: -75px 0;
}

.socialfeed-head p {
  padding-left: 40px;
  font-size: 20px;
  line-height: 24px;
  color: #323d47;
}

.livefacebook .social-postmedia img {
  display: block;
  float: left;
  margin-right: 15px;
  max-width: 85px;
  max-height: 100px;
  object-fit: cover;
}

.livefacebook .social-posttxt {
  float: left;
  width: calc(100% - 110px);
  font-size: 14px;
  line-height: 22px;
}

.livefacebook .social-posttxt p {
  color: #323d47;
  line-height: 22px;
  font-size: 13px;
}

.social-posttxt p a {
  color: #006cbe;
}

/* .footer-split{
  border-left: 1px solid #e1e0e0;
} */

.footer-split .btn-readmore {
  margin-top: 10px;
}

.footer-split.ytscroll .btn-readmore {
  float: none;
  margin: 10px auto;
  display: block;
  max-width: 140px;
}

.footer-middle {
  padding: 55px 15px 40px;
  background-color: #edf3f9;
}

.footer-logo {
  width: 120px;
  display: block;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 100%;
}

.footer-address {
  color: #88929c;
  line-height: 21px;
  font-size: 13px;
  font-weight: 600;
}

.footer-menu ul.menu {
  margin-bottom: 0;
}

.footer-menu ul.menu:before, .footer-menu ul.menu:after {
  content: '';
  clear: both;
  display: block;
}

.footer-menu a {
  display: block;
  color: #88929c;
  line-height: 22px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-menu a:hover, .footer-menu a:focus, .footer-menu a:active, .footer-menu2 a:hover, .footer-menu2 a:focus, .footer-menu2 a:active {
  color: #7eb142;
}

.footer-sociallink a span {
  width: 11px;
  height: 10px;
  background: url(../images/iconset-footer-social.png);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.footer-sociallink a.ftr-linkfacebook span {
  background-position: 0 0;
}

.footer-sociallink a.ftr-linktwitter span {
  background-position: -11px 0;
}

.footer-sociallink a.ftr-linkinsta span {
  background-position: -22px 0;
}

.footer-sociallink a.ftr-linkyoutube span {
  background-position: -33px 0;
}

.sub-menu {
  display: inline-block;
  float: left;
}

.headmenu-down-full .sub-menu {
  display: block;
  float: none;
}

.fbscroll {
  border-right: 1px solid #e1e0e0;
}

.twtscroll {
  border-right: 1px solid #e1e0e0;
}

.ytscroll {
  border-right: 1px solid #e1e0e0;
}

.map-scroll {
  padding-top: 20px;
  border-top: 1px solid #e1e0e0;
  border-right: 20px;
  border-right: 1px solid #e1e0e0;
}

/*.sub-menu:nth-child(odd) {
    float: left;
    margin-right: 10px;
}
.sub-menu:nth-child(even) {
    float: right;
}*/

.sub-newsletter p {
  font-size: 17px;
  line-height: 22px;
  color: #323d47;
}

.newsletter-wrp {
  position: relative;
  width: 100%;
}

.newsletter-wrp input {
  height: 40px;
  width: 100%;
  padding: 5px 81px 5px 15px;
  background-color: #e8f6eb;
  border: 1px solid #b4d5b3;
  border-radius: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #4c5a68;
}

.newsletter-wrp input+.btn-lettersend {
  height: 40px;
  width: 80px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  background-color: #86bc42;
  padding: 7px 0 0;
}

.footer-end {
  background-color: #e1ebf6;
  padding: 35px 15px 30px;
}

.footer-end p.txt-copyright {
  margin: 0;
  font-size: 12px;
  color: #838e9b;
  line-height: 24px;
  font-weight: 600;
}

.footer-menu2, .footer-menu2 a {
  font-size: 12px;
  color: #838e9b;
  line-height: 24px;
  font-weight: 600;
}

.powered {
  width: 70px;
  display: block;
}

.powered img {
  width: 100%;
}

/*Footer Social Slider*/

li.livtwitterurl, li.liveyoutube, li.livefacebook {
  /*border-bottom: 1px dashed #aaaaaa;*/
  display: block;
  padding: 10px 0;
  font-size: 14px;
  min-height: 100%;
}

li.liveyoutube {
  padding-bottom: 3px;
}

.livtwitterurl:first-child, .liveyoutube:first-child, .livefacebook:first-child {
  padding-top: 0px;
}

.livtwitterul {
  /* max-height: 75px; */
  overflow: hidden;
  margin-bottom: 0;
}

.livtwitterli {
  border-top: 1px dashed #ccc;
  list-style: none;
  padding: 8px 0;
}

.livtwitterul .livtwitterli:first-child {
  padding-top: 0;
  border-top: none;
}

#twitter_feed-container>i, .social_feed-container>i, #facebook_feed-container i {
  cursor: pointer;
  color: #777;
  opacity: 0;
}

#facebook_feed-container li {
  text-align: left;
  /*border-bottom: 1px dashed #ccc;*/
  color: #333;
  font-weight: normal;
  padding: 5px 0;
  min-height: 160px;
}

.social_feed-container ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.social_feed-container ul>li {
  list-style: none;
}

#twitter_feed-container:hover>i, .social_feed-container:hover>i, #facebook_feed-container:hover>i {
  opacity: 1;
}

#twitter_feed.livtwitterul {
  text-align: left;
}

.social-imgwrp {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  height: 95px;
  margin-bottom: 6px;
  overflow: hidden;
  display: block;
}

.video_trigger {
  width: 100%;
  height: 100%;
  display: block;
}

.social-imgwrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.txt-socialhead {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
}

/* .fb-page span, .fb-page span iframe{height:370px !important;} */

/*Footer Social Slider Ends*/

.carousel-control-prev, .carousel-control-next {
  width: 42px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  position: relative;
}

.container-fluid.upcomeevents-container {
  padding-left: 130px;
  padding-right: 130px;
}

.upcomeevents-container .carousel .carousel-item>.row {
  margin: 0;
}

.upcomeevents-container .carousel .carousel-control-prev {
  left: -90px;
}

.upcomeevents-container .carousel .carousel-control-next {
  right: -90px;
}

/*Inner Pages*/

.inner-bannerwrp {
  background-color: #323d47;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  padding: 50px 15px;
  width: 100%;
}

.inner-body {
  padding-bottom: 50px;
}

.banner-wrap {
  margin-bottom: 40px;
}

.page-head {
  font-size: 39px;
  color: #323d47;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}

.inner-bannerwrp .page-head {
  color: #fff;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.page-subhead {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #323d47;
  margin-bottom: 10px;
}

.inner-body p {
  font-size: 16px;
  line-height: 26px;
  color: #575758;
  word-wrap: break-word;
}

.main-ul {
  list-style: none;
}

ol.main-ul {
  list-style: decimal;
}

.main-ul.listing-ul {
  list-style: disc;
}

.main-ul.listing-circle {
  list-style: circle;
}

.list-head {
  font-weight: 600;
  font-size: 15px;
  color: #323d47;
  line-height: 24px;
}

.list-text {
  font-size: 15px;
  color: #323d47;
  line-height: 24px;
}

.listing-ul .list-head {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px;
}

.page-smallhead {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #323d47;
  margin-bottom: 0px;
}

.main-ul p {
  font-size: 15px;
  color: #575758;
}

.option-linkwrp h3 {
  color: #0d4e83;
}

.pdf-links {
  color: #0d4e83;
  font-size: 17px;
  font-weight: 600;
}

.banner-aboutus {
  background-image: url(../images/media.jpg);
}

.banner-awards {
  background-image: url(../images/bannerawards.jpg);
}

.banner-media {
  background-image: url(../images/media.jpg);
}

.banner-bull {
  background-image: url(../images/bull.jpg);
}

.Results_Header {
  background-image: url(../images/Results_Header.jpg);
  height: 350px;
  margin-bottom: 0px !important;
  background-size: cover;
  background-position: center;
  margin: 0;
}

.green-bnr {
  width: 100%;
  padding: 30px 0;
  background: #7eb142;
  /* margin-bottom: 40px; */
}

.green-bnr p {
  color: #fff !important;
  font-size: 20px !important;
  text-align: center;
}

.banner-jointeam {
  background-image: url(../images/bannerjointeam.jpg);
}

.banner-ourresults {
  background-image: url(../images/bannerourresults.jpg);
}

.modal-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.modal-header .close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #cecece;
  padding: 0;
  text-shadow: none;
  margin: -3px 0 -3px 0;
}

.modal-body .listing-ul li {
  font-size: 15px;
  color: #575758;
  line-height: 24px;
  margin-bottom: 3px;
  padding-left: 3px;
}

.gray-box-wrp {
  background-color: #fafafa;
  color: #777;
  border: 1px solid #dfe3e6;
}

.gray-box-head {
  padding: 15px;
  border-bottom: 1px solid #dfe3e6;
}

.gray-box-head h3, .dynamic-pageinner .gray-box-head h3 {
  margin: 0;
}

.gray-box-body {
  padding: 15px;
}

a {
  color: #1e81d2;
}

.detailed-head {
  text-align: left;
  color: #0d4e83;
  font-size: 30px;
  line-height: 34px;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.news-dtlimage {
  width: 100%;
  /* max-height: 350px; */
  overflow: hidden;
  margin-bottom: 15px;
  /* height: 360px; */
}

.news-dtlimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.details-wrp p {
  font-size: 15px;
  line-height: 26px;
  color: #323d47;
}

.subhead-blue {
  font-size: 16px;
  line-height: 24px;
  color: #006cbe;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 600;
}

.tags-wrp a {
  display: block;
  float: left;
  padding: 5px 15px;
  background-color: #4888bc;
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  margin-right: 12px;
  margin-bottom: 10px;
}

.tags-wrp a:hover {
  background-color: #417cab;
}

.eventdetail-banner {
  /*margin-top: -40px;*/
  margin-bottom: 40px;
  width: 100%;
  /*height: 610px;*/
  overflow: hidden;
  max-height: 600px;
  background-color: #bdc1c4;
}

.eventdetail-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.event-detailhead .evntMonth {
  font-size: 25px;
}

.event-detailhead .evntDate {
  font-size: 80px;
  line-height: 68px;
  float: left;
  margin-top: 0;
  margin-right: 10px;
  border-top: none;
  border-right: 3px solid #d0d4d6;
  padding-right: 10px;
  font-weight: 600;
}

.event-detailhead .event-head {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 5px;
}

.event-detailhead .event-location {
  font-size: 15px;
  color: #656d74;
}

.event-detailhead .event-date {
  font-size: 16px;
  color: #656d74;
  line-height: 24px;
  font-weight: 600;
}

.newsletters {
  position: relative;
  width: 100%;
}

.newsletters-form-fields {
  width: 100%;
}

.newsletters-form-fields label.control-label {
  display: none;
}

.newsletters-form-fields label.control-label+br {
  display: none;
}

.newsletters-form-fields input.form-control {
  height: 40px;
  width: 100%;
  padding: 5px 120px 5px 15px;
  background-color: #e8f6eb;
  border: 1px solid #b4d5b3;
  border-radius: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #4c5a68;
}

.form-group.newsletters_submit {
  height: 40px;
  width: 120px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  background-color: #86bc42;
  overflow: hidden;
}

.form-group.newsletters_submit .btn.btn-primary {
  background-color: transparent;
  width: 100%;
  border: none;
  height: 100%;
  padding: 0 2px;
}

.page-bluehead {
  font-size: 24px;
  line-height: 24px;
  color: #0d4e83;
  margin-bottom: 15px;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #cbd0d5;
}

.page-bluesubhead {
  font-size: 21px;
  line-height: 24px;
  color: #0d4e83;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.post-date, .inner-body .post-date {
  font-size: 13px;
  color: #656d74;
  margin-bottom: 10px;
}

.btn-txt {
  color: #1e81d2;
  font-size: 16px;
  font-weight: 600;
}

.btn-green-big {
  background-color: #86bc42;
  color: #fff;
  height: 50px;
  border-radius: 25px;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 10px 45px;
}

.btn-green-big:hover, .btn-green-big:focus, .btn-green-big:active {
  color: #fff;
  background-color: #7db23b;
}

.listing-bluedic {
  margin-left: 30px;
}

.listing-bluedic li {
  position: relative;
  margin-bottom: 7px;
}

.listing-bluedic li:before {
  left: -15px;
  top: 9px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #2f5f8d;
  display: block;
  content: '';
  position: absolute;
}

.BN {
  border: none;
}

/*asn*/

.onsale.sold-out {
  background: #d54040 !important;
}

/* .preloader{
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;

  top:0;

  left:0;
 } */

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  height: 3em;
  width: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -.5em;
  margin-top: -.5em;
  display: block;
  content: "";
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  background-image: url('../images/preloader.gif');
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  z-index: 999;
}

/* Blog Section */

.blog-listwrp {
  background-color: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.blog-listimage {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.blog-listimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-listdtl-block {
  padding: 15px 20px;
}

.blog-list-title, .blog-list-title a {
  font-size: 22px;
  color: #323d47;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 0;
}

.blog-list-title a:hover {
  color: #0d4e83;
}

.blog-list-url a {
  height: 34px;
  display: inline-block;
  padding: 5px 15px;
  background-color: #86bc42;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: auto;
  border-radius: 17px;
  line-height: 24px;
  position: relative;
  transition: 0.3s ease-out 0s all;
  border: 1px solid #86bc42;
  overflow: hidden;
}

.blog-list-url a:hover, .blog-list-url a:focus {
  background-color: #fff;
  color: #86bc42;
}

.blog-list-desc p {
  color: #575758;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  margin-top: 5px;
}

.btn-back {
  margin-left: 10px;
  height: 35px;
  font-size: 18px;
  line-height: 24px;
  padding: 4px 10px;
  border-radius: 20px;
  width: 90px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #86bc42;
  color: #86bc42;
}

.btn-back:hover, .btn-back:focus, .btn-back:active {
  color: #86bc42;
  background-color: #fafafa;
}

.blog-image {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}

.blog-image img {
  width: 100%;
  object-fit: cover;
  max-height: 400px;
}

.blog-author-wrp .blog-author-avatar {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-author-wrp p {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
  line-height: 24px;
  padding-top: 5px;
  padding-left: 50px;
  margin-bottom: 0;
}

.category_txt {
  color: #0d4e83;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.share_icon {
  width: 25px;
  height: 25px;
  background-color: #0d4e83;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

.listing-imgwrp {
  margin: 10px auto;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  max-height: 450px;
  width: 100%;
  max-width: 700px;
  height: 100%;
}

.listing-imgwrp img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.event-detailwrp {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dedede;
}

.media-container {
  margin-bottom: 15px;
}

.media-container .media-wrp {
  position: relative;
  background-color: #fff;
  border: 1px solid #e0e1e1;
  padding: 2px;
  overflow: hidden;
}

.media-container .media-wrp:before {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  content: '';
  background-color: #000;
  pointer-events: none;
  transition: 0.3s ease-in 0s all;
}

.media-wrp:hover:before {
  opacity: 0.5;
}

.media-wrp p {
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  padding: 0 10px;
  color: #fff;
  transition: 0.3s ease-in 0s all;
}

.media-wrp:hover p {
  opacity: 1;
}

.media-image .media-wrp a.icon-viewimage {
  width: 97px;
  height: 97px;
  background: url(../images/icon-viewimage.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  right: 0;
  margin: -48px auto 0;
  transition: 0.3s ease-in 0s all;
  opacity: 0;
}

.media-image .media-wrp:hover a.icon-viewimage, .media-video .media-wrp:hover a.icon-playvideo {
  opacity: 1;
}

.media-video .media-wrp a.icon-playvideo {
  width: 66px;
  height: 66px;
  background: url(../images/icon-playvideo.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  right: 0;
  margin: -33px auto 0;
  transition: 0.3s ease-in 0s all;
  opacity: 0;
}

.sort-headwrp {
  border: 1px solid #cdd2d5;
  background-color: #fff;
  padding: 10px 15px 0;
}

.sort-headwrp h4 {
  float: left;
  font-size: 21px;
  color: #323d47;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.sort-headwrp .sort {
  float: right;
}

.sort a {
  font-size: 16px;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #323d47;
  line-height: 22px;
  margin-left: 15px;
  float: left;
  padding-bottom: 15px;
  border-bottom: 3px solid #fff;
}

.sort a.active {
  color: #0d4e83;
  border-color: #0d4e83;
}

h2.pagemainHead {
  font-size: 40px;
  line-height: 30px;
  color: #323d47;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
}

.pagemainHead span {
  font-weight: 600;
  font-family: inherit;
}

.sponsors-listwrp, .risingstars-listwrp {
  text-align: center;
}

.sponsors-items, .risingstars-items {
  margin: 5px;
  border: 1px solid #c3cacd;
  padding: 5px 10px;
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
}

.sponsors-items:hover, .risingstars-items:hover {
  background: #f1f1f1;
}

.sponsors-img {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 8px;
  overflow: hidden;
  border-radius: 50%;
}

.sponsors-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sponsors-items p, .risingstars-items p {
  font-size: 18px;
  line-height: 22px;
  color: #323d47;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  float: none;
  margin-bottom: 6px;
  margin-top: 2px;
}
.sponsors-items p {
  font-weight: 600;
  color: #00457c;
}
.sponsors-items .sponsors-img+p {
  padding-left: 40px;
}

.dynamic-pageinner h1 {
  font-size: 26px;
  line-height: 40px;
  color: #323d47;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px;
}

''.dynamic-pageinner h2 {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #323d47;
  margin-bottom: 10px;
}

.dynamic-pageinner h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  color: #323d47;
  margin-bottom: 10px;
}

.dynamic-pageinner h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #323d47;
  margin-bottom: 0px;
}

.dynamic-pageinner h5 {
  font-weight: 600;
  font-size: 15px;
  color: #323d47;
  line-height: 24px;
}

.dynamic-pageinner p {
  font-size: 16px;
  line-height: 26px;
  color: #575758;
  margin-bottom: 15px;
}

.dynamic-pageinner h4.mb10 {
  margin-bottom: 10px;
}

.dynamic-pageinner h4.mb5 {
  margin-bottom: 5px;
}

.dynamic-pageinner p:before, .dynamic-pageinner p:after {
  content: '';
  clear: both;
  display: block;
}

.dynamic-pageinner li p:before {
  display: none;
}

.dynamic-pageinner a {
  color: #0d4e83;
  word-wrap: break-word;
  /* word-break: break-all; */
}

.dynamic-pageinner a.email-lnk {
  font-size: 15.8px;
}

.modal-body input[type="text"], .modal-body input[type="email"], .modal-body input[type="password"], .modal-body textarea {
  border: 1px solid #dedede;
  border-radius: 2px;
  height: 40px;
  color: #777;
  font-size: 15px;
  padding: 5px 15px;
  width: 100%;
}

.modal-body textarea {
  height: 100px;
}

.modal-body .g-recaptcha {
  max-width: 100%;
  overflow: hidden;
  border-radius: 3px;
}

.modal-body input[type="submit"] {
  display: block;
  height: 40px;
  width: 180px;
  border-radius: 20px;
  background-color: #86bc42;
  color: #fff;
  border: 1px solid #86bc42;
  font-size: 16px;
  margin: 0 auto;
}

div.wpcf7-validation-errors {
  background-color: #f2dede;
  color: #FF6868;
  border: 1px solid #eeA4A4;
  border-radius: 3px;
  margin: 0px 0px 10px;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
}

span.wpcf7-not-valid-tip {
  color: #FF5C5C;
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 24px;
}

div.wpcf7 span.ajax-loader.is-active {
  display: block;
  width: 25px;
  height: 25px;
  background-size: 100%;
  margin: 20px auto;
}

/* Product Page */

.woocommerce-ordering {
  display: block;
  margin: 10px 0 20px;
}

.woocommerce-ordering:after {
  clear: both;
  content: '';
  display: block;
}

.woocommerce-ordering>select {
  float: right;
  display: block;
  height: 40px;
  width: 300px;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #e0e1e1;
  font-size: 15px;
  color: #323d47;
  padding: 0 5px;
}

ul.products {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.products:after {
  clear: both;
  content: '';
  display: block;
}

ul.products>li.product {
  display: block;
  border: 1px solid #e0e1e1;
  padding: 4px;
  background-color: #fff;
  float: left;
  margin: 25px 15px 15px;
  width: 100%;
  max-width: calc(25% - 30px);
  position: relative;
}

ul.products>.product .woocommerce-LoopProduct-link {
  display: block;
  width: 100%;
  position: relative;
}

.product .woocommerce-LoopProduct-link img.wp-post-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.woocommerce-LoopProduct-link span.onsale {
  background-color: #86bc42;
  bottom: 66px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 8px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: center;
}

.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
  color: #323d47;
  font-size: 16px !important;
  line-height: 24px;
  margin: 10px 0 5px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce-LoopProduct-link .price {
  padding: 0 10px;
}

.order-total .woocommerce-Price-amount.amount, .order-total th {
  font-size: 26px;
}

.woocommerce-LoopProduct-link .price .woocommerce-Price-amount, .summary.entry-summary .price .woocommerce-Price-amount {
  color: #0d4e83;
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}

.woocommerce-LoopProduct-link .price del, .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount, .summary.entry-summary .price del, .summary.entry-summary .price del .woocommerce-Price-amount, .summary.entry-summary .price del woocommerce-Price-currencySymbol {
  color: #d5353d;
  font-size: 18px;
  line-height: 24px;
}

.woocommerce-LoopProduct-link .price ins, .summary.entry-summary .price ins {
  text-decoration: none;
}

.product_type_simple {
  font-size: 15px;
  color: #7eb142;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 10px;
}

a.button.add_to_cart_button {
  background-color: #209d62;
  color: #fff;
  padding: 10px 15px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 10px -4px -4px;
}

.button.add_to_cart_button.added {
  display: none;
  pointer-events: none;
  opacity: 0;
}

a.added_to_cart {
  background-color: #86bc42;
  color: #fff;
  padding: 10px 15px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin: 10px -4px -4px;
}

.navigation {
  width: 100%;
}

.navigation:before, .navigation:after {
  clear: both;
  content: '';
  display: block;
}

.products+.woocommerce-pagination {
  display: none;
}

.navigation .wp-paginate {
  text-align: right;
  padding-right: 15px;
}

.navigation .wp-paginate li .page {
  background-color: #fafafa;
  border: 1px solid #e0e1e1;
  color: #323d47;
}

.navigation .wp-paginate li .page.current {
  color: #fff;
  background-color: #86bc42;
  border: 1px solid #86bc42;
}

.navigation .wp-paginate li .prev, .navigation .wp-paginate li .next {
  background-color: #d7eeb9;
  color: #555;
  border-color: #bbd29d;
}

.product.sale {
  position: relative;
}

.product.sale>.onsale {
  background-color: #86bc42;
  top: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  left: 0px;
  text-align: center;
  z-index: 9;
}

.product_title.entry-title {
  color: #333;
  font-size: 24px;
  line-height: 26px;
}

.woocommerce-tabs.wc-tabs-wrapper h2, .related.products h2 {
  font-size: 24px;
}

.woocommerce-message .button.wc-forward {
  float: right;
  margin-left: 10px;
  height: 30px;
  font-size: 15px;
  line-height: 20px;
  padding: 3px 10px;
  border-radius: 15px;
  width: 100px;
  text-align: center;
  background-color: #86bc42;
  border: 1px solid #86bc42;
  color: #fff;
  overflow: hidden;
}

.woocommerce-message .button.wc-forward:focus, .woocommerce-message .button.wc-forward:hover, .woocommerce-message .button.wc-forward:active {
  background-color: #fff;
  color: #86bc42;
}

/*Quantity Field*/

.quantity {
  position: relative;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

form.cart {
  margin-bottom: 15px;
}

form.cart:after, .quantity:after {
  clear: both;
  content: '';
  display: block;
}

.summary.entry-summary form.cart {
  display: inline-block;
}

.summary.entry-summary p.price {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  color: #0d4e83;
  font-size: 25px;
  line-height: 24px;
  font-weight: 600;
}

.summary.entry-summary .woocommerce-product-details__short-description p {
  font-size: 15px;
  line-height: 24px;
  color: #111;
}

.summary.entry-summary p.stock.in-stock {
  color: #E7374D;
  font-size: 16px;
  font-weight: 600;
}

.quantity .screen-reader-text {
  clip: unset;
  height: auto;
  overflow: hidden;
  position: relative !important;
  width: auto;
  word-wrap: normal !important;
  float: left;
  margin-right: 10px;
  line-height: 24px;
  padding-top: 7px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 80px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  padding-right: 25px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

/*Quantity Field End*/

.cart .button.single_add_to_cart_button {
  background-color: #209d62;
  color: #fff;
  padding: 10px 15px;
  height: 42px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  width: 200px;
  border-radius: 21px;
  margin-bottom: 10px;
  transition: 0.3s ease all;
  border: 1px solid #209d62;
}

.cart .button.single_add_to_cart_button:hover, .cart .button.single_add_to_cart_button:active, .cart .button.single_add_to_cart_button:focus {
  background-color: #fff;
  color: #209d62;
}

.product_meta {
  margin-bottom: 10px;
}

.product_meta>span {
  color: #999;
  font-size: 17px;
  display: block;
  margin-bottom: 5px;
}

.product_meta>span a {
  font-size: 18px;
  color: #0d4e83;
}

.product_meta>span.tagged_as a {
  display: inline-block;
  margin: 5px;
  background-color: #fafafa;
  padding: 3px 14px;
  border-radius: 19px;
  line-height: 20px;
  border: 1px solid #86bc42;
  color: #86bc42;
  font-size: 14px;
}

.woocommerce-tabs .tabs {
  margin-top: 10px;
}

.woocommerce-tabs .tabs li {
  display: inline-block;
  border: 1px solid #86bc42;
  padding: 4px 10px;
  background-color: #fff;
  margin-right: -6px;
  margin-bottom: 1px;
}

.woocommerce-tabs .tabs li a {
  color: #86bc42;
  font-size: 17px;
  line-height: 24px;
}

.woocommerce-tabs .tabs li.active {
  background-color: #86bc42;
}

.woocommerce-tabs .tabs li.active a {
  color: #fff;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: 500px;
  height: 45px;
}

.comment-form textarea {
  height: 130px;
}

.form-submit input[type="submit"] {
  background-color: #86bc42;
  color: #fff;
  padding: 10px 15px;
  height: 42px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  width: 150px;
  border-radius: 21px;
  margin-bottom: 10px;
  border: 1px solid #86bc42;
}

.form-submit input[type="submit"]:hover, .form-submit input[type="submit"]:focus, .form-submit input[type="submit"]:active {
  background-color: #fff;
  color: #86bc42;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):active, a:not([href]):not([tabindex]):focus {
  color: #0d4e83;
}

/*Cart Page*/

td.product-thumbnail a.cart-thumbnail-a {
  max-width: 100px;
  max-height: 100px;
  display: block;
  padding: 3px;
  border: 1px solid #ddd;
  background-color: #eee;
  overflow: hidden;
  min-width: 50px;
  min-height: 50px;
}

.woocommerce-cart-form .product-thumbnail a img {
  object-fit: cover;
}

.product-name a {
  font-weight: 600;
}

.woocommerce-cart-form th.product-remove {
  width: 50px;
}

.woocommerce-cart-form tbody td.product-remove {
  position: relative;
  min-height: 55px;
  text-align: center;
}

/* .woocommerce-cart-form tbody td.product-remove a.remove{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 15px;
} */

td.actions {
  border-top: none !important;
}

.woocommerce .woocommerce-cart-form table.cart td.actions .coupon .input-text {
  width: 125px;
  border: 1px solid #ccc;
  padding: 2px 5px 2px 7px;
  height: 32px;
  font-size: 15px;
}

.woocommerce .woocommerce-cart-form table.cart td.actions .coupon .button {
  background-color: #86bc42;
  color: #fff;
  font-size: 15px;
  width: 130px;
  padding: 3px 5px;
  height: 32px;
  line-height: 24px;
  margin-left: 5px;
}

.woocommerce .checkout_coupon .button {
  background-color: #86bc42;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.woocommerce-form-login input.button {
  background-color: #86bc42;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  margin-right: 15px;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  padding-top: 7px;
}

.woocommerce .woocommerce-cart-form table.cart td.actions>.button {
  background-color: #86bc42;
  color: #fff;
  font-size: 15px;
}

.woocommerce-info {
  border-top-color: #86bc42;
}

.woocommerce-info:before {
  color: #86bc42;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

abbr[data-original-title], abbr[title] {
  text-decoration: none;
}

.woocommerce form .form-row label {
  line-height: 24px;
  margin-bottom: 0;
  width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .wpcf7-form-control-wrap .wpcf7-text, .wpcf7-form-control-wrap textarea {
  height: 40px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0e1e1;
  font-size: 15px;
  color: #323d47;
  padding: 0 5px;
  transition: ease 0.3s all 0s;
}

.woocommerce form .form-row textarea, .wpcf7-form-control-wrap textarea {
  min-height: 100px;
}

.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .wpcf7-form-control-wrap .wpcf7-text:focus, .wpcf7-form-control-wrap textarea:focus {
  border-color: #86bc42;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #86bc42;
  transition: ease 0.3s all 0s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #209d62;
}

.wpcf7-form-control.wpcf7-submit {
  width: 150px;
  height: 40px;
  border-radius: 20px;
  background-color: #86bc42;
  color: #fff;
  font-size: 16px;
  transition: ease 0.3s all 0s;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
}

.wpcf7-form-control.wpcf7-submit:hover, .wpcf7-form-control.wpcf7-submit:focus, .wpcf7-form-control.wpcf7-submit:active {
  background-color: #209d62;
}

.woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  border: 1px solid #dadada;
  padding: 15px 0;
  border-radius: 5px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  width: 20%;
  margin: 0;
  padding: 5px 15px;
  color: #777;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  color: #212529;
  line-height: 28px;
}

.woocommerce-order-overview__total strong span {
  font-weight: bold;
}

.woocommerce-table.woocommerce-table--order-details .woocommerce-Price-amount, span.woocommerce-Price-amount.amount {
  font-weight: bold;
}

.woocommerce-cart-form__cart-item .product-quantity .quantity label.screen-reader-text {
  display: none;
}

.woocommerce .woocommerce-customer-details address {
  font-size: 16px;
  font-weight: bold;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  color: #0d4e83;
  font-weight: bold;
  margin-top: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #86bc42;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e0e1e1;
  border-radius: 0;
  color: #323d47;
  font-size: 15px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #323d47;
  line-height: 28px;
  padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}

.cart_totals .wc-proceed-to-checkout {
  text-align: right;
}

.wc-proceed-to-checkout a.button.checkout-button {
  background-color: #20ae6b;
  height: 40px;
  color: #fff;
  font-size: 15px;
  transition: 0.3s ease 0s all;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
  margin-left: 5px;
}

.wc-proceed-to-checkout a.button.checkout-button:hover, .wc-proceed-to-checkout a.button.checkout-button:focus, .wc-proceed-to-checkout a.button.checkout-button:active {
  background-color: #209d62;
}

.para-image {
  display: block;
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid #e9e9e9;
  max-width: 320px;
  max-height: 320px;
  overflow: hidden;
}

.para-image.big-img, .para-image-strip .para-image.big-img {
  max-width: 500px;
  max-height: 500px;
}

.para-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: 100%;
}

.para-image.para-image-logo img {
  object-fit: contain;
}

.para-image-strip {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.para-image-strip .para-image {
  display: inline-block;
  float: none;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 260px;
  max-height: 260px;
  margin-bottom: 10px;
}

.para-image.full-image {
  max-width: 600px;
  max-height: 400px;
  object-fit: cover;
  margin: 10px auto 15px;
  float: none;
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.para-image.full-image img {
  width: 100%;
}

.locateusmap {
  width: 100%;
  height: 200px;
  padding: 3px;
  border-radius: 3px;
  background-color: #eee;
  border: 1px solid #ddd;
}

.modal-body>ul {
  margin-left: 15px;
}

.donate-bigbtnwrp {
  text-align: center;
  padding: 10px;
}

.donate-bigbtn, .donate-bigbtnwrp .donate-bigbtn {
  display: inline-block;
  min-height: 40px;
  font-size: 17px;
  line-height: 24px;
  padding: 6px 20px;
  border-radius: 20px;
  min-width: 250px;
  max-width: 100%;
  text-align: center;
  background-color: #86bc42;
  border: 1px solid #86bc42;
  ;
  color: #fff;
  transition-duration: 0.3s;
}

.donate-bigbtn:hover, .donate-bigbtn:focus, .donate-bigbtn:active {
  background-color: #fff;
  color: #86bc42;
}

.donate-bigbtnwrp p {
  font-size: 13px;
  line-height: 20px;
  margin: 8px auto;
}

.video-listwrp {
  text-align: center;
  margin: 10px 0;
}
.video-listwrp p {
  font-size: 14px;
}

.video-listeach {
  display: inline-block;
  max-width: 33%;
  margin: 0;
  padding: 0 15px;
  min-width: 360px;
  margin-bottom: 10px;
}

.video-listeach iframe {
  width: 100%;
  min-height: 200px;
}

.video-listwrp.video-biglist .video-listeach {
  max-width: 49%;
  width: 45%;
  min-width: 400px;
}

.video-listwrp.video-biglist .video-listeach iframe {
  min-height: 280px;
}

.opportunity-listwrp {
  border: 1px dashed #dedede;
  border-radius: 3px;
  padding: 15px 5px;
  margin-bottom: 15px;
}

.opportunity-listwrp h4 {
  color: #0d4e83;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}

.opportunity-location {
  font-size: 15px;
  color: #888;
  float: left;
  margin-right: 10px;
}

.opportunity-date {
  font-size: 15px;
  color: #888;
  float: left;
}

.opportunity-desc, .inner-body p.opportunity-desc {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}

.btn-apply {
  float: right;
  margin-left: 10px;
  height: 35px;
  font-size: 14px;
  line-height: 23px;
  padding: 3px 10px;
  border-radius: 20px;
  width: 110px;
  text-align: center;
  background-color: #86bc42;
  color: #fff;
  border: 1px solid #86bc42;
  overflow: hidden;
  transition-duration: 0.3s;
}

.link-calendar {
  display: inline-block;
  border-radius: 3px;
  padding: 10px 15px 10px 10px;
  border: 1px solid #ccc;
  transition-duration: 0.3s;
  position: relative;
  padding-left: 60px;
  min-height: 52px;
  line-height: 24px;
}

.icon-calendar {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  background: url(../images/icon-calendar.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 10px;
}

.link-calendar:focus, .link-calendar:active, .link-calendar:hover {
  color: #86bc42;
  border-color: #86bc42;
}

.opened-box {
  padding: 0;
  border-bottom: 1px solid #cecece;
  margin-bottom: 0px;
  position: relative;
}

.opened-box:after {
  content: '+';
  font-size: 23px;
  font-weight: 600;
  display: block;
  color: #0d4e83;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 24px;
  pointer-events: none;
  text-align: center;
  line-height: 24px;
}

.opened-box h3 {
  display: block;
  font-size: 18px;
  color: #0d4e83;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
  padding: 10px 30px 10px 5px;
}

.opened-box p {
  font-size: 16px;
  line-height: 24px;
  color: #575758;
}

.opened-box .opened-details {
  border-top: 1px dashed #dedede;
  padding: 10px 15px 10px 5px;
  display: none;
}

.opened-box.active:after {
  content: '-';
}

.dynamic-pageinner .main-ul li {
  color: #575758;
  margin-bottom: 5px;
}

.dynamic-pageinner p.mb0 {
  margin-bottom: 0;
}

.tabtype-linkwrp {
  text-align: center;
}

.tabtype-linkwrp a {
  display: inline-block;
  margin: 5px 8px;
  padding: 6px 15px;
  border: 1px solid #0d4e83;
  color: #0d4e83;
  background-color: #fff;
  transition-duration: 0.3s;
}

.txtw10 {
  display: inline-block;
  width: 10%;
  min-width: 100px;
}

.txtw20 {
  display: inline-block;
  width: 20%;
  min-width: 200px;
}

.link_logobx {
  padding: 15px;
  border: 1px solid #e9e9e9;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
}

.link_logobx a {
  border: 1px dashed #dadada;
  border-radius: 3px;
  display: inline-block;
  height: 120px;
  margin: 10px;
  overflow: hidden;
  padding: 15px;
  width: 150px;
}

.link_logobx a img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dynamic-pageinner p img {
  padding: 3px;
  border: 1px solid #eee;
}

.dynamic-pageinner p .para-image img {
  padding: 0;
  border: none;
}

#popupcontent li {
  border-bottom: 1px solid #f5f5f5;
  color: #575758;
  font-size: 14px;
  line-height: 28px;
  padding: 2px 0;
}

/*an*/

.acc-head {
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #fff;
  background: #f2f2f2;
}

.acc-head .acc-tit {
  margin: 0px;
}

.acc-head:last-child {
  border-bottom: none;
}

.acc-arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 35px;
  top: 18px;
  transition: all ease-in-out 0.3s;
}

.acc-dec {
  display: none;
  background: #fff;
  padding: 10px;
}

.acc-arrow.down {
  transform: rotate(135deg);
  transition: all ease-in-out 0.3s;
}

.lcftag {
  border: 1px solid #0d4e83;
  border-radius: 4px;
  color: #86bc42;
  font-size: 16px;
  line-height: 24px;
  display: block;
  float: left;
  margin: 6px 8px;
  padding: 5px 22px 5px 10px;
  position: relative;
  transition: all ease-in-out 0.3s;
}

.lcftag:after {
  border-right: 2px solid #0d4e83;
  border-top: 2px solid #0d4e83;
  content: "";
  height: 10px;
  position: absolute;
  right: 10px;
  top: 12px;
  transform: rotate(45deg);
  width: 10px;
  transition: all ease-in-out 0.3s;
}

.lcftag:hover, .lcftag:focus, .lcftag:active {
  border-color: #86bc42;
  color: #86bc42;
}

.lcftag:hover:after, .lcftag:focus:after, .lcftag:active:after {
  border-color: #86bc42;
}

.ftlst {
  width: 100%;
}

.menu-footer_menu_first-container {
  display: inline-block;
}

.menu-footer_menu_second-container {
  display: inline-block;
}

.menu-footer_menu1-container, .menu-footer_menu2-container {
  display: inline-block
}

/*an*/

/* Carousal Starts*/

.carousel.carousel-fade .carousel-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.carousel-item .featur-balls {
  position: relative;
  bottom: -50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.active.carousel-item .featur-balls {
  position: relative;
  bottom: 0px;
}

.carousel.carousel-fade .active.carousel-item {
  opacity: 1;
}

.carousel.carousel-fade .active.left, .carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next, .carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background: url(../images/nextslide.png);
  display: inline-block;
  height: 40px;
  width: 40px;
  transition: all ease .6s;
}

.carousel-control-prev-icon {
  background: url(../images/prevslide.png);
}

.carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: all ease .6s;
  background-color: #fff;
}

.carousel-fade01 .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade01 .carousel-inner .active {
  opacity: 1;
}

.carousel-fade01 .carousel-inner .active.left, .carousel-fade01 .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade01 .carousel-inner .next.left, .carousel-fade01 .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade01 .carousel-control {
  z-index: 2;
}

/* Media Carousel */

.lSAction>a {
  display: inline-block;
  height: 40px !important;
  width: 40px !important;
  transition: all ease .6s;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0 !important;
  background-color: rgba(255, 255, 255, 0.35)
}

.lSAction>a.lSNext {
  background-image: url(../images/nextslide.png) !important;
  background-position: 0 0;
}

.lSAction>a.lSPrev {
  background-image: url(../images/prevslide.png) !important;
}

.sliderThumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
  display: block;
  border: 1px solid #eee;
}

.sliderThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #fff;
  border-radius: 50%;
}

#sponsor-slider .sliderThumb {
  height: 110px;
  text-align: center;
  padding: 10px;
}

#sponsor-slider .sliderThumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Media Carousel Ends*/

.activeMenu {
  opacity: 1;
  transition: 0.3s ease-in height;
  pointer-events: visible;
}

.newsimage-fullwidth {
  width: 100%;
  max-height: 400px;
  min-height: 300px;
  object-fit: cover;
}

.searchform>div {
  position: relative;
}

.searchform>div>input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #e1e1e1;
  padding: 2px 50px 2px 10px;
  color: #777;
  transition: all ease 0.3s;
  border-radius: 20px;
}

.searchform>div>input[type="text"]:focus {
  border-color: #86bc42;
}

.searchform>div>input[type="submit"]#searchsubmit {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border: 1px solid #e1e1e1;
  border-radius: 0 20px 20px 0;
  background-color: #fdfdfd;
  background-image: url(../images/icon-hdrsearch.png);
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all ease 0.3s;
}

.searchform>div>input[type="text"]:focus~input[type="submit"]#searchsubmit {
  background-color: #86bc42;
  border-color: #86bc42;
  background-image: url(../images/icon-hdrsearch-white.png);
}

.searchform>div>input[type="submit"]#searchsubmit:hover, .searchform>div>input[type="submit"]#searchsubmit:focus, .searchform>div>input[type="submit"]#searchsubmit:active {
  background-color: #86bc42;
  border-color: #86bc42;
  background-image: url(../images/icon-hdrsearch-white.png);
}

.sidebar-wrapper .widget {
  padding: 10px 15px;
  border: 1px solid #dedede;
}

.sidebar-wrapper .widget+.widget {
  border-top: none;
}

.sidebar-wrapper .widget h2.widget-title {
  color: #0d4e83;
  font-size: 22px;
  line-height: 26px;
}

.sidebar-wrapper .widget ul {
  list-style: none;
}

.sidebar-wrapper .widget ul li {
  color: #525252;
  border-bottom: 1px solid #eee;
  padding: 4px 0;
}

.sidebar-wrapper .widget ul li:last-child {
  border-bottom: none;
}

.sidebar-wrapper .widget ul a {
  color: #525252;
}

.sidebar-wrapper .widget ul a:hover, .sidebar-wrapper .widget ul a:active, .sidebar-wrapper .widget ul a:focus {
  color: #0d4e83;
}

.widget.widget_recent_entries ul li {
  font-size: 15px;
  color: #525252;
}

.widget.widget_recent_comments ul li {
  font-size: 15px;
}

.sidebar-wrapper .widget ul .recentcomments a {
  color: #0d4e83;
}

.sidebar-wrapper .widget ul li.recentcomments span.comment-author-link a {
  color: #999;
}

.sidebar-wrapper .widget.widget_archive ul li, .sidebar-wrapper .widget.widget_categories ul li {
  margin: 5px 6px 5px 0;
  font-size: 12px;
  display: block;
  border: 1px solid #0d4e83;
  color: #0d4e83;
  float: left;
  padding: 3px 8px;
  border-radius: 30px;
}

.sidebar-wrapper .widget.widget_categories ul li {
  border-color: #86bc42;
}

.sidebar-wrapper .widget.widget_categories ul a:hover, .sidebar-wrapper .widget.widget_categories ul a:active, .sidebar-wrapper .widget.widget_categories ul a:focus {
  color: #86bc42;
}

.sidebar-wrapper .widget.widget_archive ul:before, .sidebar-wrapper .widget.widget_archive ul:after, .sidebar-wrapper .widget.widget_categories ul:before, .sidebar-wrapper .widget.widget_categories ul:after {
  content: '';
  clear: both;
  display: block;
}

.menu-footer_menu2-container .menu li.sub-menu ul.sub-menu li {
  padding-left: 10px;
}

.menu-footer_menu2-container .menu li.sub-menu ul.sub-menu li a {
  font-weight: 400;
}

.menu-footer_menu2-container .menu a:not([href]):not([tabindex]) {
  color: #88929c;
  cursor: default;
}

/*Opportunities page*/

.opportunities-listwrp {
  margin-bottom: 30px;
}

.opportunities-listwrp .opportunities-listimage {
  width: 100%;
  margin-bottom: 15px;
  height: 350px;
  max-height: 300px;
  overflow: hidden;
}

.opportunities-listwrp .opportunities-listimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opportunities-listdtlwrp .entry-title {
  margin-bottom: 3px;
}

.opportunities-listdtlwrp .entry-title a {
  color: #323d47;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 5px;
}

.opportunities-listdtlwrp .regis-url {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
  display: inline-block;
}

.opportunities-listdtlwrp .entry-content {
  font-size: 16px;
  color: #323d47;
  line-height: 25px;
}

.g-recaptcha.wpcf7-recaptcha iframe {
  transform: scale(0.96) !important;
  -webkit-transform: scale(0.96) !important;
  transform-origin: 0 0 !important;
  -webkit-transform-origin: 0 0 !important;
}

.modal-dialog .g-recaptcha.wpcf7-recaptcha iframe {
  transform: scale(0.88) !important;
  -webkit-transform: scale(0.88) !important;
  transform-origin: 0 0 !important;
  -webkit-transform-origin: 0 0 !important;
}

.headertop-btnwrp .cart-contents {
  float: left;
  margin-right: 12px;
  display: block;
  background-color: #86bc42;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-image: url(../images/icon-cart.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-top: 2px;
  background-size: 13px 13px;
}

.cart-contents .cart-contents-count {
  color: #fff;
  position: absolute;
  right: -8px;
  top: -3px;
  line-height: 14px;
  border-radius: 50px;
  font-size: 11px;
  background-color: #d5353d;
  display: block;
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  padding: 1px 2px;
}

p.woocommerce-notice--success {
  background-color: #f7f6f7;
  border-top: 3px solid #8fae1b;
  padding: 15px 10px 15px 60px;
  position: relative;
}

p.woocommerce-notice--success:before {
  font-family: WooCommerce;
  content: '\e015';
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 20px;
  color: #8fae1b;
}

.opened-left20 p {
  position: relative;
  padding-left: 200px;
}

.opened-left10 p {
  position: relative;
  padding-left: 100px;
}

.opened-left20 p .txtw20, .opened-left10 p .txtw10 {
  position: absolute;
  left: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 10px 15px 10px 0;
}

.alignright {
  float: right;
  margin: 10px 0 10px 15px;
}

.sponsor-slider-wrp .lSSlideWrapper {
  text-align: center;
}

.sponsor-slider-wrp .lSSlideWrapper .lightSlider {
  display: inline-block;
}

.sponsor-slider-wrp .lSSlideWrapper .lightSlider li.lslide {
  display: inline-block;
  float: none;
  margin: 0 3px !important;
}

.videoframewrp iframe {
  max-width: 100%;
}

.inner-imgheightwrp img {
  height: 190px;
  object-fit: cover;
}

.form-row label.error {
  color: #a00;
  font-size: 15px;
}

.woocommerce-tabs ul {
  list-style: none;
}

.ic-cart-btn {
  display: block;
  width: 150px;
  height: 42px;
  border-radius: 21px;
  font-size: 16px;
  line-height: 26px;
}

.preloader {
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

.btn-readmore::after {
  top: 11px;
}

.summary form.cart .single_add_to_cart_button {
  float: left;
  width: 170px;
  margin-right: 10px;
}

.summary form.cart .ic-cart-btn {
  float: left;
}

.woocommerce a.remove.btn-cartrmv-res {
  display: none;
}

.tj-xl {
  text-align: justify;
}

.tweetContainer #mytw {
  max-height: 150px;
  overflow: hidden;
  overflow-y: scroll;
  margin-bottom: 4px;
}

.mytweet-li {
  color: #575758;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dadada;
}

.mytweet-li:last-child {
  border-bottom: none;
}

.mytweet-li span {
  color: #1B95E0;
}

.mytweet-li img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 8px;
  object-fit: cover;
}

.btn-dwnld-doc {
  background-color: #28a9a8;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 15px;
  height: 35px;
  border-radius: 35px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  border: 1px solid #28a9a8;
  transition: 0.3s ease all;
  float: left;
  margin-right: 10px;
  text-align: center;
  min-width: 175px;
}

.btn-dwnld-doc:hover, .btn-dwnld-doc:focus {
  color: #28a9a8;
  background-color: transparent;
}

.addthis_inline_share_toolbox_9yaq.addthis_tool {
  margin-top: 55px;
}

.featured-dummyvideo {
  width: 100%;
  height: 100%;
  background: url(../images/default-video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-mapwrp {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  height: 200px;
}

.footer-mapwrp iframe {
  top: -46px;
  position: absolute;
  width: 100%;
  height: 246px;
}

.head-seperate {
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.product .gallery_container {
  width: 400px;
  float: left;
  position: relative;
}

.product .gallery_container+.summary.entry-summary {
  padding-left: 420px;
}

.gallery_container .product_gallery .a3dg-navbar-control {
  display: none;
}

.gallery_container .product_gallery .a3dg-navbar-separator {
  border-left: 1px solid #d2d2d2 !important;
}

.gallery_container .a3-dgallery .fa-caret-left:before, .gallery_container .a3-dgallery .fa-caret-right:before {
  color: #86bc42 !important;
}

.gallery_container .a3-dgallery .a3dg-forward, .gallery_container .a3-dgallery .a3dg-back {
  border: 1px solid #d2d2d2 !important;
}

.gallery_container .a3-dgallery .a3dg-forward, .gallery_container .a3-dgallery .a3dg-back {
  border: none !important;
}

.gallery_container .a3-dgallery .a3dg-back {
  border-left: 1px solid #d2d2d2 !important;
}

.gallery_container .a3-dgallery .a3dg-forward {
  border-right: 1px solid #d2d2d2 !important;
}

.gallery_container .a3-dgallery .a3dg-nav {
  border-bottom: 1px solid #d2d2d2 !important;
}

.a3-dgallery .fa-angle-left:before, .a3-dgallery .fa-angle-right:before {
  font-size: 20px !important;
  color: #0d4e83 !important;
}

#mypopup li {
  display: block;
}

.woocommerce-Tabs-panel p.woocommerce-noreviews {
  color: #d5353d;
}

#tab-description p {
  font-size: 15px;
  line-height: 26px;
}

.woocommerce-Reviews .comment-reply-title {
  font-weight: bold;
  font-size: 16px;
  color: #0d4e83;
}

.clear-xs {
  clear: both;
  display: none;
}

.woocommerce form #customer_details {
  margin-bottom: 15px;
}

.woocommerce form #customer_details .woocommerce-billing-fields .form-row, .woocommerce form #customer_details .woocommerce-shipping-fields .form-row {
  width: 49%;
  position: relative;
  padding-bottom: 23px;
  padding-top: 0;
  min-height: 95px;
}

.woocommerce form #customer_details .woocommerce-billing-fields .form-row-wide, .woocommerce form #customer_details .woocommerce-shipping-fields .form-row-wide {
  clear: none;
}

.woocommerce form #customer_details .woocommerce-billing-fields .form-row label.error, .woocommerce form #customer_details .woocommerce-shipping-fields .form-row label.error {
  font-size: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 20px;
}

#customer_details .woocommerce-billing-fields .form-row:nth-child(odd), #customer_details .woocommerce-shipping-fields .form-row:nth-child(odd) {
  float: left;
}

#customer_details .woocommerce-billing-fields .form-row:nth-child(even), #customer_details .woocommerce-shipping-fields .form-row:nth-child(even) {
  float: right;
}

.woocommerce .return-to-shop .button.wc-backward {
  background-color: #209d62;
  color: #fff;
  padding: 10px 15px;
  height: 42px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  width: 170px;
  border-radius: 21px;
  margin: 10px auto;
  transition: 0.3s ease all;
  border: 1px solid #209d62;
}

.woocommerce .return-to-shop .button.wc-backward:hover, .return-to-shop .button.wc-backward:focus {
  background-color: #fff;
  color: #209d62;
}

.wpcf7-response-output.success-message.wpcf7-mail-sent-ok {
  background-color: #fff;
  color: #86bc42;
  border-radius: 4px;
  border: none;
  text-align: center;
  font-size: 17px;
  padding: 65px 15px 0;
  font-weight: 600;
  position: relative;
}

.wpcf7-response-output.success-message.wpcf7-mail-sent-ok:before {
  content: '';
  width: 52px;
  height: 52px;
  background: url(../images/icon-success.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: 0 auto;
}

button.btn-primary {
  background-color: #86bc42;
  color: #fff;
  min-width: 70px;
  border-color: #81b53f;
}

button.btn-primary:focus, button.btn-primary:hover, button.btn-primary:active {
  background-color: #81b53f;
  border-color: #81b53f;
}

.cw_quantity_select {
  position: relative;
  height: 42px;
  background: #fff;
  overflow: hidden;
}

.cw_quantity_select:before {
  content: 'Quantity';
  margin-right: 10px;
  line-height: 42px;
  float: left;
  width: 65px;
}

.cw_quantity_select select.cw_qty::-ms-expand {
  display: none;
}

.cw_quantity_select select.cw_qty {
  height: 42px;
  width: 75px;
  border: 1px solid #dadee1;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  color: #424242;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  padding-left: 5px;
  text-align: center;
}

.cw_quantity_select:after {
  content: '';
  background: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 22px;
}

.entry-summary .cart .cw_quantity_select {
  margin-right: 15px;
  margin-bottom: 10px;
  width: 150px;
}

.woocommerce .product-quantity .cw_quantity_select:before {
  display: none;
}

table.shop_attributes {
  border: 2px solid #dadada;
  width: 100%;
  max-width: 600px;
}

table.shop_attributes th {
  padding: 10px 15px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #333;
}

table.shop_attributes td {
  padding: 10px 15px;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
  color: #333;
  font-size: 15px;
}

table.shop_attributes tr:nth-child(even) {
  background-color: #f8f8f8;
}

.btn-viewaction, .dynamic-pageinner a.btn-viewaction {
  background-color: #209d62;
  border: 1px solid #209d62;
  font-size: 16px;
  line-height: 22px;
  padding: 7px 20px;
  color: #fff;
  height: 38px;
  display: block;
  border-radius: 19px;
  transition: 0.3s ease-in all;
}

.btn-viewaction:hover, .btn-viewaction:focus, .btn-viewaction:active, .dynamic-pageinner a.btn-viewaction:hover, .dynamic-pageinner a.btn-viewaction:focus, .dynamic-pageinner a.btn-viewaction:active {
  color: #209d62;
  background-color: #fff;
}

.summary .outofstock-message {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0;
  color: #E7374D;
  border: navajowhite;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
}

.woocommerce p.cart-empty {
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #323d47;
  position: relative;
  padding-top: 135px;
  margin-top: 50px;
  margin-bottom: 35px;
}

.woocommerce p.cart-empty:before {
  content: '';
  width: 104px;
  height: 118px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../images/icon-empty-cart.png);
  background-repeat: no-repeat;
  display: block;
  opacity: 0.65;
  top: 0;
}

.woocommerce-result-count {
  float: left;
  height: 50px;
  width: 50%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 49px !important;
  margin-top: 10px;
}

.woocommerce-ordering {
  display: block;
  margin-bottom: 20px;
  float: left;
  width: 50%;
  height: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 4px;
  margin-top: 10px;
}

ul.products {
  clear: both;
}

.woocommerce-LoopProduct-link span.onsale, .product.sale>.onsale {
  line-height: 18px;
}

a.button.add_to_cart_button {
  padding: 20px 15px;
  height: 60px;
  font-size: 16px;
}

a.added_to_cart {
  padding: 20px 15px;
  height: 60px;
  font-size: 16px;
}

.i-ol {
  margin-left: 25px;
  line-height: 30px;
}

.main-ol {
  margin-left: 25px;
  line-height: 30px;
}

a.woocommerce-remove-coupon:after {
  content: 'x';
  text-indent: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
  top: 0;
  position: absolute;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 22px;
  display: none;
}

a.woocommerce-remove-coupon {
  display: block;
  float: right;
  font-size: 13px;
  overflow: hidden;
  position: relative;
  color: #FF3333;
  margin-left: 10px;
  margin-top: 1px;
  font-weight: 600;
}

tr.cart-discount.coupon-test p {
  margin-bottom: 0px;
}

.cart_totals span.woocommerce-Price-amount.amount {
  float: right;
}

tr.cart-discount.coupon-test p.coupon-discount {
  color: #86bc42;
  margin-bottom: 0px;
  text-align: right;
}

.bucket-wrap {
  border: 1px solid #eee;
  min-height: 350px;
  text-align: center;
  margin: 15px 0;
  position: relative;
}

.bucket-wrap .head {
  font-size: 16px;
  color: #323d47;
  line-height: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.bucket-wrap .img-wrap {
  height: 200px;
  width: 200px;
  display: block;
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
  margin: 15px auto;
}

.bucket-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bucket-wrap .view-btn {
  width: 100%;
  padding: 15px;
  background: #86bc42;
  color: #fff !important;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  font-size: 16px;
}

.result-wrap .head {
  font-size: 16px;
  color: #323d47;
  line-height: 24px;
  font-weight: 600;
  margin: 10px 0;
}

.result-wrap {
  border-bottom: 1px solid #f5f5f5;
  color: #575758;
  font-size: 14px;
  line-height: 28px;
  padding: 2px 0;
}

#sponsor-slider .sliderThumb img {
  max-width: 100%;
  max-height: 60%;
  object-fit: contain;
  margin-bottom: 10px;
}

.sliderThumb {
  width: 100%;
  min-height: 170px;
  overflow: hidden;
  display: block;
  border: 1px solid #eee;
}

#sponsor-slider .sliderThumb p {
  margin-bottom: 0px;
  font-size: 14px;
}

.sponsor-ul {
  min-height: 170px !important;
}

/*#envirabox-wrap{
  top:0 !important;
}*/

#envirabox-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

#envirabox-wrap {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%);
}

/*#envirabox-overlay{
  height: 100% !important;
}
#envirabox-wrap{
  top:0 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  margin: auto !important;
}
#envirabox-outer{
  height: auto !important;
}
.envirabox-title-float{
  bottom: 90px !important;
}*/

ul.border-list {
  list-style: none !important;
}

.border-list li {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  padding-top: 5px;
}

.border-list li:last-child {
  border-bottom: none;
}

.year-align .txtw20 {
  display: inline-block;
  min-width: 175px;
  width: 15%;
}

.year-align .txtw20 span {
  float: right;
  font-weight: 600;
}

.result-block {
  border: 1px solid #eee;
  height: 225px;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.result-block img {
  width: 100%;
  object-fit: cover;
  margin: 0;
  overflow: hidden;
}

.result-block.result-wrap .progress-bar {
  margin: 0 auto;
}

.result-block .row {
  height: 100%;
}

.result-block .count-percentage {
  color: #7EB13A !important;
  font-size: 80px!important;
  margin: 0;
  font-weight: 600!important;
}

.result-block .count-digts {
  color: #7EB13A !important;
  font-size: 50px!important;
  margin: 0;
  font-weight: 600!important;
}

.result-content {
  height: 100% !important;
  background: #7EB13A;
  top: 225px;
  position: absolute;
  margin: 0px;
  padding: 15px;
  left: 0;
  transition: ease 0.3s all 0s;
  cursor: pointer;
}

.result-content p {
  color: #fff !important;
  font-size: 16px !important;
  text-align: center;
  margin: 0 auto;
}

.result-content span {
  font-size: 45px !important;
  font-weight: bold;
  margin-top: 23px;
  margin-bottom: 20px;
  display: block;
}

.result-block:hover .result-content {
  top: 0;
  transition: ease 0.3s all 0s;
  width: 100%;
}

.Results_Header h2 {
  margin: 0 auto !important;
}

#carouselExampleSlidesOnly {
  position: relative;
}

.page-title {
  position: absolute;
  top: 50%;
  left: 0;
  s
}

.page-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 35px;
  margin: auto !important;
  vertical-align: middle;
  text-align: center !important;
  color: #fff;
  font-family: 'CenturyGothic', sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}

.inner-bannerwrp {
  margin-top: 119px;
  /* margin-bottom: 40px; */
}

.carousel-pagebanner .carousel-control-prev {
  left: 15px;
}

.carousel-pagebanner .carousel-control-next {
  right: 15px;
}

.content-container~.content-container {
  margin-top: 0 !important;
}

.document-bucket {
  border: 1px #eee solid;
  width: 100%;
  text-align: center;
  position: relative;
  padding-top: 35px;
  margin-top: 32px;
}

.document-bucket span {
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: -32px;
  height: 64px;
  width: 64px;
  display: block;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #eee;
}

.pdf-icon {
  background: #fff url(../images/pdf-icon.png) no-repeat scroll center center;
}

.page-icon {
  background: #fff url(../images/page-icon.png) no-repeat scroll center center;
}

.doc-icon {
  background: #fff url(../images/doc-icon.png) no-repeat scroll center center;
}

.document-bucket p {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #323d47;
  line-height: 24px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 0;
}

.btn-pdf {
  padding: 10px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  background: #cc4b4c;
  font-weight: bold;
  margin-top: 15px;
}

.btn-page {
  padding: 10px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  margin-top: 15px;
  background: #86bc42;
}

.btn-doc {
  padding: 10px;
  color: #fff !important;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  margin-top: 15px;
  background: #1565c0;
}

.facilities .bucket-wrap .img-wrap {
  height: 150px;
  width: 150px;
  display: block;
  border-radius: 100%;
  background: #eee;
  overflow: hidden;
  margin: 0px auto;
  margin-top: 20px;
  transition: 0.3s ease-in 0s all;
}

.facilities .bucket-wrap .head {
  font-size: 15px;
  color: #323d47;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 20px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.3s ease-in 0s all;
}

.facilities .bucket-wrap {
  min-height: 280px;
  height: auto;
  margin-top: 15px;
}

.facilities p {
  margin-bottom: 0;
}

.bucket-wrap .view-btn {
  padding: 10px;
}

.facilities .bucket-wrap:hover .img-wrap {
  width: 100px;
  height: 100px;
  transition: 0.3s ease-in 0s all;
}

.facilities .bucket-wrap:hover .head {
  white-space: normal;
  transition: 0.3s ease-in 0s all;
}

.story.result-wrap {
  height: 450px;
  overflow-y: scroll;
}

.result-wrap span {
  font-size: 45px;
}

.sub-menu-w100 {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
}

.menu-part01>.sub-menu>.menu-maintxt.sub-menu-w100 {
  padding-left: 0;
  padding-right: 0;
}

.sub-menu-mh0 {
  min-height: 0 !important;
}

.banner-video-container {
  height: 100%;
  position: relative;
  width: 100%;
}

.banner-video-container:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background: rgba(0, 69, 124, 0.5);
}

.picture-display-wrp {
  text-align: center;
}

.picture-display-wrp>div {
  color: #575758;
  margin: 10px 0 20px;
}

.picture-display-wrp>div img {
  margin-bottom: 5px;
}

a.blue-btn {
  color: #fff;
  word-wrap: break-word;
  background: #0d4e83;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 10px 0;
  border: 1px solid #0d4e83;
  transition: all ease .6s;
  display: inline-block;
}

a.blue-btn:hover {
  color: #0d4e83;
  background: #fff;
  transition: all ease .6s;
}

h3.green-heading {
  padding: 10px 25px;
  border: 1px solid #dfdfdf;
  font-size: 25px;
  color: #7eb142;
}

.entry-content {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.entry-content span {
  display: block;
}

.host-bucket {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .13);
  box-shadow: 0 0 30px rgba(0, 0, 0, .13);
  margin-bottom: 30px;
}

.slashed-img {
  position: relative;
}

.slashed-img img {
  width: 100%;
  object-fit: cover;
}

#popupcontent a.btn-readmore {
  height: auto !important;
  word-break: break-word;
}

#popupcontent a.btn-readmore::after {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.norecords span {
  width: 255px;
  height: 255px;
  display: inline-block;
  margin: 0 auto 20px;
}

.norecords span img {
  width: 100%;
}

.round {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.ban-vid-wrap {
  margin-top: 119px;
  position: relative;
  width: 100%;
  /* height: 650px; */
  overflow: hidden;
  margin-bottom: 40px;
}

.ban-vid-wrap .banner-video-container:before {
  background: rgba(0, 69, 124, 0.1);
}

.btn-big {
  height: auto;
  padding: 15px 36px 15px 25px;
  font-size: 20px;
  border-radius: 60px;
}

.btn-big::after {
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.blockmedia {
  border: 1px solid #dfdfdf;
}

.blockmedia img {
  max-width: 170px;
  width: 100%;
}

.img-maxwidth img {
  max-width: 620px;
  width: 100%;
}

.common-para li {
  font-size: 16px;
  line-height: 26px;
  color: #575758;
  word-wrap: break-word;
}

.table-bordered td, .table-bordered th {
  font-size: 14px !important;
}

th.head {
  font-size: 15px !important;
}

.green-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #78a93b;
  border: 1px solid #78a93b;
  color: #fff !important;
  border-radius: 50px;
  line-height: 23px;
}

.green-btn:hover {
  background: #fff;
  color: #78a93b !important;
}

.white-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  border: 1px solid #fff;
  color: #78a93b !important;
  border-radius: 50px;
  line-height: 23px;
}

.white-btn:hover {
  background: #78a93b;
  color: #fff !important;
}

.green-bg {
  background: #78a93b;
}

.white-bg p {
  color: #333;
  display: inline-flex;
  padding: 10px 10px 0;
}

.white-bg {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #bdd4a1;
}

.white-bg h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #fff !important;
  background: #78a93b;
  padding: 10px;
}

.disclaimer {
  background-color: #fbeaff !important;
  border-radius: 0 0 8px 8px;
}

p.dscmr-dtls {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 30px;
  color: #000000;
}

h4.dsclmr {
  font-size: 23px;
  font-weight: bolder;
  line-height: 24px;
  color: #a04d51;
}

h3.dsclmr {
  font-size: 19px;
  font-weight: bolder;
  line-height: 24px;
  color: #a04d51;
}

img.covid {
  border: 2px solid #fff;
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
}

p.dscmr-dtls {
  padding: 0 10px;
}

p.dscmr-dtls a {
  background: #a04d51;
  display: block;
  border-radius: 8px;
  padding: 10px 25px;
  text-align: center;
  color: #fff !important;
  line-height: 20px;
  font-size: 16px;
}

p.dscmr-dtls a:hover {
  background: #312f32;
  transition: all ease .3s;
}

.cmnty-nds {
  border: 1px solid #dfdfdf;
  padding: 1.5rem;
  background-color: #fbeaff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
}

a.fco-btn {
  background: #a04d51;
  display: block;
  border-radius: 8px;
  padding: 10px 25px;
  text-align: center;
  color: #fff !important;
  display: inline-block;
}

a.fco-btn:hover {
  background: #312f32;
  transition: all ease .3s;
}

a.stc-btn {
  background: #fbeaff;
  border: 1px solid #a04d51;
  color: #a04d51 !important;
  padding: 10px 25px;
  border-radius: 4px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
}

a.stc-btn:hover {
  background: #312f32;
  transition: all ease .3s;
  color: #fff !important;
  border-color: #312f32;
}

button.close-btn {
  font-size: 20px;
  width: 30px;
  height: 30px;
  background: #f1efef;
  border-radius: 50px;
  position: absolute;
  right: 25px;
  top: 10px;
}

span.static-percentage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  font-size: 45px;
  line-height: 200px;
  text-align: center;
  z-index: 55;
  color: #575758;
}
.donate-btn.menu-item, .host-btn-mobile.menu-item{
  display: none;
}

/*Sponsors List*/
.sponsors-listBox-wrp {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
.sponsors-listBox {
  flex: 1;
  display: flex;
  max-width: 35%;
  min-width: 25%;
  max-height: 260px;
  padding: 10px;
}
.sponsors-listBox .sponsorsThumb {
  margin: 0;
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  flex-flow: column;
  position: relative;
  justify-content: flex-end;
  overflow: hidden;
  background-color: #ffffff;
  transition: .2s ease-in-out all;
  position: relative;
  top: 0px;
}
.sponsorsThumb:hover {
  transition: .2s ease-in-out all;
  box-shadow: 0px 6px 15px #0000001c;
  position: relative;
  top: -2px;
}
.sponsors-listBox .sponsorsThumb:hover {border-color: #a4c9e8;}
.sponsorImgwrap {
  width: 100%;
  height: 90px;
}
.sponsors-listBox .sponsorsThumb img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  padding: 15px;
}
.sponsors-listBox .sponsorsThumb p {
  margin: 0;
  font-size: 16px;
  text-align: center;
  padding: 5px 7px 7px;
  font-weight: 600;
  color: #00457c;
}
.lng {
    padding: 10px 15px !important;
    font-size: 13px !important;
    font-weight: 600;
    word-break: break-word !important;
}
a.hd-lnk{color: #000000;}

.green-font{
  font-size: 60px !important;
  color: #7EB13A !important;
  font-weight: 600;
}

 /* bearman */
 .bearman-hd{
  margin-top: 0 !important;
}
.curator-sec img {
  float: left;
  margin-right: 15px;
}
.curator-sec p::before, .curator-sec p::after {
  display: none;
}
.curator-sec p {
  font-size: 14px;
}
.curator-sec h1 {
  font-size: 25px;
  line-height: 20px;
  color: #323d47;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}
.curator-sec h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #323d47;
  margin-bottom: 20px;
}

.artist-sec{
  text-align: center;
}
.artist-sec h1{
  font-size: 25px;
  line-height: 20px;
  color: #323d47;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.artist-sec h3{
  font-weight: 600;
font-size: 18px;
line-height: 20px;
color: #323d47;
margin-bottom: 10px;
}
.artist-hd {
  display: flex;
  align-items: end;
}
.artist-hd h1 {
  margin-bottom: 5px;
}
.artist-hd img {
  width: 150px;
  margin-right: 20px;
}
p.sayings {
  margin-left: 30px;
  font-weight: 700;
  font-style: italic;
  font-size: 14px !important;
  color: #000 !important;
}
.artist-sec h1 {
  font-size: 26px;
  line-height: 20px;
  color: #323d47;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
}
.artist-sec h3 {
  font-weight: 600;
  font-size: 19px;
  line-height: 20px;
  color: #323d47;
  margin-bottom: 10px;
}
/* bearman */



/* rensponsive */

@media (max-width: 1199px) {
  .tj-xl {
    text-align: left;
    ;
  }
  .logo-wrap {
    width: 120px;
    margin-right: 10px;
  }
  .logo-cert-wrap {
    width: 75px;
    margin-top: 5px;
  }
  .btn-donate {
    margin-left: 5px;
    height: 35px;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 18px;
    width: 88px;
  }
  .web-menu-ul>li {
    margin-right: 10px;
    margin-top: 0;
  }
  .menu-lcf-menu-container .web-menu-ul>li>a {
    font-size: 14px;
  }
  .web-menu-ul>.menu-item-has-children>ul.sub-menu.headmenu-down-small {
    top: 63px;
  }
  .menu-lcf-menu-container .web-menu-ul>li:hover>a:after, .menu-lcf-menu-container .web-menu-ul>li>a:focus:after, .menu-lcf-menu-container .web-menu-ul>li>a:active:after, .menu-lcf-menu-container .web-menu-ul>li>a.active:after, .menu-lcf-menu-container .web-menu-ul>li.menu-active>a:after {
    bottom: -40px;
  }
  .featuredinit-block {
    padding-top: 60px;
    padding-left: 50px;
    padding-bottom: 60px;
  }
  .event-listimage {
    min-width: 230px;
    max-height: 190px;
    padding: 0 15px 0 20px;
  }
  .event-datehead .evntMonth {
    font-size: 27px;
  }
  .event-datehead .evntDate {
    font-size: 85px;
    line-height: 85px;
  }
  .sec-latestnews, .sec-upcomeevents {
    padding: 50px 0 45px;
  }
  .footer-top {
    padding: 50px 15px 40px;
  }
  .socialfeed-head {
    margin-bottom: 20px;
  }
  .socialfeed-head p {
    padding-left: 35px;
    font-size: 18px;
    line-height: 22px;
  }
  .footer-end {
    padding: 25px 15px 20px;
  }
  .web-menu-ul>.menu-item-has-children:before {
    height: 69px;
  }
  .newsletter-wrp a.btn-readmore {
    font-size: 14px;
    padding: 5px 25px 5px 10px;
  }
  .product .gallery_container {
    width: 300px;
  }
  .product .gallery_container+.summary.entry-summary {
    padding-left: 320px;
  }
  ul.products>li.product {
    max-width: calc(33.3% - 30px);
  }
  .btn-host {
    margin-left: 5px;
    height: 35px;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 18px;
    width: 140px;
  }
}

@media (max-width: 991px) {
  .btn-host {
    height: 30px;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 15px;
    width: 130px;
  }
  .ban-vid-wrap {
    margin-top: 99px;
  }
  .result-content span {
    font-size: 25px !important;
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 0px;
    display: block;
  }
  .result-content p {
    color: #fff !important;
    font-size: 14px !important;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
  }
  .Results_Header {
    height: 300px;
  }
  .logo-wrap {
    width: 85px;
    margin-right: 5px;
  }
  .logo-cert-wrap {
    width: 50px;
    margin-top: 5px;
  }
  .btn-donate {
    height: 30px;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 15px;
    width: 80px;
  }
  header {
    height: 100px;
  }
  .btn-resmenu {
    width: 30px;
    height: 30px;
    float: right;
    margin-left: 15px;
    display: block;
    background: url(../images/icon-resmenu.png);
    background-repeat: no-repeat;
  }
  .btn-close-resmenu-li, .btn-close-ressubmenu-li {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }
  .btn-close-resmenu-li a, .btn-close-ressubmenu-li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer !important;
    background: url(../images/icon-closeresmenu.png);
    background-repeat: no-repeat;
    color: transparent !important;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
  }
  .web-menu-ul>li.btn-close-resmenu-li a {
    position: absolute;
  }
  .web-menu-ul>li.btn-close-resmenu-li a:after {
    display: none;
  }
  .menu-lcf-menu-container .web-menu-ul>li:hover>a:after, .menu-lcf-menu-container .web-menu-ul>li>a:focus:after, .menu-lcf-menu-container .web-menu-ul>li>a:active:after, .menu-lcf-menu-container .web-menu-ul>li>a.active:after, .menu-lcf-menu-container .web-menu-ul>li.menu-active>a:after {
    bottom: -10px;
  }
  .btn-close-ressubmenu {
    right: 15px;
    top: 15px;
  }
  .web-menu-ul {
    float: none;
    position: fixed;
    width: 320px;
    height: 100%;
    right: -400px;
    top: 0px;
    background-color: #fff;
    padding-top: 80px;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.16);
    margin: 0;
    display: block;
    opacity: 0;
    overflow: hidden;
    overflow-y: scroll;
    transition: ease 0.3s all 0s;
  }
  .web-menu-ul.active {
    opacity: 1;
    right: 0;
  }
  .web-menu-ul.active .btn-close-resmenu {
    display: block;
  }
  .web-menu-ul>li, .web-menu-ul li.res-smalldown-trigger, .web-menu-ul .res-smalldown-trigger li {
    display: block;
    float: none;
    text-align: center;
    min-height: 45px;
    height: auto;
    margin: 0;
  }
  .web-menu-ul>li>a {
    font-size: 16px;
  }
  .web-menu-ul>li>a:hover:after, .web-menu-ul>li>a:focus:after, .web-menu-ul>li>a:active:after, .web-menu-ul>li>a.active:after {
    bottom: -7px;
  }
  .menu-submain:before {
    display: none;
    pointer-events: none;
    opacity: 0;
  }
  .banner-txt h1 {
    font-size: 40px;
    line-height: 53px;
  }
  .sec-flashnews .carousel-latesnews {
    padding-top: 0px;
  }
  .featuredinit-block {
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 50px;
  }
  .featuredinit-block h2 {
    font-size: 35px;
  }
  .featuredinit-block p {
    font-size: 18px;
    line-height: 30px;
  }
  .sec-latestnews, .sec-upcomeevents {
    padding: 35px 0 35px;
  }
  .sec-latestnews h2, .sec-upcomeevents h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .news-listdetailwrp .news-head {
    font-size: 19px;
  }
  .news-listdetailwrp .news-detail {
    font-size: 15px;
  }
  .event-listimage {
    min-width: 290px;
    max-height: 180px;
    padding: 0 20px 0 25px;
    max-width: 350px;
  }
  .BN-md {
    border: none;
  }
  .footer-middle {
    padding: 35px 15px 20px;
  }
  .event-list-dtl {
    margin-top: 15px;
    text-align: center;
  }
  .event-list-dtl .entry-title a {
    color: #86bc42;
    font-size: 1.7rem;
  }
  .event-list-dtl .entry-title a:hover {
    color: #212529;
    font-size: 1.7rem;
  }
  .eventdtl-vdowrp .featuredinit-video {
    width: 100%;
    position: relative;
    left: unset;
    top: unset;
    max-height: 450px;
  }
  .eventdtl-vdowrp .featuredinit-video iframe {
    max-width: 600px;
    min-height: 350px;
    margin: 0px auto;
    padding-top: 20px;
  }
  .eventdtl-block {
    padding-left: 15px;
  }
  .menu-submain:hover .headmenu-down {
    display: none;
  }
  .menu-submain:before {
    display: none !important;
  }
  .res-topborder-sm {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
  }
  .res-fulldown-trigger>.sub-menu {
    position: fixed;
    left: 0;
    width: 100%;
    padding-top: 45px;
  }
  .btn-close-ressubmenu {
    display: block;
  }
  .res-smalldown-trigger>.sub-menu {
    width: 100%;
    position: relative;
    left: 0px;
    margin-top: 10px;
    top: 0;
    margin-bottom: 10px;
  }
  .res-smalldown-trigger .headmenu-down>li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
    padding-top: 5px;
    min-height: unset;
  }
  .web-menu-ul>.res-smalldown-trigger>ul.sub-menu.headmenu-down {
    position: relative;
    padding: 0 10px;
    height: auto;
  }
  .web-menu-ul>.res-fulldown-trigger>ul.sub-menu.headmenu-down {
    top: 0 !important;
    padding-top: 80px;
    min-height: 100%;
  }
  .res-fulldown-trigger .sub-menu {
    display: block;
    float: none;
  }
  .res-smalldown-trigger .headmenu-down>li a {
    margin: 0;
  }
  .web-menu-ul>li:after {
    content: '';
    clear: both;
    display: block;
  }
  .menu-part01, .menu-part02 {
    width: 100%;
  }
  .menu-part01 {
    border: none;
    padding-bottom: 0;
  }
  .menu-part02 {
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 5px !important;
  }
  .headmenu-down .menu-part01>a, .headmenu-down .menu-part02>a {
    display: block;
  }
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    width: auto;
    min-width: 100px;
  }
  .opportunities-listwrp .opportunities-listimage {
    max-height: 200px;
  }
  .opportunities-listdtlwrp .entry-title a {
    font-size: 22px;
    line-height: 24px;
  }
  .footer-top {
    background-position: bottom right;
  }
  .footer-top .container>.row>div {
    margin-bottom: 10px;
  }
  .sec-flashnews h3, .sec-flashnews h3 a {
    font-size: 20px;
  }
  ul.products>li.product {
    max-width: calc(50% - 30px);
    margin-bottom: 15px;
  }
  .product .gallery_container {
    width: 250px;
  }
  .product .gallery_container+.summary.entry-summary {
    padding-left: 265px;
  }
  .summary.entry-summary .quantity .screen-reader-text {
    font-size: 14px;
  }
  .summary.entry-summary form.cart .single_add_to_cart_button {
    width: 120px;
    font-size: 15px;
  }
  .summary.entry-summary form.cart .ic-cart-btn {
    width: 125px;
    font-size: 15px;
  }
  .summary.entry-summary .quantity input {
    width: 68px;
  }
  .listing-imgwrp {
    max-height: 350px;
    max-width: 600px;
  }
  .menu-mapwrp {
    max-height: 165px;
  }
  .eventdetail-banner {
    /*height: 460px;*/
    max-height: 450px;
  }
  .fbscroll {
    border-right: none;
    border-bottom: 1px solid #e1e0e0;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
  .twtscroll {
    border-bottom: 1px solid #e1e0e0;
    margin-bottom: 20px !important;
  }
  .ytscroll {
    border-bottom: 1px solid #e1e0e0;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
  /* .fb-page span, .fb-page span iframe{max-width: 320px;max-height:500px; !important;} */
  .sponsors-listBox {min-width: 33.33%; max-height: 260px;}
  .sponsors-listBox .sponsorsThumb p {padding: 5px;}
}

@media (max-width: 768px) {
  .inner-bannerwrp {
    margin-top: 100px;
    /* margin-bottom: 40px; */
  }
  #carouselExampleSlidesOnly {
    margin-top: 50px;
  }
  .green-bnr p {
    color: #fff !important;
    font-size: 16px !important;
    text-align: center;
  }
  .green-bnr {
    width: 100%;
    padding: 10px 0 0;
    background: #7eb142;
    /* margin-bottom: 40px; */
  }
  .Results_Header {
    height: 200px;
  }
  .woocommerce table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce table.cart .product-thumbnail:before {
    content: '';
  }
  .woocommerce-cart-form__cart-item .product-quantity .quantity {
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }
  .woocommerce-cart-form__cart-item .product-quantity:after {
    content: '';
    clear: both;
    display: block;
  }
  .woocommerce-cart-form__cart-item .product-quantity .cw_quantity_select {
    float: right !important;
  }
  .product-thumbnail {
    position: relative;
  }
  .woocommerce .product-thumbnail a.remove.btn-cartrmv-res {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  td.product-remove, .woocommerce table.shop_table_responsive tr td.product-remove {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    padding: 5px 0;
    display: block;
    position: relative;
  }
  .woocommerce table.shop_table_responsive tr:before, .woocommerce table.shop_table_responsive tr:after {
    clear: both;
    content: '';
    display: block;
  }
  .woocommerce table.shop_table_responsive tr.cart-discount.coupon-test p.coupon-discount {
    float: right;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff;
  }
  /*.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th{display: none;}
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td{
      display: block;
      text-align: right!important;
      position: relative;
  }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }*/
  .woocommerce-checkout-review-order-table .coupon-close .woocommerce-remove-coupon {
    display: none;
  }
}

@media (max-width: 767px) {
  .btn-host::before {
    width: 95px;
    height: 40px;
  }
  .btn-donate::before {
    width: 95px;
    height: 40px;
  }
  .banner-txt h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .bnr-iconimg {
    height: 35px;
  }
  .bnr-iconeach p {
    font-size: 14px;
    margin-top: 8px;
    line-height: 18px;
  }
  .bnr-iconwrap {
    padding: 10px 15px;
  }
  .sec-flashnews h3 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 19px;
    line-height: 25px;
  }
  .featuredinit-video, .eventdtl-vdowrp .featuredinit-video {
    width: 100%;
    position: relative;
    left: unset;
    top: unset;
    max-height: 270px;
  }
  .eventdtl-vdowrp .featuredinit-video iframe {
    max-width: 380px;
    min-height: 240px;
  }
  .featuredinit-block {
    padding: 40px 0;
  }
  .container-fluid.upcomeevents-container {
    padding-left: 90px;
    padding-right: 90px;
  }
  .upcomeevents-container .carousel .carousel-control-prev {
    left: -60px;
  }
  .upcomeevents-container .carousel .carousel-control-next {
    right: -60px;
  }
  .news-listblock .news-listimage {
    max-height: 270px;
    height: 280px;
  }
  .event-datehead {
    margin-left: 15px;
  }
  .event-listimage {
    min-width: 175px;
    max-height: 130px;
    padding: 0 10px 0 20px;
  }
  .powered {
    margin: 0 auto;
  }
  .menu-part01>.sub-menu>.menu-maintxt {
    width: 50%;
    padding: 5px 15px 5px 15px;
    min-height: 200px;
  }
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px dashed #d3ced2;
  }
  .opportunities-listwrp .opportunities-listimage {
    max-height: 150px;
  }
  .opportunities-listdtlwrp .entry-title a {
    font-size: 20px;
    line-height: 22px;
  }
  .sec-flashnews h3, .sec-flashnews h3 a {
    font-size: 18px;
    line-height: 24px;
  }
  .menu-mapwrp {
    display: inline-block;
  }
  .menu-part01>.sub-menu>.menu-maintxt.menu-mapwrp {
    width: 100%;
    max-width: 100%;
  }
  .inner-imgheightwrp {
    text-align: center;
  }
  .inner-imgheightwrp img {
    max-width: 320px;
  }
  .product .gallery_container {
    width: 400px;
    float: none;
  }
  .product .gallery_container+.summary.entry-summary {
    padding-left: 0;
  }
  .listing-imgwrp {
    max-height: 300px;
    max-width: 450px;
  }
  .eventdetail-banner {
    /*height: 360px;*/
    max-height: 350px;
  }
  .year-align .txtw20 {
    text-align: left !important;
  }
  .page-title {
    font-size: 35px;
    font-weight: 600;
  }
  .sponsors-listBox .sponsorsThumb p {font-size: 14px;}
}

@media (max-width: 575px) {
  .donate-btn.menu-item, .host-btn-mobile.menu-item{
    display: block;
  }
  .btn-host, .btn-donate, .donate-btn.menu-item a::after, .host-btn-mobile.menu-item a::after{
    display: none !important;
  }
  .donate-btn.menu-item a{
    height: 40px;
    font-size: 18px;
    line-height: 24px;
    padding: 6px 10px;
    border-radius: 20px;
    text-align: center;
    background-color: #86bc42;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition-duration: 0.3s;
  }
  .donate-btn.menu-item a:hover, .host-btn-mobile.menu-item a:hover{color:#fff !important;}

  .host-btn-mobile.menu-item a{
      height: 40px;
      font-size: 18px;
      line-height: 24px;
      padding: 6px 10px;
      border-radius: 20px;
      width: 120px;
      text-align: center;
      background-color: #28a9a8;
      color: #fff;
      position: relative;
      overflow: hidden;
      transition-duration: 0.3s;
  }
  .page-title {
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
  }
  .Results_Header {
    height: 150px;
  }
  .clear-xs {
    display: block;
  }
  .col-xs-6 {
    width: 50%;
  }
  header {
    height: 95px;
  }
  .header-topwrp {
    padding: 5px 0;
  }
  .headerwrp {
    padding: 10px 0;
  }
  .logo-wrap {
    width: 75px;
  }
  .logo-cert-wrap {
    width: 47px;
  }
  .btn-donate {
    font-size: 13px;
    width: 70px;
  }
  .headertop-socialwrp {
    display: none;
  }
  .banner-video {
    min-height: auto;
  }
  .banner-video-container {
    height: auto;
  }
  .bnr-iconwrap {
    padding: 7px 0;
    position: relative;
    background-color: #0f2741;
  }
  .bnr-iconwrap .col.bnr-iconeach {
    padding: 3px 7px;
  }
  .bnr-iconimg {
    height: 16px;
  }
  .bnr-iconeach p {
    font-size: 11px;
    margin-top: 5px;
    line-height: 15px;
  }
  .bnr-iconwrap .bnr-splititem {
    font-size: 32px;
    margin: 0 4px;
  }
  .banner-txt h1 {
    font-size: 20px;
    line-height: 27px;
  }
  .flashnews-head {
    width: 70px;
    height: 64px;
  }
  .flashnews-head p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 2px;
  }
  .flashnews-head p span {
    font-size: 23px;
  }
  .sec-flashnews .flash-image {
    max-width: 70px;
    max-height: 50px;
    display: none;
  }
  .sec-flashnews h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .sec-flashnews .carousel-latesnews {
    padding-left: 80px;
    margin-top: 10px;
  }
  .featuredinit-block {
    padding: 30px 15px;
  }
  .featuredinit-block h2 {
    font-size: 30px;
    line-height: 24px;
  }
  .featuredinit-block p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 15px;
  }
  .video-playwrp a {
    width: 65px;
    height: 65px;
  }
  .video-playwrp a span {
    margin: 18px auto 0;
  }
  .sec-latestnews, .sec-upcomeevents {
    padding: 30px 0 30px;
  }
  .sec-latestnews h2, .sec-upcomeevents h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .event-list-dtl .event-date {
    font-size: 14px;
  }
  .footer-top {
    padding: 30px 15px 20px;
    background-size: 240px;
  }
  .footer-split {
    border: none;
  }
  .footer-menu {
    text-align: center;
  }
  .container-fluid.upcomeevents-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .event-datehead {
    text-align: center;
  }
  .event-datehead .evntDate {
    font-size: 65px;
    line-height: 65px;
  }
  .event-datehead.event-detailhead {
    margin-left: 0;
  }
  .event-detailhead .evntDate {
    float: none;
    margin-right: 0;
    border-bottom: 3px solid #d0d4d6;
    padding-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-right: none;
  }
  .event-listimage {
    min-width: 100%;
    max-height: 160px;
    padding: 0;
  }
  .event-list-dtl {
    padding: 0;
  }
  .container-fluid.upcomeevents-container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .upcomeevents-container .carousel .carousel-control-prev {
    left: -46px;
  }
  .upcomeevents-container .carousel .carousel-control-next {
    right: -46px;
  }
  .btn-hostevnt {
    padding: 3px 7px;
    width: 115px;
  }
  .event-detailwrp .event-list-dtl {
    padding: 0 15px;
  }
  .sliderThumb {
    height: 200px;
  }
  .lcftag {
    font-size: 14px;
  }
  .menu-part01>.sub-menu>.menu-maintxt {
    width: 100%;
    padding: 5px 15px 5px 15px;
    min-height: auto;
  }
  .woocommerce-form.woocommerce-form-login .form-row {
    width: 100%;
  }
  .woocommerce form .woocommerce-billing-fields__field-wrapper .form-row {
    width: 100%;
  }
  .footer-logo {
    margin: 0 auto 10px;
  }
  .footer-address {
    text-align: center;
  }
  .footer-menu .menu-footer_menu1-container {
    border-top: 1px dashed #88929c;
    border-bottom: 1px dashed #88929c;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .menu-footer_menu2-container {
    border-bottom: 1px dashed #88929c;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .opportunities-listwrp .opportunities-listimage {
    max-height: 190px;
  }
  .sec-flashnews h3, .sec-flashnews h3 a {
    font-size: 15px;
    line-height: 20px;
  }
  .video-listeach {
    max-width: 100%;
    padding: 0;
    min-width: auto;
  }
  .eventdtl-vdowrp .featuredinit-video iframe {
    max-width: 100%;
    min-height: 260px;
    margin: 0;
  }
  .menu-part01>.sub-menu>.menu-maintxt.menu-mapwrp {
    height: 185px;
  }
  ul.products>li.product {
    width: calc( 100% - 30px);
    margin: 0 auto 25px;
    float: none;
    max-width: 350px;
  }
  .opened-left20 p, .opened-left10 p {
    padding-left: 0;
  }
  .opened-left20 p .txtw20, .opened-left10 p .txtw10 {
    position: relative;
    width: 100%;
    text-align: right;
  }
  .alignleft {
    max-width: calc(100% - 15px);
  }
  .alignright {
    max-width: calc(100% - 15px);
    margin: 10px 0px 10px 10px;
  }
  .dynamic-pageinner p img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
  .para-image {
    float: none;
    margin-left: 0;
    max-width: 300px;
    max-height: 300px;
    height: 310px;
    margin: 0 auto 10px;
  }
  h2.pagemainHead {
    font-size: 33px;
    line-height: 32px;
  }
  .pagemainHead span {
    line-height: 36px;
  }
  .videoframewrp iframe {
    max-width: 100%;
    height: auto;
    min-height: 210px;
    margin: 10px auto;
  }
  .dynamic-pageinner h1 {
    line-height: 32px;
  }
  .woocommerce form .form-row-first {
    width: 49%;
  }
  form.checkout_coupon .form-row input.input-text {
    font-size: 14px;
  }
  .woocommerce form.checkout_coupon {
    padding: 15px;
  }
  .summary form.cart .single_add_to_cart_button, .summary form.cart .ic-cart-btn {
    width: 130px;
    font-size: 15px;
  }
  .inner-imgheightwrp .para-image {
    height: auto;
    width: 100%;
  }
  .video-listwrp.video-biglist .video-listeach {
    min-width: 100%;
    max-width: 100%;
  }
  .video-listwrp.video-biglist .video-listeach iframe {
    min-height: 190px;
  }
  .minw50px-xs {
    min-width: 50px;
  }
  .news-dtlimage {
    height: auto;
  }
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table, .woocommerce table.woocommerce-table--order-details.shop_table {
    overflow: hidden;
    overflow-x: scroll;
    display: block;
  }
  .listing-imgwrp {
    max-width: 100%;
    max-height: 250px;
  }
  .woocommerce form #customer_details .woocommerce-billing-fields .form-row, .woocommerce form #customer_details .woocommerce-shipping-fields .form-row {
    width: 100%;
    padding-bottom: 0;
    padding-top: 3px;
  }
  .woocommerce form #customer_details .woocommerce-billing-fields .form-row-wide, .woocommerce form #customer_details .woocommerce-shipping-fields .form-row-wide {
    clear: both;
  }
  .woocommerce form #customer_details .woocommerce-billing-fields .form-row label.error, .woocommerce form #customer_details .woocommerce-shipping-fields .form-row label.error {
    position: relative;
    bottom: auto;
    line-height: 23px;
  }
  #customer_details .woocommerce-billing-fields .form-row:nth-child(odd), #customer_details .woocommerce-billing-fields .form-row:nth-child(even), #customer_details .woocommerce-shipping-fields .form-row:nth-child(odd), #customer_details .woocommerce-shipping-fields .form-row:nth-child(even) woocommerce-shipping-fields {
    float: none;
  }
  .menu-mapwrp {
    max-height: 150px;
  }
  .row.row-flex-inlinetable {
    display: inline-table;
  }
  .btn-dwnld-doc+.btn-readmore {
    min-width: 175px;
    text-align: center;
  }
  li .col-xs-12.alignright {
    max-width: 100%;
    padding: 0;
  }
  .eventdetail-banner {
    /*height: 270px;*/
    max-height: 270px;
  }
  .product .gallery_container {
    width: 290px;
  }
  .inner-bannerwrp .page-head {
    font-size: 35px;
  }
  .year-align .txtw20 span {
    float: none;
  }
  .entry-summary .cart .cw_quantity_select {
    float: none !important;
  }
  .sponsors-listBox {min-width: 50%; max-height: 200px;}
  .artist-hd {display: block;}
  .artist-hd h1 {margin-top: 0; font-size: 24px;}
}

@media (max-width: 399px) {
  .sponsors-listBox {min-width: 290px;}
}

/*Responsive Ends*/

/* For emoji replacement images */

img.emoji {
  display: inline !important;
  border: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mceIEcenter {
  text-align: center;
}

img {
  height: auto;
  max-width: 100%;
}

.wp-caption {
  margin: 0;
  /* browser reset */
  max-width: 100%;
}

/* iOS does not obey max-width if width is set. */

.ios .wp-caption {
  width: auto !important;
}

dl.wp-caption dt.wp-caption-dt img {
  display: inline-block;
  margin-bottom: -1ex;
}

div.mceTemp {
  -ms-user-select: element;
}

dl.wp-caption, dl.wp-caption * {
  -webkit-user-drag: none;
}

.wp-caption-dd {
  font-size: 14px;
  padding-top: 10px;
  margin: 0;
  /* browser reset */
}

/* Remove blue highlighting of selected images in WebKit */

img[data-mce-selected]::selection {
  background-color: transparent;
}

/* Styles for the WordPress plugins */

.mce-content-body img[data-mce-placeholder] {
  border-radius: 0;
  padding: 0;
}

.mce-content-body img[data-wp-more] {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 96%;
  height: 16px;
  display: block;
  margin: 15px auto 0;
  outline: 0;
  cursor: default;
}

.mce-content-body img[data-mce-placeholder][data-mce-selected] {
  outline: 1px dotted #888;
}

.mce-content-body img[data-wp-more="more"] {
  background: transparent url(images/more.png ) repeat-y scroll center center;
}

.mce-content-body img[data-wp-more="nextpage"] {
  background: transparent url(images/pagebreak.png ) repeat-y scroll center center;
}

/* Styles for formatting the boundaries of anchors and code elements */

.mce-content-body a[data-mce-selected] {
  padding: 0 2px;
  margin: 0 -2px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #bfe6ff;
  background: #bfe6ff;
}

.mce-content-body .wp-caption-dt a[data-mce-selected] {
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
}

.mce-content-body code {
  padding: 2px 4px;
  margin: 0;
  border-radius: 2px;
  color: #222;
  background: #f2f4f5;
}

.mce-content-body code[data-mce-selected] {
  background: #e9ebec;
}

/* Gallery, audio, video placeholders */

.mce-content-body img.wp-media {
  border: 1px solid #aaa;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center center;
  width: 99%;
  height: 250px;
  outline: 0;
  cursor: pointer;
}

.mce-content-body img.wp-media:hover {
  background-color: #ededed;
  border-color: #72777c;
}

.mce-content-body img.wp-media.wp-media-selected {
  background-color: #d8d8d8;
  border-color: #72777c;
}

.mce-content-body img.wp-media.wp-gallery {
  background-image: url(images/gallery.png);
}

/* Image resize handles */

.mce-content-body div.mce-resizehandle {
  border-color: #72777c;
  width: 7px;
  height: 7px;
}

.mce-content-body img[data-mce-selected] {
  outline: 1px solid #72777c;
}

.mce-content-body img[data-mce-resize="false"] {
  outline: 0;
}

audio, video, embed {
  display: -moz-inline-stack;
  display: inline-block;
}

audio {
  visibility: hidden;
}

/* Fix for proprietary Mozilla display attribute, see #38757 */

[_moz_abspos] {
  outline: none;
}

a[data-wplink-url-error], a[data-wplink-url-error]:hover, a[data-wplink-url-error]:focus {
  outline: 2px dotted #dc3232;
  position: relative;
}

a[data-wplink-url-error]:before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  outline: 2px dotted #fff;
  z-index: -1;
}

/**
 * WP Views
 */

.wpview {
  width: 99.99%;
  /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
  position: relative;
  clear: both;
  margin-bottom: 16px;
  border: 1px solid transparent;
}

.mce-shim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wpview[data-mce-selected="2"] .mce-shim {
  display: none;
}

.wpview .loading-placeholder {
  border: 1px dashed #ccc;
  padding: 10px;
}

.wpview[data-mce-selected] .loading-placeholder {
  border-color: transparent;
}

/* A little "loading" animation, not showing in IE < 10 */

.wpview .wpview-loading {
  width: 60px;
  height: 5px;
  overflow: hidden;
  background-color: transparent;
  margin: 10px auto 0;
}

.wpview .wpview-loading ins {
  background-color: #333;
  margin: 0 0 0 -60px;
  width: 36px;
  height: 5px;
  display: block;
  -webkit-animation: wpview-loading 1.3s infinite 1s steps(36);
  animation: wpview-loading 1.3s infinite 1s steps(36);
}

@-webkit-keyframes wpview-loading {
  0% {
    margin-left: -60px;
  }
  100% {
    margin-left: 60px;
  }
}

@keyframes wpview-loading {
  0% {
    margin-left: -60px;
  }
  100% {
    margin-left: 60px;
  }
}

.wpview .wpview-content>iframe {
  max-width: 100%;
  background: transparent;
}

.wpview-error {
  border: 1px solid #ddd;
  padding: 1em 0;
  margin: 0;
  word-wrap: break-word;
}

.wpview[data-mce-selected] .wpview-error {
  border-color: transparent;
}

.wpview-error .dashicons, .loading-placeholder .dashicons {
  display: block;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.wpview-error p {
  margin: 0;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wpview-type-gallery:after {
  content: '';
  display: table;
  clear: both;
}

.gallery img[data-mce-selected]:focus {
  outline: none;
}

.gallery a {
  cursor: default;
}

.gallery {
  margin: auto -6px;
  padding: 6px 0;
  line-height: 1;
  overflow-x: hidden;
}

.ie7 .gallery, .ie8 .gallery {
  margin: auto;
}

.gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ie7 .gallery .gallery-item, .ie8 .gallery .gallery-item {
  padding: 6px 0;
}

.gallery .gallery-caption, .gallery .gallery-icon {
  margin: 0;
}

.gallery .gallery-caption {
  font-size: 13px;
  margin: 4px 0;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.gallery img {
  max-width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

img.wp-oembed {
  border: 1px dashed #888;
  background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
  width: 300px;
  height: 250px;
  outline: 0;
}

/* rtl */

.rtl .gallery .gallery-item {
  float: right;
}

.blue-btn.viewoprtnty {
  font-size: 14px;
  width: 100%;
  text-align: center;
  background: #86bc42;
  border: 1px solid #86bc42;
  padding: 15px 2px;
  max-width: 270px;
  margin: 0 auto;
  float: none !important;
  border-radius: 200px;
}

.blue-btn.viewoprtnty:hover {
  color: #86bc42;
}

.blue-btn.viewoprtnty.blubtn {
  background: #0d4e83;
  border: 1px solid #0d4e83;
}

.blue-btn.viewoprtnty.blubtn:hover {
  background: #fff;
  color: #0d4e83;
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .mce-content-body img.mce-wp-more {
    background-image: url(images/more-2x.png );
    background-size: 1900px 20px;
  }
  .mce-content-body img.mce-wp-nextpage {
    background-image: url(images/pagebreak-2x.png );
    background-size: 1900px 20px;
  }
}
