@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");

@font-face {
  font-family: "Amaranth-Regular";
  src: url("./../../../../theme/main/assets/fonts/Amaranth-Regular.eot");
  src: local("☺"),
    url("./../../../../theme/main/assets/fonts/Amaranth-Regular.woff")
      format("woff"),
    url("./../../../../theme/main/assets/fonts/Amaranth-Regular.ttf")
      format("truetype"),
    url("./../../../../theme/main/assets/fonts/Amaranth-Regular.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  background: url(./../../../../theme/main/assets/images/concrete-bg.jpg) repeat;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  text-align: justify;
  line-height: 28px;
}

a {
  color: inherit;
}

a:hover,
a:focus,
a:active,
a:visited,
a:link,
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited,
.btn:link {
  outline: 0;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

.h1,
h1 {
  font-size: 30px;
}

#content h2.pageTitle {
  margin: 15px 0 15px;
  color: #1e234b;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.clearfix {
  clear: both;
}

.grayLine {
  margin: 0;
  border-top: 1px solid #f2f2f2;
}

.myButton > a {
  background: #f7a81b;
  color: #000;
  display: inline-block;
  font-size: 17px;
  padding: 10px 40px;
}

#paginationEvent {
  display: none;
}

#paginationEvent.active {
  display: block !important;
}

#paginationEvent.disble {
  display: none !important;
}

/* ============ Header Area ================ */

#logo,
#logo-hi5 {
  display: block;
  margin: 10px 0;
  width: auto;
}
#logo-hi5 img {
  height: 70px;
  display: none;
}
@media (min-width: 991px) {
  #logo-hi5 img {
    height: 70px;
    display: block;
  }
}
#logo img {
  vertical-align: middle;
  width: max-content;
  height: 80px;
  object-fit: contain;
}

#headerRight {
  float: right;
  color: #00afef;
  margin: 12px 0 0;
}
#headerRight ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
#headerRight > ul > li {
  margin: 0px 0 0;
  float: left;
}

#headerRight > ul > li:first-child {
  margin-right: 6px;
}

#headerRight > ul > li > a {
  float: left;
  display: block;
  padding: 7px 26px;
}

#headerRight > ul > li > a:hover,
#headerRight > ul > li > a:focus {
  text-decoration: none;
}

#headerRight > ul > li:first-child > a {
  background: #1e234b;
  border: 1px solid #0a0c1d;
  color: #ffffff;
}

#headerRight > ul > li:last-child > a {
  background: #faa831;
  border: 1px solid #e89925;
  color: #000000;
}

#headerRight a:hover {
  color: #f58634;
}

#headerRight ul.dropdown-menu {
  margin: 0px 0 0;
  padding: 0;
  right: 0;
  left: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}

#headerRight .dropdown-menu > li > a {
  padding: 5px 20px;
  font-size: 15px;
}

#headerRight .dropdown-menu > li > a:hover {
  background: #faa831;
  color: #000;
}

.navbar {
  min-height: auto;
  margin-bottom: 0px;
  border: 0;
  margin: 1px auto 0;
}

.navbar-inverse {
  background-color: #f2f2f2;
}

ul#navigation {
  margin: 0;
  padding: 13px 0;
  width: 100%;
}

#navigation.nav > li {
  font-size: 18px;
  margin: 0px;
  padding: 0 31.5px;
  width: auto;
  text-align: center;
  background: url(./../../../../theme/main/assets/images/menu-line.jpg)
    no-repeat left center;
}

#navigation.nav > li:first-child {
  /*padding-left: 0;*/
  background: none;
}

#navigation.nav > li:last-child {
  /*padding-right: 0;*/
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: normal;
}

.navbar-inverse .navbar-nav > li > a {
  color: #292929;
}

.navbar-inverse .nav.navbar-nav > li > a:hover,
.navbar-inverse .nav.navbar-nav > li > a.active {
  color: #1e234b;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  padding: 0;
}

.navbar-nav > li > .dropdown-menu {
  border: 0;
  background: #fff;
  margin: 0;
  padding: 14px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
}

.navbar-nav .dropdown-menu > li > a {
  padding: 5px 16px;
  color: #515254;
  text-transform: uppercase;
}

.navbar-nav .dropdown-menu > li > a:hover {
  background: #1e234b;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: #ffffff;
  color: #1e234b;
}

li.dropdown:hover > a {
  background: transparent;
  color: #1e234b;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #1e234b;
  background: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: rgb(89, 89, 89);
  background-color: transparent;
}

/* ============ Slider Area ================ */

#myCarousel.carousel {
  height: 428px;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#myCarousel .carousel-control .icon-prev,
#myCarousel .carousel-control .icon-next {
  font-size: 75px;
  color: #8e8e8e;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0 2px;
  border: 2px solid #fff;
  border-radius: 15px;
}

.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: -2px 0 0;
  background-color: #fff;
}

#slider {
  position: relative;
  margin: 0px 0 0;
  padding: 0;
}

#slider .owl-pagination {
  display: none;
}

#slider .owl-controls {
  position: absolute;
  top: 50%;
  margin: -34px 0 0;
  padding: 0;
  width: 100%;
}

#slider .owl-controls .owl-buttons > div {
  position: absolute;
  width: 28px;
  height: 68px;
  text-indent: -99999px;
}

#slider .owl-controls .owl-buttons > div:hover {
  opacity: 0.8;
}

#slider .owl-controls .owl-prev {
  left: 5%;
  background: url(./../../../../theme/main/assets/images/slider-prev.png)
    no-repeat;
}

#slider .owl-controls .owl-next {
  right: 5%;
  background: url(./../../../../theme/main/assets/images/slider-next.png)
    no-repeat;
}

#slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========== Default =========== */

#contantArea {
  margin: 0 0 40px;
  padding: 0;
  background: url(./../../../../theme/main/assets/images/concrete-bg.jpg) repeat;
}

h1.title {
  margin: 0 0 26px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  color: #1e234b;
}

.titleNavigation {
  float: right;
}

.titleNavigation a {
  background: #f7a81b;
  margin: 0;
  border: 0;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
}

.titleNavigation a.prev {
  margin-right: 1px;
}

.titleNavigation a:hover,
.titleNavigation a:focus {
  box-shadow: none;
  color: #fff;
}

/* =========== Causes Icons  Area =========== */

ul.causesIconSet {
  margin: -50px 0 0;
  width: 100%;
  overflow: hidden;
}

ul.causesIconSet li {
  position: relative;
  width: 25%;
  float: left;
}

ul.causesIconSet li:nth-child(odd) {
  background: #f7a81b;
}

ul.causesIconSet li:nth-child(even) {
  background: #f9b742;
}

ul.causesIconSet li a {
  display: block;
}

ul.causesIconSet li .causesIcon {
  margin: 30px auto 0;
  padding-top: 0px;
  display: block;
  text-align: center;
  position: relative;
  height: 100px;
}

ul.causesIconSet li .causesIcon img {
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 100%;
}

ul.causesIconSet li h2 {
  font-size: 18px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  height: 80px;
  text-align: center;
  display: table;
  width: 100%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul.causesIconSet li h2 span {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul.causesIconSet li .causesButton {
  margin: 0 auto;
  background: #fff;
  width: 85px;
  display: block;
  text-align: center;
  border: 2px solid #df9107;
  border-bottom: 0;
}

ul.causesIconSet li .causesButton a {
  display: block;
  padding: 4px 0 3px;
  color: #000;
}

ul.causesIconSet li:hover .causesIcon img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

ul.causesIconSet li:hover h2 span {
  /*-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);*/
  font-size: 16px;
}

/* =========== President Area  Area =========== */

#presidentAreaSet {
  margin: 40px 0 0;
  padding: 0;
}

#presidentAreaSet .meetArea {
  margin: 0;
  padding: 0;
  background: #ffffff;
  position: relative;
  min-height: 400px;
}

#presidentAreaSet .meetArea .meetAreaImg {
  position: relative;
  top: 0;
  height: 450px;
  overflow: hidden;
  display: flex;
  border: 3px solid #1e234b;
}

#presidentAreaSet .meetArea .meetAreaTxt {
  position: absolute;
  bottom: 0;
  padding: 10px 30px;
  color: #ffffff;
  background: #1e234b;
  font-style: italic;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  width: 100%;
}

#presidentAreaSet .presidentArea {
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 400px;
}

#presidentAreaSet .presidentArea h1 {
  line-height: 19px;
  margin-bottom: 20px;
}

#presidentAreaSet .presidentArea strong {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* =========== Programs Calender Area =========== */

#programsCalenderAreaSet {
  margin: 40px 0 0;
  padding: 0;
}

#programsCalenderAreaSet .programsArea {
  margin: 0;
  padding: 0;
}

#programsCalenderAreaSet .programsBox {
  margin: 0;
  padding: 30px 30px 34px;
  background: #1e234b;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  min-height: 367px;
  max-height: 367px;
}

#programsCalenderAreaSet .programsBox p img {
  max-width: 245px;
}

#programsCalenderAreaSet .programsBox p span,
#programsCalenderAreaSet .programsBox span {
  color: #ffffff !important;
  line-height: 28px;
}

#programsCalenderAreaSet .programsBox h2 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

#programsCalenderAreaSet .programsBox em {
  display: block;
  margin-bottom: 5px;
}

#programsCalenderAreaSet .programsBox p img {
  float: left;
  margin: 8px 15px 2px 0;
}

#programsCalenderAreaSet .programsBox p a {
  color: #f7a81b;
}

#programsCalenderAreaSet .programsBox p a:hover {
  opacity: 0.95;
}

#programsCalenderAreaSet .programsBox .readButton {
  position: absolute;
  right: 0;
  bottom: 0;
}

#programsCalenderAreaSet .programsBox .readButton > a {
  background: #f7a81b;
  color: #000;
  padding: 6px 18px;
  display: block;
}

#programsCalenderAreaSet .calenderSliderArea {
  margin: 0;
  padding: 0;
  position: relative;
}

#programsCalenderAreaSet .calenderSlider {
  position: relative;
  top: 0;
}

#programsCalenderAreaSet .calenderBox {
  margin: 0 15px;
  padding: 15px 15px 0px;
  min-height: 365px;
  background: #ffffff;
  color: #000000;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 18px -5px rgba(0, 0, 0, 1);
}

#programsCalenderAreaSet .calenderBox > img {
  width: 100%;
  height: auto;
}

#programsCalenderAreaSet .calenderBox > h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 16px 0 10px;
}

#programsCalenderAreaSet .calenderBox > p {
  margin-bottom: 16px;
}

#programsCalenderAreaSet .calenderBox .grayLine {
  border-top: 1px solid #eee;
}

#programsCalenderAreaSet .calenderBox .plusButton {
  position: absolute;
  right: 0;
  bottom: 0;
}

#programsCalenderAreaSet .calenderBox .plusButton > a {
  background: #f7a81b;
  color: #000;
  padding: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  display: block;
  font-weight: bold;
}

/* =============== Greetings Area =============== */

#greetingsAreaSet {
  margin: 40px 0 0;
  padding: 0;
}

#greetingsAreaSet .anniversaryArea {
  margin: 0;
  padding: 0;
}

#greetingsAreaSet .greetingsBox,
#greetingsAreaSet .sliderBlank {
  margin: 0;
  padding: 30px 30px 30px;
  background: #ffffff;
  color: #000000;
  overflow: hidden;
  position: relative;
  min-height: 485px;
}

#greetingsAreaSet .greetingsBox > img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 257px;
  min-height: 257px;
  object-fit: contain;
}

#greetingsAreaSet .greetingsBox > h2 {
  margin: 20px 0 18px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

#greetingsAreaSet .greetingsBox > p {
  margin: 0;
}

/* =============== Greetings Area =============== */

#sponsorsAreaSet {
  margin: 0px 0 0;
  padding: 20px 0;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
  display: none;
}

#sponsorsAreaSet h1 {
  margin: 5px 0;
}

#sponsorsAreaSet #sponsorsSliderArea {
  padding: 0 15px;
}

#sponsorsAreaSet #sponsorsNavigation {
  position: relative;
  width: 100%;
  z-index: 1;
}

#sponsorsAreaSet #sponsorsSliderArea .owl-wrapper-outer {
  z-index: 1;
}

#sponsorsAreaSet #sponsorsNavigationInner {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 39px;
}

#sponsorsAreaSet #sponsorsNavigation a {
  color: #a1a1a1;
}

#sponsorsAreaSet #sponsorsNavigation #sponsorsPrev {
  position: relative;
  left: 0;
  float: left;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 40px;
}

#sponsorsAreaSet #sponsorsNavigation #sponsorsNext {
  position: relative;
  right: 0;
  float: right;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 40px;
}

#sponsorsAreaSet #sponsorsNavigation a:focus,
#sponsorsAreaSet #sponsorsNavigation a:hover,
#sponsorsAreaSet #sponsorsNavigation a:active {
  box-shadow: none;
}

#sponsorsAreaSet .sponsorsBox span {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  text-align: center;
}

#sponsorsAreaSet .sponsorsBox span a {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

#sponsorsAreaSet .sponsorsBox img {
  margin: 0 auto;
}

/* ============ Inner Page Area ================ */

#innerBanner {
  margin: 0 0 0px;
}

#innerBanner img {
  width: 100%;
}

#pageBanner {
  margin: 0px 0;
  background: #1e234b;
  padding: 30px 0;
  border-top: 5px solid #f7a81b;
}

#pageBanner h1 {
  width: 100%;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
}

#pageBanner h1 em {
  font-size: 20px;
  text-transform: capitalize;
  margin-left: 5px;
  color: #f7a81b;
}

#content {
  margin: 0;
  padding: 40px 0;
  background: #fff;
  position: relative;
}

.height25 {
  height: 25px;
}

.sidebarList {
  margin: 0 0 30px;
  padding: 0;
}

#sidebarTabs {
  margin: 0;
  padding: 0;
}

#sidebarTabs > li {
  width: 100%;
  margin: 0;
  font-size: 14px;
}

#sidebarTabs > li > a {
  color: #ffffff;
  display: block;
  background: #1e234b;
  padding: 10px 0 10px 15px;
  border-top: 2px solid #f7a81b;
}

#sidebarTabs > li.active > a {
  background: #f7a81b;
  color: #000000;
}

#sidebarTabs > li > a:hover,
#sidebarTabs > li > a:focus {
  text-decoration: none;
}

.sidebarList h1 {
  margin: 0 0 25px;
  color: #1e234b;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 3px solid #f7a81b;
}

.sidebarList .supportDetails a {
  margin: 0 0px;
  background: #1e234b;
  color: #ffffff;
  font-size: 17px;
  padding: 10px 0;
  border-top: 3px solid #f7a81b;
  display: block;
  clear: both;
  text-align: center;
}

.sidebarList .supportDetails a:hover {
  color: #000;
  background: #f7a81b;
}

.sidebarList .linkList li {
  color: #000;
  margin-bottom: 12px;
}

.sidebarList .linkList li > a {
  color: #000;
}

.sidebarList .linkList li > a:hover {
  color: #1e234b;
}

.pageInnerBanner {
  margin: 0 0 20px;
}

.pageInnerBanner img {
  width: 100%;
}

#tableDivision {
  max-width: 100%;
  overflow: auto;
}

#tableDivision .table-bordered > tbody > tr > td {
  white-space: nowrap;
}

/* ============== Members Page Area ============ */

.memberAreaSet em {
  display: block;
  text-transform: capitalize;
  font-weight: normal;
}

.overlay-container {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.overlay-bottom,
.overlay-top {
  position: absolute;
  top: auto;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  height: 0;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-top {
  top: 0;
}

.overlay-container .text {
  padding: 0 20px;
  position: relative;
}

.overlay-container .text h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 18px;
}

.overlay-container .text h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 18px;
}

.overlay-bottom button {
  color: #ffffff;
  border: 0;
  margin: 0;
  background: #1e234b;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid #f7a81b;
  padding: 10px 35px 8px;
}

.overlay-bottom button:hover,
.overlay-bottom button:focus,
.overlay-bottom button:active {
  outline: 0;
}

.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom {
  height: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

/* ============ Events Page Area ================ */

#calanderSection {
  float: right;
}

.tab-pane .newsSection {
  position: relative;
  margin: 0px 0 35px;
  overflow: hidden;
  min-height: 472px;
}

.tab-pane .newsSection .imgFullWidth {
  margin: 0;
  padding: 0;
  position: relative;
  border: 3px solid #1e234b;
}

.tab-pane .newsSection .imgFullWidth img {
  width: auto;
  height: 550px;
  margin: 0 auto;
}

.tab-pane .newsSection.fundraiserSection .imgFullWidth img {
  width: auto;
  height: auto;
  max-height: 450px;
  margin: 0 auto;
}

.tab-pane .newsSection.fridayMattersSection .imgFullWidth img {
  height: 100%;
}

.tab-pane .newsSection img {
  width: 100%;
}

.tab-pane .newsSection .newsDetails {
  margin: 0;
  padding: 0;
  background: #1e234b;
}

.tab-pane .newsSection .newsDetails ul.newsDetailsList {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding: 17px 0 12px;
}

.tab-pane .newsSection .newsDetails ul.newsDetailsList > li {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 0px 10px;
  width: auto;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.20);*/
}

.tab-pane .newsSection .newsDetails ul.newsDetailsList > li p {
  margin: 0;
  line-height: normal;
}

.tab-pane .newsSection .newsDetails ul.newsDetailsList > li strong {
  color: #f7a81b;
  width: 55px;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
}

.tab-pane .newsSection .newsDetails ul.newsDetailsList > li span {
  display: table-cell;
  vertical-align: middle;
}

.tab-pane .newsSection .newsContent {
  overflow: hidden;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.tab-pane .newsSection .newsContent .newsContentInner {
  margin: 0px;
  overflow: hidden;
  position: relative;
  top: 0px;
  background: #ffffff;
  padding: 20px 0 0px 0px;
}

.tab-pane .newsSection .newsContent h3 {
  color: #1e234b;
  font-size: 25px;
  margin: 0 0 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.tab-pane .newsSection .newsContent .newsContentInner p {
  margin: 0;
}

.tab-pane
  .newsSection.fridayMattersSection
  .newsContent
  .newsContentInner
  span {
  font-size: 17px !important;
  line-height: 28px !important;
}

.tab-pane .newsSection .clanderIcon {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 60px;
  width: 80px;
  border: 10px solid #ffffff;
}

.tab-pane .clanderIcon span {
  background: #1e234b;
  font-size: 14px;
  padding: 3px 0;
  display: block;
}

.tab-pane .clanderIcon strong {
  background: #f7a81b;
  font-size: 32px;
  display: block;
}

.tab-pane .newsSection .newsContent h3 a {
  color: #1e234b;
}

.tab-pane .newsSection .completedImg {
  position: absolute;
  z-index: 1;
  top: 0;
  width: auto;
  height: auto;
}

.tab-pane .newsSection .newsContent p {
  line-height: 28px;
  text-align: justify;
}

.noEvent {
  padding: 0px 0 0px 30px;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#sideCalander .ui-datepicker td.eventDot a,
#calanderSection .ui-datepicker td.eventDot a {
  background-image: url(./../../../../theme/main/assets/images/eventcal-day-dot.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  text-align: center;
}

#calanderSection .ui-datepicker td.eventDot {
  position: relative;
}

#calanderSection .ui-datepicker td.eventDot:hover:before {
  border: solid;
  border-color: rgba(30, 35, 75, 0.9) transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  right: 50%;
  position: absolute;
  z-index: 99;
}

#calanderSection .ui-datepicker td.eventDot:hover:after {
  background: rgba(30, 35, 75, 0.9);
  bottom: 26px;
  color: #fff;
  content: attr(title);
  right: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 200px;
  font-size: 90%;
}

#calanderSection.home .ui-datepicker td.eventDot:hover:before {
  bottom: 30px;
  content: "";
  right: 20%;
}

#calanderSection.home .ui-datepicker td.eventDot:hover:after {
  bottom: 36px;
  right: 10%;
}

#sideCalander .ui-datepicker td.eventDot a.ui-state-active,
#calanderSection .ui-datepicker td.eventDot a.ui-state-active,
#calanderSection .ui-state-active,
#calanderSection .ui-widget-content .ui-state-active,
#sideCalander .ui-state-active,
#sideCalander .ui-widget-content .ui-state-active {
  background-image: none;
  border: 1px solid #131737;
  background: #1e234b;
  color: #fff;
}

#calanderSection.home {
  float: left;
  width: 100%;
  padding: 0 15px;
}

#calanderSection.home .ui-widget.ui-widget-content {
  min-height: 367px;
}

#calanderSection.home .ui-datepicker {
  width: 100%;
}

#sideCalander .ui-datepicker td a,
#calanderSection .ui-datepicker td a,
.ui-state-default,
.ui-widget-content .ui-state-default {
  text-align: center;
}

#calanderSection.home .ui-datepicker td a {
  padding: 10.5px 0;
}

#sideCalander {
  display: none;
}

.tab-pane #calanderSection .ui-datepicker,
#sideCalander .ui-datepicker {
  margin: 0px 0;
}

.tab-pane #calanderSection .ui-datepicker,
#sideCalander .ui-datepicker {
  max-width: 100%;
}

#calanderSection .ui-datepicker .ui-state-hover span {
  margin-top: -7px;
}

#calanderSection .ui-datepicker .ui-datepicker-prev.ui-state-hover span {
  margin-left: -7px;
}

#calanderSection .ui-datepicker .ui-datepicker-next.ui-state-hover span {
  margin-left: -9px;
}

/* ============ Fundraiser Page Area ================ */

.tab-pane .newsSection.fundraiserSection {
  min-height: auto;
}

.tab-pane .newsSection.fundraiserSection .newsContent .newsContentInner {
  padding: 0;
}

.tab-pane .newsSection.fundraiserSection .newsDetails ul.newsDetailsList {
  padding: 13px 0 8px;
}

/* ============ Sidebar Calander Area ================ */

.sidebarList #calanderSection {
  float: none;
}

.sidebarList #calanderSection #datepicker > div.ui-datepicker {
  width: 100%;
}

/* ============== Gallery Page Area ============ */

.grid-gallery .grid-wrap ul li h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 12px;
  padding: 0px;
}

.grid-gallery .grid-wrap ul li p {
  color: #fff;
  padding: 0px;
}

.grid-gallery .grid-wrap ul li p span {
  color: #fff !important;
}

.grid-gallery .grid figcaption {
  background: #1e234b;
  padding: 15px 20px;
}

.grid-gallery .slideshow figure {
  border: 30px solid #fff;
}

#gallerySets {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#gallerySets > ul {
  margin: 0;
  padding: 0;
}

#gallerySets > ul li.galleryBox {
  margin: 0 0 30px;
  list-style: none;
}

#gallerySets > ul li.galleryBox img {
  border: 2px solid #1e234b;
  width: 100%;
  max-width: 100%;
  max-height: 237px;
  min-height: 237px;
  object-fit: contain;
}

#gallerySets > ul li.galleryBox p {
  background: #1e234b;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
  margin: 0;
  font-size: 16px;
  text-align: center;
  display: table;
}

#gallerySets > ul li.galleryBox p span {
  height: 60px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.pagination {
  padding: 0 0px;
  margin: 0 auto;
}

/* ============== Pagination Area ============ */

.pagination > li > a {
  border: 0;
  background: #1e234b;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.pagination > li > a,
.pagination > li > span {
  color: #ffffff;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #f7a81b;
  border: 0;
  color: #000000;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #f7a81b;
  background: #1e234b;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background: #1e234b;
  color: rgba(255, 255, 255, 0.85);
}

/* ============ Four Way Page Area ================ */

#fourWayAreaSet {
  margin: 0;
  padding: 0;
}

#fourWayAreaSet .fourWayImage {
  margin: 15px 0;
}

#fourWayAreaSet .fourWayImage img {
  width: 100%;
}

#fourWayAreaSet .fourWayImage h2 {
  margin: 20px 0 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #1e234b;
}

/* ============ About Page Area ================ */

#aboutAreaSet h3 {
  color: #000000;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  margin: 0 auto;
  padding: 0 0 8px;
  font-family: "Amaranth-Regular";
}

#aboutAreaSet #aboutTab #pageInnerBanner > img {
  margin-bottom: 20px;
}

#aboutAreaSet h3.quote {
  text-align: center;
  width: 90%;
}

#aboutAreaSet h3.cietQuote.quote {
  text-align: justify;
  width: 100%;
  padding-top: 15px;
  line-height: 30px;
}

#aboutAreaSet .contentList {
  margin: 14px 0;
}

#aboutAreaSet .contentList.spaceMinus {
  margin: 15px 0 0;
}

#aboutAreaSet .contentList.spaceMinusTop {
  margin: 0 0 15px;
}

#aboutAreaSet .contentList.marginTop0 {
  margin-top: 0;
}

#aboutAreaSet .contentList h2 {
  line-height: 16px;
}

#aboutAreaSet .contentList p,
#aboutAreaSet .contentList span {
  margin: 0 0;
  line-height: 34px;
  font-size: 16px;
}

#aboutAreaSet .contentList strong {
  color: #000000;
  font-size: 20px;
  line-height: normal;
  font-weight: normal;
  font-family: "Amaranth-Regular";
}

#aboutAreaSet .bankAddressDetails strong {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

#aboutAreaSet .contentList h2 {
  margin: 0 0 24px;
  color: #1e234b;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

#aboutAreaSet .contentList h3 {
  margin: 0;
  padding-top: 0;
  text-align: left;
  font-weight: normal;
  font-family: "Amaranth-Regular";
}

#aboutAreaSet .contentList .contentListItem > li {
  background: url(./../../../../theme/main/assets/images/dot.png) no-repeat left
    center;
  padding: 7px 0 7px 20px;
}

.membersList ul {
  margin: 0;
  padding: 0;
}

.membersList ul > li {
  margin: 0 0 23px;
  padding-top: 0;
  padding-bottom: 0;
}

.membersList ul > li img {
  width: 100%;
  height: 264px;
}

.membersList ul > li p {
  margin: 0;
  padding: 12px 0 10px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background: #1e234b;
  display: table;
  text-align: center;
  height: 106px;
  width: 100%;
}

.membersList ul > li p span.memberName {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.membersList ul > li p span.companyName,
.membersList ul > li p span.positionName {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
  font-size: 13px;
  font-style: italic;
  color: #f7a81b;
  display: block;
}

#aboutAreaSet .contentList.memberSet h3 {
  color: #1e234b;
  padding-bottom: 15px;
}

.memberSet strong {
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
}

.memberSet span {
  font-size: 17px;
  display: block;
  color: #000000;
}

#aboutAreaSet .contentList.memberSet .textRight,
#aboutAreaSet .contentList.memberSet .textRight h3 {
  text-align: right;
}

.contentList.bankDetails {
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 25px 25px 13px;
}

.contentList.bankDetails .form-group {
  margin-bottom: 12px;
  margin-left: -8px;
  margin-right: -8px;
  overflow: hidden;
}

.contentList.bankDetails .form-group .form-group-inner {
  padding: 0 8px;
  width: 50%;
  float: left;
  position: relative;
}

.contentList.bankDetails .form-group .form-group-inner.formGroupMail {
  width: 100%;
}

.contentList.bankDetails .form-group label.error {
  color: red;
  font-style: italic;
  font-size: 85%;
  font-weight: normal;
  margin: 0;
}

.contentList.bankDetails .form-control:hover,
.contentList.bankDetails .form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

.contentList.bankDetails .form-group input[type="submit"] {
  padding: 6px 0 6px;
  width: 100%;
  background: #1e234b;
  border: 0;
  line-height: normal;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  max-width: 160px;
}

/* ============ Media Center Page Area ================ */

.pressReleaseSection ul > li {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.pressReleaseSection ul > li .clanderIcon {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 96px;
  border: 0px;
  float: left;
}

.pressReleaseSection ul > li .clanderIcon span {
  background: #1e234b;
  font-size: 14px;
  padding: 8px 0;
  display: block;
}

.pressReleaseSection ul > li .clanderIcon strong {
  background: #f7a81b;
  font-size: 42px;
  display: block;
}

.pressReleaseSection ul > li .pressReleaseContentSet {
  float: left;
  margin-left: 115px;
}

.pressReleaseSection ul > li .pressReleaseContentSet h2 {
  margin: 0 0 20px;
  color: #1e234b;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseImg {
  margin: 6px 0 0;
  float: left;
  width: 40%;
}

.pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseContent {
  margin: 0;
  float: left;
  width: 60%;
  padding-left: 15px;
}

.pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseContent p {
  margin: 0;
}

.pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseContent p a {
  color: #1e234b;
  text-decoration: underline;
}

#aboutAreaSet.mediaCenterSet .contentList h4,
#aboutAreaSet.mediaCenterSet .mediaSection h4 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding: 5px 0 7px;
}

#aboutAreaSet.mediaCenterSet .contentList a {
  color: #061378;
}

#aboutAreaSet.mediaCenterSet .mediaSection ul {
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}

#aboutAreaSet.mediaCenterSet .contentList p {
  margin-bottom: 12px;
}

#aboutAreaSet.mediaCenterSet .mediaSection {
  margin-bottom: 25px;
}

#aboutAreaSet.mediaCenterSet .mediaSection ul > li img {
  padding: 35px 25px;
}

/* ================== Profile Page Area ====================== */

.profileSetup {
  overflow: hidden;
}

.profileSetup .profileImg {
  padding-left: 0;
}

.profileSetup .profileImg img {
  width: 100%;
}

.profileSetup ul {
  margin: 0;
}

.profileSetup ul > li {
  margin: 0 0 15px;
  padding: 0;
}

/* ================== Payment Method Area ====================== */

.rotarySubscribe {
  background: #1e234b;
  text-align: center;
  padding: 30px 20px 35px;
}

.rotarySubscribe h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: normal;
}

.rotarySubscribe h1 {
  color: #f7a81b;
  font-family: Bebas;
  display: block;
  margin: 10px 0 5px;
  font-size: 36px;
}

.rotarySubscribe div.price {
  font-size: 32px;
  color: #ffffff;
  margin: 0;
  text-align: center;
  display: block;
  line-height: normal;
  font-weight: bold;
  position: relative;
  padding: 20px 0 25px;
}

.rotarySubscribe div.price img {
  margin-top: -5px;
  margin-right: 10px;
}

/*.rotarySubscribe p.price::before{
	position: absolute;
	left: 0;
	content: "";
	background: url(./../../../../theme/main/assets/images/icons/rupee.png) no-repeat;
	width: 39px;
  height: 58px;
  top: 2px;
}*/

.rotarySubscribe a.paymentButton {
  color: #000000;
  text-transform: uppercase;
  font-family: Bebas;
  font-size: 22px;
  margin: 0 auto;
  line-height: normal;
  background: #f7a81b;
  padding: 6px 0;
  display: block;
  width: 140px;
}

/* ============ Contact Page Area ================ */

#addressAreaSet .addressArea {
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 30px;
}

#addressAreaSet h1 {
  margin: 0 0 30px;
  color: #1e234b;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 3px solid #f7a81b;
}

#loginMessage .successMessage {
  color: #147501;
  margin-bottom: 20px;
  display: block;
}

#loginMessage .errorMessage {
  color: #e30808;
  margin-bottom: 20px;
  display: block;
  font-size: 15px;
}

#passwordMessage .errorMessage {
  color: #e30808;
  margin-bottom: 20px;
  display: block;
  font-size: 15px;
}

#passwordMessage a {
  color: #147501;
}

#addressAreaSet .addressArea .fa {
  color: #1e234b;
}

.addressArea p {
  line-height: 30px;
  font-size: 17px;
}

#content .addressArea ul {
  margin: 0px 0 0;
}

#content .addressArea ul li {
  font-size: 17px;
  padding: 0 0 15px;
  margin: 0;
}

#content .addressArea ul li a {
  color: #1e234b;
}

#content .addressArea ul li a:hover {
  opacity: 0.8;
}

.addressArea span.fa {
  float: left;
  line-height: 24px;
  font-size: 25px;
  margin: 0 10px 0 0;
  color: #333333;
}

.addressArea span.fa-map-marker {
  height: 112px;
  line-height: 42px;
  font-size: 35px;
}

.addressArea span.fa-envelope {
  font-size: 22px;
}

.messageForm input[type="submit"] {
  background: #1e234b;
  border: 0;
  line-height: normal;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 35px 8px;
  color: #fff;
  border-radius: 0;
}

.messageForm input.form-control {
  height: 36px;
  padding: 8px 12px;
  border-radius: 0;
  box-shadow: none;
  line-height: 36px;
}

textarea.form-control {
  height: 117px;
}

.form-control {
  font-size: 15px;
  border-radius: 0;
  box-shadow: none;
  max-width: 100%;
}

.messageForm label.error {
  color: red;
  font-style: italic;
  font-size: 85%;
  font-weight: normal;
  margin: 0;
}

.loginForm label {
  font-weight: normal;
  color: #222;
}

.loginForm label.error {
  font-weight: normal;
  color: #e70909;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
}

#googleMap {
  margin: 40px 0 0;
}

#siteMap {
  margin: 0;
  padding: 0;
}

#content #siteMap h2.pageTitle {
  margin: 0 0 25px;
  padding: 0;
}

#siteMap > ul {
  margin: 0;
  padding: 0;
}

#siteMap > ul > li {
  margin: 0 0 10px 20px;
  color: #1e234b;
  list-style: outside;
}

#siteMap > ul > li > a {
  color: #1e234b;
}

#siteMap > ul > li > a:hover {
  opacity: 0.85;
}

/* ============ Login Page Area ================ */

.fullLoginForm {
  width: 100%;
  max-width: 265px;
  margin: 100px auto 0;
  border: 0;
  padding: 0;
}

.fullPasswordChangeForm {
  margin: 94px auto 0;
}

.fullLoginForm h1 {
  margin: 0 0 30px;
  color: #1e234b;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 3px solid #f7a81b;
}

.fullLoginForm .loginLogo {
  margin: 0 0 20px;
}

.fullLoginForm.fullpasswordForm {
  margin: 150px auto 0;
}

.fullLoginForm.fullpasswordForm .loginLogo {
  margin: 0 0 0px;
}

.fullLoginForm .centerLogo > img {
  width: 100%;
}

.fullLoginForm .centerLogo > img {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.loginImgBox > img {
  margin: 0;
  padding: 0;
  width: 100%;
}

.loginImgBox .loginTxtBox {
  margin: 0;
  padding: 16px 30px 14px;
  width: 100%;
  background: #faa831;
}

.loginImgBox .loginTxtBox h1 {
  margin: 0;
  padding: 0;
  font-weight: bolder;
  color: #1e234b;
  font-size: 28px;
}

.loginImgBox .loginTxtBox p {
  margin: 0;
  padding: 12px 0 0;
  font-weight: bold;
  color: #1e234b;
  font-size: 14px;
}

.loginImgBox .loginFooterBox {
  background: #1e234b;
  color: #fff;
  padding: 8px 30px;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.fullLoginForm .form-group {
  margin-bottom: 22px;
}

.fullLoginForm input[type="submit"] {
  background: #1e234b;
  border: 0;
  line-height: normal;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 8px 35px 8px;
  color: #fff;
  border-radius: 0;
  margin-top: 0;
}

.fullLoginForm .forgotPassword {
  text-align: left;
  display: block;
  overflow: hidden;
  margin: 15px 0 0;
  text-decoration: underline;
}

.fullLoginForm .forgotPassword a {
  color: #1e234b;
}

#pageBanner .serviceArrow {
  display: none;
}

/* ============ Footer Area ================ */

footer {
  margin: 0px 0;
  padding: 0;
  width: 100%;
  background: #10142e;
  color: #ffffff;
}

footer #footerContent {
  margin: 30px 0 20px;
  overflow: hidden;
}

footer h1 {
  margin: 0 0 26px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
  color: #ffffff;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul > li {
  margin: 0;
  padding: 0 0 10px;
  display: block;
  clear: both;
  overflow: hidden;
}

footer ul > li > a {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

footer ul > li span.fa {
  float: left;
}

footer ul > li span.fa.fa-map-marker {
  font-size: 30px;
  margin: 4px 15px 0 0;
}

footer ul > li span.fa.fa-phone {
  font-size: 23px;
  margin: 1px 15px 0 0;
}

footer ul > li span.fa.fa-at {
  font-size: 20px;
  margin: 3px 15px 0 0;
}

footer ul > li span.fa.fa-facebook {
  font-size: 22px;
  margin: 3px 20px 0 0;
}

footer ul > li.facebookList {
  line-height: 26px;
}
.social-icons {
  display: flex;
  align-items: anchor-center;
  gap: 20px;
  width: 100%;
  padding-top: 10px;
}
.social-icons a span {
  font-size: 22px;
}
footer ul > li p {
  float: left;
  margin: 0;
  line-height: 30px;
}

footer ul > li > a:hover {
  opacity: 0.85;
}

footer ul#contactDetails > li {
  padding: 0 0 16px;
}

footer #rotaryDetails {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 95%;
}

footer #rotaryDetails h2 {
  font-size: 35px;
  color: #f7a81b;
  margin: 15px auto 15px;
}

footer #rotaryDetails h2 span {
  font-size: 24px;
}

footer #rotaryDetails p {
  text-align: center;
  margin-bottom: 25px;
}

footer #rotaryDetails .myButton > a:hover {
  background: #fff;
  color: #000;
}

footer #footerTitle {
  background: #f7a81b;
}

footer #footerTitle h1 {
  margin: 15px 0;
}

footer #FooterBottom {
  margin: 0px 0;
  padding: 15px 0;
  width: 100%;
  background: #0a0c1d;
  color: #fff;
}

footer #FooterBottom p {
  margin: 0px 0;
  padding: 0;
}

footer #FooterBottom p a {
  color: #fff;
}

footer #FooterBottom p a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* =========================================== */
/* ============ Responsive Start ============ */
/* =========================================== */

@media only screen and (max-width: 1600px) {
  ul.causesIconSet {
    margin: -40px 0 0;
  }
}

@media only screen and (max-width: 1599px) {
  ul.causesIconSet {
    margin: -36px 0 0;
  }
}

@media only screen and (max-width: 1439px) {
  ul.causesIconSet {
    margin: -32px 0 0;
  }
}

@media only screen and (max-width: 1365px) {
  ul.causesIconSet {
    margin: -30px 0 0;
  }
}

@media only screen and (max-width: 1279px) {
  html,
  body {
    font-size: 16px;
  }

  #navigation.nav > li {
    font-size: 16px;
    padding: 0 39px;
    width: auto;
  }

  ul.causesIconSet li .causesIcon {
    margin: 27px auto 0;
  }

  ul.causesIconSet li h2 {
    height: 70px;
  }

  ul.causesIconSet li h2 span {
    font-size: 14px;
  }

  ul.causesIconSet li:hover h2 span {
    font-size: 15px;
  }

  #navigation.nav > li {
    font-size: 16px;
    padding: 0 23px;
  }

  #slider .owl-controls .owl-buttons > div {
    height: 48px;
    width: 20px;
  }

  #slider .owl-controls .owl-prev,
  #slider .owl-controls .owl-next {
    background-size: 100%;
  }

  #presidentAreaSet .meetArea .meetAreaTxt {
    font-size: 16px;
    line-height: 32px;
    padding: 15px 30px;
  }

  h1.title {
    font-size: 25px;
    margin: 0 0 22px;
  }

  #aboutAreaSet h3.cietQuote.quote {
    padding: 0;
  }

  #presidentAreaSet .presidentArea p {
    font-size: 15px;
    line-height: 26px;
  }

  #sponsorsAreaSet h1 {
    margin: 0 0 20px;
    text-align: center;
  }

  #sidebarTabs > li {
    font-size: 15px;
  }

  #sidebarTabs > li > a {
    padding: 10px 0 10px 12px;
  }

  #aboutAreaSet h3 {
    font-size: 19px;
    padding: 0 0 15px;
  }

  #aboutAreaSet .contentList h2 {
    font-size: 22px;
  }

  #aboutAreaSet .contentList p {
    line-height: 30px;
  }

  .sidebarList h1 {
    font-size: 22px;
  }

  .sidebarList .linkList li {
    font-size: 15px;
    margin-bottom: 16px;
  }

  #aboutAreaSet .contentList h2 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .membersList ul > li img {
    height: 310px;
  }

  #addressAreaSet h1 {
    font-size: 22px;
  }

  #aboutAreaSet .contentList {
    margin: 10px 0;
  }

  .contentList.bankDetails .form-group label.error {
    font-size: 70%;
  }

  #aboutAreaSet .contentList.bankDetails p {
    line-height: 35px;
  }

  #gallerySets > ul li {
    display: table;
  }

  #gallerySets > ul li.galleryBox img {
    max-height: 230px;
    min-height: 230px;
  }

  .membersList ul > li img {
    height: 220px;
  }

  #gallerySets > ul li.galleryBox p {
    font-size: 14px;
    line-height: 27px;
    margin: 0;
    padding: 10px;
    width: 100%;
  }

  #gallerySets > ul li.galleryBox p span {
    height: 50px;
  }

  .membersList ul > li p {
    font-size: 14.5px;
    line-height: 24px;
    height: 92px;
  }

  .membersList ul > li p span {
    font-size: 14px;
  }

  .membersList ul > li p span.companyName {
    font-size: 11px;
  }

  ul.causesIconSet {
    margin: -25px 0 0;
  }

  #aboutAreaSet #pageInnerBanner > img {
    width: 100%;
  }

  #aboutAreaSet h3 {
    font-size: 18px;
  }

  footer h1 {
    font-size: 25px;
  }

  footer #FooterBottom p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .navbar-inverse .navbar-toggle {
    background-color: #333333;
    border: 1px solid transparent;
    border-radius: 0;
    float: right;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 10px;
    position: absolute;
    right: 26px;
    top: -74px;
    z-index: 9;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }

  ul#navigation {
    padding: 0;
  }

  #navigation.nav > li {
    padding: 0;
    text-align: left;
    width: 100%;
    background: none;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #ffffff;
  }

  .navbar-inverse .navbar-nav > li > a {
    padding: 7px 0;
  }

  #navigation.nav > li:first-child {
    border-top: 0;
  }

  #logo img {
    max-width: 100%;
  }

  #headerRight > ul > li > a {
    font-size: 14px;
  }

  #headerRight {
    margin: 12px 50px 0 0;
  }

  #contantArea {
    margin: 0 0 30px;
  }

  ul.causesIconSet li .causesIcon {
    margin: 20px auto 0;
    height: 75px;
  }

  ul.causesIconSet li h2 span {
    font-size: 13px;
    line-height: normal;
  }

  ul.causesIconSet li:hover h2 span {
    font-size: 14px;
  }

  ul.causesIconSet li h2 {
    height: 60px;
  }

  #headerRight > ul > li > a {
    font-size: 13px;
  }

  #addressAreaSet .addressArea {
    padding: 20px 20px 10px;
  }

  #addressAreaSet .addressArea {
    margin-bottom: 30px;
  }

  #googleMap iframe {
    max-height: 280px;
  }

  .sidebarList .supportDetails > img {
    margin: 0 auto;
  }

  .tab-pane #calanderSection .ui-datepicker,
  #sideCalander .ui-datepicker {
    margin: 0 auto 35px;
  }

  ul.causesIconSet {
    margin: 30px 0 0;
  }

  .navbar-inverse .navbar-toggle {
    top: -71px;
  }

  #presidentAreaSet .meetArea .meetAreaImg > img {
    margin: 0 auto;
    width: auto !important;
    height: -webkit-fill-available !important;
  }

  .meetAreaImg img {
    width: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
  }

  #presidentAreaSet {
    margin: 30px 0 0;
  }

  #presidentAreaSet .presidentArea {
    min-height: auto;
    margin: 30px 0;
  }

  #presidentAreaSet .presidentArea em {
    bottom: -30px;
  }

  #programsCalenderAreaSet {
    margin: 30px 0 0;
  }

  #programsCalenderAreaSet .programsBox {
    min-height: auto;
  }

  #programsCalenderAreaSet .calenderSliderArea {
    margin: 30px 0 0;
  }

  #greetingsAreaSet {
    margin: 30px 0 0;
  }

  .birthdayArea {
    margin: 30px 0 0;
  }

  #calanderSection.home .ui-datepicker td a,
  #calanderSection .ui-datepicker td a {
    padding: 6px 0;
  }

  .tab-pane .newsSection {
    margin: 0 0 30px;
  }

  .tab-pane .newsSection .newsContent h3 {
    margin: 25px 0 15px;
  }

  .tab-pane .newsSection .newsContent .newsContentInner {
    padding: 0;
  }

  .tab-pane #calanderSection .ui-datepicker,
  #sideCalander .ui-datepicker {
    width: 100%;
  }

  #calanderSection.home .ui-datepicker td a,
  #calanderSection .ui-datepicker td a {
    padding: 6px 0;
  }

  .fullLoginForm {
    margin: 65px auto 0;
  }

  .fullLoginForm.fullpasswordForm {
    margin: 110px auto 0;
  }

  #calanderSection.home .ui-widget.ui-widget-content {
    min-height: auto;
  }

  #greetingsAreaSet .greetingsBox {
    min-height: auto;
  }

  #calanderSection .ui-datepicker td.eventDot:hover:after {
    width: auto;
    font-size: 80%;
    right: auto;
    white-space: nowrap;
  }

  #calanderSection.home .ui-datepicker td.eventDot:hover:before {
    right: 50%;
  }

  #calanderSection.home .ui-datepicker td.eventDot:hover:after {
    right: auto;
  }

  #presidentAreaSet .presidentArea strong {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
  }

  .pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseImg,
  .pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseImg img {
    width: 100%;
  }

  .pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseContent {
    margin-top: 16px;
    padding: 0;
    width: 100%;
  }

  #aboutAreaSet.mediaCenterSet .mediaSection ul > li {
    margin: 5px 0;
  }

  #aboutAreaSet.mediaCenterSet .mediaSection {
    margin-bottom: 10px;
  }

  .contentList.bankDetails form {
    margin-top: 25px;
  }

  footer #FooterBottom .row > div > p {
    display: block;
    margin: 5px 0;
    text-align: center;
  }

  footer #rotaryDetails {
    margin: 20px auto 15px;
    max-width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  #logo {
    display: inline-block;
    margin: 10px auto;
  }

  #logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
  }

  .navbar-inverse .navbar-collapse {
    border: 0;
  }

  #headerRight {
    display: block;
    margin: 0;
    width: 100%;
  }

  #headerRight ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  #headerRight > ul > li {
    display: inline-block;
    float: none;
    margin: 0 auto 5px;
  }

  .navbar-inverse .navbar-nav > li > a {
    padding: 7px 25px;
  }

  #headerRight .dropdown-menu {
    display: none;
  }

  #headerRight .open .dropdown-menu {
    display: block;
  }

  .navbar-inverse .navbar-toggle {
    right: 15px;
    top: -122px;
  }

  ul.causesIconSet li .causesIcon {
    height: 60px;
  }

  ul.causesIconSet li h2 span {
    font-size: 13.5px;
  }

  ul.causesIconSet li:hover h2 span {
    font-size: 14.5px;
  }

  ul.causesIconSet li h2 {
    height: 50px;
  }

  .membersList ul > li img {
    height: 250px;
  }

  #gallerySets > ul li.galleryBox img {
    max-height: 400px;
  }

  .contentList.bankDetails form {
    margin-top: 25px;
  }

  .tab-pane .newsSection .newsDetails {
    position: relative;
  }

  .tab-pane .newsSection .newsContent {
    margin-left: 0;
    margin-top: 0;
  }

  .tab-pane .newsSection .clanderIcon {
    border-width: 25px 0 0;
    width: 70px;
  }

  .tab-pane .newsSection .newsContent .newsContentInner {
    margin-left: 70px;
  }

  .tab-pane .newsSection .newsDetails ul.newsDetailsList {
    width: 100%;
  }

  .tab-pane .newsSection .newsDetails ul.newsDetailsList > li {
    font-size: 15px;
    padding: 0px 0px;
  }

  .tab-pane .newsSection .newsContent .newsContentInner {
    margin-left: 0;
  }

  #aboutAreaSet.mediaCenterSet .mediaSection ul > li {
    margin-bottom: 20px;
    max-width: 200px;
  }

  #aboutAreaSet.mediaCenterSet .mediaSection ul > li img {
    padding: 25px;
  }

  #aboutAreaSet.mediaCenterSet .mediaSection ul > li > p {
    margin: 10px 0;
  }

  #aboutAreaSet.mediaCenterSet .mediaSection {
    margin-bottom: 0;
  }

  .loginImgBox {
    display: none;
  }

  .fullLoginForm,
  .fullLoginForm.fullpasswordForm {
    margin: 0 auto;
  }

  #pageBanner {
    padding: 27px 0;
  }

  #pageBanner h1 {
    font-size: 25px;
  }

  #aboutAreaSet .sidebarList {
    display: none;
  }

  #aboutAreaSet .sidebarList.mobileShow {
    display: block;
  }

  #aboutAreaSet #sidebarAreaSet {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
  }

  #pageBanner .serviceArrow {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0 0px;
    width: 35px;
  }

  #aboutAreaSet #sidebarAreaSet.reducetab {
    display: block;
  }

  #gallerySets > ul li.galleryBox p span {
    height: auto;
  }

  footer #footerContent {
    padding: 20px 0;
    margin: 0;
  }

  footer ul > li {
    display: block;
    float: left;
    width: 50%;
    clear: none;
  }

  footer ul#contactDetails > li {
    width: 100%;
  }

  footer #footerContent > div {
    clear: both;
  }

  #footerSet #footerContent > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  footer #footerTitle h1 {
    font-size: 21px;
  }

  footer ul#contactDetails > li:last-child {
    padding: 0;
  }

  footer #rotaryDetails {
    margin: 0px auto;
    max-width: 100%;
    text-align: left;
  }

  footer #rotaryDetails p {
    text-align: left;
  }
}

@media only screen and (max-width: 639px) {
  #logo img {
    max-width: 100%;
  }

  .navbar-inverse .navbar-toggle {
    padding: 6px 5px;
    top: -111px;
  }

  .membersList ul > li img {
    height: 220px;
  }

  .memberSet strong {
    font-size: 17px;
  }

  footer #footerTitle h1 {
    font-size: 16px;
  }

  #pageBanner {
    padding: 25px 0;
  }

  #pageBanner h1 {
    font-size: 25px;
  }

  #sponsorsAreaSet h1 {
    font-size: 22px;
  }

  .tab-pane .newsSection .newsContent h3 {
    font-size: 22px;
  }

  .pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseImg,
  .pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseImg img {
    width: 100%;
  }

  .pressReleaseSection ul > li .pressReleaseContentSet .pressReleaseContent {
    margin-top: 16px;
    padding: 0;
    width: 100%;
  }

  .pressReleaseSection ul > li .clanderIcon strong {
    font-size: 36px;
  }

  .pressReleaseSection ul > li .clanderIcon span {
    font-size: 11px;
    padding: 8px 0;
  }

  .pressReleaseSection ul > li .pressReleaseContentSet {
    margin-left: 105px;
  }

  .pressReleaseSection ul > li .clanderIcon {
    width: 85px;
  }

  .tab-pane .newsSection .newsDetails ul.newsDetailsList > li {
    width: 96%;
  }

  ul.causesIconSet li {
    margin: 1%;
    width: 48%;
  }

  ul.causesIconSet li {
    background: #f7a81b !important;
  }

  ul.causesIconSet li h2 span {
    font-size: 14.5px;
  }

  ul.causesIconSet li:hover h2 span {
    font-size: 15.5px;
  }

  footer #FooterBottom .row > div:first-child p {
    font-size: 12.5px;
  }
}

@media only screen and (max-width: 479px) {
  .container > .navbar-header #logo {
    max-width: 120px;
    margin-top: 0;
  }

  #headerRight {
    font-size: 12.5px;
  }

  .navbar-inverse .navbar-toggle {
    top: -95px;
  }

  #content h2 {
    font-size: 20px;
  }

  #content #innerTitle h1 {
    font-size: 22px;
  }

  .tab-pane .newsSection .newsContent ul.newsDetails > li.timeDetails {
    text-align: left;
    float: left;
    clear: both;
    padding: 8px 0 0px;
  }

  .addressArea ul li,
  .addressArea p {
    font-size: 14px;
  }

  .addressArea span.fa {
    font-size: 18px;
    line-height: 18px;
  }

  .addressArea span.fa-map-marker {
    font-size: 24px;
    line-height: 35px;
  }

  .tab-pane .newsSection.fundraiserSection .newsDetails ul.newsDetailsList {
    padding: 13px 0 8px 15px;
  }

  .tab-pane .newsSection .clanderIcon {
    width: 30px;
  }

  .tab-pane .newsSection .newsDetails ul.newsDetailsList {
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 0 10px 20px;
    text-align: left;
    width: 100%;
  }

  .tab-pane .newsSection .newsContent ul.newsDetails > li {
    font-size: 14px;
    padding: 2px 0;
  }

  #aboutAreaSet.mediaCenterSet .mediaSection ul > li {
    max-width: 100%;
  }

  .tab-pane .clanderIcon strong {
    font-size: 17px;
  }

  .tab-pane .clanderIcon span {
    font-size: 10px;
  }

  #content .newsContent ul.newsDetails {
    padding: 0;
  }

  #gallerySets > ul li.galleryBox img {
    max-height: 350px;
  }

  #pageBanner h1 {
    font-size: 16px;
  }

  #addressAreaSet h1 {
    font-size: 17px;
  }

  #aboutAreaSet h3 {
    font-size: 18px;
  }

  .memberSet strong {
    font-size: 15px;
  }

  .memberSet span {
    font-size: 16px;
  }

  .membersList ul > li {
    width: 100%;
  }

  .membersList ul > li img {
    height: 260px;
  }

  h1.title {
    font-size: 22px;
  }

  #programsCalenderAreaSet .programsBox h2 {
    font-size: 18px;
  }

  #greetingsAreaSet .greetingsBox {
    padding: 20px;
  }

  #programsCalenderAreaSet .programsBox p img {
    display: block;
    float: none;
    margin: 8px auto;
    max-width: 100%;
    width: 100%;
  }

  #presidentAreaSet .meetArea {
    min-height: 305px;
    padding: 0;
    position: relative;
  }

  .contentList.bankDetails .form-group .form-group-inner {
    width: 100%;
  }

  .contentList.bankDetails
    .form-group:first-child
    .form-group-inner:first-child {
    margin-bottom: 12px;
  }

  #presidentAreaSet .meetArea .meetAreaTxt {
    font-size: 14px;
    line-height: 30px;
    padding: 15px 30px;
  }

  #programsCalenderAreaSet .programsBox {
    padding: 20px;
  }

  ul.causesIconSet li h2 span {
    font-size: 13px;
  }

  ul.causesIconSet li:hover h2 span {
    font-size: 14px;
  }

  footer #footerTitle h1 {
    font-size: 13px;
    line-height: normal;
  }

  footer #FooterBottom {
    font-size: 12px;
  }

  .backgroundBg {
    height: 120px;
  }

  .backgroundBg .highlightContent p {
    font-size: 16px;
  }

  #content .tableContent .tableContentRow > div h1 {
    font-size: 24px;
    margin: 0 0 7px;
  }

  #googleMap iframe {
    max-height: 250px;
  }

  footer #FooterBottom .row > div:first-child p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 359px) {
  html,
  body {
    font-size: 15px;
  }

  #gallerySets > ul li.galleryBox img {
    max-height: 300px;
  }

  #aboutAreaSet .contentList h2 {
    font-size: 18px;
  }

  #addressAreaSet h1 {
    font-size: 15px;
  }

  #addressAreaSet .addressArea {
    padding: 10px 10px 5px;
  }

  .contentList.bankDetails {
    padding: 20px 20px 10px;
  }

  #programsCalenderAreaSet .programsBox h2 {
    font-size: 16px;
  }

  .tab-pane .newsSection .newsContent h3 {
    font-size: 18px;
  }

  h1.title {
    font-size: 20px;
  }

  footer #footerTitle h1 {
    font-size: 15px;
  }

  ul.causesIconSet li h2 span {
    font-size: 13px;
  }

  ul.causesIconSet li:hover h2 span {
    font-size: 14px;
  }

  ul.causesIconSet li .causesIcon {
    height: 50px;
  }

  ul.causesIconSet li h2 span {
    font-size: 14px;
  }

  ul.causesIconSet li:hover h2 span {
    font-size: 15px;
  }

  footer #footerTitle h1 {
    font-size: 11.2px;
    line-height: normal;
  }

  footer #FooterBottom .row > div:first-child {
    padding: 0;
  }

  footer #FooterBottom .row > div:first-child p {
    font-size: 9px;
  }
}
/*
     FILE ARCHIVED ON 10:10:50 May 19, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:19:36 Jun 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.679
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.021
  esindex: 0.013
  cdx.remote: 1176.889
  LoadShardBlock: 196.244 (3)
  PetaboxLoader3.datanode: 144.892 (4)
  PetaboxLoader3.resolve: 195.054 (2)
  load_resource: 174.245
*/

.content-section {
  margin: 20px 0;
}

.content-paragraph {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 20px;
  line-height: 1.6;
}

.content-paragraph:last-child {
  margin-bottom: 0;
}

.rtn-image img {
  height: 100%;
  max-height: 250px;
  width: auto;
  margin: 0 auto;
}

.rtn-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-around;
}

.position,
.name {
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.header-container {
  padding: 0;
}

@media (min-width: 768px) {
  .header-container {
    padding: 0 50px;
  }
}

@media (min-width: 991px) {
  .header-container {
    padding: 0 150px;
  }
}

/* Add this to your style.css if you want custom active menu styling */
.navbar-nav li.active a {
    color: #f7a81b !important;
	font-weight: bold;
	border-bottom: 2px solid #f7a81b;
}

.navbar-nav li.active a:hover,
.navbar-nav li.active a:focus {
    color: #f7a81b !important;
	font-weight: bold;
	border-bottom: 2px solid #f7a81b;
}


.members-image {
width: 300px;
height: 300px;
object-fit: contain;
}

.members-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.mt-4 {
 margin-top: 30px;
}