/* @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    */
/*****************************************/
body { margin:0; }

.flex-container-column-center {
    display: flex;
    justify-content: center;
    flex-flow: column;
    height: 100vh;
    align-items: center;
}

.dnd_area { margin-top:auto; }

h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: normal;
}
#hs_cos_wrapper_widget_1597677091684_ p {
    text-align: center;
    font-family: helvetica;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom:60px;
    max-width:1920px;
    padding-left:20px;
    padding-right:20px;
}
.flex-container-column-center label {
    font-family: helvetica;
    font-size: 16px;
}
.flex-container-column-center input:not([type="submit"]) {
    width: 98%;
    padding: 8px;
    border: 1px solid #DDDDDD;
    font-family: helvetica;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 5px;
}
.input select {
    width: auto;
    padding: 8px;
    border: 1px solid #DDDDDD;
    font-family: helvetica;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 5px;
}
.input textarea {
    width: auto;
    padding: 8px;
    border: 1px solid #DDDDDD;
    font-family: helvetica;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 5px;
}
.hs-form-field { margin-bottom:20px; }
.hs_firstname {
    display: inline-block;
    width: 47%;
    margin-right: 5%; 
}
.hs_lastname {
    display: inline-block;
    width: 47%;
}
.hs-button {
    background: #1A61A8;
    border: 1px solid #1A61A8;
    outline: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 35px;
    float: right;
    margin-top: 20px;
    margin-bottom:20px;
    border-radius: 4px;
    font-size: 14px; 
    transition:all 0.3s;
    cursor:pointer;
}
.hs-button:hover {
    background: #FFF;
    color:#1A61A8;
}
.header { 
    position: absolute;
    top: 20px;
    left: 20px;
}
.footer {
    background:rgb(112 112 112);
/*     position: absolute; */
    margin-top:auto;
    bottom: 0;
    width: 100%;
    color: #FFF;
    text-align: center; 
    display: flex;
    flex-flow: row;
}
.footer > div { 
    padding: 15px;
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer p {
    font-family: 'Montserrat',sans-serif;
    font-size: 16px;
    font-weight: normal; 
}
.social-links__icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.social-links__icon-wrapper {
     height: 40px;
    width: 40px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
    color: #fff; 
}
.social-links__icon svg {
    fill: black;
    height: 60%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
}
/* FORM SPECIFIC */
.consultation .hs_email {
    display: inline-block;
    width: 47%;
    margin-right: 5%; 
}
.consultation .hs_phone {
    display: inline-block;
    width: 47%;
}
.consultation .hs_company {
    display: inline-block;
    width: 47%;
    margin-right: 5%; 
}
.consultation .hs_role {
    display: inline-block;
    width: 47%;
}
.consultation .input textarea { width:98%; }
/* PAGE SPECIFIC */
.consultation .flex-container-column-center { height:100%; }
.consultation .header, .consultation-thank-you .header {
    display: flex;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 15px 0 15px 0px;
    max-width: 1920px;
}
.consultation-thank-you .dnd_area { margin-top:0; }
@media screen and (max-width: 1920px) {
  .consultation .header, .consultation-thank-you .header { padding-left: 15px; width: calc(100% - 15px); }
}

@media only screen and (max-height: 830px) and (max-width: 1600px) {
  body {height:auto;}
  .flex-container-column-center { height:auto; }
  .flex-container-column-center .container-fluid { overflow:hidden; padding:0 15px; }
  .header { align-self: flex-start; position:relative;top:0;left:0; margin-bottom:15px; margin-left:15px;margin-top:15px; }
  .hs-button { margin-bottom: 20px; }
  .footer { position:relative; margin-top:20px; flex-wrap:wrap; padding: 15px 0; }
  .footer > div { padding:10px 0; }
}
@media only screen and (max-height: 830px) and (max-width: 767px) {
  .footer > div  { padding:0; flex:0 0 100%; }
  .footer > div > div { padding:0 15px !important; }
}
@media screen and (max-width: 750px) {
 .consultation .hs_email, .consultation .hs_phone, .consultation .hs_company, .consultation .hs_role { width:100%; }
}