/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

.dropdown-menu{
  margin:0;
}
.back-to-top{
  z-index: 900;
}
/* NATIONAL WOMENS BUSINESS 2019 PAGE CSS */
.national-women-conference {
  font-family: "Lato", sans-serif;
}
.container-24 {
  margin-left: auto;
  margin-right: auto;
}
/* BANNER */
.zone-banner-section {
  background-image: url(../img/banner-img-bg.png);
  height: 558px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #fff;
}
.banner-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.banner-text h1 {
  font-size: 154.36px;
  font-weight: 200;
  color: #fff;
  margin: -12px 0 0 7px;
}
.banner-text span {
  font-size: 60px;
  width: 100%;
  display: block;
  max-width: 560px;
  padding-left: 25px;
  line-height: 1.1;
}
.date-text {
  text-align: center;
  width: 100%;
}
.date-text h4 {
  font-size: 35.42px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 3.5px;
}
.date-text p {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 39px;
}
.date-text p span {
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  margin-top: 6px;
  letter-spacing: 1px;
}
.btn-register {
  color: #eb3b25;
  background-color: #fff;
  font-size: 18px;
  font-weight: 900;
  text-transform: none;
  border-radius: 50px;
  max-width: 256px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 8px;
  letter-spacing: 1px;
  text-align: center;
}
.banner-setion-main {
  padding: 114px 0 0;
}

/* SUCCESS OUR TIME NOW */
.success-our-time {
  padding: 64px 0 51px;
}
.success-our-time h4 {
  color: #0e5f66;
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  text-transform: none;
  max-width: 705px;
  margin-bottom: 10px;
}
.success-our-time p {
  font-size: 18px;
  line-height: 28px;
  color: #2a2a2a;
  max-width: 734px;
}
.success-our-time p > a {
  color: #591c8f;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 4px;
}
.success-our-time-main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.success-left-text {
  padding-left: 9px;
}
.success-right-img {
  padding-left: 36px;
  margin-top: -47px;
}

/* WOMEN'S BUSINESS */
.womens-business {
  background-image: url(../img/womens-business-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 63px;
}
.womens-business-main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  margin-bottom: 29px;
}
.womens-business-img {
  text-align: center;
  padding: 0 31px;
}
.keynote-title {
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.womens-business-name {
  font-size: 70px;
  color: #f59125;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: none;
  line-height: 0.9;
  margin-left: -10px;
  margin-bottom: 20px;
}
.womens-sub-title {
  font-size: 18px;
}
.womens-img {
  width: 313px;
  height: 313px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 24px;
  box-shadow: 8px 5px 0 2px rgba(255, 255, 255, 0.3);
}
.womens-img > img {
  width: 100%;
}
.womens-business-text h4 {
  font-size: 22px;
  color: #ffe0bb;
  font-weight: bold;
  line-height: 36px;
  text-transform: none;
  max-width: 550px;
  width: 100%;
  margin-top: 14px;
}
.womens-business-text p {
  font-size: 18px;
  line-height: 32px;
  width: 100%;
  max-width: 555px;
  margin-top: 7px;
}
.womens-business-text {
  padding-left: 25px;
}

.btn-yellow {
  background-color: #f59125;
}
.btn-yellow:hover {
  background-color: #f78203;
  color: #fff;
}
.btn-orange {
  background-color: #eb3c25;
}
.btn-orange:hover {
  background-color: #e24f3c;
  color: #fff;
}
.btn-white {
  background-color: #fff;
}
.btn-white:hover {
  background-color: #f7f7f7;
}
.btn.btn-rounded.btn-white {
  color: #1d606e;
}
.btn-rounded {
  font-size: 18px;
  font-weight: 900;
  height: 60px;
  line-height: 49px;
  text-align: center;
  border-radius: 50px;
  color: #fff;
}
.button-section .btn-rounded {
  width: 31.5%;
  display: inline-block;
}
.button-section .btn.btn-rounded {
  margin: 0 22px;
}
.button-section .btn.btn-rounded:first-child,
.button-section .btn.btn-rounded:last-child {
  margin: 0px;
}

/* BLOG POST SECTION */
.blog-post-section {
  padding: 56px 0 73px;
}

.box-card span {
  margin-bottom: 30px;
}
.simple-title {
  font-size: 16px;
  color: #f59125;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  display: block;
  letter-spacing: 3px;
}
.box-card img {
  width: 100%;
  margin-bottom: 16px;
}
.box-card h3 {
  font-size: 22px;
  color: #0e5f66;
  line-height: 32px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 8px;
}
.box-card p {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 28px;
  margin-bottom: 23px;
}
.btn-medium {
  max-width: 160px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 30px;
}

/* REGISTRATION FEES SECTION */
.registration-fees-section {
  background-image: url(../img/registration-fees-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 53px;
}
.registration-fees-main .registration-left {
  background-color: #fff;
  padding: 33px 0 33px 44px;
  box-shadow: -13px -1px 33px -11px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 30px;
  box-sizing: border-box;
}
.registration-fees-main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.registration-fees-main .registration-left,
.registration-fees-main .registration-right {
  width: 50%;
}
.registration-fees-main .registration-right {
  color: #fff;
  background-color: #591c8f;
  border-bottom-right-radius: 30px;
  /*background-image: url(../img/Hyatt-Regency-bg.png);*/
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.registration-fees-list li.registration-list {
  list-style: none;
  margin-bottom: 10px;
}
.registration-list h5 {
  font-size: 22px;
  color: #0e5f66;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: none;
}
.registration-list p {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 28px;
  max-width: 400px;
  width: 100%;
  margin-bottom: 14px;
}
.registration-fees-list {
  margin: 15px 0 30px;
}
.member-number {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.member span {
  font-size: 14px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-bottom: 3px;
  display: block;
}
.member h3 {
  font-size: 30px;
  font-weight: bold;
  color: #f59125;
}
.member-number .member {
  width: 100%;
  max-width: 135px;
}
p.title-sub-text {
  font-size: 13px;
  color: #9e9e9e;
  line-height: 20px;
}
.registration-right h4 {
  font-size: 26px;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}
.concat-details {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.room-block {
  font-size: 14px;
  color: #f59125;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.room-block > b {
  display: block;
  font-size: 30px;
  letter-spacing: normal;
  margin-top: 10px;
  text-transform: none;
}
.registration-right-main {
  position: absolute;
  bottom: 33px;
  padding: 0 40px;
}
.hyatt-text {
  margin-bottom: 30px;
}
.btn-large {
  width: 100%;
  max-width: 230px;
  height: 60px;
  line-height: 60px;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}
.btn-text-blue,
.btn-text-blue:hover {
  color: #591c8f;
}

/* THINGS TO DO IN JACKSONVILLE */
.things-jacksonville-section {
  padding: 50px 0 1px;
}
.things-box img {
  width: 100%;
  margin-bottom: 20px;
  height: 200px;
  object-fit: cover;
}
.things-box h5 {
  font-size: 22px;
  color: #0e5f66;
  line-height: normal;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 5px;
}
.things-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.things-col {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}
.things-jacksonville-section span.simple-title {
  margin-bottom: 28px;
}
.things-box p {
  margin-bottom: 20px;
}
.things-box {
  margin-bottom: 43px;
}
.things-box p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 28px;
}
.btn-things-box {
  width: 100%;
}
.things-box-card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.things-box-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.title-things-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
/* SPONSOR COMPANY LOGO */
.sponsor-company-logo {
  background-color: #f2f2f2;
  padding: 44px 0 50px;
}
.title-sponsor {
  font-size: 14px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: 1px;
  color: #0e5f66;
  margin-bottom: 10px;
}
.sponsor-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 28px;
}
.sponsor-row:last-child {
  border: none;
  padding: 0px;
  margin: 0px;
}
.sponsor-left,
.sponsor-right {
  width: 50%;
}
.sponsor-logo img {
  margin-right: 84px;
  vertical-align: middle;
}
/* JOIN HUNDREDS SECTION */
.join-together-section {
  background-image: url(../img/Join-entrepreneurs-bg.jpg);
  background-size: cover;
  padding: 80px 0 102px;
  background-repeat: no-repeat;
}
.join-together-section h1 {
  font-size: 45px;
  color: #f2f2f2;
  line-height: 60px;
  font-weight: 300;
  margin-bottom: 15px;
  width: 100%;
  max-width: 860px;
  text-transform: none;
  padding-left: 10px;
  margin-bottom: 39px;
}
.join-together-section .btn {
  display: inline-block;
  margin-right: 22px;
  margin-left: 8px;
}
.btn-outline-yellow {
  width: 100%;
  max-width: 230px;
  height: 56px;
  line-height: 56px;
  display: block;
  border-radius: 50px;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  color: #f59125;
  border: 2px solid #f59125;
}
.btn-outline-yellow:hover {
  background-color: #f59125;
  color: #fff;
}

/**/
.mt-0 {
  margin-top: 0px;
}
.p-0 {
  padding: 0px !important;
}
.m-0 {
  margin: 0px !important;
}
.w-100 {
  width: 100% !important;
}
.m-w-100 {
  max-width: 100% !important;
}

/* 2019 CONFERENCE AGENDA PAGE CSS */
.zone-banner-section.conference-agenda {
  background-image: url("../img/conference-agenda-bg.jpg");
}
.simple-banner {
  height: 215px;
  padding: 38px 0;
  box-sizing: border-box;
}
.banner-title {
  font-size: 36px;
  font-weight: bold;
  text-transform: none;
  color: #fff;
}
.conference-agenda .banner-setion-main {
  padding: 0;
  margin-bottom: 25px;
}
.btn.btn-white.text-yellow {
  color: #f59125;
}
.success-our-time.conference-agenda-time {
  padding: 41px 0 24px;
}
/* TIME CALENDAR */
.time-calendar-main {
  margin: 25px 0;
}
.view-id-event_channel_views.view-display-id-block .time-calendar-main ul:first-child + ul > li,
.calendar-part {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
  padding: 15px;
}
.calendar-part li {
  list-style: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.time-calendar-title {
  background-color: #f59125;
}
.time-calendar-title li {
  color: #fff;
  letter-spacing: 1px;
}
.description h3 {
  font-size: 18px;
  text-transform: none;
  color: #0e5f66;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 10px;
}
.time-calendar-main .time,
.time-calendar-main .location {
  color: #000;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.time-calendar-main .first-part {
  width: 25%;
}
.time-calendar-main .two-part {
  width: 52%;
  padding-right: 25px;
  box-sizing: border-box;
}
.time-calendar-main .three-part {
  width: 23%;
}

.view-id-event_channel_views.view-display-id-block .time-calendar-main ul:first-child + ul > li,
.sec-border-bottom {
  border-bottom: 1px solid #d7d7d7;
}
.description p {
  color: #2a2a2a;
  font-size: 15px;
  margin: 0px;
  font-weight: normal;
  line-height: 24px;
}
.moderated-section {
  margin-top: 15px;
}
.conference-agenda-time .success-our-time-main {
  display: block;
}

/* 2019 CONFERENCE SPEAKERS */
.node-type-events-channel .testimonial-section {
  margin: 50px 0 0;
}
.node-type-events-channel .testimonial-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 40px 0;
}
.node-type-events-channel .testimonial-box.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.node-type-events-channel .testimonial-left {
  text-align: center;
  width: 30%;
}
.node-type-events-channel .testimonial-left h2 {
  color: #f59125;
  text-transform: none;
  font-weight: 300;
}
.node-type-events-channel .testimonial-left img {
  margin-bottom: 15px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  object-fit: initial;
}
.node-type-events-channel .testimonial-left p {
  color: #591c8f;
  font-size: 18px;
}
.node-type-events-channel .testimonial-right h3, .node-type-events-channel .testimonial-left h3 {
  font-size: 22px;
  color: #0e5f66;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: none;
}
.node-type-events-channel .testimonial-right p {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 28px;
}
.node-type-events-channel .testimonial-right {
  padding-left: 41px;
  width: 70%;
  box-sizing: border-box;
}
.national-women
  footer
  #zone-footer-wrapper
  .block-menu-national-social-links
  ul.menu
  li.leaf
  a {
  padding: 14px 0;
}

/* RESPONSIVE */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .node-type-events-channel .container-24 {
    width: 970px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .node-type-events-channel .banner-text span {
    font-size: 40px;
    max-width: 100%;
  }
  .node-type-events-channel .banner-text h1 {
    font-size: 104px;
  }
  .node-type-events-channel .sponsor-logo img {
    margin-right: 20px;
  }
}
@media screen and (max-width: 979px) {
  .button-section {
    text-align: center;
  }
  .button-section .btn-rounded {
    width: 25%;
  }
  .banner-title {
    text-align: center;
  }
  .testimonial-left,
  .testimonial-right {
    width: 50%;
    padding: 0px;
  }
}
@media screen and (max-width: 992px) {
  .node-type-events-channel .banner-text {
    max-width: 660px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .node-type-events-channel .banner-text h1 {
    font-size: 70px;
  }
  .node-type-events-channel .banner-text span {
    font-size: 28px;
    max-width: 100%;
  }
  .node-type-events-channel .banner-setion-main {
    padding: 70px 0 0;
  }
  .node-type-events-channel .zone-banner-section {
    height: 450px;
  }
  .node-type-events-channel .success-our-time h4 {
    font-size: 19px;
  }
  .node-type-events-channel .success-our-time p {
    font-size: 16px;
  }
  .womens-business-text h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .womens-business-text p {
    font-size: 16px;
    line-height: 27px;
  }
  .success-left-text {
    padding-left: 0;
  }
  .success-our-time-main {
    display: block;
    text-align: center;
  }
  .success-our-time p > a {
    display: block;
  }
  .success-right-img {
    padding-left: 0;
    margin-top: 15px;
  }
  .womens-business-main {
    display: block;
    text-align: center;
  }
  .womens-img {
    margin: 0 auto 30px;
    width: 275px;
    height: 275px;
  }
  .button-section {
    width: 100%;
    display: block;
  }
  .button-section .btn.btn-rounded {
    display: block;
    margin: 5px 0;
    width: 100%;
  }
  .box-card {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .btn-medium {
    margin: 0 auto;
  }
  .box-card h3 {
    font-size: 19px;
  }
  .box-card p {
    font-size: 16px;
  }
  .blog-post-section {
    padding: 56px 0 40px;
  }
  .registration-fees-main {
    display: block;
  }
  .registration-fees-main .registration-left,
  .registration-fees-main .registration-right {
    width: 100%;
    border-radius: 0;
    text-align: center;
  }
  .registration-fees-main .registration-right {
    padding-top: 220%;
  }
  .things-col {
    width: 100%;
  }
  .things-jacksonville-section {
    text-align: center;
  }
  .sponsor-left,
  .sponsor-right {
    width: 100%;
  }
  .sponsor-left {
    margin-bottom: 15px;
  }
  .sponsor-logo img {
    margin-right: 35px;
    margin-bottom: 20px;
  }
  .join-together-section {
    text-align: center;
  }
  .join-together-section h1 {
    font-size: 30px;
    line-height: 45px;
    padding: 0;
    max-width: 100%;
  }
  .join-together-section .btn {
    margin: 10px 0px;
  }
  .node-type-events-channel .box-card-main .box-card {
    padding: 0px;
  }
  .womens-business-text {
    padding-left: 0;
  }
  .registration-fees-main .registration-left {
    padding: 40px 30px;
    text-align: center;
  }
  .registration-fees-section .btn {
    margin: 0 auto;
  }
  .zone-banner-section.conference-agenda {
    height: 350px;
  }
  .time-calendar-section .simple-title {
    text-align: center;
  }
  .node-type-events-channel .description h3,
  .node-type-events-channel .time-calendar-main .time,
  .node-type-events-channel .time-calendar-main .location,
  .node-type-events-channel .description p,
  .node-type-events-channel .calendar-part li {
    font-size: 12px;
    line-height: normal;
  }
  .node-type-events-channel .description h3,
  .node-type-events-channel .moderated-section {
    margin-bottom: 5px;
    line-height: normal;
  }
  .node-type-events-channel .time-calendar-main .two-part {
    padding: 0px 5px;
  }
  .node-type-events-channel .calendar-part, .view-id-event_channel_views.view-display-id-block .time-calendar-main ul:first-child + ul > li {
    padding: 10px;
  }
  .node-type-events-channel .testimonial-left,
  .node-type-events-channel .testimonial-right {
    width: 100%;
  }
  .testimonial-section {
    text-align: center;
  }
  .node-type-events-channel .testimonial-box {
    display: block;
  }
  .node-type-events-channel .testimonial-right {
    padding-left: 0px;
  }
  .node-type-events-channel .testimonial-right h3 {
    font-size: 17px;
    line-height: 30px;
  }
  .node-type-events-channel .testimonial-right p {
    font-size: 16px;
    line-height: 25px;
  }
  .node-type-events-channel .testimonial-left img {
    width: 100%;
    max-width: 300px;
  }
}
/*mobile landscape only*/
@media screen and (min-width: 480px) and (max-width: 767px) {
  .node-type-events-channel .container-24 {
    width: 460px;
    margin: 0 auto;
  }
}
/*mobile potrait only*/
@media screen and (max-width: 479px) {
  .node-type-events-channel .container-24 {
    width: 300px;
    margin: 0 auto;
  }
  .banner-text {
    display: block;
    text-align: center;
  }
  .date-text h4 {
    font-size: 23px;
    letter-spacing: 3px;
  }
  .banner-text span {
    padding: 0px;
  }
  .date-text p {
    font-size: 17px;
  }
  .success-our-time {
    padding: 35px 0;
  }
  .success-our-time h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .success-our-time p {
    font-size: 14px;
  }
  .womens-business {
    padding: 40px 0;
  }
  .womens-business-img {
    padding: 0;
  }
  .womens-business-name {
    font-size: 60px;
  }
  .womens-business-text h4 {
    font-size: 16px;
  }
  .womens-business-text p {
    font-size: 14px;
  }
  .simple-title {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .box-card h3 {
    font-size: 17px;
  }
  .box-card p {
    font-size: 14px;
  }
  .registration-fees-main .registration-left {
    padding: 30px 20px;
  }
  .registration-list p {
    font-size: 16px;
  }
  .registration-list h5 {
    font-size: 19px;
  }
  .registration-right-main {
    padding: 0 20px;
  }
  .registration-right h4 {
    font-size: 21px;
  }
  .room-block {
    font-size: 10px;
  }
  .room-block > b {
    font-size: 26px;
  }
  .registration-fees-main .registration-right {
    padding-top: 280%;
  }
  .things-box h5 {
    font-size: 17px;
  }
  .things-box p {
    font-size: 15px;
  }
  .sponsor-logo {
    width: 100%;
  }
  .sponsor-logo img {
    margin-right: 0;
    display: block;
    margin: 0 auto 20px;
  }
  .title-sponsor {
    text-align: center;
  }
  .sponsor-company-logo {
    padding: 40px 0 20px;
  }
  .join-together-section {
    padding: 40px 0;
  }
  .join-together-section h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

/* END OF NATIONAL WOMENS BUSINESS 2019 PAGE CSS */

.node-type-event .agenda-section .row .slick-slide,
.node-type-story .agenda-section .row .slick-slide {
  word-break: break-word;
  height: 540px;
}

.supporters-slider .slide-arrow,
.company-slider .view-content .slide-arrow,
.cp-slider .view-content .slide-arrow,
.node-type-event .slide-arrow,
.node-type-story .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: transparent;
}

.supporters-slider .prev-arrow{
  left: 0;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #006b6e;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 999;
}

.supporters-slider .next-arrow{
  right: 0;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #006b6e;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 999;
}

button.slide-arrow:focus {
  outline: none;
}

.company-slider .view-content .prev-arrow,
.cp-slider .view-content .prev-arrow,
.node-type-event .prev-arrow,
.node-type-story .prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #006b6e;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.company-slider .view-content .next-arrow,
.cp-slider .view-content .next-arrow,
.node-type-event .next-arrow,
.node-type-story .next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #006b6e;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.minus-z {
  z-index: -1;
}

/* Map CSS */
@media screen and (min-width: 992px) {
  .view-id-homepage.view-display-id-block_13 .testimonial-box {
    width: 364px;
  }

  .pane-chapter-locations-mapeal-map-wra svg,
  .pane-chapter-map-mapael svg {
    width: auto;
  }
}

.front .pane-chapter-locations-mapeal-map-wra {
  padding: 60px 0;
}

.pane-chapter-locations-mapeal-map-wra svg,
.pane-chapter-map-mapael svg {
  max-height: 100%;
}
.pane-chapter-locations-mapeal-map-wra .mapLegend,
.pane-chapter-map-mapael .mapLegend {
  display: none;
}
.pane-chapter-locations-mapeal-map-wra .mapTooltip,
.pane-chapter-map-mapael .mapTooltip {
  position: fixed;
  background: #fff;
  padding: 10px;
  z-index: 1000;
  display: none;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  text-align: left;
}
.pane-chapter-locations-mapeal-map-wra .mapTooltip h3,
.pane-chapter-map-mapael .mapTooltip h3 {
  font-size: 20px;
  color: #006b6e;
}
.pane-chapter-locations-mapeal-map-wra .mapTooltip p,
.pane-chapter-map-mapael .mapTooltip p {
  margin-bottom: 0.5em;
  font-size: 0.9em;
}

.view-id-chapter_directory.view-display-id-block
  .views-exposed-form
  .views-exposed-widget
  .btn {
  margin-top: 5px;
}

/* End Map CSS */

.field-name-body a {
  word-break: break-word;
  cursor: pointer;
}

.field-name-body ol {
  list-style-type: none;
}

.field-name-body ol li {
  counter-increment: count-me;
}

.field-name-body ol li:before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: 0.05em;
  color: #006666;
  font-weight: bold;
}

.field-name-body h3.gr_light,
.view-id-child_nodes h3.gr_light {
  font-size: 24px;
}

.field-name-body .gr_light,
.view-id-child_nodes .gr_light {
  color: #006666;
  font-weight: 800;
  line-height: 1.5;
}

.agenda-item span.cus-date {
  font-size: 14px;
  color: rgb(132, 132, 132);
  line-height: 1.857;
}

.view-id-news li.pager-next,
.view-id-newsletter.view-display-id-latest_issue li.pager-next {
  list-style-type: none;
}

.view-id-news li.pager-next a,
.view-id-newsletter.view-display-id-latest_issue li.pager-next a {
  background: #eaeff3;
  color: #1dafec;
  margin: 0 auto;
  max-width: 29vw;
  width: 100%;
  line-height: 32px;
  display: block;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 30px;
  border: none;
}

.view-id-partnerships.view-display-id-block_summary
  .cus-carousel
  .supporters-box,
.view-id-partnerships.view-display-id-block_chapter_partners_summary
  .cus-carousel
  .supporters-box,
.view-id-child_nodes.view-display-id-block_partners
  .cus-carousel
  .supporters-box {
  min-height: 300px;
  display: flex;
}

.testimonial-slider {
  z-index: 400;
}

.page-user .pane-nawbo-dashboard li a,
.page-info-dashboard li a {
  background: #647687;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  line-height: 44px;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 0px;
  border: none;
}

.page-user .pane-nawbo-dashboard li,
.page-info-dashboard li {
  background: #647687;
  color: #fff;
  margin: 12px;
  width: 100%;
  line-height: 44px;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 0px;
  border: none;
}

.page-aa .block-nawbo-dashboard li a.active{
  /*border-style: dashed;*/
}

.page-user .pane-nawbo-dashboard li {
  width: 100%;
  margin-bottom: 1em;
  list-style: none;
}

/*.page-aa .block-nawbo-dashboard li {
  width: fit-content;
  list-style: none;
  float: left;
}*/

@media screen and (min-width: 592px) {
  .page-user .pane-nawbo-dashboard li:nth-child(even) {
    margin-left: 1em;
  }

  .page-user .pane-nawbo-dashboard li {
    width: 48%;
  }
}

.block-nawbo-dashboard ul li ul li {
  margin-left: 0;
}

.block-nawbo-dashboard ul li ul.dropdown-menu li a {
  color: #212529;
  font-weight: 400;
}

.block-nawbo-dashboard ul li ul.dropdown-menu li a:hover {
  color: #fff;
  font-weight: 400;
}

.view-id-quotes.view-display-id-block_2 .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006b6e' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.view-id-quotes.view-display-id-block_2 .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23006b6e' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* Member Direcoty Search CSS */

.view-id-member_directory {
  padding: 0 15px;
}
.view-id-member_directory .view-filters {
  background-color: #006b6e;
  color: #fff;
  padding: 16px 40px;
  margin-bottom: 2rem;
}
.view-id-member_directory .views-exposed-form {
  margin: 0 -15px;
}
.view-id-member_directory .views-exposed-form .views-exposed-widget {
  width: 25%;
  padding: 0 15px;
}
.view-id-member_directory .views-exposed-form .views-exposed-widget label {
  margin-top: 25px;
}
.view-id-member_directory .views-exposed-form .form-control {
  width: 100% !important;
}
.view-id-member_directory .views-exposed-form .views-exposed-widget.views-widget-filter-field_geofield_distance {
  width: 100%;
  margin-top: 20px;
}
.view-id-member_directory .views-exposed-form .views-exposed-widget.views-widget-filter-field_certifications_tid {
  width: 100%;
}
.view-id-member_directory .views-exposed-form .form-item {
  width: 100%;
  padding: 0;
}
.view-id-member_directory .views-exposed-form .chosen-container-single .chosen-single {
  border: none;
  background: transparent;
  box-shadow: none;
}
.view-id-member_directory .views-exposed-form .chosen-container-single .chosen-single:focus {
  outline: none;
  border: none;
  background-color: transparent;
  background-image: none;
}
.view-id-member_directory .view-content .views-row {
  margin-bottom: 30px;
}
.view-id-member_directory .view-content .views-field {
  height: 100%;
}
.view-id-member_directory .view-content .card {
  height: 100%;
}
.view-id-member_directory .view-content .card:hover {
  box-shadow: 2px 18px 50px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.view-id-member_directory .view-content .cus-img img.img-fluid {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}
.view-id-member_directory .view-content .cus-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
.view-id-member_directory .view-content .cus-content h3 {
  font-size: 26px;
}
.view-id-member_directory .pagination {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .view-id-member_directory .view-content .cus-img img.img-fluid {
    max-height: 275px;
  }
}

@media (max-width: 991px) {
  .view-id-member_directory .views-exposed-form .views-exposed-widget {
    width: 33.33%;
  }
  .view-id-member_directory .views-exposed-form .views-exposed-widget label {
    margin-top: 10px;
  }
  .view-id-member_directory .views-exposed-form .views-exposed-widget.views-widget-filter-field_geofield_distance {
    margin-top: 10px;
  }
  .view-id-member_directory .view-content .cus-img img.img-fluid {
    max-height: 210px;
  }
}

@media (max-width: 767px) {
  .view-id-member_directory .views-exposed-form
    .views-exposed-widget {
    width: 50%;
  }
  .view-id-member_directory .views-exposed-form .views-exposed-widget.views-widget-filter-field_geofield_distance .form-item {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .view-id-member_directory {
    padding: 0;
  }
  .view-id-member_directory .views-exposed-form .views-exposed-widget {
    width: 100%;
  }
  .view-id-member_directory .view-content .cus-img img.img-fluid {
    max-height: 300px;
  }
}
/* End of Member Direcoty Search CSS */

.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues {
  max-width: 700px;
  margin: 40px auto 0;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .view-header
  img.media-image {
  width: 100%;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .item-list
  ul {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .item-list
  ul
  li.views-row {
  clear: left;
  margin-bottom: 30px;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .item-list
  ul
  .field-content
  a {
  font-size: 20px;
  color: #0063a6;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .item-list
  ul
  .field-content
  a:hover {
  color: #00aff0;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .field-content
  p {
  margin-bottom: 0;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .views-field.views-field-field-image {
  float: left;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .views-field.views-field-field-image {
  margin-right: 20px;
  margin-bottom: 20px;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .views-field.views-field-field-image
  + .views-field.views-field-title {
  margin-bottom: 20px;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .views-field.views-field-body
  .field-content
  p
  img {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
.view-id-child_nodes.view-display-id-block_chapter_newsletter_issues
  .pagination {
  align-items: center;
  justify-content: center;
}

#nawbo-join-subscribe-form{
  margin-top: 1em;
  margin-bottom: 1em;
}

div.member-spotlight-slider a {
    color: #000;
}
div.member-spotlight-slider a:hover{
    color: #007bff;
}

/* Social Icons */

ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.social-network a.icoRss:hover,
.social-network a.icoRss-s {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover,
.social-network a.icoFacebook-s {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover,
.social-network a.icoTwitter-s {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover,
.social-network a.icoGoogle-s {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover,
.social-network a.icoVimeo-s {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover,
.social-network a.icoLinkedin-s {
  background-color:#007bb7;
}
.social-network a.icoRss:hover svg, .social-network a.icoFacebook:hover svg, .social-network a.icoTwitter:hover svg,
.social-network a.icoGoogle:hover svg, .social-network a.icoVimeo:hover svg, .social-network a.icoLinkedin:hover svg {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.view-id-chapter_fields.view-display-id-social{
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 900;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  /* margin:0 auto 0 auto; */
  -moz-border-radius:50%;
  /* -webkit-border-radius:50%; */
  /* border-radius:50%; */
  text-align:center;
  width: 46px;
  height: 46px;
  font-size:20px;
  background-color: #D3D3D3;
}
.social-circle li svg {
  margin:0;
  line-height:50px;
  text-align: center;
  margin: 0 auto;
  vertical-align: bottom;
}

.social-circle li a:hover svg, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle svg {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* End of Social icons CSS */

.page-aajoin .chosen-container.form-control{
  width: 100% !important;
}

.hero-section.home-hero-section .carousel-caption {
    overflow: inherit !important;
    white-space: nowrap;
}
.hero-section.home-hero-section .carousel-caption h2 {
   white-space: normal !important;
}
.hero-section.home-hero-section .carousel-caption p {
    white-space: normal;
}

.hero-section.home-hero-section .carousel-item {
  visibility: hidden;
  display: block;
}
.hero-section.home-hero-section .carousel-item.active {
  visibility: visible;
}

