/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */

/* =============== @import, @font-face, and CSS File Includes =============== */

@import("//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,700;1,300&family=Source+Serif+Pro:wght@400;700&display=swap');



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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Missing Template at Path: \'IHA Landing Pages 20201\/Coded Files\/IHA-modules.css\' */

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.5em;
} 

body {
  background: #fff;
  color: #2a2b2d;
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.5em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1% 4rem;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background:#3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;
  background:#3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong { font-weight: 700; }
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1 {
  color: #000;
  font-family: 'Source Serif Pro', Georgia, Times, serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.15em;
  letter-spacing: -0.05em;
  margin:0 0 .5em;
}

h2, h3, h4, h5, h6 {
  color: #357fc1;
  font-family: 'Source Serif Pro', Georgia, Times, serif;
  font-weight: 700;
  margin-top:0px;
  line-height: 1.3em;
}

h2 {
  font-size: 1.5em;
  margin: 2em 0 .5em;
}
h2:first-child, h3:first-child {
  margin-top: 0;
}

h3 {
  font-size: 1.25em;
  margin: 1em 0 .5em;
}

h4 {
  font-size: 1.125em
}

h5 {
  font-size: 1.0625em
}

h6 {
  font-size: 1.03125em
}

/* Anchor Links */
a {  
  color: #2ea3f2;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #357fc1;
  text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
  line-height: 1.em;
  margin-bottom: .5em;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  width: 100% !important;
  margin: 2em 0 !important;
  border-color: #d0d2d3 !important;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */


.header-container-wrapper {
}
.header-container {}
.custom-header{
  font-size: 1.125rem;
  background-color: rgba(255,255,255,.95);
  -webkit-box-shadow: 0 -.5em .5 em .5em rgba(0,0,0,.2);
  -moz-box-shadow: 0 -.5em .5em .5em rgba(0,0,0,.2);
  box-shadow: 0 -.5em .5em .5em rgba(0,0,0,.2);
  position: relative;
  top: 0;
  z-index: 500;

}
.logo img{
  width: 250px;
}
.product-mark img {
  width: 250px;
  padding-bottom: 1.35em;
  border-bottom: 1px solid #000;
}
.product-mark div:nth-child(3) img {
  width: 125px;
  border-bottom: 1px solid #000;
}
.logo a{
  display: block;
  padding: .5em 0;

}
.availity--logo img {
  width: 100%;
  max-width: 400px !important;
}

.custom-menu ul{
  float:right;
  padding-top: 13px;
  margin-right: -55px!important;
}

.custom-menu ul li a{
  color: #53565a;
  padding: .25em .5em;

}
.custom-menu ul li a:hover{
  color: #009cbd;

}

.custom-menu ul li.active > a{
  color: #009cbd;
}

#header_stakeholders_2023 {
  background: center / cover no-repeat url("https://5886965.fs1.hubspotusercontent-na1.net/hubfs/5886965/Landing%20pages/teal-banner-landing-page.png") #065F78;
}

/* =============== Content =============== */

.body-container-wrapper {
  padding: 25px 0px;
}

.content-wrapper {}
.main-content {
}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer{
  background-color: #464a4c;
  padding-bottom: 2em;
  padding-top: 1px;
  color:#fff;
}
.footer {
  padding-bottom: 2.1em;
  padding-top: 2em;
}
.custom-footer .hs-form-required {
  display:none;
}

.custom-footer .hs-button.primary,
.custom-footer input[type="submit"]{
  background: url(//5886965.fs1.hubspotusercontent-na1.net/hubfs/5886965/Integrated_Healthcare_Association_June2019%20Theme/images/Screenshot_2.png) #e57200 39px center no-repeat;
  background-position: center;
  width: 1.3334em;
  background-size: 22px;
  position: absolute;
  top: 0;
  right: -9px;
  padding: 2px 19px;
  bottom: 0;
  cursor: default;
}
.custom-footer h3 {
  font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
  margin-bottom: .75em;
}
.custom-footer p {
  font-size: .8em;
  color: #bdbfc1;
  margin-top: 0;
}
.custom-footer .custom-copyright {
  font-size: .8em;
  text-align: center;
  margin: 0;
}
.custom-footer .custom-copyright a {
  color: inherit;
}
.custom-footer .custom-copyright a:hover {
  text-decoration: underline;
}
.custom-footer .social-links__icon-wrapper.social-links__icon-wrapper--custom {
  max-width: 1em;
}
.custom-footer .social-links__icon-wrapper svg {
  color: #bdbfc1;
  left: 0;
}

.custom-footer .hs-button.primary:hover,
.custom-footer input[type="submit"]:hover{
  background-color: #e35205;
}

.custom-footer form {
  position: relative;
  margin: .5em 0 1em;
}
.footer-menu{
  list-style: none;
  margin: 0 -.5em;
  padding: .75em 0;
}
.footer-menu ul li{
  display: inline-block;
  margin: 0;
  padding: .25em .5em;
  vertical-align: middle;
}
.footer-menu ul li a{
  color: inherit;
  opacity: .8;
}
.footer-menu ul li a:hover{
  opacity: 1;
}



.footer-menu ul li:first-child{
  padding-left:0;
}
.custom-copyrights p{
  margin: 1.5em 0;
}
.custom-address{
  padding-top: 8.9em;
}

.right-col{
  margin: 0!important;
  float:right!important;
  padding-left: 2px;
}
.custom-footer form input[type="email"] {
  padding:.1879em!important;
}
.footer-logo p img{
  margin-top: 7px;

}
.custom-copyrights.center{
  text-align:center;
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  padding-top:36px;
  float:right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding:0px 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
  color: #e57200;
}


.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
  color: #009cbd;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #009cbd;
  font-weight:700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a::after {
  background-color: currentColor;
  top:30px;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: opacity .25s ease-in-out,-webkit-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out,-webkit-transform .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out,-o-transform .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out,transform .25s ease-in-out,-moz-transform .25s ease-in-out;
  transition: opacity .25s ease-in-out,transform .25s ease-in-out;
  transition: opacity .25s ease-in-out,transform .25s ease-in-out,-webkit-transform .25s ease-in-out,-moz-transform .25s ease-in-out,-o-transform .25s ease-in-out;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
  padding-right:0px;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #009cbd;
  font-weight:700;
  text-transform: uppercase;
  padding: .5em;
  text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #e57200;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:880px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 879px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1.5;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */

  }


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: none !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;

  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display:none;
  }  
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display:block!important;
  }


  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .mobile-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding:0;
  }

  .mobile-header .custom-menu-primary .hs-menu-wrapper > ul >li.request-assessment{
    padding-top:0.5em;
  }

  .mobile-header .custom-menu-primary .hs-menu-wrapper > ul >li.help {
    padding-bottom:0.5em;
  }

  .mobile-header .custom-menu-primary .hs-menu-wrapper > ul >li.the-movement {
    padding-top:0.5em;
  }
  .mobile-header .custom-menu-primary .hs-menu-wrapper > ul{
    padding-bottom:0.5em;
  }
  .mobile-header .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;   
    color: #009cbd;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a:after{
    display:none;
  }

  /* Level 1 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper  ul {
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a[href="https://symphony.iha.org/request-assessment"],
  .custom-menu-primary .hs-menu-wrapper >  ul li a[href="https://calpdu.providerregistry.com/login"],
  .custom-menu-primary .hs-menu-wrapper >  ul li a[href="https://symphony.iha.org/contact-us"],
  .custom-menu-primary .hs-menu-wrapper >  ul li a[href="https://symphony.iha.org/help"]{
    color:#53565a;
    display: inline-block;
    padding: .25em .5em;
    font-weight: 400;
    text-transform: capitalize;
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a[href="https://symphony.iha.org/request-assessment"]:hover,
  .custom-menu-primary .hs-menu-wrapper >  ul li a[href="https://calpdu.providerregistry.com/login"]:hover,
  .custom-menu-primary .hs-menu-wrapper >  ul li a[href="https://symphony.iha.org/contact-us"]:hover,
  .custom-menu-primary .hs-menu-wrapper >  ul li a[href="https://symphony.iha.org/help"]:hover{
    color: #009cbd;
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-weight: 700;
    padding: .5em;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #e57200;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }

  .mobile-header .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    text-transform: uppercase;
    text-align: left;
    text-indent: 16px;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}



}
.hs_recaptcha.hs-recaptcha.field {
  padding-bottom: 20px;
}




/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */


.hs-form-required{
  color: #c00;
}
.hs-form-field {
  margin: 1em 0;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {

}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {

  background-color: #fff;
  border: 1px solid #c4c5c6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #2a2b2d;
  font-family: inherit;
  font-size: 1em;
  margin-bottom: .125em;
  margin-top: .125em;
  padding: .125em;
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 0.125em 1px rgba(0,0,0,.5);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list {
  margin-top: .3em;
}
form.hs-form .hs-form-field ul.inputs-list li {
  margin-bottom: .25em;
}
form.hs-form .hs-form-field ul.inputs-list li label {
  line-height: 1.2em;
  display: inline-block;
}
form.hs-form legend {
  line-height: 1.3em;
}

input[type="radio"] {}
input[type="checkbox"] {}

ul.no-list.hs-error-msgs.inputs-list{
  padding:0;
}
ul.no-list.hs-error-msgs.inputs-list li{
  list-style:none;
}
/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.form-title{
  margin:0;
  font-weight: 700;
  text-transform: uppercase;
  color:#fff;

}
.custom-footer h3.form-title{
  font-size: 1.5em;
  margin: 1.5em 0 1em;
}
.custom-footer .hs-error-msgs label{
  position: absolute;
  z-index: 999;
}
.hs-error-msgs label{
  font-size: 16px;
  color: #721c24;
  background-color: #fff;
  border-color: #eee;
  position: relative;
  /* padding: .75rem 1.25rem; */
  padding: 16px 9px 14px 30px;
  margin-bottom: 0;
  border: 1px solid #acacac;
  border-radius: 3px;
  margin-bottom: 0;
  background-image: url(//5886965.fs1.hubspotusercontent-na1.net/hubfs/5886965/Integrated_Healthcare_Association_June2019%20Theme/images/Screenshot_1.png);
  background-repeat: no-repeat;
  background-position: 1% 39%;
  display: inline-block;
  box-shadow: 0px 4px 7px -7px #000;
}

.hs-error-msgs label:before{
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000000;
  border-left: 10px solid transparent;
  position: absolute;
  left: 10%;
  top: -20px;
}
.hs-error-msgs label:after{
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  position: absolute;
  left: 10%;
  top: -20px;

}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}



/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button, .hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #2da9e1;
  color: #fff;
  border: 1px solid #2da9e1;
  display: inline-block;
  padding: .5em 1.5em;
  text-transform: uppercase;
  white-space: normal;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: .125em;
  margin-top: .125em;
  transition: background-color 0.5s ease;
}

.hs-button:hover, .hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: transparent;
  color: #2da9e1;
}

.hs-button:focus, .hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  box-shadow: 0 0 0.5em 1px rgba(0,0,0,.5);
}

body.stakeholders-2023-template .hs-button {
  border-color: #065F78;
}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.col-right {
  padding-top: 5px;
}
.col-right .grey-light-background {
  padding: 1em;
  background: #f3f4f4;
}

.sidebar,.main-content{
  margin-top:30px;
  margin-bottom:30px;
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.widget-type-password_prompt,
.hs-search-field,
.email-prefs,
.blog .post-footer{
  max-width: 767px;
  display: block;
  background-color: #e7e8e9;
  padding: 1em!important;
}

.hs-form-field > label {
  font-size: .8em;
  line-height: 1.2em;
  text-transform: uppercase;
  display: inline-block;
}

#email-prefs-form .email-edit {
  width: 100% !important;
  max-width:100% !important;
}

.agenda--table {
  width: 100%;
}
.agenda--table td {
  padding: 15px 25px 15px 0 !important;
  vertical-align: top;
  border-top: 1px solid #065F78;
}



.custom-footer .hs_cos_wrapper_type_form,
.custom-footer  .hs_cos_wrapper_type_blog_subscribe, 
.custom-footer .hs_cos_wrapper_type_google_search,
.custom-footer .widget-type-email_simple_subscription,
.custom-footer .widget-type-password_prompt,
.custom-footer .hs-search-field,
.custom-footer#email-prefs-form {
  background:0 0;
  padding:0 !important;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .custom-logo a {
    display: block;
    padding: 33px 0px;
}
  .custom-logo a img {
    max-width: 234px;
    max-height:64px;
}
}

/* =============== Screen sizes smaller than .page-center =============== */

@media(max-width:1280px){
  body {
    font-size: calc(.175rem + 1.5vw);

  }
  .container-fluid .row-fluid .page-center {
    padding-right: calc(-2.4rem + 8vw);
    padding-left: calc(-2.4rem + 8vw);
  }

  .custom-logo a {
    display: block;
    padding: 33px 0px 31.5px;
  }

  .search-form {
    padding: 19px 0px 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 36px;
    float: right;
  }

}
@media (max-width:1201px){
  .custom-address {
    padding-top: 8em;
  }
}

@media (max-width: 1200px) {


  .banner__content {
    padding: 1.5em 0 1.5em 50%;
  }
  .custom-header{
    font-size: calc(.725rem + .5vw);
  }

  .custom-footer{
    font-size: calc(.6rem + .5vw);
  }
  .custom-menu ul {
    float: right;
    padding-top: 14px;
    margin-right: -32px !important;
  }

  .search-form {
    padding: 20px 0px 0px;
  }

  .custom-logo a {
    display: block;
    padding: 32px 0px 31.5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 34px;
    float: right;
  }

}




@media (max-width: 1100px) {

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 36px;
  }.custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0px 17px;
  }

  .custom-logo a {
    padding: 32px 13px 33px 0px;
  }

  .custom-header .custom-search {
    padding: 0px 0 0 0px; 
  }

  .search-form {
    padding: 16px 0px 0px;
  }

  .custom-menu ul {
    margin-right: -7px !important;
    padding-top: 13px;
  }
  .custom-address {
    padding-top: 7.4em;
  }

}


@media (max-width: 1000px) {

  .custom-menu ul {
    margin-right: 0px !important;
    padding-top: 13px;
    padding-right: 20px;
  }



  .custom-logo a {
    padding: 33px 15px 33px 0px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 31px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0px 17px;
  }

}
@media (max-width: 987px) {

  .custom-menu ul {
    padding-right: 0px;
  }

  .custom-address {
    padding-top: 7.7em;
  }
}


@media (max-width: 900px) {

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0px 16px 0px 17px;
  }

  .custom-logo a {
    padding: 35px 15px 34px 0px;
  }
  .custom-menu ul {
    padding-right: 0px;
    margin-left: -13px!important;
    float: left;
    padding-top: 12px;

  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 29px;
  }

}


@media (max-width: 879px) {


  .mobile-header .custom-mobile-search {
    padding-bottom: 21px;
    padding-top: 8px;
    display:none;
  }

  .mobile-header.nav .custom-logo a {
    display: inline-block;
    margin-left: -1em;
    max-width: none;
    padding: .5em 1em .59em;
    width: 18rem;
  }
  body {

    font-size: calc(.725rem + .5vw);
  }
  .footer-menu {
    padding: 1.2em 0;
  }
  .footer-menu ul li{
    float: left !important;
    width: auto;
  }

  .custom-footer .hs-button.primary, input[type="submit"] {
    background-size: 26px;
    padding: 2px 20px 2px 15px;
  }

  .custom-footer form input[type="email"] {
    padding: .159em !important;
  }
  .custom-footer .hs_cos_wrapper_type_form, 
  .custom-footer.hs_cos_wrapper_type_blog_subscribe,
  .custom-footer .hs_cos_wrapper_type_google_search, 
  .custom-footer .widget-type-email_simple_subscription, 
  .custom-footer.widget-type-password_prompt,
  .custom-footer.hs-search-field,
  .custom-footer #email-prefs-form {
    max-width:100%;
    display: block;
  }
  .left-col {
    width: 100%!important;
    float: left!important;
  }
  .right-col {
    width: 100%!important;
    padding-left: 0;
    float: left!important;
    padding-top:.65em;

  }
  .custom-address
  {
    padding-top:1.2em;

  }
  .container-fluid .row-fluid .page-center {
    padding-left: calc(-.2rem + 4vw);
    padding-right: calc(-.2rem + 4vw);
  }

  .custom-header{
    font-size: calc(.725rem + .5vw);
  }
  .mobile-header{
    display:block!important;
  }
  .desktop-header{
    display:none!important;
  }

  .desktop-header .custom-logo a img{
    max-width:100%;
    width:100%;
  }

  .mobile-header .custom-logo a img{
    width:100%;
    max-width:none;
  }
  .mobile-header .custom-logo a{
    display: inline-block;
    margin-left: -1em;
    max-width: 100%;
    padding: .5em 1em;
    width: 18rem;
  }


}


@media (max-width: 1024px) {}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px){ 

  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    margin-right: 5px;
    margin-top: -1px;
  }

  li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
    margin-top: 1px;
  }
  body {
    font-size: calc(.725rem + .5vw);
  }
  .custom-icons {
    padding: .8em 0 0.5em;
  }
  ul.menu {
    padding-bottom:0;
  }
  .custom-form{
    padding: 2.1px 0px;
  }
  .right-col {
    padding:0;
  }
  .custom-address {
    padding: 1px 0px;
  }
  .footer-menu {
    padding: 0.75em 0;
  }

  .custom-footer p{
    margin: 1.5em 0;
  }
  .footer-logo{
    padding:1px 0px;
  }
  .footer-logo p {
    padding:0px;
  }
  .custom-footer {
    font-size: calc(.7375rem + .25vw);
  }
  .custom-footer * {
    text-align: center;
  }
  .custom-footer h3 {
    margin-top: 1em;
  }
  .custom-footer .social-links {
    margin-top: .5em;
  }
  .custom-logo {
    display: inline-block!important;
    float: left!important;
    width:68%!important;
  }
  .custom-header-icons{
    display:inline-block!important;
    float:right!important;
  }
}  

@media (max-width: 350px){
  .custom-footer .hs-button.primary, input[type="submit"] {
    background-size: 12px;
    padding: 2px 17px 2px 5px;
  }
  .custom-footer form input[type="email"] {
    padding: .199em !important;
  }

  .navicons {
    padding-top: 8px;
  }
  .custom-logo {
    width: 67% !important;
  }

}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {

  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float:left !important;
  }
  .container-fluid .row-fluid .page-center{ 
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .custom-footer{
    font-size: .8125rem;
  }
  .mobile-header.nav .custom-logo a {
    display: inline-block;
    margin-left: -1em;
    max-width: 100%; 
    padding: .5em 1em 0.59em;
    width: 18rem;
  }



}

@media (max-width: 785px) {
  h1 {
    font-size: 32px;
  }
}