/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.header-container {
    padding: 20px 0;
    background: #283237;
    z-index: 9999;
    border-bottom: 0;
}

#header-section{background:linear-gradient(to bottom, rgba(87,53,119, 0.52),rgba(87,53,119,1.000)),url('https://communication.cph.org/hubfs/_cts/ss/images/ss-background-home.png') center/cover;
background-repeat:no-repeat;}


.section{padding: 60px 0;}
.text--center{text-align:center:}

h1{color:#fff;
font-size: 52px;
    line-height:1.3;
    margin: 0 auto;
  font-weight:bold;
 font-family: "proxima-nova",sans-serif;
text-align:center}

h2{font-size: 30px;
    color: #4a4a4a;
    margin: 0 auto;
  font-weight:bold;
 font-family: "proxima-nova",sans-serif;
max-width:100% !important;}

p{ font-family: "proxima-nova",sans-serif;
  font-size:16px;}

a.cta-btn {border-radius: 60px;
    font-weight: 600;
    font-size: 18px;
    color: #341e3a !important;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    letter-spacing: 1px;
    background-color: #e8a347;}




/* Accordian style */
.hs-accordion__item button:hover {
    color: #573577;
    opacity: .8;
}

.hs-accordion__item button:hover .hs-accordion__item-icon {
    border-color: #573577;
}

.hs-accordion__item[aria-expanded=true] button {
    color: #573577;
    border-bottom-color: #573577;
}

.hs-accordion__item[aria-expanded=true] .hs-accordion__item-icon {
    border-color: #573577;
    background-color:#573577;
}
.hs-accordion__item button,  {display: block;
    width: 100%;
    font-size: 22px;
    padding: 1em;
    cursor: pointer;
    border: 0 none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    color: #444;
    position: relative;
    text-align: left;
    font-family: inherit;}

.hs-accordion__item button:hover .hs-accordion__item-icon:before, .hs-accordion__item button:hover .hs-accordion__item-icon:after {
 background-color:#573577 !important;
  color:#fff;}


#form{background: url(https://communication.cph.org/hubfs/_cts/2023/shepherds-staff-finance-module-v9/ss-background.jpg) center/cover;
background-repeat:no-repeat;}

.form-bg{color:#fff;
padding:60px;}

.form-bg h2{border:none;}

.btm-cta{    border-radius: 60px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #f2d9b8;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    letter-spacing: 1px;
  border: 2px solid #f2d9b8;}

body .hs-button.primary, body input[type="submit"], body input[type="button"] {
  border: none !important;}



/*****THANK YOU PAGE *****/
#main-txt{padding:90px 0 0 0;}


@media screen and (min-width:991px){
  
.intro-txt{padding-left:60px; padding-top:30px;}
  
 .update-txt{padding-right:60px;}

  
  /*Thank you page */
  #main-txt{padding:60px 0;}

}