/*****************************************/
/**************** GLOBAL *****************/
/*****************************************/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/*   font-family: 'Work Sans', sans-serif; */
}
.contain {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

table p {    
  margin-bottom: 0px;
}

.clearfix {
  clear: both;
}
h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #132c51;
  margin: 0 0 25px 0;
}
h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #132c51;
  margin: 0 0 20px 0;
}
h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 24px;
  font-weight: 300 ;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #112e52;
  margin: 0 0 20px 0;
}
h4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #132c51;
  margin: 0 0 20px 0;
}
h5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #132c51;
  margin: 0 0 20px 0;
}
p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #7f7b79;
  margin: 0 0 30px 0;
}
a {
  color: #cb4c1f;
}
a:hover {
  color: #CB4C1F;
}
ul,
ol {
  font-family: 'Source Sans Pro', sans-serif;
  padding-left: 20px;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #7f7b79; 
}
ul li,
ol li {
  font-family: 'Source Sans Pro', sans-serif;
}
.featured-link {
  color: #ed7124;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #ed7124;
}
.featured-link:hover {
  color: #ed7124;
}
.featured-link::before {
  transition: width 420ms cubic-bezier(.165,.84,.44,1);
  position: absolute;
  bottom: -2px;
  width: 0;
  border-bottom: 2px solid #142c42;
  content: "";    
}
.featured-link:hover::before {
  width: 100%;
}
.btn {
  display: inline-block;
  padding: 17px 30px;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  text-align: center;    
  background-color: #cb4c1f;    
  white-space: normal; 
  border-radius: 0;
}
.btn:hover,
.btn:focus,
.btn:active {
  background-color: #b1421b;
  color: #fff;
  outline: none;
}
.no-padding {
  padding: 0 !important;
}
.background-overlay {
  background: #fff;
  position: relative;
}
.blue-bg  {
  background: #132c51;
}
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg p {
  color: #fff;
}
form input,
form select {
  height: 45px;
  font-size: 16px;
}
.password-prompt-wrapper form input {
  height: 45px !important;
  font-size: 16px !important;
  width: auto !important;
  border: none;
  vertical-align: middle;
  margin: 0 !important;
}
.password-prompt-wrapper form input[type="submit"] {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  font-size: 18px !important;
  text-align: center;
  background-color: #cb4c1f;
  white-space: normal;
  border-radius: 0;
  border: none;
  line-height: normal;
  height: auto !important;
  margin: 0;
  vertical-align: middle;
}
form label {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}
form input,
form textarea {
  border: solid 2px #979797;
  font-size: 16px;
}
form legend {
  font-size: 12px;
  line-height: 1rem;
}
input[type="submit"] {
  display: inline-block;
  padding: 17px 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #cb4c1f;
  white-space: normal;
  border-radius: 0;
  border: none;
  line-height: normal;
  height: auto;
  margin: 15px 0 0 0;
}
form fieldset > div {
  margin: 0 0 15px;
}
/* form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
} */
.hs_submit.hs-submit .actions {
  text-align: center;
}
input:focus, 
textarea:focus, 
select:focus {
  outline: none;
}
form ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
form li label {
  display: flex;
  align-items: center;
}
form fieldset .hs-form-checkbox input.hs-input {
  width: auto !important;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
label input {
  height: auto;
}
.hs-form-checkbox{
  margin:auto;
}


input[type="email"]{
  margin-bottom:5%;
}
.form-wrapper {
  box-shadow: 0 2px 10px 0 rgba(127, 123, 121, 0.2);
  background-color: #ffffff;
  padding: 40px 50px;
}
.form-wrapper p {
  margin: 0 0 20px;
}
.form-wrapper .form-title {
  text-align: center;
}
section.search-results {
  padding: 100px 0;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: block;
}
.animated-line {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  background: #fff;
  top: 15px;
  left: 0;
  margin-left: -30px;
  display: block;
  transform: translateX(-200%);
  transition: transform .5s;
}
@media(max-width: 767px) {
  fieldset {
    margin: 0 auto !important;
  }
  .form-wrapper {
    margin: 20px 0 0 0;
  }
}
@media(max-width: 480px) {
  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
}


/*****************************************/
/***************** HEADER ****************/
/*****************************************/
header.masthead {
  position: absolute;
  width: 100%;
  z-index: 10;
  transition: all .2s;
}
header.masthead.search-active,
header.masthead.active {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
header .row.masthead-row {
  display: flex;
  align-items: center;
}
header .row.masthead-row .hamburger {
  display: none;
}
header .hamburger {
  opacity: 1;
}
header .hamburger .hamburger-box {
  height: 30px;
}
header .hamburger .hamburger-inner, 
header .hamburger .hamburger-inner:after, 
header .hamburger .hamburger-inner:before {
  border-radius: 0;
  width: 18px;
  height: 2px;    
  right: 0;
}
header .hamburger .hamburger-inner:before {
  top: -5px;
}
header .hamburger .hamburger-inner:after {
  bottom: -5px;
}
header .active-header-logo {
  display: none
}
header .active-header-logo, 
header .header-logo {
  font-size: 0;
}
header .active-header-logo img,
header .header-logo img {
  width: 171px;
}
header.search-active .active-header-logo,
header.active .active-header-logo {
  display: block;
}
header.search-active .header-logo,
header.active .header-logo {
  display: none;
}
header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-size: 15px;
  color: rgba(20, 44, 66, 0.6);
  line-height: 1.07;
}
header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a svg {
  display: none;
}
header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #142c42;
}
header a.header-cta {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  max-width: 100%;
}
header .header-cta-wrapper {
  text-align: right; 
  white-space: nowrap;
}
header .header-cta-wrapper .login {
  font-size: 15px;
  color: rgba(20, 44, 66, 0.6);
  line-height: 1.07;
  display: inline-block;
  margin-left: 20px;
  font-weight: 400;    
}
header .header-cta-wrapper .login {
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(20, 44, 66, 0.6);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  border: 1px solid rgba(20, 44, 66, 0.6);
  border-radius: 2px;
  padding: 18px 30px;
  display: inline-block;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}
header .header-cta-wrapper .login:hover {
  color: #142c42;
  border: 1px solid rgba(20, 44, 66, 1);
}
header .header-cta-wrapper .login:hover {
  color: #142c42;
}
.header-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper {
  top: 27px;
  border: none;
  padding: 50px 30px 30px 30px;
  min-width: 300px;
}
.header-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li {
  padding: 10px 0;
}
.header-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li > a {
  border: none;
}
.mobile-cta-wrapper,
.mobile-hero-banner {
  display: none;
}
header .header-menu-wrapper {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  height: 100%;
  transform: translateY(-100%);
  transition: all .5s;
}
header.search-active .header-menu-wrapper {
  transform: translateY(0%);
}
header .search-bar {
  height: 100%;
  transition: all .5s;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
header .search-bar .hs-search-field--open .hs-search-field__suggestions {
  display: none;
}
header .search-bar > div {
  flex: auto;
}
header .search-bar form {
  width: 100%;
  display: inline-block;
  position: relative;
  max-width: 430px;
}
header .search-bar form:before {
  content: "Search";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #132c51;
  margin: 0 25px 0 0;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  left: -20px;
}
header .search-bar-wrapper {
  height: 100px;
  transition: all .5s;
}
header.search-active .search-bar-wrapper {
  overflow: hidden;
}
header.search-active .search-bar {
  transform: translateY(0%);
}
header .search-bar input {
  max-width: 429px;
  border: none;
  border-bottom: solid 1px #7f7b79;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
header .header-menu-wrapper .first-level {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
  justify-content: flex-end;
}
header .header-menu-wrapper .first-level:before,
header .header-menu-wrapper .first-level:after {
  content: " ";
  display: table;
}
header .header-menu-wrapper .first-level > li { 
  position: relative;
}
header .header-menu-wrapper .first-level > li > a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  font-family: 'Source Sans Pro',sans-serif;
}
header.search-active .header-menu-wrapper .first-level > li > a,
header.active .header-menu-wrapper .first-level > li > a {
  color: #4a4a4a;
}
header .header-menu-wrapper .first-level > li > a.active-parent,
header .header-menu-wrapper .first-level > li > a:hover {
  text-decoration: none;
  color: #cb4c1f;
  border-bottom: solid 4px #cb4c1f;
}
header.masthead.lp-header {
  height: 88px;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.masthead.lp-header .contain {
  width: 100%;
}
.header-menu-wrapper .first-level > li > a:hover + .second-level,
.header-menu-wrapper .first-level > li > a + .second-level:hover {
  max-height: none;
  opacity: 1;
}   
header .desktop-cta-wrapper .cta-wrapper-links,
.header-menu-wrapper .second-level {
  max-height: 0;
  text-align: left;
  left: 0;
  position: absolute;
  overflow: hidden;
  background: rgba(255,255,255,1);
  opacity: 0;
  transition: all .2s;
  padding: 0;
  z-index: 99999;
}
.header-menu-wrapper .second-level {
  padding: 25px 45px;
  list-style: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-menu-wrapper .second-level li a {
  font-size: 16px !important;
  font-weight: normal !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal !important;
  letter-spacing: normal;
  color: #4a4a4a !important;
  margin: 8px 0 !important;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
}
.header-menu-wrapper .second-level li {
  position: relative;
}
.header-menu-wrapper .second-level li a:hover {
  color: #cb4c1f !important;
  text-decoration: none;
}
.header-menu-wrapper .second-level > .container {
  max-width: 1100px;
}
.header-menu-wrapper .second-level h3 {
  font-size: 22px;
  line-height: 1.33;
  color: #142c42;
  margin: 0 0 20px;
  padding: 0;
  font-weight: 400;
}
.header-menu-wrapper .second-level ul {
  list-style: none;
  padding: 0;
}
.header-menu-wrapper .second-level ul li {
  margin-bottom: 8px;
}    
.header-menu-wrapper .second-level ul li.mobile-link {
  display: none;
}
.header-menu-wrapper .second-level ul li a {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.07;
  color: rgba(20, 44, 66, 0.6); 
  font-family: 'Source Sans Pro',sans-serif;
}
.header-menu-wrapper .second-level ul li a:hover {
  text-decoration: none;
  color: #142c42;
  position: relative;
}
.header-menu-wrapper .second-level li a:hover:before {
  content: "\f105";
  position: absolute;
  left: -18px;
  font: normal normal normal 14px/1 FontAwesome;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.header-menu-wrapper .second-level .flex-card {
  max-width: 384px;
  display: inline-block;
  float: right;
}
.header-menu-wrapper .second-level .flex-card .flex-card-featured-image {
  height: 180px;
}
.header-menu-wrapper .second-level .flex-card .flex-card-text-wrapper {
  padding: 24px 32px;
}
.header-menu-wrapper .second-level-sublevel-one {
  font-size: 0;
}
.header-menu-wrapper .second-level-sublevel-one > li {
  width: 294px;
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
}
.header-menu-wrapper .second-level-sublevel-one > li:last-of-type {
  border-left: solid 2px #e3e3e3;
}
.header-menu-wrapper .second-level-sublevel-one > li:first-of-type {
  border-left: none;
}
.header-menu-wrapper .second-level-sublevel-two > li {
  margin: 0 !important;
}
.header-menu-wrapper .second-level-sublevel-two .sublevel-two-wrapper {
  padding: 25px 20px;
  text-align: center;
  background: #f2f2f2;
  border-bottom: solid 2px #e3e3e3;
  white-space: normal;
  line-height: normal;
}
.header-menu-wrapper .second-level-sublevel-two .sublevel-two-wrapper > a {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}
.header-menu-wrapper .second-level-sublevel-two > li:hover .sublevel-two-wrapper > a {
  color: #cb4c1f;
}
.header-menu-wrapper .second-level-sublevel-three {
  max-width: 203px;
  margin: 20px auto;
  padding: 16px 0;
}
.header-menu-wrapper .second-level-sublevel-three li {
  line-height: normal;
  margin: 0 !important;
}
.header-menu-wrapper .second-level-sublevel-three li a {
  font-size: 16px !important;
  font-weight: normal !important;
  font-style: normal;
  font-stretch: normal;
  line-height: normal !important;
  letter-spacing: normal;
  color: #4a4a4a !important;
  white-space: normal;
  margin: 8px 0 !important;
  display: inline-block;
}
.header-menu-wrapper .second-level-sublevel-three li a:hover {
  color: #cb4c1f !important;
}
.header-menu-wrapper .case-study-menu-text {
  border: solid 1px rgba(20, 44, 66, 0.2);
  padding: 30px;
}
.header-menu-wrapper .case-study-menu-text h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: #142c42;
  margin: 0 0 10px 0;
  border: none;
}
.header-menu-wrapper .case-study-menu-text p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  color: rgba(20, 44, 66, 0.6);
  margin: 0 0 14px 0;
}
.header-menu-wrapper .case-study-menu-text a {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.47;
  color: #ed7124;
  display: inline-block;
  text-decoration: underline;
}
header .header-cta-wrapper .search-link {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin: 0 0 0 25px;
}
header.search-active .header-cta-wrapper .search-link,
header.active .header-cta-wrapper .search-link {
  color: #4a4a4a;
}
header .desktop-cta-wrapper {
  position: relative;
}
header .desktop-cta-wrapper .btn {
  position: relative;
}
header .desktop-cta-wrapper .btn:after {

}
header .desktop-cta-wrapper .cta-wrapper-links {
  max-height: none;
  margin: 0;
  visibility: hidden;
  right: 0;
  left: auto;
  box-shadow: 0 2px 10px 0 rgba(127, 123, 121, 0.2);
}
header .desktop-cta-wrapper .btn:hover + .cta-wrapper-links,
header .desktop-cta-wrapper .cta-wrapper-links:hover {
  opacity: 1;
  visibility: visible;
}
header .desktop-cta-wrapper .cta-wrapper-links li {
  border-bottom: solid 1px #a0a0a0;
  text-align: center;
}
header .desktop-cta-wrapper .cta-wrapper-links li a {
  display: inline-block;
  padding: 16px 25px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #132c51;
}
header .desktop-cta-wrapper .cta-wrapper-links li a:hover {
  color: #cb4c1f;
  text-decoration: none;
}
@media(max-width: 1030px) {
  .col-sm-2.header-logo-wrapper {
    width: 200px;
    height: 93px;
    display: flex;
    align-items: center;
  }
  .header-menu-wrapper,
  .header-cta-wrapper {
    display: none;
    width: 100%;
  }
  header .desktop-cta-wrapper {
    display: none;
  }
  .header-menu-wrapper.active {
    display: block;
    z-index: 999;
    background: #142c42;
  }
  .header-menu-wrapper.active .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-item.hs-menu-depth-1 {
    margin: 0 0 25px 0;
    display: block;
    width: 100%;
    float: none;
  }
  .header-menu-wrapper.active .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    margin: 0 0 0 0;
    display: block;
    width: 100%;
    color: #fff;
  }
  .header-menu-wrapper.active .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.hs-menu-depth-1 > a:after {
    color: #fff;
    display: none;
    font-family: "Font Awesome 5 Solid";
    content: "\f107";
  }
  header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.hs-menu-depth-1 > a > svg {
    display: block;
    float: right;
  }
  header .header-menu-wrapper {
    position: static;
    float: none;
    background: #fff;
    width: 100%;
    transform: none;
    transition: none;
  }    
  header .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    flex-direction: column;
    align-items: flex-start;       
    padding: 30px 25px 0 25px;        
  }
  header .mobile-cta-wrapper {
    padding: 0 0 55px 0;
    text-align: left;
    margin: 0px 30px;
    display: block;
    position: relative;
  }
  header .row.masthead-row {
    justify-content: space-between;
  }
  header .row.masthead-row:before,
  header .row.masthead-row:after {
    display: none;
  }
  header .row.masthead-row .hamburger {
    display: inline-block;
    padding: 23px 30px;
    outline: none;
    background-color: #0a1a30;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
  }   
  header .row.masthead-row .hamburger.is-active {
    width: 100%;
    text-align: right;
  }
  header .row.masthead-row .hamburger:active {
    outline: none;
  }
  header .hamburger .hamburger-inner, header .hamburger .hamburger-inner:after, header .hamburger .hamburger-inner:before {
    width: 100%;
    background: #fff;
  }
  header .hamburger .hamburger-box {
    height: 18px;
    width: 23px;
    display: inline-block;
  }
  header .hamburger .hamburger-inner {
    top: 12px;
  }
  header .hamburger .hamburger-inner:before {
    top: -8px;
  }
  header .hamburger .hamburger-inner:after {
    bottom: -8px;
  }
  .header-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible; 
    padding: 10px 0 0 40px;
    min-width: 0;
    background: none;
  }
  .header-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper.active {
    display: block;
  }
  .header-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li > a {
    margin: 0;
    font-weight: 100;
  }
  header .hamburger .menu-title {
    color: #fff;
    display: block;
    margin: 10px 0 0 0;
  }
  header .header-menu-wrapper.active {
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    background: #142c42;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) inset;
  }
  header .header-menu-wrapper .first-level {
    flex-direction: column;
    margin: 30px 0 0 0;
  }
  header .header-menu-wrapper .first-level > li {
    margin: 0px 30px;
    border-bottom: 1px solid rgba(12, 35, 64, 0.15);
    position: relative;
    text-align: left;
  }
  header .header-menu-wrapper .first-level > li > a.active-parent,
  header .header-menu-wrapper .first-level > li > a,
  header .header-menu-wrapper .first-level > li > a:hover {
    height: auto;
    margin: 16px 0;
    position: static;
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff !important;
    border: none;
  }
  header .header-menu-wrapper .first-level > li > a:after {
    position: absolute;
    left: auto;
    right: 0;
    top: 15px;
    content: "+";
    font-family: FontAwesome;
    height: auto;
    background: none;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #cb4c1f;
  }   
  header .header-menu-wrapper .first-level > li > a.active:after {
    content: "-";
    font-size: 30px;
    top: 8px;
  }
  .header-menu-wrapper .second-level li a {
    color: #fff !important;
  }
  header .header-menu-wrapper .first-level > li > a.active + .second-level {
    display: block;
    padding: 0 0 0 20px;
    max-height: none;
    opacity: 1;
    background: none;
    box-shadow: none;
  }
  header .header-cta-wrapper {
    margin: 30px;
    text-align: center;        
  }
  .header-menu-wrapper .second-level  {
    display: none;
    position: static;
  }
  .header-menu-wrapper .second-level > .container {
    padding: 0;
  }
  .header-menu-wrapper .second-level h3 {
    display: none;
  }
  .header-menu-wrapper .second-level .col-sm-3:first-of-type,
  .header-menu-wrapper .second-level .col-sm-6:last-of-type {
    display: none;
  }  
  .header-menu-wrapper .second-level ul li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
  }
  .header-menu-wrapper .second-level ul li.mobile-link {
    display: block;
  }
  .header-menu-wrapper .promotions-platform-menu .menu-items > ul {
    display: block !important;
  }
  .header-cta-wrapper.mobile-active .header-menu-wrapper, 
  .header-cta-wrapper.mobile-active {
    display: block;
    margin: 0;
    padding: 0;
    background: #132c51;
    transform: none;
    flex: auto;
    max-width: none;
  }
  .header-cta-wrapper.mobile-active .search-bar {
    display: none;
  }
  header .header-cta-wrapper.mobile-active .search-bar-wrapper {
    height: auto;
  }
  header .header-cta-wrapper .search-link {
    display: none;
  }
  header .header-menu-wrapper > .hs-cta-wrapper {
    display: none;
  }
  header .header-menu-wrapper .first-level > li > a:hover {
    border: none;
  }
  .header-menu-wrapper .second-level-sublevel-two .sublevel-two-wrapper {
    white-space: normal;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.94;
    letter-spacing: normal;
    color: #7f7b79;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
  }
  .header-menu-wrapper .second-level-sublevel-two .sublevel-two-wrapper > a {
    color: #7f7b79;
    font-weight: normal;
  }
  .header-menu-wrapper .second-level-sublevel-three {
    max-width: none;
    margin: 0px 0 5px 35px;
  }
  .header-menu-wrapper .second-level-sublevel-one > li {
    max-width: 294px;
    display: block;
    vertical-align: top;
    margin: 0 !important;
    border: none !important;
  }
  .header-menu-wrapper .second-level-sublevel-three li a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #ffffff !important;
  }
  header .mobile-cta-wrapper .btn {
    background: none;
    padding: 0;
    border: none;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.08;
    color: #cb4c1f;
  }
  header .mobile-cta-wrapper .btn:after {
    position: absolute;
    left: auto;
    right: 0;
    top: 10px;
    content: "\f105";
    font-family: FontAwesome;
    height: auto;
    background: none;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #cb4c1f;
  }
}


/*****************************************/
/*************** HOMEPAGE ****************/
/*****************************************/
.homepage-hero-banner {
  position: relative;
  overflow: hidden;  
  display: flex;
  align-items: center;  
}
section.homepage-hero-banner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(19,44,81,.7);
  z-index: 1;
}
.homepage-hero-banner > .contain {
  position: relative;
  padding: 150px 15px 100px 15px;
  z-index: 1;
}
.homepage-hero-banner .fullscreen-bg #homepageVideo {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 1960px;
}
.homepage-hero-banner h1,
.homepage-hero-banner h2,
.homepage-hero-banner h3,
.homepage-hero-banner h4,
.homepage-hero-banner h5,
.homepage-hero-banner p {
  color: #fff;
  max-width: 800px;
}
.homepage-hero-banner h1 {
  position: relative;
}
.homepage-hero-banner p {
  font-size: 20px;
  line-height: 1.84;
}
section.homepage-our-customers {
  background: #f4f4f4;
  padding: 100px 0 50px;
}
section.homepage-our-customers .our-customers-title {
  text-align: center;
  margin: 0 0 20px;
}
section.homepage-our-customers .our-customers-description {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 70px auto;
}
section.homepage-our-customers .customer-link-row {
  display: flex;
  justify-content: space-between;
}
section.homepage-our-customers .customer-link-row .customer-link {
  flex: 510px 0 0;
  padding-top: 82px;
  height: 435px;
  background: #132c51 url(https://4357387.fs1.hubspotusercontent-na1.net/hubfs/4357387/Assets/circle-pattern.png) no-repeat center center;
  background-size: cover;
  position: relative;
  text-align: center;
}
section.homepage-our-customers .customer-link-row .customer-textbox {
  background-color: #cb4c1f;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  font-size: 24px;
  color: #fff;
  padding: 46px 50px;
  display: inline-block;
  position: absolute;
  left: -25px;
  bottom: 43px;
  transition: all .2s;
}
section.homepage-our-customers .customer-link-row .customer-textbox-line {
  height: 2px;
  background: #fff;
  width: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transition: width .2s;
}
section.homepage-our-customers .customer-link-row .customer-link:hover .customer-textbox-line {
  width: 40px;
}
section.homepage-our-customers .customer-link-row .customer-link:hover .customer-textbox {
  background-color: #b1421b;
}
section.homepage-content-banner {
  padding: 75px 0;
  background: url(https://www.solartis.com/hubfs/background-cta.webp) no-repeat center center;
  background-size: cover;
}
section.homepage-content-banner h1,
section.homepage-content-banner h2,
section.homepage-content-banner h3,
section.homepage-content-banner h4,
section.homepage-content-banner h5,
section.homepage-content-banner p {
  color: #fff;
  max-width: 700px;
}
section.homepage-content-banner.gray-bg h1,
section.homepage-content-banner.gray-bg h2,
section.homepage-content-banner.gray-bg h3,
section.homepage-content-banner.gray-bg h4,
section.homepage-content-banner.gray-bg h5,
section.homepage-content-banner.gray-bg p {
  color: #132c51;
  max-width: 700px;
}
section.homepage-content-banner.gray-bg p {
  color: #7f7b79;
}
section.homepage-content-banner.gray-bg .animated-line {
  background: #132c51;
}
section.homepage-content-banner h3 {
  margin: 0 0 15px;
  position: relative;
}
section.homepage-content-banner p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin: 0 0 25px;
}
section.homepage-two-column-section {
  padding: 125px 0;
}
section.homepage-two-column-section .homepage-two-column-text {
  border-bottom: solid 1px #d9d9d9;
  padding: 0 0 32px;
}
section.homepage-two-column-section .homepage-two-column-text h3 {
  margin: 0 0 20px;
}
section.homepage-two-column-section .homepage-two-column-text p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #7f7b79;
  margin: 0 0 28px;
}
section.homepage-two-column-section .homepage-two-column-text a {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #cb4c1f;
  display: inline-block;
}
section.homepage-two-column-section .quote-text {
  padding: 30px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #7f7b79;
  font-family: 'Source Sans Pro', sans-serif;
}
section.homepage-two-column-section .quote-attribution {
  margin: 20px 0 0 0;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}
@media(max-width: 1100px) {
  section.homepage-our-customers .customer-link-row {
    flex-direction: column; 
    align-items: center;
  }
  section.homepage-our-customers .customer-link-row .customer-link {
    flex: auto;
    height: 275px;
    width: 100%;
    max-width: 350px;
    margin: 0 0 100px;
    padding-top: 42px;
  }
  section.homepage-our-customers .customer-link-row .customer-link:last-of-type {
    margin: 0 0 30px;
  }
  section.homepage-our-customers .customer-link-row .customer-textbox {
    padding: 0 15px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    transition: all .2s;
    width: 100%;
    box-shadow: none;
    background: none;
  }
  section.homepage-our-customers .customer-link-row .customer-textbox-text {
    display: block;
    padding: 38px 40px;
    background-color: #cb4c1f;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    font-size: 20px;
  }
}
@media(max-width: 767px) {
  .homepage-hero-banner {
    background: url('https://4357387.fs1.hubspotusercontent-na1.net/hubfs/4357387/Assets/homepage-desktop-poster.png') center center / cover no-repeat;
  }
  .homepage-hero-banner .fullscreen-bg #homepageVideo  {
    display: none;
  }
}


/*****************************************/
/************** LANDING PAGE *************/
/*****************************************/
.lp-template header {
  background: #fff;
  padding: 26px 0 36px !important;
  top: 0;
  position: static;
}
section.lp-hero.blue-bg {
  position: relative;
  padding: 25px 0px;
}
section.lp-hero.blue-bg .hero-content {
  padding: 170px 0 150px 0;
}
section.lp-hero.blue-bg .form-wrapper {

}
section.lp-hero.blue-bg .form-title {
  font-size: 24px;
  color: #132c51;
  margin: 0 0 20px;
}
/* section.lp-quote-section {
  padding: 100px 0 75px;
} */
section.lp-quote-section .lp-quote {
  position: relative;
}
section.lp-quote-section .lp-quote h4 {
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
}
section.lp-quote-section .lp-quote > img {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}
section.lp-quote-section p {
  margin: 0 0 20px;
}
section.lp-quote-section p,
section.lp-quote-section ul li {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #7f7b79;
}
@media(max-width: 767px) {
  section.lp-hero.blue-bg {
    padding: 70px 0;
  }
  section.lp-hero.blue-bg .form-wrapper {
    position: static;
  }
  section.lp-hero.blue-bg .hero-content {
    padding: 0;
  }
}


/*****************************************/
/**************** CATALOG ****************/
/*****************************************/
section.catalog-page-wrapper {
  padding: 100px 0 0 0;
  border-bottom: 1px solid #e3e3e3;
}
section.catalog-page-wrapper > .contain {
  max-width: 1600px;
}
section.catalog-page-wrapper .menu-column,
section.catalog-page-wrapper .catalog-content {
  padding: 0;
}
section.catalog-page-wrapper .menu-column {
  box-shadow: 3px 0 4px -2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background: #fff;
}
section.catalog-page-wrapper .menu-column-bg {
  width: 200%;
  height: 284px;
  background: url(https://4357387.fs1.hubspotusercontent-na1.net/hubfs/4357387/logos/hero-background.jpg?t=1534537383240) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
}
section.catalog-page-wrapper .menu-column-title {
  padding: 30px;
  border-bottom: 2px solid transparent;
  margin-top: 285px;
}
section.catalog-page-wrapper .menu-column .sticky-sidebar > hr {
  position: absolute;
  right: 0;
  height: 2px;
  background: #e3e3e3;
  margin: 0;
  border: none;
  box-shadow: none;
  margin-top: -2px;
}
section.catalog-page-wrapper .menu-column-title h5 {
  font-weight: normal;
  margin: 0;
}
section.catalog-page-wrapper .menu-column-content {
  padding: 30px 0;
  height: 300px;
  overflow: scroll;
}
section.catalog-page-wrapper .menu-column-content > div > ul {
  padding: 0 30px;
  margin: 0;
  width: 100%;
  display: block;
}
section.catalog-page-wrapper .menu-column-content .hs-menu-depth-1 {
  list-style: none;
  position: relative;
  line-height: normal;
  float: none !important;
  width: 100% !important;
} 
section.catalog-page-wrapper .menu-column-content .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper {
  position: static;
}
section.catalog-page-wrapper .menu-column-content .hs-menu-depth-1 > a {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.22;
  letter-spacing: normal;
  color: #152537;
  padding: 0;
  text-overflow: initial;
  max-width: none;
  white-space: normal;
}
section.catalog-page-wrapper .menu-column-content .hs-menu-depth-1 > a span {
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
  color: #cb4c1f;
  position: absolute;
  top: 0;
  right: 0;
  width: auto !important;
}
section.catalog-page-wrapper .menu-column-content .hs-menu-depth-2 {
  line-height: normal;
}
section.catalog-page-wrapper .menu-column-content .hs-menu-depth-2 a {
  width: auto !important;
  max-width: none;
  text-overflow: unset !important;
  display: inline-block !important;
  padding: 0;
  margin: 0 0 5px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #7f7b79;
  white-space: normal !important;
  font-family: 'Source Sans Pro', sans-serif;
}
section.catalog-page-wrapper .menu-column-content .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper { 
  display: none;
  margin: 0 0 16px 0;
}
section.catalog-page-wrapper .catalog-content .return-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
}
section.catalog-page-wrapper .catalog-content .return-to-top img {
  width: 62px;
}
section.catalog-page-wrapper .catalog-content .return-to-overview {
  display: none;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #132c51;
  padding: 15px;
  z-index: 2;
  color: #fff;
}
section.catalog-page-wrapper .catalog-content .return-to-overview:hover,
section.catalog-page-wrapper .catalog-content .return-to-overview:active,
section.catalog-page-wrapper .catalog-content .return-to-overview:focus {
  text-decoration: none;
}
section.catalog-page-wrapper .catalog-content section.overview-catalog {
  padding: 75px;
}
section.catalog-page-wrapper .catalog-content section h3 {
  font-weight: normal;
  margin: 0 0 50px;
}
section.catalog-page-wrapper .catalog-content section > p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #7f7b79;
  margin: 0 0 50px;
}
section.catalog-page-wrapper .catalog-content .overview-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.catalog-page-wrapper .catalog-content a.overview-link {
  width: 100%;
  max-width: 330px;
  display: inline-block;
  box-shadow: 0 2px 10px 0 rgba(127, 123, 121, 0.2);
  background-color: #132c51;
  border: solid 1px #f3f2f2;
  color: #fff;
  padding: 50px 30px;
  position: relative;
  margin: 0 0 75px;
}
section.catalog-page-wrapper .catalog-content a.overview-link:hover {
  text-decoration: none;
}
section.catalog-page-wrapper .catalog-content a.overview-link .overview-link-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 30px;
}
section.catalog-page-wrapper .overview-link-top span {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 20px 25px;
  background-color: #cb4c1f;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
  position: absolute;
  top: 44px;
  left: -10px;
  width: 241px;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
section.catalog-page-wrapper .overview-link-bottom {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
section.overview-content-section {
  display: none;
}
section.overview-content-section .overview-content-title {
  margin: 0;
  padding: 75px;
}
section.overview-content-section .overview-content > span > div:nth-of-type(even) .overview-content-item .background-span {
  background: #f9f9f9;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
section.overview-content-section .overview-content-item {
  padding: 30px 75px;
  position: relative;
}
section.overview-content-section .overview-content > span > div:last-of-type .overview-content-item {
  padding-bottom: 100px;
}
section.overview-content-section .overview-content-item h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
  font-family: 'Source Sans Pro', sans-serif;
}
section.overview-content-section .overview-content-item p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #7f7b79;
  margin: 0;
}
section.catalog-page-wrapper .menu-column .sticky-sidebar.active {
  position: fixed;
  top: 0;
}
section.catalog-page-wrapper .menu-column .sticky-sidebar.active * {
  width: inherit;
}
section.catalog-page-wrapper .sticky-sidebar.active .menu-column-title {
  margin-top: 0;
}
@media(min-width: 768px) {
  section.catalog-page-wrapper .catalog-content .return-to-overview {
    display: none !important;
  }
}
@media(max-width: 767px) {
  section.catalog-page-wrapper .menu-column {
    display: none;
  }
  section.catalog-page-wrapper .catalog-content section.overview-catalog {
    padding: 50px 25px;
  }
  section.catalog-page-wrapper .catalog-content .return-to-top {
    display: none !important;
  }
}
@media(max-width: 709px) {
  section.catalog-page-wrapper .catalog-content .overview-links {
    justify-content: center;
  }
}
@media(max-width: 390px) {
  section.catalog-page-wrapper .overview-link-top span {
    top: 19px;
  }
  section.catalog-page-wrapper .catalog-content a.overview-link .overview-link-top img {
    display: none;
  }
  section.catalog-page-wrapper .overview-link-bottom {
    margin: 60px 0 0 0;
  }
}



/*****************************************/
/****************** BLOG *****************/
/*****************************************/
section.single-blog-post {
  padding: 200px 0 0 0;
}
section.single-blog-post > .contain {
  max-width: 900px;
}
section.single-blog-post .title-section p {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #223c58;
  text-transform: uppercase;
  margin: 0 0 15px;
}
section.single-blog-post .title-section h1 {
  font-size: 48px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #223c58;
  margin: 0 0 54px;
}
section.single-blog-post .blog-post-content {
  border-bottom: solid 1px #e3e3e3;
  padding: 0 0 50px;
}
section.single-blog-post .blog-post-content,
section.single-blog-post .blog-post-content p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #7f7b79;
}
section.single-blog-post .blog-post-content li {
  margin-bottom: 10px;
}
section.single-blog-post .blog-post-content ol,
section.single-blog-post .blog-post-content ul {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
margin-left: 2em;
}
section.single-blog-post .social-sharing-block {
  display: flex;
  align-items: center;
}
section.single-blog-post .social-sharing-block > span:first-of-type {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #132c51;
  display: inline-block;
  margin: 0 16px 0 0;
}
section.single-blog-post .recent-blog-posts-section h5 {
  text-align: center;
  margin: 45px 0 48px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #132c51;
}



/*****************************************/
/***************** FOOTER ****************/
/*****************************************/
footer {
  background: url(https://4357387.fs1.hubspotusercontent-na1.net/hubfs/4357387/Images/background-footer.svg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 3;
}
footer .footer-menu-wrapper {
  padding: 80px 0 75px 0;
  border-bottom: 1px solid #9b9b9b;
}
.social-media-links a {
  display: inline-block;
  margin: 0 12px 0 0;
}
.social-media-links a:hover {
  text-decoration: none;
}
footer .footer-menu-wrapper ul {
  list-style: none;
  padding: 0;
}
footer .footer-menu-wrapper ul.first-level > li > a,
footer .footer-menu-wrapper ul.first-level > li > h3 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 5px;
  font-family: 'Source Sans Pro', sans-serif;
}
footer .footer-menu-wrapper ul.second-level {
  margin: 0 0 20px;
}
footer .footer-menu-wrapper ul.second-level > li {
  line-height: normal;
}
footer .footer-menu-wrapper ul.second-level > li > a {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal;
  color: #a0a0a0;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.71;
}
footer .copyright-section {
  padding: 20px 0;
}
footer .copyright-section span {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}
footer .copyright-section a {
  display: inline-block;
  margin-left: 25px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}
@media(max-width: 767px) {
  .social-media-links {
    margin: 0 0 20px;

  }

}

.inputs-list  {
  /*   display: flex;
  list-style: none;
  /*   flex-flow: row wrap; */
  padding: 10px;
  flex-wrap:wrap; */

}

input[type=checkbox], input[type=radio]{
  vertical-align: middle;
  margin: 5px;
}