@charset "utf-8";
/* CSS Document */

/*** ---- Temporary ---- ***/
#privateModeText.private-mode-banner {
  display: none;
}
/*** ---- End Temporary ---- ***/


html {
  scroll-behavior: smooth;

}
div.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  right: 15px !important;
  left: auto !important;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    line-height: 1.5625em;
    font-weight: 400;
    color: #28272b; 
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a, p a {
    color: #191919;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    cursor: pointer;
}
ul>li>a:not(.btn, .btn-quote):hover {
    text-decoration: none !important;
}
a:is(.btn, .btn-quote):hover {
    text-decoration: none !important;
}
 a img {
    border: none;
}
img {
    height: auto;
    max-width: 100%;
}
svg {
    vertical-align: baseline !important;
    overflow: visible;
}
img, table {
    vertical-align: middle;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
}
h1, h2, h3, h4, h5, p, li, a, span {
font-family: barlow !important;
}
.MainContentOuter h2 {
  font-weight: 700;
}
#firstContentPanel {
  scroll-behavior: smooth;
}

 .navbar-expand-xl.navbar.navbar-dark.static-top {
  display: none;
 }

/*=== Navigation ===*/
.mobile-trigger  {
display:none;
}
#PCLeftHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 254px;
    height: 100%;
    -webkit-box-shadow: 0 0 24px 0 #eee;
  box-shadow: 0 0 24px 0 #eee;
display: inline-block;
vertical-align: top;
background-color: #fff;
  z-index: 100;
}
#PCLeftHead-Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
  position: relative;
  height: 100%;
}
#PCLeftHead-Inner:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}
.vertical-navigation  {
    margin-top: auto;
    margin-bottom: auto;
    z-index: 100;
    width: 100%;
  display: block;
}
#PCLeftHead #PCLeftHead-Inner a.PCLeftHead-Link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100px;
    max-height: 100%;
}
#PCLeftHead #PCLeftHead-Inner a img, footer .CPC_cos_wrapper_type_social_sharing a img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
} 

.vertical-navigation div.CPC-menu-flow-vertical {
    padding-left: 1.75rem;
}
.vertical-navigation ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.vertical-navigation ul li {
    position: relative;
    padding: 0;
    margin: 0;
}
.vertical-navigation ul>li>a {
    position: relative;
    display: block;
    font-family: Rubik,sans-serif;
    font-weight: 500;
    color: #191919; 
    font-size: 1.1rem;
    padding: 11px 0;
}
.vertical-navigation ul>li.marker:before, .vertical-navigation ul>li.active:before  {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid #1b9d60;
    border-bottom: 6px solid #1b9d60;
    border-left: 6px solid #1b9d60;
    z-index: 50;
    left: -1rem;
    top: 1.1rem;
}
.vertical-navigation ul>li.marker>a, .vertical-navigation ul>li.active>a {
    color: #1d8151;
}

.MainContentOuter {
  padding-left:254px;
  position:relative;
}
.MainContentInner {
  padding: 0 0 3rem 0;
  position:relative;
}
.MainContentInner main {
    width: 100%;
    vertical-align: top;
    position: relative;
    display: inline-block;
}

.MainContentInner main div.SectionContainer {
    margin: 0;
}
.MainContentInner main div.SectionContainer div.SectionContainerInner {
width: 100%;
  min-height: 1px;
  vertical-align: top;
  position: relative;
  display: inline-block;
}
.BannerPanel {
  background: #000;
  color:#fff;
  background-image: url(https://6693272.fs1.hubspotusercontent-na1.net/hubfs/6693272/PCMicrositeImages/homepage-change-PC-min.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
 /* margin-top: -110px;*/
  margin-bottom: 0px;
}
.BannerPanel404 {
    background: #fff;
    color: #178753 !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* margin-top: -110px; */
    margin-bottom: 0px;
}
.BannerPanel404 :is(a, p, li, span, h1, h2, h3) {
  color: #178753 !important;
}

.BannerPanel :is(a, p, li, span, h1, h2, h3) {
  color: #fff;
}
Section.SectionPanel:not(.BannerPanel, .BannerPanel404) {
    margin-top: 6rem;
  margin-bottom: 6rem;  
  position: relative;
    
}
section.BannerPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section:not(:last-child) {
margin-bottom: 2.5rem;

}
Section.SectionPanelFullHeight {

  height: 100vh;
}
.dnd-column {

  position: relative;
  min-height: 1px;
  display: flex;
}

section.SectionPanel>.container-fluid {
  margin: 0 auto;
  display: flex;
  position: relative;
  height: 100%;
  max-width:1300px;
  width:100%;
}
section.SectionPanel>.container-fluid>.row-fluid-wrapper {
  display:flex;
  align-content: center;
  align-items: center;
  width: 100%;
}
section.BannerPanel.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid {
  width: 68.5%;
}
section.GreyCalloutPanel .container-fluid .row-fluid-wrapper .row-fluid [class*=span] {
 min-height: 0px;
}
section.SectionPanel.GreyCalloutPanel:not(span:has(h2)) {
  /*display:none;*/
  margin-top:-3rem;
  margin-bottom:-3rem;
}
section.SectionPanel4 .container-fluid:not(div:has(form)) {
  /*display:none;*/
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff;
}
section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section {
  align-content: center;
  align-items: center;
  padding: 0px;
  position: relative;
  width:100%;
  display:flex;
  flex-wrap: wrap;
}
section.SectionPanel2>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section:not(:last-child) {
margin-bottom: 6rem;
  margin-top: 6rem;

}
section.GreyCalloutPanel.SectionPanel {
background-color:#F4F5F5;
}

.BannerPanel404 img {
    max-width: 45%;
    border: 12px solid #178753;
    border-radius: 50%;
}

.BannerPanel404 h1 {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 1.5rem !important;
  color: #178753 !important;
  font-weight: 700 !important;
}
section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h1, .BannerPanel h1 {
  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 0rem;
  color: #fff;
  font-weight: 700 !important;
}
section.SectionPanel2 h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #1B9D60;
  font-weight: 700;
}
section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h3 {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
  margin-top:2rem;
    font-weight: 600;
}
section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h3.first {
  margin-top: 0px;
}


section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section p, .BannerPanel p, .BannerPanel404 p {
  font-size: 1.175rem;
  line-height: 1.75rem;
}
.BannerPanel404 p {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
}


section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section .span12.widget-span.widget-type-custom_widget.widget_1712769942035-flexbox-positioning.dnd-module {
align-items: flex-start !important;
display: flex;
}
section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section .span12.widget-span.widget-type-custom_widget.widget_1712769942035-flexbox-positioning.dnd-module a, a.btn-quote{
  display: block;
  padding: 1.5rem 3rem 1.5rem 3rem;
  background-color: #F8C442;
  color: #000;
  font-size: 1.175rem;
  line-height: 1.75rem;
  font-weight: bold;
  box-shadow: none;
    transition: box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
}
section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section .span12.widget-span.widget-type-custom_widget.widget_1712769942035-flexbox-positioning.dnd-module a:hover{
box-shadow: 0px 0px 6px -2px #333;
background-color: #ffd160;
}
a svg {
  margin-left: 13px;
}
a div.svglinkWrap {
    width: .8rem;
    display: inline-block;
}
a div.svglinkWrap svg {
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0 .25rem;
}
a svg line {
stroke: currentColor;

}
a svg polyline {
fill: transparent;
  stroke: currentColor;
}

section.GreyCalloutPanel.SectionPanel .widget_1712850794812-flexbox-positioning.dnd-module {
align-items: flex-start !important;
}



section.GreyCalloutPanel.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid a{
  display: block;
  padding: 1.5rem 3rem 1.5rem 3rem;
  background-color: rgb(40, 39, 43);
  color: rgb(248, 196, 66);
  font-size: 1.175rem;
  line-height: 1.75rem;
  font-weight: bold;
  box-shadow: none;
    transition: all .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
}
section.GreyCalloutPanel.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid a:hover{
box-shadow: 0px 0px 6px -2px #333;
  color: #eee; 
}
section.GreyCalloutPanel.SectionPanel a svg {
  margin-left: 13px;
}
section.GreyCalloutPanel.SectionPanel a svg line {
stroke: currentColor;

}
section.GreyCalloutPanel.SectionPanel a svg polyline {
fill: transparent;
  stroke: currentColor;
}
section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section>.row-fluid {
  margin-right:auto;
  margin-left:auto;
  position: relative;

}
section.SectionPanel.SectionPanel2 {
margin-bottom: 6rem;
}
section.GreyCalloutPanel.SectionPanel .span6:first-of-type{
margin-top: 6rem;
  margin-bottom: 6rem;
  padding-right:3rem;
}
section.GreyCalloutPanel.SectionPanel .span6:last-of-type{
background-color:#000;
}
section.GreyCalloutPanel.SectionPanel .container-fluid .row-fluid-wrapper .row-fluid .widget-span .dnd-section>.row-fluid:first-of-type {
display: flex;

}

section.SectionPanel4 {

}
section.SectionPanel4 .container-fluid {
width:100%;
max-width:1300px;
margin: auto;
justify-content: center;
align-items: center;
background-color:#F4F5F5;
margin-top: 6rem;
margin-bottom:6rem;
padding: 6rem 8rem 6rem 8rem;

}


/*=== Form styling ===*/


form ul {
list-style-type: none;
margin-bottom:2rem;
}
form ul.CPC-error-msgs {
color: red;
font-weight:bold;
padding-bottom: 1.5rem;
}
h2.form-Heading {
font-size: 2rem;
font-weight: 700;
}
div#CPC_cos_wrapper_widget_1712852373126 p.form-Paragraph, div#CPC_cos_wrapper_widget_1713531652485 p.form-Paragraph, div#CPC_cos_wrapper_widget_1713541193575 p{
font-size: 1rem;
}

div#CPC_form_target_widget_1712851745691 form div div.CPC-richtext p, div#CPC_form_target_widget_1713531579545 form div div.CPC-richtext p, div#CPC_form_target_widget_1713366901076 form div div.CPC-richtext p{
font-size: 1rem;
margin: 10px 0;
}
div#CPC_form_target_widget_1712851745691 form div div.CPC-richtext a, div#CPC_form_target_widget_1713531579545 form div div.CPC-richtext a, div#CPC_form_target_widget_1713366901076 form div div.CPC-richtext a {
color:#157E4D;
  text-decoration: underline;
}
div#CPC_form_target_widget_1712851745691 form div div.CPC-richtext a:after, div#CPC_form_target_widget_1713531579545 form div div.CPC-richtext a:after, div#CPC_form_target_widget_1713366901076 form div div.CPC-richtext a:after {

     content: "";
    display: inline-block;
    height: .8rem;
    width: .8rem;
    margin-left: .2rem;
    margin-right: .125rem;
    background-image: url('https://6693272.fs1.hubspotusercontent-na1.net/hubfs/6693272/CowanInsuranceGroup_February2020%20Theme/Images/icon-link-black.svg');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: background-image .3s ease-in-out;
}
div#CPC_form_target_widget_1712851745691 form div div.CPC-richtext a:hover, div#CPC_form_target_widget_1713531579545 form div div.CPC-richtext a:hover, div#CPC_form_target_widget_1713366901076 form div div.CPC-richtext a:hover {
color: #28272b;
}
#CPC_cos_wrapper_widget_1713541676954_ > p > strong > a:hover {
color:#1B9D60;
}

#CPC_cos_wrapper_widget_1713541676954_ > p:last-child > strong > a:after {
     content: "";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: .2rem;
    margin-right: .125rem;
    background-image: url('https://6693272.fs1.hubspotusercontent-na1.net/hubfs/6693272/CowanInsuranceGroup_February2020%20Theme/Images/icon-link-black.svg');
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    transition: background-image .3s ease-in-out;
}
input:not([type="button"]):not([type="submit"]){
font-family: barlow;
}
input[type="submit"] {
background-color: #178753;
color: #fff;
border: none;
padding: 18px 37px 17px;
font-size: 1.125rem;
  font-weight:bold;
}

input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 11px;
    padding: 6px 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 34px;
    font-weight: inherit;
    color: #6E6E6E;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #848484;
    border-radius: 0;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -o-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
  color:#1b9d60;
  background-color:transparent;
  border-color:#1b9d60;
  padding-bottom: 5px;
  border-width: 2px;
}





div.CPC_cos_wrapper_type_social_sharing {
  display: block;
  padding-left: 1.5rem;
}
div.CPC_cos_wrapper_type_social_sharing a {
  display: inline-block;
  margin: 0 15px 15px 0;
  color: #788692;
}
div.CPC_cos_wrapper_type_social_sharing a:hover {
  color: #1b9d60;
}


section.SectionPanel .greenbackWrapper {
background-color:#F4F5F5;
padding: 43px 33px 43px 33px;
  transition: .2s cubic-bezier(.4, 0, 1, 1);
}
section.SectionPanel .greenbackIconContainer {
min-height: 7rem;
display:flex;
  align-items:flex-end;
}
section.SectionPanel .greenbackWrapper img {
margin-bottom: 1.5rem;
}
section.SectionPanel .greenbackWrapper h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #28272b;
  margin-bottom: 2rem;
}
section.SectionPanel .greenbackWrapper:hover {
background-color:#8ed26d;
    -webkit-box-shadow: 6px 10px 24px 0 rgba(118,189,82,.36);
    box-shadow: 6px 10px 24px 0 rgba(118,189,82,.36);
}

section ul.sitemapList {
  list-style-type: none;
}
section ul.sitemapList li {
  margin-top: 1.5rem;
}
section ul.sitemapList a {
  font-size: 2rem;
  font-weight: 600;
  color: #000;

}
section ul.sitemapList a:hover {
  color: #1B9D60;
  text-decoration: none;
}
section ul.sitemapList a div.svglinkWrap {
  width: 1.8rem;
}

/*=== Footer ===*/
footer.footer {
  display: none !important;
}


footer{
background-color:#28272b;
position: relative;
padding-left: 254px;
padding-bottom: 6rem;
color:#fff;
}
footer ul {
list-style-type: none;
}
footer div#footerPanelUpperInner, footer div#footerPanelLowerInner {
max-width: 1300px;
margin: auto;
padding-top: 6rem;
}
footer div#footerPanelUpperInner img {
padding-bottom: 3.5rem;
}
footer div#footerPanelUpperInner ul li {
padding-top: .5rem;
}

footer div#footerPanelUpperInner a, footer div#footerPanelLowerInner a {
color: #fff;
font-size: 1rem;
}
footer div#footerPanelUpperInner a:hover, footer div#footerPanelLowerInner a:hover {
color: #F8C442;
}
footer div.copyrightTab {
padding-top: 1rem;
color: #fff;
}
footer div.copyrightTab p {
font-size: 1rem;
color: #fff;
}

footer .widget-type-social_sharing {text-align:center}
footer .footer-bottom {
    background-color: #28272b;
}


  body div.columnBlockLayout > div.MainContentOuter {
  top: -120px;
  
  }


@media only screen and (min-width: 1280px) {
.row-fluid .span7 {
    max-width: 54.264957%;
}
  

  
  
  
}
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
section.SectionPanel>.container-fluid {
  max-width: 1100px;
  }
section.SectionPanel4 .container-fluid {
  max-width:1100px;
}
footer div#footerPanelUpperInner, footer div#footerPanelLowerInner {
max-width: 1100px;
}
  body div.columnBlockLayout > div.MainContentOuter {
  top: -100px;
  
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  body div.columnBlockLayout > div.MainContentOuter {
  top: -90px;
  
  }
  
  .BannerPanel h1, .BannerPanel404 h1, section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h1 {
        font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0rem;
}

section.SectionPanel .greenbackWrapper h2, section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;

}
footer div#footerPanelUpperInner img.qodef--main {
    width: 440px;
}
footer div#footerPanelUpperInner img.CPC-image-widget {
    width: 240px;  
}
  
section.SectionPanel>.container-fluid {
  max-width: 900px;
  }
section.SectionPanel4 .container-fluid {
  max-width:900px;
}
footer div#footerPanelUpperInner, footer div#footerPanelLowerInner {
max-width: 900px;
}
}
@media only screen and (min-width:767px) and (max-width: 1024px) {
  body div.columnBlockLayout > div.MainContentOuter {
  top: 0px;
  
  }
  section.SectionPanel .greenbackWrapper h2, section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
section.SectionPanel .greenbackWrapper {
background-color:#F4F5F5;
padding: 43px 33px 43px 33px;
  transition: .2s cubic-bezier(.4, 0, 1, 1);
}
section.SectionPanel .greenbackIconContainer {
min-height: 7rem;
display:flex;
  align-items:flex-end;
}
section.SectionPanel .greenbackWrapper img {
margin-bottom: 1.5rem;
}
.row-fluid [class*=span]:has(div.greenbackWrapper){
margin-left: .25rem;
  margin-right: .25rem;

  }
section.SectionPanel2>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section>div.row-fluid:first-of-type:has(div.greenbackWrapper) {
  display:flex;
  flex-wrap:wrap;
  justify-content: center;

}
section.SectionPanel2>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section>div.row-fluid:first-of-type:has(div.greenbackWrapper) .span3 {
  width: 48.8%;
    padding-bottom: .5rem;
  }
  footer div#footerPanelLowerInner {
  padding-top:0rem;
    padding-right: 3rem;
  }
  #footerPanelUpperInner > section > div > div > div > div > div > div {
  flex-direction: column;
  }
  #footerPanelUpperInner > section > div > div > div > div > div > div > div.span6.widget-span.widget-type-cell.dnd-column.cell_1712863170241-vertical-alignment, #footerPanelLowerInner > section > div > div > div > div > div > div > div.span6.widget-span.widget-type-cell.cell_17128636437552-vertical-alignment.dnd-column {
    width:100%;
  }
}
@media only screen and (min-width:1025px) and (max-width: 1279px) {
  body div.columnBlockLayout > div.MainContentOuter {
  top: -60px;
  
  }
  
  .BannerPanel h1, .BannerPanel404 h1, section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h1 {
        font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0rem;
}

footer div#footerPanelUpperInner img.qodef--main {
    width: 440px;
}
footer div#footerPanelUpperInner img.CPC-image-widget {
    width: 240px;  
}
  section.SectionPanel .greenbackWrapper h2, section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}
section.SectionPanel .greenbackWrapper {
background-color:#F4F5F5;
padding: 43px 33px 43px 33px;
  transition: .2s cubic-bezier(.4, 0, 1, 1);
}
section.SectionPanel .greenbackIconContainer {
min-height: 7rem;
display:flex;
  align-items:flex-end;
}
section.SectionPanel .greenbackWrapper img {
margin-bottom: 1.5rem;
}
.row-fluid [class*=span]:has(div.greenbackWrapper){
margin-left: .25rem;
  margin-right: .25rem;

  }
section.SectionPanel2>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section>div.row-fluid:first-of-type:has(div.greenbackWrapper) {
  display:flex;
  flex-wrap:wrap;
  justify-content: center;

}
section.SectionPanel2>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section>div.row-fluid:first-of-type:has(div.greenbackWrapper) .span3 {
  width: 48.8%;
    padding-bottom: .5rem;
  }
section.SectionPanel>.container-fluid {
  max-width: 700px;
  }
section.SectionPanel4 .container-fluid {
  max-width:700px;
}
footer div#footerPanelUpperInner, footer div#footerPanelLowerInner {
max-width: 700px;
}
  .cell_17090671386292-vertical-alignment {
  justify-content: flex-start !important;
  }
  .row-fluid .span4:has(img) {
  width: 40%;
  
  }  
  .row-fluid .span8:has(h3) {
  width: 56%;
    margin-left: 3%;
  }
  section.GreyCalloutPanel.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid a {
  padding-left: 2rem;
    padding-right: 2rem;
  }
  section.SectionPanel4 .container-fluid:not(span:has(form)) {
    padding-left: 2rem;
    padding-right: 2rem;
  
  }
}


@media only screen and (max-width: 1024px) {
.BannerPanel404 {
  max-width: 85vw;
  margin: auto;

}
.BannerPanel404 img {
  max-width: 85vw;
  margin: 6rem auto .5rem auto;
}
  body div.columnBlockLayout > div.MainContentOuter {
  top: 0px;
  
  }
  div.MainContentOuter {
    padding-top: 6.75rem;
    padding-left: 0px;
  }
  Section.SectionPanelFullHeight {
    height: 60vh;
  }
  .BannerPanel h1,  .BannerPanel404 h1, section.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section h1 {
        font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 0rem;
}
  section.BannerPanel.SectionPanel>.container-fluid>.row-fluid-wrapper>.row-fluid {
  width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  Section.SectionPanel:not(.BannerPanel, .BannerPanel404) {
      margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative;
  }
  .dnd_area2-row-0-margin {
  margin-bottom: 3rem !important;
  }
  section.SectionPanel2>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section:not(:last-child) {
      margin-bottom: 0rem;
    margin-top: 0rem;
  }
  #CPC_cos_wrapper_widget_1709067144499, #CPC_cos_wrapper_widget_1712772012262 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-bottom: .5rem;
  }
 section.SectionPanel2>.container-fluid>.row-fluid-wrapper>.row-fluid div .row-fluid-wrapper.dnd-section.row-number-4 .row-fluid div[class*=span]:last-child {
  display: none;
  }
  #CPC_cos_wrapper_widget_1712778504036_ > img {
    width: 500px;
    height: 300px !important;
    object-fit: none;
    object-position: center 70%;
  }
  body div.columnBlockLayout > div.MainContentOuter > div > main > div > div > section.SectionPanel.SectionPanel2 > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-12.dnd-section > div > div.span8.widget-span.widget-type-cell.dnd-column {
    padding: 1rem;
  }
  section.GreyCalloutPanel.SectionPanel .container-fluid .row-fluid-wrapper .row-fluid .widget-span .dnd-section>.row-fluid:first-of-type {
    flex-direction: column-reverse;
  }
    section.GreyCalloutPanel.SectionPanel .container-fluid .row-fluid-wrapper .row-fluid .widget-span .dnd-section>.row-fluid h2 {
      font-size: 2rem;
    line-height: 2.25rem;
  
  }
  section.GreyCalloutPanel.SectionPanel .span6:first-of-type {
    margin-bottom: 4rem;
    margin-top: 2rem;
    padding-right: 0;
    text-align: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  section.GreyCalloutPanel.SectionPanel .widget_1712850794812-flexbox-positioning.dnd-module {
  align-items: center !important;
  }
  section.SectionPanel4 .container-fluid {
    justify-content: center;
    margin: 3rem auto;
    max-width: 1300px;
    padding: 2rem 2rem;
    background-color: #fff;
  }
  footer {
    display: flex;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    flex-wrap: nowrap;
    align-items: center;
  }
  footer div#footerPanelUpperInner img.qodef--main {
    width: 280px;
}
footer div#footerPanelUpperInner img.CPC-image-widget {
    width: 160px;
    margin-top: 4rem;
}
 #footerPanelUpperInner > section > div > div > div > div > div > div > div.span6.widget-span.widget-type-cell.dnd-column.cell_1712863170241-vertical-alignment {
  padding-left: 2rem;
  }
  footer div#footerPanelLowerInner {
  padding-top:0rem;
    padding-right: 0rem;
    min-width: 280px;
  }
  #footerPanelLowerInner > section > div > div > div > div > div > div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between; 
    
  }
  #CPC_cos_wrapper_widget_1712863677049 > div {
    padding-left: 0rem;
    padding-bottom: 2rem;
  }
  
  header #PCLeftHead-Inner {
  padding: 0rem;
    align-items: center;
  }
  #PCLeftHead-Inner > div.custom-menu-primary {
      padding-right: 1.5rem;
    padding-top: 2rem;
    width: 100%;
    background-color: #FFF;
    padding-left: 1.5rem;
  }
  #PCLeftHead-Inner > a {
  padding-top: 1.5rem;
  }
  .vertical-navigation ul>li:last-child:after {
  left: 5.5rem;
  }
  
  
   /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen - Kevin customized to move up */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #fff; /* Background color */
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#000;
    background-color: #FFFFFF; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#8dc63f;
    background-color: #eee; 
    border-color: transparent;
  }
  
   /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #000; /* Icon color */
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .CPC-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .CPC-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .CPC-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .CPC-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .CPC-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .CPC-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#191919; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .CPC-menu-wrapper > ul li a:hover,   .custom-menu-primary .CPC-menu-wrapper > ul li a:active{
    color:#1b9d60; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .CPC-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .CPC-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .CPC-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .CPC-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .custom-menu-primary.js-enabled .CPC-menu-wrapper, .custom-menu-primary.js-enabled .CPC-menu-children-wrapper {
    display:none;
  }
header .CPC_cos_wrapper_type_social_sharing {  
    padding-left: 0rem;
    display: flex;
  justify-content: center;
  }
  header .widget-type-social_sharing {
  display: none;
  }



   header .widget-type-social_sharing.visibleSocial {
  display: block;
         display: block;
    width: 100%;
    background-color: #fff;
    padding-top: 1.5rem;
}



section ul.sitemapList li {
  margin-top: .5rem;
  padding-left: 1rem;
}
section ul.sitemapList a {
  font-size: 1.25rem;

}

section ul.sitemapList a div.svglinkWrap {
  width: 1.125rem;
}

}
@media only screen and (pointer:coarse) and (max-width: 400px) {
  Section.SectionPanelFullHeight {
    height: 84vh;
  }
  #CPC_cos_wrapper_widget_1712769942035 > a {
  padding-left: 2rem;
    padding-right: 2rem;
  }
}


@media only screen and (min-width: 320px) and (max-width:1024px){
section.SectionPanel>.container-fluid {
    height: 100%;
  }
#PCLeftHead {

    width: 100%;
    height: 6.75rem;

} 
.mobileButtonContainer {
display:block;
}
  
  
}
/* ---- From PC-Divider Module ---- */
hr {  
border: 0 none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* ---- From PC-Black-H2Richtext Module ---- */
section.SectionPanel div.bkRichPanel {
  width: 100%;
  padding-right: 1rem;
}
section.SectionPanel div.bkRichPanel h2.blackHead {  
  font-size: 2rem;
  line-height: 2.25rem;
  color: #28272b;
  margin-bottom: 2rem;
}


/* ---- From PC-List-Block Module ---- */
.listPanelInner {

  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.listPanelCopyContainerColLeft {
  max-width: 35%;
  width: 35%;
}
.listPanelCopyContainerColRight {
  max-width: 65%;
  width: 60%;
}
section.SectionPanel .listPanelCopyContainerColRight h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  color:#28272B;
  margin-bottom: 1.5rem;
}
.listPanelCopyContainerColRight h2 span {
  font-size: 2rem;
  color:#1b9d60;
}

.listPanelCopyContainerCol ul {
  padding-left:0rem;
}
.listPanelCopyContainerCol ul li {
  font-size: 1.125rem;
  padding-bottom: .5rem;
  list-style:none;
}
.listPanelCopyContainerCol ul li i {
  color: #1b9d60;
  fill: #1b9d60;
  display: inline-block;
  position : relative;
  top: .2rem;
  margin-right:.75rem;
}

@media only screen and (pointer:coarse) and (max-width: 1024px) {
  .listPanelWrapper {padding: 1.5rem;}
.listPanelInner {

  display:flex;
  flex-direction: column;

}
  .listPanelCopyContainerColLeft {
  max-width: 100%;
  width: 100%;
}
.listPanelCopyContainerColRight {
  max-width: 100%;
  width: 100%;
}
  section.SectionPanel .listPanelCopyContainerColRight h2 {
    font-size: 2.22rem;
    margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
  .listPanelCopyContainerColRight h2 span {
  font-size: 1.5rem;
  color:#1b9d60;
}
}


/* ---- From PC-Product-Block Module ---- */
.productPanelCopyContainer {

  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.productPanelHeaderContainer h2 {
margin-top: 3rem;
  margin-bottom: 2rem;
}
.productPanelCopyContainerColLeft {
max-width: 70%;
padding-right:2rem;
}
.productPanelCopyContainerColRight {
width: 25%;
}
.productPanelCopyContainerCol h3 {
margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 1.5rem !important;
}
.productPanelCopyContainerCol p {
margin-bottom: 1rem;
  line-height: 2rem !important;
}
.productPanelCopyContainerCol ul {
 padding-left:1rem;
}
.productPanelCopyContainerCol ul li {
padding-bottom: .5rem;
}
.productPanelCopyContainerCol ul li::marker {
  color: #1b9d60;
}
@media only screen and (pointer:coarse) and (max-width: 1024px) {
.productPanelWrapper {
  padding: 1.5rem;
  }
  .productPanelCopyContainer {

  display:flex;
  flex-direction: column;

}
  .productPanelCopyContainerColLeft {
max-width: 100%;
    padding-right:0px;
}
  .productPanelCopyContainerColRight {
width: 100%;
}

.wrapper-body {
    min-height: calc(100%);
    margin-bottom: 0px;
    padding-top: 5rem;
}

}

/* ---- From PC-Product-Block Module ---- */

/* ---- From page header ---- */
.widget_1712927077693-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}
.widget_1712849405943-flexbox-positioning > div {
    max-width: 100%;
    flex-shrink: 0 !important;
}
.widget_1712849405943-flexbox-positioning {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}
.cell_1712848747912-background-layers {
    background-image: url('/womenboat.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
@media screen and (min-width: 768px){
.dnd_area2-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
}
.cell_17090671386292-vertical-alignment {
    display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-pack: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
.cell_17090671386292-vertical-alignment > div {
    flex-shrink: 0 !important;
}
.cell_1712848747912-background-layers {
    background-image: url('/womenboat.jpg') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.dnd_area5-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
}
.dnd_area6-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex !important;
    flex-direction: row;
}
}




/* ---- From 'Shared layout' ---- */
.row-fluid {
    width: 100%;
}
.row-fluid:after, .row-fluid:before {
    content: "";
    display: table;
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*=span] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: block;
    margin-left: 2.127659574%;
    min-height: 28px;
    width: 100%;
}

footer .row-fluid [class*=span] {
  float: none;
}

.row-fluid .span3 {
    width: 23.404255317%;
}
.row-fluid .span4 {
    width: 31.914893614%;
}
.row-fluid .span5 {
    width: 40.425531911%;
}
.row-fluid .span6 {
    width: 48.93617020799999%;
}
.row-fluid .span7 {
    width: 57.446808505%;
}
.row-fluid .span8 {
    width: 65.95744680199999%;
}
.row-fluid .span9 {
    width: 74.468085099%;
}
.row-fluid .span12 {
    width: 99.99999998999999%;
}
.row-fluid [class*=span]:first-child {
    margin-left: 0;
}
#formPanel {
       position:absolute;
     top: -6rem;
}



@media only screen and (max-width: 767px) {
.row-fluid [class*=span] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
}
#mainContent > div > div > div > div > div > div > div > div > main > div > div > section.GreyCalloutPanel.SectionPanel.SectionPanel3 > div > div > div > div > div > div > div.span6.widget-span.widget-type-cell.cell_1712848747912-vertical-alignment.cell_1712848747912-background-image.cell_1712848747912-background-layers.dnd-column > div > div {
  height: 17rem;
}
div.CPC_cos_wrapper_type_social_sharing {
  margin-top: 2rem;
  padding: 0px;

}

footer .widget-type-social_sharing {
    text-align: left;
}
}

@media only screen and (max-width: 1024px) {

#mainContent > div > div > div > div > div > div > div > div > main > div > div > section.GreyCalloutPanel.SectionPanel.SectionPanel3 > div > div > div > div > div > div > div.span6.widget-span.widget-type-cell.cell_1712848747912-vertical-alignment.cell_1712848747912-background-image.cell_1712848747912-background-layers.dnd-column > div > div {
  height: 19rem;
}
div.row-fluid:has(.span6.widget-span.widget-type-cell.cell_17133668072762-vertical-alignment) {
  flex-direction: column;
  align-items: center;
}
.span6.widget-span.widget-type-cell.cell_17133668072762-vertical-alignment {
  margin: auto;
  width: 90%;
  padding-bottom: 2rem;
}

section.SectionPanel2>.container-fluid>.row-fluid-wrapper>.row-fluid div .dnd-section>div.row-fluid:has(.span6.widget-span.widget-type-cell.cell_17133668072762-vertical-alignment) .span3 {
    margin: auto;
  width: 90%;
}


}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #footerPanelUpper, #footerPanelLower {
    width: 75%;
    margin: auto;
  }
  #footerPanelLower {
    margin: 3rem auto;
  }
}


@media screen and (min-width: 768px) and (max-width: 1139px) {
.row-fluid {
    width: 100%;
}
.row-fluid [class*=span] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 2.762430939%;
    min-height: 28px;
    width: 100%;
}
.row-fluid [class*=span]:first-child {
    margin-left: 0;
}
.row-fluid .span12 {
    width: 99.999999993%;
}

}
@media screen and (min-width: 1280px) {

.row-fluid .span3 {
    width: 23.076923077%;
}
.row-fluid .span4 {
    width: 31.623931624%;
}
.row-fluid .span5 {
    width: 40.170940171000005%;
}
.row-fluid .span6 {
    width: 48.717948718%;
}
.row-fluid .span7 {
    width: 57.264957265%;
}
.row-fluid .span8 {
    width: 65.81196581200001%;
}
.row-fluid .span9 {
    width: 74.358974359%;
}
}


body div.columnBlockLayout>div.MainContentOuter {
    top: -120px;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
body div.columnBlockLayout>div.MainContentOuter {
    top: -90px;
}
}