/* quick fix hide sidebar */

@charset UTF-8;

/* ==========================================================================
 
    HubSpot Academy Styles
    Created by Kyle Geiste
    Built off of the hubspot.com stylesheet, but seperated out and condensed.
    'Stay weird!'   
 
   ========================================================================== */
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
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"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}





 
/*Importing HubSpot's Custom Pictos font -- thanks to FontSquirrel for making it IE-friendly */
@font-face {
    font-family: 'hubspot-pictos';
    src: url('//academy.hubspot.com/hubfs/resources/hubspot-pictos/pictos_custom.eot');
    src: url('//academy.hubspot.com/hubfs/resources/hubspot-pictos/pictos_custom.eot?#iefix') format('embedded-opentype'),
         url('//academy.hubspot.com/hubfs/resources/hubspot-pictos/pictos_custom.woff2') format('woff2'),
         url('//academy.hubspot.com/hubfs/resources/hubspot-pictos/pictos_custom.woff') format('woff'),
         url('//academy.hubspot.com/hubfs/resources/hubspot-pictos/pictos_custom.ttf') format('truetype'),
         url('//academy.hubspot.com/hubfs/resources/hubspot-pictos/pictos_custom.svg#pictosregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Added By Ty - 03/23/2016 Orange Announcement Banner on HP */
.announcement-banner{
    background: #fb8a27;
    box-shadow: 0 5px 0 #e57725;
    padding: 14px;
    display: block;
    color: #FFF;
    font-size: 17px;
    font-weight: 600;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -s-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;    
}

.announcement-banner:hover{
    background:#e57725;
}

/* ===============
    ALL GLOBAL STYLES 
   =============== */
   
body {
font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:1em;
line-height:1.5em;
color:#495b67;
}

body .row-fluid [class*="span"] {
    min-height: 1px;
}

span.hs_cos_wrapper_widget {
    display: block;
}

.academy-new-training-container {
    margin-bottom: 10px;
}

.academy-new-training {
    background-color: #BE4647; 
    color: #FFF; 
    font-weight: 600; 
    font-size: 12px; 
    padding: 5px; 
    text-transform: uppercase; 
    margin-bottom: 10px;
}

span.avoidwrap { display:inline-block; }

audio,canvas,video {
display:inline;
zoom:1;
}

html {
font-size:100%;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-ms-text-size-adjust:100%;
font-family:sans-serif;
}

button,input,select,textarea {
font-family:proxima-nova,"Helvetica Neue",Helvetica,arial,sans-serif;
font-size:100%;
vertical-align:middle;
margin:0;
}

a:focus {
outline:thin dotted;
}

a:active,a:hover {
outline:0;
}

b,strong {
font-weight:700;
}

blockquote {
margin:1em 2.5em;
}

dfn {
font-style:italic;
}

mark {
background:#ff0;
color:#000;
}

code,kbd,pre,samp {
font-family:monospace,serif;
_font-family:"courier new",monospace;
font-size:1em;
}

pre {
white-space:pre-wrap;
word-wrap:break-word;
}

q {
quotes:none;
}

q:before,q:after {
content:none;
}

small {
font-size:80%;
}

sub {
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
bottom:-.25em;
}

sup {
font-size:75%;
line-height:0;
position:relative;
vertical-align:baseline;
top:-.5em;
}

dd {
margin:0 0 0 40px;
}

menu,ol,ul {
padding:0 0 0 40px;
}

img {
border:0;
-ms-interpolation-mode:bicubic;
}

fieldset {
border:1px solid silver;
margin:0 2px;
padding:.35em .625em .75em;
}

legend {
border:0;
white-space:normal;
margin-left:-7px;
padding:0;
}

button,input {
line-height:normal;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
border:0;
padding:0;
}

textarea {
overflow:auto;
vertical-align:top;
}

table {
border-collapse:collapse;
border-spacing:0;
}

p {
font-size:1em;
line-height:1.75em;
margin-bottom:1.5em;
color:#4b5b68;
}

a {
cursor:pointer;
text-decoration:none;
color:#3288e6;
}

a:hover {
color:#1662b5;
text-decoration:none;
}

ul,ol {
margin:0 0 0 3em;
padding:0;
color:#495b67;
}

ul.inline>li {
display:inline;
zoom:1;
padding-left:.5em;
padding-right:.5em;
}

ul li {
font-size:1em;
line-height:1.75em;
color:#495b67;
}

h1,h2,h3,h4,h5,h6 {
color:#495b67;
font-family:proxima-nova,"Helvetica Neue",Helvetica,arial,sans-serif;
font-weight:300;
line-height:1.5em;
text-rendering:optimizelegibility;
margin:1em 0 0;
}

h1 {
font-size:3.25em;
letter-spacing:.025em;
}

h2 {
font-size:2.25em;
}

h3 {
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

h4 {
font-size:1.25em;
}

h5,h6 {
font-size:1em;
font-weight:700;
}

body,figure,form {
margin:0;
}

p,pre,dl,menu,ol {
margin:1em 0;
}

label {
color:#999;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
display:block;
}

button {
-webkit-appearance:button;
overflow:visible;
}

::selection,::-moz-selection {
background:#495b67;
color:#fff;
text-shadow:none;
}

.academy-textbox-top-spacer {
    margin-top: 20px;
}

.academy-videos-textbox-spacer {
    margin-top: 25px;
}

.academy-textbox-light-bg {
    border-top: solid 3px #fb8a27;
    background: rgba(249,249,249,0.85);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.academy-textbox-no-orange {
    background: rgba(255, 255, 255, 0.85);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.academy-textbox {
    border-top: solid 3px #fb8a27;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
}

.topspace {
    margin-top: 20px;
}

h3.underline {
    border-bottom: 1px dotted ;
}

.smalltopspace {
    margin-top: 10px;
}
/* ======================
    GLOBAL CUSTOM CLASSES 
   ====================== */
   
.hs-page-width-normal {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
max-width:1080px;
margin:0 auto;
padding:0 20px;
}

.hs-page-width-960 {
max-width:800px;
}

.row-fluid [class*=span].hs-page-width-normal {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
float:none;
}

.row-fluid [class*=span]:first-child.hs-page-width-normal.span12 {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
margin-left:auto;
width:auto;
}

.container-fluid {
zoom:1;
}

.container-fluid:after {
content:"";
display:table;
clear:both;
}

.global-itd15-banner-container {
    background-image: url('//cdn2.hubspot.net/hubfs/137828/_images/backgrounds/inbound-banner.jpg');
    background-position: center bottom;
    background-size: 100%;
    padding: 20px 0 20px 0;
}

.global-itd15-banner {
    color: #FFF;
}

.global-itd15-banner a {
    color: #FFF;
    text-decoration: underline;
}

.global-itd15-banner i {
    margin-left: 10px;
}

/* ===============
    GLOBAL HEADER
   =============== */

.hs3-public-header .hs3-public-header-navigation {
padding-bottom:24px;
}

.hs3-public-header .hs3-public-header-navigation {
padding-bottom:24px;
}

.hs3-header-wrapper {
margin-top:30px;
}

.hs3-public-header {
font-size:16px;
width:auto;
padding:0 20px;
margin-top:30px;
margin-bottom: 15px;
}

.hs3-public-header .row-fluid {
width:auto;
position:relative;
overflow:hidden;
zoom:1;
margin:0 auto;
}

.hs3-public-header #hs-logo {
display:block;
float:left;
cursor:pointer;
}

.hs3-public-header h1 {
font-family:proxima-nova,"Helvetica Neue",Helvetica,arial,sans-serif;
text-rendering:optimizelegibility;
font-weight:600;
color:#495b67;
font-size:34px;
line-height:46px;
float:left;
margin:0;
}

.hs3-public-header #hs-logo h1 {
margin-left:20px;
padding-left:20px;
border-left:1px solid #ccc;
text-transform:none;
}

.hs3-public-header .hs3-public-header-navigation {
float:right;
list-style:none;
}

.hs3-public-header .hs3-public-header-navigation li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a  {
text-transform:uppercase;
color:#414141;
font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight:600;
letter-spacing:2px;
font-size:13px;
display:inline-block;
padding: 12px 10px 12px 10px;
text-decoration:none;
}

.hs3-public-header ul {
margin-left:0;
}

.hs3-public-header .hs3-public-header-navigation li a:hover,.hs3-public-header .hs3-public-header-navigation li a:focus,.hs3-public-header .hs3-public-header-navigation li a:active {
color:#444;
}

.hs3-public-header .mobile-nav {
display:none;
}

.hs3-public-header #hs-logo img,.hs3-public-header .hs3-public-header-navigation li {
float:left;
}

.hs3-public-header .hs3-public-header-navigation li:last-child a {
padding-right:0;
}

.academy-sectionheading {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fb8a27;
    max-height: 15px !important;
    margin-bottom: 10px;
}

.academy-sectionheading a, .academy-sectionheading a:hover {
    color: #fb8a27;
}
/* ===============
    GLOBAL FOOTER
   =============== */
   
   .hs-footer__wrapper ul {
    list-style: none;
    margin: 0;
}

.hs-footer__wrapper {
    background: #3b3f3f;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .03em;
    padding: 60px 10px 30px;
}

@media (min-width:0) and (max-width:767px) {
    .hs-footer__wrapper {
        text-align: center;
    }
    .hs-footer__wrapper .hs-footer__column:not(:last-of-type) {
        padding-bottom: 30px;
    }
}

@media (min-width:768px) {
    .hs-footer__wrapper .mobile--show {
        display: none!important;
    }
}

.hs-footer__wrapper * {
    -webkit-font-smoothing: auto!important;
    text-rendering: initial!important;
        box-sizing: border-box;
}

.hs-footer__wrapper h3 {
    color: #fff;
    font-size: 22px!important;
    font-family: proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 100;
    text-transform: capitalize;
}

.hs-footer__wrapper ul li {
    line-height: 1.5;
}

.hs-footer__wrapper a {
    color: #999;
}

.hs-footer__wrapper a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width:768px) {
    .hs-footer__wrapper .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-item-align: end;
        -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.hs-footer__wrapper .hs-footer__row:not(:last-of-type) {
    padding-bottom: 30px;
}

.hs-footer__wrapper .hs-footer__header {
    overflow: hidden;
    position: relative;
}

.hs-footer__wrapper .hs-footer__header h3 {
    display: inline-block;
    float: left;
    padding-right: 15px;
    margin: 13px 0;
}

@media (min-width:0) and (max-width:767px) {
    .hs-footer__wrapper .hs-footer__header h3 {
        display: block;
        float: none;
        padding-right: 0;
    }
}

.hs-footer__wrapper .hs-footer__header .hs-footer__line {
    overflow: hidden;
    position: relative;
    top: 28px;
    right: 0;
    background: #fff;
    height: 1px;
}

@media (min-width:0) and (max-width:767px) {
    .hs-footer__wrapper .hs-footer__header .hs-footer__line {
        display: none;
    }
}

.hs-footer__wrapper .hs-footer__subheader {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .08em;
}

.hs-footer__wrapper .hs-footer__sales {
    overflow: hidden;
}

.hs-footer__wrapper .hs-footer__sales li {
    display: inline-block;
    float: left;
    width: 50%;
    padding-bottom: 20px;
    padding-right: 2%;
}

@media (min-width:768px) {
    .hs-footer__wrapper .hs-footer__sales li {
        width: 33%;
    }
}

@media (min-width:0) and (max-width:767px) {
    .hs-footer__wrapper .hs-footer__sales li {
        float: none;
        vertical-align: top;
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.hs-footer__wrapper .hs-footer__sales li:last-of-type {
    padding-right: 0;
    padding-bottom: 0;
}

.hs-footer__wrapper .hs-footer__sales .hs-footer__request-phone {
    color: #f7751f;
}

.hs-footer__wrapper .hs-footer__sales .hs-footer__request-phone:before {
    content: '';
    display: inline-block;
    background: url(//cdn2.hubspot.net/hub/53/file-1384213819-png/assets/hubspot.com/icons/phone-orange.png);
    width: 19px;
    height: 19px;
    vertical-align: sub;
    margin-right: 6px;
}

.hs-footer__wrapper .hs-footer__sales .hs-footer__request-phone:hover {
    color: #fff;
}

.hs-footer__wrapper .hs-footer__sales .hs-footer__request-phone:hover:before {
    background: url(//cdn2.hubspot.net/hub/53/file-1385514128-png/assets/hubspot.com/icons/phone-white.png);
}

.hs-footer__wrapper .hs-footer__locations {
    overflow: hidden;
    padding-bottom: 30px;
}

.hs-footer__wrapper .hs-footer__locations address {
    display: inline-block;
    float: left;
    color: #999;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    width: 33%;
    padding-right: 2%;
    padding-bottom: 20px;
}

@media (min-width:768px) {
    .hs-footer__wrapper .hs-footer__locations address {
        width: 20%;
    }
}

@media (min-width:0) and (max-width:767px) {
    .hs-footer__wrapper .hs-footer__locations address {
        display: none;
        float: none;
        font-size: initial;
        width: auto;
        padding-right: 0;
    }
}

.hs-footer__wrapper .hs-footer__locations address:last-of-type {
    padding-right: 0;
}

.hs-footer__wrapper .hs-footer__copyright,
.hs-footer__wrapper .hs-footer__languages {
    text-align: center;
    padding-bottom: 30px;
}

.hs-footer__wrapper .hs-footer__copyright li,
.hs-footer__wrapper .hs-footer__languages li {
    display: inline-block;
    color: #999;
    padding: 0 .5em;
}

.hs-footer__wrapper .hs-footer__copyright li a,
.hs-footer__wrapper .hs-footer__languages li a {
    color: #fff;
}

.hs-footer__wrapper .hs-footer__copyright li a:hover,
.hs-footer__wrapper .hs-footer__languages li a:hover {
    color: #f7751f;
}

.hs-footer__accordion {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media (min-width:768px) {
    .hs-footer__accordion {
        width: 24%;
    }
    .hs-footer__accordion:hover .hs-footer__accordion-title:after {
        background: #f7751f;
        border-color: #f7751f;
    }
    .hs-footer__accordion:hover .hs-footer__accordion-item {
        max-height: 800px;
    }
}

@media (min-width:0) and (max-width:767px) {
    .hs-footer__accordion:not(: last-of-type) {
        margin-bottom: 20px;
    }
    .hs-footer__accordion .hs-footer__accordion-title.active~.hs-footer__accordion-item {
        display: block;
    }
}

.hs-footer__accordion .hs-footer__accordion-title {
    position: relative;
    border: 1px solid #fff;
    margin: 0;
    padding: 15px 40px 15px 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

@media (min-width:0) and (max-width:767px) {
    .hs-footer__accordion .hs-footer__accordion-title {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.hs-footer__accordion .hs-footer__accordion-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    border: 1px solid #999;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    margin-top: -5px;
}

.hs-footer__accordion .hs-footer__accordion-title.active:after {
    background: #f7751f;
    border-color: #f7751f;
}

.hs-footer__accordion .hs-footer__accordion-item {
    position: absolute;
    overflow: hidden;
    display: block;
    background: #3b3f3f;
    border: 1px solid #fff;
    border-top: 0;
    max-height: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 10;
}

@media (min-width:0) and (max-width:767px) {
    .hs-footer__accordion .hs-footer__accordion-item {
        display: none;
        position: relative;
        max-height: none;
        width: auto;
    }
}

.hs-footer__accordion .hs-footer__accordion-item.open {
    display: block;
}

.hs-footer__accordion .hs-footer__accordion-item .hs-footer__accordion-content {
    padding: 15px;
}

.hs-footer__accordion .hs-footer__accordion-item .hs-footer__accordion-content .hs-footer__accordion-list {
    padding-bottom: 20px;
}

.hs-footer__accordion .hs-footer__accordion-item .hs-footer__accordion-content .hs-footer__accordion-list:last-of-type {
    padding-bottom: 0;
}

  /* ============================
         HOMEPAGE CLASSES
   ============================ */
   
.academy-home h2 {
    font-size: 22px;
}

.academy-home-header-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    padding: 65px 0 95px 0;
}

.academy-home-header-wrapper h1 {
    margin-top: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 3em;
    color: #FFF;
}

.academy-home-header-purpose h2 {
    text-align: center;
    margin-bottom:60px !important;
    color: #FFF;
    font-size:20px;
    font-weight: 300;
}
   
.academy-home-header-purpose a, .academy-home-header-purpose a:visited {
    text-decoration:underline;
    color: #FFF;
}

.academy-home-header-purpose a:hover, a:active {
    text-decoration:underline;
    color: #CCC;
}

.academy-home-header-button div {
    margin: 0 auto;
}

.academy-home-ct-wrapper {
    height: 100%;
    background-image: url('//cdn2.hubspot.net/hub/137828/file-1485589673-jpg/images/backgrounds/deedee_web_blue.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 1px 0 10px black, 0;
    padding: 40px 0;
}

.academy-home-whatsnew-wrapper{
    box-shadow: inset 1px 0 10px black, 0;
    padding: 40px 0;
    height: 100%;
    background:#EEE;

}

.academy-home-notification {
    min-height: 0px !important;
}

.academy-home-projects-wrapper {
    height: 100%;
    background-color: #EEE;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 1px 0 10px black, 0;
    border-top: 3px solid #CCC;
    border-bottom: 3px solid #CCC;
    padding-top: 20px;
    padding-bottom: 40px;
}

.academy-home-ct-textbox {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: solid 3px #fb8a27;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.academy-home-ct-textbox-nobg {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.academy-home-ct-textbox-header { 
}

.academy-home-ct-textbox-text {
}

.academy-home-ct-textbox-text h1, .academy-home-ct-textbox-text  h2, .academy-home-ct-textbox-text h3, .academy-home-ct-textbox-text h4, .academy-home-ct-textbox-text h5 {
    margin: 0 !important;
}

.academy-home-ct-textbox-nobg h1, .academy-home-ct-textbox-nobg h2, .academy-home-ct-textbox-nobg h3, .academy-home-ct-textbox-nobg h4, .academy-home-ct-textbox-nobg h5 {
    margin: 0 !important;
}

.academy-home-ct-cta {
    margin-top: 1em;
    margin-bottom: 1em;
}

.academy-home-live-promo-content {
    padding-top: 40px;
}

.academy-home-live-promo-cta {
    max-width: 486px;
    margin-top: 40px;
}

.academy-home-live-promo-graphic {
}

.academy-home-live-promo-wrapper {
    background-color: #76cc70;
    color: #FFF;
    padding: 20px 0 20px 0;
    border-top: 5px solid #64af5f;
    border-bottom: 5px solid #64af5f;
}

.academy-home-live-promo-wrapper h2, .academy-home-live-promo-wrapper p {

    color: #FFF;
}

.academy-home-project-image-container {
    display: table; 
    min-height: 450px;
    width: 100%;
}

.academy-home-project-image {
    display: table-cell; 
    vertical-align: middle;
}

/*.academy-home-project-image-container {
    text-align: center;    
}

.academy-home-project-image-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.academy-home-project-image {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}*/

.academy-home-what-is-academy-container {
    color: #4b5b68;
}

.academy-home-what-is-academy {
    padding: 20px;
    text-align: center;
    border-bottom: 1px dotted #4b5b68;
}

.academy-home-what-is-academy-button {
    text-align: center;
    border: 3px solid #fb8a27;
    color: #fb8a27;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}

/* ================================
         ITD15 RESOURCE PAGES
   ================================ */

.itd15-agenda-item-container {
    display: table;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px dotted;
}


.itd15-agenda-item-name {
    display: table-cell;
    text-align: left;
}

.itd15-agenda-item-name span.hs_cos_wrapper_widget {
    display:inline;
}

.itd15-agenda-item-times {
    display: table-cell;
    text-align: right;
    min-width: 125px;
}

.itd15-body-container-wrapper {
    background: #EFEFEF;
}

.itd15-body-container {
    padding: 40px 0;
}

.itd15-body {
    padding: 20px;
}

.itd15-feedback-module {
    padding: 20px 10px 40px 10px; 
    color: #FFF; 
    text-align: center; 
    max-width: 400px; 
    margin: 0 auto !important; 
    float:none !important;
}

.itd15-header-container-wrapper {
    background-image: url('//cdn2.hubspot.net/hubfs/137828/_images/backgrounds/resourcepage-bg.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding:40px;
}

.itd15-header-container h1 {
    margin: 0;
    color: #FFF;
    text-align:center;
    font-weight: 600;
}

.itd15-header-spacing {
    margin-top:20px;
}

.itd15-page > .training-page-additional-bio-container:first-of-type {
    margin-top: 0;
}

.itd15-presented-by-container h3 {
    margin-bottom:20px;
}

.itd15-sidebar-container {
    font-size:14px;
}

.itd15-taught-by-section-container-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    padding-top: 20px;
}

/* ================================
         TRAINING DIRECTORY CLASSES
   ================================ */

/* jsPlumb Styling: Don't let the connecting lines show up on top of the page elements! */

._jsPlumb_connector { z-index:1; }

/* Up there! */

.training-directory-anchor:before {
  content:"";
  display:block;
  height:70px; /* fixed header height*/
  margin:-70px 0 0; /* negative fixed header height */ 
}

.training-directory-bottom-cta-container {
    margin-top: 30px;
}

.training-directory-bytopic-nav-button {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    float: left;
    position: relative;
    border-bottom: 4px solid;
}

.training-directory-bytopic-class {
    background: #FFF; 
    color: black; 
    padding: 20px 20px; 
    border-bottom: 2px solid #CCC;
    margin-bottom: 15px;
}

.training-directory-bytopic-class:nth-of-type(odd) {
margin-left: 0 !important;
}

.training-directory-bytopic-class-icon {
    float: left;
    margin-right: 18px;
    margin-top: -5px;
    margin-bottom: -5px;
    font-family: 'hubspot-pictos';
    background: #4A5C68;
    color: #FFF;
    padding: 5px 7px 4px 7px;
    font-weight: 300;
    font-size: 24px;
    width: 20px;
    text-align: center;
}

.training-directory-bytopic-class-watch-button {
    float: right;
    border: 1px solid #fb8a27;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
    color: #fb8a27;
    margin-top: -5px;
    margin-bottom: -5px;
    -webkit-transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    -ms-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s;
}

.training-directory-bytopic-class-watch-button:hover {
    background-color: #fb8a27;
    color: #FFF;
}


.training-directory-bytopic-class-name {
    overflow: hidden;
}

.training-directory-bytopic-step-nav-container {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.training-directory-header-wrapper.customer {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2653752482-png/_images/backgrounds/roomybulbs_orange_bg.png');
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.training-directory-header-wrapper.partner {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2653752482-png/_images/backgrounds/roomybulbs_orange_bg.png');
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.training-directory-header-wrapper h1 {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFF;
}

.training-directory-header-wrapper h2 {
    color: #FFF;
    font-size:20px !important;
    font-weight: 300;
    text-transform: none !important;
    margin-top: 0;
}
   
.training-directory-listing-container {
    padding-top: 10px;
}

.training-directory-listing-container-wrapper {
    background: #EEE;
}


.training-directory-methodology-container-wrapper {
    padding: 50px 0;
}

.training-directory-methodology-container-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
}

/* This next section renders the triangle 'down arrow' after each full-width div. 
Arrow colors are set on each individual div, below 
(ex: on .training-directory-methodology-container-wrapper.goals:after)
Found via: //jsfiddle.net/9AbYc/1/ */

.training-directory-methodology-container-wrapper:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

.training-directory-methodology-container-wrapper.goals {
    background: #4A5C68;
    position: relative;
}

.training-directory-methodology-container-wrapper.goals:after {
    border-top: solid 25px #4A5C68;
    z-index: 15;
}

.training-directory-methodology-container-wrapper.fundamentals {
    background: #FFF5DE;
    position: relative;
}

.training-directory-methodology-container-wrapper.fundamentals:after {
    border-top: solid 25px #FFF5DE;
    z-index: 14;
}

.training-directory-methodology-container-wrapper.attract {
    background: #FDE6B0;
    position: relative;
}

.training-directory-methodology-container-wrapper.attract:after {
    border-top: solid 25px #FDE6B0;
    z-index: 13;
}

.training-directory-methodology-container-wrapper.convert {
    background: #FDDF93;
    position: relative;
}

.training-directory-methodology-container-wrapper.convert:after {
    border-top: solid 25px #FDDF93;
    z-index: 12;
}

.training-directory-methodology-container-wrapper.close {
    background: #FDD677;
    position: relative;
}

.training-directory-methodology-container-wrapper.close:after {
    border-top: solid 25px #FDD677;
    z-index: 11;
}

.training-directory-methodology-container-wrapper.delight {
    background: #F6CB61;
    position: relative;
}

.training-directory-methodology-container-wrapper.delight:after {
    border-top: solid 25px #F6CB61;
    z-index: 10;
}

.training-directory-methodology-container-wrapper.nowwhat {
    background: #4A5C68;
}

.training-directory-methodology-container-wrapper.goals, .training-directory-methodology-container-wrapper.nowwhat, 
.training-directory-methodology-container-wrapper.goals h2, .training-directory-methodology-container-wrapper.nowwhat h2 {
    color: #FFF;
}

.training-directory-methodology-step-nav-container {
    margin: 10px 0 10px 0;
}

.training-directory-methodology-step-nav-container-wrapper {
    background: #EEE;
    position: relative;
    z-index:99;
}

.training-directory-methodology-step-header {
    margin-bottom: 8px;
    padding-bottom: 8px;
}

#training-directory-mobile-menu {
    display:none;
}

.training-directory-mobile-menu-trigger {
    background-color: #fb8a27;
    box-shadow: 0px 5px 0px #e57725;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 10px 0 !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.training-directory-methodology-nav-button {
    padding: 10px 5px 10px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    float: left;
    width: 140px;
    position: relative;
    border-bottom: 4px solid;
    cursor: pointer;
}

.training-directory-methodology-nav-button.partner {
    width: 190px;
}

.training-directory-methodology-nav-button.mobile {
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
    border-bottom: 0;
}

.training-directory-methodology-nav-button:not(.mobile):first-child {
    padding: 10px;
}

.training-directory-methodology-nav-button:not(:first-child):not(:last-child):not(.mobile):after {
    left: 100%;
    top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 22px 0 23px 15px;
	margin-top: -22px;
}

/*.training-directory-methodology-nav-button.mobile:after {
    border: none !important;
}*/


#training-directory-methodology-by-topic-button {
    background-color: #fb8a27;
    color: #FFF;
    margin-right: 10px; 
    border-bottom-color: #d67a18;
}

    
#training-directory-methodology-setgoals-button {
    background-color: #4A5C68;
    color: #FFF; 
    z-index: 6;
    border-bottom-color: #3a454f;
}

#training-directory-methodology-setgoals-button:after {
    border-left-color: #4A5C68;
}

#training-directory-methodology-fundamentals-button {
    background-color: #FFF5DE;
    color: #4A5C68;
    z-index: 5;
    border-bottom-color: #e3ddc5;
}

#training-directory-methodology-fundamentals-button:after {
    border-left-color: #FFF5DE;
}

#training-directory-methodology-attract-button {
    background-color: #FDE6B0;
    color: #4A5C68;
    z-index: 4;
    border-bottom-color: #e0d19d;
}

#training-directory-methodology-attract-button:after {
    border-left-color: #FDE6B0;
}

#training-directory-methodology-convert-button {
    background-color: #FDDF93;
    color: #4A5C68;
    z-index: 3;
    border-bottom-color: #e0cc82;
}

#training-directory-methodology-convert-button:after {
    border-left-color: #FDDF93;
}

#training-directory-methodology-close-button {
    background-color: #FDD677;
    color: #4A5C68;
    z-index: 2;
    border-bottom-color: #e0c467;
}

#training-directory-methodology-close-button:after {
    border-left-color: #FDD677;
}

#training-directory-methodology-delight-button {
    background-color: #FCCF61;
    color: #4A5C68;
    border-bottom-color: #debd50;
}

.training-directory-methodology-step-header.darkbg {
    border-bottom: 2px solid #FFF;
}

.training-directory-methodology-step-header.lightbg {
    border-bottom: 2px solid #495B67;
}

.training-directory-methodology-stage-class {
    background: #FFF;
    border-bottom: 3px solid #DDD;
    padding: 20px;
    position:relative;
    z-index:2;

}
/* Fix to ensure jqSimpleConnect lines show properly */
.jqSimpleConnect {
    z-index:1;
}

.training-directory-methodology-stage-class-button {
    border: 1px solid #fb8a27;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    padding: 5px 10px;
    color: #fb8a27;
    -webkit-transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    -ms-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s;
}

.training-directory-methodology-stage-class-button:hover {
    background-color: #fb8a27;
    color: #FFF;
}

.training-directory-methodology-stage-class-container {
    padding:10px;
    min-width:225px;
    margin: 0 auto !important;
    
}

.training-directory-methodology-stage-class-icon-name-container {
    background: #4A5C68;
    color: #FFF;
    padding: 20px;
    text-align: center;
}

.training-directory-methodology-stage-class-icon-name-container.firststage {
    background: #FB8A27;
}

.training-directory-methodology-stage-class-icon {
    font-family: 'hubspot-pictos';
    font-size: 64px;
    display: block;
    line-height: 1;
}

.training-directory-methodology-stage-class-name {
    font-weight: 900;
    margin-top: 10px;
    max-width: 125px;
    font-size:14px;
}

.training-directory-now-what-cta {
    max-width:500px;
    margin: 20px auto 0 auto !important;
    float: none !important;
}

/*This is required for groups of classes to center on the page, do not remove */
.training-directory-methodology-stage-classes {
    display:inline-block;
    max-width: 900px;
}

.training-directory-methodology-stage-classes-container {
    margin-top: 30px;
    text-align: center;
}


/* ============================
         TRAINING PAGE CLASSES
   ============================ */

.livelab-button {
    background-color: #fb8a27;
    color: #FFF;
    display: table;
    overflow: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px #e57725;
    width: calc(100% - 40px);
    }
    
.livelab-button.horizontal-buttons {
    padding: 10px 20px;
}

.training-hsc-promo-sprocket {
    width: 20px;
    padding-right:8px;
}

.training-hsc-promo-text {
    vertical-align: middle;
}

.training-page-body {
    color: #4b5b68 !important;
}

.training-page-main-body-wrapper {
    background-image: url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    /*background-color: #4b5b68;*/
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4b5b68;
}

.training-page-additional-bio-container {
    margin-top: 40px;
}

.training-page-circle-icon-wrapper {
    width: 100px
    height 100px:
    padding-top: 0px !important;
    float: left;
}

.training-page-circle-icon {
    border-radius: 50%;
    text-align: center;
    width: 100px !important;
    height: 100px !important;
    padding-top: 0px !important;
    
    /* These create the gradient effect, defaulting to HS orange if gradient doesn't render */
    background: #f7761f; /* Old browsers */
    background: -moz-linear-gradient(left, #f7761f 0%, #f3ab41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f7761f), color-stop(100%,#f3ab41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #f7761f 0%,#f3ab41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #f7761f 0%,#f3ab41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #f7761f 0%,#f3ab41 100%); /* IE10+ */
    background: linear-gradient(to right, #f7761f 0%,#f3ab41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7761f', endColorstr='#f3ab41',GradientType=1 ); /* IE6-9 */
}

.training-page-circle-icon img {
    padding-top: 25px;
}

.training-page-header-text-wrapper {
    margin-top: 10px;
    /* padding-left: 115px; REMOVED PICTO FROM TRAINING PAGES */
}

.training-page-header-text-class-name {
    margin-bottom: 15px;
}

.training-page-header-text-class-name h1 {
    margin-top:15px;
    color: #FFF;
    height: 50px;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1em;
    display: inline;
}

.training-page-header-text-section-name h2 {
    color: #FFF;
    display: inline;
    font-size: 16px;
    font-weight: 300;
}

.training-page-video-container {
    border-top: solid 3px #fb8a27;
}

.training-page-textbox {
    border-top: solid 3px #fb8a27;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.training-page-textbox.no-bottom-margin {
    margin-bottom: 0px;
}

.training-page-twitter-button {
    border: 1px solid #FFF;
    border-radius: 10px;
    font-weight: 600;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 400px;
    padding: 10px;
    -webkit-transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    -ms-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s;
}

.training-page-twitter-button:hover {
    color: #fb8a27;
    background-color: #FFF;
}

.training-page-videos-textbox {
    border-top: solid 3px #fb8a27;
    background: rgba(255, 255, 255, 0.85);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.training-page-author-box-headshot {
    max-height: 75px;
    max-width: 75px;
    float: left;
}

.training-page-author-box-text-wrapper {
    padding-left:85px;
    line-height: 1.25em !important;
    color: #4b5b68 !important;
}

.training-page-author-box-taughtby {
    text-transform: uppercase;
    font-size:10px;
    padding-top:2px;
}

.training-page-author-box-name {
    font-size:24px;
    font-weight:600;
}

.training-page-author-box-title {
    font-size:12px;
    line-height: 1.25em !important;
}

.training-page-body h3 {
    margin: 0;
    text-transform: uppercase;
}

.training-page-checklist ol {
    width: 100%;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
    margin-bottom: 0;
}

.training-page-checklist li {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right:20px;
    position: relative
}

.training-page-checklist li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    top: 3px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 18px; 
    height: 18px;
    background: #fb8a27;
    -moz-border-radius: 999px;
    border-radius: 999px
}

.training-page-checklist li:last-child {
    margin-bottom:0px;
}

.training-page-checklist ol > li > ol {
    list-style: lower-alpha;

}

.training-page-helptext {
    font-size: 14px;
}

.training-page-live-lab-container {
    padding: 0 20px;
}

.training-page-pc15-orientation-signup-helptext {
    font-size: 14px;
    margin-bottom: 20px;
}

.training-class-pdf-button {
    padding: 20px;
    text-align: center;
    background-color: #fb8a27;
    box-shadow: 0 5px 0 #e57725;
    font-size: 18px;
    color: #FFF;
}

.training-class-doc-button {
    padding: 20px;
    text-align: center;
    background-color: #fb8a27;
    font-size: 18px;
    color: #FFF;
    box-shadow: 0 5px 0 #e57725;
}

.training-next-class-button-wrapper {

}

.training-class-button-wrapper {
    margin-left: 0px !important;
}

.training-class-button-wrapper a:hover, .training-next-class-button-wrapper a:hover {
    text-decoration: none;
}
 
.training-class-hs-cert-button {
    margin-bottom:10px;
}

.training-page-buttons-group{
    margin-top:20px;
}

.training-page-secondary-section-background {
    background-color: #EEE;
    padding-top: 20px;
}

.training-page-live-lab-button-group {
     margin-top: 20px;
     font-size: 14px;
 }

.training-page-live-lab-button-group div {
    margin: 0 auto;
}

.training-page-header-sectionheading {
    margin-bottom: 8px;
}

.training-page-pc15-orientation-header h3 {
    color: #fff;
}

.training-page-pc15-recording {
    margin-top: 20px;
    font-size: 14px;
}

.training-page-pc15-recording a:link {
    color: #FFF;
    text-decoration: underline;
}

.training-page-sidebar-divider {
    margin-top: 20px;
    height: 0;
}

.training-page-sidebar-divider hr {
    border: 0;
    height: 0;
    min-height: 0 !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.training-pc15-stage-graphic {
    text-align: center;
}

.training-pc15-stage-graphic img {
    max-width: 250px;
}

.training-reg-page-list ol {
    width: 100%;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
    
}

.training-reg-page-list ol ul{
    margin-top: 10px;
    margin-left: 25px;
}

.training-reg-page-list ol > li {
    padding-left: 10px;
    padding-right:40px;
    position: relative;
    margin-bottom: 20px;
}

.training-reg-page-list ol > li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    top: 3px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 18px; 
    height: 18px;
    background: #fb8a27;
    -moz-border-radius: 999px;
    border-radius: 999px
}

.training-reg-page-list li:last-child {
    margin-bottom:0px;
}

.training-page-video-help-text {
    color: #CCC;
    font-size: 12px;
}

.training-page-video-help-text > a:link, .training-page-video-help-text > a:visited, .training-page-video-help-text > a:hover, .training-page-video-help-text > a:active{
    color: #CCC !important;
    border-bottom: 1px dotted #ccc;
}

.training-page-video-help-text-link {
    color: #CCC !important;
}

.video-index-container {
    display: table;
    width: 100%;
    font-size: 14px;
}

.video-index-number {
    display: table-cell;
    text-align: left;
    width: 22px;
}

.video-index-name {
    display: table-cell;
    text-align: left;
}

.video-index-name span.hs_cos_wrapper_widget {
    display:inline;
}

.video-index-duration {
    display: table-cell;
    text-align: right;
    min-width: 50px;
}

.video-index-section-header {
    font-size:14px;
    border-bottom: 1px dotted #4b5b68;
    margin-top:5px;
}

/* Here is the Pure CSS method for responsive video from Wistia's documentation at //wistia.com/doc/responsive-design#pure_css_approach */

.videoWrapper {
  position: relative;
  height: 0;
}

* html .videoWrapper {
  margin-bottom: 45px;
}

.videoWrapper .videoPadding {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.videoWrapper .wistia_embed,
.videoWrapper .wistia_playlist {
  height: 100%;
  width: 100%;
}

.wideScreen {
    padding-bottom: 56.25%; /* hard-coded 16:9 aspect ratio */
}

.wideScreen-with-social {
    padding-bottom: 60.25%; /* fallback for older browsers */
    padding-bottom: calc(56.25% + 28px); 
    
}

.fourByThree {
  padding-bottom: 75%; /* hard-coded 4:3 aspect ratio */
}

.withSocialBar {
  padding-top: 28px;
}

/* ============================
          LANDING PAGES
   ============================ */
   
.academy-lp-form {
    
}

.academy-lp-form .hs-form-field {
    margin-top: 10px;
    margin-bottom: 10px;
}

.academy-lp-form ul {
    list-style-type: none;
    margin-left: 0;
}

.academy-lp-form .hs-form-radio-display input {
    margin-right: 10px;
}

/* ============================
          BROADCASTS PAGE
   ============================ */

.broadcast-heading span.hs_cos_wrapper_widget {
    display: inline;
}

.broadcasts-page-container-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EEE;
}

.broadcasts-registration-main-body-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2663764515-png/+images/backgrounds/roomybulbs_green_bg.png');
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4b5b68;
}
    

.broadcasts-header-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2663764515-png/+images/backgrounds/roomybulbs_green_bg.png');
    padding-top: 40px;
    padding-bottom: 40px;
}

.broadcasts-header-wrapper h1 {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFF;
}

.broadcasts-header-wrapper h2 {
    color: #FFF;
    font-size:20px !important;
    font-weight: 300;
    text-transform: none !important;
    margin-top: 0;
}

.broadcasts-header-main-text-wrapper {
    padding-top: 40px;
}

.broadcasts-header-registration-wrapper p {
    font-size: 14px;
}

.broadcast-video-title h3{
    margin-bottom: 0;
    font-size:20px;
}

.broadcast-airdate-and-length {
    font-size: 12px;
    margin: 0;
    color: #495b67;
}

.broadcast-sidebar h3 {
    margin-bottom:10px !important;
    margin-top: 20px !important;
}

.broadcast-sidebar h3:first-child{
    margin-top:0 !important;
}

.broadcast-sidebar ul, .broadcast-sidebar ol {
margin: 0 0 0 2em;
font-size: 14px;
padding: 0;
}

.broadcast-sidebar li {
    margin-bottom:10px;
}

.broadcast-video-wrapper {
    margin-bottom: 10px;
}

.broadcast-wrapper {
    margin-bottom: 20px;
}

.broadcasts-container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #BBB;    
}

.broadcast-cta {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.academy-broadcasts-listing-item {
    background-color: #FCFCFC;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
    border-bottom: #BBB 3px solid;
}

.academy-broadcasts-listing-item:hover {
    border-bottom: 3px solid #fb8a27;
}

.broadcasts-listing-link {
    color: #4b5b68;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s;
}

.broadcasts-listing-link:hover {
    color: #fb8a27;
    text-decoration: none;
}
.broadcasts-image-wrapper {
    max-width: 100%; 
    height: 150px; 
    background-size:cover; 
    background-repeat: no-repeat; 
    background-position: center center;
    margin-bottom: 10px;
    border: 1px solid #F3F3F3;
}

.broadcasts-listing-text-company {
    
}

.broadcasts-listing-text-series-title {
}

.broadcasts-listing-text-series-number-and-date {
    font-size: 12px;
    text-transform: none;
    font-weight: 300;
}

.broadcasts-upcoming-page-header h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}

.broadcast {
    margin-bottom: 10px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/*.broadcast:nth-child(4n+5) {
    margin-left: 0 !important;
} /* Resets the left margin on every fifth */

.broadcasts-upcoming-series-header h3 {
    font-size: 20px;
}

.broadcasts-registration-yourhosts {
    margin-bottom: 1em;
}

.broadcasts-registration-yourhosts img {
margin-right: 10px;    
}

/* ============================
          HAT PAGE
   ============================ */

.hat-heading span.hs_cos_wrapper_widget {
    display: inline;
}

.hat-page-container-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EEE;
}

.hat-registration-main-body-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2663764515-png/+images/backgrounds/roomybulbs_green_bg.png');
    padding-top: 20px;
    padding-bottom: 20px;
    color: #4b5b68;
}
    

.hat-header-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2653752482-png/_images/backgrounds/roomybulbs_orange_bg.png');
    padding-top: 40px;
    padding-bottom: 40px;
}

.hat-header-wrapper h1 {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFF;
}

.hat-header-wrapper h2 {
    color: #FFF;
    font-size:20px !important;
    font-weight: 300;
    text-transform: none !important;
    margin-top: 0;
}

.hat-header-main-text-wrapper {
    padding:40px 0;
}

.hat-header-registration-wrapper p {
    font-size: 14px;
}

.hat-video-title h3{
    margin-bottom: 0;
    font-size:20px;
}

.hat-airdate-and-length {
    font-size: 12px;
    margin: 0;
    color: #495b67;
}

.hat-sidebar h3 {
    margin-bottom:10px !important;
    margin-top: 20px !important;
}

.hat-sidebar h3:first-child{
    margin-top:0 !important;
}

.hat-sidebar ul, .hat-sidebar ol, .broadcast-sidebar ul, .broadcast-sidebar ol {
margin: 0 0 0 2em;
font-size: 14px;
padding: 0;
}

.hat-sidebar li {
    margin-bottom:10px;
}

.hat-video-wrapper {
    margin-bottom: 10px;
}

.hat-wrapper {
    margin-bottom: 20px;
}

.hat-container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #BBB;    
}

.hat-cta {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.academy-hat-listing-item {
    background-color: #FCFCFC;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
    border-bottom: #BBB 3px solid;
}

.academy-hat-listing-item:hover {
    border-bottom: 3px solid #fb8a27;
}

.hat-listing-link {
    color: #4b5b68;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s;
}

.hat-listing-link:hover {
    color: #fb8a27;
    text-decoration: none;
}
.hat-image-wrapper {
    max-width: 100%; 
    height: 150px; 
    background-size:cover; 
    background-repeat: no-repeat; 
    background-position: center center;
    margin-bottom: 10px;
    border: 1px solid #F3F3F3;
}

.hat-listing-text-company {
    
}

.hat-listing-text-series-title {
}

.hat-listing-text-series-number-and-date {
    font-size: 12px;
    text-transform: none;
    font-weight: 300;
}

.hat-upcoming-page-header h1 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}

.hat {
    margin-bottom: 10px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/*.hat:nth-child(4n+5) {
    margin-left: 0 !important;
} /* Resets the left margin on every fifth */

.hat-upcoming-series-header h3 {
    font-size: 20px;
}

.hat-registration-yourhosts {
    margin-bottom: 1em;
}

.hat-registration-yourhosts img {
margin-right: 10px;    
}

/* ============================
    INDIV. CERT ABOUT PAGES
   ============================ */

.cert-about-content-area {
    border-left: 1px dotted;
    padding-left: 36px;
}

.cert-about-content-area h2:first-of-type {
    margin-top: 0;
}

.cert-about-content-area h2 {
    margin-top: 36px;
    font-size: 28px;
    font-weight: 300;
}

.cert-about-content-area p, .cert-about-content-area ul, .cert-about-content-area ol {
    font-size: 18px;
}

.cert-about-content-area ul, .cert-about-content-area ol {
    margin-top: 1em;
    margin-left: 24px;
}

.cert-about-gray-wrapper {
    background: #EEE;
    border-bottom: 5px solid #D8D8D8;
    border-top: 5px solid #D8D8D8;
    padding: 30px 0;
}

.cert-about-header-badge {
    width: 140px !important;
    margin: 0 auto 12px auto !important;
    float: none !important;
}

.cert-about-header-badge img {
    width: 100% !important;
    height: 100% !important;
}

.cert-about-header-wrapper, .cert-about-footer-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    padding: 30px 0 30px 0;
    color: #FFF;
}

.cert-about-header-wrapper h1, .cert-about-footer-wrapper h1 {
    margin-top: 0 !important;
    text-align: center;
    font-weight: 300;
    font-size: 48px;
    color: #FFF;
}

.cert-about-footer-wrapper h1 {
    font-size: 36px;
}

.cert-about-header-wrapper h1 {
    font-weight: 600;
}

.cert-about-header-wrapper h2, .cert-about-footer-wrapper h2 {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    margin-top:0 !important;
    margin-bottom: 32px;
}

.cert-about-header-cta, .cert-about-footer-cta {
    max-width:500px;
    margin: 0 auto 0 auto !important;
    float: none !important;
} 

.cert-about-sidebar {
    text-align: right;
    margin-top:10px;
}

.cert-about-sidebar-label {
    font-weight:600;
}

.cert-about-sidebar-value {
    margin-bottom:18px;
}

.cert-about-testimonial-container {
    margin-top: 16px;
}

.cert-about-testimonial-headshot {
    background-color: #FFF;
    border-bottom:2px solid #DDD;
    margin-right:12px;
    padding:3px;
}

.cert-about-testimonial-headshot img {
    height: auto !important;
}

.cert-about-testimonial-headshot-container {
    width:100px;
}

.cert-about-testimonial-jobtitle {
    font-size:12px;
    font-style: italic;
}

.cert-about-testimonial-text {
    
}

.cert-about-wistia-sample-container {
    max-width:100px;
    float: right !important;
}

/* ============================
    CERT LANDING PAGE CLASSES
   ============================ */

.cert-landing-page-header-wrapper, .cert-landing-page-footer-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    padding: 30px 0 30px 0;
    color: #FFF;
}

.cert-landing-page-header-wrapper h1, .cert-landing-page-footer-wrapper h1 {
    margin-top: 0 !important;
    text-align: center;
    font-weight: 300;
    font-size: 48px;
    color: #FFF;
}

.cert-landing-page-footer-wrapper h1 {
    font-size: 36px;
}

.cert-landing-page-header-wrapper h1 {
    font-weight: 600;
}

.cert-landing-page-header-wrapper h2, .cert-landing-page-footer-wrapper h2 {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    margin-top:0 !important;
}

.cert-landing-page-body, .cert-landing-page-body p, .cert-landing-page-body ul, .cert-landing-page-body ol {
    font-size:18px;
}

.cert-landing-page-body h2 {
    font-size: 24px;
    font-weight: 300;
}

.cert-landing-page-body h2:first-child {
    margin-top:0;
}
    
.cert-landing-page-form-header h3 {
    text-transform: none;
    font-size:18px;
    font-weight:300;
}

.cert-landing-page-form {
    background-color: #FFF;
    border-top:3px solid #fb8a27;
    border-bottom:3px solid #DDD;
    padding:14px;
}
.cert-landing-page-form label {
    color: #495b67;
    font-size:14px;
}

.cert-landing-page-form input {
    border:1px solid #eee;
    background-color:#f9f9f9;
    margin-bottom:14px;
}

/* ============================
    CERT HOME/OVERVIEW CLASSES
   ============================ */

.cert-home-benefit-heading {
}

.cert-home-benefit-heading h3 {
    text-align: center;
    text-transform: none;
    font-size: 24px;
    font-weight: 600;
}

.cert-home-benefit-image {
    padding: 0 48px 0 48px;
    margin-bottom: 20px;
}

.cert-home-benefits-link {
    display:inline-block;
    font-weight: 600;
    margin-right: 6px;
}

.cert-home-benefit-text {
    padding: 0 12px 0 12px;
}

.cert-home-certifications-audience {
    background-color: #eee;
    border-bottom: 1px dotted #fff;
    font-size:12px;
    text-align: center;
    text-transform: uppercase;
    
}

.cert-home-certifications-audience, .cert-home-certifications-container {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cert-home-certifications-container {
    border: 1px solid #FFF;
}

.cert-home-certifications-container:hover {
    margin-top: -5px;
}

/*.cert-home-certifications-container:hover .cert-home-certifications-audience {
    background-color: #fb8a27;
    border-bottom: 1px dotted #fb8a27;
}*/

.cert-home-certifications-container:hover .cert-home-certifications-signup-button .academy-square-button {
    background-color: #fb8a27;
    border: 1px solid #fb8a27;
}

.cert-home-certifications-infobox {
    padding: 24px; 
}

.cert-home-certifications-heading h3 {
    color: #FFF;
    text-align: center;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
}

.cert-home-certifications-logo {
    width:100px !important;
    margin: 0 auto !important;
    float: none !important;
}

.cert-home-certifications-logo img{
    width:100% !important;
}

.cert-home-certifications-signup-button .academy-square-button {
    margin-top:12px;
    padding: 10px !important;
    font-size:12px !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cert-home-certifications-subheader {
    color: #FFF;
    text-align: center;
    margin-top:48px;
}

.cert-home-certifications-subheader a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.cert-home-certifications-text {
    color: white;
    text-align: center;
    font-size: 14px;
}

.cert-home-certifications-viewall-button {
    max-width:500px;
    margin: 24px auto 0 auto !important;
    float: none !important;
}

.cert-home-header-cta, .cert-home-footer-cta {
    max-width:500px;
    margin: 24px auto 0 auto !important;
    float: none !important;
}

.cert-home-gray-wrapper {
    background: #EEE;
    border-bottom: 5px solid #D8D8D8;
    border-top: 5px solid #D8D8D8;
    padding: 60px 0;
}

.cert-home-header-wrapper, .cert-home-footer-wrapper  {
    padding: 65px 0 65px 0;
    color: #FFF;
}

.cert-home-header-wrapper {
    background-image:url('//academy.hubspot.com/hubfs/_images/backgrounds/certwall-blue.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.cert-home-footer-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
}

.cert-home-header-wrapper h1, .cert-home-footer-wrapper h1 {
    margin-top: 0 !important;
    text-align: center;
    font-weight: 300;
    font-size: 48px;
    color: #FFF;
    margin-bottom: 12px;
}

.cert-home-header-wrapper h2, .cert-home-footer-wrapper h2 {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
    margin-top:0 !important;
    margin-bottom: 24px;
}

.cert-home-listing-wrapper {
    background-image:url('//cdn2.hubspot.net/hubfs/137828/_images/backgrounds/pencil-paper-laptop-orange.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 60px 0;
}

.cert-home-section-header h2 {
    font-size:36px;
    font-weight:300;
    margin-top: 0 !important;
    margin-bottom: 36px;
    text-align: center; 
}

.cert-home-section-header.white h2 {
    color: #FFF;
    font-size:36px;
    font-weight:300;
    margin-top: 0 !important;
    margin-bottom: 36px;
    text-align: center; 
}

.cert-home-testimonial-bio {
    font-size: 14px;
}

.cert-home-testimonial-container {
    background-color: #FFF;
    border-top: 3px solid #fb8a27;
    border-bottom:3px solid #DDD;
    max-width: 350px;
    margin: 0 auto !important;
    float: none !important;
}

.cert-home-testimonial-text {
    padding:24px;
}

.cert-home-testimonial-text p {
    margin-top: 0 !important;
}

/* ============================
    INBOUND CERT TRAINING PAGE
   ============================ */

.cert-support-page h2 {
    font-size: 24px;
    font-weight: 300;
}

.cert-support-faq-badge-container {
}
.cert-support-faq-badge-container img {
    max-width:36px;
    max-height:36px;
    margin-right: 12px;
}

.cert-support-top-questions-container {
    background-color: white;
    border-top: 5px solid #fb8a27;
    border-bottom: 5px solid #DDD;
    padding: 24px;
}

.cert-support-top-questions-container h2 {
    margin-top: 0;
}

.cert-support-top-questions h3 {
    margin-top: 24px;
    cursor: pointer;
    color: #3288e6;
    text-transform: none;
    font-size: 18px;
}

.cert-faq-links-header {
    margin-bottom: 24px;   
}

.cert-support-faq-link {
    margin-bottom: 12px;    
}

.cert-support-faq-links-container {
    padding: 24px;
}

/* ============================
    INBOUND CERT TRAINING PAGE
   ============================ */

.inbound-cert-button {
    padding: 20px;
    text-align: center;
    background-color: #76cc70;
    font-size: 18px;
    color: #FFF;
    box-shadow: 0 5px 0 #64af5f;
}

.inbound-cert-button {
    padding: 20px;
    text-align: center;
    background-color: #76cc70;
    font-size: 18px;
    color: #FFF;
    box-shadow: 0 5px 0 #64af5f;
}

.cert-page-wywl ol {
    width: 100%;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
    
}

.cert-page-wywl ol ul{
    margin-top: 10px;
    margin-left: 25px;
    margin-bottom: 20px;
}

.cert-page-wywl ol > li {
    padding-left: 10px;
    padding-right:20px;
    position: relative;
    
}

.cert-page-wywl ol > li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    top: 3px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 18px; 
    height: 18px;
    background: #fb8a27;
    -moz-border-radius: 999px;
    border-radius: 999px
}

.cert-page-wywl ul > li {
    padding-right: 20px;
    list-style: disc;
}
.cert-page-wywl li:last-child {
    margin-bottom:0px;
}

.cert-page-professor-image {
    text-align: center;
}
  

.cert-listing-page-header h1 {
    margin-top: 40px;
    font-weight: 300;
    color: #FFF;
    text-align: center;
}

.cert-listing-page-subheader h2 {
    font-weight: 300;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 0px;
}

.cert-listing-page-item h3 {
    font-size: 24px;
    text-transform: none;
    font-weight: 400;
}

.certifications-faq-body h4 {
    font-size: 16px;
    
}

.cert-listing-social-share-toolbar {
padding: 1em;
width: 100px;
position: fixed;
left: 1em;
margin-top: 50px;
padding: 1em;
}

/* ============================
    CERT TRAINING PAGES 2015
   ============================ */

#cert-sidebar-textbox {
    margin-bottom: 5px;
    font-size: 14px;
}


/*.cert-description-section h3 {
    border-bottom: 1px dotted #4b5b68;
    padding-bottom: 10px;
}*/

.cert-additional-resources {
    padding-left: 20px;
    border-left: 1px dotted #4b5b68;
} 

.cert-additional-resources ul{
    margin-left: 20px;
}

.cert-additional-resources li{
    margin-top: 10px;
}

.cert-additional-resources-list ul {
    margin-left: 1em;
}

.cert-class-resources {
    margin-top: 10px;
    font-size: 14px;
}

.cert-class-resources-live {
    font-size: 14px;
}

.cert-description-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.cert-partner-additional-resources {
    margin-top: 20px;
}

.cert-class-projects-heading {
    margin-top: 20px;
}

.cert-social-sharing {
 margin-top: 10px;   
}

.cert-social-sharing-email {
    height: 20px; 
    margin-right: 5px;
    vertical-align: top
}

.cert-twitter-container-wrapper {
    background-image: url('//cdn2.hubspot.net/hub/137828/file-2653752482-png/_images/backgrounds/roomybulbs_orange_bg.png');
}

.cert-twitter-container {
    padding: 20px;
}

.cert-twitter-text {
    color: #FFF;
    text-align: center;
}

.cert-twitter-icon {
    max-width:50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: 'hubspot-pictos';
    font-size:48px;
    color: #FFF;
}

.cert-twitter-icon a {
    color: #FFF;
}

.cert-hscert-container-wrapper {
    background-image: url('//cdn2.hubspot.net/hub/137828/file-2663764515-png/_images/backgrounds/roomybulbs_green_bg.png');
}

.cert-hscert-icon {
    max-width:150px;
    margin-left: auto;
    margin-right: auto;
}

.cert-video-listing {
    display: table;
    width: 100%;
    font-size: 14px;
}

.cert-video-listing-title {
    display: table-cell;
    text-align: left;
}

.cert-video-listing-title span.hs_cos_wrapper_widget {
    display:inline;
}

.cert-video-listing-runtime {
    display: table-cell;
    text-align: right;
}   

.cert-video-section-wrapper {
    padding-bottom:40px;   
}

.cert-sidebar-buttons .inbound-cert-button, .cert-sidebar-buttons .academy-square-button {
    padding: 10px;
}

.cert-sidebar-buttons .inbound-cert-button {
    margin-bottom: 10px;
}

.cert-sidebar-textbox {
    margin-top: 10px;
}


/* ============================
       EXAMPLES PAGE CLASSES
   ============================ */


/* ============================
       EXAMPLES PAGE CLASSES
   ============================ */
    
.academy-examples-body {
    }

.academy-examples-submit-yours-button {
    max-width: 400px;
    margin: 24px auto 0 auto !important;
    /*    margin: -4px auto 0 auto !important;*/ 
    float: none !important;
}

.academy-examples-header-wrapper {
    background-image:url('//cdn2.hubspot.net/hubfs/137828/_images/backgrounds/roomybulbs_ug.png');
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;    
}

.academy-examples-header-wrapper h1 {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFF;
}

.academy-examples-header-wrapper h2 {
    color: #FFF;
    font-size:20px !important;
    font-weight: 300;
    text-transform: none !important;
    margin-top: 0;
}

.academy-examples-header-wrapper h1 {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFF;
}

.academy-examples-body h2, .academy-broadcasts-body h2, .academy-hat-body h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom:5px;
    }

.academy-examples-body h3 {
    
}

.academy-example-listing-item {
    background-color: #FCFCFC;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
    border-bottom: #BBB 3px solid;
}

.academy-example-listing-item:hover {
    border-bottom: 3px solid #fb8a27;
}

.academy-example-listing-item:hover {
    border-bottom: 3px solid #fb8a27;
}

.examples-page-container-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EEE;
}

.examples-container {
    padding-top: 20px;
    border-top: 1px solid #BBB;    
}

.examples-filter-menu {
    font-size:14px;
    margin-bottom: 20px;
}

.example-image-wrapper {
    max-width: 100%; 
    height: 150px; 
    background-size:cover; 
    background-repeat: no-repeat; 
    background-position: center center;
    margin-bottom: 10px;
    border: 1px solid #F3F3F3;
}

.example-listing-link {
    color: #4b5b68;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    -ms-transition: color .5s;
    transition: color .5s;
}

.example-listing-link:hover {
    color: #fb8a27;
    text-decoration: none;
}

.example-listing-image {
    margin-bottom: 20px;
    border: 1px solid #fafafa;
}

.example-listing-text-company {
    
}

.example-listing-text-type {
    font-size: 12px;
}

.example-results {
    margin-left:0 !important;
}

.example-results ol, .example-results-mobile ol {
    padding-left: 20px;
}

.example-results li, .example-results-mobile li {
    margin-bottom:20px;
}

.example-results-mobile {
    display:none !important;
}



.example-sidebar-text, .example-sidebar-text a {
    font-size: 14px;
}

/* Example Page Checkbox Hack */
.filter-buttons{
      clear: both;
    margin: 0 0 55px;
    display: block;
    padding: 10px;
}

.filter-buttons label{
    float:left;
    border-radius:0px;
    width: 130px;
    color:#FFF;
    float:left;
    display:block;
  
}

.filter-buttons label span {
    text-align:center;
    display:block;
    border-radius:0px;
    padding: 8px;
  box-shadow: 0 5px 0 #e57725;
  background:#FB8A22; 
   border: 1px solid rgba(229, 119, 37, 0.58);
    margin: 4px 0;
    font-weight: 600;
}

.filter-buttons label input {
    position:absolute;
    z-index:-15;
}

.filter-buttons input:hover + span {
  cursor:pointer;

}

.filter-buttons input:checked + span {
    background-color: #e57725;
    color: #fff;
    box-shadow: 0 0 0 #e57725;
    position: relative;
    bottom: -5px;
    border: 1px solid rgba(210, 109, 33, 0.49);
}

.filter-buttons input:checked:hover + span {
    color:#fff;
}


/* Current Examples Page Filter */

.filter-button {
    padding: 10px;
    text-align: center;
    background-color: #fb8a27;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    box-shadow: 0 5px 0 #e57725;
    cursor: pointer;
    max-width: 200px;
    float: left;
    text-align: center;
    text-transform: uppercase;
    margin-left: 20px;
}

.filter-button.nofloat {
    float: right;
}

.filter-dropdown {
    position: absolute;
    margin-top: 10px;
    margin-left: -20px;
    z-index: 601;
    display: none;
}

.filter-dropdown ul {
    background-color: #fb8a27;
    list-style: none;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.filter-dropdown li{
    border-top:1px solid #e57725;
    color: #FFF;
    padding: 5px;
    
}


.filter-dropdown li a {
    list-style: none;
    cursor: pointer;  
    color: #FFF;
    display: inline-block;
}

.filter-dropdown li button{
    list-style: none;
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    text-transform: uppercase;
}

.filter-dropdown li:first-child a{
    border-top: none
}

.filter-dropdown li:hover {
    color: #CCC;
    cursor: pointer;
}

.examples-filter-by {
    font-weight: 600; 
    text-transform: uppercase; 
    float: left; 
    padding-top: 12px
}

.examples-sidebar {
    margin-left: 0 !important;    
}

.examples-sidebar h3 {
    margin-top: 16px; 
}

.examples-sidebar h3:first-child {
    margin-top: 0; 
}

.examples-sidebar-info h3:first-child {
    margin-top: 16px; 
}

.examples-sidebar-list ol {
    width: 100%;
    padding: 0 0 0 6px;
    overflow: hidden;
    margin-bottom: 0;
}

.examples-sidebar ol.start li, ol.continue li {
    list-style: none;
}
.examples-sidebar li:before { 
    counter-increment: mycounter;
    content: counter(mycounter);
}

.examples-sidebar {
    counter-reset: mycounter;
}

.examples-sidebar-list li {
    margin-left: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right:20px;
    position: relative;
    font-size: 14px;
}

.examples-sidebar-list li:before {
    float: left;
    position: absolute;
    left: -26px;
    top: 3px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 17px;
    width: 18px; 
    height: 18px;
    background: #fb8a27;
    -moz-border-radius: 999px;
    border-radius: 999px;
}

.examples-sidebar-list-above-and-beyond {
    margin-top: 20px;
}

.examples-sidebar-list-above-and-beyond li:before {
    background: #0080FF;
}

.academy-example-header h1 {
    color: #4b5b68;
    font-size: 32px;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    font-weight: 600;
    line-height: 1em;
}

.example {
    margin-bottom: 10px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

/*.example:nth-child(4n+5) {
    margin-left: 0 !important;
} /* Resets the left margin on every fifth */


/* ============================
        HUG LISTING PAGES
   ============================ */
    

.hugs-filter-button {
    padding: 10px;
    text-align: center;
    background-color: #fb8a27;
    border-left: 1px solid #e57725;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    box-shadow: 0 5px 0 #e57725;
    cursor: pointer;
    max-width: 200px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.hugs-filter-search {
        width: 81%;
    float: left;
    display: block;
}

.hugs-filter-button:first-child {
    border-left: none;
}

.hugs-filter-by {
    font-weight: 600; 
    text-transform: uppercase; 
    float: left; 
    padding-top: 12px;
    margin-right: 20px;
    display: block;
}

.hugs-filter-by.country {
    margin-left: 20px;
}

.filter-dropdown ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.hugs-listing-body {
    }
    
.hugs-listing-item {
    background-color: #FCFCFC;
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
    border-bottom: #BBB 3px solid;
    padding: 20px;
}

.hugs-listing-item:hover {
    border-bottom: 3px solid #fb8a27;
}

.hugs-listing-item:hover {
    border-bottom: 3px solid #fb8a27;
}

.hugs-listing-text-location {
    font-weight: 600;
}

.hugs-listing-header-wrapper {
    background-image: url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;    
}

.hugs-listing-header-wrapper h1 {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFF;
}

.hugs-listing-header-wrapper h2 {
    color: #FFF;
    font-size:20px !important;
    font-weight: 300;
    text-transform: none !important;
    margin-top: 0;
}

.hugs-listing-image-wrapper {
    height: 50px;
    width: 100px;
    background-size:100% 100%; 
    background-repeat: no-repeat; 
    background-position: center center;
    margin-bottom: 10px;
    border: 1px solid #F3F3F3;
    margin-left: auto;
    margin-right: auto;
}

.hugs-post-event-button {
    margin-bottom: 20px;
}

.hugs-post-headshot {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hugs-post-upcoming-links-section {
}

.hugs-post-upcoming-links-section h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px dotted #4b5b68;
    padding-bottom: 10px;
}

.hugs-post-info-section {
    margin-bottom: 20px;
}

.hugs-post-info-section:last-child {
    margin-bottom: 0;
}

.hugs-post-instructions {
    margin-top: 10px;
    margin-bottom: 20px;
}

.hugs-post-leader-name {
    font-weight: 600;
}

.hugs-post-sidebar {
    max-width: 200px;
}

.user-group-button {
    padding: 10px;  
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.user-group-button.upcoming {
    background-color: #FB8A35;
    color: #FFF;
    box-shadow: 0 5px 0 #e57725;
}

.user-group-button.register {
    background-color: #76cc70;
    box-shadow: 0 5px 0 #64af5f;
    color: #FFF;
}

.user-group-button.inactive {
    background-color: #CCC;
    box-shadow: 0 5px 0 #BBB; 
}

.filter-button-pressed {
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: -6px;
}

   /* ============================
   PRACTICUM SUBMISSION PAGE CLASSES
   ============================ */

.practicum-body h2 {
    border-bottom: 1px dotted #495b67;
    font-size: 24px;
    margin-bottom: 20px;
}

.practicum-body h3 {
    margin: 20px 0 0 0;
}

.practicum-checklist {
    margin-top: 20px;
}

.practicum-checklist ol {
    width: 100%;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
    margin-bottom: 0;
    margin-bottom: 40px;
}

.practicum-checklist li {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right:20px;
    position: relative
}

.practicum-checklist li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    top: 3px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 18px; 
    height: 18px;
    background: #fb8a27;
    -moz-border-radius: 999px;
    border-radius: 999px
}

.practicum-checklist li:last-child {
    margin-bottom:0px;
}

.practicum-checklist ol > li > ol {
    list-style: lower-alpha;
}

.practicum-header-wrapper {
    background-image: url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    padding-top: 40px;
    padding-bottom: 40px;
}

.practicum-header-wrapper h1 {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFF;
    text-align: center;
}

.practicum-header-wrapper h2 {
    color: #FFF;
    font-size:20px !important;
    font-weight: 300;
    text-transform: none !important;
    margin-top: 0;
    text-align: center;
}

.practicum-form {
  padding: 20px;
  margin-top:20px;
  background-color: #EEE;
  border-top: solid 3px #fb8a27;
}

.practicum-form ul {
    list-style-type: none;
    margin-left: 0!important;
}

.practicum-form ul label span {
    margin-left: 10px;
}

.practicum-form .input {
 margin-bottom:20px;
}

.practicum-form .hs-input {
 font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size: 1em;
}

.practicum-form label {
 font-weight:700;
 color: #666;
}

.practicum-form #hs_cos_wrapper_main_form_title {
    display: none;
}

.practicum-form .hs-button {
padding: 20px;
text-align: center;
background-color: #fb8a27;
border-bottom: 3px solid #f7761f;
font-size: 18px;
color: #FFF;
width: 100%;
font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.practicum-form input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
border-left: 0;
border-top: 0;
border-right: 0;
cursor: pointer;
}

.broadcasts-header-main-text-wrapper {
    padding-top: 40px;
}

.hat-header-main-text-wrapper {
    padding: 40px 0;
}

.practicum-overview {
    background: #EEE;
    padding: 20px;
    margin-top: 20px;
}

.practicum-overview h2 {
    margin-top: 0;
}

.practicum-overview ul {
    margin-left: 25px;
}

.practicum-overview li {
    margin-bottom: 10px;
}

.hsdc-practicum-form {
  padding: 20px;
  margin-top:20px;
  background-color: #EEE;
  border-top: solid 3px #fb8a27;
}

.hsdc-practicum-form .input {
 margin-bottom:20px;
}

.hsdc-practicum-form .hs-input {
 font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size: 1em;
}

.hsdc-practicum-form label {
 font-weight:700;
 color: #666;
}

.hsdc-practicum-form #hs_cos_wrapper_main_form_title {
    display: none;
}

.hsdc-practicum-form .hs-button {
padding: 20px;
text-align: center;
background-color: #fb8a27;
border-bottom: 3px solid #f7761f;
font-size: 18px;
color: #FFF;
width: 100%;
font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hsdc-practicum-form input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
border-left: 0;
border-top: 0;
border-right: 0;
cursor: pointer;
}

    /* ==========
    PASSWORD PAGE
    ========== */
   
.password-page-submit .hs-button {
    margin-top:20px;
    padding: 20px;
    text-align: center;
    background-color: #fb8a27;
    border-bottom: 3px solid #f7761f;
    font-size: 18px;
    color: #FFF;
    font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.password-page-submit {
    margin-bottom: 50px;
}
   
   /* ============================
   CLASSROOM RESOURCE PAGE CLASSES
   ============================ */

.classroom-resources-index-head {
position:relative;
vertical-align:top;
width:100%;
height:60px;
padding:0;
padding-top:17px;
font-size:22px;
color:#FFF;
background:#fbcf60;
text-align:center;
text-shadow:0 1px 2px rgba(0,0,0,0.25);
border:0;
border-top-left-radius:10px;
border-top-right-radius:10px;
cursor:pointer;
/*border-bottom: 2px solid #e5d1a1;*/
-webkit-box-shadow:inset 0 -2px #e2b607;
box-shadow:inset 0 -2px #e2b607;
}

.link-box {
padding-bottom:10px;
padding-top:10px;
}

.ct-link-box-wrapper {
height:236px;
background:#eee;
margin-bottom:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}

.class-section {
border-bottom:1px solid #ccc;
padding-bottom:24px;
}

.classroom-resource-page h1,h2,h3 {
font-weight:600;
}

.class-section-header {
text-align:center;
}

/* ===========
    FAQ PAGES
   =========== */
   
.faq-page-title h1 {
    text-align: center;
    margin-bottom: 60px;
}

ol#faq-toc > li {
    list-style: none;
    font-size: 16px;
    margin-bottom:20px;
}

ol#faq-toc > li > ol > li {
    font-size: 14px;
    margin-left: 20px;
}

.faq-questions h2 {
    margin-bottom: 20px;
    border-top: 1px dotted #ccc;
    padding-top: 40px;
    margin-top: 40px;
    line-height: 1;
}

.faq-questions h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.faq-questions h3 {
    margin-top: 30px;
    cursor: pointer;
    color: #3288e6;
    text-transform: none;
    font-size: 18px;
}

/****************************/
/*  PARTNER BROADCAST BLOG  */
/****************************/
.partner-broadcast-blog h2 {
    font-size: 18px;
}

.pb-post-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #EEE solid;
}

.hs-blog-social-share-list {
    margin-left: 0;
    margin-bottom: 20px;
}

.partner-broadcast-more-link {
    
}

.partner-broadcast-post-body {
    margin-bottom: 20px;
}

.partner-broadcast-video {
}

.partner-broadcast-guests-list {
    margin-bottom: 20px;
}

.partner-broadcast-slides-button {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #fb8a27;
    box-shadow: 0px 5px 0px #e57725;
}

.partner-broadcast-slide-button-container {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #fb8a27;
    box-shadow: 0 5px 0 #e57725;
    border-bottom: none;
    width: 100%;
}

.partner-broadcast-slide-button-container a:hover {
    text-decoration: none;
    color: #fff;
    
}

.partner-broadcast-links-and-resources {
    margin-bottom: 20px;
}

.partner-broadcast-links-and-resources li {
    margin-bottom: 10px;
}
.partner-broadcast-attendee-quotes {
    margin-bottom: 20px;
}

.partner-broadcast-attendee-quotes li {
    margin-bottom: 10px;
}

.partner-broadcast-next-one {
    margin-bottom: 20px;
}

.partner-broadcast-thank-yous {
    margin-bottom: 20px;
}

.partner-broadcast-section-heading {
    margin-bottom: 10px;    
}

.partner-broadcast-sidebar-about {
    margin-top: 40px;
}

.partner-broadcast-recent-posts, .partner-broadcast-topics {
    margin-top: 20px;
}

.partner-broadcast-recent-posts h3, .partner-broadcast-topics h3 {
    margin-bottom: 10px;
}

.partner-broadcast-recent-posts ul, .partner-broadcast-topics ul {
    margin-left: 1em;
}

.partner-broadcast-recent-posts li:last-child, .partner-broadcast-topics li:last-child {
    margin-bottom: none;
}

.partner-broadcast-recent-posts li, .partner-broadcast-topics li {
    margin-bottom: 10px;
}

.partner-broadcast-page-header {
    text-align: center;
}

.partner-broadcast-header-wrapper{
    margin-bottom: 40px;
}

/********************************/
/*     CUSTOMER/PARTNER PLANS   */
/********************************/

.plans-project-bulletpoints {
}

.plans-project-bulletpoints li {
    color: #FFF;
}

.plans-learn-how-button { 
    float: right;
    width: 97%;
    text-align: center;
    border: 2px solid #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    margin-left:10px;
    margin-top: 10px;
}

.plans-learn-how-button-container a {
    color: #FFF;
}

.plans-step-heading-top-parent {
    border-top: 2px solid #3a4c56;
}

.plans-step-heading-fullwidth {
    background-color: #3a4c56;
    padding: 10px;
    color: #FFF;
}

.plans-step-info-fullwidth {
    background-color: #485b67;
    padding: 20px;
    color: #FFF;
}

.plans-step-instruction {
    font-size: 18px;    
}

.plans-step-number{
    font-weight: 600;
}

.plans-video-container {
    border-top: solid 3px #fb8a27;
}


/************************/
/*  CUSTOMER PROJECTS  */
/************************/

.project {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.projects-body .hs-cta-wrapper p, .projects-body .hs-cta-wrapper div {
    padding: 20px;
}

.projects-checklist ol {
    width: 100%;
    padding: 0 0 0 26px;
    list-style: none;
    overflow: hidden;
    counter-reset: numList;
    margin-bottom: 0;
}

.projects-checklist ol > li > ol {
    list-style: lower-alpha;

}

.projects-checklist li {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right:40px;
    position: relative
}

.projects-checklist > ol > li:before {
    counter-increment: numList;
    content: counter(numList);
    float: left;
    position: absolute;
    left: -26px;
    top: 3px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 18px;
    width: 18px; 
    height: 18px;
    background: #fb8a27;
    -moz-border-radius: 999px;
    border-radius: 999px
}

.projects-checklist li:last-child {
    margin-bottom:0px;
}

.projects-checklist ol > li p{
    display:inline;
}

.projects-filter-button {
    padding: 10px;
    text-align: center;
    background-color: #fb8a27;
    border-left: 1px solid #e57725;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
    box-shadow: 0 5px 0 #e57725;
    cursor: pointer;
    max-width: 200px;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.projects-filter-button:first-child {
    border-left: none;
}

.projects-filter-by {
    font-weight: 600; 
    text-transform: uppercase; 
    float: left; 
    padding-top: 12px;
    margin-right: 20px;
}

.projects-filter-dropdown ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.projects-group-heading-fullwidth {
    background-color: #3a4c56;
    padding: 20px;
}

.projects-group-heading-icon {
    font-size: 24px;
    color: #fff;
}

.projects-group-heading-text {
    padding-left: 15px;
    margin-left: 10px;
    border-left: 1px dotted #fb8a27;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.projects-listing-header-video {
    border-top: 3px solid #fb8a27;
}

.projects-listing-item-requirements {
    background-color: #fb8a27; 
    color: #FFF;
    font-size: 12px; 
    text-transform: uppercase; 
    padding-left: 10px;
}

.projects-listing-item-type {
    background-color: #3a4c56; 
    color: #FFF;
    font-size: 12px; 
    text-transform: uppercase; 
    padding-left: 10px;
}

.projects-listing-item-description {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 200px;
    font-size:14px;
}

.projects-listing-item {
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top:20px;
    background-color: #FCFCFC;
    border-bottom: #BBB 3px solid;
    min-height: 285px;
}

.academy-whatsnew-listing-item{
        margin-top: 20px;
    margin-bottom: 20px;
    border-top: solid 3px #fb8a27;
    background: rgba(255,255,255,0.85);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.projects-listing-item-subject {
    background-color: #485b67;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    padding: 20px;
}

.projects-listing-item-lower-half {
    padding: 20px;
}

.projects-listing-item-lower-half a {
    color: #fb8a27;
    
}

.projects-listing-get-started {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #fb8a27;
    -webkit-transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    -ms-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s;
}

.projects-listing-get-started:hover {
    background-color: #fb8a27;
    color: #FFF;
}

.projects-body {
    counter-reset: step-number;
}

.projects-listing-container {
    
}

.projects-listing-container-wrapper {
    background-color: #EEE;
}

.projects-listing-header-wrapper {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    padding-top: 50px;
    padding-bottom: 50px;    
}

.projects-listing-header-wrapper h1 {
    margin-top: 0 !important;
    font-weight: 600;
    font-size: 48px;
    color: #FFF;
}

.projects-listing-header-wrapper h2 {
    color: #FFF;
    font-size:20px !important;
    font-weight: 300;
    text-transform: none !important;
    margin-top: 0;
}

.projects-body h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

.projects-header-container {
    margin-bottom:40px;
}

.projects-step-findoutmore-fullwidth {
    background-color: #FDF7E7;
    padding: 20px;
    color: #4b5b68;
    text-align: center;
}

.projects-step-findoutmore {
    
}

.projects-step-heading-fullwidth {
    background-color: #485b67;
    padding: 20px;
    color: #FFF;
}


.google-projects-step-heading-fullwidth {
        background-color: #0266C8;
        color: #FFF;
        padding: 20px;
}

/*.google-projects-step-heading-top-parent {
    border-top: 1px solid #023768;
} */

.projects-step-heading {
    color: #FFF;
    font-size: 18px;
}

.projects-step-heading-top-parent {
    border-top: 1px solid #3a4c56;
}

.projects-step-heading-top-parent-first {
    border-top: none;
}

.projects-step-description-fullwidth {
    padding: 20px;
    padding-bottom: 50px;
    background-color: #EEE;
    color: #4b5b68;
}

.projects-step-description {
}

.projects-step-description-to-do {
}

.projects-step-description-to-do h3, .projects-step-description-to-do-nopic h3 {
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px dotted #4b5b68;
    padding-bottom: 10px;
}

.projects-step-more-examples-button {
    font-size:14px !important;
    padding: 10px !important;
    margin-top: 12px;
}

.projects-step-protip {
    margin-left: 0 !important;
    padding: 15px;
    background-color: #4b5b68;
    color: #FFF;
}

.projects-step-protip p {
    color: #FFF;
}

.projects-step-protip h3, .projects-step-image h3 {
    color: #FFF;
    margin-bottom: 10px;
/*    border-bottom: 1px dotted #FFF;
    padding-bottom: 10px;*/
}

.projects-step-video {
    max-width:100px;
    margin: 12px auto 0 auto !important;
    float: none !important;
}

.projects-step-dropdown {
    display: none;
}

.projects-learn-how-button-container a:link {
    color: #FFF;
}

.projects-learn-how-button { 
    float: right;
    width: 100%;
    text-align: center;
    border: 2px solid #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.projects-listing-header-cta {
    
}

.projects-notes-module {
    padding: 20px;
}

.projects-notes-module h3 {
    border-bottom: 1px dotted;
}

.projects-premier-services-cta {
    margin-top: 10px;
}

.projects-recommendations-container-wrapper {
    text-align: center;
    background-color: #EEE;
    padding: 60px;
}
    
.projects-recommendations-container h2 {
    text-transform: none;
    font-weight: 300;
    margin-bottom: 40px;
}

.projects-recommendations-button {
    max-width:400px;
    margin: 0 auto !important;
    float: none!important;
}

.projects-step-image {
    margin-left: 0 !important;
    border: 2px solid #4b5b68;
    position: relative;
    padding: 15px;
    background-color: #4b5b68;
}

.projects-step-image img {
    height: auto;
}

.projects-step-image-zoom {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
}

.projects-step-sidebar {
    margin-top: 35px;
}

.projects-step-sidebar.span12{
    margin-left: 0;
}

.projects-step-instruction {
    font-size: 18px;    
}

.projects-step-number{
    font-weight: 600;
}

.projects-csm-call-button {
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto !important;
    margin-right: auto;
    display: block !important;
    float: none !important;
}

.projects-csm-call-button-container {
    background-color: #EEE;
    padding-top: 10px;
    padding-bottom: 15px;
}

.projects-video-container {
    border-top: solid 3px #fb8a27;
}

.filter-button-pressed {
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: -6px;
}

/*******************/
/*  BUTTON MODULE  */
/*******************/

    .academy-button {
    background-color: #fb8a27;
    color: #FFF;
    display: table;
    overflow: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 0px #e57725;
    }
    
    .academy-button-picto {
    display: table-cell;
    vertical-align: middle;
    padding-top:5px;
    padding-right:20px;
    width: 50px;
    }
    
    .academy-button-picto img {
    width: 50px;
    }
    
    .academy-button-text-withpicto {
    display: table-cell;
    }
    
    .academy-button-text {
    /*float: none;*/
    text-align: center !important;
    }
    
    .academy-button-boldtext {
    font-weight: 600;
    }
    
    .academy-button-normaltext {
    font-weight: 300;
    }
    
    .academy-button-audience-text {
    text-transform: uppercase;
    font-size: 12px;
    }

.academy-square-button {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
}

.academy-square-button-small {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

.academy-square-button:hover {
    text-decoration: none;
}
.academy-square-button a {
    color: #FFF;
}

.academy-square-button a:hover {
    color: #FFF;
    text-decoration: none;
}

.academy-square-button-orange {
    background-color: #fb8a27;
    box-shadow: 0px 5px 0px #e57725;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    -ms-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.academy-square-button-orange:hover {
    box-shadow: 0px 5px 0px #c86c1c;
}

.academy-square-button-green, .hugs-post-upcoming-links-section a:nth-of-type(1) div {
    background-color: #76cc70;
    box-shadow: 0 5px 0 #64af5f;
}

.hug-contacts .social-icons{
        font-size: 20px !important;
    margin: 3px 10px 3px 0;
}

.academy-square-button-gray {
    background-color: #CCC;
    box-shadow: 0 5px 0 #BBB;
}
.academy-square-button-hubspotcert-gray {
    background-color: #B4B4B4;
    box-shadow: 0 5px 0 #949494;
    padding: 8px;
}

.academy-square-button-clear {
    background-color: none;
    box-shadow: none;
    border: 1px solid #fff;
    -webkit-transition: border .5s, background-color .5s;
    -moz-transition: border .5s, background-color .5s;
    -o-transition: border .5s, background-color .5s;
    -ms-transition: border .5s, background-color .5s;
    transition: border .5s, background-color .5s;
}

.academy-square-button-clear:hover {
    border: 1px solid #fb8a27;
    background-color: #fb8a27;
}

.academy-square-button-livelabs {
    font-size: 14px;
    padding: 5px;
    margin-top: 10px;
}

input.hs-button.primary.large {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #fb8a27;
    box-shadow: 0px 5px 0px #e57725;
    border-bottom: none;
    margin-top: 20px;
    width: 100%;
}

.academy-square-button-proj-search {
    margin-top: -4px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px;
    text-transform: uppercase;
}

/***********************************/
/*  VIDEO PLAYER-RELATED CLASSES   */
/***********************************/

.video-speed-buttons-container {
    float:left; 
	font-size:12px; 
	font-weight: 600; 
	text-transform: uppercase; 
	margin-top: 5px; 
	color: #FFF
}

.video-speed-button {
	margin-left: 5px;
	padding: 5px; 
	color: #FFF; 
	border: 3px solid #fb8a27; 
	float: left; 
	line-height: 1;
}

.video-speed-button.first {
	margin-left: 0;
}

.video-speedometer {
	float: left; 
	margin-left: 5px; 
	margin-top: 2px; 
	display: none;
}

.video-help-text {
	float: right; 
	text-align: right; 
	margin-top: 5px
}

/***********************************/
/*  ABOUT US/WHAT IS ACADEMY PAGE  */
/***********************************/


.about-us-header-container {
    background-image:url('//cdn2.hubspot.net/hub/137828/file-2662536183-png/+images/backgrounds/roomybulbs_darkblue_bg.png');
    padding-top: 45px;
    padding-bottom: 75px;
}

.about-us-header h1 {
    margin-top: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: 3em;
    color: #FFF;
}

.about-us-video-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/***********************************/
/*      KG TO-DO (EXPERIMENTAL)    */
/***********************************/

.kg-trello-card {
   margin-left:40px; 
}

.kg-trello-header {
    margin-bottom:40px;
    text-align: center;
}

.kg-trello-list {
    margin-bottom: 40px;
}
.kg-trello-list h3 {
    margin-bottom: 20px;
    border-bottom: 1px dotted #495b67;
}



/***********************/
/*  MOBILE NAVIGATION  */
/***********************/
/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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:1025px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 1024px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this 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:#495b67;
  }


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

  .mobile-trigger{
    display: block; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #F77720;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #F77720; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#F77720;
    background-color: #FFF; 
    border-color: #F77720;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger {
    color: #F77720;
    background-color: #FFF; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #F77720; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #F77720; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

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

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 20px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* 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;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#FFF; /* Menu background color set off global menuColorMobile variable */
    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{
    border-bottom: 1px dotted rgba(129, 129, 129, 0.85); /* Adds transparent dark highlights to top of top level list items */
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child {
    border-bottom: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#495b67; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#F77720; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

}

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

/* Large desktop */
@media (min-width: 1200px) {  }
 
@media (max-width: 1024px) {
    
    #training-directory-fullwidth-menu {
        display: none;
    }

    #training-directory-mobile-menu {
        display:block;
    }
    
    .cert-listing-page-header h1 {
    font-size: 26px;
    margin-bottom:10px;
    font-weight:600;
    
    }
    
    .cert-listing-badge {
        margin-top: 20px;
        text-align: center;
    }
    .cert-listing-social-share-toolbar {
    display:none;
    }

    .academy-header-nav {
    margin-left: 0 !important;
    }
    .academy-hubspot-header-logo, .academy-header-nav {
    width: 100% !important;
    min-height:28px!important;
    }    

    .hs3-public-header #hs-logo h1 {
        margin-left: 7px;
        padding-left: 7px;
    }

    .hs3-public-header .hs3-public-header-navigation li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a  {
        padding:12px 24px 12px 0;
    }
    
    .broadcasts-header-wrapper h1 {
        font-size: 28px;
    }
    
    .broadcasts-header-main-text-wrapper, .hat-header-main-text-wrapper {
    padding-top: 0;
    width: 100% !important;
    }
    
    .broadcasts-header-registration-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
    
    }
    
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

.cert-page-template h3 {
    font-size: 16px;    
}

.training-page-body h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.practicum-checklist li {
    font-size: 14px;
}

.training-page-checklist li {
    font-size: 14px;
}

.training-class-button-wrapper {
}

.training-class-doc-button {
    height: 48px;
    padding-top: 33px;
    padding-bottom: 7px;
    
}

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

h1 {
    font-size: 28px !important;
}

.training-directory-subheader {
        display:none;
    }

.cert-additional-resources {
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
} 

.cert-about-footer-wrapper h1, .cert-home-footer-wrapper h1, .cert-support-footer-wrapper h1{
    margin-bottom:18px;
}

.cert-about-header-wrapper h1, .cert-home-header-wrapper h1, .cert-support-header-wrapper h1, .cert-landing-page-header-wrapper h1 {
    margin-bottom:18px;
}

.cert-about-header-wrapper h2, .cert-home-header-wrapper h2, .cert-support-header-wrapper h2, .cert-landing-page-header-wrapper h2, .cert-about-footer-wrapper h2, .cert-home-footer-wrapper h2, .cert-support-footer-wrapper h2{
    font-size:18px;
}

.cert-about-content-area {
    border-left: none;
    margin-top:12px;
    padding-left: 0;
}

.cert-about-sidebar {
    text-align: left;
}

.cert-about-wistia-sample-wrapper {
    display: none !important;    
}

.cert-landing-page-form-container {
    margin-top:24px;
}

.cert-landing-page-form-header h3 {
    font-size:18px;
}

.hugs-post-sidebar {
    margin-left: auto !important;
    margin-right: auto;
}

.certifications-button-spacer {
    margin-bottom: 10px;
}

.plans-step-instruction, .projects-step-instruction {
    margin-bottom: 10px;
}

.projects-listing-header-cta {
    margin-top: 36px;
}

.projects-video-container {
    margin-top: 20px;
}

.academy-home-project-image-container-wrapper {
    display: none !important;
}

.training-next-class-button-wrapper {
    margin-top: 10px;
}

.cert-page-professor-image {
    text-align: center;
    margin-bottom: 20px;
}

.hs3-public-header h1, .examples-header-wrapper h1 {
        font-size: 28px;
    }

.academy-home-header-wrapper {
    padding-top: 40px !important;
}

.academy-home-header-purpose h2 {
text-align: left;
margin-bottom: 20px !important;
font-size: 18px;
}

.academy-home-header-wrapper h1, .about-us-header h1 {
    font-size:28px;
}

.training-page-user-guide-button {
    margin-top: 5px;
}
.training-page-header-text-class-name h1{
    font-size: 18px;
}
.training-page-header-text-wrapper {
    padding-top: 5px;
}

.training-page-body h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
}

.training-pc15-stage-graphic {
    margin-top: 30px;
}

.training-class-doc-button {
    margin-top: 20px;
}

.academy-button {
    margin-top: 10px !important;
    width: 75%;
}

.livelab-button {
    margin-top: 10px !important;
}

.training-page-helptext {
    margin: 1em 0;
}


.examples-sidebar {
    margin-top: 20px;    
}

    .example-results {
        display:none !important;
    }
    
    .example-results-mobile {
        display:block !important;
    }

.example-image {
    padding: 0 !important;
    border-top: 0 !important;
}

.example {
    width: 100% !important;
    margin-top: 20px;
}

.example:first-child {
    margin-top:0;
}

.examples-filter-by {
    width: 100%;
}

.filter-button {
    margin-left: 0;
    padding: 5px;
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}

.filter-dropdown {
    margin-left: -15px;
}
.examples-container {
    border-top: 0;
}

.broadcast-sidebar {
    margin-top: 20px;
}

.hugs-filter-by {
    margin-bottom: 10px;
    width: 100%;
}

.hugs-filter-by.country {
margin-left: 0;
margin-top: 10px;
}

.example {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.campaigns-learn-how-button {
    text-align: center;
}

}

@media (max-width: 600px) {

}

/* Landscape phones and down */
@media (max-width: 480px) {


.hsdc-practicum-page h2, .hsdc-practicum-page h3 {
        font-size: 20px;
    }
    
    .academy-examples-body h2 {
    font-size: 20px;
    }
    
}









/* Code added by DHunt for Knowledge + Academy Merger */
























 /* rgb(134, 226, 213) */




















.no-height{
    min-height:0!important;
}

#searchBarContainer{
    margin-top:35px;
}

#st-search-input{
    box-sizing:border-box;
    height:47px;
    width:83%;
    border:1px solid #979797;
    border-radius:4px;
    padding: 5px 9px 5px 27px;
      background: #ffffff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px center;
    -webkit-appearance:none;
    outline:none;
}

/* Search bar for finding HUGs */
#quicksearch{
box-sizing: border-box;
    width: 100%;
    border: 1px solid #979797;
    border-radius: 4px;
    padding: 13px 9px 13px 27px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFW…LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px center;
    -webkit-appearance: none;
    outline: 0;
}


.st-search-submit{
background:#FB8A27;
    border-bottom:5px solid #E57725;
    border-radius:4px;
    color:#ffffff;
    display:inline-block;
    text-align:center;
    text-decoration: none;
    height:47px;
    width:15%;
    padding: 10px 20px;
    float:right;
}

.qa-search form{
    margin:0 0 16px 0;
}

.qa-search .st-search-submit{
    background:#235786;
    border-bottom:5px solid #1a3f60;
}

.academy-home-qa-wrapper{
    background:url('//cdn2.hubspot.net/hub/137828/file-2573354770-jpg/Academy_+_Knowledge/support-face.jpg');
    background-size:cover;
}


.academy-home-ug-wrapper{
    background: #EEEEEE;
    padding: 60px 0;
}


.academy-home-qa-textbox{
    max-width: 526px;
background: rgba(255,255,255,.85);
border-top: 5px solid #60737E;
float: left;
padding: 20px;
margin:20px 0;
}

.academy-home-faq .hs-menu-wrapper.hs-menu-flow-horizontal ul li{
    float:none;
    margin-bottom:14px;
}

.academy-home-faq .hs-menu-wrapper.hs-menu-flow-horizontal ul li a{
    color:#3288E6;
    max-width:none;
    width:100%;
    display:block;
    white-space: normal;
    text-transform: initial;
    font-weight: 400;
font-size: 16px;
padding: 0;
line-height: 1.5em;
letter-spacing:initial;
}




#knowledgeBase #userGuides {
    background: #f6f6f6;
    border-bottom: 1px solid #e2e2e2;
}

#userGuides .userGuide {
    text-align: center;
    text-decoration: none;
    display: block;
    height: 250px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    background: #fbfbfb;
    padding: 0;
    -webkit-transition: all .25s ease;
         -moz-transition: margin .25s ease;
           -o-transition: margin .25s ease;
          -ms-transition: margin .25s ease;
              transition: margin .25s ease;
    margin: 5px 0 15px 0;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

#userGuides .userGuide:hover {
    margin: 0px 0 20px 0;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.08);
}


#userGuides .userGuideHeader {
    text-align: left;
    color: #9b9a98;
    text-transform: uppercase;
    font-size: 0.688em;
    padding: 5px 10px;
    font-family: 'proxima-nova','helvetica neue',arial,sans-serif;
    letter-spacing: .2em;
    background: #353130; 
}

#userGuides .userGuideHeader span {
    background: url('//cdn2.hubspot.net/hub/53/file-410176433-png/knowledge-base/logo.png') no-repeat center right;
    display: block;
}

#userGuides .cover {
    height: 120px;
    display:block;
    float:left;
    margin:0 16px 0 0;
    font-family: 'hubspot-pictos';
    font-weight: 300;
    font-size: 100px;
    text-align: center;
    padding-top:40px;
    width:100%;
    margin-bottom:25px;
    box-sizing:border-box;
}



#userGuides .userGuideHeadline {
    font-family: 'proxima-nova','helvetica neue',arial,sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.25em;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: .15em;
    padding: 20px 20px 0 20px;
}


#userGuides #blog {
    background-color: #16A085;
    border-color: #005035;
    color: #005035!important;
}

#userGuides #campaigns {
    background-color: #F5D76E;
    border-color: #a5871e;
    color: #a5871e!important;
}

#userGuides #callsToAction {
    background-color: #87D37C;
    border-color: #37832c;
    color: #37832c!important;
}

#userGuides #contacts {
    background-color: #FD5A49;
    border-color: #ad0a00;
    color: #ad0a00!important;
}

#userGuides #crm{
    background-color: #3A539B;
    border-color: #00034b;
    color: #00034b!important;
}

#userGuides #designManager {
    background-color: #3FC380;
    border-color: #007330;
    color: #007330!important;
}

#userGuides #email{
    background-color: #1E824C;
    border-color: #003200;
    color: #003200!important; 
}

#userGuides #events{
    background-color: #794FAD;
    border-color: #29005d;
    color: #29005d!important;
}

#userGuides #forms {
    background-color: #A3423F;
    border-color: #530000;
    color: #530000!important;
}

#userGuides #hubtheme{
    background-color: #F9690E;
    border-color: #a91900;
    color: #a91900!important;
}

#userGuides #gettingStarted {
    background-color: #F89406;
    border-color: #a84400;
    color: #a84400!important;
}

#userGuides #goToWebinar {
    background-color: #637bbc;
    border-color: #132b6c;
    color: #132b6c!important;
}


#userGuides #keywords {
    background-color: #913D88;
    border-color: #410038;
    color: #410038!important;
}

#userGuides #landingPages {
    background-color: #a4daa9;
    border-color: #2c6231;
    color: #2c6231!important;
}

#userGuides #lists {
    background-color: #d66055;
    border-color: #861005;
    color: #861005!important;
}

#userGuides #pagePerformance{
    background-color: #674172;
    border-color: #170022;
    color: #170022!important;
}

#userGuides #reports{
background-color: #663399;
    border-color: #160049;
    color: #160049!important; 
}

#userGuides #salesforceIntegration {
    background-color: #0f93bf;
    border-color: #00436f;
    color: #00436f!important;
}

#userGuides #sitePages {
    background-color: #68C3A3;
    border-color: #187353;
    color: #187353!important; 
}


#userGuides #smartContent{
    background-color: #86E2D5;
    border-color: #369285;
    color: #369285!important;
}

#userGuides #social {
    background-color: #F1A9A0;
    border-color: #a15950;
    color: #a15950!important;
}

#userGuides #sources{
    background-color: #BE90D4;
    border-color: #6e4084;
    color: #6e4084!important;
}

#userGuides #workflows{
    background-color: #BE392B;
    border-color: #6e0000;
    color: #6e0000!important;
}

#userGuides #ecommerce{
    background-color: #0c27ad;
    border-color: #00005d;
    color: #00005d!important; 
}

#userGuides #meetings{
    background-color: #336E7B;
    border-color: #001e2b;
    color: #001e2b!important; 
}

#userGuides #sequences{
    background-color: #34495E;
    border-color: #00000e;
    color: #00000e!important; 
}

#userGuides #calling{
    background-color: #6C7A89;
    border-color: #1c2a39;
    color: #1c2a39!important; 
}





.quick-answers-user-guide-icon{
   background-color: #bdbdbd;
    border-color: #6d6d6d;
    color: #6d6d6d!important;
}















.checkbox-container.doc-type-userGuides.selected, .result .doc-type-user-guide, .color-code.doc-type-user-guide{
    background-color: #30465C;
    border: 1px solid #00000c;
}

.checkbox-container.doc-type-userGuides.selected{
    box-shadow: 0 5px 0 #00000c;
}

.checkbox-container.doc-type-quickAnswers.selected, .result .doc-type-quick-answer, .color-code.doc-type-quick-answer{
    background-color: #2D82B4;
    border: 1px solid #003264;
}

.checkbox-container.doc-type-quickAnswers.selected{
    box-shadow: 0 5px 0 #003264;
}

.checkbox-container.doc-type-academy-blog.selected, .result .doc-type-academy-blog, .color-code.doc-type-academy-blog{
    background-color: #FF844A;
    border: 1px solid #af3400;
}

.checkbox-container.doc-type-academy-blog.selected{
    box-shadow: 0 5px 0 #af3400;
}

.checkbox-container.doc-type-video-training.selected, .result .doc-type-video-training, .color-code.doc-type-video-training{
    background-color: #FF674A;
    border: 1px solid #af1700;
}

.checkbox-container.doc-type-video-training.selected{
    box-shadow: 0 5px 0 #af1700;
}

.checkbox-container.doc-type-sales-doc.selected, .result .doc-type-sales-doc, .color-code.doc-type-sales-doc, .color-code.salesDoc{
    background-color: #556575;
    border: 1px solid #051525;
}

.checkbox-container.doc-type-sales-doc.selected{
    box-shadow: 0 5px 0 #051525;
}


.checkbox-container.doc-type-designers.selected, .result .doc-type-designers, .color-code.doc-type-designers{
    background-color: #0F434C;
    border: 1px solid #000000;
}

.checkbox-container.doc-type-designers.selected{
    box-shadow: 0 5px 0 #000000;
}

.checkbox-container.doc-type-developers.selected, .result .doc-type-developers, .color-code.doc-type-developers{
    background-color: #423E3F;
    border: 1px solid #000000;
}

.checkbox-container.doc-type-developers.selected{
    box-shadow: 0 5px 0 #000000;
}

.checkbox-container.doc-type-projects.selected, .result .doc-type-projects, .color-code.doc-type-projects{
    background-color: #FF294E;
    border: 1px solid #af0000;
}

.checkbox-container.doc-type-projects.selected{
    box-shadow: 0 5px 0 #af0000;
}

.checkbox-container.doc-type-broadcasts.selected, .result .doc-type-broadcasts, .color-code.doc-type-broadcasts{
    background-color: #6F6ED4;
    border: 1px solid #1f1e84;
}

.checkbox-container.doc-type-broadcasts.selected{
    box-shadow: 0 5px 0 #1f1e84;
}

.checkbox-container.doc-type-certifications.selected, .result .doc-type-certifications, .color-code.doc-type-certifications{
    background-color: #00C5A8;
    border: 1px solid #007558;
}

.checkbox-container.doc-type-certifications.selected{
    box-shadow: 0 5px 0 #007558;
}

.checkbox-container.doc-type-examples.selected, .result .doc-type-examples, .color-code.doc-type-examples{
    background-color: #00A8C0;
    border: 1px solid #005870;
}

.checkbox-container.doc-type-examples.selected{
    box-shadow: 0 5px 0 #005870;
}




.ug-cta .academy-square-button, .academy-home-qa-textbox .academy-square-button{
    max-width:486px;
    background:#789CB0!important;
    box-shadow: 0 5px 0 #4B758C!important;
    margin:10px auto 10px auto;
    display:block;
}

.training-page-notification, .red-alert, .alert{
    word-wrap:break-word;
}

.academy-home-qa-textbox h2, .academy-home-ug-wrapper h2{
    margin:0;
} 

.academy-home-qa-textbox .support-heading h2{
    margin-top:30px;
}

.hide{
    display:none!important;
    
}

.random-question{
    margin-bottom:14px;
}



.user-guides-listing-header-wrapper {
  background-image: url('//cdn2.hubspot.net/hubfs/137828/_images/backgrounds/roomybulbs_ug.png');
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}


.quick-answers-listing-header-wrapper {
  background-image: url('//cdn2.hubspot.net/hubfs/137828/_images/backgrounds/roomybulbs_quickanswer.png');
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}


.user-guides-listing-header-wrapper h1, .quick-answers-listing-header-wrapper h1{
  margin-top: 0!important;
  font-weight: 600;
  font-size: 48px;
  color: #FFF;
}
.user-guides-listing-header-wrapper h2, .quick-answers-listing-header-wrapper h2{
      color: #FFF;
  font-size: 20px!important;
  font-weight: 300;
  text-transform: none!important;
  margin-top: 0;
}

#userGuides, #quickAnswers{
    padding:30px 0;
    background:#EEEEEE;
}


.academy-home-ug-wrapper #userGuides{
    padding-bottom:20px
}


.quick-answers-box{
    min-height:400px;
    position:relative;
    margin-bottom:25px;
    background:#ffffff;
    box-sizing:border-box;
    padding:20px;
}

.quick-answers-box header{
    text-align:center;
    background:#235786;
    padding:20px;
    
}

.quick-answers-box header h3{
    color:#ffffff;
}

.quick-answers-box ul{
    list-style:none;
    padding:0;
    margin:20px 0 0 0;
    
}

.quick-answers-box ul li{
    line-height:1.5em;
    margin-bottom:16px;

}

.more-qa{
    border: 1px solid #235786;
    text-align:center;
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
    
    box-sizing:border-box;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.more-qa a{
    color:#555;
    padding:20px 0;
    display:block;
 
}

.more-qa:hover{
    background:#235786;
}

.more-qa:hover a{
    color:#ffffff;
}

.alert {
    padding: 20px;
    background-color: #fdf5d9;
    border-radius: 4px;
}

.red-alert {
    padding: 20px;
    background-color: #F35656;
    color:#ffffff;
}

.swiftype-widget .autocomplete {
    font-family: 'proxima nova', 'helvetica neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: #fff;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

.swiftype-widget .autocomplete ul {
    font-family: 'proxima nova', 'helvetica neue', Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: #fff;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
}

.swiftype-widget .autocomplete li {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 0;
    font-size: 13px;
    list-style-type: none;
    background-image: none;
    margin: 0;
    float:left;
    width:100%;
    position: relative;
}

.swiftype-widget .autocomplete li:first-child {
    border-top: 1px solid #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.swiftype-widget .autocomplete li:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.swiftype-widget .autocomplete li.active {
    border-top: 1px solid #BDBDBD;
    border-bottom: 1px solid #BDBDBD;
    background-color: #eeeeee;
 
}

.swiftype-widget .autocomplete li p {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.swiftype-widget .autocomplete li p.title {
    font-weight: bold;
    color: #30465C;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top:8px;
}

.swiftype-widget .autocomplete li p.title em {
    color: #0b2644;
    font-style: normal;
    font-weight: bold;
}

.swiftype-widget .autocomplete li.active p.title {
 
}

.swiftype-widget .autocomplete li.active p.title em {
    font-style: normal;
}

.color-code{
    display:block;
    width:6px;
    float:left;
    height:50px;
    border:none!important;
    margin-right:8px;
}

.swiftype-widget .autocomplete li .sections {
    color: #999;
    font-size: 11px;
}

.swiftype-widget .autocomplete li .sections em {
    color: #666;
    font-style: normal;
}

.swiftype-widget .autocomplete li .sections .section {
    display: inline;
}

.swiftype-widget .autocomplete li.active .sections {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #a9d7f1;
}

.swiftype-widget .autocomplete li.active .sections em {
    color: #a9d7f1;
    font-style: normal;
}

div.result div.log-in-to-view {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

div.results div.log-in-to-view > a {
    color: #FF8E27;
    position: absolute;
    bottom:0;
    left: 50%;
    width:200;
    margin-left:-100px;
    transform: rotate(0deg);
    background-color:#2E2E2E;
    background-image: url('//cdn2.hubspot.net/hub/53/file-2432915386-png/Knowledge_Base_Images/academy-hat.png');
    background-repeat: no-repeat;
    background-position:10px top;
    padding: 15px 10px 15px 70px;
    border-radius: 4px;
    font-size: 1em;
    height:57px;
    
    
}

div.results div.log-in-to-view > a:hover, div.results div.log-in-to-view > a:hover span{
    color:#FFFFFF;
    text-decoration:none;
}

div.results div.log-in-to-view > a span:after{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    margin-left:5px;
    
}

div.swiftype-widget div.autocomplete ul li div.log-in-to-view {
    position: absolute;
    padding-top: .9em;
    padding-right: .9em;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing:border-box;
}

div.swiftype-widget div.autocomplete ul li div.log-in-to-view p {
    background-color: #e5e5e5;
    font-size: medium;
    padding: 5px;
    display: inline-block;
    border-radius: 4px;
}

/** Google Translate **/

.google-translate-box{
    min-height:0!important;
    
}

#google_translate_element{
    position:absolute;
    display:inline-block;
    top:42px;
    right:0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    
}

.fixed-translate{
    position:fixed!important;
    top:0!important;
    opacity:.7;
}

.fixed-translate:hover{
    opacity:1;
}

.goog-te-gadget-simple{
  background-image:url('//cdn2.hubspot.net/hubfs/137828/Academy_%2B_Knowledge/translate.jpg');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position-x: 4px;
  background-position-y: 4px;
  font-size: 10px;
  border-top: none!important;
  border-bottom: 1px solid #9b9b9b!important;
  border-right: 1px solid #9b9b9b!important;
  border-left: 1px solid #9b9b9b!important;
  font-family: 'proxima-nova','helvetica neue',arial,sans-serif;
}

#google_translate_element img{
    visibility:hidden;
}



.nav-search-dropdown-container{
    display:none!important;
}


@media (min-width:768px){
.academy-header-nav{
    text-align:right;
}    

.academy-header-nav ul li:last-child a{
    padding-right:0!important;
}

.hs3-public-header .row-fluid {
    overflow:visible;
}   
 .academy-header-nav li.hs-item-has-children:hover > a, .academy-header-nav .hs-menu-children-wrapper a:hover{
        color:#F6892B;
    }
    
.academy-header-nav .hs-menu-children-wrapper{
  margin: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 40px;
  background: #f7f6f4;
  opacity: 0;
  padding: 15px 15px 15px 15px;
  z-index: 10;
  display: block;
  width: 220px;
  border-radius: 8px 8px 0 0;
  text-align:left;  
    }

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper{
    left:auto;
    right:0;
    text-align:right;
}

.academy-header-nav .hs-menu-children-wrapper a{
    padding:5px 0 0 0!important;

}

.academy-header-nav li.hs-item-has-children:hover {
  background: #f7f6f4;
  border-radius: 8px 8px 0 0;
}


}

@media (max-width:767px){
    #st-search-input{
        width:100%;
        
    }
    .academy-square-button-proj-search{
            margin-top: 10px;
            width: 100%;
    }
    .st-search-submit{
        display:none;
        
    }
    
    .projects-filter-button {
    margin-bottom: 30px;
    }
    
    .goog-te-menu-value>span:first-child{
        display:none!important;
    }
    
    iframe.goog-te-menu-frame{
        position:absolute!important;
    
}
    
    }
    
 

/*******************/
/*  INTERNATIONAL FOOTERS & GLOBE */
/*******************/
 .hs-nav__upper{
    list-style:none;
    margin:0;
    text-align: right;
}

.hs-nav__upper>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.hs-nav__language {
    position: relative!important;
}

 .hs-nav__language .hs-nav__globe {
    background-image: url("//cdn2.hubspot.net/hubfs/53/assets/hubspot.com/icons/globe-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 20px;
    height: 20px
}

.hs-nav__language .hs-nav__globe:hover .hs-nav__language-list {
    display: block
}

 .hs-nav__language .hs-nav__language-list {
    display: none;
    position: absolute;
    top: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    padding-top: 14px;
    z-index: 100
}

 .hs-nav__language .hs-nav__language-list li {
    position: relative;
    background: #3b3f3f;
    list-style:none;
}

 .hs-nav__language .hs-nav__language-list li:first-child {
    padding-top: 10px
}

 .hs-nav__language .hs-nav__language-list li:first-child:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-bottom-color: #3b3f3f;
    border-width: 12px;
    margin-left: -12px
}

 .hs-nav__language .hs-nav__language-list li:last-child {
    padding-bottom: 10px
}
.hs-nav__language .hs-nav__language-list li a {
    display: block;
    color: #fff;
    padding: 0 15px
}
.hs-nav__language .hs-nav__language-list li a:hover {
    color: #f7751f;
    text-decoration: none
}


@media (min-width:0) and (max-width:767px) {
    body {
        overflow: hidden;
        overflow-y: visible
    }
}

#international-header.i18n-header__wrapper {
    position: relative;
    background: #fff;
    font-size: 13px;
    z-index: 91
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper {
        font-size: 16px;
        border-bottom: 1px solid #3b3f3f
    }
}

#international-header.i18n-header__wrapper a:hover {
    text-decoration: none;
    color: #1da1db
}

@media (min-width:768px) {
    #international-header.i18n-header__wrapper .flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__menu {
        display: none;
        position: absolute;
        left: 0;
        bottom: -1px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        width: 100%;
        z-index: 10;
        background: #fff
    }

    #international-header.i18n-header__wrapper .i18n-header__menu.active {
        display: block
    }
}

#international-header.i18n-header__wrapper .i18n-header__burger-wrapper {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    padding: 10px 0;
    cursor: pointer
}

@media (min-width:768px) {
    #international-header.i18n-header__wrapper .i18n-header__burger-wrapper {
        display: none
    }
}

#international-header.i18n-header__wrapper .i18n-header__burger-wrapper .i18n-header__burger {
    position: relative;
    background-color: #555;
    width: 25px;
    height: 4px;
    -webkit-transition: all .4s;
    transition: all .4s
}

#international-header.i18n-header__wrapper .i18n-header__burger-wrapper .i18n-header__burger.active {
    background: transparent
}

#international-header.i18n-header__wrapper .i18n-header__burger-wrapper .i18n-header__burger:after,#international-header.i18n-header__wrapper .i18n-header__burger-wrapper .i18n-header__burger:before {
    content: "";
    position: absolute;
    background-color: #555;
    width: 25px;
    height: 4px;
    -webkit-transition: all .4s;
    transition: all .4s
}

#international-header.i18n-header__wrapper .i18n-header__burger-wrapper .i18n-header__burger:before {
    top: -8px
}

#international-header.i18n-header__wrapper .i18n-header__burger-wrapper .i18n-header__burger:after {
    bottom: -8px
}

#international-header.i18n-header__wrapper .i18n-header__burger-wrapper .i18n-header__burger.active:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#international-header.i18n-header__wrapper .i18n-header__burger-wrapper .i18n-header__burger.active:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width:768px) {
    #international-header.i18n-header__wrapper .i18n-header__primary {
        display: table;
        float: right
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary>.i18n-header__item {
    white-space: nowrap
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item {
    display: table-cell
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item {
        display: block
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.has-dropdown .i18n-header__item-link:after {
    content: '+';
    margin-left: 3px;
    position: relative;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.has-dropdown .i18n-header__item-link:after {
        position: absolute;
        right: 20px;
        font-size: 2em;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.i18n-header__cta-wrapper {
    overflow: hidden
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.i18n-header__cta-wrapper .i18n-header__cta {
    background: #1da1db;
    color: #fff;
    text-align: center;
    border: 3px solid #1da1db;
    border-radius: 5px;
    margin: 15px 0 15px 15px;
    padding: 10px 15px;
    -webkit-transition: background .35s;
    transition: background .35s
}

@media (min-width:768px) and (max-width:1024px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.i18n-header__cta-wrapper .i18n-header__cta {
        margin-left: 1vw
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.i18n-header__cta-wrapper .i18n-header__cta {
        margin: 20px
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.i18n-header__cta-wrapper .i18n-header__cta:hover {
    text-decoration: none;
    background: #1780ae;
    border-color: #1780ae;
    color: #fff
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.i18n-header__cta-wrapper .i18n-header__cta.sign-in {
    display: none;
    background: #fff;
    color: #1da1db;
    border-color: #999
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.i18n-header__search input {
    cursor: auto;
    background-image: none;
    width: 100%;
    padding: 20px
}

@media (min-width:768px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item.i18n-header__search {
        display: none
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__item-link {
    display: inline-block;
    position: relative;
    color: #555;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 15px
}

@media (min-width:768px) and (max-width:1024px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__item-link {
        padding: 10px .65vw;
        font-size: 85%
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__item-link {
        display: block;
        font-weight: 400;
        border-bottom: 1px solid #555;
        padding: 20px
    }

    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__item-link.active {
        color: #f7751f
    }

    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__item-link.active:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown {
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #555;
    font-size: .95em;
    margin: 0 auto
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown.open {
        display: block;
        padding: 20px 0
    }

    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__column:not(:last-of-type) {
        border-bottom: 1px solid #999;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown a,#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown h4,#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown p {
    color: #fff;
    letter-spacing: .1em;
    margin: 0;
    -webkit-font-smoothing: auto;
    text-rendering: initial
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown a {
    -webkit-transition: color .35s;
    transition: color .35s
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown a:hover {
    color: #1da1db
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown a {
        color: #555
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__header-wrapper {
    margin-bottom: 20px
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__header-wrapper {
        margin-bottom: 5px
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__header-wrapper .i18n-header__header {
    font-weight: 400
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__header-wrapper .i18n-header__header {
        display: block;
        color: #555;
        letter-spacing: .1em;
        font-weight: 600
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__group-item {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 10px;
    word-break: break-word;
    white-space: normal;
    font-size: 1.1em
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__group-item {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 1em
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__group-item:nth-child(odd) {
    padding-right: 10px;
    clear: left
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__group-item:nth-child(odd) {
        padding-right: 0
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__group-item a {
    display: block
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__group-item a {
        letter-spacing: 0
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__box-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32%;
    position: relative;
    background: #4f4f4f;
    text-align: center;
    border: 3px solid #999;
    padding: 20px;
    -webkit-transition: all .4s;
    transition: all .4s;
    white-space: normal
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__box-link {
        width: 100%
    }

    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__box-link:not(:last-child) {
        margin-bottom: 20px
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__box-link p {
    font-weight: 100
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__box-link p {
        display: none
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__box-link:hover {
    background: #999
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__box-link:hover.marketing {
    background: #ef5e29;
    border-color: #ce420f
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__box-link:hover.sales {
    background: #6287c3;
    border-color: #417aa9
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__header {
    text-transform: uppercase;
    font-weight: 400
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__header {
        font-size: .85em;
        font-weight: 600
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row {
    padding-bottom: 20px
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row:only-child {
    padding-bottom: 0
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom {
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #999;
    display: table;
    width: 100%
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom {
        display: block
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__header {
    padding-right: 10px;
    margin-bottom: 5px;
    display: table-cell;
    font-weight: 400
}

@media (min-width:768px) and (max-width:1024px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__header {
        display: block
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__header {
        display: block;
        color: #555;
        font-weight: 600
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group {
    display: table-cell
}

@media (min-width:768px) and (max-width:1024px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group {
        display: block
    }

    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group>li:first-child a {
        padding-left: 0
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group {
        display: block
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group .i18n-header__group-link {
    display: inline-block;
    margin-bottom: 10px
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group .i18n-header__group-link {
        display: block;
        width: 100%;
        margin: 0
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group .i18n-header__group-link a {
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width:768px) and (max-width:1024px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group .i18n-header__group-link a {
        padding-right: 1vw;
        padding-left: 1vw;
        font-size: 1.3vw
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown .i18n-header__row.bottom .i18n-header__group .i18n-header__group-link a {
        padding: 0;
        letter-spacing: 0
    }
}

@media (min-width:768px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item .i18n-header__dropdown {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        background: #3b3f3f;
        box-shadow: 0 5px 10px -5px #111;
        padding: 30px 0;
        z-index: 10
    }
}

@media (min-width:768px) {
    #international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item:hover .i18n-header__dropdown {
        display: block
    }
}

#international-header.i18n-header__wrapper .i18n-header__primary .i18n-header__item:hover .i18n-header__item-link:not(.i18n-header__cta) {
    -webkit-transition: .35s color,.35s border-color;
    transition: .35s color,.35s border-color;
    color: #f7751f
}

#international-header.i18n-header__wrapper #i18n-header__logo {
    display: inline-block;
    float: left;
    margin: 20px 0
}

#international-header.i18n-header__wrapper #i18n-header__logo img {
    max-width: 100px
}

#international-header.i18n-header__wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#international-header.i18n-header__wrapper ul.i18n-header__upper {
    text-align: right;
    padding-top: 15px
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper ul.i18n-header__upper {
        display: none
    }
}

#international-header.i18n-header__wrapper ul.i18n-header__upper>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__login {
    display: none
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__login .i18n-header__login-link {
    color: #f7751f
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language {
    position: relative
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__globe {
    background: url(//cdn2.hubspot.net/hubfs/53/assets/hubspot.com/icons/globe-icon.png) 50% no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__globe:hover .i18n-header__language-list {
    display: block
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__language-list {
    display: none;
    position: absolute;
    top: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    padding-top: 14px;
    z-index: 100
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__language-list li {
    position: relative;
    background: #3b3f3f
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__language-list li:last-child {
    padding-bottom: 10px
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__language-list li:first-child {
    padding-top: 10px
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__language-list li:first-child:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #3b3f3f;
    margin-left: -12px
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__language-list li a {
    display: block;
    color: #fff;
    padding: 0 15px
}

#international-header.i18n-header__wrapper ul.i18n-header__upper .i18n-header__language .i18n-header__language-list li a:hover {
    color: #f7751f
}

#international-header.i18n-header__wrapper ul .i18n-header__search {
    position: relative
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__wrapper ul .i18n-header__search {
        border-top: 1px solid #555;
        border-bottom: 1px solid #555
    }
}

#international-header.i18n-header__wrapper ul .i18n-header__search input {
    cursor: pointer;
    background: url(//cdn2.hubspot.net/hub/53/file-680128125-svg/assets/hubspot.com/V2-Global/v2-search-icon-dark.svg) 5px no-repeat;
    -webkit-transition: width .4s;
    transition: width .4s;
    width: 0;
    padding: 1px 1px 1px 30px;
    font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: .1em;
    border: none;
    text-transform: uppercase;
    height: 18px;
    font-size: .9em
}

#international-header.i18n-header__wrapper ul .i18n-header__search input:focus {
    cursor: auto;
    width: 175px;
    outline: none
}

.i18nModalFullscreenContainer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(65,65,65,.9);
    z-index: 99;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.i18nModalFullscreenContainer.active {
    display: block
}

.i18nModalFullscreenContainer .i18nModalFullscreenInner {
    max-width: 100%;
    overflow: hidden
}

.i18nModalFullscreenContainer .modalClose {
    display: block;
    position: fixed;
    top: 30px;
    right: 1.5em;
    width: 25px;
    height: 25px;
    color: hsla(0,0%,100%,.6);
    font-size: .8em;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
    z-index: 99
}

.i18nModalFullscreenContainer .modalClose:after,.i18nModalFullscreenContainer .modalClose:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    height: 4px
}

.i18nModalFullscreenContainer .modalClose:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.i18nModalFullscreenContainer .modalClose:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.i18nModalFullscreenContainer .i18n__sprocket-loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff url(//cdn2.hubspot.net/hub/53/file-1186944780-gif/assets/hubspot.com/V2-Global/v2-sprocket-loader.gif) no-repeat 50%;
    background-size: 36px 36px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    z-index: 100
}

.i18nModalFullscreenContainer .i18n-search__modal-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #3b3f3f;
    box-shadow: 0 10px 20px 0 #555;
    text-align: center;
    width: 100%;
    padding: 30px 45px 30px 10px;
    z-index: 10
}

.i18nModalFullscreenContainer .i18n-search__modal-header .i18n-search__modal-input {
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: .1em;
    border: 0;
    border-bottom: 2px solid #fff;
    max-width: 800px;
    width: 100%;
    padding: 0 25px 0 0
}

.i18nModalFullscreenContainer .i18n-search__results {
    position: relative;
    left: 0;
    padding: 120px 0 60px
}

.i18nModalFullscreenContainer .i18n-search__results .i18n-search-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:0) and (max-width:767px) {
    .i18nModalFullscreenContainer .i18n-search__results .i18n-search-item {
        display: block
    }
}

.i18nModalFullscreenContainer .i18n-search__results .i18n-search-item .title {
    width: 35%;
    padding-right: 20px
}

@media (min-width:0) and (max-width:767px) {
    .i18nModalFullscreenContainer .i18n-search__results .i18n-search-item .title {
        width: 100%;
        padding: 0
    }
}

.i18nModalFullscreenContainer .i18n-search__results .i18n-search-item .title a {
    color: #f7751f;
    font-size: 1.2em
}

.i18nModalFullscreenContainer .i18n-search__results .i18n-search-item .title p {
    font-size: .8em;
    word-wrap: break-word;
    margin: 0
}

.i18nModalFullscreenContainer .i18n-search__results .i18n-search-item .snippet {
    border-left: 1px solid #999;
    width: 65%;
    padding-left: 20px
}

@media (min-width:0) and (max-width:767px) {
    .i18nModalFullscreenContainer .i18n-search__results .i18n-search-item .snippet {
        width: 100%;
        padding: 0;
        border-left: none;
        margin-top: 20px;
        border-top: 1px solid #999
    }
}

.i18nModalFullscreenContainer .i18n-search__results .i18n-search__container {
    text-align: center;
    display: block
}

@media (min-width:0) and (max-width:767px) {
    .i18nModalFullscreenContainer .i18n-search__results .i18n-search__container .i18n-search__more {
        width: 100%
    }
}

.i18nModalFullscreenContainer .i18n-search__results.no-results {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px
}

.i18nModalFullscreenContainer .i18n-search__results.no-results h6 {
    color: #f7751f
}

.i18nModalFullscreenContainer .i18n-search__results.no-results p {
    color: #fff;
    font-size: 36px;
    letter-spacing: .1em;
    margin: 0
}

@media (min-width:0) and (max-width:767px) {
    .i18nModalFullscreenContainer .i18n-search__results.no-results p {
        font-size: 24px
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__blog {
        position: fixed;
        top: 0;
        width: 100%;
        height: 56px
    }
}

#international-header.i18n-header__blog .i18n-search-modal {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55,56,56,.98)
}

#international-header.i18n-header__blog .i18n-search-modal.active {
    display: block
}

#international-header.i18n-header__blog .i18n-search-modal .search-modal__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}

#international-header.i18n-header__blog .i18n-search-modal .search-modal__close {
    position: absolute;
    top: 18px;
    right: 20px;
    height: 30px;
    width: 30px;
    background: url(//cdn2.hubspot.net/hub/53/file-1791960321-png/assets/blog.hubspot.com/images/blue-close.png) no-repeat;
    background-size: 25px 25px
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__blog .i18n-search-modal .search-modal__close {
        background: url(//cdn2.hubspot.net/hub/53/file-2084722082-png/assets/blog.hubspot.com/images/blue-close-mobile.png);
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-position: 50%;
        top: 5px
    }
}

#international-header.i18n-header__blog .i18n-search-modal .search-modal__headline {
    font-weight: 400;
    font-family: proxima-nova-condensed,proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: .06em;
    color: #ccc;
    font-size: 24px;
    margin-bottom: 0
}

#international-header.i18n-header__blog .i18n-search-modal .search-modal__tip {
    font-family: proxima-nova-condensed,proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: .06em;
    margin-top: 5px;
    font-size: 14px;
    color: #999
}

#international-header.i18n-header__blog .i18n-search-modal .search-modal__tip.tip-2 {
    display: none
}

#international-header.i18n-header__blog .i18n-search-modal .search-modal__input {
    outline: none;
    background: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    padding: 0;
    font-size: 74px;
    font-weight: 100;
    color: #4081e7;
    border-bottom: 1px solid #4081e7;
    width: 100%;
    letter-spacing: .06em;
    font-family: proxima-nova-condensed,proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif
}

@media (min-width:0) and (max-width:1200px) {
    #international-header.i18n-header__blog .i18n-search-modal .search-modal__input {
        font-size: 60px
    }
}

@media (min-width:0) and (max-width:900px) {
    #international-header.i18n-header__blog .i18n-search-modal .search-modal__input {
        font-size: 40px
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__blog .i18n-search-modal .search-modal__input {
        font-size: 28px
    }
}

#international-header.i18n-header__blog .i18n-header__cta-wrapper,#international-header.i18n-header__blog .i18n-header__upper {
    display: none
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__blog #i18n-header__logo {
        visibility: hidden;
        margin: 7px 0
    }
}

#international-header.i18n-header__blog .i18n-header-mobile-tool__search {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    line-height: 16px;
    width: 20px;
    height: 20px
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__blog .i18n-header-mobile-tool__search {
        display: block
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-header.i18n-header__blog .i18n-header__search {
        display: none;
        height: 0;
        overflow: hidden;
        border-bottom: 0!important
    }
}

#international-footer.i18n-footer__wrapper ul {
    list-style: none;
    margin: 0
}

#international-footer.i18n-footer__wrapper {
    background: #3b3f3f;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .03em;
    padding: 60px 10px 30px
}

@media (min-width:0) and (max-width:767px) {
    #international-footer.i18n-footer__wrapper {
        text-align: center
    }

    #international-footer.i18n-footer__wrapper .i18n-footer__column:not(:last-of-type) {
        padding-bottom: 30px
    }
}

@media (min-width:768px) {
    #international-footer.i18n-footer__wrapper .mobile--show {
        display: none!important
    }
}

#international-footer.i18n-footer__wrapper * {
    -webkit-font-smoothing: auto!important;
    text-rendering: initial!important
}

#international-footer.i18n-footer__wrapper h3 {
    color: #fff;
    font-size: 22px!important;
    font-family: proxima-nova,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 100
}

#international-footer.i18n-footer__wrapper ul li {
    line-height: 1.5
}

#international-footer.i18n-footer__wrapper a {
    color: #999
}

#international-footer.i18n-footer__wrapper a:hover {
    color: #fff;
    text-decoration: none
}

@media (min-width:768px) {
    #international-footer.i18n-footer__wrapper .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-item-align: end;
        -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
        -webkit-box-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
}

#international-footer.i18n-footer__wrapper .i18n-footer__row:not(:last-of-type) {
    padding-bottom: 30px
}

#international-footer.i18n-footer__wrapper .i18n-footer__header {
    overflow: hidden;
    position: relative
}

#international-footer.i18n-footer__wrapper .i18n-footer__header h3 {
    display: inline-block;
    float: left;
    padding-right: 15px;
    margin: 13px 0
}

@media (min-width:0) and (max-width:767px) {
    #international-footer.i18n-footer__wrapper .i18n-footer__header h3 {
        display: block;
        float: none;
        padding-right: 0
    }
}

#international-footer.i18n-footer__wrapper .i18n-footer__header .i18n-footer__line {
    overflow: hidden;
    position: relative;
    top: 28px;
    right: 0;
    background: #fff;
    height: 1px
}

@media (min-width:0) and (max-width:767px) {
    #international-footer.i18n-footer__wrapper .i18n-footer__header .i18n-footer__line {
        display: none
    }
}

#international-footer.i18n-footer__wrapper .i18n-footer__subheader {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .08em
}

#international-footer.i18n-footer__wrapper .i18n-footer__sales {
    overflow: hidden
}

#international-footer.i18n-footer__wrapper .i18n-footer__sales li {
    display: inline-block;
    float: left;
    width: 50%;
    padding-bottom: 20px;
    padding-right: 2%
}

@media (min-width:768px) {
    #international-footer.i18n-footer__wrapper .i18n-footer__sales li {
        width: 33%
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-footer.i18n-footer__wrapper .i18n-footer__sales li {
        float: none;
        vertical-align: top;
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }
}

#international-footer.i18n-footer__wrapper .i18n-footer__sales li:last-of-type {
    padding-right: 0;
    padding-bottom: 0
}

#international-footer.i18n-footer__wrapper .i18n-footer__sales .i18n-footer__request-phone {
    color: #f7751f
}

#international-footer.i18n-footer__wrapper .i18n-footer__sales .i18n-footer__request-phone:before {
    content: '';
    display: inline-block;
    background: url(//cdn2.hubspot.net/hub/53/file-1384213819-png/assets/hubspot.com/icons/phone-orange.png);
    width: 19px;
    height: 19px;
    vertical-align: sub;
    margin-right: 6px
}

#international-footer.i18n-footer__wrapper .i18n-footer__sales .i18n-footer__request-phone:hover {
    color: #fff
}

#international-footer.i18n-footer__wrapper .i18n-footer__sales .i18n-footer__request-phone:hover:before {
    background: url(//cdn2.hubspot.net/hub/53/file-1385514128-png/assets/hubspot.com/icons/phone-white.png)
}

#international-footer.i18n-footer__wrapper .i18n-footer__locations {
    overflow: hidden;
    padding-bottom: 30px
}

#international-footer.i18n-footer__wrapper .i18n-footer__locations address {
    display: inline-block;
    float: left;
    color: #999;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    width: 33%;
    padding-right: 2%;
    padding-bottom: 20px
}

@media (min-width:768px) {
    #international-footer.i18n-footer__wrapper .i18n-footer__locations address {
        width: 20%
    }
}

@media (min-width:0) and (max-width:767px) {
    #international-footer.i18n-footer__wrapper .i18n-footer__locations address {
        display: none;
        float: none;
        font-size: initial;
        width: auto;
        padding-right: 0
    }
}

#international-footer.i18n-footer__wrapper .i18n-footer__locations address:last-of-type {
    padding-right: 0
}

#international-footer.i18n-footer__wrapper .i18n-footer__copyright,#international-footer.i18n-footer__wrapper .i18n-footer__languages {
    text-align: center;
    padding-bottom: 30px
}

#international-footer.i18n-footer__wrapper .i18n-footer__copyright li,#international-footer.i18n-footer__wrapper .i18n-footer__languages li {
    display: inline-block;
    color: #999;
    padding: 0 .5em
}

#international-footer.i18n-footer__wrapper .i18n-footer__copyright li a,#international-footer.i18n-footer__wrapper .i18n-footer__languages li a {
    color: #fff
}

#international-footer.i18n-footer__wrapper .i18n-footer__copyright li a:hover,#international-footer.i18n-footer__wrapper .i18n-footer__languages li a:hover {
    color: #f7751f
}

.i18n-footer__accordion {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width:768px) {
    .i18n-footer__accordion {
        width: 24%
    }

    .i18n-footer__accordion:hover .i18n-footer__accordion-title:after {
        background: #f7751f;
        border-color: #f7751f
    }

    .i18n-footer__accordion:hover .i18n-footer__accordion-item {
        max-height: 800px
    }
}

@media (min-width:0) and (max-width:767px) {
    .i18n-footer__accordion:not(:last-of-type) {
        margin-bottom: 20px
    }

    .i18n-footer__accordion .i18n-footer__accordion-title.active~.i18n-footer__accordion-item {
        max-height: 400vh
    }
}

.i18n-footer__accordion .i18n-footer__accordion-title {
    position: relative;
    border: 1px solid #fff;
    margin: 0;
    padding: 15px 40px 15px 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

@media (min-width:0) and (max-width:767px) {
    .i18n-footer__accordion .i18n-footer__accordion-title {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.i18n-footer__accordion .i18n-footer__accordion-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    border: 1px solid #999;
    border-radius: 5px;
    height: 10px;
    width: 10px;
    margin-top: -5px
}

.i18n-footer__accordion .i18n-footer__accordion-title.active:after {
    background: #f7751f;
    border-color: #f7751f
}

.i18n-footer__accordion .i18n-footer__accordion-item {
    position: absolute;
    overflow: hidden;
    display: block;
    background: #3b3f3f;
    border: 1px solid #fff;
    border-top: 0;
    max-height: 0;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 10
}

@media (min-width:0) and (max-width:767px) {
    .i18n-footer__accordion .i18n-footer__accordion-item {
        position: relative;
        width: auto
    }
}

.i18n-footer__accordion .i18n-footer__accordion-item.open {
    display: block
}

.i18n-footer__accordion .i18n-footer__accordion-item .i18n-footer__accordion-content {
    padding: 15px
}

.i18n-footer__accordion .i18n-footer__accordion-item .i18n-footer__accordion-content .i18n-footer__accordion-list {
    padding-bottom: 20px
}

.i18n-footer__accordion .i18n-footer__accordion-item .i18n-footer__accordion-content .i18n-footer__accordion-list:last-of-type {
    padding-bottom: 0
}    
       
    
    