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

/*
:root {
  --primary-background-color: #f4f4f4;
  --secondary-background-color: #134074;
  --tertiary-background-color: #44a1d9;
  --light-gray-background-color: #a2aaad;
  --gradient1-background-color: linear-gradient(to bottom, #295d9a 0%, #134074 100%);
  --gradient2-background-color: linear-gradient(to right, rgb(69 164 220) 0%, rgb(19 64 116) 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: #5b6770;
  --tertiary-button-color: #FF9F1C;

  --primary-border-color: #f1f1f1;
  --secondary-border-color: #134074;
  --tertiary-border-color: #333f48;
}
*/


/* Solid Background Colors */
.primary-bg {background-color: #f4f4f4;}
.secondary-bg {background-color: #134074;}
.tertiary-bg {background-color: #44a1d9;}
.light-gray-bg {background-color: #a2aaad;}

/* Gradient Background Colors */
.gradient1-bg {background: linear-gradient(to bottom, #295d9a 0%, #134074 100%);}
.gradient2-bg {background: linear-gradient(to right, rgb(69 164 220) 0%, rgb(19 64 116) 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: #5b6770;}
.tertiary-button {background-color: #FF9F1C;}

/* Border Colors */
.primary-border {border-color: #f1f1f1;}
.secondary-border {border-color: #134074;}
.tertiary-border {border-color: #333f48;}

.toolbar-out {top: 0;}


/* Subpage Title Break */
#SpTitleBar {
  display: none;
}
#SpContent_Container {
  padding: 0 15px 15px;
}
#SpSubHead {
  display: none;
}
#sp-main {
  width: 100%;
  margin-top: 132px;
  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/scct.site-ym.com/resource/resmgr/cp_templates/images/bullet.png") no-repeat scroll 0 5px transparent;
  padding: 0 0 8px 14px;
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  color: #5b6770;
  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: #008c95;
}
.cpTitleBar-content {
  padding: 35px 0;
}
.cpTitleBar {
font-family: 'Montserrat', sans-serif;    
  color: #ffffff;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
}


/* Version 2 Title Bar */ 
.cpTitleBar-out.v2 {
  height: auto;
  background: #fff;
}

/* Version 3 Title Bar */ 
.cpTitleBar-out.v3 {
  height: 400px;
  background: url(https://cdn.ymaws.com/scct.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: 34px;
    font-weight: 700;
    text-transform: none;
    color: #134074;
    font-family: montserrat, sans-serif;
}




/* 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: #44a1d9;
  border: none;
  padding: 12px 40px 12px 15px;
  display: block;
  color: #fff;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  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: #4ebcff;
  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;
}


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

/* Accordion Version 3 - Transparent Background + Bottom Border */
.cpAccordion.cpAccordion-v3 .panel-title a {
  background-color: transparent;
  color: #00b0b9;
  border-top: 2px solid #f1f1f1;
  padding: 20px 40px 20px 15px;
  font-weight: 300;
}
.cpAccordion.cpAccordion-v3 .panel-title a:hover {
  background-color: transparent;
  color: #5b6770;
}  
.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: #a2aaad;
  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 .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: #333f48;
}


/* Default Pricing Styles */
.cpPricing .cpTier-title {
  text-align: left;
}
.cpPrice-item {
  padding: 0 15px;
}
.cpPrice-wrap {
  border: 1px solid #333f48;
}
.cpPrice-title {
  font-size: 18px;
  padding: 25px 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.cpPrice-value {
  background-color: #5b6770;
  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: #333f48;
  color: #fff;
  position: relative;
}
.cpPrice-value2::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 35px;
  color: #5b6770;
  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 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: normal;
}
.fwImageText-text {
  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;
font-family: 'Montserrat', sans-serif;
    color: #134074;    
}
.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: #00b0b9;
  top: -16px;
}
.titleWithBorder {
  position: relative;
  display: inline-block;
}


/* Specific Template Page Styles */

/* Template Page 1 */
#cpHeroBuckets-out {
  background-color: #ffffff;
}
.cpHeroBucket {
  margin-top: -100px;
}
.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: 700;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: normal;
    font-family: 'Montserrat', sans-serif;
    color: #134074;    
}
.cpHeroBucket-text {
  margin-bottom: 15px;
  min-height: 70px;
}
.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: #860e04;
  border-radius: 40px;
  color: #fff;
  font-size: 27px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  box-shadow: inset 1px 1px 2px -1px #008c95;
}
.cpBenefits-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto 8px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    color: #134074;
}
.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 2 */
#cpTopParagraph-out .cpTier-title .title {
  margin-bottom: 30px;
}
#cpAdvocacyResources-out {
  background-color: #f4f4f4;
}
.cpAdvocacyResources-item {
  text-align: left;
  margin-bottom: 15px;
}
.cpAdvocacyResources-title {
    font-family: montserrat, sans-serif;
    color: #134074;    
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 8px;
}
.cpAdvocacyResources-title i {
  color: #860E04;
  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;
}



/* Template Page 3 */
#cpProgramTop-out {
  padding: 50px 0 0;
}
#cpProgramTop-out .cpTier-title {
  text-align: left;
}
#cpProgramMid-out {
  padding-top: 30px;
}
#cpProgramMid-left {
  text-align: left;
}
.cpProgramMid-title {
    font-size: 26px;
    color: #134074;
    font-weight: 600;
    margin: 0 auto 10px;
    line-height: 34px;
    font-family: 'Montserrat', sans-serif;
}
.cpProgramMid-item {
  font-size: 15px;
  margin: 0 auto 25px;
  display: inline-block;
  vertical-align: top;
}
.cpProgramMid-item:last-child {
  margin-bottom: 0;
}
.cpProgramMid-itemTitle {
  font-size: 17px;
  font-weight: 500;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;    
}
.cpProgramMid-item a {
  display: inline-block;
  vertical-align: top;
}
.cpProgramMid-item a i {
  font-size: 12px;
}
#cpProgramMid-right .cpProgramMid-wrap {
  padding: 0 20px;
}
.cpProgramMid-image {
  margin: 6px auto 18px;
}
.cpProgramMid-btn {
  width: 100%;
  margin-bottom: 11px;
}
#cpProgramMid-btn1 {
  border: 1px solid #FF9F1C;
  background-color: #FF9F1C;
  color: #ffffff;
}
#cpProgramMid-btn1:hover {
  border: 1px solid #134074;
  background-color: #134074;
  color: #ffffff;
}
 
#cpProgramMid-quote {
  margin-top: 50px;
}
.quoteWrap::before {
  position: absolute;
  content: "\f10e";
  font-size: 45px;
  font-family: 'FontAwesome';
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  color: #1c4074;
}
.quoteWrap {
  background-color: #2ea1d9;
  padding: 40px 15px 80px;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  position: relative;
  z-index: -1;
  border-radius: 10px;
}
.quoteImage {
  margin: -70px auto 15px;
  z-index: 10;
}
.quoteImage img {
  background-color: #f0f0f0;
  width: 125px;
  height: 125px;
  border: 5px solid #fff;
  border-radius: 70px 70px 70px 0;
  z-index: 10;
  margin: 0 auto;
}
.quoteInfo .name {
    color: #1c4074;
    font-size: 19px;
    font-weight: 600;
    font-family: montserrat, sans-serif;
}
.quoteInfo .title {
  color: #333f48;
  font-style: italic;
}
  
#cpProgramBottom {
  text-align: left;
}
#cpProgramBottom-out .cpTier-title {
  text-align: left;
}
.cpProgramBottom-row {
  padding-bottom: 20px;
}
.cpProgramBottom-row:last-child {
  padding-bottom: 0;
}
.cpProgramBottom-btn {
  background-color: rgb(68 161 217 / 20%);
  display: block;
  padding: 13px 24px 13px 12px;
  border-radius: 5px;
  color: #1c4074;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  position: relative;
  line-height: normal;
}
.cpProgramBottom-btn:hover {
  background-color: #2ea1d9;
  color: #fff;
}
.cpProgramBottom-btn i {
  float: right;
  position: absolute;
  right: 12px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  line-height: normal;
}
#cpProgramSupporters-out .cpTier-title {
  text-align: left;
}
.cpProgramSupporters-wrap {
  padding: 0 10px;
}
.cpProgramSupporters-item img {
  margin: 0 auto;
}



/* Template Page 4 */
#cpResourceAccordions-out {
    background: #1c4074;
}
    
.cpQlinks-col {
  padding: 0 15px;
}
.cpQlinks-list {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin: 0;
}
.cpQlinks-col li {
  border-bottom: 1px solid #ffffff;
}
.cpQlinks-col li a {
  padding: 9px 26px 9px 6px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  -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;
}
.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(0,0,0,0.4);
}
.cpIconParagraphs-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cpIconParagraphs-wrap {
  text-align: left;
  padding: 15px;
}
.cpIconParagraphs-item h2 {
  color: #134074;
  font-size: 26px;
  font-weight: 500;
  margin: 0 auto 15px;
  line-height: 34px;
}
.cpIconParagraphs-item h2 img {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  max-width: 65px;
}
.cpIconParagraphs-item p {
  margin-bottom: 0;
}
#cpGradient-left {
  text-align: center;
}
#cpGradient-left .title {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    font-size: 32px;
    font-family: montserrat, sans-serif;
}
#cpGradient-right {
  text-align: center;
}
#cpGradient-right a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  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;
  font-family: montserrat, sans-serif;    
}
#cpGradient-right a i {
  padding-left: 4px;
}
#cpGradient-right a:hover {
  color: #3ABEFF;
}
.cpPricingOverview-item {
  margin: 30px auto 0;
  padding: 0 15px;
}
.cpPricingOverview-wrap {
  max-width: 450px;
  display: inline-block;
  width: 100%;
  border: 1px solid #333f48;
}
.cpPricingOverview-title {
    padding: 30px 20px;
    font-size: 24px;
    font-weight: 600;
    background-color: #134074;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}
.cpPricingOverview-price {
  font-size: 15px;
  padding: 26px 10px;
  border-bottom: 1px solid #333f48;
  color: #5b6770;
  line-height: normal;
}
.cpPricingOverview-button .formbutton {
  display: block;
  padding: 25px 10px;
  border-radius: 0;
    border: 0;    
}
.cpPricingOverview-button .formbutton:after{
    display: none; }


/* Template Page 5 */



/* Template Page 6 */



/* Template Page 7 */



/* Template Page 8 */



/* Template Page 9 */



/* Template Page 10 */








/* Media Queries */

@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 3 */
#cpProgramMid-right .cpProgramMid-wrap {
  padding: 0px;
}
.cpProgramSupporters-wrap {
  padding: 0 5px;
}    
    
/* Page 4 */
#cpGradient-left {
  text-align: left;
}
#cpGradient-right {
  text-align: right;
}    

}



@media (max-width: 991px) {
.cpTitleBar {
  font-size: 34px;
  line-height: 36px;
}  
  
/* Image Text Boxes */
.imageTextBox-item {
  width: 100%;
}
.imageTextBox-right {
  min-height: 310px;
}

/* Page 1 */
.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;
}
.cpHeroBucket-text {
  min-height: auto;
}
    
    
/* Page 2 */
.cpAdvocacyResources-item {
  text-align: center;
  margin: 30px auto;
}
.cpAdvocacyResources-item:nth-child(3), .cpAdvocacyResources-item:nth-child(4) {
  margin-bottom: 0;
}    
    
    
/* Page 3 */    
.cpProgramSupporters-item {
  float: none;
  display: inline-block; 
  vertical-align: top;
  width: 100%;
}
.cpProgramSupporters-item:last-child {
  margin-bottom: 0;
}    
}



@media (max-width: 959px) {
#sp-main {
    margin-top: 0;
} 
/*.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;
}  
.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 */
.cpBenefits-wrap {
  padding: 20px 10px;
} 
    
    
/* Page 3 */
.cpProgramBottom-btn {
  font-size: 14px;
}
.cpProgramSupporters-wrap {
  padding: 0;
}    
    
    
/* Page 4 */
#cpQlinks-out {
  padding: 30px 0;
}
.cpQlinks-col li a {
  font-size: 12px;
  padding: 8px 12px 8px 0;
}
.cpQlinks-col li a::after {
  right: 0;
  font-size: 8px;
}    
}



@media (max-width: 767px) {
.header-shrink #header {
    height: 96px;
}    
/* 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: 26px;
  line-height: 28px;
}  
/*.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;
}
  
/* 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 */
.cpBenefitsRow {
  padding: 0;
}
.cpBenefit {
  border: none;
  margin-bottom: 40px;
}
.cpBenefits-wrap {
  min-height: auto;
  padding: 0;
}
    
    
/* Page 2 */
.cpAdvocacyResources-item:nth-child(3) {
  margin-bottom: 30px;
}
.cpAdvocacyResources-text .formbutton {
  margin-top: 5px;
}
.cpDualParagraph-left {
  margin-bottom: 20px;
}
.cpDualParagraph-wrap {
  text-align: center;
}    
   
    
/* Page 3 */
#cpProgramTop-out {
  padding-bottom: 15px;
}
#cpProgramTop-out .cpTier-title {
  text-align: center;
}
#cpProgramMid-left {
  margin-bottom: 40px;
}
.cpProgramMid-item {
  margin-bottom: 20px;
} 
#cpProgramMid-left {
  text-align: center;
}
#cpProgramMid-right .cpProgramMid-wrap {
  padding: 0 0px;
}
.cpProgramMid-image {
  margin: 0 auto 30px;
}
#cpProgramBottom-out .cpTier-title {
  text-align: center;
}
.cpProgramBottom-row {
  padding: 0;
}
.cpProgramBottom-row:last-child {
  padding-bottom: 0;
}
.cpProgramBottom-btn {
  margin-top: 10px;
}
#cpProgramSupporters-out .cpTier-title {
  text-align: center;
}
.cpProgramSupporters-item {
  margin: 15px auto;
}    
    
/* Page 4 */
.cpQlinks-col:last-child li:last-child {
  border-bottom: none;
}
.cpIconParagraphs-row {
  padding-top: 0;
  padding-bottom: 0;
}
.cpIconParagraphs-wrap {
  padding: 0;
  text-align: center;
}
.cpIconParagraphs-item {
  margin: 40px 0;
}
.cpIconParagraphs-item:last-child {
  margin-bottom: 0;
}
.cpIconParagraphs-item h2 {
  margin-bottom: 5px;
}
#cpGradient-left {
  margin-bottom: 10px;
}
#cpGradient-left, #cpGradient-right {
  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;
}
    
    
/* Page 4 */
.cpPricingOverview-item {
  width: 100%;
  margin: 30px auto 10px;
}
.cpPricingOverview-item:last-child {
  margin-bottom: 0;
}    
}



@media (max-width: 480px) {
/* Default Template Styles */
.cpTitleBar {
  font-size: 22px;
  line-height: 26px;
}   
/*.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 2 */
.cpAdvocacyResources-wrap {
  padding: 0;
}    
    
/* Page 3 */
.cpProgramSupporters-item {
  float: none;
  display: inline-block; 
  vertical-align: top;
  width: 100%;
}
.cpProgramSupporters-item:last-child {
  margin-bottom: 0;
}
    
    
/* Page 4 */
.cpQlinks-col li {
  border: none;
  margin-bottom: 7px;
}
.cpQlinks-col:last-child li:last-child {
  margin-bottom: 0;
}
.cpQlinks-col li a {
  text-align: center;
  background-color: rgba(0,0,0,0.1);
  line-height: 20px;
  padding: 8px 12px;
}
.cpQlinks-col li a:hover {
  background-color: #008c95;
  color: #fff;
}
.cpQlinks-col li a::after {
  display: none;
}
.cpIconParagraphs-item h2 {
  margin-bottom: 8px;
}
  
#cpGradient-left .title {
  font-size: 25px;
}
#cpGradient-right a {
  font-size: 18px;
}    
}



