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

/* Subpage Title Break */
#SpTitleBar {
  display: none;
}
#SpContent_Container {
  padding: 0 15px 15px;
}
#SpSubHead {
  display: none;
}
#sp-main {
  width: 100%;
  margin-top: 0;
  max-width: 100%;
  padding-top: 160px;
}
#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 */


.myContainer {
  padding-left: 8px;
  padding-right: 8px;
  margin-left: auto;
  margin-right: auto;
}
.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: 300;}
.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 Page 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/npma.site-ym.com/resource/resmgr/custom_pages/images/bullet.png") no-repeat scroll 0 6px transparent;
  padding: 0 0 6px 14px;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #999999;
  line-height: 17px;
}


/* Default Custom Page Subpage Title Bar */
.cpTitleBar-out {
  position: relative;
  height: auto;
  background-color: #1a9597;
}
.cpTitleBar-content {
  padding: 31px 0;
}
.cpTitleBar {
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}
  
  
/* Small Height Title Bar Background */ 
.cpTitleBar-out.v2 {
  height: 200px;
  /*background: url(https://cdn.ymaws.com/npma.site-ym.com/resource/resmgr/custom_pages/images/1920x200.jpg) no-repeat scroll center center/cover transparent;*/
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)) repeat scroll 0 0%, rgba(0, 0, 0, 0) url(https://cdn.ymaws.com/npma.site-ym.com/resource/resmgr/custom_pages/images/1920x200.jpg) no-repeat scroll center center/cover;
}
/* Medium Height Title Bar Background */ 
.cpTitleBar-out.v3 {
  height: 300px;
  background: url(https://cdn.ymaws.com/npma.site-ym.com/resource/resmgr/custom_pages/images/1920x300.jpg) no-repeat scroll center center/cover transparent;
}
/* Large Height Title Bar Background */ 
.cpTitleBar-out.v4 {
  height: 400px;
  background: url(https://cdn.ymaws.com/npma.site-ym.com/resource/resmgr/custom_pages/images/1920x400.jpg) no-repeat scroll center center/cover transparent;
}
  
.cpTitleBar-out.v2 .cpTitleBar-content, .cpTitleBar-out.v3 .cpTitleBar-content, .cpTitleBar-out.v4 .cpTitleBar-content {
  position: absolute;
  padding: 0;
  left: 0;
  right: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.cpTitleBar-out.v3 .cpTitleBar {
  background-color: rgba(0,0,0,0.5);
  padding: 28px 20px;
  max-width: 800px;
  margin: 0 auto;
  float: none;
}



/* Tier/Section Title */
.cpTier {
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.cpTier-title {
  margin-bottom: 20px;
  display: block;
}
.cpTier-title h1 {
  margin: 0 auto 10px;
  font-size: 28px;
  font-weight: 600;
  text-transform: none;
  color: #1a9597;
}




/* Custom Page 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: #156074;
  border: none;
  padding: 14px 40px 14px 15px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 18px;
  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: #1a9597;
  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;
  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 .formbutton {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}





/* Specific Custom Page Styles */
/* Custom Page 1 */
#cpQlinks-out {
  background-color: #156074;
  padding: 30px 0;
}
.cpQlinks-list {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin: 0 auto 13px;
}
.cpQlinks-col li {
  border-bottom: 1px solid #fff;
  margin-bottom: 4px;
}
.cpQlinks-col li:last-child {
  margin-bottom: 0;
}
.cpQlinks-col li a {
  padding: 8px 16px 8px 6px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.cpQlinks-col li a::after {
  content: "\e072";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  position: absolute;
  right: 6px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
}
.cpQlinks-col li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.cpParagraphs-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cpParagraphs-wrap {
  text-align: left;
  padding: 15px;
}
.cpParagraphs-wrap h2 {
  color: #1a9597;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.cpParagraphs-wrap h2 i {
  margin-right: 5px;
  opacity: 0.3;
}
.cpParagraphs-wrap h2 img {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 5px;
  max-width: 34px;
}
.cpParagraphs-wrap p {
  margin-bottom: 0;
}
#cpGradient-out {
  background: rgb(3, 47, 94);
  background: -moz-linear-gradient(left, rgba(159, 40, 66, 1) 0%, rgba(159, 40, 66, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(159, 40, 66, 1) 0%, rgba(159, 40, 66, 1) 100%);
  background: linear-gradient(to right, rgba(159, 40, 66, 1) 0%, rgba(159, 40, 66, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f2842', endColorstr='#9f2842', GradientType=1);
  padding: 34px 0;
}
#cpGradient-left {
  text-align: left;
}
#cpGradient-left h1 {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-size: 26px;
  line-height: 36px;
}
#cpGradient-right {
  text-align: right;
}
#cpGradient-right a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  text-transform: uppercase;
  -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;
}
#cpGradient-right a i {
  padding-left: 4px;
}
#cpGradient-right a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.cpDues-item {
  margin: 0px auto;
  padding: 0 15px;
}
.cpDues-wrap {
  max-width: 450px;
  display: inline-block;
  width: 100%;
  border: 1px solid #156074;
  margin: 25px auto;
}
.cpDues-wrap p {
  margin-bottom: 0;
}
.cpDues-title {
  padding: 24px 20px;
  font-size: 24px;
  font-weight: 600;
  background-color: #156074;
  color: #ffffff;
}
.cpDues-tier {
  padding: 20px 10px;
  font-size: 15px;
  border-bottom: 1px solid #1a9597;
}
.cpDues-price3 {
  border: none;
}
.cpDues-btn .formbutton {
  display: block;
  padding: 26px 10px;
  font-size: 18px;
  border-radius: 0;
}




/* Custom Page 2 */
#cpPurpose-right {
  border-left: 2px solid #e8eff1;
}
.cpPurpose-wrap {
  text-align: left;
  padding: 0 20px;
}
.cpPurpose-wrap i {
  color: #1a9597;
  font-size: 30px;
}
.cpPurpose-title {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.cpPurpose-wrap a {
  font-weight: 600;
}
#cpHistory-out {
  background-color: #e8eff1;
  padding: 0;
}
#cpHistory-out .myContainer {
  width: 100%;
}
#cpHistory-left {
  padding: 0;
}
#cpHistory-left .cpHistory-wrap {
  padding: 0;
  min-height: 500px;
  background: url(https://cdn.ymaws.com/npma.site-ym.com/resource/resmgr/custom_pages/images/960x500.jpg) no-repeat scroll center center/cover transparent;
}
#cpHistory-right {
  text-align: left;
}
#cpHistory-right .cpHistory-wrap {
  padding: 40px 40px 25px 40px;
  text-align: left;
}
.cpHistory-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.cpHistory-wrap .formbutton {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}  
.cpBoard-row {
  padding-top: 30px;
  padding-bottom: 30px;
}
.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: 15px;
  font-weight: 400;
}
.cpBoard-title {
  font-weight: 600;
  font-size: 16px;
}
#cpCommittees-out {
  background-color: #e8eff1;
}
.cpCommittees-row {
  padding: 20px 0;
}
.cpCommittees-wrap {
  padding: 0 12px;
}
.cpCommittees-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 25px;
  color: #333333;
  line-height: 21px;
}
.cpCommittees-icon i {
  font-size: 40px;
  margin: 0 auto;
  color: #1a9597;
}
.cpCommittees-wrap .formbutton {
  padding: 12px 12px;
  width: 100%;
  margin: 25px auto 0;
  display: inline-block;
  vertical-align: top;
}
.cpStaff-row {
  padding: 15px 0;
}
.cpStaff-row:last-child {
  padding-bottom: 0;
}
.cpStaff-name {
  font-weight: 500;
  font-size: 16px;
}
.cpStaff-title {
  font-weight: 300;
  font-size: 14px;
}
.cpStaff-link {
  font-size: 15px;
}
#cpAwards-out {
  background-color: #e8eff1;
}
.cpAward-row {
  padding: 20px 0 40px;
}
.cpAward-row:last-child {
  padding-bottom: 0;
}
.cpAward-wrap {
  max-width: 300px;
  margin: 0 auto;
}
.cpAward-wrap:hover .cpAward-link {
  color: #1a9597;
}
.cpAward-link {
  font-size: 20px;
  display: block;
  line-height: 23px;
  font-weight: 500;
}
.cpAward-icon {
  display: block;
  padding-top: 5px;
  font-size: 47px;
}
.cpAward-wrap:hover .cpAward-icon img {
  box-shadow: 0 0px 5px 0 rgba(0,0,0,0.1);
}
.cpDonation-item {
  padding: 0 20px;
  margin: 15px 0;
  display: inline-block;
  vertical-align: top;
}
.cpDonation-wrap {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 35px 0 rgba(0,0,0,0.2);
}
.cpDonation-left {
  width: 75%;
  position: relative;
  margin-left: auto;
  order: 2;
}
.cpDonation-left img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
}
.cpDonation-right {
  padding: 20px;
  text-align: left;
  width: 90%;
  min-height: 350px;
}
.cpDonation-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 10px;
  line-height: normal;
}
.cpDonation-right .formbutton {
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
}




/* Custom Page 3 */
.cpStaff2-row {
  margin-bottom: 15px;
}
.cpStaff2-row:last-child {
  margin-bottom: 0px;
}
.cpStaff2-item {
  text-align: center;
  margin-bottom: 35px;
}
.cpStaff2-inner {
  padding: 0 5px;
}
.cpStaff2-image {
  margin-bottom: 10px;
}
.cpStaff2-image img {
  margin: 0 auto;
  max-width: 240px;
  max-height: 240px;
  width: 100%;
}
.cpStaff2-name {
  font-size: 19px;
  font-weight: 400;
  display: block;
  text-align: left;
}
.cpStaff2-title {
  font-weight: 500;
  font-size: 15px;
  font-style: italic;
  text-align: left;
}
.cpStaff2-company {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  color: #999999;
}
.cpStaff2-location {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  color: #999999;
}




/* Custom Page 4 */
#cpEventList-out .cpTier-title {
  text-align: left;
}
.cpEventList-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #e8eff1;
  padding-bottom: 40px;
}
.cpEventList-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cpEventList-left img {
  margin: 0 auto;
}
.cpEventList-right {
  text-align: left;
  padding-left: 15px;
}
.cpEventList-title {
  color: #1a9597;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 34px;
}
.cpEventList-text .formbutton {
  display: inline-block;
  margin-top: 5px;
}


/* Custom Page 5 */
#cpGeneral-out {
  text-align: left;
}
.cpGeneral-image img {
  margin-bottom: 20px;
}


/* Custom Page 6 */
#cpFAQAccordion .panel-body .cpList {padding-left: 0; width: 33%; float: left;}


/* Custom Page 7 */
#cpTopImage-out {
  background-color: #e8eff1;
  padding: 0;
  margin-top: 10px;
}
#cpTopImage-out .myContainer {
  width: 100%;
}
#cpTopImage-left {
  padding: 0;
}
#cpTopImage-left .cpTopImage-wrap {
  padding: 0;
  min-height: 500px;
  background: url(https://cdn.ymaws.com/npma.site-ym.com/resource/resmgr/custom_pages/images/960x500.jpg) no-repeat scroll center center/cover transparent;
}
#cpTopImage-right {
  text-align: left;
}
#cpTopImage-right .cpTopImage-wrap {
  padding: 40px 40px 25px 40px;
  text-align: left;
}
.cpTopImage-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.cpTopImage-date {
  color: #999999;
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.cpTopImage-wrap .formbutton {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}
.cpNews-item {
  text-align: left;
  margin: 30px 0;
  display: inline-block;
}
.cpNews-wrap {
  padding: 0 10px;
}
.cpNews-image {
  margin-bottom: 10px;
}
.cpNews-title {
  font-size: 19px;
  font-weight: 400;
  color: #1a9597;
  margin: 0 auto 8px;
}
.cpNews-date {
  margin-bottom: 5px;
}
.cpNews-info .formbutton {
  display: inline-block;
  margin-top: 5px;
}
#cpNewsBreak-out {
  background-color: #e8eff1;
}
.cpNewsBreak {
  text-align: left;
}
.cpNewsBreak-title::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 65px;
  background-color: #a1bfc7;
  top: -12px;
}
.cpNewsBreak-title {
  color: #156074;
  font-size: 24px;
  margin: 16px auto 8px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 34px;
}
#cpNewsBuckets-out {
  background: linear-gradient(to right, rgba(21,96,116,0.7), rgba(26,149,151,0.7), rgba(118,191,193,0.7)), url(https://cdn.ymaws.com/npma.site-ym.com/resource/resmgr/custom_pages/images/1920x1075.jpg) no-repeat fixed bottom center / cover;
}
#cpNewsBuckets-out .cpTier-title h1 {
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
.cpNewsBucket {
  margin: 15px 0;
}
.cpNewsBucket-wrap {
  background-color: rgba(255,255,255,0.9);
  padding: 25px 20px 30px;
  border-top: 5px solid #156074;
}
.cpNewsBucket-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #1a9597;
  font-weight: 600;
}
.cpNewsBucket-text a {
  text-transform: uppercase;
  margin-top: 5px;
  display: inline-block;
  font-weight: 600;
}
#cpBecomeMember-out {
  background-color: #ffffff;
  padding: 0;
}
.cpBecomeMember-left {
  text-align: left;
}
.cpBecomeMember-left .cpBecomeMember-wrap {
  padding: 30px 0px 20px;
}
.cpBecomeMember-title {
  color: #156074;
  font-size: 24px;
  margin: 16px auto 8px;
  position: relative;
  display: inline-block;
  font-weight: 600;
  line-height: 34px;
}
.cpBecomeMember-title::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 65px;
  background-color: #a1bfc7;
  top: -12px;
}
.cpBecomeMember-left .formbutton {
  margin-top: 5px;
  display: inline-block;
}
#cpNewsSupporters-out {
  background-color: #e8eff1;
}
#cpNewsSupporters-out .cpTier-title h1 {
  position: relative;
  margin: 16px auto 15px;
  display: inline-block;
  color: #156074;
}
#cpNewsSupporters-out .cpTier-title h1::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 65px;
  background-color: #a1bfc7;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#cpNewsSupporters-out .cpTier-title p {
  font-size: 15px;
}
.cpNewsSupporter {
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.cpNewsSupporter img {
  margin: 0 auto;
}
.cpNewsSupporter-btn .formbutton {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}


/* Custom Page 8 */
#cpResAccord-left .panel-body .cpList, #cpResAccord-right .panel-body .cpList {
  padding-left: 0;
}


/* Custom Page 9 */
#cpTieredSponsor-platinum {
  background: -moz-linear-gradient(left, rgba(182,182,180,0.9) 0%, rgba(190,189,184,0.8) 37%, rgba(219,219,219,0.8) 95%);
  background: -webkit-linear-gradient(left, rgba(182,182,180,0.9) 0%, rgba(190,189,184,0.8) 37%, rgba(219,219,219,0.8) 95%);
  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) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b6b6b4', endColorstr='#ccdbdbdb', GradientType=1 );
}
#cpTieredSponsor-gold {
  background: -moz-linear-gradient(left, rgba(255,215,0,0.5) 0%, rgba(227,196,49,0.8) 31%, rgba(224,228,28,0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(255,215,0,0.5) 0%, rgba(227,196,49,0.8) 31%, rgba(224,228,28,0.4) 100%);
  background: linear-gradient(to right, rgba(255,215,0,0.5) 0%, rgba(227,196,49,0.8) 31%, rgba(224,228,28,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffd700', endColorstr='#66e0e41c', GradientType=1 );
}
.cpTieredSponsor-titleRow {
  margin-bottom: 20px;
}
.cpTieredSponsor-title {
  padding: 12px 8px;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}
.cpTieredSponsor-itemRow {
  margin-bottom: 20px;
}
.cpTieredSponsor-item {
  text-align: left;
  padding: 0px 12px;
}
.cpTieredSponsor-leftCol img {
  margin: 0 auto;
}
.cpTieredSponsor-infoLeft .tieredSponsor-name {
  color: #1a9597;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0 auto 8px;
}
.cpTieredSponsor-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cpTieredSponsor-list li {
  margin-bottom: 12px;
}
.cpTieredSponsor-list li:last-child {
  margin-bottom: 0px;
}
.cpTieredSponsor-list li .web, .cpTieredSponsor-list li .social {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}



/* Custom Page 10 */
#cpHeroBuckets-out {
  background-color: #ffffff;
}
.cpHeroBucket {
  margin-top: -100px;
}
.cpHeroBucket-wrap {
  background-color: #fff;
  padding: 15px 15px 20px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}
.cpHeroBucket-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}
.cpHeroBucket-text {
  margin-bottom: 10px;
  min-height: 70px;
}
.cpHeroBucket-wrap .formbutton {
  display: inline-block;
}
#cpBenefits-out {
  background-color: #e8eff1;
}
.cpBenefitRow {
  padding: 20px 0;
}
.cpBenefit {
  border-right: 1px solid #e0e0e0;
}
.cpBenefit:last-child {
  border: none;
}
.cpBenefit-wrap {
  padding: 20px 10px;
  min-height: 230px;
}
.cpBenefit-icon {
  background-color: #1a9597;
  color: #ffffff;
  border-radius: 100%;
  font-size: 36px;
  margin: 0 auto 20px;
  text-align: center;
  -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;
  display: inline-block;
  border: 3px solid #1a9597;
}
.cpBenefit-icon i {
  background-color: #1a9597;
  border-radius: 100%;
  width: 85px;
  height: 85px;
  line-height: 79px;
  border: 3px solid #e8eff1;
}
.cpBenefit-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.cpBenefit-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cpBenefits-link .formbutton {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
#cpGroupForum-out {
  background-color: #ffffff;
  padding: 0;
}
#cpGroupForum-out .myContainer {
  width: 100%;
}
#cpGroupForum-left {
  padding: 0;
}
#cpGroupForum-left .cpGroupForum-videowrap {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}
#cpVideo-left iframe {
  vertical-align: top;
}
#cpGroupForum-left iframe, #cpGroupForum-left object, #cpGroupForum-left embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cpGroupForum-right {
  padding: 0;
}
.cpGroupForum-wrap {
  text-align: left;
  padding: 3% 30px 0;
}
.cpGroupForum-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.cpGroupForum-wrap .formbutton {
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}









/* Media Queries */
@media (min-width: 768px){.myContainer{width: 750px}}
@media (min-width: 960px){.myContainer{width: 900px}}
@media (min-width: 1200px){.myContainer{width: 1016px}}





@media (max-width: 1199px) {
/* Custom Page 2 */
#cpHistory-right .cpHistory-wrap {
  padding: 34px 30px 15px 30px;
}  
.cpCommittees-wrap {
  padding: 0px;
}
  
/* Custom Page 7 */  
#cpTopImage-right .cpTopImage-wrap {
  padding: 34px 30px 15px 30px;
}
  
/* Custom Page 10 */ 
.cpHeroBucket-title {
  min-height: 56px;
}
.cpGroupForum-wrap {
  padding: 2% 20px 0;
}
  
/* Custom Page */  
  
/* Custom Page */  
}



@media (max-width: 991px) {
/* Custom Page 2 */
.cpStaff-wrap {
  margin: 15px 0;
}
.cpStaff-title br {
  display: none;
}
.cpDonation-item {
  width: 100%;
}
.cpDonation-right {
  min-height: 310px;
}
  
/* Custom Page 10 */  
.cpHeroBucket {
  margin: 0 auto 30px;
}
.cpHeroBucket:last-child {
  margin-bottom: 0;
}
.cpHeroBucket-wrap {
  background-color: #f7f7f7;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
  max-width: 550px;
  margin: 0 auto;
}
.cpHeroBucket-title {
  min-height: inherit;
}
.cpHeroBucket-text {
  min-height: auto;
}
.cpHeroBucket .formbutton {
  margin-top: 10px;
}
#cpGroupForum-out {
  padding: 55px 0;
}
#cpGroupForum-left, #cpGroupForum-right {
  padding: 0 15px;
}
.cpGroupForum-wrap {
  padding: 20px 0 0;
}
  
/* Custom Page */  
  
/* Custom Page */  
  
/* Custom Page */  
}



@media (max-width: 959px) {
/* Custom Page 1 */
.cpQlinks-col li a {
  font-size: 12px;
  padding: 8px 12px 8px 0;
}
.cpQlinks-col li a::after {
  right: 0;
  font-size: 8px;
}
.cpParagraphs-wrap {
  padding: 15px 4px;
}
.cpParagraphs-wrap h2 {
  font-size: 20px;
  line-height: 25px;
}
.cpParagraphs-wrap h2 img {
  max-width: 25px;
}
  
/* Custom Page 2 */
.cpCommittees-item {
  width: 20%;
  margin: 0 auto;
}
.cpCommittees-item .formbutton {
  width: 100%;
}
.cpAward-wrap {
  padding: 0 10px;
}
  
/* Custom Page 3 */  
.cpStaff2-inner {
  padding: 0px;
}
  
/* Custom Page 7 */  
.cpNews-wrap {
  padding: 0 5px;
}
.cpNewsBreak {
  text-align: center;
}
.cpNewsBreak-title::before {
  right: 0;
  left: 0;
  margin: 0 auto;
}
#cpBecomeMember-out {
  padding: 45px 0;
}
.cpBecomeMember-left {
  width: 100%;
  float: none;
  text-align: center;
}
.cpBecomeMember-left .cpBecomeMember-wrap {
  padding: 0;
  margin: 0 auto;
}
.cpBecomeMember-title {
  margin-top: 0;
}
.cpBecomeMember-title::before {
  right: 0;
  left: 0;
  margin: 0 auto;
  display: none;
}
.cpBecomeMember-right {
  width: 100%;
  float: none !important;
  margin: 0 auto 30px;
}
  
/* Custom Page 10 */ 
.cpBenefit-wrap {
  padding: 0px;
}
  
/* Custom Page */  
}



@media (max-width: 767px) {
/* Default Template Styles */
.myContainer {padding-left: 15px; padding-right: 15px;}
.col-5 {padding-left: 15px; padding-right: 15px; position: relative; width: 100%; float: none;}
#sp-main {padding-top: 0;}
.cpTitleBar-content {top: auto; -webkit-transform: none; transform: none; position: relative; left: auto; right: auto;}
.cpTitleBar {font-size: 28px; line-height: 32px;}
  
.cpTitleBar-out.v2 {height: 150px;}
  
.cpTitleBar-out.v3 {height: 225px;}
.cpTitleBar-out.v3 .cpTitleBar {padding: 22px; width: 90%;}
  
.cpTitleBar-out.v4 {height: 275px;}
  

  
/* Custom Page 1 */
.cpQlinks-list {
  margin: 0;
}
.cpQlinks-col li:last-child {
  margin-bottom: 4px;
}
.cpQlinks-col:last-child li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.cpParagraphs-row {
  margin-top: 0;
  margin-bottom: 0;
}
.cpParagraphs-wrap {
  padding: 0;
}
.cpParagraphs-col {
  margin: 30px 0;
}
.cpParagraphs-col:last-child {
  margin-bottom: 0;
}
#cpGradient-left {
  margin-bottom: 10px;
}
#cpGradient-left, #cpGradient-right {
  text-align: center;
}
.cpDues-item {
  display: inline-block;
  width: 100%;
}
.cpDues-item:last-child .cpDues-wrap {
  margin-bottom: 0;
}
    
/* Custom Page 2 */
#cpPurpose-right {
  border-left: none;
}
.cpPurpose-wrap {
  text-align: center;
  padding: 25px;
}
#cpPurpose-left .cpPurpose-wrap {
  border-bottom: 2px solid #e8eff1;
}
#cpHistory-out {
  padding: 44px 0;
}
#cpHistory-left {
  padding: 0 15px;
}
#cpHistory-right .cpHistory-wrap {
  max-width: 100%;
  padding: 25px 0px 0px;
  text-align: center;
}
.cpBoard-row {
  padding: 0;
}
.cpBoard-row:last-child .cpBoard-item:last-child {
  margin-bottom: 0;
}
#cpBoard-out .cpTier-title {
  padding-bottom: 60px;
  padding-top: 30px;
}
.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;
}
.cpCommittees-item {
  width: 45%;
  vertical-align: top;
  display: inline-block;
  margin: 25px auto;
}
.cpCommittees-wrap i {
  width: 100%;
}
.cpStaff-row {
  padding: 0;
}
.cpStaff-wrap {
  margin: 15px 0 25px 0;
}
.cpAward-row {
  padding: 0;
}
.cpAward-item {
  margin: 20px auto;
  display: inline-block;
  vertical-align: top;
}
.cpAward-row:last-child .cpAward-item:last-child {
  margin-bottom: 0;
}
.cpAward-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}
.cpAward-link {
  min-height: auto;
}
.cpDonation-wrap {
  display: block;
  max-width: 430px;
  margin: 0 auto;
}
.cpDonation-left {
  order: inherit;
  width: 100%;
}
.cpDonation-left img {
  position: relative;
  top: auto;
  height: auto;
  left: auto;
  width: 100%;
}
.cpDonation-right {
  width: 100%;
  text-align: center;
  min-height: 100%;
}
  
/* Custom Page 3 */  
.cpStaff2-row {
    margin-bottom: 0;
}
.cpStaff2-inner {
  min-height: 350px;
  text-align: center;
  display: block;
}
.cpStaff2-name, .cpStaff2-title, .cpStaff2-company, .cpStaff2-location {
  text-align: center;
}  
  
/* Custom Page 4 */  
#cpEventList-out .cpTier-title {
  text-align: center;
}
.cpEventList-row:first-child, .cpEventList-item:first-child {
  margin-top: 10px;
}
.cpEventList-item {
  border: none;
  padding-top: 40px;
  padding-bottom: 40px !important;
  margin: 0;
}
.cpEventList-item:nth-child(2n+1) {
  background-color: #e8eff1;
}
.cpEventList-right {
  text-align: center;
  margin: 25px auto 0;
}
  
/* Custom Page 6*/  
#cpFAQAccordion .panel-body .cpList {width: 100%; float: none; margin: 0;}
  
/* Custom Page 7 */  
#cpTopImage-out {
  padding: 44px 0;
}
#cpTopImage-left {
  padding: 0 15px;
}
#cpTopImage-right .cpTopImage-wrap {
  max-width: 100%;
  padding: 25px 0px 0px;
  text-align: center;
}
.cpNews-item {
  text-align: center;
}
.cpNews-row:last-child .cpNews-item:last-child {
  margin-bottom: 0;
}
.cpNews-wrap {
  padding: 0;
}
.cpNews-image {
  margin: 0 auto 20px;
  max-width: 540px;
}
.cpNews-title {
  min-height: auto;
}
.cpNews-title h1 {
  margin-bottom: 12px;
}
.cpNews-date {
  margin-bottom: 10px;
}
.cpNews-desc .formbutton {
  margin-top: 5px;
}
  
#cpNewsBuckets-out {
  background-attachment: scroll;
}
.cpNewsBucket {
  display: inline-block;
}
.cpNewsBucket-row:last-child .cpNewsBucket:last-child {
  margin-bottom: 0;
}
.cpNewsSupporter {
  display: inline-block; 
  vertical-align: top;
}
  
/* Custom Page 8 */  
#cpResAccord-left {
  margin-bottom: 7px;
}
  
/* Custom Page 9 */ 
.cpTieredSponsor-titleRow {
  background: transparent !important;
}
.cpTieredSponsor-title {
  padding: 12px 15px;
}
#cpTieredSponsor-platinum .cpTieredSponsor-title {
  background: -moz-linear-gradient(left, rgba(182,182,180,0.9) 0%, rgba(190,189,184,0.8) 37%, rgba(219,219,219,0.8) 95%);
  background: -webkit-linear-gradient(left, rgba(182,182,180,0.9) 0%, rgba(190,189,184,0.8) 37%, rgba(219,219,219,0.8) 95%);
  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) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b6b6b4', endColorstr='#ccdbdbdb', GradientType=1 );
  text-align: center;
}
#cpTieredSponsor-gold .cpTieredSponsor-title {
  background: -moz-linear-gradient(left, rgba(255,215,0,0.5) 0%, rgba(227,196,49,0.8) 31%, rgba(224,228,28,0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(255,215,0,0.5) 0%, rgba(227,196,49,0.8) 31%, rgba(224,228,28,0.4) 100%);
  background: linear-gradient(to right, rgba(255,215,0,0.5) 0%, rgba(227,196,49,0.8) 31%, rgba(224,228,28,0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffd700', endColorstr='#66e0e41c', GradientType=1 );
  text-align: center;
}
.cpTieredSponsor-item {
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
}
.cpTieredSponsor-leftCol {
  margin: 0 auto 12px;
}
.cpTieredSponsor-infoLeft .tieredSponsor-name {
  font-size: 22px;
}
.cpTieredSponsor-list li {
  margin-bottom: 0;
}
.cpTieredSponsor-list li .web, .cpTieredSponsor-list li .social {
  font-size: 16px;
}
.cpTieredSponsor-list li div, .cpTieredSponsor-list li a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
  
/* Custom Page 10 */
.cpBenefitRow {
  padding: 0;
}
.cpBenefit {
  border: none;
  margin-bottom: 40px;
}
.cpBenefit-wrap {
  min-height: inherit;
}
.cpBenefit-icon {
  font-size: 28px;
  margin-bottom: 10px;
}
.cpBenefit-icon i {
  width: 75px;
  height: 75px;
  line-height: 69px;
}
.cpBenefit-title {
  margin-bottom: 5px;
}
}



@media (max-width: 600px) {
/* Custom Page 2 */
.cpBoard-item {
  width: 100%;
}
.cpAward-item {
  width: 100%;
}
  
/* Custom Page 3 */  
.cpStaff2-row {
  margin-bottom: 0px;
}
.cpStaff2-item {
  width: 100%;
}
.cpStaff2-inner {
  padding: 0px;
  min-height: 100%;
}
  
/* Custom Page */  
  
/* Custom Page */  
  
/* Custom Page */  

}



@media (max-width: 480px) {
/* Default Template Styles */
.cpTitleBar {
  font-size: 24px;
  line-height: 28px;
}  
  
.cpTitleBar-out.v3 {height: 225px;}
.cpTitleBar-out.v3 .cpTitleBar {padding: 22px; width: 90%;}
  
.cpAccordion .panel-title a::before {font-size: 18px; right: 9px;}
.cpAccordion .panel-title a {font-size: 16px;}
.cpAccordion .panel-body {padding: 15px 14px;}  

  
/* Custom Page 2 */
.cpCommittees-row {
  padding: 0;
}
.cpCommittees-row:last-child .cpCommittees-item:last-child {
  margin-bottom: 0;
}
.cpCommittees-item {
  width: 100%;
  max-width: 320px;
}
.cpCommittees-item .formbutton {
  margin-top: 15px;
}
.cpCommittees-title {
  margin: 0 auto 15px;
}
.cpCommittees-wrap i {
  margin: 15px auto;
}
.cpAward-item {
  width: 100% !important;
}
.cpAward-wrap {
  max-width: none;
}
  
/* Custom Page 9 */  
.cpTieredSponsor-list li div, .cpTieredSponsor-list li a {
  display: block;
}
.cpTieredSponsor-list li {
  margin-bottom: 7px;
}
  
/* Custom Page */  
  
/* Custom Page */  
  
/* Custom Page */  
  
/* Custom Page */  
}



