@charset "UTF-8";
/* CSS Styles for Template Pages */


/* Solid Background Colors */
.primary-bg {background-color: #1f1a64;}
.secondary-bg {background-color: #0f69a6;}
.tertiary-bg {background-color: #673090;}
.light-gray-bg {background-color: #f1f1f1;}

/* Gradient Background Colors */
.gradient1-bg {background: linear-gradient(to bottom, #1f1a64 0%, #0f69a6 100%);}
.gradient2-bg {background: linear-gradient(to right, rgba(31, 26, 100,1) 0%, rgba(15, 105, 166,1) 100%);}

/* Sponsor Page Gradients */
.sponsor-platinum-bg {background: linear-gradient(to right, rgba(182, 182, 180, 0.9) 0%, rgba(190, 189, 184, 0.8) 37%, rgba(219, 219, 219, 0.8) 100%);}
.sponsor-gold-bg {background: linear-gradient(to right, rgba(227, 196, 49, 0.8) 0%, rgba(227, 196, 49, 0.8) 31%, rgba(224, 228, 28, 0.4) 100%);}
.sponsor-bronze-bg {background: linear-gradient(to right, rgba(173, 116, 93, 1) 0%, rgba(247, 194, 163, 0.9) 53%, rgba(160, 104, 79, 1) 100%);}

/* Alt Button Background Colors */
.secondary-button {background-color: #1f1a64;}
.tertiary-button {background-color: #fff;}

/* Border Colors */
.primary-border {border-color: #f1f1f1;}
.secondary-border {border-color: #1f1a64;}
.tertiary-border {border-color: #0f69a6;}


/* Subpage Title Break */
#SpTitleBar {
  display: none;
}
#SpContent_Container {
  padding: 0 15px 15px;
}
#SpSubHead {
  display: none;
}
#sp-main {
  width: 100%;
  margin-top: 121px;
  max-width: 100%;
  padding-top: 0px;
}
#sp-main::before {
  display: none;
}
#SpContent_Container {
  padding: 0;
}
#sp-main #left {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#sp-main #right {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#SpContent_Container .calloutbox {
  display: none;
}
.addthis_toolbox {
  display: none;
}
/* End Subpage Title Break */

#bottomcontentarea {
  padding: 0;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-5 {
  float: left;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}


/* Text Classes */
.textUppercase {text-transform: uppercase;}
.textUnderline {text-decoration: underline;}
.textStrike {text-decoration: line-through;}
.textItalic {font-style: italic;}
.textThin {font-weight: 100;}
.textExtraLight {font-weight: 200;}
.textLight {font-weight: 500;}
.textRegular {font-weight: 400;}
.textMedium {font-weight: 500;}
.textSemiBold {font-weight: 600;}
.textBold {font-weight: 700;}
.textExtraBold {font-weight: 800;}
.textBlack {font-weight: 900;}
.important {display: inline-block; vertical-align: top; color: #ca2828; font-size: 8px; padding-left: 5px;}


/* Custom List */
.cpList {
  list-style: none;
  padding-left: 15px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.cpList li {
  background: url("https://cdn.ymaws.com/ncbp.org/resource/resmgr/templatepages/bullet.png") no-repeat scroll 0 5px transparent;
  padding: 0 0 6px 14px;
  font-weight: 500;
  font-size: 15px;
  font-style: italic;
  color: #5b6770;
  line-height: 17px;
}


.cpTitleBar-out {
  position: relative;
  height: auto;
  background-color: #008c95;
}
.cpTitleBar-content {
  padding: 35px 0;
}
.cpTitleBar {
  color: #ffffff;
  text-align: left;
  margin-top: 15px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
   padding-top: 15px;
}
.cpSubTitleBar {
  color: #ffffff;
  text-align: left;
  font-size: 16pt;
  font-style: italic;
  line-height: 1.2em;
  margin-top: 10px;
  font-weight: 500;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
  float: right;
  padding-top: 30px;
}


/* Version 2 Title Bar */ 
.cpTitleBar-out.v2 {
  height: 325px;
  background: url(https://cdn.ymaws.com/ncbp.org/resource/resmgr/templatepages/cpherobg.jpg) no-repeat scroll center center/cover transparent;
}

/* Version 3 Title Bar */ 
.cpTitleBar-out.v3 {
  height: 400px;
  background: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/ncbp-webbanner-1920x400.jpeg) no-repeat scroll center center/cover transparent;
  background-position: left center;
}

/*.cpTitleBar-out::before {
  position: absolute;
  content: "";
  background: transparent url(https://cdn.ymaws.com/ncbp.org/resource/resmgr/templatepages/herooverlay.png) no-repeat scroll center center/cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}*/
.cpTitleBar-content .container {
    padding-left: 10%;
}
.cpTitleBar-out.v2 .cpTitleBar-content, .cpTitleBar-out.v3 .cpTitleBar-content {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

/*DROPDOWN CSS*/
#cpRSAccordion {
    color: #fff !important;
}
.panel-rs-1 {
   /* background: #f12c32f2; */
    background: #8dc640;
    background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
        background-repeat: no-repeat;
        background-size: 400px;
        background-position-x: 100px;
        background-position-y: 0px;
}
    .panel-rs-2 {
    background: #8dc640; 
        background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
        background-repeat: no-repeat;
        background-size: 400px;
        background-position-x: 80px;
        background-position-y: -180px;
}
    .panel-rs-3 {
    /*background: #673090;*/
        background: #8dc640;
        background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
        background-repeat: no-repeat;
        background-size: 400px;
        background-position-x: 80px;
        background-position-y: -40px; 
}
    .panel-rs-4 {
background: #f12c32f2; 
        background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
        background-repeat: no-repeat;
        background-size: 400px;
        background-position-x: 180px;
        background-position-y: 10px;
}

.panel-rs-1 .formbutton {background:#fff; /*color: #f12c32f2;*/color: #8dc640; }
.panel-rs-2 .formbutton {background:#fff; color: #8dc640; }
.panel-rs-3 .formbutton {background:#fff; /*color: #673090;*/ color: #8dc640; }
.panel-rs-4 .formbutton {background:#fff; color: #f12c32f2; }

#cpRSAccordion .formbutton:hover {
    background: #1b1464;
    color: #fff;}

.cpAccordion-v4 .panel-heading a, .cpAccordion-v1  .panel-heading a{
    background-color: transparent !important;
    font-weight: bold!important;
}
/*END DROPDOWN CSS*/
/* Tier/Section Title */
.cpTier {
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.cpTier-title {
  margin-bottom: 20px;
  display: block;
}
.cpTier-title .title {
  margin: 0 auto;
  font-size: 34px;
  font-weight: bold;
  text-transform: none;
  color: #1b1464;
}
.cpTier-title .subtitle {
  margin: 15px auto 0;
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  color: #1b1464;
}
.cpTier-title p {
  font-size: 16px;
  font-weight: 600;
}




/* Default Accordion Styles */
.cpAccordion {
  text-align: left; 
}
.cpAccordion .panel {
  border: none;
  border-radius: 0 !important;
  box-shadow: none;
}
.cpAccordion .panel + .panel {
  margin-top: 7px !important;
}
.cpAccordion .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
}
.cpAccordion .panel-title {
  line-height: normal;
}
.cpAccordion .panel-title a {
  background-color: #1f1a64;
  border: none;
  padding: 12px 40px 12px 15px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: all 225ms ease-in 0s;
  -moz-transition: all 225ms ease-in 0s;
  -o-transition: all 225ms ease-in 0s;
  transition: all 225ms ease-in 0s;
}
.cpAccordion .panel-title a:hover {
  background-color: #0f69a6;
  border: none;
  color: #fff;
}
.cpAccordion .panel-title a::before {
  content: '\f107';
  position: absolute;
  display: block;
  right: 15px;
  opacity: 1;
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cpAccordion .panel-title a.collapsed::before {
  content: '\f106';
}
.cpAccordion .panel-body {
  padding: 20px 14px;
  border: none !important;
}
.cpAccordion .panel-body .cpAccordion-title {
  font-size: 20px;
  font-weight: 700;
}
.cpAccordion .panel-body .cpAccordion-subtitle {
  color: #a2aaad;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 10px;
}
.cpAccordion .panel-body .formbutton {
  vertical-align: top;
  margin-top: 8px;
    background: #fff;
}


/* Accordion Version 2 - Solid Background Color + Border */
.cpAccordion.cpAccordion-v2 .panel-title a {
  background-color: transparent;
  color: #1f1a64;
  box-shadow: inset 0 0 0 2px #1f1a64;
}
.cpAccordion.cpAccordion-v2 .panel-title a:hover {
  background-color: #0f69a6;
  box-shadow: none;
  color: #fff;
}  

/* Accordion Version 3 - Transparent Background + Bottom Border */
.cpAccordion.cpAccordion-v3 .panel-title a {
  background-color: transparent;
  color: #1f1a64;
  border-top: 2px solid #f1f1f1;
  padding: 20px 40px 20px 15px;
  font-weight: 600;
}
.cpAccordion.cpAccordion-v3 .panel-title a:hover {
  background-color: transparent;
  color: #0f69a6;
}  
.cpAccordion.cpAccordion-v3 .panel + .panel {
  margin: 0 !important;
}
.cpAccordion.cpAccordion-v3 .panel-body {
  padding: 0 14px 20px;
}


/* Default CP Navbar Styles */
.cpNavBar {
  color: #ffffff;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  padding: 11px 8px;
}
.cpNavBar li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.cpNavBar li:first-child {
  margin-left: 0;
}
.cpNavBar li:last-child {
  margin-right: 0;
}
.cpNavBar a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none !important;
  line-height: 25px;
}
.cpNavBar a:hover {
  color: rgba(0,0,0,0.4);
}
.fixed-nav {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: 0.5s;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}


/* Default Top Video Styles */
.cpTopVid-right {
  text-align: left;
}
.cpTopVid-right .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 2px;
  line-height: normal;
}
.cpTopVid-right .date {
  color: #1f1a64;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.cpTopVid-left .cpVideo-wrap {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
.cpTopVid-left iframe, .cpTopVid-left object, .cpTopVid-left embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cpTopVid-left iframe {
  vertical-align: top;
}


/* Default Testimonial Styles */
.cpTestimonials-slider {
  margin-top: 0;
}
.cpTestimonials-slider .carousel-indicators {
  bottom: -20px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
}
.cpTestimonials-slider .carousel-inner {
  margin: 0 auto;
  width: 95%;
}
.cpTestimonials-slider.item {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.cpTestimonials-slider .carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  padding: 0;
  bottom: auto;
  text-shadow: none;
  font-weight: 400;
}
.cpTestimonials-slider .carousel-caption .cpSpeaker-title
{
  color: #1f1a64;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}
.cpTestimonials-slider .carousel-caption p {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 400;
  color: #333;
  text-align: left;
}
.cpTestimonials-slider .carousel-caption .name, .cpTestimonials-slider .carousel-caption .title {
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
}
.cpTestimonials-slider .carousel-control {
  background-image: none;
  padding: 0;
  width: auto;
  text-shadow: none;
  bottom: auto;
  top: 20%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}
.cpTestimonials-slider .carousel-control i {
  font-size: 20px;
  color: #1f1a64;
}


/* Default Pricing Styles */
.cpPricing .cpTier-title {
  text-align: left;
}
.cpPrice-item {
  padding: 0 15px;
}
.cpPrice-wrap {
  border: 1px solid #1f1a64;
}
.cpPrice-title {
  font-size: 18px;
  padding: 25px 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.cpPrice-value {
  background-color: #1f1a64;
  padding: 32px 5px 22px 5px;
  color: #fff;
  position: relative;
}
.cpPrice-value::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 35px;
  color: #fff;
  z-index: 10;
  left: 0;
  right: 0;
  top: -24px;
}
.cpPrice-value .title, .cpPrice-value2 .title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.cpPrice-wrap .amount {
  display: inline-block;
  font-size: 43px;
  font-weight: 700;
  position: relative;
}
.cpPrice-wrap .currency {
  position: absolute;
  left: -31px;
  top: 0;
}
.cpPrice-wrap .value {
  font-size: 17px;
  position: absolute;
  top: 8px;
  right: -23px;
}
.cpPrice-value2 {
  padding: 32px 5px 22px 5px;
  background-color: #1f1a64;
  color: #fff;
  position: relative;
}
.cpPrice-value2::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 35px;
  color: #0f69a6;
  z-index: 10;
  left: 0;
  right: 0;
  top: -24px;
}
.cpPrice-benefits {
  padding: 25px 5px 0px;
}
.cpPrice-benefits ul {
  color: #a2aaad;
  padding: 0;
  list-style: none;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.cpPrice-benefits li {
  padding: 5px 0;
}
.cpPrice-button {
  padding: 30px 5px;
}



/* Full-Width Image Left/Text Right */
.fwImageText-out {
  padding: 0;
}
.fwImageText-out .container {
  width: 100%;
  padding: 0;
}
.fwImageText-left {
  padding: 0;
}
.fwImageText-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.fwImageText-right {
  padding: 0;
}
.fwImageText-right .fwImageText-wrap {
  padding: 40px 40px;
  text-align: left;
  min-height: 400px;
}
.fwImageText-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.fwImageText-text {
  color: #fff;
  font-size: 15px;
}
.fwImageText-text .formbutton {
  margin-top: 10px;
  vertical-align: top;
} 


/* Full-Width Video Left/Text Right */
.fwVideoText-out {
  padding: 0;
}
.fwVideoText-out .container {
  width: 100%;
}
.fwVideoText-left {
  padding: 0;
}
.fwVideoText-left .fwVideoText-wrap {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
.fwVideoText-left iframe, .fwVideoText-left object, .fwVideoText-left embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fwVideoText-left iframe {
  vertical-align: top;
}
.fwVideoText-right {
  padding: 0;
}
.fwVideoText-right .fwVideoText-wrap {
  max-width: 692px;
  text-align: left;
  padding: 35px 10px 25px 40px;
}
.fwVideoText-right .fwVideoText-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.fwVideoText-right .fwVideoText-text {
  margin-bottom: 15px;
  font-size: 15px;
}
.fwVideoText-list {
  margin: 0;
}
.fwVideoText-right .formbutton {
  margin-top: 10px;
}


/* Image Text Boxes */
.imageTextBox-item {
  padding: 0 20px;
  margin: 15px 0;
  display: inline-block;
  vertical-align: top;
}
.imageTextBox-wrap {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.2);
}
.imageTextBox-left {
  width: 75%;
  position: relative;
  margin-left: auto;
  order: 2;
}
.imageTextBox-left img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
}
.imageTextBox-right {
  padding: 20px;
  text-align: left;
  width: 90%;
  min-height: 350px;
}
.imageTextBox-title {
  font-size: 21px;
  font-weight: 600;
  margin: 0 auto 10px;
  line-height: normal;
}
.imageTextBox-right p {
  font-size: 15px;
}
.imageTextBox-right .formbutton {
  margin-top: 5px;
  vertical-align: top;
}


/* Text Image Row With No Top or Bottom Padding */
.cpTextImageNP-out {
  padding: 0;
}
.cpTextImageNP-right {
  order: 2;
}
.cpTextImageNP-img img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.cpTextImageNP-left {
  text-align: left;
}
.cpTextImageNP-wrap {
  padding: 30px 20px 30px 0;
  min-height: 325px;
}
.cpTextImageNP-title {
  font-size: 24px;
  margin: 16px auto 10px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  line-height: normal;
}
.cpTextImageNP-left .formbutton {
  margin-top: 10px;
  vertical-align: top;
}



/* Default Bucket Styles */
.cpBucket-wrap {
  background-color: #ffffff;
  margin: 15px 7px;
  padding: 25px 20px;
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.cpBucket-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: normal;
}
.cpBucket-text {
  margin-bottom: 15px;
}
.cpBucket-wrap .formbutton {
  vertical-align: top;
}
.cpBuckets-moreLink {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
}

/* Default Title w/ Border Above Styles */
.titleWithBorder::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 75px;
  background-color: #1f1a64;
  top: -16px;
}
.titleWithBorder {
  position: relative;
  display: inline-block;
}





/* Specific Custom Page Styles */


/* PAGE 1 */
#cpPurpose-right {
  border-left: 2px solid #f1f1f1;
}
.cpPurpose-wrap {
  text-align: left;
  padding: 0 20px;
  min-height: 350px; 
}
.cpPurpose-wrap i {
  color: #1f1a64;
  font-size: 30px;
}
.cpPurpose-title {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.cpPurpose-wrap p {
  font-size: 15px;
}
.cpPurpose-wrap a {
  font-weight: 500;
}
#cpBoard-out .container {
    width: 100%;
}
.cpBoard-row {
  padding-top: 50px;
  padding-bottom: 30px;
}
/*#cpBoardRow1 {border-top: 3px solid #ec2127; border-bottom: 3px solid #ec2127;}
#cpBoardRow2 {border-top: 3px solid #8dc640;}
#cpBoardRow4 {border-bottom: 3px solid #8dc640;}*/


.cpBoard-wrap {
  padding: 10px;
}
.cpBoard-image {
  margin: 0 15px 15px;
}
.cpBoard-image img {
  border-radius: 100%;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.cpBoard-name {
  font-size: 16px;
  font-weight: 500;
  color: #0f69a6;
}
.cpBoard-title {
  font-weight: 400;
  font-size: 15px;
}
	
.cpStaffList-row {
  padding: 15px 0;
}
.cpStaffList-row:last-child {
  padding-bottom: 0;
}
.cpStaffList-name {
  font-weight: 500;
  font-size: 16px;
}
.cpStaffList-title {
  font-weight: 500;
  font-size: 14px;
}
.cpStaffList-link {
  color: #0f69a6;
  font-size: 15px;
}
.cpStaffList-link:hover {
  color: #1f1a64;
}
	
.cpStaff2-row {
  padding-top: 35px;
  padding-bottom: 35px;
}
.cpStaff2-row:last-child {
  padding-bottom: 0;
}
.cpStaff2-item {
  text-align: center;
}
.cpStaff2-wrap {
  padding: 0px 20px;
}
.cpStaff2-image {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  max-width: 250px;
  margin-bottom: 30px;
  border: 14px solid #dad5f3;
}
.cpStaff2-image img {
  margin: 0 auto;
}
.cpStaff2-name {
  font-size: 19px;
  color: #1f1a64;
  font-weight: 450;
}
.cpStaff2-title {
  font-weight: 400;
  font-size: 15px; 
}
.cpStaff2-text .formbutton {
  margin-top: 12px;
}
.cpStaff2-item .modal-dialog {
  /*width: 80%;*/
    width: fit-content;
  bottom: 0 !important;
  top: 50% !important;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.cpStaff2-item .modal-content {
  display: inline-block;
  padding: 50px 40px;
  border-radius: 0;
  text-align: left;
}
.cpStaff2-item .modalWindowImage {
  text-align: center;
}
.cpStaff2-item .modalWindowImage img {
  margin: 0 auto;
}
.cpStaff2-item .modalWindowInfo {
  padding-left: 15px;
}
.cpStaff2-item .modalWindowInfo-name {
  font-size: 26px;
  line-height: normal;
  color: #1f1a64;
  font-weight: 500;
}
.cpStaff2-item .modalWindowInfo-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.cpStaff2-item .modalWindowInfo-contact {
  margin: 20px auto 10px;
  font-size: 14px;
  font-weight: 500;
}
.cpStaff2-item .modalWindowInfo-contact .phone {
  color: #a2aaad;
}
.cpStaff2-item .modalWindowInfo-contact .phone span {
  color: #333f48;
}	

/* PAGE 2 */
.cphb-box {
    margin: 0 0 25px;
    position: relative;
    overflow: hidden; }

.cphb-box img {
    width: 100%;
}

.cphover-content {
    position: absolute;
    top: 0;
    right: 150px;
    left: 0;
    color: #fff;
    font-size: 15px;
    padding: 10px 100px 10px 100px;
    min-height: 100%;
    transition: all 0.6s ease 0s;
    clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cphover-box-col.one .cphover-content {
    /*background: rgb(237 71 77 / 90%);*/
    background: rgb(236 33 39 / 80%);
}
.cphover-box-col.two .cphover-content {
    /*background: rgb(237 71 77 / 90%);*/
    background: rgb(15 105 166 / 80%);
}
.cphover-box-col.three .cphover-content {
    /*background: rgb(169 109 213 / 90%);*/
    background: rgb(103 48 144 / 85%);
}

.cphover-content h4:before {
    content: '';
    display: block;
    background: url(https://cdn.ymaws.com/ncbp.org/resource/resmgr/templatepages/logoicon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
    width: 48px;
    position: absolute;
    left: 46px;
}
	
.cphover-subcontent .cpList {
  text-align: left;
}	
	
.cphover-subcontent .cpList li, .cphover-subcontent .cpList li a {
  color: #fff;
}		
	
.cphover-subcontent .cpList li a:hover {
  color: #ccc;
}	

.cphover-content h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: .3s all;
}

.cphb-box:hover .cphover-content h4 {
    margin-top: -20px;
}

.cphover-subcontent {
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden; }

.cphb-box:hover .cphover-subcontent{
    opacity: 1;
    height: auto; }

.cphb-box:hover .cphover-content{
	  right: 50px; }
	
.cpnewsfeed {
  margin-bottom: 25px;
}		
.cpfeedwrapinner {
  background: #f1f1f1;
  min-height: 560px;
}
.cpfeedwraptitle {
  background: #1f1a64;
  padding: 20px 30px;
  position: relative;
  color: #fff;
}	
.cpfeedwraptitle h4 {
  color: #fff;
  margin: 0;
}	
.cpfeedwraptitle a {
  color: #fff;
  font-size: 14px;
  float: right;
  margin-top: 5px;
  font-weight: 600;
}	
.cpfeedwraptitle a:hover {
	color: #ccc;
}	
.cpfeedwrapfeed {
  padding: 20px 30px;
  text-align: left;
}	
.cpfeedwrapfeed .rss-item {
  margin: 5px 0;
}	
.cpfeedwrapfeed .rss-item-title {
  font-weight: 600;
}	
.cpfeedwrapfeed .rss-item-date {
  font-weight: 500;
  color: #0f69a6;
}	

#cpRightCol {
    text-align:left;}
.cpRightCol-wrap{
    background: #eff3f5;
    border: 1px solid #0367a6;
}
.cpRightCol-header {
    font-size: 22px;    background-color: #0367a6;
    color: #fff;line-height: 35px;
    padding: 10px;
    font-weight: 500;
}
.cpRightCol-content {
    padding: 20px;
}



/* PAGE 3 */
#cpGeneral-out .container{
    width: 100%;
}
.cpGeneral-row {
  padding: 0 0 30px;
    border-bottom: 0;
  text-align: left;
}
.cpGeneral-row:first-child {
  padding-top: 0;
}
.cpGeneral-row:last-child {
  padding-bottom: 0;
  border: none;
} 
.cpGeneral-contentWrap { 
    padding: 30px 0;}
.cpGeneral-paragraph {
    text-align: center;
}
.cpGeneral-image img {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    max-width: 200px;
    margin-right: 10px;
    border: 14px solid #dad5f3;
}
#cpGeneral-row-1 .cpGeneral-contentWrap, 
#cpGeneral-row-3 .cpGeneral-contentWrap, 
#cpGeneral-row-5 .cpGeneral-contentWrap {    
    border-top: 3px solid #8dc640;}

#cpGeneral-row-2 .cpGeneral-contentWrap, 
#cpGeneral-row-4 .cpGeneral-contentWrap { 
    border-top: 3px solid #8dc640;}

#cpGeneral-row-5 .cpGeneral-contentWrap {
    margin-bottom: 30px;}   

#cpGeneralCols-out .cpGeneral-image.odd img {float: right;margin-left:40px;}   
#cpGeneralCols-out .cpGeneral-image.even img {float: left;margin-right:40px;}


/* PAGE 4 */
.cpMembershipWhy-Left .cpList {
  text-align: left;
}
.cpMembershipWhy-Left .cpList li {
  color: #333;
  margin: 10px 0;
  font-style: normal;
}
#cpMembershipFind-out .cpTitleBar {
  text-align: center;
  margin-bottom: 15px;
}	
	
.cpMembershipHow-pricetablewrap {
  padding: 0 20px 20px 20px;
}		
.cpMembershipHow-leftcol {
  padding: 0 10px 0 0;
}	
.cpMembershipHow-rightcol {
  padding: 0 0 0 10px;
}	
.cpMembershipHow-desc {
  text-align: left;
  padding: 0;
}	
.cpMembershipHow-desc .cpList {
  margin: 0;
  padding: 10px 0;
  min-height: 74px;
}
.cpMembershipHow-pricingbox {
  padding: 0;border: 1px solid #1b1464;
}	
.cpMembershipHow-desc .cpList li {
  font-style: normal;
  background: none;
  padding: 5px 0;
    color: #333;
}
.cpMembershipHow-titlewrap {
  background: #1f1a64;
  padding: 0;
}	
.cpMembershipHow-titlewrap h6 {
  margin: 0;
  color: #fff;
  padding: 10px;
}	
.cpMembershipHow-costwrap {
  padding: 15px;
  background: #fff;
  font-weight: 500;
  min-height: 157px;
}	
.cpMembershipHow-cost {
  padding: 5px 0;
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.cpMembershipHow-buttoncol {
  padding: 0;
}
.cpMembershipHow-buttoncol .formbutton {
  margin: 20px 10px 0;
  min-width: 125px;
}
#cpMembershipInfo-out {
  padding-top: 45px;
    padding-bottom: 0;
}	
#cpMembershipWhy-out h4 {
    color: #8dc640;
    padding-top: 20px;
}

/*#cpMembershipWhy-out, .cpMembershipHow-pricetablewrap {border-bottom: 3px solid #ec2127;}*/

.panel-mm-1 {
    /*background: #f12c32f2;*/
    background: #8dc640;
    background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-y: center;
}
    .panel-mm-2 {
    background: #8dc640;
    background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-y: center;
}
    .panel-mm-3 {
    /*background: #673090;*/
        background: #8dc640;
    background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-y: center;
}

.panel-mm-1 .formbutton {/*color: #f12c32f2;*/ color: #8dc640;}
.panel-mm-2 .formbutton {color: #8dc640;  }
.panel-mm-3 .formbutton {/*color: #673090;*/ color: #8dc640;}

.panel-mm-1 .formbutton:hover, 
.panel-mm-2 .formbutton:hover, 
.panel-mm-3 .formbutton:hover {
    background: #1b1464;
    color: #fff;}

.cpAccordion-v1  .panel-body {
    color: #fff!important;
}
#cpMembershipFind-out img {
    margin: 0 auto;
}
#cpMembershipFind-out {
    padding-top: 0;
   /* background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-y: center;*/
}

.cpMembershipFind-wrap {background: #1b1464; padding: 0 20px 20px;}
    #cpMembershipFind-out .formbutton { background: #fff; color:#1b1464; }
    #cpMembershipFind-out .formbutton:hover { background:#8dc640; color: #fff; }



/* PAGE 5 */
#cpMeetingInfo-out .cpList {
  padding: 0;
}
#cpMeetingInfo-out .cpList li {
  color: #fff;
  font-style: normal;
  margin: 0;
  padding: 5px 0;
}
#cpMembershipHow-out .container {
    width: 100%;
}
.cpmeethb-box {
    margin: 0 0 25px;
    position: relative;
    overflow: hidden; }

.cpmeethb-box img {
  width: 100%;
  max-height: 300px;
}

.cpmeethover-content {
    position: absolute;
    top: 0;
    right: 20px;
    left: 0;
    color: #fff;
    font-size: 15px;
    padding: 10px 100px 10px 100px;
    min-height: 100%;
    transition: all 0.6s ease 0s;
    clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cpmeethover-box-col.one .cpmeethover-content {
    /*background: rgb(237 71 77 / 90%);*/
    background: rgb(236 33 39 / 80%);
}
.cpmeethover-box-col.two .cpmeethover-content {
    /*background: rgb(237 71 77 / 90%);*/
    background: rgb(15 105 166 / 80%);
}
.cpmeethover-box-col.three .cpmeethover-content {
    /*background: rgb(169 109 213 / 90%);*/
    background: rgb(103 48 144 / 85%);
}

.cpmeethover-content h4:before {
    content: '';
    display: block;
    background: url(https://cdn.ymaws.com/ncbp.org/resource/resmgr/templatepages/logoicon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 48px;
    width: 48px;
    position: absolute;
    left: 46px;
}

.cpmeethover-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    transition: .3s all;
}

.cpmeethb-box:hover .cpmeethover-content h4 {
    margin-top: -20px;
}

.cpmeethover-subcontent {
	font-size: 14px;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden; }

.cpmeethb-box:hover .cpmeethover-subcontent{
    opacity: 1;
    height: auto; }

.cpmeethb-box:hover .cpmeethover-content{
      padding-left: 25px;
	  right: 0px; }	
	
#cpFAQAccordion {
  margin-top: 20px;
}
#cpFAQAccordion .faqList li {
  font-style: normal;
  padding: 0 0 15px 14px;
  font-weight: 400;
}
#cpMembershipReg-out { background: #1b1464;}	
#cpMembershipReg-out .formbutton {background: #fff; color: #1b1464;}
#cpMembershipReg-out .formbutton:hover { color: #fff; background: #ec2127;}

#cpMembershipReg-out .cpTitleBar
{
  text-align: center;
  margin-bottom: 25px;
}	
	#cpMeetingIntro-out  .cpTier-title p, #cpMeetingSchedule-out .cpTier-title p {
    padding-top: 15px;
    font-size: 15px;
    font-weight: 500;
}
.panel-me-1 {
   /* background: #f12c32f2;*/
    background: #8dc640;
background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-y: center;
}
    .panel-me-2 {
    background: #8dc640;
    background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-y: center;
}
    .panel-me-3 {
    /*background: #673090;*/
    background: #8dc640;
    background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-y: center;
}
    .panel-me-4 {
    background: #f12c32f2;
    background-image: url(https://cdn.ymaws.com/ncbp.site-ym.com/graphics/logo-icon-white-large.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position-y: center;
}
.panel-me-1 .formbutton {background: #fff; /*color: #f12c32f2;*/ color: #8dc640;}
    .panel-me-1 .formbutton:hover {background: #1b1464; color: #ffffff;}
    
    .panel-me-2 .formbutton {background: #fff; color: #8dc640;}
    .panel-me-2 .formbutton:hover {background: #1b1464; color: #ffffff;}
    
    .panel-me-3 .formbutton {background: #fff; /*color: #673090;*/ color: #8dc640;}
    .panel-me-3 .formbutton:hover {background: #1b1464; color: #ffffff;}
    
    .panel-me-4 .formbutton {background: #fff; /*color: #f12c32f2;*/ color: #8dc640;}
    .panel-me-4 .formbutton:hover {background: #1b1464; color: #ffffff;}

#cpMeetingBoxes-out {
    padding: 50px 0 30px 0;
}
.cpMeetingText {
    padding: 10px 0 30px;
    font-size: 16px;
}
#cpMeetingBoxes-out .panel-body {
    min-height: 300px;
}
table #Agenda {
    width: 100%;
}
#Agenda td {
    vertical-align: top;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid;
}
#Agenda td:nth-child(2) { width: 35%; padding: 15px 0 15px 50px;}

.cpTestimonials-slider-img {
    padding: 15px;
}

/* Media Queries */
@media (max-width: 1649px) {
    /* Page 1 */
    .cpStaff2-image {border: 10px solid #dad5f;}
    .cpStaff2-title {min-height: 44px;}
    #cpBoardRow2 .cpStaff2-name, #cpBoardRow3 .cpStaff2-name, #cpBoardRow4 .cpStaff2-name {min-height: 55px;}
}
@media (max-width: 1399px) {
/* Full-Width Video Left/Text Right */ 
.fwVideoText-right .fwVideoText-wrap {
  max-width: 592px;
}
}


@media (max-width: 1199px) {
.cpTitleBar-out.v2 {
  height: 275px;
}
.cpTitleBar-out.v3 {
  height: 325px;
}
  
/* Default Price Styles */
.cpPrice-item {
  padding: 0 8px;
}
 
/* Full-Width Image Left/Text Right */ 
.fwImageText-right .fwImageText-wrap {
  padding: 30px;
}  
  
/* Full-Width Video Left/Text Right */ 
.fwVideoText-out {
  padding: 55px 0;
}  
.fwVideoText-out .container {
  width: 900px
} 
.fwVideoText-left, .fwVideoText-right {
  padding: 0 8px;
}
.fwVideoText-left .fwVideoText-wrap {
  padding-bottom: 75%;
}
.fwVideoText-right .fwVideoText-wrap {
  max-width: 100%;
  padding: 35px 0px 0;
} 
.fwVideoText-list {
  margin: 10px auto;
}
	
/* PAGE 1 */
.cpStaff2-wrap {
  padding: 0;
}
.cpStaff2-name { font-size: 17px;}
.cpStaff2-title {min-height: 44px; font-size: 14px;}   
#cpBoardRow2 .cpStaff2-name, #cpBoardRow3 .cpStaff2-name, #cpBoardRow4 .cpStaff2-name {min-height: 50px;}       

/* PAGE 2 */
.cphover-content {
	padding: 20px 60px 20px 20px; }
	
.cphover-content h4:before {
	position: static; margin: 10px 0; }
	
.cphover-subcontent p {
	font-size: 14px; line-height: normal;}
    
 

/* PAGE 3 */


/* PAGE 4 */


/* PAGE 5 */
.cpmeethover-content {
	padding: 10px 100px 10px 50px; }
.cpmeethover-content h4::before {
  left: 25px; }		
.cpmeethb-box img {
  max-height: 400px; }	
/*.cpResourceAccordion-col {
      width: 50%;}   */
  #cpMeetingBoxes-out .panel-body {
    min-height: 450px;}

}


@media (max-width: 1070px) {
/* PAGE 2 */
.cphover-content h4 {font-size: 20px;}
.cphover-content {right: 130px;}
}



@media (max-width: 991px) {
/* Image Text Boxes */
.imageTextBox-item {
  width: 100%;
}
.imageTextBox-right {
  min-height: 310px;
}
	
/* PAGE 1 */
.cpStaffList-wrap {
  margin: 15px 0;
}
.cpStaffList-title br {
  display: none;
}
	
.cpStaff2-item .modal-content {
  padding: 50px 25px;
}
.cpStaff2-item .modalWindowImage {
  margin-bottom: 20px;
}
.cpStaff2-item .modalWindowInfo {
  padding: 0 15px;
}	

/* PAGE 2 */


/* PAGE 3 */


/* PAGE 4 */
.cpmembershipoutro-img-2 {
    padding-top: 30px;
}

/* PAGE 5 */
}



@media (max-width: 959px) {
    .cpTitleBar-content .container {
       padding-left: 8px;
}
#sp-main {
  margin-top: 0;
}	
.cpTitleBar-out.v2 {
  height: 200px;
}  
.cpTitleBar-out.v3 {
  height: 250px;
}
/*.cpTitleBar-out::before {
  background: rgba(31, 26, 100, .85);
  background-image: url(https://cdn.ymaws.com/ncbp.org/resource/resmgr/templatepages/logoicon.png);
  background-size: 325px;
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: scroll;
}	*/
  
/* Default Top Video Styles */
.cpTopVid-left, .cpTopVid-right {
  width: 100%;
  float: none !important;
}
.cpTopVid-left {
  margin-bottom: 30px;
}
 
/* Default Testimonial Styles */
.cpTestimonials-slider .carousel-caption p {
  font-size: 16px;
}

/* Default Price Styles */
.cpPrice-title {
  font-size: 16px;
}  
.cpPrice-value .title, .cpPrice-value2 .title {
  font-size: 14px;
} 
  
/* Default Text Image Row With No Top or Bottom Padding */ 
.cpTextImageNP-out {
  padding: 50px 0;
} 
.cpTextImageNP-right {
  order: inherit;
  width: 100%;
}
.cpTextImageNP-img {
  margin-bottom: 30px;
}
.cpTextImageNP-img img {
  position: relative;
  top: auto;
  height: auto;
  left: auto;
  width: auto;
  margin: 0 auto;
}
.cpTextImageNP-left {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.titleWithBorder::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.cpTextImageNP-left .cpTextImageNP-wrap {
  min-height: auto;
  padding: 0;
  margin: 0 auto;
}

/* Full-Width Video Left/Text Right */ 
.fwVideoText-out .container {
  width: 750px;
}
	
/* PAGE 1 */
.cpStaff2-image {border: 8px solid #dad5f3;}
.cpStaff2-name { font-size: 14px; }
.cpStaff2-title {font-size: 12px;}

/* PAGE 2 */
.cphb-box:hover .cphover-content {
  right: 0; }	
.cpfeedwraptitle h4 {
  font-size: 20px;
}	
.cpfeedwrapfeed .rss-item {
  margin: 10px 0; }	
.cpfeedwrapfeed .rss-item br {
  display: none; }

/* PAGE 3 */
.cpGeneral-image img {max-width: 205px; }

/* PAGE 4 */
.cpResourceAccordion-col .panel-title a {
  min-height: 66px;
}	


/* PAGE 5 */
.cpmeethover-content h4 {
	font-size: 18px;
}
.cpmeethb-box:hover .cpmeethover-content h4 {
  margin-top: 0px;
}	
.cpmeethover-content {
    padding: 10px 50px 10px 50px;
    right: 5px;
}	
.cpmeethb-box img {
  max-height: 100%; }		

#cpMeetingBoxes-out .panel-body {
    min-height: 550px;}

}


@media (max-width: 767px) {
/* Default Template Styles */
.container, .myContainer {
    padding-left: 15px;
    padding-right: 15px;}
    
#sp-main {
  margin-top: 0;
}
.col-5 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  float: none;
}
.fixed-nav {
  position: initial;
}

.cpTitleBar {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}
.cpSubTitleBar {
  text-align: center;
}	
.cpTitleBar-out.v2, .cpTitleBar-out.v3 {
  height: auto;
}
.cpTitleBar-out.v2 .cpTitleBar-content, .cpTitleBar-out.v3 .cpTitleBar-content {
  position: relative;
  top: auto;
  -webkit-transform: none;
  transform: none;
  left: auto;
  right: auto;
}  
.cpTitleBar-out.v2 .cpTitleBar-content {
  padding: 71px 0px;
} 
.cpTitleBar-out.v3 .cpTitleBar-content {
  padding: 91px 0px;
} 
  
.cpTier-title .title {
  font-size: 30px;
}  
  
/* Default Top Video Styles */
.cpTopVid-right {
  text-align: center;
}
  
/* Default NavBar Styles */
.cpNavBar {
  padding-left: 15px;
  padding-right: 15px;
}
 
/* Default Testimonial Styles */
.cpTestimonials-slider .carousel-control {
  display: none;
}
.cpTestimonials-slider #cpSpeaker-right {
  margin-top: 25px;
}	
.cpTestimonials-slider .carousel-caption .cpSpeaker-title, .cpTestimonials-slider .carousel-caption p
{
  text-align: center;
}
  
/* Default Accordion Styles */
.cpAccordion .panel-body .cpAccordion-title {
  font-size: 18px;
}  
.cpAccordion .panel-body .cpAccordion-subtitle {
  font-size: 15px;
}
.cpAccordion .panel-body p {
  font-size: 14px;
}
.cpAccordion .accordionLists {
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
}
  
/* Default Price Styles */   
#cpPricing-out #cpPrice3, #cpPricing-out #cpPrice4 {
  margin-bottom: 0;
}
.cpPricing .cpTier-title {
  text-align: center;
}
.cpPrice-item {
  padding: 0 15px;
  margin-bottom: 35px;
}
  
/* Pricing Version 2 Styles */    
#cpPricing2-out #cpPrice3, #cpPricing2-out #cpPrice4 {
  margin-bottom: 0;
}
  
/* Full-Width Image Left/Text Right */
.fwImageText-out {
  padding: 50px 0;
}
.fwImageText-left {
  padding: 0 15px;
  margin-bottom: 30px;
}
.fwImageText-img img {
  position: relative;
  top: auto;
  left: auto;
  object-fit: contain;
}
.fwImageText-right {
  padding: 0 15px;
}
.fwImageText-right .fwImageText-wrap {
  min-height: auto;
  padding: 0;
  text-align: center;
}
  
  
/* Full-Width Video Left/Text Right */
.fwVideoText-out .container {
  width: 100%;
}
.fwVideoText-left, .fwVideoText-right {
  padding: 0 15px;
}
.fwVideoText-left .fwVideoText-wrap {
  padding-bottom: 57%;
}
.fwVideoText-right .fwVideoText-wrap {
  text-align: center;
}
.fwVideoText-list {
  text-align: left;
}
  
/* Default Bucket Styles */  
.cpBucket {
  display: inline-block;
  vertical-align: top;
  margin: 15px auto;
}
.cpBucketRow:first-child .cpBucket:first-child {
  margin-top: 0;
}
.cpBucket-wrap {
  margin: 0 auto;
  max-width: 480px;
}
.cpBucket-text {
  min-height: auto;
}
	
	
/* PAGE 1 */
#cpPurpose-right {
  border-left: none;
}
.cpPurpose-wrap {
  padding: 25px;
}
#cpPurpose-left .cpPurpose-wrap {
  text-align: center;
  min-height: auto;
  border-bottom: 2px solid #f1f1f1;
}
#cpPurpose-right .cpPurpose-wrap {
  text-align: center;
}	
.cpPurpose-wrap .cpList {
  text-align: left;
}   
.cpBoard-row {
  padding: 0;
}
.cpBoard-row:last-child .cpBoard-item:last-child {
  margin-bottom: 0;
}
.cpBoard-item {
  margin-bottom: 40px;
}
.cpBoard-wrap {
  padding: 0 15px;
}
.cpBoard-image {
  margin: 0 auto 15px;
}
.cpBoard-image img {
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
}
.cpStaffList-row {
  padding: 0;
}
.cpStaffList-wrap {
  margin: 15px 0 25px 0;
}
	
.cpStaff2-row {
  padding: 0;
}
.cpStaff2-item {
  margin: 30px auto;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cpStaff2-name, .cpStaff2-title {
  display: block;
  text-align: center;
  min-height: auto;
}
.cpStaff2-item .modal-dialog {
 /* width: 90%;*/
    width: fit-content;
}	
.cpStaff2-image { border: 14px solid #dad5f3;}    
.cpStaff2-name { font-size: 19px; }
.cpStaff2-title {font-size: 15px; }
#cpBoardRow2 .cpStaff2-name, #cpBoardRow3 .cpStaff2-name, #cpBoardRow4 .cpStaff2-name {min-height: auto;}
    
    
/* PAGE 2 */
.cphover-subcontent { overflow: visible; opacity: 1; height: auto;}
.cphover-content { position: relative; padding: 20px; clip-path: initial; right: 0; text-align: center;}
.cphb-boxes.row {display: block;}
.cphb-box:hover .cphover-content { right: 0;}
.cphover-content h4 { margin-top: -20px; }
.cphover-content h4:before { margin: 10px auto;}
.cpfeedwrapinner { min-height: auto; }
.cpfeedwraptitle a { float: none; display: inline-block; width: 100%; }
.cpfeedwraptitle h4 { font-size: 22px; }

/* PAGE 3 */
.cpGeneral-row {
  text-align: center;
}
.cpGeneral-image img {
  margin-bottom: 20px;
    border: 14px solid #dad5f3;
}
#cpGeneral-list {
  text-align: left;
}	
#cpGeneralCols-out .cpGeneral-image.odd img, 
#cpGeneralCols-out .cpGeneral-image.even img {
    margin:20px auto;max-width: 250px;float: none;}
    


/* PAGE 4 */
.cpmembershipintro-img {
  margin: 15px auto;
}	

.cpMembershipHow-pricetablewrap {
  margin: 0 15px;
  
}	
.cpMembershipHow-leftcol {
  margin-bottom: 50px;
}	
.cpMembershipHow-desc .cpList {
  min-height: auto;
}	
.cpMembershipHow-title {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}	
.cpMembershipHow-leftcol {
  padding: 0;
}
.cpMembershipHow-rightcol {
  padding: 0;
}	
.cpMembershipHow-costwrap {
  min-height: auto;
}	
.cpMembershipHow-costrow {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}	
.cpMembershipHow-cost {
  margin-left: -8px !important;
  margin-right: -8px !important;
}	
.cpResourceAccordion-col .panel-title a {
  min-height: auto;
}		


/* PAGE 5 */
.cpmeethover-box-col {
  width: 49%;
  display: inline-block; }	
.cpmeethover-content h4 {
	font-size: 20px; }	
.cpmeethover-subcontent {
	font-size: 15px; }	
#cpFAQAccordion .faqList {
  width: 100%;
  float: none;
  margin: 0;
}		
.cpResourceAccordion-col {
      width: 100%;}   
#cpMeetingBoxes-out .panel-body {
    min-height: auto;}    
    
}



@media (max-width: 600px) {
/* Default Price Styles */ 
#cpPricing-out #cpPrice3 {
  margin-bottom: 35px;
}
.cpPrice-item {
  width: 100%;
}
.cpPrice-wrap {
  max-width: 350px;
  margin: 0 auto;
}
/* Pricing Version 2 Styles */   
#cpPricing2-out #cpPrice3 {
  margin-bottom: 35px;
}
	
/* PAGE 1 */   
.cpBoard-item {
  width: 100%;
}	
	
/* PAGE 5 */   
.cpmeethover-box-col {
	width: 70%; }	
}



@media (max-width: 480px) {
/* Default Template Styles */
.cpTitleBar {
  font-size: 24px;
  line-height: 28px;
}  
.cpTitleBar-out.v2 .cpTitleBar-content, .cpTitleBar-out.v3 .cpTitleBar-content {
  padding: 50px 0px;
}
    
/* Default Accordion Styles */
.cpAccordion .panel-title a::before {
  font-size: 18px;
  right: 9px;
}
.cpAccordion .panel-title a {
  font-size: 15px;
}
.cpAccordion .panel-body {
  padding: 15px 14px 20px;
} 

/* Image Text Boxes */  
.imageTextBox-wrap {
  display: block;
  max-width: 430px;
  margin: 0 auto;
}
.imageTextBox-left {
  order: inherit;
  width: 100%;
}
.imageTextBox-left img {
  position: relative;
  top: auto;
  height: auto;
  left: auto;
  width: 100%;
}
.imageTextBox-right {
  width: 100%;
  text-align: center;
  min-height: 100%;
} 
	
	
/* PAGE 1 */
.cpStaff2-item .modal-content {
  padding: 20px 5px;
}
.cpStaff2-wrap {
  padding: 0;
}	

/* PAGE 2 */


/* PAGE 3 */


/* PAGE 4 */


/* PAGE 5 */
.cpmeethover-box-col {
	width: 100%; }	
.cpmeethb-box:hover .cpmeethover-content {
  padding-right: 100px; }	
	
.cpAccordion.cpAccordion-v3 .panel-title a {
  padding: 15px 35px 15px 10px;
}
.cpAccordion.cpAccordion-v3 .panel-body {
  padding: 0 10px 20px;
}		
}
