/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/*
* Starting with some resets and such, scroll down a bit
*/
/* Base */
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Make `a` like a button */
[role="button"] {
    color: inherit;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
}

body {
  font-size: 14px;
  font-family: 'Helvetica', sans-serif;
  color:#666666;
}
h1 {color:#000000;font-size: 30px;font-family: 'PT Sans', sans-serif;margin-bottom: 1.2em;}
h2 {color:#000000;font-size: 20px;font-family: 'PT Sans', sans-serif;}
h3 {color:#000000;font-size: 20px!important;font-family: 'PT Sans', sans-serif!important;} 
a {color:#007dc0;}
hr {border:0;color: #ddd;background-color: #ddd;height: 1px;}
strong {font-weight: 700 !important;}

.clearfix:after {
    visibility: hidden;
    display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear-right {
  clear: right;
}
.clear-left {
  .clear: left;
}
img {
  max-width: 100%;
}
/*override bootstrap's container so we can get no gutter on images*/
.container {
  padding-right: 0;
  padding-left: 0;
  max-width:1000px;
  margin:0 auto!important;
}
  /*then we use this when we need it*/
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
.center {
  text-align: center;
}



/*fixes margin on bootstrap's row class on some pages*/
.margin-fix {margin-left:0;margin-right:0;}

/*keeps products img centered*/
.vertical-crop {  margin: -9% auto;}


/*
* Header (masthead that contains branding and nav)
*/
.header div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header {margin-top:30px;}
.header a {
  text-decoration: none;
  color: #2d2f2d;
}
.header a:hover,
.header a:active,
.header a:focus {color: #007dc0;}
.header button {
  border: none;
  background: transparent;
}

/*
* Top Nav
*/
.header__top-navigation {float: right;}
.header__top-navigation ul {float: left;}
.header__top-navigation li {
  float: left;
  font-size: 12px;
  padding: 0 10px;
  margin-top: 10px;
}
.header__top-navigation--hidden {display: none;}
.pad-0-10 {
  padding: 0 10px;
}
.list-0-10 li {
  padding: 0 10px;
}


/*
* Main Nav
*/
.header__main-navigation {
  float: right;
  text-transform: uppercase;
  margin-top: 30px;}
.header__main-navigation li {
  float: left;
  font-size: 14px;
  padding: 10px 15px;
}
.header__main-navigation--hidden {display: none;}
.hidden {display: none;}
.search-toggle {
      margin-top: 5px;
      float: left;
      font-size: 20px;
}


/*
* Header Branding
*/
.header__branding {
  padding: 25px 0;
  float: left;
  width: 200px;
}
.header__branding img {
  width:100%;
  padding:1em;
}


/*
* Main Div
*/
.main--grey {
  background: rgb(248,248,248) !important;
background: -moz-linear-gradient(left,  rgba(248,248,248,1) 0%, rgba(255,255,255,1) 50%, rgba(248,248,248,1) 100%) !important;
background: -webkit-linear-gradient(left,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 50%,rgba(248,248,248,1) 100%) !important;
background: linear-gradient(to right,  rgba(248,248,248,1) 0%,rgba(255,255,255,1) 50%,rgba(248,248,248,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f8f8f8',GradientType=1 ) !important;
}
.main__landing-page {
}

/*
* Landing Page
*/
.landing-page__content {
  padding-top: 175px;
  padding-bottom: 175px;
  max-width: 800px;
  margin: 0 auto;
}
.landing-page__content ul {
  padding-left: 20px;
  margin:0;
  margin-bottom: 1.5em;
}
.landing-page__content li {
  margin-bottom: 15px;
}
.landing-page__form {
  width: 65%;
}
.landing-page__input input {display:block; width:100%;padding:5px 0;border-width:0}
.landing-page__input {
  background: #ffffff;
  display: block;
  /*width: 100%;*/
  padding: 0 5px;
  margin-bottom: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border: 2px solid #cccccc;
}
.landing-page__input {
  font-size: 12px;
}


/*
* Thank You Page
*/
.thank-you__content {
  padding-top: 85px;
  padding-bottom: 175px;
  max-width: 500px;
  margin: 0 auto;
}


/*
* Buttons
*/
.button {
  padding:5px 0;
  font-size: 13px;
  background: #f1f1f1;
  color: #000;
  display: block;
  width: 150px;
  text-align: center;
  border-radius: 3px;
  transition: all .2s;
  outline:0;
  text-shadow: none !important;
}
a.button {text-decoration: none;}
.button--large {padding:10px 0;}
.button--blue {background:#007dc0;color: #ffffff;}
.button--wh-y {background: #ffffff;color: #DACC0B; }
.button--wh-y:hover {background: #DACC0B;color: #ffffff; }
.button--grey {background: #5a5a5a;color:#ffffff;}
.button--grey:hover {background: #bbbbbb;color:#000000;}
.button--small {}
.button--left {}
.button--right {float: right;}
.button--shadow {box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);}
.button--center {margin: 0 auto;}

.button:hover {opacity: .8;}
.button--nh:hover {opacity: 1;}


/*
* Site Footer
*/
footer ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}
footer li {
  float: left;
  font-size: 10px;
}
footer li:first-child {padding-left: 0;}
footer li img {
  width: 20px;
  padding: 2px;
}
footer a,
footer a:hover,
footer a:visited,
footer a:focus {
  color: #DACC0B;
}
.footer__top {width: 100%;margin: 40px 0;}
.footer__top img {
  width: 30px;
  padding: 2px;
}
.footer__bottom {width: 100%;margin:40px 0;}
.footer__top--right {float: right;}
.footer__bottom__left {float:left;}
.footer__bottom__right {float:right;}
.footer__copyright {font-size: 8px;width: 100%;float: left;}
.fancy-label {
  font-family: 'Georgia', serif;
font-style: italic;
}



  /*
  * Sidebar
  */
.sidebar {width: 200px; margin-bottom: 50px;}
.sidebar--left {float: left;}
.sidebar--right {float: right;}
.sidebar--martop {margin-top: 85px;}
.sidebar__menu {}
.sidebar h2 {font-weight: 700 !important;}
.sidebar ul {list-style: none !important;padding:0 !important;margin:0 !important;margin-bottom: 1em !important;}
.sidebar li {margin-bottom: .8em;}
.sidebar p {}
.sidebar a {text-decoration: none;}
.sidebar .button {margin:20px 0;}
.sidebar__a {padding:0 0 0 40px;}
.sidebar__b {padding:0 0 0 40px;}
.main--no-header .sidebar {
  margin-top: 50px;
}
.main--no-header .content-section {
  padding-top: 50px;margin-top: -50px;
}

/*sidebar tweakpoints*/
@media screen and (max-width:1000px) {
  .sidebar--right {width:100%;margin: 0;}
}

/*
* Home
*/
.hero-section {
  width: 100%;
  height: 450px;
  background: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-section--marbot {  margin-bottom: 50px;}
.hero-section-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.hero-section h2,
.hero-section h3 {  margin: 0;}

.main-hero__label {
  border-top: 2px solid #ffffff;
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  bottom: 50px;
  left:50px;
  font-weight: 200;
  padding-top: 5px;
  /*padding: 0 10px;*/
}
/*
* Hero Tweakpoints
*/
@media screen and (max-width:700px) {
  .hero-section {
    height: auto;
    min-height: 275px;
  }
  .main-hero__label {font-size: 18px;left:15px;}
  .hero-section--marbot {
    margin-bottom: 15px;
  }
}
/*end hero tweakpoints*/

.carousel-control {
  text-shadow: none;
  width:5%;
}
/*remove shadowed sides*/
.carousel-control.right,
.carousel-control.left {
  background: transparent
}
/*fix arrows*/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  font-size: 20px;
}

/*
* Copy Block
*/
.copy-block {position: relative}
.copy-block--center {text-align: center;}
.copy-block--right {text-align: right;}
.copy-block__copy{}
.copy-block__header {font-size: 32px;font-weight: 100;}
.copy-block__header--small {font-size: 24px;}
.copy-block--on-dark {color:#ffffff;}
.copy-block--on-dark .copy-block__header {color: #ffffff;}
.copy-block--on-light {}
.copy-block__copy--on-light{}
.copy-block__header--on-light {}



/*
* Home Hard Coding
*/
#home-quantfit .copy-block {
  width: 50%;
  padding-top: 150px;
  margin: 0 auto;
}
#home-applications .copy-block {
  width: 200px;
  position: absolute;
  bottom: 50px;
  right: 10px;
}
#home-applications h2 {
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
#home-service-calibration .copy-block {
  width: 50%;
  margin-left: 100px;
  padding-top: 100px;
}
#home-products .copy-block {
  width: 40%;
  float: right;
  padding-top: 120px;
  margin-right:40px;
}
#home-products hr {
  margin:10px;
}
.hero-section--1 {background-image: url('../img/1.png');}
#home-quantfit {background-image: url('../img/2.png');}
#home-applications {background-image: url('../img/3.png');}
#home-service-calibration {background-image: url('../img/4.png');}
#home-products {background-image: url('../img/5.png');}
#product-hero {background-image: url('../img/product-hero.png');}
#application-hero {background-image: url('../img/applications/application-hero-firefighter.png');}

/*
* Home Tweakpoints
*/
@media screen and (max-width:700px) {
  .button--large {padding:5px 0;}
  #home-quantfit .copy-block {
    width: 100%;
    padding: 25px;
  }
  .copy-block__header {font-size: 22px;}
  .copy-block__copy {font-size: 12px;}
  #home-applications .copy-block {
    width: 100%;
    top: auto;
    bottom: auto;
    position: relative;
    padding-top: 100px;
  }
  #home-applications .hero-section-inner {background: rgba(0, 0, 0, 0.2);height: 100%;}
  #home-service-calibration .copy-block {
    width: 75%;
    margin-left: 0;
    padding-top: 30px;
    color: #000;
  }
  #home-service-calibration {height: 350px;}
  #home-products .copy-block {
    width: 45%;
    float: right;
    padding-top: 15px;
    margin-right:10px;
  }
}
/*end home tweakpoints*/

/*
* Product Page
*/
.product-block a {color:#000;position: relative}
.product-block {padding: 0;}
.product-block {font-family: 'PT Sans', sans-serif;}

/*
* Product Label (images with hover effects)
*/
.label-wrap {
  position: absolute;
  bottom:0;
  /*  left: 25px;*/
  padding-left: 15%;
  padding-bottom: 30%;
}
.label-static {
  padding:10px 40px;
}
.label-static--on-dark {
  background: rgba(255,255,255,.8);
background: -moz-linear-gradient(left, rgba(255,255,255,.8) 0%, rgba(255,255,255,.8) 77%, rgba(255,255,255,0) 100%) !important;
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,.8)), color-stop(77%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))) !important;
background: -webkit-linear-gradient(left, rgba(255,255,255,.8) 0%, rgba(255,255,255,.8) 77%, rgba(255,255,255,0) 100%) !important;
background: -o-linear-gradient(left, rgba(255,255,255,.8) 0%, rgba(255,255,255,.8) 77%, rgba(255,255,255,0) 100%) !important;
background: -ms-linear-gradient(left, rgba(255,255,255,.8) 0%, rgba(255,255,255,.8) 77%, rgba(255,255,255,0) 100%) !important;
background: linear-gradient(to right, rgba(255,255,255,.8) 0%, rgba(255,255,255,.8) 77%, rgba(255,255,255,0) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ) !important;
}
.label-wrap__label {display: block;font-weight: 700; font-size: 30px;}
.label-wrap__text {display: block;font-size: 30px;}
.label-wrap__teaser {display: block;font-size: 12px;}

/*
* Hover effect css from
* https://miketricking.github.io/dist/
*/
.hovereffect {  width: 100%;  height: 100%;  max-height: 400px;  float: left;  overflow: hidden;  position: relative;  text-align: center;  cursor: default;background: #ffffff;}
.hovereffect .overlay {  width: 100%;  height: 100%;  position: absolute;  overflow: hidden;  top: 0;  left: 0;  /*padding: 3em;*/  text-align: left;}
.hovereffect img {  display: block;  position: relative;  max-width: none;  width: calc(100% + 60px);  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;  transition: opacity 0.35s, transform 0.45s;  -webkit-transform: translate3d(-40px,0,0);  transform: translate3d(-40px,0,0);}
.hovereffect h2 {color: #000;position: absolute;bottom: 0;margin: 0;font-size: 17px;background-color: transparent;text-align: left;opacity: 1;transition: visibility .8s;transition: opacity .3s;}
.hovereffect:hover h2 {  opacity: 0;}
.hovereffect a, .hovereffect p {  color: #000;  opacity: 0;  filter: alpha(opacity=0);  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;  transition: opacity 0.35s, transform 0.45s;  -webkit-transform: translate3d(-10px,0,0);  transform: translate3d(-10px,0,0);}
.hovereffect:hover img {  opacity: 0.3;  filter: alpha(opacity=60);  -webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);}
.hovereffect:hover .overlay:before,.hovereffect:hover a, .hovereffect:hover p {  opacity: 1;  filter: alpha(opacity=100);  -webkit-transform: translate3d(0,0,0);  transform: translate3d(0,0,0);}
/*end hovereffect css*/

/*
* Breadcrumb (probably not efficient code here)
*/
.breadcrumb-block {
  padding: 25px;
  padding-left: 75px;
}
.breadcrumb-block--no-pad-left {
  padding: 25px 0;
}
.breadcrumb-block span {
  margin: 0 10px;
  font-size: 12px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-top: 25px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
* Content Section (working with sidebar widths)
*/
.content-section {padding-bottom: 50px;float: left;padding-left: 25px;}

.content-section--1-side {
  width: calc(100% - 200px);
}
.content-section--2-side {
  width: calc(100% - 400px);
}
.application__content {
  width: 55%;
}
#application-firefighter {
  background-image: url('../img/applications/a1.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 40%;
}

#product-quantfit {
  background-image: url('../img/quantfit/main-bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 80%;
}
#product-audiometer {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 60%;
}
/*content section tweakpoints*/
@media screen and (max-width:1000px) {
  .content-section--2-side {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width:600px) {
  .content-section,
  .application__content ,
  .content-section--2-side,
  .content-section--1-side,
  .sidebar {width: 100%;padding: 0 10px;margin: 0;}
  #application-firefighter,
   #product-quantfit {background: transparent;}
  .breadcrumb-block {padding: 25px 10px;}
}



.content-header {
      padding: 100px 40px 40px;
}
.content-header h1 {margin: 0;}



.software-download__content {
  background: #fdfdfd;
  padding: 0 40px;
}
.software-download__content-header {
  /*background-image:url(../img/mouse.png);*/
}
.software-item {padding: 40px 0;border-bottom: 1px solid #ccc;}
.software-item:last-child {border-bottom: none;}
.software-item__info {border-right: 1px solid #ccc;width:55%;float: left;padding-right: 15px;}
.software-item__action {width:45%;float: left;padding-left: 40px;}
.software-item .button {margin: 15px 0;}
/*software tweakpoints*/
@media screen and (max-width:800px) {
  .software-item__info {border-right: 0;width:100%; padding: 0;}
  .software-item__action {width:100%; padding: 0;}
}



/*
* Single Footer (appended product block tweaks)
*/
.single-footer {
  clear: both;
}

/*
* Resource Section
*/
.resource-section {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 0 70px;
}

.blog-overview__entry {margin: 50px 0;}
.blog-overview__entry p {margin: 15px 0;}
.blog-overview__entry h2 {font-size: 32px;}
.blog-overview__content {padding: 0 25px;}
.article-tags a {margin: 0 10px;padding: 5px;}
.posted-by {margin-right: 15px;}


.training-video__content article {margin-top: 25px;}
.training-video__video {width: 60%;float: left;}
.training-video__copy {padding:15px;font-size: 14px;width: 40%;float: left;}
.training-video__copy h2 {display:inline;font-size: 20px;padding-top: 10px;margin-top: 0;border-top:2px solid black;}
.training-video__entry .video-container {margin-top: 0;}

/*training video tweakpoints*/
@media screen and (max-width:800px) {
.training-video__video {width: 100%;}
.training-video__copy {width: 100%;padding: 0;margin-top: 15px;}
.training-video__copy h2 {border: none;}
}

.header-bt {
  border-top: 2px solid #000;
  margin-top: 0;
  padding-top: 15px;
  display: inline-block;
}
.big {
  font-size: 210%;
}
/* This gets Google to fall into place */
.share-buttons {
	font-size: 1px;
  margin-top: 10px;
}

/* This gets Facebook to fall into place */
.share-buttons iframe {
	vertical-align: middle;
}

/* Set an optional width for your button wrappers */
.share-buttons span {
	display: inline-block;
  vertical-align: middle;
	width: 110px;
}

/* Adjust the widths individually if you like */
.share-buttons .google {
	width: 75px;
}
.fb_iframe_widget {vertical-align: middle;}
/*
* Brand Color Classes
*/
    .sep-list li {border-right: 1px solid #2d2f2d;}
  .pri {color:                               #007dc0;}
  .pri-bg {background-color:                 #007dc0;}
  .pri .sep-list li {border-right: 1px solid #007dc0;}
  .acc {color:                               #DACC0B;}
  .acc-bg {background-color:                 #DACC0B;}
  .acc .sep-list li {border-right: 1px solid #DACC0B;}
  .wt {color:                                #ffffff;}
  .wt-bg {background-color:                  #ffffff;}
  .wt .sep-list li {border-right: 1px solid  #ffffff;}
  .bk {color:                                #000000;}
  .bk-bg {background-color:                  #000000;}
  .bk .sep-list li {border-right: 1px solid  #000000;}
  .sep-list li:last-child {border:none;}
  .martop {
    margin-top: 50px;
  }
  .padtop {
    padding-top: 50px;
  }
h1 {color: #000000 !important;font-size: 32px !important;font-family: 'PT Sans', sans-serif !important;}
h2 {color: #000000 !important;font-size: 20px !important;font-family: 'PT Sans', sans-serif !important;}
form.hs-form {
/*   width: 65% !important; */
}
body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
  background: #ffffff !important;
  display: block !important;
  width: 100% !important;
  padding: 5px !important;
  margin-bottom: 15px !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #cccccc !important;
  font-size: 12px !important;
}

.hs-button {
  padding:5px !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  background: #f1f1f1 !important;
  color: #000 !important;
  display: block !important;
  width: auto !important;
  text-align: center !important;
  border-radius: 3px !important;
  border:0 !important;
}
a.hs-button {text-decoration: none !important;}
.button--large {}
.primary {background:#007dc0!important;color: #ffffff!important;}
.button--grey {}
.button--small {}
.button--left {}
.button--right {float: right;}

.footer ul {
  list-style: none !important;
  padding: 0 !important;
  display: inline-block !important;
  margin:0;
}
.footer li {
  float: left !important;
  font-size: 10px !important;
}
.footer li:first-child {padding-left: 0;}
.footer li img {
  width: 20px !important;
  padding: 2px !important;
}
.footer a,
.footer a:hover,
.footer a:visited,
.footer a:focus {
  color: #DACC0B !important;
  text-decoration:underline;
}

.footer-background,
.footer-background a{
    background:#ffffff !important;
    color:none !important;
}
.header-container-wrapper {
    position: relative !important; 
    width: 100% !important;
    z-index: 9999 !important;
/*     max-width: 1000px !important; */
    margin: 0 auto !important;
    height: 0 !important; }
.header-container {
    padding:0 !important;
}
.body-container-wrapper {
/*     max-width:1000px; */
    margin:0 auto;
/*     padding:0 15px; */
}
.container {}
.sidebar {
    padding:0 10px !important;
}

#hs_cos_wrapper_module_14700608491223035 block h3 ,
#hs_cos_wrapper_module_14700608491223035 block h2 {
    font-weight:700 !important;
    color: #000 !important;
    font-size: 20px !important;
    font-family: 'PT Sans',sans-serif !important
}

.hs-blog-header,
.hs-blog-social{
    padding:0 25px;
}