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

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

/*****************************************/
/* AK customization    */
/*****************************************/

html {
  background-color: #0b2b4a;
}

body {
  background-color: #fff;
}

.header {
  position: absolute;
  border-bottom: none;
  background-color: transparent;
  width: 100%;
}

.header--landing-page .header__container {
  display: none;
}

.header__menu {
  display: none;
}

.header-text-container {
  text-align: center;
}

.header img[alt="logo-ak-white"] {
/*   background-color: #000; */
  position: absolute;
  top: 40px;
  left: 60px;
}

.header img[alt="logo-wwise-white-1"] {
/*   background-color: #F00; */
  position: absolute;
  right: 60px;
  top: 40px;
  width: 60px;
  height: 36px;
}

.header-wwise-subtext-container {
/*   background-color: #ccc; */
  position: absolute;
  display: none;
}

.header-wwise-subtext-h2 {
  display: inline-block;
  color: #ffffff !important;
  font-size: 24px;
  font-family: 'Prompt', sans-serif;
  font-weight: 800;
}

.header-wwise-subtext-h3 {
  display: inline-block;
  color: #ffffff !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 100;"
}

.hs-content-id-45516527027 .dnd_area-row-0-padding {
  
}


.dnd-section, .content-wrapper--blog-index, .content-wrapper--blog-post {
  padding: 80px 40px;
}

.form-title {
  background-color: #009fda;
/*   background-color: rgba(255,255,255,1.0); */
  border: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 24px;
}

.form-title ~ div>form {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

form.hs-custom-form {
  background-color: #fff;
}

form {
  border-radius: 2px;
  padding: 20px 40px;
}

.hs-form-field>label, .hs-form-field>label span {
  color: #212D39;
}
/* 
.hs-form-field>label span.hs-form-required {
  color: #D52B1E;
} */

input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 16px 12px;
  color: #212D39;
}

.hs-form-field {
  margin-bottom: 0.5rem;
}

.inputs-list>li {
  margin: 0;
}

.hs-form-field>label, .hs-form-field>label span {
  padding: 0;
}

.hs-input.invalid.error {
    border-color: #D52B1E;
}

.hs-error-msg, .hs-error-msgs {
    color: #D52B1E;
}

input[type='text']:focus, input[type='email']:focus, input[type='password']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='file']:focus, select:focus, textarea:focus {
    outline-color: #009B3A;
}

form input[type='submit'], form .hs-button {
  padding: 13px 44px;
  margin-top: 1.5rem;
}

.footer--landing-page {
    background-color: #0B2B4A;
    border-top: none;
  color: #FFF;
}



.footer--site-page {
  background-color: #0B2B4A;
  border-top: none;
}

.footer--ak-text {
  width: 100%;
  padding: 40px 0;
}

.footer--ak-text p {
  text-align: center;
}

.footer__row {
  display: none;
}

.footer__container {
  padding: 0;
}

/*----------------------------------
 	Media Query
----------------------------------*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  
  .header-wwise-subtext-container {
    display: none;
  }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  
  .header img[alt="logo-wwise-white-1"] {
    left: 50%;
    margin-left: -30px;
  }
  
  .header-wwise-subtext-container {
    display: inline-block;
    top: 30px;
    right: 20px;
    background-color: #ccc;
  }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

}