/* ==========================================================================
   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('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


@font-face {
  font-family: 'icomoon';
  src:  url('https://cdn2.hubspot.net/hubfs/3337099/IcoFont/icomoon.eot?tz9sox');
  src:  url('https://cdn2.hubspot.net/hubfs/3337099/IcoFont/icomoon.eot?tz9sox#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/3337099/IcoFont/icomoonfonts/icomoon.ttf?tz9sox') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/3337099/IcoFont/icomoon.woff?tz9sox') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/3337099/IcoFont/icomoon.svg?tz9sox#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.page-center .custom-banner .headerbild img {
    width: 100% !important;
}
.row-fluid [class*="span"] {
    min-height: auto!important;
}


   textarea {

  height: 80px !important;
  font-family: arial,helvectica, non-serif !important;
  
  }
  
  form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  
    margin: 0px !important;
    margin-right: 5px !important;
}
.row-fluid {
height: auto !important;
}



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minus2:before {
  content: "\e901";
}



/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Missing Template at Path: \'Coded files\/Custom\/page\/company-theme\/company-modules-1583761288149.css\' */



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


/* FEATURE BOXES */
.hs_featurebox .content {
    background: #e2001a;
    padding: 20px;
    color: #fff;
}
.hs_featurebox p.title {
    font-size: 48px;
    margin: 0;
}
.hs_featurebox p.desc{
    font-size: 16px;
}
/* END FEATURE BOX */




/* FEATURE BOXES */
.hs_columnbox .content {
   text-align: center;
    padding: 20px;
    color: #fff;
}

}
/* END FEATURE BOX */




/* Teaser BOXES */
.hs_teaserbox .content {
    background: #000000;
    border: 1px solid #7e7e7e;
    padding: 20px;
    color: #fff;
        position: relative;
    display: block;
  
    margin-left: 11px;
    margin-right: 11px;
    margin-bottom: 44px;
    max-width: 100%;
    text-decoration: none;
    color: #ededed;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    
    
}
.hs_teaserbox p.title {
    font-size: 17px;
        font-weight: bold;
        margin-top:20px;
    margin-left: 0;
      margin-right: 0;
        margin-bottom: 0;
}
.hs_teaserbox p.desc{
    font-size: 15px;
}
/* END FEATURE BOX */



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

body {
  background: #000;
  color: #cecece;
  font-family: "Arial", "Sans-Serif";
  font-size: 15px;
  line-height: 1.5;
}

body.hubspot  .editor-form label, 
body.hubspot .cmui-widget-form labelontainer .editor {
    display:none !important;
}
/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding:0 20px;
}


/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #333;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #333;
  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 {
    font-weight: 400;
    color:#fff;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 30px;
    line-height: 1.25;
    margin: 35px 0 10px 0;
    font-weight: 400;
}
h2 {}
h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { color: #fff; text-decoration:none;}
a:hover, a:focus { color: #e2001a; outline:none;}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}
ul {
    list-style-type:square;
}

/* 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 {}
.csm-top-header {
    padding: 15px 0 25px;
}
.logo-container img {
    max-width:197px;
}
.csm-social-media ul{
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-family: 'Arial', Serif;
}
.csm-social-media ul li {
    display:inline-block;
    float:left;
    border-left: 1px white solid;
    padding:0 9px 0 5px;
}
.csm-social-media ul li:first-child {
    border:none;
}
.csm-social-media ul li:last-child {
    padding-right:5px;
}
.csm-share-segment {
    float: right;
    padding-top: 11px;
    padding-bottom: 14px;
    display: inline-block;
}
.csm-share-segment a {
    display:inline-block;
    margin-left: 9.4px;
    line-height: 2px;
}
.csm-share-segment a:nth-child(2) {
    margin-right: -1px;
    margin-left: 10px;
}
.csm-share-segment a:hover {
    opacity: 0.8;
}
.custom-banner {
    border-radius: 5px;
    border: 1px solid #7e7e7e;
    background-size:cover;
    height:422px;
    margin-bottom:55px;
    background-position:center;
}
.custom-teaserbox {
    border-radius: 5px;
    border: 1px solid #7e7e7e;
    background-size:cover;
    height:auto;
    margin-bottom:55px;
    background-position:center;
}
.csm-courtesy-links {
    display:inline-block;
    float:right;
    clear: both;
}
.show .m-search-overlay {
    opacity: .95;
    visibility: visible;
    height: 100%;
    width:100% !important;
}
.m-search-overlay {
    position: fixed;
    background: #4a4a4a;
    top: 0;
    left: 0;
    width: 100%;
    height: 0; 
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    z-index: 9999;
}
.m-search-overlay a.csm-ovrl-logo img {
    max-width:197px;
}
.m-search-overlay a.csm-ovrl-logo {
    display: inline-block;
    margin-top: 15px;
}
a.csm-ovrl-link {
    float: right;
    margin-top: 75px;
    font-size: 13px;
    padding-right: 5px;
    color: #CECECE;
}
a.csm-ovrl-link:hover {
    color: #e2001a;
    text-decoration: none;
}
.m-search-overlay a.csm-search-btn {
    display: inline-block;
    background: url(https://cdn2.hubspot.net/hubfs/3337099/Scripts2017/search_overlay_close.png?t=1503087261825) scroll center center no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 59px;
    top: 124px;
    transition: all .2s ease-in-out;
}
.m-search-overlay .row-fluid .page-center {
    position:relative;
}

.m-search-overlay a.csm-search-btn:hover {
        transform: rotate(180deg);
}
.row-fluid .custom-search {
    position:relative;
    max-width:760px;
    margin:93px auto 0 !important;
    float:none !important;
    height:45px;
}
.custom-search label {
    display:none;
}
body .m-search-overlay .widget-type-google_search input[type="text"]{
    max-width: 663px;
    width:100%;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #ffffff;
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #ffffff 4%);
    color: #f3f3f3;
    box-shadow: none;
    outline: 0;
    display: inline-block !important;
}
body .m-search-overlay .hs-form {
    padding:0;
    background:none;
}
/* do not group these rules */
.m-search-overlay *::-webkit-input-placeholder {
    color: #fff;
    font-size:15px;
}
.m-search-overlay *:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
    font-size:15px;
}
.m-search-overlay *::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    font-size:15px;
}
.m-search-overlay *:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size:15px;
}
.m-search-overlay .widget-type-google_search .hs-button.primary {
   width: 78px;
    height: 30px;
    border: 0;
    border-radius: 5px;
    vertical-align: bottom;
    display: inline-block;
    min-width: 10px;
    margin-left: 14px;
    background: #e2001a url(https://cdn2.hubspot.net/hubfs/3337099/Scripts2017/search_overlay_submit.png) no-repeat center center;
}
.m-search-overlay .widget-type-google_search .hs-button.primary:hover {
    background-color: rgba(226, 0, 26, 0.8);
}
.header-breadcrumb .hs-breadcrumb-menu-item {
    font-style: normal;
    font-weight: 400;
    padding:0;
    font-size:12px;
}
.header-breadcrumb {
    margin-bottom:55px;
}
.header-breadcrumb .hs-breadcrumb-menu-divider:before {
    content: " ";
    padding:0;
}
.icon-minus2:before {
  content: "\e901";
}
.icon-minus2 {
    margin:0 3px;
    color:#fff;
}
a.csm-mobile-logo {
    display:none;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

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


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

.footer-container-wrapper {}
.footer-container {
    margin-bottom: 140px;
    margin-top: 90px;
}
.csm-footer-nav ul {
    list-style: none;
    margin:  0;
    padding: 0;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-family: 'Arial', Serif;
}
.csm-footer-nav ul li:first-child {
    border:none;
}
.csm-footer-nav ul li {
    display: inline-block;
    float: left;
    border-left: 1px white solid;
    padding: 0 9px 0 5px;
}
.csm-footer-nav ul li:last-child {
    padding-right:0;
}
.m-footer--powerline {
    display: block;
    height: 22px;
    width: 100%;
    bottom: 38px;
    position: fixed;
    border: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
    background-color: #e51d28;
}
.m-footer--powerline nav {
    position: relative;
    height: inherit;
    margin: 0 auto;
    display: block;
    width: 1170px;
    height:21px;
}
.m-footer--powerline--logo {
    display: block;
    position: absolute;
    width: 71px;
    padding: 0;
    margin-top: -1px;
    height: inherit;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #000000;
    right: 0;
}




.m-footer--powerline--logo a {
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/3337099/Scripts2017/cideon_logo_4x.png);
    background-repeat: no-repeat;
    background-size: 69px 94px;
    width: 69px;
    height: 95px;
    padding: 1px;
    top: -53px;
}

.m-footer--powerline--logo2 {
    display: block;
    position: absolute;
    width: 71px;
    padding: 0;
    margin-top: -1px;
    height: inherit;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #000000;
    right: 0;
}


.m-footer--powerline--logo2 a {
    position: absolute;
    background-image: url(https://cdn2.hubspot.net/hubfs/3337099/Corporate%20Design/EPL_DE_DE_Footer_Logo.png);
    background-repeat: no-repeat;
    background-size: 69px 94px;
    width: 69px;
    height: 95px;
    padding: 1px;
    top: -53px;
}

.m-footer--powerline nav ul {
    padding: 0px;
    margin: 0 0 0 4px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.m-footer--powerline nav ul li {
    display: block;
    float: left;
    padding-left: 20px;
    margin-top: -1px;
    height: 22px;
    font-size: 12px;
    max-width: 255px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
    background-image: url(https://cdn2.hubspot.net/hubfs/3337099/Scripts2017/footer_arrow.png?t=1503085353045);
    background-repeat: no-repeat;
    width: 23%;
    color: #ffffff;
}
.m-footer--powerline nav ul li:last-child {
    width: 30px;
}
.m-footer--powerline nav .loh {
    position: absolute;
    left: 4px;
    top: 33px;
    background-image: url(https://cdn2.hubspot.net/hubfs/3337099/Scripts2017/cideon_loh_4x.png);
    background-size: 176px 11px;
    background-repeat: no-repeat;
    height: 11px;
    width: 176px;
    text-indent: -30000em;
    display: block;
}
#fixed-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px
}
.footer-logos {
  text-align: right;
  padding: 10px 0;
  position: fixed;
  right: 10px;
  bottom: 60px;
  width: 165px !important;
}
.footer-logos img {
  width: 75px !important;
}

@media screen and (min-width:1161px) {
.row-fluid [class*="span"] {
    min-height: auto!important;
  height: auto!important;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */

.navbar-fixed-top .csm-nav-wrap {
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 999;
    background: #000000;
    padding-top: 10px !important;
    box-shadow: 0 10px 18px #000000;
}
.csm-center-fixed {
    border-radius: 5px;
    border: solid 1px #7f7f7f;
    background-color: #000000;
    position:relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.21) 50%, #000000 50%);
}
.navbar-fixed-top .csm-center-fixed {
    max-width: 1160px;
    margin: 0 auto!important;
    float: none!important;
}
.csm-nav-wrap {
    margin-bottom:55px;
    
}
.row-fluid .csm-search-btn-wrap {
    margin:0;
    width:8.5%;
    cursor: pointer;
    background-color: #4A4A4A;
    height:42px;
    border-radius: 0px 5px 5px 0px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.21) 50%, rgba(0, 0, 0, 0.5) 50%);
}
a.csm-search-btn {
    display:inline-block;
    background:url(https://cdn2.hubspot.net/hubfs/3337099/Social%20Media/desktop-search-icon.png) scroll center center no-repeat;
    width:99px;
    height:42px;
    
}
.row-fluid .csm-search-btn-wrap:hover {
    background-image:linear-gradient(to bottom, rgba(226, 0, 26, 0.72) 50%, #e2001a 50%);
}


/* Parent List */
.row-fluid .custom-menu-primary {
    width:91.5%;
    line-height:2px;
    position: relative;
    
 }
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    border:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    border-left: 1px #595959 solid;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    padding-right:20px;
    border-radius: 5px 0 0 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > a {
    padding-left: 22px;
    padding-right: 57px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > a {
    padding-left: 22px;
    padding-right: 58px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a {
    padding-left: 24px;
    padding-right: 58px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 13px;
    padding:10px 56px 8px 20px;
    line-height:23px;
    position:relative;
    color:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a span.arrow {
    display:inline-block;
    background-image: url(https://cdn2.hubspot.net/hubfs/3337099/Social%20Media/desktop-menu-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px #595959 solid;
    height:42px;
    width:34px;
    position:absolute;
    right:0;
    top:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    background-image: linear-gradient(to bottom, rgba(226, 0, 26, 0.73) 50%, #e2001a 50%);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span.arrow {
    border-right:solid 1px #595959;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    background-color: #222222;
}

/* Child List */

.custom-menu-primary .hs-menu-wrapper  ul {
    line-height:20px;
}


.custom-menu-primary .hs-menu-wrapper > ul > li .csm-drp {
    display:none;
    position:absolute;
    left:0;
    margin-top: 2px;
    width: 1160px !important;
    padding: 22px 12px 0;
    background-color: #4A4A4A;
}
.custom-menu-primary .hs-menu-wrapper  ul ul > li {
   text-align: left;
    display: block;
    float: left;
    width: 16.6666%;
    padding: 0 0.7rem;
    margin-bottom:20px;
    border-left: 1px #595959 solid;
   
}
.custom-menu-primary .hs-menu-wrapper  ul ul > li > a {
    display: inline-block;
    width: 155px !important;
    word-wrap: break-word;
    vertical-align: top;
        font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: 0.2px;
    color: #cecece;
}
.flyout_arrow {
    background-image: url(https://cdn2.hubspot.net/hubfs/3337099/Scripts2017/flyout-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding-top: 15px;
    width: 5px;
    float: left;
    height: 9px;
    margin-left: -5px;
    margin-right: 5px;
}
.custom-menu-primary .hs-menu-wrapper  ul ul > li:nth-child(6n+1) {
    clear: left;
}
.custom-menu-primary .hs-menu-wrapper  ul ul ul > li {
    width:100% !important;
    padding:0;
    border:none;
    padding-bottom:0;
    margin-bottom:9px;
}
.custom-menu-primary .hs-menu-wrapper  ul ul ul {
    margin-top: 10px;
    display: inline-block!important;
    padding-left: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color:#fff;
}

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

/* XXX - manual edited padding in horizontal menu */  
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
 display: inline-block;
 
   font-family: "Arial", "Sans-Serif";
   font-size: 14px;
   line-height: 1.5;
  
 margin-right: 15px !important;
}

  
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:901px) {
  
  .row-fluid [class*="span"] {
    min-height: auto!important;
    height: auto!important;
}
  
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}

a.csm-close-mobile-btn,
a.csm-mobile-btn {
    display:none;
}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

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

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

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

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


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

.blog .blog-content {

}
.hs-blog-post .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 h1 {
  margin-top:0;
}
.post-header h2 {
    margin-bottom:0;
}
.page-title  {
    display:none !important;
}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {
    margin-bottom: 30px;
    font-size: 13px;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    padding:20px 20px 20px 50%;
    position:relative;
    overflow:hidden;
    margin: 0 0 55px;
    border:1px solid #7e7e7e;
    border-radius:5px;
    
}
.blog-listing-wrapper .post-listing .post-item a {
    color:#fff;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.csm-post-item-content {

}
.hs-featured-image-wrapper {
    display: block;
    height: 100%;
    margin-bottom:20px;
    position:relative;
    position:absolute;
    left:0;
    top:0;
    width:47%;
    background-size: cover;
    background-position: center;
    
}
.hs-featured-image-wrapper:after {
    position:absolute;
    content:'';
    background:#040404;
    opacity:.5;
    display:block;
    width:100%;
    height:100%;
    transition: all .7s ease-in-out;
}
.large-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.blog-listing-wrapper .post-listing .post-item:hover .hs-featured-image-wrapper:after {
    opacity:0;
}
.hs-featured-image-wrapper a {
    position:absolute;
    width:100%;
    height:100%;
    z-index:9999;
}

.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}


.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}


/* Read More Link */
a.more-link {
    color: #fff;
    padding: 7px 30px;
    line-height: 1;
    border: solid 1px red;
    transition: all .4s;
    min-width: 170px;
    display: inline-block;
    border-radius: 5px;
    float: right;
    text-align:center;
}
a.more-link:hover {
    border-color:#fff;
}
a.more-link .fa {
    transition: all .4s;
}
a.more-link:hover .fa {
    color:red;
    margin-right:3px;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin:0;
    max-width: 330px;
    display: inline-block;
}
.csm-twrap {
    margin: 30px 0 0;
}

#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 40px;
  padding: 10px 0 0 0;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    text-align:center;
}
.blog-pagination a {
    margin:0 3px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}
.block {
    margin-bottom:40px;
    margin-top:40px;
}
.block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.block ul li {
    margin-bottom;10px
}
.block h3 {
    margin:0 0 10px;
}

/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
    padding: 20px;
    border: 1px solid #7e7e7e;
    margin: 0 0 40px 0;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


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


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

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

/* Descriptions */
.hs-field-desc {} 
#comment-form,
.csm-subscribe {
    background-color: #595959;
    border-radius: 5px;
    padding: 32px 25px;

}
.csm-subscribe .hs-form {
    padding:0;
}
.hs-form  {
    background-color: #595959;
    border-radius: 5px;
    padding: 32px 25px;
    max-width:800px;
}

/* Labels and Legends */
label {
    margin-bottom:5px;
}
.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%;
    height: 38px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.62857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    max-width:800px;
}

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: 1px solid rgba(226, 0, 26, 0.8);
    outline: none;
    box-shadow: none;
}

/* 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"] {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    -o-appearance: none; 
    appearance: none; 
    background-color: #7f7f7f; 
    color: #fff !important;
    padding: 9px; 
    border-radius: 2px; 
    display: inline-block; 
    position: relative; 
    cursor: pointer; 
    float: left; 
    margin-right: 15px; 
    content: "✔"; 
    font-size: 14px; left: 3px;
}
form.hs-form .hs-form-field ul.inputs-list input[type="checkbox"]:checked:after {
    content: "✔";
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 18px;
}

/* 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 */
.hs-error-msgs label{}

.hs-error-msgs {
  color: #DC6366;
}

input.invalid, input.error, select.invalid, select.error {
  border-color: #DC6366;
  border-width: 2px;
}

input[type="text"].invalid, input[type="text"].error, input[type="email"].invalid, input[type="email"].error,
select.invalid, select.error {
  background-color: #DE7B7B;
  color: #fff;
}

/* 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%; margin-bottom:20px;} /* =============== margin-bottom: 20px=============== */
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) {
  
  .row-fluid [class*="span"] {
    min-height: auto!important;
    height: auto!important;
}
  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;
      font-style: normal;
    background: transparent url(https://cdn2.hubspot.net/hubfs/3337099/Scripts2017/btn_arrow.png) no-repeat scroll 10px;
    padding-left: 25px;
    padding-right: 10px;
    margin-top: 31px;
    padding-top: 3px;
    text-align: center;
    border: 0;
    background-color: #e2001a;
    display: inline-block;
    color: #ffffff;
    min-width: 150px;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #ffffff;
    background-color: rgba(226, 0, 26, 0.8);
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


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


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


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


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

@media (max-width: 1024px) {
  .row-fluid [class*="span"] {
    min-height: auto!important;
    height: auto!important;
}
  
  }



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


@media (max-width: 1160px) {
  
  .row-fluid [class*="span"] {
    min-height: auto!important;
    height: auto!important;
}
  
    a.csm-mobile-logo {
    display:inline-block;
    }
    .row-fluid .csm-mobile-menu.mm-menu.mm-offcanvas {
    display: block !important;
    z-index: 9999 !important;
  }
  .logo-container {
      width:100% !important;
  }

   a.csm-close-mobile-btn {
    z-index: 99999;
    font-size: 29px;
    width: 30px;
    cursor:pointer;
  height: 30px;
  display: block;
  position: absolute;
  top: 20px;
  left: auto;
  right:30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
  }
   a.csm-mobile-triger span,
   a.csm-close-mobile-btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


   a.csm-mobile-triger  span:nth-child(1),
   a.csm-close-mobile-btn span:nth-child(1){
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

 a.csm-mobile-triger  span:nth-child(2),
 .a.csm-close-mobile-btn span:nth-child(2){
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.show-csm-nav a.csm-close-mobile-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 8px;
}

.show-csm-nav a.csm-close-mobile-btn span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.show-csm-nav a.csm-close-mobile-btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 8px;
}



 a.csm-mobile-triger  span:nth-child(3),
 a.csm-close-mobile-btn span:nth-child(3){
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
  a.csm-mobile-triger {
    z-index: 99999;
    font-size: 29px;
    width: 30px;
    cursor:pointer;
  height: 30px;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: block;
  }
  .show-csm-nav a.csm-mobile-triger {
      display:none !important;
  }
  .csm-mobile-menu.mm-menu {
      width:100% !important;
      max-width:440px !important;
      z-index:99999;
  }
  .csm-mobile-menu {
    z-index:9999;
    max-width:440px;
    display: block !important;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: transform 350ms cubic-bezier(.55,0,.1,1) 175ms;
     font-family: 'Arial';
    border-top: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
    border-bottom: 1px solid #7e7e7e;
    background: #313131;
    border-color: #d6d6d6;
    color: #fff;
  }
   .csm-mobile-menu.mm-menu.mm-offcanvas.show-nav {
      display:block !important;
      z-index:9999;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
    
  }
  .mm-menu .mm-listview > li:not(.inline) {
    border-color: #7f7f7f;
}
.csm-mobile-menu.mm-menu .mm-list > li > a.mm-subopen::after, .csm-mobile-menu.mm-menu .mm-list > li > a.mm-subclose::before {
    border-color:#fff;
}
.csm-mobile-menu.mm-menu .mm-list > li > a.mm-subclose {
    color: #fff;
    background: #E2001A;
    padding:20px;
}
.csm-mobile-menu.mm-menu .mm-list a.mm-subclose::before {
    margin-bottom: -3px;
    left: 22px;
    border-right: 0px;
    border-bottom: 0px;
}
  .csm-mobile-menu.mm-menu li {
    width:100% !important;
  
}
.csm-mobile-menu.mm-menu li:hover {
    background:#E2001A;
}
   .csm-mobile-menu.mm-menu  .mm-list>li:after {
     border-color: #7f7f7f;
}
.csm-mobile-menu.mm-menu .mm-list {
    margin-top:70px;
    padding-top:0 !important;
    border-top:solid 1px #7f7f7f;
}
.csm-mobile-menu.mm-menu>.mm-panel {
    padding:20px 0 !important;
}
 .csm-mobile-menu.mm-menu  .mm-list > li > a.mm-subopen::before {
    border-color: #7f7f7f;
}
.csm-mobile-menu.mm-menu .mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    margin-left:0;
}
.csm-mobile-menu.mm-menu li a {
    color:#fff;
    text-transform:uppercase;
    line-height:30px;
}

   .header-container .row-fluid  .custom-menu-primary.dsk,
    .header-container .row-fluid .csm-drp,
    .header-container .row-fluid .csm-social-media,
    a.csm-dsk-logo {
       display:none !important;
   }
   a.csm-mobile-logo img {
       max-width:87px;
   }
   .header-container .page-center.csm-fix {
       position:fixed;
       z-index:888;
       text-align:center;
       border-bottom: solid 1px #7f7f7f;
       width: 100% !important;
       background-color: #000000;
       box-shadow: 0 10px 18px #000000;
   }
   .csm-top-header {
    padding: 18px 0 14px;
 }
 .csm-center-fixed  .a.csm-search-btn {

 }
 .csm-center-fixed  .row-fluid .csm-search-btn-wrap {
    border-radius: 5px;
    border: solid 1px #7f7f7f;
    background-color: #4a4a4a;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.21) 50%, rgba(0, 0, 0, 0.5) 50%);
    position: absolute;
    top: 13px;
    right: 20px;
    width: 50px;
    height: 34px;
  }
  .csm-center-fixed  .row-fluid .csm-search-btn-wrap a {
      display: inline-block;
    background: url(https://cdn2.hubspot.net/hubfs/3337099/Social%20Media/desktop-search-icon.png?t=1503260035610) scroll center center no-repeat;
    width: 48px;
    height: 32px;
    cursor:pointer;
  }


  .m-footer--powerline nav ul li {
    width: 160px;
    text-indent: -30000em;

 } 
 .m-footer--powerline--logo {
    display: block;
    position: absolute;
    width: 71px;
    padding: 0;
    margin-top: -1px;
    height: inherit;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #000000;
    right: 1px;
    left: 247px;
}

 .m-footer--powerline--logo2 {
    display: block;
    position: absolute;
    width: 71px;
    padding: 0;
    margin-top: -1px;
    height: inherit;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #000000;
    right: 1px;
    left: 247px;
}
.csm-logo-closebtn-wrap {
    text-align: center;
    padding-top: 17px;
    padding-left: 46px;
}
.m-search-overlay a.csm-search-btn {
    top:140px;
}
.csm-inject {
    display: block;
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 100%;
    z-index:9999;
}
.csm-inject {
    border-top:solid 1px #fff;
    background:#333333;
}
.csm-inject a {
    width:20%;
    line-height:40px;
    text-align:center;
    margin-top:10px;
}
.mm-menu.mm-horizontal>.mm-panel:last-child {
    padding-bottom:100px;
}
.m-footer--powerline nav {
    position: relative;
    height: inherit;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.m-footer--powerline--logo {
    display: block;
    position: absolute;
    width: 71px;
    padding: 0;
    margin-top: -1px;
    height: inherit;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #000000;
    left: auto;
    right: 10px;
}

.m-footer--powerline--logo2 {
    display: block;
    position: absolute;
    width: 71px;
    padding: 0;
    margin-top: -1px;
    height: inherit;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background-color: #000000;
    left: auto;
    right: 10px;
}
.csm-center-fixed .row-fluid .csm-search-btn-wrap:hover {
     background-color: #ffffff;
    background-image: linear-gradient(to bottom, rgba(226, 0, 26, 0.73) 50%, #e2001a 50%);
}

}



@media (max-width: 900px) {
  
  .row-fluid [class*="span"] {
    min-height: auto!important;
    height: auto!important;
}

 .csm-center-fixed  .a.csm-search-btn {

 }
 .csm-center-fixed  .row-fluid .csm-search-btn-wrap {
    border-radius: 5px;
    border: solid 1px #7f7f7f;
    background-color: #4a4a4a;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.21) 50%, rgba(0, 0, 0, 0.5) 50%);
    position: absolute;
    top: 13px;
    right: 10px;
    width: 50px;
    height: 34px;
  }
  .csm-center-fixed  .row-fluid .csm-search-btn-wrap a {
      display: inline-block;
    background: url(https://cdn2.hubspot.net/hubfs/3337099/Social%20Media/desktop-search-icon.png?t=1503260035610) scroll center center no-repeat;
    width: 48px;
    height: 32px;
    cursor:pointer;
  }
  .custom-banner {
      margin-top:100px;
      height:auto;
  }
  .blog-listing-wr{
    padding: 10px;
  }
  .hs-featured-image-wrapper {
    display: inline-block;
    height: 200px;
    position: relative;
    width:100%;
 
  .m-footer--powerline nav ul li {
    width: 160px;
    text-indent: -30000em;

 } 

.csm-logo-closebtn-wrap {
    text-align: center;
    padding-top: 17px;
    padding-left: 46px;
}
.m-search-overlay a.csm-search-btn {
    top:140px;
}
.csm-inject {
    display: block;
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 100%;
    z-index:9999;
}
.csm-inject {
    border-top:solid 1px #fff;
    background:#333333;
}
.csm-inject a {
    width:20%;
    line-height:40px;
    text-align:center;
    margin-top:10px;
}
.mm-menu.mm-horizontal>.mm-panel:last-child {
    padding-bottom:100px;
}
.m-footer--powerline nav ul li {
    width: 160px;
    text-indent: -30000em;
}
.m-footer--powerline nav ul li:last-child {
    display: none;
}

}
    
      textarea {

  height: 80px !important;
  font-family: arial,helvectica, non-serif !important;
  
  }
  
  form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  
    margin: 0px !important;
    margin-right: 5px !important;
}


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

@media (max-width: 479px) {
  .row-fluid [class*="span"] {
    min-height: auto!important;
    height: auto!important;
}
  
    .m-footer--powerline nav ul li {
    width: 70px;
    text-indent: -30000em;
}
.m-footer--powerline nav ul li:last-child {
    display: none;
}
  


}