/* @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    */
/*****************************************/
.head{
background-color: #005C84;

}

.head-ribbon{
background-color: #AAB300;
margin-left: -16.5% !important;
color: #005C84;
border-radius: 6px !important;
}

.hs-button {
background-color: #AAB300;
color: #003f5c;
font-family: MuseoSans300Regular, Arial, Helvetica, sans-serif;
font-size: 24px !important;
padding: 10px 25px 10px 25px;
margin-top 10px;
}
.actions {
  margin-top: 20px;
}
.hs_email {
  margin-bottom: 10px;
}

h2{
color: #005C84;
}
.main{
background-color: white;
}

.offer{
background-color: #F2F7F9;
padding: 5%;
margin-top: -5%;
}

.steps{
background-color: white;
border-radius: 14px;
box-shadow: 1px 2px #888888;
}

.section{
padding: 5%;
}

.saveclients{
padding: 2%;
}
.clientcards{
padding: 2%;
}
.clientcta{
background-color: #EBEBEB !important;
border-radius: 14px;
padding: 3%;
}

.questions{
background-color: #F2F7F9;
}

.form{
padding: 5%;
background-color: #EDF8FC;
border-radius: 10px;
width: 95% !important;
margin-left: 2% !important;
margin-top: -9% !important;
right: 15% !important;
}

.advisorcontact{
background-color: #EBEBEB;
width: 95% !important;
border-radius: 10px;
margin-left: 2% !important;
}

.changecoverage{
background-color: #EDF8FC;
border-radius: 10px;
width: 95% !important;
margin-left: 2% !important;
border: none !imoportant;
}

.questions{
background-color: #005C84;
color: white;
}

.change-content{
border: none !important; 
}

.form-field{
margin-top: -8%;
}

#error-msg {
  display:none;
}

.footer{
background-color: #E7E7E4;
color: #6f6f70;
padding: 2%;
margin-top: -1.8% !important;
}

.footer a{
color: #6f6f70 !important; 

}