/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'Custom/system/default/Hs_Default_Custom_Style.css'                      */
/****************************************************************************/

body {
    font-family: "Roboto",sans-serif;
    font-size: 17px;
    margin-bottom: auto;
}
html{
  height: 100%;
}
/*Edge*/
@supports ( -ms-accelerator:true ) 
{
    html{
      
        overflow: hidden;
    }
    body{
        
        height: 100%;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
    html{
      
        overflow: hidden;
    }
    body{
        
        height: 100%;
    }
}

a {
    color: #f78121;
}

a:hover {
    color: #36383a;
}

ul li {
/*     list-style-type: disc; */
    margin-left: 22px;
}

h1, h2, h3 {
    font-family: 'Roboto', Helvetica;
    font-weight: 300;
}

h1 {
    font-size: 3em;
    color: #f78121;
}

h2 {
    font-size: 2.0em;
}

/********Header********/

#header-section {
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.header-section {
    background-color: #fff;
    margin: 0 0 0 30px;
}

.header-section.orange {
    background-color: #f78121;
    margin: 0;
}

#header-section .outer {
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #acacac;
    width: 70%;
    float: right;
    clear: none;
    height: 85px;
}

#header-section .inner {
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

#header-section .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
    text-align: right;
}

#header-section .logo.new {
		width: 30%;  
}

#header-section .logo.new img {
    height: auto; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  list-style-type: none;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  	margin-top: 0;
	}
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li {
  margin-left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #fff;
  text-transform: capitalize;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  float: left; 
  padding-top: 0;
}

@media (max-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    background: #f78121;
  }
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  background: #f78121;
  border: none;
  -moz-box-shadow: 0px 3px 2px 0px #222;
  -webkit-box-shadow: 0px 3px 2px 0px #222;
  box-shadow: 0px 3px 2px 0px #222;
  margin-left: 0;
  padding: 0;
}
  
.custom-menu-primary .hs-menu-wrapper>ul ul li {
	background: url(https://cdn2.hubspot.net/hubfs/2491191/images/180Line.png) no-repeat bottom center;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
  background: url(https://cdn2.hubspot.net/hubfs/2491191/images/180Line.png) no-repeat bottom center;
}

@media (max-width: 768px) {
	.custom-menu-primary .hs-menu-wrapper>ul ul li {
		background: none;
	}

	.custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
  	background: none;
	}
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
  background: none;
}

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

@media (max-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
  	padding: 0 30px 0;
	}
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
  content: none;
}

.custom-menu-primary .hs-menu-wrapper>ul li a:hover, .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  color: #636466;
  text-decoration: none;
}

.mobile-trigger.cta_border_button {
  border: 0;
    color: #f78121;
    text-indent: 55px;
    border-radius: 0;
    width: 38px;
    height: 36px;
    padding-left: 5px;
}

.mobile-trigger.cta_border_button:hover {
	background-color: #fff;
  text-decoration: underline;
}

.sticky {
  	position: fixed;
    z-index: 9999;
    width: 100%;
}

/********END Header********/

/********Hero********/

.hero {
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 345px;
    color: #fff;
}

.hero .right-section {
    padding-top: 20px;
    padding-left: 60%;
}

.hero .right-section h1 {
    color: #fff;
}

.hero-content {
  margin-bottom: 30px;
}

.blog-hero {
		background-attachment: fixed;
  	background-image: url(https://cdn2.hubspot.net/hubfs/2491191/Blog/blog-bg.jpg);
    background-position: center 78px;
    background-repeat: no-repeat;
    height: 400px;
}

.webinar-hero {
  background-position: top center;
  background-size: contain;
  height: 310px;
  min-height: auto;
}

@media only screen and (max-width: 1200px) {

    .hero, .webinar-hero {
        min-height: 230px;
    }
   
}
  
@media only screen and (max-width: 992px) {
   .hero, .webinar-hero {
        min-height: 180px;
    }
    
    .hero .right-section {
        padding: 20px;
    }
}

/********END Hero********/

/********Notched Row********/

.notched-row {
    color: #fff;
}

.notched-row.center {
    text-align: center;
}

.notched-row.right {
    margin: 0 0 20px -50px;
    width: 100%;
}

.notched-row.left {
    margin: 0 0 20px 50px;
    width: 100%;
}

.notched-row .outer {
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #f57722;
    padding: 20px;
    width: 100%;
}

.notched-row .inner {
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

.notched-row input {
    color: #444;
}

.notched-row input[type=submit] {
    color: #fff;
}

.notched-row .container {
    padding-left: 50px;
}

/********END Notched Rod********/


/*******
Band Styles
********/

.band-wrapper {
    padding: 80px 0;
    min-height: 250px;
    background-position: center center;
}

.band-wrapper.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.band-wrapper.orange {
    /*background-image: url('../../images/orange-band.jpg');*/
    background: rgba(247,129,33,.82);
    color: #fff;
}

.band-wrapper.orange h1, .band-wrapper.orange h2, .band-wrapper.orange h3 {
    color: #fff;
    font-weight: light;
}

.band-wrapper h3 {
    font-size: 2.3em;
    margin-top: 0;
}

.band-wrapper.grey {
    /*background-image: url('../../images/grey-band.jpg');*/
    background: rgba(183,183,183,.82);
    color: #fff;
}

.band-wrapper.right {
    margin-left: -120px;
    width: 101%;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.band-wrapper.left {
    margin-left: 85px;
    width: 101%;
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.band-wrapper.center {
    text-align: center;
}

.band-wrapper.right .band-skew, .band-wrapper.left .band-skew {
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    width: 100%;
}

.band-wrapper.right .band-skew {
    margin-left: 120px;
}

.band-wrapper.left .band-skew {
    margin-left: -100px;
}
.band-wrapper .band-interior {
    
}

.band-wrapper .band-interior.narrow {
    padding: 0 150px;
}

.band-wrapper .band-interior.very-narrow {
    padding: 0 220px;
}

/*******
END Band Styles
********/

/********
lp-content
********/

.lp-content h2 {
    margin-top: 5px;
}


/********
END lp-content
********/

/********
Grey
********/

.grey-up {
    background: #acacac;
    color: #fff;
    margin-top: -50px;
    padding-bottom: 20px;
}
.grey-up-alt {
    background: #acacac;
    color: #fff;
    margin-top: 0;
    padding-bottom: 20px;
}

.grey-up label, .grey-up-alt label {
    color: #fff;
}

select {
  color: black;
}

.grey-up .hs-form-field .input input, .grey-up-alt .hs-form-field .input input {
    width: 100%;
    color: #000;
}

.grey-up .hs_submit input[type=submit], .grey-up-alt .hs_submit input[type=submit] {
    width: 100%;
    max-width: 400px;
}

/*******
END Grey
********/


/********Team Memeber********/

.team-member .team-member-bio{
    margin-bottom: 40px;
}

.team-member h3 {
    color: #f78121;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}

.team-member .team-member-title {
    margin-top: 0;
    font-style: italic;
}

.team-member img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}


/********END Team Member********/

/********Forms********/

.form-launcher .hs-form-field .input input {
    width: 150px;
    margin-top: 16px;
}

.form-launcher .hs-form-field label {
    float: left;
    margin-right: 20px;
}

.hs-form-field .input input {
    width: 90%;
}

.hs-form-field label {
    font-weight: normal;
    margin: 16px 0 2px;
}

.hs_submit input[type=submit] {
    white-space: normal;
    width: 90%;
    max-width: 325px;
    margin-top: 20px;
    text-transform: none;
    font-weight: 300;
}

input[type=submit] {
    background-color: #f78121;
}

.hs_submit {
    clear: both;
}

/********END Forms********/

/********Footer********/

#footer-section {
    background-color: #fff;
    color: #fff;
    font-size: 13px;
    margin: 30px 0 0 -20px;
    text-align: center;
    width: 100%;
}

#footer-section .outer {
    -ms-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #f78121;
    padding: 20px;
    width: 100%;
    clear: none;
}

#footer-section .inner {
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
}

#footer-section a {
    color: #fff;
}

#footer-section a:hover {
    color: #444;
}

#footer-section .logo {
    width: 20%;
    padding-left: 30px;
    padding-top: 5px;
    float: right;
    clear: none;
}

#footer-section .logo img {
    float: left;
}

/********END Footer********/


/************************************************/
/************************************************/

/********MEDIA QUERIES********/

/************************************************/
/************************************************/


@media only screen and (max-width: 992px) {
    
   #header-section .outer {
        display: none;
    }
    
    #header-section .logo {
        width: 100%;
        text-align: center;
        margin: 0;
        float: none;
    }
    
    #header-section .logo img {
        float: none;
        margin-bottom: 10px;
    }
    
    .notched-row .outer {
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
        background-color: #f57722;
        padding: 20px;
        width: 100%;
    }
    
    .notched-row .inner {
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }
    
    .notched-row.right {
    margin: 0 0 20px 0;
    width: 100%;
    }
    
    .notched-row.left {
        margin: 0 0 20px 0;
        width: 100%;
    }
    
    .notched-row .container {
        padding-left: 15px;
    }
    
    .grey-up {
        margin-top: 20px;
        padding-top: 20px;
    }

}

@media only screen and (max-width: 767px) {
    
    .hero {
        min-height: 180px;
    }
    
    .band-wrapper.right {
        margin-left: 0;
        width: 100%;
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .band-wrapper.left {
        margin-left: 0;
        width: 100%;
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
    }

    .band-wrapper.right .band-skew, .band-wrapper.left .band-skew {
        -ms-transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
        width: 100%;
        margin: 0;
    }

    .band-wrapper .band-interior.narrow, .band-wrapper .band-interior.very-narrow {
        padding: 0 20px;
    }

    .notched-row .container {
        padding-left: 0;
    }
  
  .blog-style .widget-type-logo{
  float:none !important;
  }
  
  .mobile-trigger.cta_border_button {   
    margin-top: 0px;
}
  
  
  
}

/********END Under 767px********/
#page-header {
  width:100%;
  position:fixed;
  z-index:9;
}
.blog-hero{
  height:481px;
}
.about-author-sec img {
    border-radius: 0;
    border: 10px solid #f78121;
    display: block;
}

.cta_border_button {
    background:url(https://cdn2.hubspot.net/hubfs/2491191/images/icon-bar.png) no-repeat !important;}

.blog-style .widget-type-logo{
  float:right;
  margin-right:30px;
  margin-top:16px !important;
}


