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

/*
:root {
  --primary-background-color: #f4f4f4;
  --secondary-background-color: #d0dce9;
  --tertiary-background-color: #145192;
  --light-gray-background-color: #919eac;
  --gradient1-background-color: linear-gradient(to bottom, #4374a8 0%, #145192 100%);
  --gradient2-background-color: linear-gradient(to right, rgba(67,116,168,1) 0%, rgba(20,81,146,1) 100%);
  
  --sponsor-gradient-platinum: 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-gradient-gold: 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%);
  --sponsor-gradient-bronze: linear-gradient(to right, rgba(173, 116, 93, 1) 0%, rgba(247, 194, 163, 0.9) 53%, rgba(160, 104, 79, 1) 100%);

  --secondary-button-color: #5e6b79;
  --tertiary-button-color: #e38633;

  --primary-border-color: #e7edf4;
  --secondary-border-color: #145192;
  --tertiary-border-color: #333333;
}
*/


/* Solid Background Colors */
.primary-bg {background-color: #f4f4f4;}
.secondary-bg {background-color: #d0dce9;}
.tertiary-bg {background-color: #145192;}
.light-gray-bg {background-color: #919eac;}

/* Gradient Background Colors */
.gradient1-bg {background: linear-gradient(to bottom, #4374a8 0%, #145192 100%);}
.gradient2-bg {background: linear-gradient(to right, rgba(67,116,168,1) 0%, rgba(20,81,146,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: #5e6b79;}
.tertiary-button {background-color: #6699cc;}

/* Border Colors */
.primary-border {border-color: #e7edf4;}
.secondary-border {border-color: #145192;}
.tertiary-border {border-color: #333333;}


/* 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: 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 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/lkm.site-ym.com/resource/resmgr/cp_templates/images/bullet.png") no-repeat scroll 0 5px transparent;
  padding: 0 0 8px 14px;
  font-size: 15px;
  font-style: italic;
  color: #5e6b79;
  line-height: 17px;
}


/* Default Template Subpage Title Bar with Background Color */
.cpTitleBar-out::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(left, rgba(51,63,72,0.4) 0%,rgba(51,63,72,0.4) 100%);
  background: -webkit-linear-gradient(left, rgba(51,63,72,0.4) 0%,rgba(51,63,72,0.4) 100%);
  background: linear-gradient(to right, rgba(51,63,72,0.4) 0%,rgba(51,63,72,0.4) 100%);
}
.cpTitleBar-out {
  position: relative;
  height: auto;
  background-color: #6699cc;
}
.cpTitleBar-content {
  padding: 35px 0;
}
.cpTitleBar {
  color: #ffffff;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
  letter-spacing: 2px;
  text-transform: uppercase;
}


/* Version 2 Title Bar */ 
.cpTitleBar-out.v2 {
  height: 325px;
  background: url(https://cdn.ymaws.com/lkm.site-ym.com/resource/resmgr/cp_templates/images/1920x325.jpg) no-repeat scroll center center/cover transparent;
}

/* Version 3 Title Bar */ 
.cpTitleBar-out.v3 {
  height: 400px;
  background: url(https://cdn.ymaws.com/lkm.site-ym.com/resource/resmgr/cp_templates/images/1920x400.jpg) no-repeat scroll center center/cover transparent;
}

.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;
}


/* 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: 28px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 2px;
  line-height: 34px;
}
.cpTier-title p:first-of-type {
  margin-top: 10px;
}



/* 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: #6699cc;
  border: none;
  padding: 12px 40px 12px 15px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -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: #333333;
  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: 21px;
  font-weight: 600;
}
.cpAccordion .panel-body .cpAccordion-subtitle {
  color: #919eac;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 10px;
}
.cpAccordion .panel-body .formbutton {
  vertical-align: top;
  margin-top: 8px;
}


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

/* Accordion Version 3 - Transparent Background + Bottom Border */
.cpAccordion.cpAccordion-v3 .panel-title a {
  background-color: transparent;
  color: #145192;
  border-top: 2px solid #e7edf4;
  padding: 20px 40px 20px 15px;
}
.cpAccordion.cpAccordion-v3 .panel-title a:hover {
  background-color: transparent;
  color: #6699cc;
}  
.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: 500;
  text-decoration: none !important;
  line-height: 25px;
}
.cpNavBar a:hover {
  color: rgba(255,255,255,0.6);
}
.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: 25px;
  font-weight: 600;
  margin: 0 auto 2px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cpTopVid-right .date {
  color: #919eac;
  font-size: 16px;
  font-weight: 600;
  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 .cpTier-title .title {
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}
.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 p {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 15px;
  font-weight: 400;
}
.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: #ffffff;
}


/* Default Pricing Styles */
.cpPricing .cpTier-title {
  text-align: left;
}
.cpPrice-item {
  padding: 0 15px;
}
.cpPrice-wrap {
  border: 1px solid #333333;
}
.cpPrice-title {
  font-size: 20px;
  padding: 25px 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cpPrice-value {
  background-color: #919eac;
  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: 17px;
  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: #145192;
  color: #fff;
  position: relative;
}
.cpPrice-value2::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 35px;
  color: #919eac;
  z-index: 10;
  left: 0;
  right: 0;
  top: -24px;
}
.cpPrice-benefits {
  padding: 25px 5px 0px;
}
.cpPrice-benefits ul {
  color: #919eac;
  padding: 0;
  list-style: none;
  font-size: 17px;
  margin: 0;
  font-weight: 500;
}
.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 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.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: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fwVideoText-right .fwVideoText-text {
  margin-bottom: 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: 25px;
  font-weight: 600;
  margin: 16px auto 10px;
  position: relative;
  display: inline-block;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cpTextImageNP-left .formbutton {
  margin-top: 10px;
  vertical-align: top;
}



/* Default Bucket Styles */
.cpBucket {
  display: flex;
  width: 50%;
  padding: 0 8px;
}
.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: #145192;
  top: -16px;
}
.titleWithBorder {
  position: relative;
  display: inline-block;
}





/* Specific Custom Page Styles */

/* Template Page 1 */
#cpMemberBenefits {
  background-color: #fff;
}
.cpMemberBenefit {
  margin: 15px auto;
  border-right: 2px solid #e7edf4;
}
.cpMemberBenefit:first-child {
  border-left: none;
}
.cpMemberBenefit:last-child {
  border-right: none;
}
.cpMemberBenefit-wrap {
  padding: 15px 15px;
}
.cpMemberBenefit-icon {
  font-size: 38px;
  margin: 0 auto 10px;
  color: #145192;
}
.cpMemberBenefit-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 6px;
  line-height: normal;
}



/* Template Page 2 */
.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: 10px;
}
.cpStaff2-image img {
  margin: 0 auto;
}
.cpStaff2-name {
  font-size: 21px;
  font-weight: 500;
  color: #145192;
}
.cpStaff2-title {
  font-weight: 500;
  font-style: italic;
}
.cpStaff2-text .formbutton {
  margin-top: 12px;
}
.cpStaff2-item .modal-dialog {
  width: 80%;
  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: 25px;
  line-height: normal;
  color: #145192;
  font-weight: 600;
}
.cpStaff2-item .modalWindowInfo-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 10px;
  font-style: italic;
}
.cpStaff2-item .modalWindowInfo-contact {
  margin: 20px auto 10px;
}
.cpStaff2-item .modalWindowInfo-contact .phone {
  color: #919eac;
}
.cpStaff2-item .modalWindowInfo-contact .phone span {
  color: #333333;
}


/* Template Page 3 */
#cpAgendaTabsOut {
  margin-top: 44px;
}
.cpAgendaRow {
  text-align: left;
  border-top: 1px solid #e8e8e8;
  padding: 16px 0;
}
.cpAgendaTabs .nav-tabs {
  border: none;
  margin-bottom: 20px;
}
.cpAgendaTabs .nav-tabs li {
  margin: 0;
  border-right: 3px solid #e8e8e8;
}
.cpAgendaTabs .nav-tabs li:last-child {
  border: none;
}
.cpAgendaTabs .nav-tabs li a {
  color: #919eac;
  border: none;
  border-radius: 0;
  font-size: 19px;
  font-weight: 600;
  background: transparent;
  text-transform: uppercase;
  margin: 0 !important;
}
.cpAgendaTabs .nav-tabs li a:hover {
  color: #145192;
}
.cpAgendaTabs .nav-tabs li.active a, .cpAgendaTabs .nav-tabs li.active a:hover, .cpAgendaTabs .nav-tabs li.active a:focus {
  color: #145192;
  margin: 0 !important;
  border: none;
}
.cpAgendaRow .sessionTime {
  font-weight: 600;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
.cpAgendaRow .sessionTitle2 {
  color: #145192;
  font-size: 20px;
  font-weight: 500;
  margin: 0 auto 10px;
  line-height: normal;
}
.cpAgendaRow .sessionDesc {
  margin-bottom: 30px;
  color: #5e6b79;
}
.cpAgendaRow .sessionSpeaker {
  max-width: 230px;
  margin: 36px auto 10px;
}
.cpAgendaRow .speakerImg {
  text-align: center;
}
.cpAgendaRow .speakerImg img {
  margin: 0 auto;
}
.cpAgendaRow .speakerName {
  font-size: 19px;
  font-weight: 100;
  margin-top: 8px;
  margin-bottom: 3px;
}
.cpAgendaRow .speakerName a {
  font-weight: 500;
}
.cpAgendaRow .speakerTitle {
  font-weight: 500;
  color: #333333;
  font-style: italic;
}
.cpAgendaRow .speakerOrg {
  font-size: 15px;
  color: #333333;
}


/* Template Page 4 */
#cpEventListing-out .cpTier-title {
  text-align: left;
}
.cpEventListing-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #e7edf4;
  padding-bottom: 40px;
}
.cpEventListing-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cpEventListing-left img {
  margin: 0 auto;
}
.cpEventListing-right {
  text-align: left;
  padding-left: 15px;
}
.cpEventListing-title {
  color: #145192;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 5px;
  line-height: 25px;
}
.cpEventListing-text .formbutton {
  margin-top: 2px;
}


/* Template Page 5 */
#cpSpeakers-out .cpTier-title {
  text-align: left;
}
.cpSpeakers-image {
  margin-bottom: 20px;
}
.cpSpeakers-text {
  text-align: left;
}
.cpSpeakers-name {
  margin: 0 auto 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
.cpSpeakers-text .formbutton {
  margin-top: 5px;
}
#cpSponsors-out .cpTier-title {
  text-align: left;
}
.cpSponsor {
  margin: 12px auto;
  padding: 0 12px;
}
.cpSponsor img {
  margin: 0 auto;
}
#cpVenue-out .cpTier-title {
  text-align: left;
}
.cpVenue-image {
  margin-bottom: 20px;
}
.cpVenue-text {
  text-align: left;
}
.cpVenue-name {
  margin: 0 auto 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
.cpVenue-text .formbutton {
  margin-top: 5px;
}
  


/* Template Page 6 */
#cpFeaturedStory-out .fwImageText-title {
  margin-bottom: 2px;
}
#cpFeaturedStory-out .fwImageText-date {
  color: #919eac;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 10px;
}
.cpPublications-item {
  text-align: left;
  margin: 30px 0;
  display: inline-block;
}
.cpPublications-wrap {
  padding: 0 10px;
}
.cpPublications-image {
  margin-bottom: 13px;
}
.cpPublications-title {
  color: #145192;
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 5px;
  line-height: 25px;
}
.cpPublications-date {
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}
.cpPublications-category {
  font-weight: 500;
}
.cpPublications-info {
  color: #5e6b79;
}
.cpPublications-info .formbutton {
  margin-top: 5px;
}
.cpPublicationBanner {
  text-align: left;
}
.cpPublicationBanner-title {
  font-size: 25px;
  font-weight: 600;
  margin: 16px auto 10px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
#cpPublicationBuckets-out {
  background: linear-gradient(to right, rgba(91,103,112, 0.6), rgba(91,103,112, 0.6), rgba(91,103,112, 0.6)), url(https://cdn.ymaws.com/lkm.site-ym.com/resource/resmgr/cp_templates/images/1920x1075.jpg) no-repeat fixed bottom center / cover;
}
#cpPublicationBuckets-out .cpTier-title .title {
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
#cpPublicationBuckets-out .cpBucket-wrap {
  background-color: rgba(255,255,255,0.8);
  border-top: 5px solid #145192;
}
#cpPublicationSupporters-out .cpTier-title .title {
  position: relative;
  margin-top: 16px;
  display: inline-block;
}
#cpPublicationSupporters-out .titleWithBorder::before {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
#cpPublicationSupporters-out .flex-row {
  justify-content: center;
}
.cpPublicationSupporter {
  margin: 0 0 30px 0;
  padding: 0 15px;
  width: 33%;
}
.cpPublicationSupporter img {
  margin: 0 auto;  
}
.cpPublicationSupporter-btn .formbutton {
  margin-top: 10px;
}


/* Template Page 7 */
#cpFAQAccordion {
  margin-top: 20px;
}
#cpFAQAccordion .faqList {
  padding-left: 0;
  width: 33%;
  float: left;
}


/* Template Page 8 */
#cpHeroBuckets-out {
  background-color: #ffffff;
}
.cpHeroBucket {
  margin-top: -100px;
  display: flex;
}
.cpHeroBucket-wrap {
  background-color: #fff;
  padding: 15px 15px 20px;
  box-shadow: 0 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.cpHeroBucket-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cpHeroBucket-text {
  margin-bottom: 15px;
}
.cpBenefitsRow {
  padding: 25px 0;
}
.cpBenefit {
  border-right: 1px solid #e0e0e0;
}
.cpBenefit:last-child {
  border: none;
}
.cpBenefits-wrap {
  padding: 20px 15px;
  min-height: 230px;
}
.cpBenefits-icon {
  margin: 0 auto 20px;
}
.cpBenefits-icon i {
  background-color: #145192;
  border-radius: 40px;
  color: #fff;
  font-size: 27px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
}
.cpBenefits-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 6px;
  line-height: normal;
}
.cpBenefits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.cpBenefits-button .formbutton {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
  
#cpGroupForum-out {
  background-color: #ffffff;
}



/* Template Page 9 */
.cpTieredSponsors-section {
  margin-bottom: 45px;
  text-align: left;
}
.cpTieredSponsors-heading {
  padding: 20px;
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cpTieredSponsors-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e7edf4;
}
.cpTieredSponsors-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.cpTieredSponsors-img img {
  border: 1px solid #ddd;
}
.cpTieredSponsors-name {
  color: #145192;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 25px;
}
.cpTieredSponsors-contact p {
  line-height: normal;
  margin-bottom: 15px;
  word-break: break-all;
}
.socialMedia-links a {
  margin: 0 2px;
}
.socialMedia-links a:first-of-type {
  margin-left: 0px;
}
.socialMedia-links a:last-of-type {
  margin-right: 0;
}


/* Template Page 10 */
#cpAdvocacyResources-out {
  background-color: #e7edf4;
}
.cpAdvocacyResources-item {
  text-align: left;
  margin-bottom: 15px;
}
.cpAdvocacyResources-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 auto 6px;
  line-height: normal;
}
.cpAdvocacyResources-title i {
  color: #145192;
  padding-right: 4px;
  font-size: 20px;
}
.cpAdvocacyResources-text .formbutton {
  margin-top: 10px;
}
.cpDualParagraph-wrap {
  text-align: left;
  padding: 0 10px;
}
.cpDualParagraph-wrap p {
  margin-bottom: 20px;
}
.cpDualParagraph-wrap p:last-child {
  margin-bottom: 0;
}











/* Media Queries */

@media (max-width: 1399px) {
/* Full-Width Video Left/Text Right */ 
.fwVideoText-right .fwVideoText-wrap {
  max-width: 592px;
}
  
  
  
  
  
/* Template Page 1 */
  
  
/* Template Page 2 */
  
  
/* Template Page 3 */
  
  
/* Template Page 4 */
  
  
/* Template Page 5 */
  
  
/* Template Page 6 */
  
  
/* Template Page 7 */
  
  
/* Template Page 8 */
  
  
/* Template Page 9 */
  
  
/* Template Page 10 */
  
}


@media (max-width: 1215px) {
.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;
}
  
  
  
/* Template Page 1 */
  
  
/* Template Page 2 */
  
  
/* Template Page 3 */
.cpAgendaRow .sessionSpeaker {
  max-width: none;
  padding: 0 10px;
} 
  
/* Template Page 4 */

  
/* Template Page 5 */
  
  
/* Template Page 6 */
  
  
/* Template Page 7 */
  
  
/* Template Page 8 */
  
  
/* Template Page 9 */
  
  
/* Template Page 10 */
  
}



@media (max-width: 991px) {
/* Image Text Boxes */
.imageTextBox-item {
  width: 100%;
}
.imageTextBox-right {
  min-height: 310px;
}  
  
  
/* Template Page 1 */
.cpMemberBenefit {
  width: 100%;
  border: none;
  border-bottom: 2px solid #e7edf4;
}
.cpMemberBenefit:last-child {
  border-bottom: none;
}
.cpMemberBenefit-wrap {
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 600px;
}
.cpMemberBenefit:last-child .cpMemberBenefit-wrap {
  padding-bottom: 0;
}
.cpMemberBenefit-text p:last-child {
  margin-bottom: 0;
}
  
  
/* Template Page 2 */
.cpStaff2-item .modal-content {
  padding: 50px 25px;
}
.cpStaff2-item .modalWindowImage {
  margin-bottom: 20px;
}
.cpStaff2-item .modalWindowInfo {
  padding: 0 15px;
}
  
/* Template Page 3 */
  
  
/* Template Page 4 */
  
  
/* Template Page 5 */
  
  
/* Template Page 6 */
  
  
/* Template Page 7 */
  
  
/* Template Page 8 */
.cpHeroBucket {
  margin: 15px auto;
  display: inline-block;
  vertical-align: top;
}
.cpHeroBucket:first-child {
  margin-top: 0;
}
.cpHeroBucket:last-child {
  margin-bottom: 0;
}
.cpHeroBucket-wrap {
  background-color: #f4f4f4;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
  max-width: 480px;
  margin: 0 auto;
  padding: 25px 20px;
}

  
/* Template Page 9 */
  
  
/* Template Page 10 */
.cpAdvocacyResources-item {
  margin: 30px auto;
}
.cpAdvocacyResources-item:nth-child(3), .cpAdvocacyResources-item:nth-child(4) {
  margin-bottom: 0;
} 
}


@media (max-width: 1031px) {
.cpTier-title .title, .cpTopVid-right .title, .fwImageText-title, .fwVideoText-right .fwVideoText-title, .cpTextImageNP-title {
  letter-spacing: 1px;
}
}


@media (max-width: 959px) {
.cpTitleBar-out.v2 {
  height: 200px;
}  
.cpTitleBar-out.v3 {
  height: 250px;
}
  
/* 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;
}  
  
/* 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;
}  
  
  
  
/* Template Page 1 */
  
  
/* Template Page 2 */
  
  
/* Template Page 3 */
.cpAgendaRow .sessionSpeaker {
  padding: 0;
} 
  
/* Template Page 4 */

  
/* Template Page 5 */
  
  
/* Template Page 6 */
.cpPublications-wrap {
  padding: 0 5px;
}
.cpPublicationBanner {
  text-align: center;
}
#cpPublicationSupporters-out {
  padding: 45px 0;
}  
  
/* Template Page 7 */
  
  
/* Template Page 8 */
.cpBenefits-wrap {
  padding: 20px 10px;
} 
  
/* Template Page 9 */
.cpTieredSponsors-contact a {
  font-size: 14px;
}
  
/* Template Page 10 */

}



@media (max-width: 767px) {
/* Default Template Styles */
#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;
}
.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: 25px;
  line-height: 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;
}
  
/* Default Accordion Styles */
.cpAccordion .panel-body .cpAccordion-title {
  font-size: 18px;
}  
.cpAccordion .panel-body .cpAccordion-subtitle {
  font-size: 15px;
}

.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 {
  width: 100%;
  padding: 0;
  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;
}  
  
  
  
/* Template Page 1 */
.cpMemberBenefit {
  border: none;
}
  
  
/* Template Page 2 */
.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;
}
.cpStaff2-item .modal-dialog {
  width: 90%;
}
  
/* Template Page 3 */
.cpAgendaRow .sessionTime {
  text-align: left;
  margin-bottom: 10px;
}
  
/* Template Page 4 */
#cpEventListing-out .cpTier-title {
  text-align: center;
}
.cpEventListing-row:first-child, .cpEventListing-item:first-child {
  margin-top: 10px;
}
.cpEventListing-item {
  border: none;
  padding-top: 40px;
  padding-bottom: 40px !important;
  margin: 0;
}
.cpEventListing-item:nth-child(2n+1) {
  background-color: #f4f4f4;
}
.cpEventListing-right {
  text-align: center;
  margin: 25px auto 0;
}
  
/* Template Page 5 */
.cpSponsor-row:last-child .cpSponsor:nth-child(3), .cpSponsor-row:last-child .cpSponsor:nth-child(4) {
  margin-bottom: 0;
}
  
/* Template Page 6 */
.cpPublications-item {
  text-align: center;
}
.cpPublications-row:last-child .cpPublications-item:last-child {
  margin-bottom: 0;
}
.cpPublications-wrap {
  padding: 0;
}
.cpPublications-image {
  margin: 0 auto 20px;
  max-width: 540px;
}
.cpPublications-title {
  min-height: auto;
}
.cpPublications-title h1 {
  margin-bottom: 12px;
}
.cpPublications-date {
  margin-bottom: 10px;
}
.cpPublications-desc .formbutton {
  margin-top: 5px;
}
#cpPublicationBuckets-out {
  background-attachment: scroll;
}
.cpPublicationSupporter {
  width: 100%;
  padding: 0;
}
  
/* Template Page 7 */
#cpFAQAccordion .faqList {
  width: 100%;
  float: none;
  margin: 0;
}
  
/* Template Page 8 */
.cpHeroBucket {
  padding: 0;
}
.cpBenefitsRow {
  padding: 0;
}
.cpBenefit {
  border: none;
  margin-bottom: 40px;
  padding: 0;
}
.cpBenefits-wrap {
  min-height: auto;
  padding: 0;
}
  
/* Template Page 9 */
.cpTieredSponsors-section {
  text-align: center;
}
.cpTieredSponsors-item {
  text-align: center;
}
.cpTieredSponsors-img img {
  margin: 0 auto 15px;
}
.cpTieredSponsors-contact {
  margin-top: 5px;
  display: inline-block;
}
.cpTieredSponsors-contact a {
  font-size: 16px;
}
  
/* Template Page 10 */
.cpAdvocacyResources-item {
  text-align: center;
}
.cpAdvocacyResources-item:nth-child(3) {
  margin-bottom: 30px;
}
.cpAdvocacyResources-text .formbutton {
  margin-top: 5px;
}
.cpDualParagraph-left {
  margin-bottom: 20px;
}
.cpDualParagraph-wrap {
  text-align: center;
}
}



@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;
}
    
  
  
/* Template Page 1 */
  
  
/* Template Page 2 */
  
  
/* Template Page 3 */
.cpAgendaTabs .nav-tabs li {
  float: none;
  display: inline-block;
  border: none;
  margin: 0 5px;
}
.cpAgendaTabs .nav-tabs li:first-child{
  margin-left: 0;
}
.cpAgendaTabs .nav-tabs li:last-child{
  margin-right: 0;
}
.cpAgendaTabs .nav-tabs li a {
  color: #fff;
  background-color: #919eac;
  font-size: 17px;
}  
.cpAgendaTabs .nav-tabs li a:hover {
  background-color: #145192;
  color: #fff;
}
.cpAgendaTabs .nav-tabs li.active a, .cpAgendaTabs .nav-tabs li.active a:hover, .cpAgendaTabs .nav-tabs li.active a:focus {
  background-color: #145192;
  color: #fff;
}
.cpAgendaRow .sessionTime {
  font-size: 18px;
  text-align: center;
}
.cpAgendaRow .sessionInfo {
  width: 100%;
  text-align: center;
}
.cpAgendaRow .sessionDesc {
  margin-bottom: 0;
}
.cpAgendaRow .sessionImage {
  width: 100%;
}
.cpAgendaRow .speakerImg {
  margin-bottom: 10px;
}
.cpAgendaRow .sessionSpeaker {
  margin-top: 10px;
  text-align: center;
}
  
/* Template Page 4 */
  
  
/* Template Page 5 */
  
  
/* Template Page 6 */
  
  
/* Template Page 7 */
  
  
/* Template Page 8 */
  
  
/* Template Page 9 */
  
  
/* Template Page 10 */
  
}



@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%;
} 
    
  
  
/* Template Page 1 */
  
  
/* Template Page 2 */
.cpStaff2-item .modal-content {
  padding: 20px 5px;
}
.cpStaff2-wrap {
  padding: 0;
}
  
/* Template Page 3 */
  
  
/* Template Page 4 */
  
  
/* Template Page 5 */
.cpSpeakers-image img, .cpSponsor img, .cpVenue-image img {
  margin: 0 auto;
}
#cpSpeakers-out .cpTier-title .title, #cpVenue-out .cpTier-title .title {
  text-align: center;
}
.cpSpeakers-text, .cpVenue-text {
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.cpSponsor-row:last-child .cpSponsor:nth-child(3) {
  margin-bottom:12px;
}
.cpSponsor {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 8px auto;
}
  
/* Template Page 6 */
  
  
/* Template Page 7 */
.cpAccordion.cpAccordion-v3 .panel-title a {
  padding: 15px 35px 15px 10px;
}
.cpAccordion.cpAccordion-v3 .panel-body {
  padding: 0 10px 20px;
}
  
/* Template Page 8 */
  
  
/* Template Page 9 */
  
  
/* Template Page 10 */
.cpAdvocacyResources-wrap {
  padding: 0;
}
}



