/* ==========================================================================
   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 =============== */

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

@import url('//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/cerulean/bootstrap.css');
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

@font-face {
    font-family: 'icofont';
    src: url('https://cdn2.hubspot.net/hubfs/4012693/EnergizeDelaware_November2017/fonts/icofont.eot') format('embedded-opentype'),
         url('https://cdn2.hubspot.net/hubfs/4012693/EnergizeDelaware_November2017/fonts/icofont.ttf') format('truetype'),
         url('https://cdn2.hubspot.net/hubfs/4012693/EnergizeDelaware_November2017/fonts/icofont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
<!-- Missing Template at Path: 'Custom/page/EnergizeDelaware_November2017-theme/EnergizeDelaware_November2017-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;
} 

html {
    font-size: 10px;
}

body {
    background: #fff;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background: url(//cdn2.hubspot.net/hubfs/4012693/EnergizeDelaware_November2017/images/Site%20BG.jpg) no-repeat center center fixed;
    -webkit-background-sizeti: cover;
    -moz-background-sizem: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
    border: 10px solid transparent;
    background-color: rgba(255, 255, 255, 0.2);
    padding-right: 15px;
    padding-left: 15px;
}
.inner-page-center {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    margin-right: -15px;
    margin-left: -15px;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
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, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 36px;
}
h2,
h3.form-title,
.subscription-template form#email-prefs-form h3,
.section.post-header h1{
    background-color: #1788de;
    color: #FFF;
    padding: 6px 12px;
    font-size: 24px;
    font-weight: bold;
}
h3 {
    font-size: 20px;
    font-weight: bold;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}

/* Anchor Links */
a {
    color: #1788de;
    text-decoration: none;
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
    outline: 0;
}
/* Lists */
ul, ol {
    margin: 0 0 15px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== 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 {}

/*Header Styling*/
.custom-header {
    background-color: rgba(255, 255, 255, 0.7);
}

/*Header Top Styling*/
.widget-span.custom-logo {
    width: 235px;
    position: relative;
    display: block;
}
.custom-logo img {
    margin: 10px 0;
    vertical-align: middle;
}

/*Header Top Links Styling*/
.widget-span.custom-header-top-links {
    position: absolute;
    right: 0;
    top: 0px;
    width: auto;
    margin-left: 0;
}
.custom-header-top-links ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-header-top-links ul li {
    float: left;
    position: relative;
    display: block;
}
.custom-header-top-links ul li a {
    color: rgba(253, 184, 19, 1);
    text-decoration: none;
    padding: 15px 5px;
    line-height: 20px;
    position: relative;
    display: block;
}
.custom-header-top-links ul li:hover a {
    background: none;
    color: rgba(253, 184, 19, 1);
    transition: color 0.8s;
    text-decoration: underline;
}

/*Header Search Styling*/
.widget-span.custom-header-search {
    position: absolute;
    right: 150px;
    top: 50px;
    width: auto;
}
.custom-header-search form.form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.custom-header-search form.form label.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.custom-header-search form.form input {
    width: 300px;
    max-width: 100%;
    padding: 8px 15px;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #eee;
    border-radius: 6px;
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    height: 34px;
    z-index: 99;
    margin: 0;
    border-radius: 6px !important;
}

/* Placeholder Text */
.custom-header-search form.form input::-webkit-input-placeholder {
    color:#999;
} /* Webkit Browsers */
.custom-header-search form.form input:-moz-placeholder {
    color:#999;
} /* Firefox 18- */
.custom-header-search form.form input::-moz-placeholder {
    color:#999;
} /* Firefox 19+ */
.custom-header-search form.form input:-ms-input-placeholder {
    color:#999;
} /* IE10 */

.custom-header-search:hover form.form input {
    background-color: #FFF;
}

.custom-header-search form.form span.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
    display: table-cell;
}
.custom-header-search form.form span.input-group-btn button {
    position: absolute;
    top: 0;
    right: 0;
    font: inherit;
    border: 0 none;
    background: none;
    color: #105e99;
    font-size: 15px;
    padding: 6px 10px;
    margin-left: -1px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    font-family: inherit;
}
.custom-header-search form.form span.input-group-btn button i {
    vertical-align: top;
}

/*Header Social Icons Styling*/
.widget-span.custom-header-social {
    width: auto;
    position: absolute;
    right: 0;
    top: 55px;
    text-align: center;
}
.custom-header-social ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
.custom-header-social ul li {
    display: inline-block;
    margin-right: 4px;
}
.custom-header-social ul li a {
    font-size: 16px;
    color: #105e99;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4px 10px;
    text-align: center;
    transition: background-color 0.3s;
}
.custom-header-social ul li a:hover {
    background-color: #FFF;
}


/*Header Bottom Styling*/
.custom-header-bottom {
    background-color: rgba(16, 94, 153, 0.8);
}
.custom-header-bottom .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.custom-menu-primary {
    position: relative;
}

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

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

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

.testimonial {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 80px 7px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #268CFF;
  text-align:center;
}

.iconcircle{
    
    background: #FFF;
    width:150px !important;
    height:150px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 5%;
    font-size:14px;
    transition: background-color 0.5s ease;
    border: 2px solid;
    border-color: #68CAD6;
    float: none !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.font-awesome-icon {
    color ;
    height: 120px;
    width: 120px;
    font-size: 50px;
    
    vertical-align: middle;
    margin: 15px auto!important;
    float: none!important;
}

.iconservice{
        padding-top:20px;
    }
    
.cta-type-1-wrapper {
        margin-bottom: 30px;
    }


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

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

/*Footer Styling*/
.custom-footer {
    padding: 10px 0 15px;
    font-size: 12px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(13, 79, 130, 0.4)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(13, 79, 130, 0.4));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(13, 79, 130, 0.4));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(13, 79, 130, 0.4));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(13, 79, 130, 0.4));
    position: relative;
}
.custom-footer:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 94, 153, 0.8);
}
.custom-footer a {
    color: #FFF;
    text-decoration: none;
}
.custom-header .page-center,
.custom-footer .page-center {
    border: none !important;
    background: transparent !important;
    position: relative;
}
.custom-footer .page-center > .row-fluid-wrapper {
    margin: 0 -15px;
}
.custom-footer .page-center > .row-fluid-wrapper > .row-fluid > div {
    padding-right: 15px;
    padding-left: 15px;
}

.widget-span.custom-copyright {
    width: 33.33333333%;
}

.widget-span.custom-footer-links {
    width: 50%;
    margin-left: 0;
}
.custom-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-footer-links ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.custom-footer-links ul li:last-child {
    padding-right: 0;
    border-right: 0 none;
}

.widget-span.custom-footer-right-link {
    width: 16.66666667%;
    margin-left: 0;
}
.custom-footer-right-link {
    text-align: right;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    border-radius: 4px;
    width: 100%;
    display: block;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    margin: 0 0.35%;
    display: inline-block;
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    margin-left: 0;
    margin-right: 0.4%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-right: 0;
    margin-left: 0.4%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    transition: background-color 0.8s;
    display: block;
    padding: 12px 7PX;
    background: none;
    position: relative;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a {
    text-decoration: none;
    background-color: rgba(253, 184, 19, 0.975);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    text-decoration: none;
    background-color: rgba(253, 184, 19, 0.975);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: 25%;
    margin: 10px 1%;
    display: inline-block;
    position: static !important;
    float: none !important;
    vertical-align: initial;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.YourHome > ul > li {
    vertical-align: top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    font-weight: 500;
    margin-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09999999999999998);
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 0 0 3px 4px;
    white-space: normal !important;
    clear: both;
    line-height: 1.42857143;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    text-decoration: none;
    background-color: rgba(253, 184, 19, 0.975);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:not(.LocalUtilities) > ul > li > a:before {
    font-family: Helvetica,Arial,sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    font-size: 14px;
    text-align: left;
    min-width: 160px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
    padding-left: 4px;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    font-size: 13px;
    padding: 0 0 0 4px;
    white-space: normal !important;
    display: block;
    color: #FFF;
    position: relative;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.District.Program > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Housing.Program > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Revolving.Loan.Fund > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.CommercialRenewable.Energy.Loans > a:before {
    content: "\ea6d";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.WeatherizationAssistance.Program > a:before {
    content: "\ed73";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.EnergyEfficiency.Investment.Fund > a:before {
    content: "\edf0";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.GeothermalGrants > a:before {
    content: "\ebcc";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.SolarThermal.Grants > a:before {
    content: "\ebd1";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Energy.Auditors > a:before {
    content: "\ed2c";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.EnergizeDelaware.Farm.Program > a:before {
    content: "\eefa";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.America.Program > a:before {
    content: "\eefa";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Incentives.Program > a:before {
    content: "\ebcd";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Conversion.Grant.Program > a:before {
    content: "\f10f";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.RevolvingLoans.for.Farms > a:before {
    content: "\ea6d";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.FaithEfficiencies.Partnership > a:before {
    content: "\e930";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Contracting.Bond.Issue > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.PerformanceContracting.Program > a:before{
    content: "\f04a";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Green.Schools > a:before {
    content: "\eba7";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.EnergyAssessment.Program > a:before {
    content: "\f03b";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.GreenGrant.Program > a:before {
    content: "\ebd1";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.SolarRenewable.Energy > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.UpfrontSREC.Purchase.Program > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.ResidentialSolar.Loans > a:before {
    content: "\ef45";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Home.Energy.Yardstick > a:before {
    content: "\ebd0";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Links > a:before {
    content: "\f04e";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Report > a:before {
    content: "\ea78";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.FinancialReports > a:before {
    content: "\edf0";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.OversightBoard > a:before {
    content: "\ed6b";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Statement.and.Values > a:before {
    content: "\ecae";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Information.Act > a:before {
    content: "\ede7";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Agendaand.Minutes > a:before {
    content: "\f088";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Official.Documents > a:before {
    content: "\ecaf";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Reportsand.Contracts > a:before {
    content: "\ecae";
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.Excellence.Certification > a:before {
    content: "\eb8e";
}


/* 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:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
        top: 88%;   
        right: 0;
        width: 100%;
        background-color: rgba(253, 184, 19, 0.975);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
        min-width: 160px;
        font-size: 14px;
        text-align: left;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: none !important;
    }
    .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul{
        display: block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        position: relative !important;
        left: auto !important;
    }
}


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

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

@media (max-width: 767px){

  /* 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;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    background-color: #1788DE;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 39px !important;
    min-width: 39px !important;
    height: 39px !important;
    padding: 0 !important;
  }
  .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: #fff; /* 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;
    padding-top: 50px; /* Makes room for button */
  }

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

  /* 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;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    position: relative !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-left: 10px !important;
    text-transform: uppercase;
    transition: background-color 0.8s;
    display: block;
    font-size: 11px !important;
    line-height: 1.42857143;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: rgba(253, 184, 19, 0.975);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: 100%;
    padding: 0 5%;
    margin: 0;
    position: relative !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
      text-decoration: underline;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul .child-trigger {
      display: none !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
      display: none !Important;
      visibility: hidden !Important;
      opacity: 0 !important;
  }
  .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 */
  }
}


/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    background: transparent;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    padding: 0;
}
.post-header h2 a {}

span.filter-link-count {
    display: none;
}

/* Blog Author and Avatar */
#hubspot-author_data {
    padding: 10px 0;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {    
    height: auto !important;
    max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    width: 25%;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -1.4px;
    position: relative;
    margin-bottom: 15px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    padding: 0 15px;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
img.hs-featured-image,
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0 0 20px;
}

.blog.hs-blog-post .hs-featured-image{
    border-width: 1px;
    border-style: solid;
}

/* Read More Link */
a.more-link {
    color: #4f82e9;
    text-decoration: underline;
    font-size: 12px;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
   border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    font-size: 13px;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
   border: 1px solid #E2E2E2;
   display: block;
   line-height: 165%;
   padding: 15px;
   line-height:26.4px;
}

/* Pagination */
.blog-pagination {
    text-align: center;
    margin-bottom: 8px;
}
.blog-pagination a {
    display: inline-block;
    padding-right: 7px;
    font-size: 0.9em;
}
.blog-pagination a.previous-posts-link {
    float: left;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
    float: right;
}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
    background: transparent;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 500;
    padding: 0;
}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}
.blog .blog-sidebar .cell-wrapper{}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/*Listing Styling*/
body.hs-blog-listing {
    background-color: rgb(255, 255, 255);
    background-image: none;
}
.blog.hs-blog-listing .body-container {
    padding: 0 0 16px;
}
.blog.hs-blog-listing .content-wrapper {
    border: none;
    background: #fff;
}
.blog.hs-blog-listing .inner-page-center {
    padding: 0;
    background-color: #fff;
    margin: 0;
}

.custom-popular-post-slider {
    position: relative;
}
.owl-dots {
    position: absolute;
    right: 20%;
    left: 20%;
    padding-top: 20px;
    padding-bottom: 30px;
    bottom: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    color: #fff;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot:hover span{
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    width: 12px;
    height: 12px;
}

.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-prev:hover,
.owl-theme .owl-controls .owl-nav .owl-next:hover{
    background: transparent;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 0;
}
.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-next:hover{
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.owl-theme .owl-controls .owl-nav .owl-prev:hover,
.owl-theme .owl-controls .owl-nav .owl-next:hover{
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.owl-theme .owl-controls .owl-nav .owl-prev:before ,
.owl-theme .owl-controls .owl-nav .owl-next:before {
    margin-left: -15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e079";
}
.owl-theme .owl-controls .owl-nav .owl-next:before {
    right: 50%;
    left: auto;
    top: 50%;
    content: "\e080";
    margin-left: 0;
    margin-right: -15px;
}

p.hs-date {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    color: #7C7C7C;
    font-size: 10.5px;
    margin: 0 0 5px;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
    font-size: 12px;
    margin: 0 0 10px;
}
   
p.view-all-wrapper {
    text-align: center;
    font-size: 0.9em;
    padding: 10px 0 0;
    position: relative;
    clear: both;
    margin: 0 0 10px;
} 

/*Post Styling*/
.section.post-header h1 {
    margin: 6px -15px;
}
.section.post-header h4 {
    margin-top: 16px;
    margin-bottom: 10px;
}
.blog .blog-sidebar h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
    padding: 0;
    color: inherit;
}
.blog .blog-sidebar ul {
    margin-bottom: 10px;
}
.blog-post-wrapper .post-body p {
    margin: 0 0 10px;
}

#comment-form input.hs-button.primary {
    margin-top: 20px;
}
.blog.hs-blog-post .blog-content {
    padding: 0 15px;
}

.blog .blog-sidebar h3.form-title {
    margin: 0.83em 0;
    border-top: 5px solid #1788de;
    padding-top: 20px;
}

.custom-sidebar-form {
    padding-right: 15px;
    padding-left: 15px;
    background: #fff;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
}
.custom-sidebar-form .cell-wrapper {
    padding: 10px 3% 10px 3%;
}
.custom-sidebar-form span.hs-form-required {
    font-size: 150%;
    font-weight: normal;
    top: 5px;
    position: relative;
}
.custom-sidebar-form .hs-input {
    margin-bottom: 3%;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px;
}
.custom-sidebar-form .hs-input:focus {
    outline: -webkit-focus-ring-color auto 5px;
    border-color: #333;
    box-shadow: none;
}
.custom-sidebar-form ul.inputs-list.multi-container {
    margin: 0;
    padding: 5px 0 !important;
    margin-bottom: 3%;
}
.custom-sidebar-form ul.inputs-list.multi-container li label {
    padding: 3px 0;
    margin-bottom: 0;
}
.custom-sidebar-form ul.inputs-list.multi-container li label input {
    margin: 0 5px 7px 0;
}
.custom-sidebar-form input.hs-button.primary.large {
    background-color: #aaa;
    border: none;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
}
.custom-sidebar-form input.hs-button.primary.large:hover {
    background-color: #777;
}
#comment-form input[type="checkbox"] {
    margin-right: 10px;
}

.custom-popular-post-slider .owl-carousel .owl-item {
    height: 26vw;
}

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

.hs-form {
    margin-bottom: 30px;
}

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

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {
    font-size: 10px;
}

/* Labels and Legends */
label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}
.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 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-family: inherit;
    margin-bottom: 15px;
}

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 {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

/* 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 li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* 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 */
span.hs-form-required {
    color: #a94442;
}
.hs-error-msgs label{
    color: #ff0000;
}

/* 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; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    width: auto;
    white-space: normal;
    color: white;
    background-color: #4e91cd;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


/* =============== 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 {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
   
.landing-page.one-column .body-container form,
.error-template .body-container form,
.password-template .body-container form, 
.subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 50%; 
}
.subscription-template #email-prefs-form .email-edit {
    max-width: 100% !important;
}
#recaptcha_area, #recaptcha_table {
   width: 318px!important;
   overflow-x: auto !important;
   max-width: 100% !important;
}
.subscription-template .subscribe-options label {
    margin: 0;
}
.subscription-template .page-header {
    border-bottom: none;
}

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


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

@media (max-width: 1199px) {
    /* Page Center */
    .container-fluid .row-fluid .page-center {
      max-width: 970px;
    }
    
    /*Header Styling*/
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 11px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.WeatherizationAssistance.Program {
        vertical-align: bottom;
    }
    
    /*Footer Styling*/
    .custom-footer-links {
        padding: 0 !important;
    }
    .custom-footer-links ul li {
        float: left;
        padding: 0 3px;
    }
}

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

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

@media (max-width: 991px) {
    /* Page Center */
    .container-fluid .row-fluid .page-center {
      max-width: 750px;
    }
    
    /*Header Styling*/
    .custom-header-bottom .page-center {
        max-width: 100% !important;
    }
    .custom-header-bottom .page-center > .row-fluid-wrapper {
        margin: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
        font-size: 13px;
        padding: 12px 4px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
        padding: 12px 4px;
    }
    
    /*Blog*/
    .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
}

@media (max-width: 874px) {
    /* Header Styling */
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin: 0 !important;
    }
}

@media (max-width: 833px) {
    /* Header Styling */
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-size: 10px;
    }
}

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

@media (max-width: 767px) {
    .landing-page.one-column .body-container form,
    .error-template .body-container form,
    .password-template .body-container form, 
    .subscription-template .body-container .widget-type-email_simple_subscription form{
        width: 100%; 
    }
    /* Page Center */
    .container-fluid .row-fluid .page-center {
      max-width: 100%;
    }
    
    h1 {
        font-size: 25px;
    }
    
    /*Header Styling*/
    .widget-span.custom-header-search {
        position: relative;
        width: 100%;
        margin: 0 auto;
        right: 0;
        top: 0;
        left: 0;
    }
    .custom-header-search form.form input {
        width: 100%;
    }
    .custom-header-search form.form .input-group {
        margin: 0 auto;
        width: 100%;
    }
    .custom-header-search form.form {
        margin-bottom: 1em;
    }
    .widget-span.custom-header-top-links {
        display: none;
    }
    .widget-span.custom-header-social {
        margin-top: 8px;
    }
    .custom-header-bottom .page-center {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    
    /*Footer Styling*/
    .custom-footer .page-center > .row-fluid-wrapper > .row-fluid > div {
        width: 100%;
        text-align: center;
        float: none;
    }
    .custom-footer-links ul {
        margin-top: 8px;
        padding: 0 15px;
    }
    .custom-footer-links ul li {
        float: none;
    }
    .custom-footer-links ul li:last-child {
        padding-right: 3px;
    }
    
    /*Blog*/
    .owl-theme .owl-controls .owl-nav .owl-prev:before {
        margin-left: -10px;
        font-size: 20px;
    }
    .owl-theme .owl-controls .owl-nav .owl-next:before {
        margin-left: 0;
        margin-right: -10px;
        font-size: 20px;
    }
    .owl-dots {
        padding-bottom: 20px;
    }
    .custom-highlights,
    .custom-related-media {
        padding: 0 30px;
    }
    
    .subscription-template .checkbox-row span.fakelabel span {
		font-weight: normal;
		font-size: 12px;
	}
	.subscription-template .checkbox-row input {
		position: relative;
		top: 0;
	}
	p#hubspot-topic_data {
        margin-top: 14px;
        margin-bottom: 0;
    }
    .blog .blog-sidebar .row-fluid-wrapper.row-depth-1.row-number-8 {
        padding: 20px 15px 0;
    }
    .custom-sidebar-form .hs-form {
        margin-bottom: 10px;
    }
}  


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

@media (max-width: 479px) {
    .subscription-template .checkbox-row span.fakelabel span {
		font-size: 9px;
	}
	.subscription-template .checkbox-row input {
        position: relative;
        top: -4px;
    }
    .blog-pagination a.previous-posts-link,
    .blog-pagination a.next-posts-link {
        float: none;
    }
}

@media (max-width: 400px) {
    .widget-span.custom-header-social {
        position: relative;
        top: -6px;
    }
}

@media (max-width: 390px) {
    .subscription-template .checkbox-row span.fakelabel span {
		font-size: 6.6px;
	}
}
