/*
  Theme Name: HeartMath Institute
  Theme URI: http://heartmath.org
  Author: HeartMath Institute
  Author URI: http://heartmath.org
  Description: A custom WordPress theme built for HeartMath Institute website.
  Version: 2.1
  License: Copyright (c) 2015 HeartMath Institute. All Rights Reserved.
  License URI: http://heartmath.org/copyrights-and-trademarks/
*/

/* CSS DIRECTORY
   01. GLOBAL
   02. USER (HMI/GCI)
   03. HEADER
   04. FOOTER
   05. CONTENT
   06. COMPONENTS
   07. FORMS
   08. APPLICATIONS
   09. BRAND
   10. VENDORS
   11. EFFECTS
   12. PRELOADERS
   13. HELPERS
   14. PLACEHOLDERS
   15. RESETS
   16. @MEDIA QUERIES
   17. APPLICATIONS
*/



/* GLOBAL
================================= */
* {
  font-family: "Roboto", Arial, sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #4e5665;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
}

a {
  color: #1875b1;
  transition: all 0.3s;

  /* Break long URLs */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

a:hover, a:focus {
  color: #1875b1;
  outline: none;
}

.font-family-default, .font-family-default * {font-family: "Roboto", Arial, sans-serif !important;}
.font-family-condensed, .font-family-condensed * {font-family: "Roboto Condensed", Arial, sans-serif !important;}
.font-family-serif, .font-family-serif * {font-family: "Roboto Slab", Arial, sans-serif !important;}

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
  color: #2c3e50;
}

h1, .h1 {
  font-size: 40px;
  line-height: 46px;
  color: #b1005d;
  font-weight: 300;
  margin: 0 0 12px;
}

h1, h1 *,
.h1, .h1 * {
  hyphens: none; /* prevent hyphenated words */
}

h1.h1-lg, .h1-lg {
  font-size: 50px;
  line-height: 54px;
  color: #b1005d;
  font-weight: 300;
  margin: 0 0 12px;
}

#hm-parent h1, #hm-parent .h1 {
  font-size: 48px;
  line-height: 52px;
  color: #b1005d;
  font-weight: 300;
  margin: 0 0 12px;
}

/* Global - Headings */
h1.hm-section:not([class*="pad-reset"]):not([class*="mar-reset"]),
h1.h2.hm-section:not([class*="pad-reset"]):not([class*="mar-reset"]) {
  margin: 18px 0 30px 0;
}

h2, .h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  margin: 24px 0 12px;
  color: #1b82c4;
}

h1.h2.hm-section.h-primary,
h1.h2.hm-section.h-primary * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 42px;
  line-height: 46px;
  color: #b1005d;
  font-weight: 300;
}

h3, .h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  margin: 20px 0 8px;
}

img + h3 {
  margin-top: 2px;
}

h4, .h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  margin: 20px 0 6px;
}

h5, .h5 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 20px 0 6px;
}

h6, .h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 20px 0 6px;
}

.h1-default {margin-top: 0;}
.h2-default {margin-top: 24px;}
.h3-default {margin-top: 20px;}
.h4-default {margin-top: 16px;}
.h-primary {margin-top: 0;}
.h-list {text-transform: uppercase;}

h1 + h2, h2 + h3, h3 + h4,
h1 + h3, h1 + h4,
h2 + h4 {
  margin-top: 0;
}

.h1-primary,
.h2-primary,
.h3-primary {
  font-weight: 400;
}

h1.heading-primary, .h1.heading-primary,
h2.heading-primary, .h2.heading-primary,
h3.heading-primary, .h3.heading-primary,
h4.heading-primary, .h4.heading-primary,
h5.heading-primary, .h5.heading-primary,
h6.heading-primary, .h6.heading-primary {
  color: #b1005d;
}

h1.heading-secondary, .h1.heading-secondary,
h2.heading-secondary, .h2.heading-secondary,
h3.heading-secondary, .h3.heading-secondary,
h4.heading-secondary, .h4.heading-secondary,
h5.heading-secondary, .h5.heading-secondary,
h6.heading-secondary, .h6.heading-secondary {
  color: #1b82c4;
}

.hm-layout-default {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

iframe {
  border: none;
}

iframe.iframe-na {
  position: absolute !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  top: -1000px !important;
  border: 0 !important;
  z-index: -1 !important;
}

.hm-media-container.media-reset-btm .embed-responsive {
  margin-bottom: 0 !important;
}

.embed-responsive-articulate iframe {
  width: 100%;
  height: 658px;
}

p {
  margin: 0 0 15px;
}

p, ul {
  line-height: 26px;
  font-weight: normal;
}

sup {
  font-size:60%;
}

.fa,
.entry-content .fa {
  font-family: "FontAwesome", Arial, sans-serif !important;
}

.glyphicon,
.entry-content .glyphicon {
  font-family: "Glyphicons Halflings", Arial, sans-serif !important;
}

.br    {margin-bottom: 0; padding-bottom: 12px;}
.br-xs {margin-bottom: 0; padding-bottom: 3px;}
.br-sm {margin-bottom: 0; padding-bottom: 6px;}
.br-md {margin-bottom: 0; padding-bottom: 16px;}
.br-lg {margin-bottom: 0; padding-bottom: 20px;}
.br-xl {margin-bottom: 0; padding-bottom: 30px;}
.br-p  {margin-bottom: 0; padding-bottom: 14px;}


/* Global - HR */
hr {border-color: #e3ebed;}
.hr-xs {margin: 10px 0;}
.hr-sm {margin: 20px 0;}
.hr-md {margin: 30px 0;}
.hr-lg {margin: 40px 0;}
.hr-xl {margin: 50px 0;}
.hr-clr-lt {border-color: #fff;}
.hr-clr-md {border-color: #ccc;}
.hr-clr-dk {border-color: #333;}


/* Global - Images */
img.img-default {
  width: auto;
  height: auto;
}

.img-container {
  margin: 50px auto;
  text-align: center;
}

.img-container * {
  margin: 0 auto;
  text-align: center;
}

.img-auto,
.full-width img {
  width: 100%;
  height: auto;
}

img.alignnone {
  display: block;
  position: relative;
  margin: 10px 0;
}

img.alignright {
  float: right;
  margin: 6px 0 0 20px;
  display: inline;
}

img.alignleft {
  float: left;
  margin: 6px 20px 0 0;
  display: inline;
}

img.aligncenter {
  display: block;
  text-align: center;
  margin: 10px auto 10px auto;
}


/* Global - Layout Boxed */
.boxed-container {
  background: #F1F6F7;
  padding: 0;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.boxed-container {
    margin: 20px auto;
}

.breadcrumb {
  background: none;
  padding: 0 inherit;
  margin: 0;
  border-radius: 0;
}

.breadcrumb > li {
  text-shadow: none;
  font-size: 12px;
}

.breadcrumb > li a{
  color: #859db6;
}

.breadcrumb > .active {
  color: #d0d3d7;
}

.nav-pills > li > a {
  border-radius: 3px;
}

.nav-pills > li + li {
    margin-left: 5px;
}

#content-wrapper {
  padding: 40px 0 20px 0;
}

.widget h2 img {
  display: inline;
}

.btn,
a.btn * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.btn:active {
  box-shadow: none !important;
}

.navbar .btn {
  font-size: 15px;
  font-weight: 400;
}

.entry-content .btn,
.hm-entry-content .btn {
  font-size: 18px;
  font-weight: 400;
}

a[class*="btn-"],
button[class*="btn-"] {
  outline: none !important;
}

.btn-default {
  color: #fff;
  background-color: #ff9924;
  border-color: #ff9924;
}

.btn-danger {
  color: #fff !important;
  background-color: #d9534f !important;
  border-color: #d9534f !important;
}

.btn-inactive {
  color: #fff !important;
  background-color: #888 !important;
  border-color: #888 !important;
}

.btn-success {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}

.btn-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #e67b00 !important;
  border-color: #e67b00 !important;
}

.btn-secondary {
  color: #fff !important;
  background-color: #2aa8e2 !important;
  border-color: #2aa8e2 !important;
}

.btn-tertiary {
  color: #fff !important;
  background-color: #b1005d !important;
  border-color: #b1005d !important;
}

.btn-quaternary {
  color: #fff !important;
  background-color: #1875b1 !important;
  border-color: #1875b1 !important;
}

.btn-senary {
  color: #fff !important;
  background-color: #60c45e !important;
  border-color: #60c45e !important;
}

.btn-septenary {
  color: #fff !important;
  background-color: #7a2f95 !important;
  border-color: #7a2f95 !important;
}

.btn:hover,
.btn-default:hover,
.btn-danger:hover,
.btn-inactive,
.btn-success:hover,
.btn-warning:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover,
.btn-quaternary:hover,
.btn-septenary:hover,
.btn-senary:hover {
  filter: brightness(110%);
}

.btn-multi {
  position: relative;
  display: inline-block;
  clear: both;
}

.btn-multi .btn {
  position: relative;
  display: inline-block;
  margin: 0 6px 12px;
}

.btn-multi .btn:first-child {
  margin-left: 0;
}

.btn-multi .btn:last-child {
  margin-right: 0;
}

.btn-multi.btn-multi-center {
  width: 100%;
  text-align: center;
}

.btn.btn-size-default {font-size: 18px;}
.btn.btn-size-xs{font-size: 16px; padding: 1px 10px;}
.btn.btn-size-sm {font-size: 20px;}
.btn.btn-size-md {font-size: 24px;}
.btn.btn-size-lg {font-size: 30px;}
.btn.btn-size-xl {font-size: 34px;}


/* Global - Buttons (Glyphicons) */
.btn.btn-icon:before {
  position: relative;
  font-family: 'Glyphicons Halflings';
  font-size: 17px;
  line-height: normal;
  content: "\e080"; /* numerical unicode for chevron-right; */
  vertical-align: middle;
  padding-right: 3px;
  top: -2px;
  left: -2px;
}

.btn.btn-icon-chevron-left:before {font-family: 'Glyphicons Halflings'; content: "\e079";}
.btn.btn-icon-chevron-right:before {font-family: 'Glyphicons Halflings'; content: "\e080";}
.btn.btn-icon-chevron-up:before {font-family: 'Glyphicons Halflings'; content: "\e113";}
.btn.btn-icon-chevron-down:before {font-family: 'Glyphicons Halflings'; content: "\e114";}

.btn:hover, .btn:focus, .btn:active,
.btn-default:hover, .btn-default.focus, .btn-default.active,
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.open > .dropdown-toggle.btn-default,
.more-link:hover, .more-link:focus, .more-link:active {
  color: #ffffff;
  background: #ff8800;
  border-color: #ff8800;
  text-decoration: none;
  filter: brightness(105%);
}

.btn.btn-inactive {
  cursor: default;
}

/* Custom - Button (style-02-01) */
#content .hm-button[class*="hm-button-style-"] {
  position: relative;
  display: inline-block;
  height: 46px;
  border: 3px solid #229dda;
  border-radius: 22px;
  background: #fff url(/assets/uploads/2023/01/hm-btn-02-01-01.png) no-repeat calc(100% - 1px) center;
}

#content .hm-button[class*="hm-button-style-"],
#content .hm-button[class*="hm-button-style-"] * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  color: #229dda !important;
  text-decoration: none;
  vertical-align: middle;
}

#content .hm-button[class*="hm-button-style-"].font-size-sm,
#content .hm-button[class*="hm-button-style-"].font-size-sm * {
  font-size: 21px;
  line-height: 40px;
}

#content .hm-button[class*="hm-button-style-"] a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 46px 0 16px;
  margin: 0;
  white-space: nowrap;
}

#content .hm-button.text-capitalize[class*="hm-button-style-"] a,
#content .hm-button.text-capitalize[class*="hm-button-style-"] a * {
  text-transform: capitalize;
  font-size: 100%;
}

#content .hm-button.text-capitalize[class*="hm-button-style-"] a {
  margin-top: -2px !important;
}

/* Custom - Button (size-md) */
#content .hm-button[class*="hm-button-style-"].hm-button-size-md {
  height: 42px;
  background: #fff url(/assets/uploads/2023/01/hm-btn-02-01-01.png) no-repeat calc(100% - 1px) center;
  background-size: 32px;
}

#content .hm-button[class*="hm-button-style-"].hm-button-size-md,
#content .hm-button[class*="hm-button-style-"].hm-button-size-md * {
  font-size: 25px !important;
  line-height: 36px !important;
}

#content .hm-button[class*="hm-button-style-"].hm-button-size-md a {
  padding: 0 42px 0 16px;
}


/* Custom - Button (alert-02-01) */
#content .hm-button[class*="hm-button-alert-"] {
  position: relative;
  display: inline-block;
  height: 60px;
  border: none;
  border-radius: 8px;
  background: #222 !important;
  padding: 18px 20px 18px 76px;
}

#content .hm-button[class*="hm-button-alert-"],
#content .hm-button[class*="hm-button-alert-"] * {
  cursor: default;
}

#content .hm-button[class*="hm-button-alert-"] .hm-button-alert-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  vertical-align: middle;;
  border-radius: 8px;
  background: #34a924 url(/assets/themes/ihm/assets/applications/hmi/public/images/icons/button/alert/png/alert-01-01.png) no-repeat center center;
  text-align: center;
  z-index: 1;
}

#content .hm-button[class*="hm-button-alert-"] a,
#content .hm-button[class*="hm-button-alert-"] a *,
#content .hm-button[class*="hm-button-alert-"] .hm-button-alert-info,
#content .hm-button[class*="hm-button-alert-"] .hm-button-alert-info * {
  color: #fff;
  text-decoration: none !important;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 26px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

#content .hm-button[class*="hm-button-alert-"] .hm-button-alert-info {
  position: relative;
  display: inline-block;
}

#content .hm-button[class*="hm-button-alert-"] a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.more-link {
  display: inline-block;
  margin-top: 10px;
}


/* Global - Custom Dropdown Menu (select-styled) */
.dropdown-select-standard {
  position: relative;
}

.dropdown-select-standard button {
  width: 100%;
  background: #fff;
  border: none;
}

.dropdown-select-standard .btn-default,
.dropdown-select-standard .btn-default:hover,
.dropdown-select-standard .btn-default:focus,
.dropdown-select-standard .btn-default:active,
.dropdown-select-standard.open .dropdown-toggle.btn-default,
.dropdown-select-standard.open .dropdown-toggle.btn-default:hover,
.dropdown-select-standard.open .dropdown-toggle.btn-default:focus,
.dropdown-select-standard.open .dropdown-toggle.btn-default:active {
  outline: none;
  color: #4e5665;
  background: #fff;
  border: none;
  box-shadow: none;
  transition: none;
}

.dropdown-select-standard ul.dropdown-menu {
  background: #fff;
}

.dropdown-select-standard ul.dropdown-menu li:hover,
.dropdown-select-standard ul.dropdown-menu li a:hover {
  background: #f6f6f6;
}

.dropdown-select-standard ul.dropdown-menu li a {
  text-decoration: none;
}

.dropdown-select-standard button span.caret {
  position: absolute;
  top: 50%;
  right: 20px;
}

.dropdown-select-standard ul.dropdown-menu {
  width: 100%;
}


/* Global - Pagination */
.pagination {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border: 0;
}

.pagination > li > a,
.pagination > li > span {
  display: block;
  float: left;
  margin: 4px 4px 4px 0;
  padding: 0 12px;
  text-decoration: none;
  width: auto;
  color: #34495e;
  background: #ecf0f1;
  min-width: 25px;
  min-height: 35px;
  text-align: center;
  line-height: 35px;
  border: 0;
}

.single .pagination > li > a,
.single .pagination > li > span {
  margin: 4px 0 4px;
  color: #fff;
  background: #34495e;

}
.pagination span.page-of {
  float: right;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  color: #fff;
  background: #1875b1;
}

.pagination .current,
.pagination span.page-of {
  background: #1875b1;
  color: #fff;
}


/* Global - Default Label */
.label-default {
  font-weight: 500;
}


/* Global - Standard Label */
.label-default,
.label-hm,
.label-user {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.label-default.label-standard-sm {
  font-size: 13px;
  line-height: normal;
  padding: 3px 6px;
  cursor: default;
}

.label-default.label-standard-md {
  font-size: 14px;
  padding: 4px 10px;
}

.label-default.label-standard-lg {
  font-size: 16px;
  padding: 6px 12px;
}

.hm-label.hm-label-beta,
.hm-label.hm-label-new {
  position: relative;
  display: inline;
  padding: 2px 8px;
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 18px !important;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  background: #777;
  top: -14px;
  left: 6px;
}

.hm-label.label-block {
  position: relative;
  display: block;
  clear: both;
  top: 0;
  left: 0;
}

/* Rows/Tiers - Labels (beta) */
.hm-label.hm-label-beta.label-default, .hm-label.hm-label-new.label-default {background: #777;}
.hm-label.hm-label-beta.label-primary, .hm-label.hm-label-new.label-primary {background: #e67b00;}
.hm-label.hm-label-beta.label-secondary, .hm-label.hm-label-new.label-secondary {background: #2aa8e2;}
.hm-label.hm-label-beta.label-tertiary, .hm-label.hm-label-new.label-tertiary {background: #b1005d;}
.hm-label.hm-label-beta.label-quaternary, .hm-label.hm-label-new.label-quaternary {background: #1875b1;}
.hm-label.hm-label-beta.label-senary, .hm-label.hm-label-new.label-senary {background: #333;}
.hm-label.hm-label-beta.label-success, .hm-label.hm-label-new.label-success {background: #5cb85c;}
.hm-label.hm-label-beta.label-info, .hm-label.hm-label-new.label-info {background: #5bc0de;}
.hm-label.hm-label-beta.label-warning, .hm-label.hm-label-new.label-warning {background: #f0ad4e;}
.hm-label.hm-label-beta.label-danger, .hm-label.hm-label-new.label-danger {background: #d9534f;}


/* Global - User Labels */
.hm-user-content {
  margin-top: 30px;
}

a.label-user {
  text-decoration: none;
  padding: 0 3px 0;
}

a.label-user:hover,
a.label-user:focus {
  text-decoration: none;
  margin: 0;
}

.label-user {
  font-family: "Roboto Condensed" !important;
  line-height: normal;
  cursor: default;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 3px;
}

.label-user-sm {
  font-weight: 500;
  margin-right:3px;
}

.label-user-md {
  font-size: 18px;
  font-weight: 400;
  padding: 6px 12px;
  margin-right: 8px;
}

a.label-user,
a span.label-user {
  cursor: pointer;
}

.label-user-all {background: #8bb760;}
.label-user-gci {background: #2daf67;}
.label-user-member {background: #4dadd3;}
.label-user-military {background: #2ea48b;}
.label-user-registered {background: #5178ca;}
.label-user-subscriber {background: #d56281;}
.label-user-download {background: #1b82c5;}


/* Global - User Labels/Downloads */
div.user-label-standard {
  margin: 6px 0;
}

div.user-label-standard span.glyphicon {
  font-size: 12px;
  margin-left: 3px;
}

div.user-label-standard a span.glyphicon-lock {
  color: #e34141;
}

div.user-label-standard a span.glyphicon-ok {
  color: #42a634;
}

div.user-label-standard span.label.label-user {
  font-weight: 400;
  margin-right: 3px;
}

div.user-label p {
  line-height: normal;
}

div.user-label a.user-label,
div.user-label a.user-label:hover,
div.user-label a.user-label:focus {
  text-decoration:none;
}


/* Global - user-label-standard */
div.user-label-standard.user-member span.label-user-member,
div.user-label-standard.user-registered span.label-user-registered,
div.user-label-standard.user-subscriber span.label-user-subscriber,
div.user-label-standard.user-all span.label-user-all {
  background: #fff;
  font-weight: 600;
}

.label-user.inactive {
  background: #ccc;
}

div.user-label-standard.user-member span.label-user-member {
  color:#4dadd3;
  border: 1px solid #4dadd3;
}

div.user-label-standard.user-registered span.label-user-registered {
  color:#5178ca;
  border: 1px solid #5178ca;
}

div.user-label-standard.user-subscriber span.label-user-subscriber {
  color:#d56281;
  border: 1px solid #d56281;
}

div.user-label-standard.user-all span.label-user-all {
  color:#8bb760;
  border: 1px solid #8bb760;
}

div.user-label .hm-user-notification p {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
}


/* Global - hm-download-link (User-Protected Content) */
.hm-download-link p.link-info,
.hm-download-link p.link-inst {
  line-height: normal;
  margin-bottom: 0;
  font-size: 14px;
}

.hm-download-link p.link-info {
  padding-bottom: 4px;
}

.hm-download-link p.link-info .link-ext {
  font-size: 15px;
}

.hm-download-link p.link-download-glyph {
  padding-left: 28px;
}

/* Global - Anchors/Hyperlinks */
a.scrollup {
  position: fixed;
  width: 48px;
  height: 48px;
  right: 0;
  bottom: 100px;
  font-size: 22px;
  line-height: 48px;
  background: #f8a545;
  text-align: center;
  color: #fff;
  border-radius: 0;
  z-index: 2147483644;
}

a.scrollup:hover,
a.scrollup:focus {
  background: #ff8800;
  text-decoration: none;
}

.entry-content a {
  text-decoration: underline;
}

.entry-content a {
  text-decoration: underline;
}

a.hm-modal {
  padding-right: 18px;
  background: transparent url(/assets/uploads/2015/08/ico-modal-02.png) no-repeat top right;
}


/* Global - Download Links */
.link-download,
.link-download *,
.hm-download-link,
.hm-download-link * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.link-download {
  font-size: 22px;
  font-weight: 400;
}

p.link-download {
  margin-bottom: 12px;
}

p.link-download.label-none {
  margin-bottom: 8px;
}

p.link-msg {
  padding-bottom: 12px;
}

.link-download-info {
  font-size: 18px;
  font-weight: 400;
}

.link-download .glyphicon {
  top: 3px;
}

.link-download a {
  text-decoration: none;
  color: #1b82c5;
  border-bottom: 2px solid #c0e0f1;
  padding: 0;
}

.link-style-default,
.link-style-default *,
a.link-style-default,
a.link-style-default * {
  color: #1875b1 !important;
  transition: none !important;
  text-decoration: underline !important;
}

.link-style-inherit,
.link-style-inherit:hover,
.link-style-inherit:focus,
.link-style-inherit:visited {
  color: inherit;
}

.link-style-none,
.link-style-none:hover,
.link-style-none:focus,
.link-style-none:visited {
  color: inherit !important;
  text-decoration: none !important;
}

a.link-underline,
a.link-underline * {
  text-decoration: underline;
}

a.link-unstyled,
a.link-unstyled * {
  color: inherit;
  text-decoration: none;
}

a.link-hover-underline:hover {
  text-decoration: underline;
}


/* Global - Fonts */
body .font-status-defer {
  display: none;
}

body.hm-js-doc .font-status-defer,
body.hm-set-font .font-status-defer {
  display: inline-block;
  animation: animate-font-defer .8s;
}

@keyframes animate-font-defer {
  0% {opacity: 0;}
  100% {opacity: 1;}
}


/* Global - Custom Links */
ul.hm-menu-list li a,
ol.hm-menu-list li a,
a.hm-title,
a.link-style-c {
  text-decoration: none;
  color: #1b82c5;
  border-bottom: 2px solid #c0e0f1;
}


/* Global - Scrollbar */
.hm-scrolling-touch {-webkit-overflow-scrolling: touch;}

/* Global - Scrollbar (auto) */
.hm-scrolling-auto {overflow: auto; -webkit-overflow-scrolling: touch;}
.hm-scrolling-auto-x {overflow-x: auto; -webkit-overflow-scrolling: touch;}
.hm-scrolling-auto-y {overflow-y: auto; -webkit-overflow-scrolling: touch;}

/* Global - Scrollbar (hidden) */
.hm-scrolling-hidden {overflow: hidden;}
.hm-scrolling-hidden-x {overflow-x: hidden;}
.hm-scrolling-hidden-y {overflow-y: hidden;}

/* Global - Scrollbar (visible) */
.hm-scrolling-visible {overflow: visible; -webkit-overflow-scrolling: touch;}
.hm-scrolling-visible-x {overflow-x: visible; -webkit-overflow-scrolling: touch;}
.hm-scrolling-visible-y {overflow-y: visible; -webkit-overflow-scrolling: touch;}

/* Global - Scrollbar (scroll) */
.hm-scrolling-scroll {overflow: scroll; -webkit-overflow-scrolling: touch;}
.hm-scrolling-scroll-x {overflow-x: scroll; -webkit-overflow-scrolling: touch;}
.hm-scrolling-scroll-y {overflow-y: scroll; -webkit-overflow-scrolling: touch;}

/* == END / GLOBAL =================================== */



/* USER
================================= */
body.hm-hmi1 .hm-auth-pre-hmi1, /* HMI Subscriber */
body.hm-hmi2 .hm-auth-pre-hmi2, /* HMI Registered/Member */
body.hm-gci1 .hm-auth-pre-gci1  /* GCI Ambassador */
{
  display: none !important;
}

/* == END / USER =================================== */


body .hm-content-header-default {
  padding-top: 34px;
}


/* Header - #hm-info-bar */
body #hm-info-bar,
body #hm-info-bar * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

body #hm-info-bar .hm-info-bar-content {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

body #hm-info-bar.inactive {
  display: none;
}

body #hm-info-bar {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  background: linear-gradient(90deg, #83018c 0%, #b1005d 40%, #b1005d 100%);
  padding: 12px 0;
  text-align: center;
}

body #hm-info-bar .hm-info-bar-content .fa,
body #hm-info-bar .hm-info-bar-content .fa * {
  position: relative;
  font-size: 24px !important;
  top: 1px;
}

body #hm-info-bar .hm-info-bar-content sup {
  font-size: 60%;
}

body #hm-info-bar.style-default {background: linear-gradient(90deg, #83018c 0%, #b1005d 40%, #b1005d 100%);}
body #hm-info-bar.style-alert {background: linear-gradient(90deg, #8c0168 0%, #b1005d 40%, #b1005d 100%);}
body #hm-info-bar.style-special {background: linear-gradient(90deg, #4e178d 0%, #733393 40%, #733393 100%);}
body #hm-info-bar.style-success {background: linear-gradient(90deg, #13ac92 0%, #15b38c 40%, #15b38c 100%);}

/*
body #hm-info-bar.style-event {background: linear-gradient(90deg, #83018c 0%, #b1005d 40%, #b1005d 100%);}
body #hm-info-bar.style-info {background: linear-gradient(90deg, #83018c 0%, #b1005d 40%, #b1005d 100%);}
body #hm-info-bar.style-notice {background: linear-gradient(90deg, #83018c 0%, #b1005d 40%, #b1005d 100%);}
*/

body #hm-info-bar strong {
  font-size: 19px;
}

body #hm-info-bar #hm-info-bar-close {
  position: absolute;
  top: 0;
  right: 0;
  font-family: FontAwesome !important;
  content: '\f06a';
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  opacity: 0.6;
}

body #hm-info-bar .hm-link a,
body #hm-info-bar .hm-link a *,
body #hm-info-bar #hm-info-bar-close,
body #hm-info-bar #hm-info-bar-close * {
  text-decoration: none;
}

body #hm-info-bar .hm-link a,
body #hm-info-bar .hm-link a * {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-style: italic;
  text-decoration: none;
}

body #hm-info-bar a.hm-link:before {
  position: relative;
  font-family: 'Glyphicons Halflings';
  font-size: 17px;
  line-height: normal;
  content: "\e080"; /* numerical unicode for chevron-right; */
  vertical-align: middle;
  padding-right: 3px;
  margin-left: 6px;
  top: -1px;
  text-decoration: none !important;
}

body #hm-info-bar a.hm-link span {
  text-decoration: underline;
}


/* Header - #hm-info-bar (rwd) */
@media only screen and (min-width : 1401px) {

  body #hm-info-bar .hm-info-bar-content {
    padding: 0 30px;
  }

  body #hm-info-bar #hm-info-bar-close {
    right: 26px;
  }

}

@media only screen and (max-width : 1199px) {

  body #hm-info-bar {
    padding: 16px 15px;
    background: #b1005d;
  }

  body #hm-info-bar.style-default {background: #b1005d;}
  body #hm-info-bar.style-alert {background: #b1005d;}
  body #hm-info-bar.style-special {background: #733393;}

  body #hm-info-bar #hm-info-bar-close {
    top: -2px;
    right: 0;
    font-family: FontAwesome !important;
    content: '\f06a';
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    opacity: 0.6;
  }

  body #hm-info-bar a.hm-link {
    display: block;
    margin-top: 6px;
  }

  body #hm-info-bar a.hm-link:before {
    margin-left: -12px;
  }

}

@media only screen and (min-width : 1200px) and (max-width : 1400px) {

  body #hm-info-bar .hm-info-bar-content {
    padding: 0 30px;
  }

  body #hm-info-bar #hm-info-bar-close {
    right: 26px;
  }

}

@media only screen and (max-width : 1249px) {

  body #hm-info-bar a.hm-link {
    display: block;
    margin-top: 6px;
  }

}

@media only screen and (min-width : 992px) and (max-width : 1199px) {

  body #hm-info-bar #hm-info-bar-close {
    right: 12px;
  }

}

/* == END / HEADER =================================== */



/* FOOTER
================================= */
footer#hm-footer-menu {
  padding: 50px 30px 70px;
  text-align: center;
  background: #1772ac;
}

footer#hm-footer-menu * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

footer#hm-footer-menu nav#hm-footer-menu-sections *,
footer#hm-footer-menu nav#hm-footer-menu-categories *,
footer#hm-footer-menu nav#hm-footer-menu-org * {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

footer#hm-footer-menu ul,
footer#hm-footer-menu ul * {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}


/* Footer - Section menu */
footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li,
footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li * {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: none;
}

footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li {
  border-right: 1px solid rgba(255,255,255, 0.5);
  padding-right: 8px;
  margin-right: 6px;
  letter-spacing: 0.6px;
}

footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li:last-of-type {
  border-right: none;
}

footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li a:hover {
  color: #96dbfc;
}

footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li.active a,
footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li.active a * {
  color: #96dbfc;
  font-weight: bold;
}


/* Footer - Category menu */
footer#hm-footer-menu nav#hm-footer-menu-categories {
  display: inline-block;
  margin: 40px auto 30px;
}

footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category {
  position: relative;
  float: left;
  margin-right: 30px;
}

footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category:last-of-type {
  margin-right: 0;
}

footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category ul {
  display: block;
}

footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category ul > li {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
  vertical-align: middle;
}

footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category ul > li.hm-menu {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #ffd77c;
  margin-bottom: 12px;
}

footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category ul > li.hm-menu-item i.fa {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 8px;
  top: -2px;
  text-decoration: none;
}

footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category ul > li.hm-menu-item i.fa:hover,
footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category ul > li.hm-menu-item i.fa:hover * {
  text-decoration: none;
}


/* menu - custom
================================= */
/* menu - custom (Heart Coherence) */
footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li[data-menu-name="coherence"] a:before {
  position: relative;
  display: inline-block;
  top: 1px;
  left: 0;
  z-index: 10;
  content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-ffffff.svg');
  width: 18px;
  height: auto;
  margin-right: 3px;
}

footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li[data-menu-name="coherence"]:hover a:before,
footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li[data-menu-name="coherence"].active a:before {
  content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-96dbfc.svg');
}



/* Footer - Organization menu */
footer#hm-footer-menu nav#hm-footer-menu-org .organization {
  letter-spacing: 0.25px;
}

footer#hm-footer-menu nav#hm-footer-menu-org ul > li {
  display: inline-block;
  margin-right: 3px;
  font-size: 15px;
}

footer#hm-footer-menu nav#hm-footer-menu-org ul > li * {
  font-size: 15px;
  line-height: 15px;
}

footer#hm-footer-menu nav#hm-footer-menu-org ul > li:after {
  content: "/";
  padding-left: 3px;
  margin-left: 3px;
  opacity: 0.5;
}

footer#hm-footer-menu nav#hm-footer-menu-org ul > li:last-of-type:after {
  content: "";
  margin-left: 0;
}

footer#hm-footer-menu nav#hm-footer-menu-org ul > li.active a,
footer#hm-footer-menu nav#hm-footer-menu-org ul > li.active a * {
  color: #96dbfc;
}

footer#hm-footer-menu #hm-footer-menu-info {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}


/* Footer - Social menu */
footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 6px;
  background: #cee3fe;
  z-index: 2;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info {
  position: relative;
  display: block;
  width: 80%;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-info,
footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-info * {
  text-align: left;
  color: #454545;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-info {
  position: relative;
  float: left;
  font-size: 18px;
  line-height: 22px;
  float: left;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-col-a.hm-info {
  width: 50%;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-col-b.hm-info {
  width: 50%;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-item.hm-icon {
  padding-left: 80px;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-item.hm-icon .hm-icon {
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 2;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-item.hm-icon .hm-icon,
footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-item.hm-icon .hm-icon img {
  width: auto;
  height: 60px;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-social {
  position: absolute;
  top: 50%;
  right: 30px;
  padding: 0;
  margin: -19px 0 0;
  text-align: center;
  z-index: 1;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-social * {
  display: inline-block;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-social ul li.hm-icon * {
  font-size: 38px;
  line-height: 38px;
  color: #1772ac;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-social ul li.hm-icon {
  margin-right: 8px;
}

footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-social ul li.hm-icon:last-of-type {
  margin-right: 0;
}


/* Footer - Additional/Standard */
#hm-footer-additional #hm-footer-award-standard {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1140px;
  margin: 50px auto 0;
  padding: 40px 0 20px;
  border-top: 8px solid #e7e7e7;
  font-style: italic;
}

#hm-footer-additional #hm-footer-award-standard .hm-content {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
}

section.page-fullscreen #hm-footer-additional #hm-footer-award-standard {
  width: 100%;
  max-width: 100%;
  padding: 50px 100px 50px;
  margin: 0 auto;
  border-top: 1px solid #e7e7e7;
  background: #fcfcfc;
}

section.page-fullscreen #hm-footer-additional #hm-footer-award-standard .hm-content {
  width: 100%;
  max-width: 950px;
  padding-left: 0;
  padding-right: 0;
}

section.page-fullscreen #hm-footer-additional #hm-footer-award-standard.hm-footer-award-standard-02 .hm-content {
  width: 100%;
  max-width: 1100px;
}

section.page-fullscreen #hm-footer-additional #hm-footer-award-standard.hm-footer-award-standard-02 .hm-content,
section.page-fullscreen #hm-footer-additional #hm-footer-award-standard.hm-footer-award-standard-02 .hm-content * {
  vertical-align: top;
}

section.page-fullscreen #hm-footer-additional #hm-footer-award-standard.hm-footer-award-standard-02 .hm-content .hm-image a {
  position: relative;
  display: inline-block;
}

section.page-fullscreen #hm-footer-additional #hm-footer-award-standard.hm-footer-award-standard-02 .hm-content .hm-image {
  text-align: center;
}

@media only screen and (min-width : 1200px) {

  #hm-footer-additional #hm-footer-award-standard .hm-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }

  section.page-fullscreen #hm-footer-additional #hm-footer-award-standard.hm-footer-award-standard-02 .hm-content .hm-info {
    top: -12px;
  }

  /* Template - no-sidebar */
  #content.page-no-sidebar #hm-footer-additional #hm-footer-award-standard .hm-content {
    padding-left: 0;
    padding-right: 0;
  }

}

@media only screen and (max-width : 1199px) {

  /* Template - no-sidebar */
  #content.page-no-sidebar #hm-footer-additional #hm-footer-award-standard .hm-content {
    padding-left: 100px !important;
    padding-right: 100px !important;
    margin: 0 auto;
  }

  #content.page-no-sidebar #hm-footer-additional #hm-footer-award-standard .hm-content .hm-image img {
    display: inline-block;
    text-align: center;
    width: 200px;
    clear: none;
  }

  #content.page-no-sidebar #hm-footer-additional #hm-footer-award-standard .hm-content .hm-image {
    width: 100%;
    text-align: center;
  }

}


@media only screen and (max-width : 991px) {

  /* Template - no-sidebar */
  #content.page-no-sidebar #hm-footer-additional #hm-footer-award-standard .hm-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}


/* menu - navigator
================================= */
/* menu - custom (navigator/standard) */
#content #hm-theme-menu-navigator-01 {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 50px;
  background: #d3d3c5;
}

#content #hm-theme-menu-navigator-01-container.hm-navigator-01-standard {
  margin-top: 60px;
}

#content #hm-theme-menu-navigator-01-container h2 {
  font-weight: normal;
}

#content #hm-theme-menu-navigator-01 .hm-theme-menu-navigator-01-header {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding: 18px 0;
  background: #1b82c5;
}

#content #hm-theme-menu-navigator-01 .hm-theme-menu-navigator-01-header,
#content #hm-theme-menu-navigator-01 .hm-theme-menu-navigator-01-header * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  text-align: center;
  color: #fff;
  font-size: 32px;
}

#content #hm-theme-menu-navigator-01 .hm-title-offset,
#content #hm-theme-menu-navigator-01 .hm-title-offset * {
  font-weight: normal;
}

#content #hm-theme-menu-navigator-01 .hm-title-offset {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 12px;
  margin: 0 auto;
  color: #1b82c4;
  background: #fff;
}

#content #hm-theme-menu-navigator-01 .hm-items {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  max-width: 1500px;
  padding: 30px 30px;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 360px;
  margin: 10px;
  padding: 15px 0;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
  vertical-align: top;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item,
#content #hm-theme-menu-navigator-01 .hm-items > .hm-item * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  text-align: center;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .align-vert-middle-inner > div {
  position: relative;
  display: block;
  clear: both;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-title {
  margin-top: -6px;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-title,
#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-title * {
  font-size: 22px;
  line-height: 23px;
  color: #5c4e4e;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-title.hm-default,
#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-title.hm-default * {
  line-height: 46px;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-desc,
#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-desc * {
  font-size: 18px;
  line-height: 20px;
  color: #366ead;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-desc.hm-desc-default,
#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-desc.hm-desc-default * {
  line-height: 40px;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-desc {
  margin: 14px auto;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-image {
  width: 260px;
  height: 150px;
  margin: 10px auto 0;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-image.hm-style-02 {
  width: 235px;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-image img {
  position: relative;
  display: block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item.active .hm-title,
#content #hm-theme-menu-navigator-01 .hm-items > .hm-item.active .hm-title * {
  color: #366ead;
  font-weight: bold;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item.active .hm-desc,
#content #hm-theme-menu-navigator-01 .hm-items > .hm-item.active .hm-desc * {
  color: #666;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item.active .hm-image,
#content #hm-theme-menu-navigator-01 .hm-items > .hm-item.active .hm-image *  {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  opacity: 0.9;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item .hm-button {
  margin: 0 auto !important;
}

#content #hm-theme-menu-navigator-01 .hm-items > .hm-item.active .hm-button .btn.btn-icon:before  {
  content: '\e113';
}

@media only screen and (max-width : 1504px) {

  #content #hm-theme-menu-navigator-01 .hm-items {
    max-width: 1200px;
  }

}

@media only screen and (max-width : 767px) {

  /* Footer */
  #content #hm-theme-menu-navigator-01 .hm-theme-menu-navigator-01-header,
  #content #hm-theme-menu-navigator-01 .hm-theme-menu-navigator-01-header * {
    font-size: 26px;
  }

  #content #hm-theme-menu-navigator-01 .hm-title-offset {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 8px;
  }

}

@media only screen and (max-width : 630px) {

  #content #hm-theme-menu-navigator-01 .hm-items .hm-item {
    display: block;
    clear: both;
    margin: 20px auto;
  }

}

/* == END / FOOTER =================================== */



/* CONTENT
================================= */
section#content {
  padding: 30px 0;
}

.note {
  font-style: italic;
  text-decoration: underline;
}

p.endnote {
  padding-left: 12px;
}

p.endnote:before {
  position: absolute;
  content: "*";
  margin-left: -12px;
}

section#content.page-fullscreen {padding: 0 !important;}
section#content.page-no-sidebar {padding-top: 0 !important;}

.wpb-is-off section#content.page-fullscreen,
.wpb-is-off section#content.page-fullscreen .container,
section#subheader .container.page_heading_left {
  padding: 0;
}


/* Content - Sub-Header */
section#subheader {
  background-color: #fff !important;
  padding: 12px 0;
  position: relative;
  overflow: hidden;
}

section#subheader.has_header_image {
  padding: 100px 0;
}

section#subheader.has_header_image .breadcrumb > li a,
section#subheader.has_header_image .breadcrumb > li {
  color: #fff;
}

section#subheader ul.breadcrumb {
  position: relative;
  opacity: 0;
  top: -10px;
  transition: all 0.3s;
}

section#subheader ul.breadcrumb {
  opacity: 1;
  top: 0;
}

.page-header-standard {
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-header-standard,
.page-header-standard * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

section#subheader .page-header-image {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 0;
}

section#subheader .page-header-image img {
  border-radius: 0;
}

.single section#subheader ul.breadcrumb {
  opacity: 1;
  top: 0;
}

section#subheader ul.breadcrumb * {
  color: #79848f;
}


/* Content - Posts */
article.post {
  margin-bottom: 50px;
}

article.post h1,
article.post h1 *,
article.post h2,
article.post h2 *,
article.post h3,
article.post h3 *,
article.post h4,
article.post h4 *,
article.post h5,
article.post h5 *,
article.post h6,
article.post h6 * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

article.post h1,
article.post h1 * {
  font-size: 32px;
  line-height: 36px;
}

article .entry-title {
  font-size: 24px;
}

article .post-image {
  margin-bottom: 20px;
}

#single-header {
  position: relative;
}

#single-header hr {
  margin-bottom: 0;
}

.article-header-body {
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}

.article-header-body:not(.glyphicon) * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

body.archive.category section#content > .container > h1:first-child {
  font-size: 38px;
  line-height: 42px;
}

.article-header-body h1 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 6px;
  font-weight: bold;
  color: #444;
}

.single .article-header-body .navigation {
  position: absolute;
  right: 0;
  top: 0;
}

.single .article-header-body .navigation ul.pagination {
  margin: 16px 0;
}

.article-header-body .entry-title {
  margin-top: 0;
  line-height: normal;
  color: #34495E;
}

#single-header .article-header-body .entry-title {
  margin-top: 20px;
  margin-bottom: 0;
}

article footer ul.post-tags {
  padding-left: 0;
  margin-top: 30px;
}

article footer ul.post-tags li {
  margin-right: 5px;
  margin-bottom: 5px;
  height: auto;
}

article footer ul.post-tags li a{
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}


/* Content - Blog Post Specific Items */
p.meta {
  font-size: 14px;
  color: #bcc2c9;
}
p.meta a {
  color: #bcc2c9;
}

p.meta span i{
  margin-right: 5px;
}
p.meta span {
  margin-right: 15px;
}
p.meta span span {
  margin-right: 0;
}

.gg-love-this span {
  margin-right: 0 !important;
  color: #f99f9f;
}

.item-loved span {
  color: #ff0000;
}


/* Content - Blog Post Formats */
.post-format {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  background: #34495e;
  font-size: 28px;
}

.post-format i {
  line-height: 60px;
}


/* Content - Blog Post Formats - Status */
aside .widget .post-format.status {
  background: #E67E22;
}


/* Content - Blog Post Formats - Quote */
aside .widget .post-format.quote {
  background: #95A5A6;
}


/* Content - Blog Post Formats - Chat */
article.format-chat .post-format.chat,
aside .widget .post-format.chat {
  background: #9b59b6;
}

article.format-chat .entry-content p:nth-of-type(even) {
  background: #fff;
  padding: 12px;
  border-radius: 3px;
}

article.format-chat .entry-content p:nth-of-type(odd) {
  padding: 0 12px;
  border-radius: 3px;
}


/* Content - Blog Post Formats - Quote */
article.format-quote .entry-content {
  background: #34495e;
}


/* Content - Blog Post Formats - Link */
article.format-link .entry-title {
  margin-top: 10px;
  color: #fff;
}

aside .widget .post-format.link {
  background: #1875b1;
}

article.format-link .entry-content {
  background: #1875b1;
  border-left: 80px solid #1875b1;
  padding: 20px 20px 10px 20px;
  position: relative;
  color: #fff;
}

article.format-link .entry-content a {
  color: #fff;
}

article.format-link .post-link-icn-holder {
  color: #FFFFFF;
  font-size: 28px;
  left: -52px;
  line-height: 70px;
  position: absolute;
  top: 20px;
}


/* Content - Blog Post Formats - Image */
article.format-image .post-format.image,
aside .widget .post-format.image {
  background: #e74c3c;
}


/* Content - Blog Post Formats - Video */
article.format-video .post-format.video,
aside .widget .post-format.video {
  background: #ea4c89;
}


/* Content - Blog Post Formats - Audio */
article.format-audio .post-format.audio,
aside .widget .post-format.audio {
  background: #3498db;
}


/* Content - Blog Post Formats - Gallery */
article.format-gallery .post-format.gallery,
aside .widget .post-format.gallery {
  background: #95A5A6;
}


/* Content - Blog Post Formats - Status */
article.format-status .entry-content p {
  background: #fff;
  padding: 12px;
  border-radius: 3px;
}
article.format-status .post-format.status img {
  vertical-align: inherit;
  border-radius: 3px;
}


/* Content - Blog Post Formats - Aside */
article.format-aside .entry-content {
  background: #ecf0f1;
  padding: 20px 20px 10px;
}


/* Content - Parent/Fluid Layout - Wrappers */
.hm-tier .row.wrapper {
  width: 100%;
  padding: 40px 0;
}

.hm-tier.hm-tier-default.sec-01 .row.wrapper {
  padding-top: 24px;
}

.hm-tier .row.styled {
  border-bottom: 1px solid #eee;
}

.hm-tier .row.styled.styled-bottom {
  border-bottom: 1px solid #eee;
}

.hm-tier .row.styled.styled-top {
  border-top: 1px solid #eee;
}

.hm-tier .row.styled.styled-reset-top {
  border-top: none;
}

.hm-tier .row.styled.styled-reset-bottom {
  border-bottom: none;
}

.hm-tier .row.wrapper.wrapper-md {
  padding: 25px 0;
}

.entry-content .hm-tier.sec-01:not(.hm-tier-default) .row.wrapper {
  padding-top: 0; /* Remove padding from top .hm-tier */
}

.hm-tier .row.wrapper.pad-reset {padding: 0 !important;}
.hm-tier .row.wrapper.pad-reset-btm {padding-bottom: 0 !important;}
.hm-tier .row.wrapper.pad-reset-top {padding-top: 0 !important;}

.hm-gutter-head, .hm-gutter-head-default {padding-top: 30px;}
.hm-gutter-foot, .hm-gutter-foot-default {padding-bottom: 30px;}


/* Content - Wrapper Colors (default, light, dark) */
.row.style-a, .bg-style-a       {background-color: #ffffff;} /* white */
.row.style-b, .bg-style-b       {background-color: #d8f3d6;} /* green */
.row.style-b-lt, .bg-style-b-lt {background-color: #ebf9ea;} /* green */
.row.style-c, .bg-style-c       {background-color: #bbd7ed;} /* blue */
.row.style-c-lt, .bg-style-c-lt {background-color: #ddebf6;} /* blue */
.row.style-d, .bg-style-d       {background-color: #eef2fe;} /* blue 02 */
.row.style-d-lt, .bg-style-d-lt {background-color: #f6f8fe;} /* blue 02 */
.row.style-e, .bg-style-e       {background-color: #f8f3d6;} /* yellow */
.row.style-e-lt, .bg-style-e-lt {background-color: #fbf9ea;} /* yellow */
.row.style-f, .bg-style-f       {background-color: #f4f4f4;} /* grey */
.row.style-f-lt, .bg-style-f-lt {background-color: #fcfcfc;} /* grey */


/* Content - Parent/Fluid Layout - Menu Nav (left-column) */
.hm-nav-section [class*="hm-nav-"],
.hm-nav-section .hm-bulletin-column {
  margin: 0 auto 16px;
}

.hm-nav-section > ul.nav * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding: 0;
  margin: 0;
}

.hm-nav-section > ul.nav {
  list-style: none !important;
}

.hm-nav-section > ul.nav li:before {
  display: none !important;
}

.hm-nav-section > ul.nav > li {
  font-size: 16px;
  line-height: 18px;
  padding: 6px 10px;
  margin: 2px;
  color: #fff;
}

.hm-nav-section > ul.nav > li a {
  background: none;
  color: #fff;
}

.hm-nav-section > ul.hm-nav-current > li:not(.nav-header) {
  background: #959346;
}

.hm-nav-section > ul.hm-nav-current > li:hover:not(.nav-header) {
  background: #878545;
}

.hm-nav-section > ul.hm-nav-related {
  margin-bottom: 0;
}

.hm-nav-section > ul.hm-nav-related > li:not(.nav-header) {
  background: #b87f9f;
}

.hm-nav-section > ul.hm-nav-related > li:hover:not(.nav-header) {
  background: #af7596;
}

.hm-nav-section > ul.hm-nav-current > li:hover,
.hm-nav-section > ul.hm-nav-related > li:hover {
  transition: all 0.3s;
}

.hm-nav-section > ul.nav > li.nav-header {
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  color: #b1005d;
  padding: 0;
}

.hm-nav-section > ul.nav > li.nav-header:after {
  content: ":";
}

.hm-nav-section img.hm-nav-img {
  margin-bottom: 12px;
}

.hm-nav-section .hm-nav {
  position: relative;
  border: 1px solid rgba(212, 110, 160, 0.8);
  border-radius: 60%/15px;
  width: 248px;
  height: auto;
  margin: 0 auto 12px;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.hm-nav-section .hm-nav-item {
  position: relative;
  width: 248px;
  margin: 0 auto 12px;
  padding: 0 12px;
}


/* Content - Typography */
.char-trade {position: relative; font-size: 70%; top: -4px;}
.char-trade-xs {position: relative; font-size: 70%; top: -2px;}
.char-trade-sm {position: relative; font-size: 70%; top: -4px;}
.char-trade-md {position: relative; font-size: 70%; top: -6px;}
.char-trade-lg {position: relative; font-size: 70%; top: -8px;}
.char-trade-xl {position: relative; font-size: 70%; top: -10px;}

.font-weight-default {font-weight: 300;}
.font-weight-thin {font-weight: 100;}
.font-weight-lt {font-weight: 400;}
.font-weight-md {font-weight: 500;}
.font-weight-bold {font-weight: 700;}
.font-weight-bold- {font-weight: 900;}
b, strong {font-weight: 700;}

.font-size-default {font-size: 17px; line-height: normal;}
.font-size-xsmall {font-size: 12px; line-height: 16px !important;}
.font-size-small {font-size: 13px; line-height: 18px !important;}
.font-size-xs {font-size: 80%; line-height: normal;}
.font-size-sm {font-size: 90%; line-height: normal;}
.font-size-md {font-size: 125%; line-height: normal;}
.font-size-lg {font-size: 150%; line-height: normal;}
.font-size-xl {font-size: 175%; line-height: normal;}
.font-size-xxl {font-size: 200%; line-height: normal;}


/* Content - Lists */
ul.ul-reset, ol.ol-reset {padding: 0; margin: 0;}
ul.ul-reset-top, ol.ol-reset-top {padding-top: 0; margin-top: 0;}
ul.ul-reset-btm, ol.ol-reset-btm {padding-bottom: 0; margin-bottom: 0;}

.ul-nested > li > ul,
.ol-nested > li > ol {
  padding-top: 6px;
}

ul.ul-reset-indent,
.ul-nested.ul-reset-indent > li > ul,
.ul-nested.ol-reset-indent > li > ol {
  padding-left: 20px;
}

ol.ol-reset-indent,
.ol-nested.ol-reset-indent > li > ol,
.ol-nested.ul-reset-indent > li > ul {
  padding-left: 20px;
}

.li-xs > li {margin-bottom: 3px;}
.li-sm > li {margin-bottom: 6px;}
.li-md > li {margin-bottom: 10px;}
.li-lg > li {margin-bottom: 16px;}
.li-xl > li {margin-bottom: 20px;}

/* Content - Lists (multi-column/float elements) */
.li-xs.li-cat > li, .li-xs.li-col > li {margin-bottom: 12px;}
.li-sm.li-cat > li, .li-sm.li-col > li {margin-bottom: 20px;}
.li-md.li-cat > li, .li-md.li-col > li {margin-bottom: 30px;}
.li-lg.li-cat > li, .li-lg.li-col > li {margin-bottom: 40px;}
.li-xl.li-cat > li, .li-xl.li-col > li {margin-bottom: 50px;}

.li-reset-p > li p {margin-bottom: 0;}
.li-xs-p > li p    {margin-bottom: 3px;}
.li-sm-p > li p    {margin-bottom: 6px;}
.li-md-p > li p    {margin-bottom: 10px;}
.li-lg-p > li p    {margin-bottom: 16px;}
.li-xl-p > li p    {margin-bottom: 20px;}

li:last-child {
  margin-bottom: 0;
}

.li-style-a,
.li-style-b,
.li-style-c {
  list-style: none;
  padding: 0 20px 0 0;
  margin: 0;
}

[class*='li-style-'].li-style-indent {
  padding-left: 35px;
  padding-right: 35px;
}

[class*='li-style-'].li-style-indent-flush {
  padding-left: 20px;
}

.li-style-a li,
.li-style-b li,
.li-style-c li {
  padding-left: 20px;
}

.li-style-a li:before,
.li-style-b li:before,
.li-style-c li:before {
  position: relative;
  content: "\2022"; /* numerical unicode for &bull; */
  font-size: 32px;
  padding-right: 6px;
  top: 6px;
  margin-left: -21px;
}

.li-style-default {
  list-style: disc !important; /* default */
}

.li-style-default li:before {
  content: '' !important;
}

.li-style-a li:before {
  color: #b2005b;
}

.li-style-b li:before {
  color: #1b82c5;
}

.li-style-c li:before {
  color: #e7800a;
}

.li-style-none,
.li-style-none-flush {
  list-style: none;
}

.li-style-none:before,
.li-style-none-flush:before {
  content: '' !important;
}

.li-flush,
.li-style-none-flush {
  margin-left: -15px;
}

ul.li-style-dash {
  list-style: none;
  padding: 0 40px;
  margin: 0;
}

ul.li-style-dash li:before {
  content: '\2013';
  position: absolute;
  margin-left: -20px;
}

ul.li-style-asterisk {
  list-style: none;
  padding: 0 40px;
  margin: 0;
}

ul.li-style-asterisk li:before {
  content: '*';
  position: absolute;
  margin-top: 2px;
  margin-left: -20px;
}

ul.li-style-center,
ol.li-style-center {
  list-style-position: inside;
  text-align: center;
  padding: 0;
  margin: 0;
}

.ul-style-center,
.ol-style-center {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.ul-style-center ul,
.ol-style-center ol {
  position: relative;
  display: block;
  list-style: none;
  float: left;
  left: 50%;
  padding-left: 0;
  padding-right: 0;
}

.ul-style-center ul li,
.ol-style-center ol li {
  position: relative;
  display: block;
  right: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.ul-style-center ul li:before,
.ol-style-center ol li:before {
  position: relative;
  top: 3px;
  left: -4px;
  content: "\2022";
  font-size: 24px;
}

/* .li-style-numeric (inline, custom increment) */
#content ol.li-style-numeric {
  list-style: none;
  counter-reset: index;
}

#content ol.li-style-numeric li:not(.li-exclude) {
  counter-increment: index;
}

#content ol.li-style-numeric li:before {
  content: counter(index) ". ";
}

#content ol.li-style-numeric.li-style-bold li:before {
  font-family: "Roboto Condensed", Arial, sans-serif;
  content: counter(index) ". ";
  font-weight: bold;
  font-size: 112%;
  opacity: 0.7;
}

#content ol.li-style-numeric li.li-exclude {
  list-style: none;
}

#content ol.li-style-numeric li.li-exclude:before {
  content: "";
  opacity: 0;
}

#content ol.li-style-numeric li.li-exclude,
#content ol.li-style-numeric li.li-exclude * {
  margin: 0;
  line-height: normal;
}

#content ol.list-inline.li-style-numeric li.li-exclude,
#content ol.list-inline.li-style-numeric li.li-exclude * {
  padding-right: 0;
}

#content ol.hm-toc,
#content ul.hm-toc {
  margin: 0;
  padding: 0 25px;
  font-size: 15px;
  line-height: 18px;
}

#content .hm-toc li {
  padding-bottom: 6px;
}

#content .hm-toc li.active {
  font-weight: bold;
}

#content .hm-menu-list * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

#content .hm-menu-list li {
  margin-bottom: 8px;
}

#content .hm-menu-list li a {
  text-decoration: none;
  color: #1b82c5;
  border-bottom: 2px solid #c0e0f1;
}


/* Content - Icons */
.ico-asterisk-02 {
  position: relative;
  display: inline-block;
  background: url(/assets/uploads/2014/09/sprite-icons-symbol.png) no-repeat -67px -18px;
  width: 16px;
  height: 16px;
}


/* Content - Metadata/Content Info */
#content .hm-metadata {
  position: relative;
  display: block;
  clear: both;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e3ebed;
}

#content .hm-metadata .md-head {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 6px;
}

#content .hm-metadata p:not(.md-inherit) {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 3px;
}

#content .hm-metadata.hm-metadata-extended p:not(.md-inherit) {
  margin: 0 0 6px;
}

#content .hm-metadata.hm-metadata-extended p.meta-file {
  margin-top: 12px;
}

#content .hm-metadata .md-author {
  font-weight: 500;
}

#content .hm-metadata .md-label {
  opacity: 0.7;
  margin-bottom: 3px;
}

#content .hm-metadata .md-date {
  font-size: 13px;
  opacity: 0.7;
  margin: 3px 0;
}

#content .hm-metadata .md-file {
  padding-top: 3px;
}

/* == END / CONTENT =================================== */



/* COMPONENTS
================================= */

/* Components - Sidebar */
aside {
  display: inline-block;
  width: 100%;
}

aside.sidebar-nav * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

aside.sidebar-nav {
  padding: 0 0 0 30px;
}

body aside.sidebar-nav .tagcloud .tag-cloud-link.tag-cloud-count.tag-size-xs {font-size: 14px !important; color: rgba(102,102,102,1.0) !important;}
body aside.sidebar-nav .tagcloud .tag-cloud-link.tag-cloud-count.tag-size-sm {font-size: 16px !important; color: rgba(100,100,100,1.0) !important;}
body aside.sidebar-nav .tagcloud .tag-cloud-link.tag-cloud-count.tag-size-md {font-size: 18px !important; color: rgba(98,98,98,1.0) !important;}
body aside.sidebar-nav .tagcloud .tag-cloud-link.tag-cloud-count.tag-size-lg {font-size: 19px !important; color: rgba(94,94,94,1.0) !important;}
body aside.sidebar-nav .tagcloud .tag-cloud-link.tag-cloud-count.tag-size-xl {font-size: 20px !important; color: rgba(90, 90, 90,1.0) !important;}

/* @media - Custom (tags) */
@media only screen and (min-width : 992px) {
  body aside.sidebar-nav .tagcloud,
  body.blog aside.sidebar-nav .tagcloud {
    padding-right: 15px;
  }
}

@media only screen and (min-width : 1050px) {
  body aside.sidebar-nav .tagcloud,
  body.blog aside.sidebar-nav .tagcloud {
    width: 250px;
  }
}

@media only screen and (min-width : 1350px) {
  body aside.sidebar-nav .tagcloud,
  body.blog aside.sidebar-nav .tagcloud {
    width: 350px;
  }
}

@media only screen and (min-width : 1550px) {
  body aside.sidebar-nav .tagcloud,
  body.blog aside.sidebar-nav .tagcloud {
    width: 430px;
  }
}

@media only screen and (min-width : 1700px) {
  body aside.sidebar-nav .tagcloud,
  body.blog aside.sidebar-nav .tagcloud {
    width: 500px;
  }
}

aside .widget h4.widget-title {
  margin-bottom: 3px;
  color: #34495e;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: bold;
}

.widget {
  margin-bottom: 30px;
  color: #a1a8af;
}

.widget.split-categories ul > li {
  font-size: 14px;
  margin: 0;
}

aside.sidebar-nav .widget ul.split_categories > li > a {
  font-size: 17px;
  margin-right: 3px;
}

aside.sidebar-nav .widget a,
aside.sidebar-nav .widget ul.split_categories > li > a {
  color: #777; /* the same color as the menu */
}

.widget.widget_text {
  margin-bottom: 20px;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul.children,
.widget ul.sub-menu {
  margin-left: 20px;
}

.widget ul > li {
  border-bottom: none;
  list-style: none;
  margin-top: 6px;
}

.widget ul li:first-child {
  margin-top: 0;
}
.widget ul li .post-date {
  display: block;
  font-style: italic;
  margin-top: 3px;
  font-size: 14px;
}
.widget ul li .post-date:before {
  content: '\7d';
  font-family: 'ElegantIcons';
  font-style: normal;
  margin-right: 5px;
}


/* Components - Widget - Tags */
.widget ul.wp-tag-cloud li:before {
  content: none;
  margin-right: 0;
}

.widget ul.wp-tag-cloud > li {
  display: inline-block;
  background: #ecf0f1;
  border-radius: 3px 3px 3px 3px;
  box-shadow: none;
  color: #6b6b6b;
  text-align: center;
  text-shadow: none;
  padding: 4px 8px;
  margin: 6px 2px 0 0;
  line-height: 16px;
  text-align: left
}

.widget ul.wp-tag-cloud li > a {
  font-size: 13px;
  color: #666;
}

.widget ul.wp-tag-cloud li:first-child {
  margin-top: 12px;
}

footer .widget ul.wp-tag-cloud li {
  background: #1875b1;
}


/* Components - Widget - Working Hours */
.working_hours ul li {
  width: 100%;
}

.working_hours ul li:before {
  font-family: 'ElegantIcons';
  content: '\7d';
  margin-right: 20px;
}

.working_hours ul li.other-details:before {
  content: '';
  margin-right: 0;
}


/* Components - Widget - Recent Comments */
.widget ul#recentcomments li:before {
  content: "\76";
  font-family: 'ElegantIcons';
  margin-right: 10px;
}
.widget ul#recentcomments li a {
  display: block;
}


/* Components - Widget - Tabbed Posts */
.widget.tabbed-widget {
  float: left;
  width: 100%;
}

.widget.tabbed-widget ul.nav-tabs {
  background: #f9f9f9;
  margin-bottom: 20px;
  border: 0;
  border-radius: 3px;
}

footer .widget.tabbed-widget ul.nav-tabs {
  background: #1875b1;
}

.widget.tabbed-widget ul.nav-tabs li {
  padding: 0;
  margin: 0;
  border: 0;
}

.widget.tabbed-widget ul.nav-tabs li a{
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0);
  padding: 10px 0;
  text-align: center;
}

.widget.tabbed-widget .nav-tabs > li.active > a,
.widget.tabbed-widget .nav-tabs > li.active > a:hover,
.widget.tabbed-widget .nav-tabs > li.active > a:focus {
  border: 0;
  background: #1875b1;
  color: #fff;
}
footer .widget.tabbed-widget .nav-tabs > li.active > a,
footer .widget.tabbed-widget .nav-tabs > li.active > a:hover,
footer .widget.tabbed-widget .nav-tabs > li.active > a:focus,
footer .widget.tabbed-widget .nav-tabs > li > a:hover,
footer .widget.tabbed-widget .nav-tabs > li > a:focus {
  background: #34495E;
  color: #fff;
}
.widget.tabbed-widget .nav-tabs > li:first-child > a,
.widget.tabbed-widget .nav-tabs > li:first-child > a:hover,
.widget.tabbed-widget .nav-tabs > li:first-child > a:focus {
  border-radius: 3px 0 0 3px;
}

.widget.tabbed-widget .nav-tabs > li:last-child > a,
.widget.tabbed-widget .nav-tabs > li:last-child > a:hover,
.widget.tabbed-widget .nav-tabs > li:last-child > a:focus {
  border-radius: 0 3px 3px 0;
}

.widget.tabbed-widget .nav-tabs > li > a {
  border-radius: 0;
  margin: 0;
  font-size: 14px;
}

.widget.tabbed-widget ul > li:before {
  content: none;
}
.widget.tabbed-widget ul > li {
  float: left;
}
.widget.tabbed-widget .tab-content ul > li {
  width: 100%;
  margin-bottom: 8px;
}

.widget.tabbed-widget .tab-content ul#recentcomments > li,
.widget.tabbed-widget .tab-content ul.wp-tag-cloud > li {
  margin-bottom: 0;
}
.widget.tabbed-widget ul > li > a {
  display: block;
}

.widget.tabbed-widget ul > li span.post-format {
  display: inline;
  float: left;
}

.widget.tabbed-widget ul > li img {
  margin: 0 20px 0 0;
}

.widget.tabbed-widget ul.wp-tag-cloud > li {
  width: auto;
}

.widget.tabbed-widget .post-comments,
.widget.tabbed-widget .post-date {
  color: #bcc2c9;
  margin-top: 3px;
  display: block;
  font-size: 14px;
  font-style: italic;
}
footer .widget.tabbed-widget .post-comments,
footer .widget.tabbed-widget .post-date {
  color: #B4F6D0;
}

.widget.tabbed-widget .post-comments i,
.widget.tabbed-widget .post-date i {
  margin-right: 5px;
}


/* Components - Widget - Newsletter */
.newsletter h4.widget-title {
  background: url(images/newsletter-icn.png) left top no-repeat;
  min-height: 40px;
  padding-left: 60px;
  background-size: 40px 40px;
}

.newsletter-box form {
  margin-top: 20px;
}

.newsletter-box h1,
.newsletter-box h2,
.newsletter-box h3,
.newsletter-box h4,
.newsletter-box h5,
.newsletter-box h6 {
  color: #fff;
}

.newsletter-box input[type="text"],
.newsletter-box input[type="email"],
.newsletter-box input[type="url"] {
  background: #ecf0f1;
  width: 100%;
}

.newsletter-box input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 10px;
}

.newsletter-box input[type="submit"] {
  margin-top: 20px;
}

.newsletter-box {
  position: relative;
  background: #33495f;
  border-radius: 3px;
  padding: 15px;
  color: #fff;
}

.newsletter-box form {
  margin-bottom: 0;
}


/* Components - Widget - Recent Posts w/ Thumb */
.widget.recent_post_thumbnails ul > li {
  float: left;
  width: 100%;
  margin-bottom: 8px;
}

.widget.recent_post_thumbnails ul > li > a {
  display: block;
}

.widget.recent_post_thumbnails ul > li img {
  margin: 0 20px 0 0;
}

.widget.recent_post_thumbnails .post-date {
  color: #bcc2c9;
}
footer .widget.recent_post_thumbnails .post-date {
  color: inherit;
}

.widget.recent_post_thumbnails .post-date i {
  margin-right: 5px;
}


/* Components - Widget - Contact Us */
.widget.contact address {
  padding-left: 20px;
}

.widget.contact ul li:before {
  margin-right: 20px;
  font-family: "ElegantIcons";
}

.widget.contact ul li.contact-widget-address:before {
  content: "\e01d";
}
.widget.contact ul li.contact-widget-phone:before {
  content: "\e090";
}
.widget.contact ul li.contact-widget-fax:before {
  content: "\e103";
}
.widget.contact ul li.contact-widget-email:before {
  content: "\e010";
}


/* Components - Post */
.entry-meta {
  clear: both;
  display: block;
}
footer.entry-meta {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer.entry-meta .edit-link{
  float: right;
}
.format-gallery .gallery-thumb {
  float: left;
  margin: 0 1em 0 0;
}

.wp-audio-shortcode {
  margin-top: 70px;
  margin-bottom: 15px;
  height: auto !important;
  float: left;
}

body.archive.category article.post header.entry-header h2.entry-title {
  font-size: 26px;
  margin-bottom: 3px;
}

body.archive.tag #content {
  padding-top: 50px;
}

body.archive.tag #subheader {
  display: none;
}

body.archive.tag article.post,
body.blog article.post {
  background: #f8f8f8;
  padding-bottom: 30px !important;
}

body.archive.tag article.post .entry-content .hm-image,
body.archive.tag article.post .entry-content .hm-award,
body.archive.tag article.post .entry-content img,
body.blog article.post .entry-content .hm-image,
body.blog article.post .entry-content .hm-award,
body.blog article.post .entry-content img {
  display: none;
}

body.archive.tag article.post h2.entry-title,
body.blog article.post h2.entry-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

body.archive.tag article.post h2.entry-title a:hover,
body.blog article.post h2.entry-title a:hover {
  color: #1875b1 !important;
}

body.archive.tag article.post,
body.blog article.post {
  padding: 0 0 20px 0;
}

body.archive.tag article.post + hr + .pagination,
body.blog article.post + hr + .pagination {
  margin-top: -10px !important;
}

body.archive.tag article.post .article-header-body,
body.archive.tag article.post .entry-content,
body.blog article.post .article-header-body,
body.blog article.post .entry-content {
  padding: 0 30px;
}

body.archive.tag article.post,
body.archive.tag article.post .entry-header .post-image,
body.archive.tag article.post .entry-header .post-image img,
body.blog article.post,
body.blog article.post .entry-header .post-image,
body.blog article.post .entry-header .post-image img {
  border-radius: 6px 6px 0 0 !important;
}

body.archive.tag article.post + hr,
body.blog article.post + hr {
  background: none;
  border: none;
  display: none;
}

body.archive.tag #content .container h1,
body.archive.tag #content .container h1 * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #34495e;
}

body.archive.tag #content .container > h1 span {
  position: relative;
  display: inline-block;
  padding: 4px 8px;
  background: #ecf0f1;
  border-radius: 4px;
  font-weight: 500;
  font-size: 90%;
}

body.archive.tag article.post .entry-content h1,
body.archive.tag article.post .entry-content h1 *,
body.blog article.post .entry-content h1,
body.blog article.post .entry-content h1 * {
  font-size: 32px !important;
  line-height: 32px !important;
  color: #b1005d !important;
}

body.archive.tag article.post .entry-content h1 sup,
body.blog article.post .entry-content h1 sup {
  font-size: 60% !important;
}


body.archive.tag article.post .entry-content h1 .h2,
body.archive.tag article.post .entry-content h1 .h2 *,
body.blog article.post .entry-content h1 .h2,
body.blog article.post .entry-content h1 .h2 * {
  font-size: 28px !important;
  line-height: 30px !important;
  color: #b1005d !important;
  margin-top: 2px !important;
}

body.archive.tag article.post .entry-content h1 + h2,
body.archive.tag article.post .entry-content h1 + h2 *,
body.archive.tag article.post .entry-content h1 + .h2,
body.archive.tag article.post .entry-content h1 + .h2 *,
body.blog article.post .entry-content h1 + h2,
body.blog article.post .entry-content h1 + h2 *,
body.blog article.post .entry-content h1 + .h2,
body.blog article.post .entry-content h1 + .h2 * {
  font-size: 24px !important;
  line-height: 26px !important;
}

body.archive.tag article.post .entry-content h1 + h2,
body.archive.tag article.post .entry-content h1 + .h2,
body.blog article.post .entry-content h1 + h2,
body.blog article.post .entry-content h1 + .h2 {
  position: relative;
  width: 80%;
}

body.archive.tag article.post .entry-content .rwd-visible-post-index,
body.blog article.post .entry-content .rwd-visible-post-index,
body.single-post article.post .entry-content .rwd-visible-post {
  display: inline-block;
}

body.archive.tag article.post .entry-content .rwd-visible-post,
body.archive.tag article.post .entry-content .hm-image-hero-caption,
body.blog article.post .entry-content .rwd-visible-post,
body.blog article.post .entry-content .hm-image-hero-caption,
body.single-post article.post .entry-content .rwd-visible-post-index {
  display: none;
}

body.archive.tag article.post .entry-content h2,
body.archive.tag article.post .entry-content h2 *,
body.archive.tag article.post .entry-content h3,
body.archive.tag article.post .entry-content h3 *,
body.archive.tag article.post .entry-content h4,
body.archive.tag article.post .entry-content h4 *,
body.archive.tag article.post .entry-content h5,
body.archive.tag article.post .entry-content h5 *,
body.archive.tag article.post .entry-content h6,
body.archive.tag article.post .entry-content h6 *,
body.blog article.post .entry-content h2,
body.blog article.post .entry-content h2 *,
body.blog article.post .entry-content h3,
body.blog article.post .entry-content h3 *,
body.blog article.post .entry-content h4,
body.blog article.post .entry-content h4 *,
body.blog article.post .entry-content h5,
body.blog article.post .entry-content h5 *,
body.blog article.post .entry-content h6,
body.blog article.post .entry-content h6 * {
  font-weight: bold !important;
  color: #4e5665 !important;
}

body.archive.tag article.post .entry-content [class*="clr-"],
body.archive.tag article.post .entry-content [class*="clr-"] *,
body.blog article.post .entry-content [class*="clr-"],
body.blog article.post .entry-content [class*="clr-"] * {
  color: #4e5665;
}

body.archive.tag article.post .entry-content strong,
body.archive.tag article.post .entry-content strong *,
body.blog article.post .entry-content strong,
body.blog article.post .entry-content strong * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 105%;
}

body.archive.tag article.post .entry-content .more-link,
body.blog article.post .entry-content .more-link {
  padding: 4px 8px;
  border: 1px solid #1875b1;
  text-transform: Capitalize;
  border-radius: 6px;
  font-weight: normal;
  background: #1875b1;
  color: #fff;
}

body.archive.tag article.post .entry-content .more-link,
body.archive.tag article.post .entry-content .more-link *,
body.blog article.post .entry-content .more-link,
body.blog article.post .entry-content .more-link * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-decoration: none !important;
  font-size: 105%;
}

body.archive.tag article.post .entry-content .more-link:active,
body.archive.tag article.post .entry-content .more-link:focus,
body.archive.tag article.post .entry-content .more-link:hover,
body.blog article.post .entry-content .more-link:active,
body.blog article.post .entry-content .more-link:focus,
body.blog article.post .entry-content .more-link:hover {
  transition: none;
  /*color: #1875b1;*/
  color: #fff;
  /*background: none;*/
  background: #1875b1;
  /*text-decoration: underline;*/
  text-decoration: none;
}

body.archive.tag article.post .entry-content .more-link:after,
body.blog article.post .entry-content .more-link:after {
  position: relative !important;
  font-family: 'Glyphicons Halflings' !important;
  font-size: 17px !important;
  line-height: normal !important;
  content: "\e080" !important; /* numerical unicode for chevron-right; */
  vertical-align: middle !important;
  top: -2px !important;
  left: 0 !important;
}

body.archive.tag article.post .entry-header .post-date:after,
body.archive.tag article.post .entry-header .post-category:after,
body.archive.tag article.post .entry-header .post-views:after,
body.blog article.post .entry-header .post-date:after,
body.blog article.post .entry-header .post-category:after,
body.blog article.post .entry-header .post-views:after {
  position: relative;
  display: inline-block;
  content: '|';
  margin: 0 6px;
  opacity: 0.6;
  font-size: 15px;
  color: #4e5665 !important;
}

body.archive.category article.post .entry-content h2, body.archive.category article.post .entry-content .h2,
body.archive.category article.post .entry-content h3, body.archive.category article.post .entry-content .h3,
body.archive.category article.post .entry-content h4, body.archive.category article.post .entry-content .h4,
body.archive.category article.post .entry-content h5, body.archive.category article.post .entry-content .h5,
body.archive.category article.post .entry-content h6, body.archive.category article.post .entry-content .h6 {
  font-weight: bold;
}

body.archive.category article.post .entry-content strong,
body.archive.category article.post .entry-content strong * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 110%;
}

body.archive.category article.post .entry-content sup {
  font-size: 70%;
}

body.archive.category article.post header.entry-header .meta {
  margin-bottom: 12px;
}

body.archive.category article.post .entry-content {
  width: 95%;
  margin: 0 auto;
}

body.archive.category article.post .entry-content * {
  font-size: 15px;
}

body.archive.category article.post .entry-content .more-link {
  display: block;
  clear: both;
  margin-top: 20px;
  text-decoration: underline;
}

body.archive.category article.post .entry-header .article-header-body h2.entry-title a,
body.archive.category article.post .entry-content .more-link:active,
body.archive.category article.post .entry-content .more-link:focus,
body.archive.category article.post .entry-content .more-link:hover {
  color: #1875b1;
  transition: none;
  background: none;
  text-decoration: underline;
}


body.archive.tag article.post .entry-header a,
body.archive.tag article.post .entry-header a *,
body.blog article.post .entry-header a,
body.blog article.post .entry-header a * {
  color: #4e5665 !important;
}

body.archive.tag article.post .entry-header a .glyphicon,
body.blog article.post .entry-header a .glyphicon {
  color: #f18100 !important;
}

body.archive.tag article.post .entry-header .entry-title a,
body.archive.tag article.post .entry-header .entry-title a *,
body.blog article.post .entry-header .entry-title a,
body.blog article.post .entry-header .entry-title a * {
  color: #1875b1 !important;
}

body.archive.category article.post .entry-header .article-header-body h2.entry-title a {
  text-decoration: none;
}

body.single-post h1, body.single-post h1 *,
body.single-post h2, body.single-post h2 *,
body.single-post h3, body.single-post h3 *,
body.single-post h4, body.single-post h4 *,
body.single-post h5, body.single-post h5 *,
body.single-post h6, body.single-post h6 *,
body.archive.category h1, body.archive.category h1 *,
body.archive.category h2, body.archive.category h2 *,
body.archive.category h3, body.archive.category h3 *,
body.archive.category h4, body.archive.category h4 *,
body.archive.category h5, body.archive.category h5 *,
body.archive.category h6, body.archive.category h6 * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

body.archive.category section#content > .container > h1:first-child {
  font-size: 36px;
}

body.archive.category article.post .entry-content h1,
body.archive.category article.post .entry-content h2,
body.archive.category article.post .entry-content h3,
body.archive.category article.post .entry-content h4,
body.archive.category article.post .entry-content h5,
body.archive.category article.post .entry-content h6 {
  color: #4e5665;
}

body.archive.category article.post .entry-content h1,
body.archive.category article.post .entry-content h1 + h2,
body.archive.category article.post .entry-content h1 + h3,
body.archive.category article.post .entry-content h1 + h4,
body.archive.category article.post .entry-content h1 + h5,
body.archive.category article.post .entry-content h1 + h6,
body.archive.category article.post .entry-content .at-above-post-cat-page + h1,
body.archive.category article.post .entry-content .at-above-post-cat-page + h2,
body.archive.category article.post .entry-content .at-above-post-cat-page + h3,
body.archive.category article.post .entry-content .at-above-post-cat-page + h4,
body.archive.category article.post .entry-content .at-above-post-cat-page + h5,
body.archive.category article.post .entry-content .at-above-post-cat-page + h6 {
  display: none;
}

body.single-post h4, body.single-post h4 *,
body.single-post h5, body.single-post h5 *,
body.single-post h6, body.single-post h6 * {
  font-weight: bold;
}

body.archive.category article.post .entry-content h2,
body.archive.category article.post .entry-content h2 * {
  font-size: 22px;
  line-height: 30px;
}

body.archive.category article.post .entry-content h3,
body.archive.category article.post .entry-content h3 * {
  font-size: 18px;
  line-height: 28px;
}

body.archive.category article.post .entry-content h4,
body.archive.category article.post .entry-content h4 *,
body.archive.category article.post .entry-content h5,
body.archive.category article.post .entry-content h5 *,
body.archive.category article.post .entry-content h6,
body.archive.category article.post .entry-content h6 * {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

body.archive.category article.post {
  margin-bottom: 50px;
}

body.archive.category article.post + hr {
  display: none;
}

/* Components - Contact Form */
#contactForm.form-finished {
  display: none;
}

#contactForm .form-inline {
  margin-bottom: 30px;
}

#contactForm #recaptcha_widget_div {
  width: 50%;
  margin-bottom: 15px;
}

#contactForm .recaptchatable {
  border: 1px solid #ecf0f1 !important;
}

#contactForm #recaptcha_response_field.form-control {
  border: 1px solid #ecf0f1 !important;
  padding: 6px 12px !important;
}

#contactForm .recaptchatable #recaptcha_image {
  border: 0 !important;
}

#contactForm .recaptcha_only_if_privacy {
    font-size: 11px;
}


/* Components - Caption Styling */
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  font-size: 12px;
  font-style: italic;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
  list-style-position: inside;
}


/* Components - Sticky Post Styles */
.sticky {
  padding: 20px;
  background: #ecf0f1;
  border: 1px solid #dde2e3;
  border-radius: 3px;
}


/* Components - Media Elements */
.hentry .mejs-container .mejs-controls {
  background: #34495E;
  padding-top: 15px;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
}

.mejs-controls .mejs-button button:focus {
  outline: none !important;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;

}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #1875b1;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #ecf0f1;
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #1875b1;
}


/* Components - Gallery */
.gallery-caption {
  position: absolute;
  width: 100%;
  max-height: 50%;
  padding: 2px 8px;
  margin: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  transition: opacity 400ms ease;
}

.gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-item img {
  border: 3px solid #fff !important;
}


/* Components - Modal */
body.modal-open {
  margin: 0 auto !important;
  padding-right: 0 !important;
  bottom: 0;
}

.modal-backdrop {
  bottom: 0;
}

.modal .modal-content {
  border: none;
}

.modal .modal-body {
  padding: 10px 30px 30px;
  font-size: 15px;
}

.modal .modal-header {
  min-height: 30px;
  border: none;
  padding: 6px 12px;
}

.modal .modal-header h4 {
  line-height: 26px;
  padding: 6px 30px 0 6px;
}

.modal .modal-body p {
  margin-bottom: 15px;
  line-height: 22px;
}

.modal .modal-footer {
  padding: 12px 30px;
}

.modal .modal-header .close {
  font-size: 30px;
  font-weight: 400;
  opacity: 0.3;
}


/* Components - Carousel Base Class */
.carousel {
  margin-bottom: 20px;
}

.single-portfolio_cpt .carousel {
  margin-bottom: 30px;
}

.carousel .container {
  position: relative;
  z-index: 9;
}

.carousel-control {
  height: 80px;
  width: 40px;
  margin-top: 0;
  font-size: 18px;
  text-shadow: none;
  background: #34495e !important;
  border: 0;
  z-index: 10;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  top: 45%;
  left: 0;
  text-align: center;
  padding-top: 26px;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 1;
}

.carousel-control.left {
  border-radius: 0 3px 3px 0;
}

.carousel-control.right {
  border-radius: 3px 0 0 3px;
}

.post-social ul li a {
  color: #fff;
  text-decoration: none;
}

.post-social ul li {
  padding-left: 0;
  padding-right: 0;
}

.post-social ul li a.social-twitter {
  background: #00acee;
}
.post-social ul li a.social-facebook {
  background: #3B5998;
}
.post-social ul li a.social-google {
  background: #DB4A39;
}
.post-social ul li a.social-pinterest {
  background: #1875b1;
}
.post-social ul li a.social-linkedin {
  background: #95A5A6;
}


/* Components - Table */
.table-text-center table,
.table-text-center table *,
.table-text-center tr td,
.table-text-center tr th,
.td-text-center tr td,
.th-text-center tr th {
  text-align: center;
}


/* Components - Services w/ Image */
.featured-image-box {
  text-align: center;
  margin-bottom: 30px;
}

.featured-image-box figure {
  margin-bottom: 30px;
}

/* Components - Services w/ Icon */
.featured-icon-box {
  margin-bottom: 30px;
}

.featured-icon-box h4,
.featured-image-box h4 {
  font-weight: bold;
  margin: 0 0 5px;
}

.featured-icon-box i {
  line-height: normal;
  color: #34495E;
  font-size: 40px;
}

.featured-icon-box .media > i.pull-center {
  margin-bottom: 20px;
}

.featured-icon-box .media > i.pull-left {
  margin-right: 20px;
}
.featured-icon-box .media > i.pull-right {
  margin-left: 20px;
}

.featured-icon-box i.icon-box {
  color: #fff;
  background: #34495E;
  padding: 15px 20px;
  border-radius: 3px;
}


/* Components - Badge (HMI Anniv) */
div.hm-badge-hmi-anniv {
  position: absolute;
  display: block;
  width: 151px;
  height: 118px;
  text-align: center;
  background: url(/assets/uploads/2014/10/badge-celebrate.png) no-repeat top center;
  z-index: 2;
}

div.hm-badge-hmi-anniv p,
div.hm-badge-hmi-anniv p * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
  line-height: 116px;
  letter-spacing: -0.5px;
  width: auto;
}

div.hm-badge-hmi-anniv p strong,
div.hm-badge-hmi-anniv p strong * {
  font-size: 26px;
}


/* Components - VC - Row */
.boxed-container .row,
.page-fullscreen .row {
    margin: 0;
}

.row.vc_row-fluid {
  margin-bottom: 30px;
}
.section.in_container_section .container,
.section.fullwidth_section .clearfix {
  z-index: 1;
  position: relative;
}

.section.in_container_section,
.section.fullwidth_section {
  position: relative;
}

.section.fullwidth_section .col-md-12 {
  padding: 0;
}

.video-background {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.video-background video {
    min-height: 100%;
    min-width: 100%;
}

#main-controls {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

#main-controls ul.ui-video-background-controls {
  margin: 0;
  padding: 2px 8px 4px 8px;
  list-style: none;
  background-color: rgba(0,0,0,.2);
  border-radius: 3px;
}

#main-controls ul.ui-video-background-controls li {
  display: inline-block;
  margin: 0 5px;
}

#main-controls ul.ui-video-background-controls li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

#main-controls ul.ui-video-background-controls li a:hover {
  text-decoration: none;
}

#main-controls ul.ui-video-background-controls li a:before {
  margin-right: 5px;
}

a.ui-icon.ui-icon-play:before {
  content: '\e04e';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-pause:before {
  content: '\e08f';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-volume-off:before {
  content: '\e069';
  font-family: 'ElegantIcons';
}

a.ui-icon.ui-icon-volume-on:before {
  content: '\e067';
  font-family: 'ElegantIcons';
}

.parallax-section {
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 1px 0;
}

.single-post .post-social  {
  padding: 23px 0 18px 0;
  border-bottom: 1px solid #e3ebed;
  border-top: 1px solid #e3ebed;
  margin-top: 30px;
}

body:not([class*="single-post"]) .-blog-index {
  display: none;
}

.panel .panel-heading {
  font-weight: bold;
}

.portfolio-single-fullwidth-content {
  border-top: 1px solid #e3ebed;
  padding-top: 30px;
  padding-bottom: 25px;
  margin-top: 30px;
}

ul.contact-form.mini {
  margin: 0;
  padding: 0;
  list-style: none;
}

table > thead > tr > th,
.table > thead > tr > th {
  background: #1875b1;
  color: #fff;
  border-bottom: 0;
}

.hm-table table {
  margin-top: 10px;
  margin-bottom: 25px;
}

.hm-table h5 + p.text-danger {
  margin-bottom: 0; /* 'Registration Full' message */
}

.hm-table table > tbody > tr > th,
.hm-table .table > tbody > tr > th {
  padding: 8px 12px;
}

.hm-table table > thead > tr > th {
  vertical-align: middle;
  line-height: 22px;
}

.hm-table table > thead > tr > th .font-size-md {
  line-height: 22px;
}

header.entry-header {
  margin-bottom: 50px;
}

.post header.entry-header {
  margin-bottom: 0;
}

#post-format-gallery-owl {
  margin-bottom: 30px;
}

#post-format-gallery-owl .post-image {
  text-align: center;
}

.panel {
  border: none !important;
}

.lists-module i {
  margin-right: 8px;
}


/* Components - Search Results */
.search header.entry-header {
  margin-bottom: 0;
}

#hm-search-results .post-image,
#hm-search-results img,
#hm-search-results #hm-bv-features {
  display: none;
}

#hm-search-results .hm-pre-entry .hm-search-image img {
  display: inherit;
}

/* Components - Carousel (HMI Standard) */
.carousel-standard {
  margin: 0 auto;
}

.carousel-standard .well-standard {
  position: relative;
  margin-bottom: 0;
}

.carousel-standard.carousel-type-default,
.carousel-standard.content-01 {width: auto; max-width: 600px;}
.carousel-standard.content-02 {width: auto; max-width: 100%;}
.carousel-standard.content-03 {width: auto; max-width: 700px;}
.carousel-standard.carousel-type-inc,
.carousel-standard.carousel-type-img,
.carousel-standard.carousel-size-auto {width: auto; max-width: 100%;}

.carousel-standard.content-01 * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.carousel-standard.content-01 h1, .carousel-standard.content-01 .h1,
.carousel-standard.content-01 h2, .carousel-standard.content-01 .h2,
.carousel-standard.content-01 h3, .carousel-standard.content-01 .h3,
.carousel-standard.content-01 h4, .carousel-standard.content-01 .h4,
.carousel-standard.content-01 h5, .carousel-standard.content-01 .h5 {
  font-weight: 300;
}

.carousel-standard.content-01 [class*="font-weight-thin"] {
  font-family: "Roboto", Arial, sans-serif;
}

.carousel-standard.content-01 h2, .carousel-standard.content-01 .h2 {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 0;
}

.carousel-standard.content-01 h3 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
  padding: 0 0 6px;
}

.carousel-standard.content-01 h2 ~ h3 {
  padding: 6px 0 6px;
}

.carousel-standard.content-01 .hm-item {
  margin: 16px auto;
}

.carousel-standard.content-01 .hm-item + .hm-item {
  margin-top: 0;
}

.carousel-standard.content-01 .hm-item:last-child {
  margin-bottom: 0;
}

.carousel-standard.content-01 p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.carousel-standard .carousel-indicators {
  position: relative !important;
  width: 95% !important;
  top: 0 !important;
  left: 0 !important;
  text-align: center !important;
  padding-top: 16px !important;
  margin: 0 auto !important;
}

.carousel-standard .carousel-indicators ol {
  margin-bottom: 0;
}

.carousel-standard .carousel-indicators li,
.carousel-standard .carousel-indicators li.active {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.carousel-standard .carousel-indicators li {
  background-color: #1b82c5;
  border: 1px solid #fff;
  border-radius: 16px;
}

.carousel-standard .carousel-indicators li.active {
  background-color: #c61e58;
}

.carousel-standard .carousel-control {
  top: 0;
  width: 30px;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #fff;
  background: none !important;
}

.carousel-standard .carousel-control:hover,
.carousel-standard .carousel-control:focus {
  background-color: #fff;
}

.carousel-standard .carousel-control:hover {
  opacity: 1;
}

.carousel-standard .carousel-control.left,
.carousel-standard .carousel-control.right {
  border-radius: 0;
}

.carousel-standard .glyphicon {
  color: #ccc;
}

.carousel-standard .btn > .glyphicon {
  color: #fff;
}


/* Components - Carousel (HMI Standard / content-02) */
.carousel-standard.content-02  {
  width: auto !important;
  max-width: 100% !important;
}

.carousel-standard.content-02 .carousel-indicators li,
.carousel-standard.content-02 .carousel-indicators li.active {
  width: 18px;
  height: 18px;
  margin: 0 14px;
}

.carousel-standard.content-02 .carousel-indicators li {
  background-color: #bbb;
  border: 2px solid #fff;
  border-radius: 14px;
}

.carousel-standard.content-02 .carousel-indicators li.active {
  background-color: #1b82c5;
}

.carousel-standard.content-02 .well-standard {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  z-index: 0;
}

.carousel-standard.content-02 .well-standard:after {
  position: absolute;
  content: "";
  background: #f0f0f0;
  bottom: 19px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

.carousel-standard.content-02 .well-standard .hm-carousel-item {
  z-index: 1;
}


/* Components - Carousel (Custom) */
#content .carousel-custom {
  position: relative;
  display: block;
  clear: both;
  padding: 0;
  margin: 30px auto 68px;
  max-width: 640px;
  height: 260px;
}

#content .carousel-custom .carousel-inner {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 12px;
  background: #fff;
  z-index: 2;
}

#content .carousel-custom .carousel-control {
  background: none !important;
  color: #555;
  top: calc(50% - 50px);
}

#content .carousel-custom .carousel-control.left {
  left: -60px;
}

#content .carousel-custom .carousel-control.right {
  right: -60px;
}

#content .carousel-custom .carousel-indicators li,
#content .carousel-custom .carousel-indicators li.active {
  background: #555;
  width: 40px;
  height: 8px;
  border-radius: 0;
  margin: 1px;
}

#content .carousel-custom .carousel-indicators {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  bottom: -50px;
}

#content .carousel-custom .carousel-indicators li {
  opacity: 0.1;
}

#content .carousel-custom .carousel-indicators li.active {
  opacity: 0.75;
}

#content .carousel-custom .carousel-item {
  height: 100%;
  align-items: center;
  justify-content: center;
}

#content .carousel-custom .carousel-caption {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  padding: 0 60px;
  color: #333;
  text-shadow: none;
  overflow: hidden;
}

#content .carousel-custom .carousel-caption,
#content .carousel-custom .carousel-caption * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

#content .carousel-custom .carousel-caption .title,
#content .carousel-custom .carousel-caption .title * {
  font-size: 26px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #4e5665;
}

#content .carousel-custom .carousel-caption .title .title-sub,
#content .carousel-custom .carousel-caption .title .title-sub * {
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #4e5665;
  font-weight: bold;
  opacity: 0.7;
}

#content .carousel-custom .carousel-caption .author {
  margin-top: 8px;
}

#content .carousel-custom .carousel-caption .author,
#content .carousel-custom .carousel-caption .author * {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 0;
  color: #4e5665;
}

#content .carousel-custom .carousel-caption .author:before {
  content: "\2013";
  padding-right: 3px;
}

#content .carousel-custom .carousel-caption .info {
  margin-bottom: 0;
}

#content .carousel-custom .carousel-caption .info,
#content .carousel-custom .carousel-caption .info * {
  color: #4e5665;
  font-style: italic;
}

#content .carousel-custom.carousel-style-default .carousel-caption .info,
#content .carousel-custom.carousel-style-default .carousel-caption .info * {
  font-style: normal;
}

#content .carousel-custom .carousel-caption.carousel-caption-default .info,
#content .carousel-custom .carousel-caption.carousel-caption-default .info * {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

#content .carousel-custom .carousel-caption.carousel-caption-xs .info,
#content .carousel-custom .carousel-caption.carousel-caption-xs .info * {
  font-size: 20px;
  line-height: 26px;
}

#content .carousel-custom .carousel-caption.carousel-caption-sm .info,
#content .carousel-custom .carousel-caption.carousel-caption-sm .info * {
  font-size: 22px;
  line-height: 30px;
}

#content .carousel-custom .carousel-caption.carousel-caption-md .info,
#content .carousel-custom .carousel-caption.carousel-caption-md .info * {
  font-size: 24px;
  line-height: 30px;
}

#content .carousel-custom .carousel-caption.carousel-caption-lg .info,
#content .carousel-custom .carousel-caption.carousel-caption-lg .info * {
  font-size: 26px;
  line-height: 32px;
}

#content .carousel-custom .carousel-caption.carousel-caption-xl .info,
#content .carousel-custom .carousel-caption.carousel-caption-xl .info * {
  font-size: 28px;
  line-height: 36px;
}

#content .carousel-custom .carousel-caption.carousel-caption-xxl .info,
#content .carousel-custom .carousel-caption.carousel-caption-xxl .info * {
  font-size: 36px;
  line-height: 40px;
}

#content .carousel-custom .carousel-caption .title,
#content .carousel-custom .carousel-caption .title * {
  font-weight: bold;
}

#content .carousel-custom .carousel-custom-inset {
  position: absolute;
  top: 2px;
  right: -5px;
  width: 50%;
  height: 99%;
  border-radius: 12px;
  background: #9e9e9e;
  z-index: 1;
}

#content .carousel-custom.testimonial-01 .carousel-custom-ol {
  position: absolute;
  font-family: "Times New Roman", Times, serif;
  font-size: 180px;
  line-height: 180px;
  color: #cf8b06;
  z-index: 10;
}

#content .carousel-custom.testimonial-01 .carousel-custom-ol.carousel-custom-ol-left {
  content: "\201C";
  top: -56px;
  left: -10px;
}

#content .carousel-custom.testimonial-01 .carousel-custom-ol.carousel-custom-ol-left:before {
  content: "\201C";
}

#content .carousel-custom.testimonial-01 .carousel-custom-ol.carousel-custom-ol-right {
  bottom: -134px;
  right: -10px;
}

#content .carousel-custom.testimonial-01 .carousel-custom-ol.carousel-custom-ol-right:after {
  content: "\201D";
}


/* Components - Carousel (Custom/Styled) */
#content .carousel-custom.carousel-style-a .carousel-caption .title,
#content .carousel-custom.carousel-style-a .carousel-caption .title *,
#content .carousel-custom.carousel-style-a .carousel-caption .info,
#content .carousel-custom.carousel-style-a .carousel-caption .info *,
#content .carousel-custom.carousel-style-a .carousel-caption .author,
#content .carousel-custom.carousel-style-a .carousel-caption .author * {
  color: #4e5665;
}

#content .carousel-custom.carousel-style-a .carousel-custom-inset {
  background: #9e9e9e;
}

#content .carousel-custom.carousel-style-b .carousel-caption .title,
#content .carousel-custom.carousel-style-b .carousel-caption .title *,
#content .carousel-custom.carousel-style-b .carousel-caption .info,
#content .carousel-custom.carousel-style-b .carousel-caption .info *,
#content .carousel-custom.carousel-style-b .carousel-caption .author,
#content .carousel-custom.carousel-style-b .carousel-caption .author * {
  color: #063a65;
}

#content .carousel-custom.carousel-style-b .carousel-custom-inset {
  background: #054d80;
}


/* Components - Carousel (Custom/Technique) */
#content .carousel-custom.technique-01 {
  max-width: 720px;
  height: 540px;
}

#content .carousel-custom.technique-01 .carousel-inner {
  border-radius: 0;
}

#content .carousel-custom.technique-01 .carousel-caption {
  height: 540px;
}

#content .carousel-custom.technique-01 .carousel-custom-inset {
  display: none;
}


/* Components - Well/Bulletin (HMI Standard) */
.well-standard {
  padding: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
  border: 0 solid #ccc;
}

.well-plain {
  padding: 20px;
  border-radius: 6px;
  border: none;
  margin: 30px auto;
}

.well-plain.nostyle {
  border-radius: 0;
}


/* Components - Bulletin (Content) */
.hm-bulletin {position: relative; width:100%; text-align: center}
.hm-bulletin .hm-bulletin-full {display: table; padding: 0; width: 100%; height: 100%;}
.hm-bulletin .hm-bulletin-standard {padding: 30px;}

.hm-bulletin .hm-bulletin-bg {
  display:table-cell;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.carousel-standard.content-02 .hm-bulletin .hm-bulletin-bg {
  border-radius: 0; /* fluid carousel */
}


/* Components - Bulletin (Column) */
.hm-bulletin-column {
  position: relative;
  display: block;
  clear: both;
  overflow-x: hidden;
}

.hm-bulletin-clmn {
  position: relative;
  padding: 10px;
}

.hm-bulletin-clmn h2,
.hm-bulletin-clmn p.h2 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
  font-weight: 500;
}

.hm-bulletin-clmn h3,
.hm-bulletin-clmn p.h3 {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 6px;
  font-weight: 500;
}

.hm-bulletin-clmn h4,
.hm-bulletin-clmn p.h4 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 3px;
  font-weight: 500;
}

.hm-bulletin-clmn h3.font-size-sm,
.hm-bulletin-clmn p.h3.font-size-sm {
  font-size: 120px;
  line-height: 24px;
}


/* Components - CTA (04) */
.hm-cta-04 {
  position: relative;
  width: 100%;
  min-width: 220px;
  max-width: 100%;
  height: 100%;
  padding: 4px 30px 10px;
  border: 5px solid #d1d1d1;
  border-radius: 10px;
  overflow: hidden;
}

.hm-cta-04,
.hm-cta-04 * {
  text-align: left;
}

.hm-cta-04 .hm-header,
.hm-cta-04 .hm-header * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.hm-cta-04 .hm-header .hm-title,
.hm-cta-04 .hm-header .hm-title * {
  font-size: 36px;
  line-height: 36px;
  color: #1b82c4;
  margin: 0;
}

.hm-cta-04 .hm-header .hm-title.hm-title-md,
.hm-cta-04 .hm-header .hm-title.hm-title-md * {
  font-size: 34px;
  line-height: 36px;
  color: #1b82c4;
  margin: 0;
}

.hm-cta-04 .hm-header .hm-title {
  margin-bottom: 3px;
}

.hm-cta-04 .hm-header .hm-title sup {
  position: relative;
  font-size: 40%;
  line-height: 40%;
  top: -12px;
}

.hm-cta-04 .hm-header .hm-title-sub,
.hm-cta-04 .hm-header .hm-title-sub * {
  font-size: 22px;
  line-height: 22px;
  color: #333;
  margin: 0;
  padding-bottom: 6px;
}

.hm-cta-04 .hm-content,
.hm-cta-04 .hm-content .hm-col {
  position: relative;
}

.hm-cta-04 .hm-content {
  margin: 10px auto 0;
}

.hm-cta-04 .hm-content .hm-col {
  display: inline-block;
  width: 48%;
  text-align: center;
  vertical-align: middle;
}

.hm-cta-04 .hm-content .hm-col ul.hm-list,
.hm-cta-04 .hm-content .hm-col ol.hm-list {
  position: relative;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.hm-cta-04 .hm-content .hm-col ul.hm-list.hm-list-style-b {
  list-style-type: square;
}

.hm-cta-04 .hm-content .hm-col.hm-col-a,
.hm-cta-04 .hm-content .hm-col.hm-col-a * {
  text-align: center;
}

.hm-cta-04 .hm-content .hm-col.hm-col-a .hm-image {
  margin-bottom: 12px;
}

.hm-cta-04 .hm-content .hm-col.hm-col-b p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto 12px;
}

.hm-cta-04 .hm-content .hm-button {
  position: relative;
  display: inline-block;
  clear: both;
  text-align: center;
  margin: 6px auto 0;
}

.hm-cta-04 .hm-content .hm-button.left {
  display: block;
  text-align: left;
  margin: 6px 0 0;
}


/* @MEDIA - Components - CTA (04) */
@media only screen and (min-width : 580px) {

  .hm-cta-04 {
    position: relative;
    width: 520px;
    height: 320px;
  }

  .hm-cta-04 .hm-content {
    display: table;
    height: 200px;
  }

  .hm-cta-04.hm-cta-04-style-01 .hm-content {height: 200px;}
  .hm-cta-04.hm-cta-04-style-02 .hm-content {height: 240px; margin-top: -6px;}

  .hm-cta-04 .hm-content .hm-col.hm-col {
    display: table-cell;
    vertical-align: middle;
  }

  .hm-cta-04 .hm-header .hm-reviews {
    position: absolute;
    display: block;
    bottom: -16px;
    left: 0;
    text-align: center;
    z-index: 3;
  }

  .hm-cta-04.hm-cta-04-style-01 .hm-header .hm-reviews {width: 256px; bottom: 12px; left: 52px;}
  .hm-cta-04.hm-cta-04-style-02 .hm-header .hm-reviews {width: 256px; bottom: 14px; left: 32px;}

  .hm-cta-04.hm-cta-04-style-01 .hm-header .hm-reviews *,
  .hm-cta-04.hm-cta-04-style-02 .hm-header .hm-reviews * {
    text-align: center;
  }

  .hm-cta-04.hm-cta-04-style-default .hm-content .hm-col {width: 48%;}

  .hm-cta-04.hm-cta-04-style-01 .hm-content .hm-col.hm-col-a {width: 194px; padding-right: 14px}
  .hm-cta-04.hm-cta-04-style-01 .hm-content .hm-col.hm-col-b {width: 160px; padding-left: 14px}

  .hm-cta-04.hm-cta-04-style-02 .hm-content .hm-col.hm-col-a {width: 256px;}
  .hm-cta-04.hm-cta-04-style-02 .hm-content .hm-col.hm-col-b {width: 192px;}

  .hm-cta-04.hm-cta-04-style-01 .hm-content .hm-button {
    margin: -24px auto 0;
  }

  .hm-cta-04.hm-cta-04-style-01 .hm-content {
    margin: 0;
  }

  .hm-cta-04.hm-cta-04-style-01 .hm-content .hm-col-a {
    text-align: left;
  }

  .hm-cta-04.hm-cta-04-style-01 .hm-content .hm-col-a .hm-image,
  .hm-cta-04.hm-cta-04-style-01 .hm-content .hm-col-a .hm-image * {
    text-align: left;
  }

  .hm-cta-04 .rwd-visible-all-sm,
  .hm-cta-04 .rwd-visible-all-sm-inline {
    display: none;
  }

}

@media only screen and (max-width : 579px) {

  .carousel.carousel-responsive.content-04 {
    max-width: 100%;
  }

  .hm-cta-04,
  .hm-cta-04 * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hm-cta-04 {
    width: 100%;
    max-width: 260px;
    padding: 20px 10px 25px;
  }

  .hm-cta-04 .hm-content .hm-col,
  .hm-cta-04 .hm-content .hm-col.hm-col-a,
  .hm-cta-04 .hm-content .hm-col.hm-col-b {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .hm-cta-04 .hm-header .hm-title,
  .hm-cta-04 .hm-header .hm-title *,
  .hm-cta-04 .hm-header .hm-title.hm-title-md,
  .hm-cta-04 .hm-header .hm-title.hm-title-md * {
    font-size: 28px;
    line-height: 28px;
  }

  .hm-cta-04 .hm-header .hm-title-sub {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 0;
  }

  .hm-cta-04 .hm-content {
    margin: 14px auto 0;
  }

  .hm-cta-04.hm-cta-04-style-01 .hm-content .hm-col {
    padding-left: 0;
    padding-right: 0;
  }

  .hm-cta-04 .hm-content .hm-col ul.hm-list,
  .hm-cta-04 .hm-content .hm-col ol.hm-list {
    margin-left: -15px;
  }

  .hm-cta-04 .hm-content .hm-col ul.hm-list > li,
  .hm-cta-04 .hm-content .hm-col ol.hm-list > li {
    list-style-position: inside;
  }

  .hm-cta-04.hm-cta-04-style-01 .hm-content .hm-button {
    padding-top: 6px;
  }

  .hm-cta-04 .hm-content .hm-col.hm-col-b p {
    font-size: 17px;
    line-height: 20px;
    margin: 16px auto;
  }

  .hm-cta-04 .hm-header .hm-reviews {
    position: relative;
    display: block;
    clear: both;
    margin: 8px auto 0;
  }

  .hm-cta-04 .hm-content .hm-button,
  .hm-cta-04 .hm-content .hm-button.left {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hm-cta-04 .rwd-center-block-all-sm {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .hm-cta-04 .rwd-img-responsive-all-sm {
    width: 100% !important;
    height: auto !important;
  }

  .hm-cta-04 .hm-content .rwd-top-reset-all-sm {
    top: 0 !important;
  }

  .hm-cta-04 .rwd-hidden-all-sm {
    display: none !important;
  }

  .hm-cta-04 .rwd-visible-all-sm {
    display: inline-block !important;
  }

  .hm-cta-04 .rwd-visible-all-sm-inline {
    display: inline-block !important;
  }

}

/* == END / COMPONENTS =================================== */


.carousel-gutter,
.carousel-gutter-standard,
.carousel-gutter-inset .hm-bulletin {
  padding: 30px;
}

.hm-bulletin .hm-bulletin-gutter {padding: 30px;}
.hm-bulletin .hm-bulletin-gutter-xs {padding: 10px;}
.hm-bulletin .hm-bulletin-gutter-sm {padding: 20px;}
.hm-bulletin .hm-bulletin-gutter-md {padding: 40px;}
.hm-bulletin .hm-bulletin-gutter-lg {padding: 60px;}

.hm-bulletin h2, .hm-bulletin p.h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  margin: 0 0 8px;
  color: #1b82c4;
}

.hm-bulletin h3, .hm-bulletin p.h3 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 12px;
  color: #e67b00;
}

.hm-bulletin h3.font-size-sm, .hm-bulletin p.h3.font-size-sm {
  font-size: 22px;
  line-height: 26px;
}

.hm-bulletin p {
  line-height: 20px;
}

.hm-bulletin .font-family-inherit,
.hm-bulletin .font-family-inherit * {
  font-family: inherit !important;
}

/* == END / COMPONENTS =================================== */



/* FORMS
================================= */
#content .hm-form select {
  text-indent:3%;
}

#content .hm-form label {
  line-height:normal;
}

.hm-form.hm-form-standard.text-center * {
  text-align: center;
}

.hm-form.hm-form-standard label {
  display: none;
}

.hm-form.hm-form-standard.hm-required .form-group.hm-required:after {
  position: absolute;
  content: '*';
  font-size: 40px;
  font-weight: bold;
  color: #bbb;
  line-height: normal;
  top: 6px;
  left: 10px;
  z-index: 2;
}

.hm-form.hm-form-standard .form-group.hm-required:after,
.hm-form.hm-form-standard .form-group.hm-required.has-error:after {
  position: absolute;
  line-height: normal;
  top: 6px;
  left: 10px;
  font-weight: normal;
  z-index: 2;
}

.hm-form.hm-form-standard .form-group.hm-required:after {
  font-family: "Roboto Condensed", Arial, sans-serif;
  content: '*';
  font-size: 40px;
  color: #bbb;
}

.hm-form.hm-form-standard .form-group.hm-required.has-error:after {
  font-family: FontAwesome;
  content: '\f06a';
  font-size: 22px;
  color: #ff6550;
  top: 12px;
}

.hm-form.hm-form-standard .form-group.hm-textarea.hm-required:after {top: 3px;}
.hm-form.hm-form-standard .form-group.hm-textarea.hm-required.has-error:after {top: 8px;}

.hm-form.hm-data-overflow .form-group.hm-required:after,
.hm-form.hm-data-overflow .form-group.hm-required.has-error:after {
  left: 12px;
}

.hm-form.hm-form-standard .form-group.hm-required input,
.hm-form.hm-form-standard .form-group.hm-required textarea,
.hm-form.hm-form-standard .form-group.hm-required select {
  padding-left: 15px;
  box-sizing: border-box;
}

.hm-form.hm-data-overflow .form-group.hm-required input,
.hm-form.hm-data-overflow .form-group.hm-required textarea {
  padding-left: 38px;
}

.hm-form.hm-data-overflow .form-group.hm-required input::placeholder,
.hm-form.hm-data-overflow .form-group.hm-required textarea::placeholder {
  position: relative;
  left: -15px;
}


.hm-form.hm-form-standard .form-group.hm-required select {
  text-align-last:center !important;
}

.hm-form.hm-form-standard .form-group.has-error input,
.hm-form.hm-form-standard .form-group.has-error select,
.hm-form.hm-form-standard .form-group.has-error textarea {
  border: 1px solid #bbb;
  line-height: inherit;
  text-align: center;
  background: #fff;
}

.hm-form.hm-form-standard .form-group.has-error input,
.hm-form.hm-form-standard .form-group.has-error textarea {
  appearance: none;
}

.hm-form.hm-form-standard .form-group .form-control,
.hm-form.hm-form-standard .form-group.has-error .form-control {
  box-shadow: none;
}

.hm-form.hm-form-standard .form-group {
  position: relative;
  margin-bottom: 20px;
}

.hm-form.hm-form-standard .form-group:last-child {
  margin-bottom: 0;
}

.hm-form.hm-form-standard .form-group input,
.hm-form.hm-form-standard .form-group select,
.hm-form.hm-form-standard .form-group textarea {
  font-family: "Roboto Condensed", Arial, sans-serif;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  background: #fff;
}

.hm-form.hm-form-standard .form-group select {
  border: 1px solid #ccc;
  box-shadow: none;
  width: 100%;
}

.hm-form.hm-form-standard .form-group input[type="checkbox"] {
  font-family: "Roboto Condensed", Arial, sans-serif;
  height: inherit;
  font-size: inherit;
  line-height: normal;
  padding: 0;
  margin: 0 6px;
}

.hm-form.hm-form-standard .form-group textarea {
  height: 82px;
  line-height: 25px;
}

.hm-form.hm-form-standard .form-group select option {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
}

.hm-form.hm-form-standard .form-group select option.default {
  font-size: 18px;
  color: #888;
}

.hm-form.hm-form-standard .form-group input,
.hm-form.hm-form-standard .form-group textarea,
.hm-form.hm-form-standard .form-group button {
  text-align: center;
}

.hm-form.hm-form-standard .form-group button {
  font-size: 20px;
}

.hm-form.hm-form-standard .label-text,
.hm-form.hm-form-standard .label-text * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.hm-form.hm-form-standard .label-heading,
.hm-form.hm-form-standard .label-heading * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

/* Forms - Template (placeholder) */
.entry-content.hm-cms-placeholder {
  position: relative;
  display: block;
  clear: both;
  margin-top: 70px;
}

.hm-cms-placeholder.hm-cms-placeholder-204 .row.style-b {
  background: #f3f3d6;
}

.hm-cms-placeholder form[role="search"] input.hm-search-main,
.hm-cms-placeholder form[role="search"] input.hm-search-main * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.hm-cms-placeholder form[role="search"] input.hm-search-main,
.hm-cms-placeholder form[role="search"] button[type="submit"] {
  height: 42px;
  vertical-align: middle;
}

.hm-cms-placeholder form[role="search"] input.hm-search-main {
  font-size: 18px !important;
  font-weight: 400 !important;
}


/* Forms - Header/Content 02 */
.hm-form-content-02 {
  position: relative;
  margin: 0 auto;
}

.hm-form-content-02 .form-group.hm-button .hm-info,
.hm-form-content-02 .form-group.hm-button .hm-info p {
  font-size: 15px;
  line-height: 19px;
}

.hm-form-content-02.info-right .form-group.hm-button .hm-info {
  position: relative;
  display: inline-block;
  top: 10px;
  left: 20px;
}

/* Forms - Subscriber (Blog) */
#hm-form-auth-hmi1-blog > .row > div {
  max-width: 1450px;
  margin: 0 auto;
}

#hm-form-auth-hmi1-blog > .row {
  background: #6bd952;
  padding: 20px 0;
}

#hm-form-auth-hmi1-blog h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

#hm-form-auth-hmi1-blog .hm-form-success h2 {
  font-size: 50px;
  line-height: 50px;
}

#hm-form-auth-hmi1-blog p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  text-align: left;
  padding: 0;
  margin: 0 auto;
}

#hm-form-auth-hmi1-blog .hm-form-content p {
  max-width: 600px;
}

#hm-form-auth-hmi1-blog .hm-form-content form  {
  margin: 20px auto;
  max-width: 630px;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 6px;
  vertical-align: top;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group input {
  font-size: 20px;
  line-height: 20px;
  height: 50px;
  color: #1b82c5 !important;
  font-weight: 300;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group.hm-button .hm-info {
  left: 0;
  width: 100%;
  font-size: 13px;
  color: #333;
  margin: 12px auto 0;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group label {
  display: none;
}

#hm-form-auth-hmi1-blog .hm-form-content form .form-group.hm-required:after {top: 6px;}
#hm-form-auth-hmi1-blog .hm-form-content form .form-group.hm-required.has-error:after {top: 13px;}

#hm-form-auth-hmi1-blog .hm-form-content form button {
  background: #f9cd24;
  border: 0;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}

#hm-form-auth-hmi1-blog .hm-form-success span.free {
  position: absolute;
  top: 60px;
  right: -18px;
  font-size: 60px;
  font-weight: bold;
}

#hm-form-auth-hmi1-blog .hm-form-success p {
  max-width: 700px;
  margin: 30px auto;
}

#hm-form-auth-hmi1-blog .hm-info p {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #333;
  text-align: center;
  margin: 0 auto;
}

#hm-form-auth-hmi1-blog .hm-form-success .hm-col-left {
  width: 450px;
}


/* Form - 404 (Search) */
body.error404 #content form input[name="s"] {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 100;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
}

/* == END / FORMS =================================== */



/* APPLICATIONS (CTA - WELCOME BAR)
================================= */

/* HMI Welcome Bar (Subscriber) */
.hm-welcome-bar,
.hm-welcome-bar .hm-container {
  height: 60px;
}

.hm-welcome-bar {
  display: none;
  position: fixed;
  bottom: -2px;
  z-index: 2147483644; /* max z-index */
  width: 100%;
  margin: 0 auto;
  background: #2aa8e2;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  text-align: center;
}

body.hm-so-schedule a.scrollup,
body.hm-so-schedule .hm-welcome-bar {
  z-index: 99999999; /* ScheduleOnce ol z-index */
}

.hm-welcome-bar > .hm-wrapper {
  display: table;
  width: 100%;
  text-align: center
}

.hm-welcome-bar .hm-signup .hm-container,
.hm-welcome-bar .hm-share .hm-container,
.hm-welcome-bar .hm-follow .hm-container,
.hm-welcome-bar .hm-schedule .hm-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 25px;
}

.hm-welcome-bar .hm-share .hm-container,
.hm-welcome-bar:not([class*="hm-welcome-bar-social"]) .hm-follow .hm-container {
  border-left: 1px solid #69c2eb;
}

.hm-welcome-bar .hm-wrapper > div.hm-share:first-child .hm-container,
.hm-welcome-bar .hm-wrapper > div.hm-follow:first-child .hm-container,
.hm-welcome-bar .hm-wrapper > div.hm-schedule:first-child .hm-container {
  border-left: none;
}

.hm-welcome-bar .hm-signup a.btn {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  color: #2295d3;
  border: 0;
  padding: 2px 16px;
}

.hm-welcome-bar .hm-signup a.btn:hover {
  background: #fff;
}

.hm-welcome-bar .hm-signup,
.hm-welcome-bar .hm-share,
.hm-welcome-bar .hm-follow,
.hm-welcome-bar .hm-schedule {
  display: inline-block;
  vertical-align: middle;
}

.hm-welcome-bar p,
.hm-welcome-bar p span,
.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li p {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li p,
.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] p.info:last-of-type {
  opacity: 0.8;
}

.hm-welcome-bar p {
  margin: 0;
}

.hm-welcome-bar .hm-signup p {
  font-size: 18px;
  font-weight: 18px;
}

.hm-welcome-bar .hm-share.addthis_toolbox,
.hm-welcome-bar .hm-follow.addthis_toolbox {
  padding: 0;
  margin: 0 auto;
}

.hm-welcome-bar .hm-share.addthis_toolbox a,
.hm-welcome-bar .hm-follow.addthis_toolbox a,
.hm-welcome-bar .hm-follow i.fa,
.hm-welcome-bar .hm-schedule i.fa {
  position: relative;
  display: inline-block;
  height: 32px;
  width: 32px;
  background: none;
  float: none;
  vertical-align: middle;
  margin-left: 4px;
  line-height: 32px;
  cursor: pointer;
}

.hm-welcome-bar .hm-share.addthis_toolbox a.addthis_button_twitter span.at-icon-wrapper {
  background: #1c84bf !important;
}

.hm-welcome-bar .hm-follow i.fa {
  background: #1875b1;
}

.hm-welcome-bar .hm-schedule i.fa {
  background: #b1005d;
}

.hm-welcome-bar .hm-follow.addthis_toolbox a span.at-icon-wrapper {
  background: #1b82c5 !important;
}

.hm-welcome-bar .hm-share.addthis_toolbox a > span.at-icon-wrapper,
.hm-welcome-bar .hm-follow.addthis_toolbox a > span.at-icon-wrapper {
  font-size: 0 !important;
  left: -10px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.hm-welcome-bar .hm-dock {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .7;
  width: 48px;
}

.hm-welcome-bar .hm-dock:hover {
  opacity: 1;
  cursor: pointer;
}

.hm-welcome-bar .hm-dock.hm-dock-open {
  display: none;
  top: -50px;
  border: none;
  color: #ccc;
}

.hm-welcome-bar .hm-dock.hm-dock-close {
  border-left: 1px solid #69c2eb;
  text-align: center;
}


/* HMI Welcome Bar (Subscriber) - Modal */
.hm-welcome-bar-modal,
.hm-welcome-bar-modal * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] {
  position:fixed;
  display: none;
  height: 100%;
  height: calc(100% - 56px);
  top: 0;
  left:0;
  bottom: 0;
  right: 0;
  z-index: 16777270;
  padding: 30px;
  background: rgba(0,0,0,.9);
  text-align: center;
  color: #fff;
  overflow: auto;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] h2,
.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] h2 span {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 62px;
  color: #fff;
  padding: 0;
  margin: 0 0 30px;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul,
.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-align: center;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li {
  margin: 16px;
  font-size: 16px;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a,
.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper,
.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper svg {
  display: inline-block;
  margin: 0 auto;
  width: 85px !important;
  height: 85px !important;
  border-radius: 50%;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper:hover,
.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper svg:hover {
  transform: scale(1.05);
  transition: all .05s ease-in-out;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] p.info {
  position: relative;
  width: 80%;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
  padding: 0;
  margin: 0 auto 40px;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] p.info:last-of-type {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] button.hm-welcome-modal-close {
  position: fixed;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  padding: 0;
  margin: 0;
  z-index: 16777274;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-family: Arial, sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  cursor: pointer;
  transition: all .4s ease;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] button.hm-welcome-modal-close:hover {
  background: #656565;
  color: #fff;
}


/* HMI Welcome Bar (Schedule) - Modal */
.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule .hm-form {
  max-width: 710px;
  padding: 0 30px;
  margin: 0 auto;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule a.hm-scheduleonce,
.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule #SOEmailButton {
  font-size: 20px;
}

#content a.hm-scheduleonce input,
.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule a.hm-scheduleonce input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  padding: 0;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule h4 {
  color: #fff;
  margin-bottom: 20px;
  opacity: 0.6;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule h4 i.fa {
  margin-right: 3px;
  opacity: 0.35;
}


/* HMI Contact Bar */
#content .hm-tier.sec-bar-buy,
#content .hm-tier.sec-bar-contact,
#content .hm-tier.sec-bar-product {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding: 8px 20px;
  background: #4083c7;
  text-align: center;
  display: inline-block;
}

#content .hm-tier.sec-bar-product {
  padding: 8px 20px 12px;
}

#content .hm-tier.sec-bar-buy .row.style-a,
#content .hm-tier.sec-bar-contact .row.style-a,
#content .hm-tier.sec-bar-product .row.style-a {
  background: none;
}

#content .hm-tier.sec-bar-buy .hm-info,
#content .hm-tier.sec-bar-buy .hm-link,
#content .hm-tier.sec-bar-contact .hm-info,
#content .hm-tier.sec-bar-contact .hm-link,
#content .hm-tier.sec-bar-product .hm-info,
#content .hm-tier.sec-bar-product .hm-link {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: top;
}

#content .hm-tier.sec-bar-buy .hm-info,
#content .hm-tier.sec-bar-buy .hm-info *,
#content .hm-tier.sec-bar-buy .hm-link,
#content .hm-tier.sec-bar-buy .hm-link *,
#content .hm-tier.sec-bar-contact .hm-info,
#content .hm-tier.sec-bar-contact .hm-info *,
#content .hm-tier.sec-bar-contact .hm-link,
#content .hm-tier.sec-bar-contact .hm-link *,
#content .hm-tier.sec-bar-product .hm-info,
#content .hm-tier.sec-bar-product .hm-info *,
#content .hm-tier.sec-bar-product .hm-link,
#content .hm-tier.sec-bar-product .hm-link * {
  color: #fff;
}

#content .hm-tier.sec-bar-buy a,
#content .hm-tier.sec-bar-buy a *,
#content .hm-tier.sec-bar-contact a,
#content .hm-tier.sec-bar-contact a *,
#content .hm-tier.sec-bar-product a,
#content .hm-tier.sec-bar-product a * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  text-decoration: none;
  color: #fff;
}

#content .hm-tier.sec-bar-buy a:hover,
#content .hm-tier.sec-bar-contact a:hover,
#content .hm-tier.sec-bar-product a:hover {
  text-decoration: underline;
}

#content .hm-tier.sec-bar-buy .hm-info,
#content .hm-tier.sec-bar-buy .hm-info *,
#content .hm-tier.sec-bar-contact .hm-info,
#content .hm-tier.sec-bar-contact .hm-info *,
#content .hm-tier.sec-bar-product .hm-info,
#content .hm-tier.sec-bar-product .hm-info * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}

#content .hm-tier.sec-bar-buy .hm-info.hm-info-lead,
#content .hm-tier.sec-bar-buy .hm-info.hm-info-lead *,
#content .hm-tier.sec-bar-contact .hm-info.hm-info-lead,
#content .hm-tier.sec-bar-contact .hm-info.hm-info-lead * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 36px;
}

#content .hm-tier.sec-bar-product .hm-info.hm-info-title,
#content .hm-tier.sec-bar-product .hm-info.hm-info-title * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 8px;
}

#content .hm-tier.sec-bar-product .hm-info.hm-info-product {
  position: relative;
  display: block;
  clear: both;
  text-align: center;
}

#content .hm-tier.sec-bar-product .hm-info.hm-info-product .hm-col-a {
  margin-right: 25px;
}

#content .hm-tier.sec-bar-product .hm-info.hm-info-product .hm-col-b {
  margin-left: 25px;
}

#content .hm-tier.sec-bar-buy .hm-info.hm-info-contact,
#content .hm-tier.sec-bar-contact .hm-info.hm-info-contact,
#content .hm-tier.sec-bar-product .hm-info.hm-info-product {
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}

#content .hm-tier.sec-bar-product .hm-info.hm-info-product {
  text-align: center;
}

#content .hm-tier.sec-bar-buy .hm-info.hm-info-contact .center-block,
#content .hm-tier.sec-bar-contact .hm-info.hm-info-contact .center-block,
#content .hm-tier.sec-bar-product .hm-info.hm-info-product .center-block {
  position: relative;
  display: block;
  margin-top: 4px;
}

#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule {
  position: relative;
  background: #ffc851;
  border-radius: 25px 10px 10px 25px;
  font-size: 26px;
  line-height: 26px;
}

#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy,
#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy *,
#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a,
#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a *,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule *,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 35px;
  line-height: 35px;
}

#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a {
  padding: 10px 15px 10px 65px !important;
  line-height: 55px;
  white-space: nowrap;
}

#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a:hover,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a:hover {
  text-decoration: none;
}

#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a .hm-icon,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a .hm-icon {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffc851;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 55px;
  height: 100%;
}

#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a .hm-icon:before,
#content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a .hm-icon:before {
  font-family: FontAwesome !important;
  content: "\f073"; /* calendar */
  position: absolute;
  top: 7px;
  left: 10px;
  color: #fff;
  font-size: 32px;
  z-index: 1;
}

#content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a .hm-icon:before {
  font-family: FontAwesome !important;
  content: "\f07a"; /* cart */
  top: 8px;
  left: 7px;
  font-size: 36px;
}


@media only screen and (min-width : 1199px) and (max-width : 1500px) {

  #content .hm-tier.sec-bar-buy .hm-info.hm-info-lead,
  #content .hm-tier.sec-bar-contact .hm-info.hm-info-lead {
    position: relative;
    display: block;
    clear: both;
    margin: 0 auto 3px;
  }

  #content .hm-tier.sec-bar-buy,
  #content .hm-tier.sec-bar-contact {
    padding-bottom: 20px;
  }

}


@media only screen and (max-width : 1199px) {

  #content .hm-tier.sec-bar-buy,
  #content .hm-tier.sec-bar-contact,
  #content .hm-tier.sec-bar-product {
    padding: 20px 20px;
    display: block;
  }

  #content .hm-tier.sec-bar-buy .hm-info,
  #content .hm-tier.sec-bar-buy .hm-link,
  #content .hm-tier.sec-bar-contact .hm-info,
  #content .hm-tier.sec-bar-contact .hm-link,
  #content .hm-tier.sec-bar-product .hm-info,
  #content .hm-tier.sec-bar-product .hm-link {
    display: block;
    margin: 0 auto;
  }

  #content .hm-tier.sec-bar-buy a,
  #content .hm-tier.sec-bar-buy a *,
  #content .hm-tier.sec-bar-contact a,
  #content .hm-tier.sec-bar-contact a *,
  #content .hm-tier.sec-bar-product a,
  #content .hm-tier.sec-bar-product a * {
    text-decoration: underline;
  }

  #content .hm-tier.sec-bar-buy .hm-info.hm-info-lead,
  #content .hm-tier.sec-bar-buy .hm-info.hm-info-lead *,
  #content .hm-tier.sec-bar-contact .hm-info.hm-info-lead,
  #content .hm-tier.sec-bar-contact .hm-info.hm-info-lead * {
    font-size: 34px;
    line-height: 34px;
  }

  #content .hm-tier.sec-bar-product .hm-info.hm-info-title,
  #content .hm-tier.sec-bar-product .hm-info.hm-info-title * {
    font-size: 34px;
    line-height: 34px;
  }

  #content .hm-tier.sec-bar-buy .hm-info.hm-info-contact,
  #content .hm-tier.sec-bar-contact .hm-info.hm-info-contact,
  #content .hm-tier.sec-bar-product .hm-info.hm-info-product {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }

  #content .hm-tier.sec-bar-buy .hm-info.hm-info-contact .center-block,
  #content .hm-tier.sec-bar-contact .hm-info.hm-info-contact .center-block,
  #content .hm-tier.sec-bar-product .hm-info.hm-info-product .center-block {
    margin-top: 8px;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule {
    position: relative;
    display: inline-block;
    clear: both;
    margin: 0 auto;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule {
    margin: 16px auto 20px;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy,
  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy *,
  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a,
  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a *,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule *,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a *{
    font-family: "Roboto Condensed", Arial, sans-serif !important;
    font-size: 35px;
    line-height: 35px;
    text-decoration: none;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a {
    padding: 10px 15px 10px 65px !important;
    line-height: 55px;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a .hm-icon,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a .hm-icon {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffc851;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 55px;
    height: 100%;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a .hm-icon:before,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a .hm-icon:before {
    font-family: FontAwesome !important;
    content: "\f073"; /* calendar */
    position: absolute;
    top: 7px;
    left: 10px;
    color: #fff;
    font-size: 32px;
    z-index: 1;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a .hm-icon:before {
    font-family: FontAwesome !important;
    content: "\f07a"; /* cart */
    top: 8px;
    left: 7px;
    font-size: 36px;
  }

}

@media only screen and (max-width : 992px) {

  #content .hm-tier.sec-bar-product .hm-info.hm-info-product .hm-col {
    position: relative;
    display: block;
    clear: both;
  }

  #content .hm-tier.sec-bar-product .hm-info.hm-info-product .hm-col.hm-col-a,
  #content .hm-tier.sec-bar-product .hm-info.hm-info-product .hm-col.hm-col-b {
    margin: 0 auto;
  }

  #content .hm-tier.sec-bar-product .hm-info.hm-info-product .hm-col.hm-col-a {
    font-size: 115%;
    margin-bottom: 6px;
  }

}


@media only screen and (max-width : 579px) {

  #content .hm-tier.sec-bar-buy .hm-info.hm-info-lead,
  #content .hm-tier.sec-bar-buy .hm-info.hm-info-lead *,
  #content .hm-tier.sec-bar-contact .hm-info.hm-info-lead,
  #content .hm-tier.sec-bar-contact .hm-info.hm-info-lead * {
    font-size: 32px;
    line-height: 32px;
  }

  #content .hm-tier.sec-bar-product .hm-info.hm-info-title,
  #content .hm-tier.sec-bar-product .hm-info.hm-info-title * {
    font-size: 28px;
    line-height: 28px;
  }

  #content .hm-tier.sec-bar-product .hm-info.hm-info-product .hm-col.hm-col-a {
    font-size: 100%;
  }

  #content .hm-tier.sec-bar-product .hm-info.hm-info-product .hm-col.hm-col-b {
    font-size: 19px;
    line-height: 20px;
    margin-top: 8px;
  }

  #content .hm-tier.sec-bar-buy .hm-info.hm-info-contact,
  #content .hm-tier.sec-bar-contact .hm-info.hm-info-contact {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule {
    margin: 16px auto 20px;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy,
  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy *,
  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a,
  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a *,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule *,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a * {
    font-size: 28px;
    line-height: 28px;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a {
    padding: 10px 15px 10px 60px !important;
    line-height: 50px;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a .hm-icon,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a .hm-icon {
    width: 50px;
  }

  #content .hm-tier.sec-bar-buy .hm-link.hm-link-buy a .hm-icon:before,
  #content .hm-tier.sec-bar-contact .hm-link.hm-link-schedule a .hm-icon:before {
    top: 7px;
    left: 9px;
    font-size: 31px;
  }

}


/* Effects - Scrollbar */
.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"]::-webkit-scrollbar {
  width: 8px;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"]::-webkit-scrollbar-track {
  background-color: #000;
  border-left: none;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"]::-webkit-scrollbar-thumb {
  background-color: #888;
}

.hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"]::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule iframe,
.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule iframe body,
.hm-welcome-bar-modal.hm-welcome-bar-modal-schedule body,
iframe body,
iframe {
  background-color: transparent !important;
  background: transparent !important;
}


/* @MEDIA - HMI Welcome Bar */
@media only screen and (max-width : 1109px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar.hm-bar-share,
  .hm-welcome-bar.hm-bar-follow {
    display: block;
  }

}

@media only screen and (min-width : 1110px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar.hm-hmi0,
  .hm-welcome-bar.hm-hmi1,
  .hm-welcome-bar.hm-hmi2,
  .hm-welcome-bar.hm-hmi3,
  .hm-welcome-bar.hm-welcome-bar-social,
  .hm-welcome-bar .hm-share,
  .hm-welcome-bar .hm-follow,
  .hm-welcome-bar.hm-signup-inactive {
    display: none !important;
  }

  body .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"]:not[class="hm-welcome-bar-schedule"] {
    height: 100%;
  }

}

@media only screen and (min-width : 768px) and (max-width : 991px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul {
    width: 70%;
    margin-top: 12px;
  }

  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li {
    margin: 6px 12px;
  }

}

@media only screen and (max-width : 767px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar:not([class*="hm-welcome-bar-schedule"]) {
    padding-right: 35px;
  }

  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li {
    margin: 5px;
    font-size: 13px;
  }

  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a,
  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper,
  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper svg {
    width: 70px !important;
    height: 70px !important;
  }

  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] h2 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 16px;
  }

  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] p.info {
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a,
  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper,
  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper svg {
    width: 46px !important;
    height: 46px !important;
  }

  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper:hover,
  .hm-welcome-bar-modal[class*="hm-welcome-bar-modal-"] ul li a span.at-icon-wrapper svg:hover {
    transform: none;
    transition: none;
  }

}

@media only screen and (max-width : 480px) {

  /* HMI Welcome Bar (Subscriber) */
  .hm-welcome-bar .hm-signup .hm-container,
  .hm-welcome-bar .hm-share .hm-container,
  .hm-welcome-bar .hm-follow .hm-container,
  .hm-welcome-bar.hm-welcome-bar-schedule .hm-share .hm-container {
    padding: 0 15px;
  }

  /* HMI Welcome Bar (Subscriber / Schedule) */
  .hm-welcome-bar.hm-welcome-bar-schedule .hm-share {
    display: none;
  }

  .hm-welcome-bar.hm-welcome-bar-schedule .hm-share {
    padding: 0 15px;
  }

}

/* == END / APPLICATIONS (CTA - WELCOME BAR) =================================== */



/* BRAND
================================= */
/* Brand - Heart Coherence */
#content .hm-brand[data-brand-name="heart-coherence"]:before {
  position: relative;
  display: inline-block;
  top: 1px;
  left: 0;
  content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-4e5665.svg');
  width: inherit;
  min-width: 16px;
  height: auto;
  margin-right: 3px;
  z-index: 10;
}

#content .hm-brand[data-brand-name="heart-coherence"][data-brand-size="inherit"]:before {
  width: inherit;
  max-width: none;
}

#content .hm-brand[data-brand-name="heart-coherence"]:before,
#content .hm-brand[data-brand-name="heart-coherence"][data-brand-clr="default"]:before {
  content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-4e5665.svg');
}

.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="black"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-000000.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="blue"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-1b82c5.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="blue-dk"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-1c50a7.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="green"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-3c9707.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="grey"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-cccccc.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="grey-md"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-4e5665.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="maroon"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-b1005d.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="orange"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-fd8600.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="orange-md"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-e7800a.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="pink"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-ee1897.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="purple"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-5c79e3.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="red"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-e34141.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="red-md"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-c03927.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="yellow"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-e9ac34.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="yellow-dk"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-d38127.svg') !important;}
.hm-brand[data-brand-name="heart-coherence"][data-brand-clr="white"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-ffffff.svg') !important;}


/* Brand - Add Heart */
#content .hm-brand[data-brand-name="add-heart"]:before {
  position: relative;
  display: inline-block;
  top: 1px;
  left: 0;
  width: inherit;
  min-width: 30px;
  height: auto;
  z-index: 10;
}

#content .hm-brand[data-brand-name="add-heart"][data-brand-size="inherit"]:before {
  width: inherit;
  max-width: none;
}

#content .hm-brand[data-brand-name="add-heart"]:before,
#content .hm-brand[data-brand-name="add-heart"][data-brand-clr="default"]:before {
  content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-4e5665.svg');
}

.hm-brand[data-brand-name="add-heart"][data-brand-clr="black"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-000000.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="blue"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-1b82c5.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="blue-dk"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-1c50a7.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="green"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-3c9707.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="grey"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-cccccc.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="grey-md"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-4e5665.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="maroon"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-b1005d.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="orange"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-fd8600.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="orange-md"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-e7800a.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="pink"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-ee1897.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="purple"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-5c79e3.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="red"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-e34141.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="red-md"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-c03927.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="yellow"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-e9ac34.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="yellow-dk"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-d38127.svg') !important;}
.hm-brand[data-brand-name="add-heart"][data-brand-clr="white"]:before {content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/add-heart/svg/add-heart-02-01-ffffff.svg') !important;}



/* VENDORS
================================= */

/* Vendor - Disqus */
#content #disqus_thread {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
}

img.hm-stats {
  display: none;
}

/* Vendor - Pardot */
#pdt #pdt-content form#pardot-form[action*="heartmath.org/gci-emails"] .form-field.no-label {
  display: none;
}

/* == END / VENDORS =================================== */



/* EFFECTS
================================= */
/* Effects - Opacity */
.opacity-default {opacity: 0.5;}
.opacity-100 {opacity: 1.0;}
.opacity-90 {opacity: 0.9;}
.opacity-80 {opacity: 0.8;}
.opacity-70 {opacity: 0.7;}
.opacity-60 {opacity: 0.6;}
.opacity-50 {opacity: 0.5;}
.opacity-40 {opacity: 0.4;}
.opacity-30 {opacity: 0.3;}
.opacity-20 {opacity: 0.2;}
.opacity-10 {opacity: 0.1;}


/* Effects - Rounded */
.rounded-xs {border-radius: 2px}
.rounded-sm {border-radius: 4px;}
.rounded-md {border-radius: 8px;}
.rounded-lg {border-radius: 10px;}
.rounded-xl {border-radius: 14px;}
.rounded-default {border-radius: 6px;}
.rounded-bulletin {border-radius: 6px;}


/* Effects - Shadow */
.shadow-xs {box-shadow: 0 0 3px 0 rgba(0,0,0,0.4);}
.shadow-sm {box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);}
.shadow-md {box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);}
.shadow-lg {box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);}
.shadow-xl {box-shadow: 0 0 30px 0 rgba(0,0,0,0.4);}
.shadow-default {box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);}

.shadow-float {
  width: 90%;
  height: 10px;
  background: #999;
  border-radius: 100%;
  margin: 0 auto;
}

.shadow-blur-default,
.shadow-blur-xs {
  filter: blur(1px);
}

.shadow-blur-sm {
  filter: blur(2px);
}

.shadow-blur-md {
  filter: blur(3px);
}

.shadow-opacity-default {opacity: 0.2;}
.shadow-opacity-lt {opacity: 0.1;}
.shadow-opacity-md {opacity: 0.5;}
.shadow-opacity-dk {opacity: 1.0;}


/* Effects - Text-Shadow */
.text-shadow-xs,
.text-shadow-default {text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);}
.text-shadow-sm {text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);}
.text-shadow-md {text-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);}
.text-shadow-lg {text-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);}
.text-shadow-xl {text-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);}

/* == END / EFFECTS =================================== */



/* PRELOADERS
================================= */
.hm-preload.hm-preload-general {
  display: none;
}

.hm-preloader,
.hm-preloader.hm-preloader-standard {
  font-size: 50px;
  color: #aeaeae;
}

.hm-preloader,
.hm-preloader.hm-preloader-standard {
  display: inline-block;
  animation: preloader-heart 2s infinite linear;
}

.hm-preloader-info {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #aeaeae;
  padding: 0;
  margin: 0;
}


/* Preloaders - Animation */
@-webkit-keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes preloader-heart {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* == END / PRELOADERS =================================== */



/* HELPERS
================================= */

/* Helpers - Line-height */
.line-height-auto {line-height: 100%;}
.line-height-default {line-height: normal;}
.line-height-inherit {line-height: inherit !important;}
.line-height-sm {line-height: 100%;}
.line-height-md {line-height: 120%;}
.line-height-lg {line-height: 150%;}
.line-height-xl {line-height: 200%;}


/* Helpers - Line-height/Lists */
.line-height-sm li {margin-bottom: 8px;}
.line-height-md li {margin-bottom: 8px;}
.line-height-lg li {margin-bottom: 8px;}
.line-height-xl li {margin-bottom: 8px;}


/* Helpers - Alignment */
.pull-center {
  float: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.spacer-top {
  margin-top: 30px;
}
.spacer-bottom {
  margin-bottom: 30px;
}

.page_heading_left,
.vc_align_left {
  text-align: left;
}

.page_heading_center,
.vc_align_center {
  text-align: center;
}

.page_heading_right,
.vc_align_right {
  text-align: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type=number] { -moz-appearance: textfield; }


/* Helpers - Colors */
.clr-default {color: #4e5665;}
.clr-inherit {color: inherit;}
.clr-black {color: #000;}
.clr-blue {color: #1b82c5;}
.clr-blue-lt {color: #dbe3ec;}
.clr-blue-md {color: #86a3bf;}
.clr-blue-dk {color: #1c50a7;}
.clr-green {color: #3c9707;}
.clr-grey {color: #ccc;}
.clr-grey-md {color: #7f7f7f;}
.clr-grey-dk {color: #333;}
.clr-maroon {color: #b1005d;}
.clr-maroon-lt {color: #b29e9e;}
.clr-orange {color: #fd8600;}
.clr-orange-md {color: #e7800a;}
.clr-pink {color: #ee1897;}
.clr-purple {color: #5c79e3;}
.clr-red {color: #e34141;}
.clr-red-md {color: #c03927;}
.clr-white {color: #fff;}
.clr-yellow {color: #ffd742;}
.clr-yellow-lt {color: #fff652;}
.clr-yellow-md {color: #e9ac34;}
.clr-yellow-dk {color: #d38127;}


/* Helpers - Background Colors */
.bg-clr-blue {background-color: #bbd7ed;}
.bg-clr-blue-lt {background-color: #dbe3ec;}
.bg-clr-blue-md {background-color: #86a3bf;}
.bg-clr-blue-dk {background-color: #1c50a7;}
.bg-clr-green {background-color: #3c9707;}
.bg-clr-grey-lt {background-color: #f1f1f1;}
.bg-clr-grey-md {background-color: #7f7f7f;}
.bg-clr-grey-dk {background-color: #333;}
.bg-clr-maroon {background-color: #b1005d;}
.bg-clr-maroon-lt {background-color: #b29e9e;}
.bg-clr-orange {background-color: #fd8600;}
.bg-clr-white {background-color: #fff;}

.bg-clr-left {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}


/* Helpers - Border Radius */
.border-radius-circle,
.border-radius-25 {
  border-radius: 25px;
}

/* Helpers - Border Sizes */
.border-size-xs {border: 1px solid #ccc;}
.border-size-sm {border: 3px solid #ccc;}
.border-size-md {border: 5px solid #ccc;}
.border-size-lg {border: 10px solid #ccc;}
.border-size-xl {border: 20px solid #ccc;}

/* Helpers - Border Colors */
.border-clr-blue {border-color: #bbd7ed !important;}
.border-clr-blue-lt {border-color: #dbe3ec !important;}
.border-clr-blue-md {border-color: #86a3bf !important;}
.border-clr-dk {border-color: #222 !important;}
.border-clr-grey {border-color: #ccc !important;}
.border-clr-maroon {border-color: #b1005d !important;}
.border-clr-maroon-lt {border-color: #b29e9e !important;}
.border-clr-red {border-color: #e34141 !important;}
.border-clr-red-md {border-color: #c03927 !important;}
.border-clr-white {border-color: #fff !important;}


/* Helpers - Outline Sizes */
.outline-size-xs {outline: 1px solid #ccc;}
.outline-size-sm {outline: 3px solid #ccc;}
.outline-size-md {outline: 5px solid #ccc;}
.outline-size-lg {outline: 10px solid #ccc;}
.outline-size-xl {outline: 20px solid #ccc;}


/* Helpers - Padding (Reset) */
.pad-reset {padding: 0 !important;}
.pad-reset-btm {padding-bottom: 0 !important;}
.pad-reset-top {padding-top: 0 !important;}
.pad-reset-left {padding-left: 0 !important;}
.pad-reset-right {padding-right: 0 !important;}
.pad-reset-horz {padding-left: 0 !important; padding-right: 0 !important;}
.pad-reset-vert {padding-top: 0 !important; padding-bottom: 0 !important;}


/* Helpers - Gutters */
.gutter-xs {padding: 20px;}
.gutter-sm {padding: 30px;}
.gutter-md {padding: 40px;}
.gutter-lg {padding: 50px;}
.gutter-xl {padding: 60px;}
.gutter-horz {padding-top: 0; padding-bottom: 0;}
.gutter-vert {padding-left: 0; padding-right: 0;}


/* Helpers - Padding (All) */
.pad-all-xs {padding: 3px;}
.pad-all-sm {padding: 6px;}
.pad-all-md {padding: 16px;}
.pad-all-lg {padding: 20px;}
.pad-all-xl {padding: 30px;}


/* Helpers - Padding (Top) */
.pad-top-xs {padding-top: 3px;}
.pad-top-sm {padding-top: 6px;}
.pad-top-md {padding-top: 16px;}
.pad-top-lg {padding-top: 20px;}
.pad-top-xl {padding-top: 30px;}
.pad-top-tier {padding-top: 40px;}


/* Helpers - Padding (Bottom) */
.pad-btm-xs {padding-bottom: 3px;}
.pad-btm-sm {padding-bottom: 6px;}
.pad-btm-md {padding-bottom: 16px;}
.pad-btm-lg {padding-bottom: 20px;}
.pad-btm-xl {padding-bottom: 30px;}
.pad-btm-tier {padding-bottom: 40px;}


/* Helpers - Padding (Left) */
.pad-left-xs {padding-left: 3px;}
.pad-left-sm {padding-left: 6px;}
.pad-left-md {padding-left: 16px;}
.pad-left-lg {padding-left: 20px;}
.pad-left-xl {padding-left: 30px;}


/* Helpers - Padding (Right) */
.pad-right-xs {padding-right: 3px;}
.pad-right-sm {padding-right: 6px;}
.pad-right-md {padding-right: 16px;}
.pad-right-lg {padding-right: 20px;}
.pad-right-xl {padding-right: 30px;}


/* Helpers - Margin (Hardcoded/Fixed Values) */
.margin-bottom-null {margin-bottom: 0 !important;}
.margin-right-5 {margin-right: 5px !important;}
.margin-right-10 {margin-right: 10px !important;}
.margin-right-15 {margin-right: 15px !important;}


/* Helpers - Margin (Reset) */
.mar-reset {margin: 0 !important;}
.mar-reset-top {margin-top: 0 !important;}
.mar-reset-btm {margin-bottom: 0 !important;}
.mar-reset-left {margin-left: 0 !important;}
.mar-reset-right {margin-right: 0 !important;}
.mar-reset-horz {margin-left: 0 !important; margin-right: 0 !important;}
.mar-reset-vert {margin-top: 0 !important; margin-bottom: 0 !important;}


/* Helpers - Margin (All) */
.mar-all-xs {margin: 3px;}
.mar-all-sm {margin: 6px;}
.mar-all-md {margin: 16px;}
.mar-all-lg {margin: 20px;}
.mar-all-xl {margin: 30px;}


/* Helpers - Margin (Top) */
.mar-top-xs {margin-top: 3px;}
.mar-top-sm {margin-top: 6px;}
.mar-top-md {margin-top: 16px;}
.mar-top-lg {margin-top: 20px;}
.mar-top-xl {margin-top: 30px;}


/* Helpers - Margin (Left) */
.mar-left-xs {margin-left: 3px;}
.mar-left-sm {margin-left: 6px;}
.mar-left-md {margin-left: 16px;}
.mar-left-lg {margin-left: 20px;}
.mar-left-xl {margin-left: 30px;}


/* Helpers - Margin (Right) */
.mar-right-xs {margin-right: 3px;}
.mar-right-sm {margin-right: 6px;}
.mar-right-md {margin-right: 16px;}
.mar-right-lg {margin-right: 20px;}
.mar-right-xl {margin-right: 30px;}


/* Helpers - Margin (Bottom) */
.mar-btm-xs {margin-bottom: 3px;}
.mar-btm-sm {margin-bottom: 6px;}
.mar-btm-md {margin-bottom: 16px;}
.mar-btm-lg {margin-bottom: 20px;}
.mar-btm-xl {margin-bottom: 30px;}


/* Helpers - Width */
.width-100 {width: 100%;}
.width-95 {width: 95%;}
.width-90 {width: 90%;}
.width-85 {width: 85%;}
.width-80 {width: 80%;}
.width-75 {width: 75%;}
.width-70 {width: 70%;}
.width-65 {width: 65%;}
.width-60 {width: 60%;}
.width-55 {width: 55%;}
.width-50 {width: 50%;}
.width-45 {width: 45%;}
.width-40 {width: 40%;}
.width-35 {width: 35%;}
.width-30 {width: 30%;}
.width-25 {width: 25%;}
.width-20 {width: 20%;}
.width-15 {width: 15%;}
.width-10 {width: 10%;}
.width-5 {width: 5%;}


/* Helpers - Height */
.height-100 {height: 100%;}
.height-95 {height: 95%;}
.height-90 {height: 90%;}
.height-85 {height: 85%;}
.height-80 {height: 80%;}
.height-75 {height: 75%;}
.height-70 {height: 70%;}
.height-65 {height: 65%;}
.height-60 {height: 60%;}
.height-55 {height: 55%;}
.height-50 {height: 50%;}
.height-45 {height: 45%;}
.height-40 {height: 40%;}
.height-35 {height: 35%;}
.height-30 {height: 30%;}
.height-25 {height: 25%;}
.height-20 {height: 20%;}
.height-15 {height: 15%;}
.height-10 {height: 10%;}
.height-5 {height: 5%;}


/* Helpers - Positioning/Display */
.pos-relative {position: relative;}
.pos-absolute {position: absolute}
.pos-left {left: 0;}
.pos-right {right: 0;}
.pos-top {top: 0;}
.pos-btm {bottom: 0;}
.align-center-block {display: block; margin: 0 auto; clear: both}
.align-horz-center {display: inline-block; float: none;}
.align-vert-top {display: table-cell; vertical-align: top;}
.align-vert-middle {display: table-cell; vertical-align: middle;}
.align-vert-middle-outer {display: table; height:100%; width: 100%;}
.align-vert-middle-inner {display: table-cell; vertical-align:middle;}
.align-vert-bottom {display: table-cell; vertical-align: bottom;}
.dis-block {display: block;}
.dis-block-inline {display: inline-block;}
.dis-table {display: table;}
.overflow-auto {overflow: auto;}
.overflow-hidden {overflow: hidden;}
.table-align-vert-middle td, .table-align-vert-middle th {vertical-align: middle !important}

/* Helpers - Text Alignment */
.text-align-top,
.text-align-top * {vertical-align: top !important;}
.text-align-middle,
.text-align-middle * {vertical-align: middle !important;}
.text-align-bottom,
.text-align-bottom * {vertical-align: bottom !important;}


/* Helpers - Text Wrap */
.wrap-none {white-space: nowrap;}
.wrap-normal {white-space: normal;}


/* Helpers - Sizing */
.height-auto {height: auto;}
.height-fluid {height: 100%;}
.width-auto {width: auto;}
.width-fluid {width: 100%;}

/* == END / HELPERS =================================== */



/* TPL - PLACEHOLDERS
================================= */
#content .hm-tpl-placeholder {
  position: relative;
  display: block;
  clear: both;
}

#content .hm-tpl-placeholder.hm-tpl-local-comments,
#content .hm-tpl-placeholder.hm-tpl-local-comments * {
  text-align: center;
}

#content .hm-tpl-placeholder.hm-tpl-local-comments .hm-icon {
  position: relative;
  margin: 0 auto;
}

#content .hm-tpl-placeholder.hm-tpl-local-comments .hm-icon.fa.fa-comment {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 6px;
}

#content .hm-tpl-placeholder.hm-tpl-local-comments p {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
}


/* TPL - PAGE (STATUS)
================================= */
body.hm-page-pub-protected #subheader {
  display: none;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected {
  position: relative;
  display: block;
  clear: both;
  text-align: center;
  padding: 100px 15px !important;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected,
body.hm-page-pub-protected #hm-tpl-page-status-protected * {
  padding: 0;
  margin: 0;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected .hm-title,
body.hm-page-pub-protected #hm-tpl-page-status-protected .hm-title *,
body.hm-page-pub-protected #hm-tpl-page-status-protected .hm-title form,
body.hm-page-pub-protected #hm-tpl-page-status-protected .hm-title form * {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected i {
  font-size: 150px;
  color: #333;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected .hm-title {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 12px;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected .hm-info {
  font-size: 18px;
  line-height: 24px;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected form label {
  position: relative;
  display: block;
  width: 100%;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected form input {
  font-family: "Roboto Condensed", Arial, sans-serif;
  height: 50px;
  font-size: 22px;
  line-height: 50px;
  background: #fff;
  margin: 20px auto;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  width: 98%;
  max-width: 320px;
  font-weight: normal;
}


body.hm-page-pub-protected #hm-tpl-page-status-protected form button,
body.hm-page-pub-protected #hm-tpl-page-status-protected form button * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  outline: none !important;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected form button {
  padding: 3px 30px;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected form button:active {
  box-shadow: none !important;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected form button.btn-primary {
  color: #fff !important;
  background-color: #e67b00 !important;
  border-color: #e67b00 !important;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected form button.btn-secondary {
  color: #fff !important;
  background-color: #2aa8e2 !important;
  border-color: #2aa8e2 !important;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected form button.btn-tertiary {
  color: #fff !important;
  background-color: #b1005d !important;
  border-color: #b1005d !important;
}

body.hm-page-pub-protected #hm-tpl-page-status-protected form button:hover {
  filter: brightness(105%);
}



/* RESETS
================================= */
/* Reset */
body.hm-ua-lcl .entry-content {
  margin-bottom: -6px !important;
}

/* Reset - WP/Posts */
.hentry header.entry-header .post-image img.wp-post-image {
  max-width: calc(100% + .5px);
}


/* Reset - RWD hidden/visible (inline) */
.rwd-visible-xs-inline,
.rwd-visible-sm-inline,
.rwd-visible-md-inline,
.rwd-visible-lg-inline,
.rwd-visible-xl-inline {
  display: none !important;
}


/* Reset - Heading top-margin if first-child of element */
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}


/* Reset - Carousel margins (ad elements) */
.hm-bulletin .mar-reset-btm {margin-bottom: 0;}
.hm-bulletin .mar-reset-top {margin-top: 0;}

/* Reset - Column Offsets (odd cols, ex: col-9) */
.rwd-col-center {
  margin: 0 auto;
  float: none;
  clear: both;
}

/* Reset - Paragraph bottom-margin if last-child of element */
* > p:last-child {
  margin-bottom: 0
}


/* Reset - Paragraph, Heading top-margins if previous sibling is UL */
ul + p,
ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
  margin-top: 20px;
}


/* Reset - Glyphicon positioning */
span.glyphicon {
  top: 2px;
}

.btn .glyphicon {
  margin-left: -3px;
}


/* Reset - Link decorations */
.entry-content .breadcrumb a,
.entry-content .btn,
.hm-entry-content .btn,
.entry-content .label-hm,
.entry-content .list-group a,
.entry-content .nav a,
.entry-content .nav-list a,
.entry-content .pager a,
.entry-content .user-label-standard a {
  text-decoration: none;
}


/* Reset - Map, Area */
map area {
  outline: none;
}


/* Reset - Bootstrap extended */
.btn.btn-reset {
  outline: none;
  border: none;
  box-shadow: none;
  transition: none;
}

.text-underline {
  text-decoration: underline;
}

.lead-md {
  font-size: 18px;
  font-weight: 300;
}

.lead.lead-lg {
  font-size: 22px;
  line-height: 30px;
}
.blockquote-size-standard {width: 90%; margin: 30px auto;}
.blockquote-size-full {width: 100%; margin: 30px auto;}
.blockquote-size-xl {width: 95%; margin: 30px auto;}
.blockquote-size-lg {width: 90%; margin: 30px auto;}
.blockquote-size-md {width: 80%; margin: 30px auto;}
.blockquote-size-sm {width: 50%; margin: 30px auto;}
.blockquote-size-xs {width: 25%; margin: 30px auto;}

blockquote.blockquote-style-lt {
  border-left: 5px solid #fff;
}

blockquote.blockquote-style-md {
  border-left: 5px solid #ccc;
}

blockquote.blockquote-style-dk {
  border-left: 5px solid #444;
}

blockquote.blockquote-style-inline {
  display: inline-block;
}

blockquote.nostyle {
  border: none;
}

[data-toggle="collapse"].collapsed .collapsed-false {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .collapsed-true {
  display: none;
}


/* Reset - Figure */
figure figcaption {
  display: block;
  width: 90%;
  margin: 12px auto 0;
  font-size: 14px;
}

figure.figure-styled figcaption {
  display: block;
  width: 75%;
  padding: 16px;
  background: #f3f3f3;
  border-radius: 6px;
}

figure figcaption p {
  line-height: 20px;
  margin-bottom: 0;
}

figure figcaption .figure {
  font-size: 18px;
  font-weight: 500;
  color: #353535;
}

figure figcaption .author {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 0 0;
}

figure figcaption .author:before {
  content: "\2013 ";
}

figure.figure-center,
figure.figure-center figcaption .author {
  text-align: center;
}


/* Reset - Vendor (AddThis) */
#content .at-wordpress-hide {
  margin: 0;
}

@media only screen and (min-height :1000px) {
  .addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext {
    margin-top: 310px !important;
    margin-bottom: -310px !important;
  }
}


/* Reset - Vendor (Bazaarvoice) */
#content .hm-bazaarvoice #BVRRSummaryContainer .bv-details-bar,
#content .hm-bazaarvoice #BVRRSummaryContainer .bv-action-bar,
#single-header .hm-bazaarvoice #BVRRSummaryContainer .bv-details-bar,
#single-header .hm-bazaarvoice #BVRRSummaryContainer .bv-action-bar {
  display: none !important;
}

#hm-bv-features {
  border-top: 1px solid #eee;
}

#hm-bv-features #hm-bv-ratings-reviews > h2,
#hm-bv-features #hm-bv-ratings-reviews > h2 * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-weight: bold;
}

#content .hm-bazaarvoice #BVRRSummaryContainer .bv-summary-bar {
  margin-bottom: 20px !important;
}

#single-header .hm-bazaarvoice #BVRRSummaryContainer .bv-summary-bar {
  margin-bottom: 0 !important;
}

/* Reset - Vendor (Bazaarvoice, custom inline-ratings) */
body.single-post.hm-app-bv #content {
  padding-bottom: 0;
}

#content .hm-bazaarvoice-container {
  min-height: 47.5px;
}

#content .hm-bazaarvoice-container,
#content .hm-bazaarvoice-container * {
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  font-size: 15px !important;
}

#content .hm-bazaarvoice-container .bv-rating-ratio .bv-rating-stars {
  font-size: 22px !important;
}

#content .hm-bazaarvoice-container .bv-rating-ratio-number span[itemprop="ratingValue"],
#content .hm-bazaarvoice-container .bv-rating-ratio-number span[itemprop="ratingValue"] *,
#content .hm-bazaarvoice-container .bv-rating-ratio-count span[itemprop="reviewCount"],
#content .hm-bazaarvoice-container .bv-rating-ratio-count span[itemprop="reviewCount"] * {
  font-size: 17px !important;
}

@media only screen and (max-width : 480px) {

  #content .hm-bazaarvoice-container.hm-bv-style-multi {
    min-height: 67.5px !important;
  }

  #content .hm-bazaarvoice-container.hm-bv-style-multi .bv-rating-ratio-number .bv-rating {
    border-right: none !important;
    padding-right: 0 !important;
  }

  #content .hm-bazaarvoice-container.hm-bv-style-multi .bv-rating-ratio-count {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    clear: both !important;
    text-align: center !important;
    margin-top: -8px !important;
  }

  #content .hm-bazaarvoice-container.hm-bv-style-multi .bv-rating-ratio-count a.bv-rating-label {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }

}

#content .hm-bv-inline-ratings {
  position: relative;
  padding: 0;
  margin: 0;
  line-height:0;
}

#content .hm-bv-inline-ratings .hm-bv-inline-ratings-inner {
  position: relative;
  display: inline-block;
}

#content .hm-bv-inline-ratings .hm-bv-inline-ratings-inner a.hm-bv-inline-ratings-link {
  position: absolute !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
  z-index: 2 !important;
}

#content .hm-bv-inline-ratings .hm-bv-inline-ratings-inner .hm-bv-inline-ratings-id {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#content .hm-bv-inline-ratings .hm-bv-inline-ratings-inner .bv-rating-label::after {
  content: " Reviews";
}

#content .hm-bv-inline-ratings .hm-bv-inline-ratings-inner .bv-inline-rating-container .bv-stars-container .bv-rating-ratio-count {
  border-left: 1px solid #ccc !important;
  padding-left: 8px !important;
}

/* BV (Custom) - Compact */
#content .hm-bv-inline-ratings.hm-bv-summary-compact .hm-bv-inline-ratings-inner .bv-inline-rating-container .bv-stars-container .bv-rating-ratio-number .bv-rating {
  font-size: 16px !important;
}

#content .hm-bv-inline-ratings.hm-bv-summary-compact .hm-bv-inline-ratings-inner .bv-inline-rating-container .bv-stars-container .bv-rating-ratio-count {
  position: relative !important;
  display: block !important;
  clear: both !important;
  text-align: center !important;
  border: none !important;
}

/* BV (Custom) - Alt. (clone) */
#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact,
#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact * {
  position: relative !important;
  font-family: "Roboto Condensed", Arial, sans-serif !important;
  color: #1b5da7 !important;
  text-align: center !important;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact {
  position: relative;
  display: inline-block;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-inline-ratings-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating {
  margin-bottom: 8px;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating.hm-bv-rating-000 .hm-bv-rating-02,
#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating.hm-bv-rating-000 .hm-bv-rating-02 * {
  color: #999 !important;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating .hm-bv-rating-02 {
  font-size: 17px !important;
  line-height: 20px !important;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating .hm-bv-rating-01,
#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating .hm-bv-rating-02 {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating .hm-bv-rating-02 {
  margin: 1px 0 0 5px;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating,
#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-rating * {
  vertical-align: middle;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-review,
#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-review * {
  font-size: 14px !important;
  line-height: 14px !important;
}

#content .hm-bazaarvoice-container .hm-bv-inline-ratings-alt.hm-bv-summary-compact .hm-bv-alt-rating-review .hm-bv-review .hm-bv-review-01::after {
  content: " Reviews";
}


/* Resets - Policy (Cookie) */
body.hm-upo-01-0 footer#hm-footer-menu {
  padding-bottom: 80px !important;
}

@media only screen and (max-width :1600px) {
  body.hm-upo-01-0 footer#hm-footer-menu {
    padding-bottom: 140px !important;
  }
  body.hm-upo-01-0 a.scrollup {
    bottom: 150px !important;
  }
}

@media only screen and (max-width :1199px) {
  body.hm-upo-01-0 footer#hm-footer-menu {
    padding-bottom: 200px !important;
  }
  body.hm-upo-01-0 a.scrollup {
    bottom: 200px !important;
  }
}

@media only screen and (max-width :457px) {
  body.hm-upo-01-0 footer#hm-footer-menu {
    padding-bottom: 220px !important;
  }
}



/* Reset - HTML5/Audio */
@media only screen and (max-width : 579px) {
  #content .hm-user-download audio {
    width: 95%;
  }
}

/* == END / RESETS =================================== */



/* @MEDIA QUERIES
================================= */

/* @Media - Large Desktops, Laptops */
@media only screen and (min-width : 1200px) {

  h1.hm-section {
    margin-top: 18px;
  }

  .hm-bulletin-column {
    width: 100%;
  }

  .hm-nav-section ul.nav,
  .hm-nav-section .hm-bulletin-column {
    width: 86%;
  }

  h1.hm-section.h-primary {
    margin-top: 0;
  }


  /* Content - Parent/Fluid Layout - Menu Nav (left-column) */
  .hm-nav-section .hm-nav {
    min-height: 146px;
  }

  section#subheader ul.breadcrumb {
    padding: 0 50px;
  }

}


/* @Media - (lg) Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

  .hm-nav-section .hm-nav-item {
    width: 100%;
    padding: 0;
  }

  section#subheader.has_header_image {
    padding: 80px 0;
  }

  body #hm-nav-header #hm-nav-header-brand .hm-social {
    left: -5px;
  }

  .contact-map #map {
    height: 350px !important;
  }

  h1.hm-section:not([class*="pad-reset"]):not([class*="mar-reset"]) {
    margin: 8px 0 20px 0;
  }

  h1.hm-section.h-primary {
    margin-top: 0;
  }

  section#subheader ul.breadcrumb {
    text-align: center;
  }

}


/* @Media - iPads (Landscape) */
@media (min-width : 1000px) {

  body.smarty-agent-ipad .nav.is-hidden {
    display: block;
  }

}


/* @Media - (md) Landscape Phone, Portrait Tablet */
@media only screen and (max-width : 991px) {

  /* Typography */
  h1, .h1,
  h1.h1-lg, .h1-lg {
    font-size: 30px;
    line-height: 34px;
  }

  h2, .h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h1.h2.hm-section.h-primary,
  h1.h2.hm-section.h-primary * {
    font-size: 32px;
    line-height: 38px;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4, .h4 {
    font-size: 22px;
    line-height: 26px;
  }

  h5, .h5 {
    font-size: 20px;
    line-height: 24px;
  }

  h6, .h6 {
    font-size: 18px;
    line-height: 22px;
  }

  aside.sidebar-nav {
    padding: 0;
  }

  .footer-line {
    text-align: center;
  }

  footer.site-footer .footer-menu {
    float: none !important;
    margin-top: 20px;
  }

  section#subheader.has_header_image {
    padding: 40px 0;
  }

  section#subheader {
    padding: 20px 0;
  }

  .hm-bulletin-column,
  .hm-bulletin-clmn {
    position: relative;
    display: block;
    width: 100%;
    height: auto !important;
    clear :both;
  }

  .hm-bulletin-clmn {
    background: #cdd6db !important;
    padding: 20px;
  }

  .form-control.header-search-input {
    height: 30px;
    line-height: 30px;
  }

  .contact-map #map {
    height: 250px !important;
  }

  h1.hm-section {
    margin-top: 0;
  }

  figure.figure-styled figcaption {
    width: 90%;
  }

  .hm-label.hm-label-beta,
  .hm-label.hm-label-new {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 2px 6px;
    top: -2px;
    left: 6px;
  }


  /* Forms - Header/Content 02 */
  .hm-form-content-02.info-right .form-group.hm-button .hm-info {
    position: relative;
    display: block;
    clear: both;
    top: 0;
    left: 0;
    text-align: center;
    margin-top: 20px;
  }


  /* Content - Parent/Fluid Layout - Menu Nav (left-column) */
  .hm-nav-section > ul.hm-nav-related {
    margin-bottom: 20px !important;
  }

  /* Downloads - Links */
  .link-download a {
    position: relative;
    font-size: 18px;
    vertical-align: middle;
    top: -2px;
  }


  /* Vendor */
  #hm-bv-features #hm-bv-ratings-reviews > h2,
  #hm-bv-features #hm-bv-ratings-reviews > h2 * {
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
  }

}

/* @Media - (lg-xl) */
@media only screen and (min-width : 992px) {

  /* Components - Carousel (Custom / .technique-01) */
  .carousel-standard.content-02 .carousel-control {
    width: 120px;
    filter: alpha(opacity=0);
    opacity: 0.5;
  }

}

/* @Media - (md-xl) */
@media only screen and (min-width : 768px) and (max-width : 992px) {

  #content .carousel-custom.technique-01 {
    max-width: 88% !important;
    height: auto;
  }

}

/* @Media - (md-xl) */
@media only screen and (min-width : 768px) {

  .hm-bulletin .border-standard {
    border-radius: 6px;
  }

  /* Components - Carousel (HMI Standard / .content-01 / .user-01) */
  .carousel-standard.carousel-type-default .hm-bulletin-full, .carousel-standard.carousel-type-default .hm-bulletin-standard,
  .carousel-standard.content-01 .hm-bulletin-full, .carousel-standard.content-01 .hm-bulletin-standard,
  .carousel-standard.user-01 .hm-bulletin-full, .carousel-standard.user-01 .hm-bulletin-standard {
    min-height: 356px;
    height: 356px;
  }

  /* Components - Carousel (.content-01) */
  .carousel-standard.content-01 {
    min-height: 356px;
    max-height: 356px;
    height: 356px;
  }

  /* Components - Carousel (.content-01 > .item) */
  .carousel-standard.content-01 .item {
    max-height: 356px;
    height: 356px;
    overflow: hidden;
  }


  /* Components - Carousel (HMI Standard / .content-02) */
  .carousel-standard.content-02 {
    padding-bottom: 50px;
  }

  .carousel-standard.content-02 .hm-bulletin .carousel-inner {
    padding-bottom: 20px;
  }

  .carousel-standard.content-02 .hm-bulletin .col-standard {
    position: relative;
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
  }

  .carousel-standard.content-02 .hm-bulletin .col-standard-md {
    max-width: 1024px;
  }

  .carousel-standard.content-02 .carousel-indicators {
    top: -75px !important;
    padding: 0;
  }

  .carousel-standard.content-02 .carousel-control span {
    font-size: 50px;
  }

  .carousel-standard.content-02 .align-vert-middle-spacer {
    position: relative;
    display: block;
    clear: both;
    padding-bottom: 40px;
  }

  .carousel-standard.content-02,
  .carousel-standard.content-02.carousel-type-default .hm-bulletin-full,
  .carousel-standard.content-02.carousel-type-default .hm-bulletin-standard {
    min-height: 496px !important;
    height: 496px !important;
  }

  .carousel-standard.content-02 .hm-bulletin h2,
  .carousel-standard.content-02 .hm-bulletin p.h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
    margin: 0 0 20px;
    color: #f28609;
  }

  .carousel-standard.content-02 .hm-bulletin h3,
  .carousel-standard.content-02 .hm-bulletin p.h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 0 12px;
    color: #e67b00;
  }

  .carousel-standard.content-02 .hm-bulletin h3.font-size-sm,
  .carousel-standard.content-02 .hm-bulletin p.h3.font-size-sm {
    font-size: 22px;
    line-height: 26px;
  }

  .carousel-standard.content-02 .hm-bulletin p {
    line-height: 20px;
  }

  .carousel-standard.content-02 .hm-bulletin .font-size-standard,
  .carousel-standard.content-02 .hm-bulletin .font-size-standard *:not(.btn) {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
  }

  .carousel-standard.content-02 .hm-bulletin .font-size-md {
    font-size: 22px;
    line-height: 32px;
  }

  .carousel-standard.content-02 .hm-bulletin .font-size-lg {
    font-size: 24px;
    line-height: 32px;
  }

  .carousel-standard.content-02 .hm-bulletin .font-size-standard,
  .carousel-standard.content-02 .hm-bulletin p.font-size-md,
  .carousel-standard.content-02 .hm-bulletin p.font-size-lg {
    font-weight: 300;
  }

}


/* @Media - (sm) Small Devices, Tablets */
@media only screen and (max-width : 767px) {

  body {
    padding-top: 0 !important;
  }

  /* Content - Sub-Header */
  section#subheader ul.breadcrumb {
    display: none;
  }

  .lead {
    font-size: 110%;
  }

  section#subheader.has_header_image {
    padding: 20px 0;
  }

  body .hm-content-header-default {
    padding-top: 15px;
  }


  /* @Media - Bulletin (Content) */
  .hm-bulletin h2,
  .hm-bulletin h2 *,
  .hm-bulletin .h2,
  .hm-bulletin .h2 *,
  .hm-bulletin h3,
  .hm-bulletin h3 *,
  .hm-bulletin .h3,
  .hm-bulletin .h3 *,
  .hm-bulletin h4,
  .hm-bulletin h4 *,
  .hm-bulletin .h4,
  .hm-bulletin .h4 *,
  .hm-bulletin h5,
  .hm-bulletin h5 *,
  .hm-bulletin .h5,
  .hm-bulletin .h5 *,
  .hm-bulletin h6,
  .hm-bulletin h6 *,
  .hm-bulletin .h6,
  .hm-bulletin .h6 *,
  .hm-bulletin strong,
  .hm-bulletin strong * {
    font-family: "Roboto Condensed", Arial, sans-serif;
  }

  .hm-bulletin h2,
  .hm-bulletin p.h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .hm-bulletin h3,
  .hm-bulletin p.h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .hm-bulletin h3.font-size-sm,
  .hm-bulletin p.h3.font-size-sm {
    font-size: 20px;
    line-height: 24px;
  }

  .contact-map #map {
    height: 200px !important;
  }

  .modal .modal-content {
    border-radius: 0;
  }


  /* Components - Carousel (HMI Standard / content-02) */
  .carousel-standard.content-01 h1, .carousel-standard.content-01 .h1 {font-size: 28px; line-height: 30px}
  .carousel-standard.content-01 h2, .carousel-standard.content-01 .h2 {font-size: 26px; line-height: 28px}
  .carousel-standard.content-01 h3, .carousel-standard.content-01 .h3 {font-size: 22px; line-height: 24px}


  /* Components - Carousel (HMI Standard / content-02) */
  .carousel-standard.content-02 .hm-bulletin h2,
  .carousel-standard.content-02 .hm-bulletin p.h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 16px;
    color: #f28609;
  }

  .carousel-standard.content-02 .hm-bulletin h3,
  .carousel-standard.content-02 .hm-bulletin p.h3 {
    font-size: 22px;
    line-height: 26px;
    color: #1b82c4;
  }

  .carousel-standard.content-02 .hm-bulletin h3.font-size-sm,
  .carousel-standard.content-02 .hm-bulletin p.h3.font-size-sm {
    font-size: 18px;
    line-height: 22px;
  }

  .carousel-standard.content-02 .carousel-indicators li,
  .carousel-standard.content-02 .carousel-indicators li.active {
    margin: 0 6px;
  }

  .carousel-standard.content-02 .carousel-indicators {
    position: absolute;
    top: 30px;
    padding: 0;
    max-height: 52px;
    width: 80%;
    margin-left: -40%;
  }

  .carousel-standard.content-02 .well-standard {
    padding-top: 0;
  }

  .carousel-standard.content-02 .well-standard:after {
    bottom: 0;
    width: 95%;
  }

  #content .carousel-custom {
    max-width: 95% !important;
    height: auto;
  }

  #content .carousel-custom .carousel-inner {
    border-radius: 8px;
  }

  #content .carousel-custom .carousel-indicators li,
  #content .carousel-custom .carousel-indicators li.active {
    width: 16px;
    height: 16px;
    border-radius: 0;
  }

  #content .carousel-custom .carousel-control {
    font-size: 30px;
  }

  #content .carousel-custom .carousel-control.left {
    left: -10px;
  }

  #content .carousel-custom .carousel-control.right {
    right: -10px;
  }

  #content .carousel-custom .carousel-indicators {
    bottom: -60px;
  }

  #content .carousel-custom .carousel-caption {
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 40px;
  }

  #content .carousel-custom .carousel-caption,
  #content .carousel-custom .carousel-caption * {
    font-size: 30px;
    line-height: 30px;
  }

  #content .carousel-custom .carousel-caption .title,
  #content .carousel-custom .carousel-caption .title * {
    font-size: 22px;
    line-height: 24px;
  }

  #content .carousel-custom .carousel-caption .info,
  #content .carousel-custom .carousel-caption .info * {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  #content .carousel-custom .carousel-caption.carousel-caption-xs .info,
  #content .carousel-custom .carousel-caption.carousel-caption-xs .info *,
  #content .carousel-custom .carousel-caption.carousel-caption-sm .info,
  #content .carousel-custom .carousel-caption.carousel-caption-sm .info *,
  #content .carousel-custom .carousel-caption.carousel-caption-md .info,
  #content .carousel-custom .carousel-caption.carousel-caption-md .info *,
  #content .carousel-custom .carousel-caption.carousel-caption-lg .info,
  #content .carousel-custom .carousel-caption.carousel-caption-lg .info *,
  #content .carousel-custom .carousel-caption.carousel-caption-xl .info,
  #content .carousel-custom .carousel-caption.carousel-caption-xl .info *,
  #content .carousel-custom .carousel-caption.carousel-caption-xxl .info,
  #content .carousel-custom .carousel-caption.carousel-caption-xxl .info * {
    font-size: 20px !important;
    line-height: 22px;
  }

  #content .carousel-custom .carousel-custom-inset {
    right: -4px;
    height: 99%;
    background: #9e9e9e;
    border-radius: 8px;
  }

  #content .carousel-custom.testimonial-01 .carousel-custom-ol {
    font-size: 100px;
    line-height: 100px;
  }

  #content .carousel-custom.testimonial-01 .carousel-custom-ol.carousel-custom-ol-left {
    top: -32px;
    left: -10px;
  }

  #content .carousel-custom.testimonial-01 .carousel-custom-ol.carousel-custom-ol-right {
    bottom: -76px;
    right: -4px;
  }


  /* Global - Elements */
  .btn-multi {
    position: relative;
    display: block;
    text-align: center;
  }

  .btn-multi .btn,
  .btn-multi .btn:last-child {
    position: relative;
    margin: 0 6px 12px;
    text-align: center;
  }

}


/* @Media - (xs) Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  .navbar-logo {
    font-size: 21px;
  }

  #navbar-logo-blog {
    position: relative;
    display: inline-block;
    clear: both;
    left: 0;
    top: 0;
    margin-top: 6px;
  }

  #navbar-logo-tagline {
    font-size: 12px;
  }

  section#subheader.has_header_image {
    padding: 10px 0;
  }

  .carousel.carousel-responsive {
    max-width: 90%;
  }

  .contact-map #map {
    height: 150px !important;
  }

  h1.hm-section {
    word-break: keep-all;
  }


  /* @Media - Bulletin (HMI Standard) */
  .hm-bulletin h2, .hm-bulletin p.h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .hm-bulletin h3, .hm-bulletin p.h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .hm-bulletin h3.font-size-sm, .hm-bulletin p.h3.font-size-sm {
    font-size: 18px;
    line-height: 22px;
  }


  /* @Media - Modal */
  .modal-dialog {
    width: 94%;
  }

  .modal .modal-header {
    min-height: 45px;
  }

  .modal .modal-header h4 {
    padding-right: 40px;
  }

  .modal .modal-header .close {
    font-size: 45px;
  }

  .modal.modal-default .modal-body {
    padding-top: 15px;
  }

}

/* == END / @MEDIA QUERIES =================================== */



/* @MEDIA QUERIES - Theme (Template)
================================= */

@media only screen and (min-width : 1200px) {

  /* Header - #hm-nav-header */
  body #hm-nav-header .dropdown .dropdown-menu {
    border-top: 1px solid #fff;
  }

  /* Header - #hm-nav-header (center) */
  body #hm-nav-header #hm-nav-header-collapse {
    width: 100%;
  }

  body #hm-nav-header .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  body #hm-nav-header .navbar-collapse {
    text-align: center;
  }

  /* Header - #hm-nav-header (non-touch/mouse devices) */
  body.hm-gdt #hm-nav-header .dropdown .dropdown-toggle:hover {
    cursor: default;
  }

  body.hm-gdt #hm-nav-header .nav li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  body #hm-nav-header-brand .hm-brand {
    margin: 0 auto;
  }

  body #hm-nav-header-brand .hm-col-b,
  body #hm-nav-header-brand .hm-col-c {
    margin-top: 8px;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1199px) {

  /* Header - #hm-nav-header */
  body #hm-nav-header #hm-nav-header-brand .hm-col-a {
    margin: 6px auto 12px !important;
  }

}


/* Footer - Custom @media (responsive positioning) */
@media only screen and (min-width: 1200px) and (max-width: 1300px) {

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li,
  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li * {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: none;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section {
    width: 840px;
    margin: 0 auto;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section > li {
    margin-bottom: 10px;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li[data-menu-name="global-coherence"] {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }

}

@media only screen and (max-width: 1199px) {

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li[data-menu-name="coherence"] a {
    margin-left: -18px;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li[data-menu-name="coherence"]:hover a:before {
    content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-ffffff.svg');
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li[data-menu-name="coherence"].active a:before {
    content: url('/assets/themes/ihm/assets/applications/hmi/public/images/brand/heart-coherence/svg/heart-coherence-02-01-96dbfc.svg');
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li[data-menu-name="blog"] {
    margin-top: 16px;
  }

}


@media only screen and (max-width: 1199px) {

  /* Header - #hm-nav-header */
  body #hm-nav-header * {
    text-align: center;
  }

  body #hm-nav-header .dropdown-menu {
    position: relative;
    background: none !important;
    color: #fff !important;
    box-shadow: none;
    border-top: none;
  }

  body #hm-nav-header .dropdown-menu > li > a {
    width: 100% !important;
    max-width: 100% !important;
    padding: 6px 0;
  }

  body #hm-nav-header .dropdown-menu > li > a.menu.active {
    color: #ffd77c !important;
    background: none;
  }

  body #hm-nav-header .dropdown-menu > li > a:hover {
    text-decoration: underline;
  }


  body #hm-nav-header #hm-nav-header-collapse {
    width: 100%;
    padding: 0;
    border-top: none;
  }

  body #hm-nav-header #hm-nav-header-collapse ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  body.hm-htc #hm-nav-header #hm-nav-header-collapse ul.nav.navbar-nav {
    padding-bottom: 15px;
    overflow-y: hidden;
  }


  /* Header - #hm-nav-header (center, Bootstrap overrides) */
  body #hm-nav-header .navbar-left,
  body #hm-nav-header .navbar-right {
    float: none !important;
  }

  body #hm-nav-header .navbar-fixed-top {
    top: 0;
    border-width: 0;
  }

  body #hm-nav-header .navbar-toggle {
    display: block;
  }

  body #hm-nav-header .navbar-collapse {
    border: none;
    box-shadow: none;
  }

  body #hm-nav-header .navbar-collapse.collapse {
    display: none!important;
  }

  body #hm-nav-header .navbar-nav {
    float: none!important;
  }

  body #hm-nav-header .collapse.in {
    display:block !important;
  }

  body #hm-nav-header .navbar-nav > li {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
  }

  body #hm-nav-header .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body #hm-nav-header .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  body #hm-nav-header .dropdown .dropdown-toggle {
    padding: 8px 0 !important;
  }

  body #hm-nav-header #hm-nav-header-collapse .dropdown ul {
    background: #12537f !important;
  }

  body #hm-nav-header #hm-nav-header-collapse .dropdown-menu li:hover a {
    background: #1b82c5 !important;
  }


  /* Header - #hm-nav-header (Bootstrap custom breakpoint) */
  body #hm-nav-header .navbar-toggle,
  body #hm-nav-header .navbar-nav > li,
  body #hm-nav-header.navbar-header {
    float: none;
  }

  body #hm-nav-header .navbar-header {
    position: relative;
    display: inline-block;
    padding: 0;
    float: left;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
  }

  body #hm-nav-header .navbar-header .navbar-toggle * {
    line-height: 45px;
  }

  body #hm-nav-header .dropdown-menu,
  body #hm-nav-header .dropdown:hover .dropdown-toggle,
  body #hm-nav-header .dropdown.open a.dropdown-toggle {
    background: inherit !important;
    color: inherit;
  }

  body #hm-nav-header .dropdown .dropdown-toggle.active,
  body #hm-nav-header .dropdown .dropdown-toggle.active *,
  body #hm-nav-header .dropdown:hover .dropdown-toggle.active,
  body #hm-nav-header .dropdown:hover .dropdown-toggle.active:after,
  body #hm-nav-header .dropdown .dropdown-toggle.active:after,
  body #hm-nav-header .dropdown .dropdown-toggle.active:hover,
  body #hm-nav-header .dropdown.open a.dropdown-toggle.active {
    background: inherit !important;
    color: #ffd77c !important;
  }

  body #hm-nav-header .dropdown-menu > li:hover,
  body #hm-nav-header .dropdown-menu > li:hover *,
  body #hm-nav-header .dropdown-menu > li > a.menu.active,
  body #hm-nav-header .dropdown-menu > li a.menu.active:hover,
  body #hm-nav-header #hm-nav-header-collapse .dropdown-menu li:hover a,
  body #hm-nav-header #hm-nav-header-collapse .dropdown-menu li:hover a * {
    background: transparent !important;
  }

  body #hm-nav-header #hm-nav-header-collapse .dropdown ul {
    padding: 8px 0;
  }

  body #hm-nav-header .dropdown-menu > li:first-child > a {
    font-size: 17px;
  }

  body #hm-nav-header .dropdown a.dropdown-toggle.current,
  body #hm-nav-header .dropdown a.dropdown-toggle.current *,
  body #hm-nav-header .dropdown a.dropdown-toggle.current:after {
    color: #9bdfff !important;
  }

  body #hm-nav-header .dropdown a.dropdown-toggle.current.active,
  body #hm-nav-header .dropdown a.dropdown-toggle.current.active *,
  body #hm-nav-header .dropdown a.dropdown-toggle.current.active:after {
    color: #ffd77c !important;
  }

  body #hm-nav-header .dropdown a.dropdown-toggle.current:after {
    content: '\f078' !important;
  }

  body #hm-nav-header .navbar-header button {
    padding: 0;
    margin: 0;
  }

  body #hm-nav-header-brand .hm-social {
    margin: 3px auto 12px auto !important;
  }

  body #hm-nav-header .hm-tier-nav {
    margin: 6px auto;
  }


  /* Header - #hm-nav-header (fluid/multi-column) */
  body #hm-nav-header .dropdown.menu-multi .dropdown-menu,
  body #hm-nav-header .dropdown.menu-multi .dropdown-menu .menu-categories,
  body #hm-nav-header .dropdown.menu-multi .dropdown-menu .menu-categories ul.category {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 auto;
    text-align: center;
  }

  body #hm-nav-header .dropdown.menu-multi .dropdown-menu .menu-categories {
    padding-top: 8px !important;
  }

  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category li.category-image,
  body #hm-nav-header .dropdown.menu-multi .dropdown-menu .menu-categories .category .category-sub {
    display: none;
  }

  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category li a:hover {
    text-decoration: underline;
  }

  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category li.title.primary a,
  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category li.title.primary a * {
    font-size: 17px;
    font-weight: bold !important;
  }

  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category-sub li.title a,
  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category-sub li.title a * {
    margin: 0 auto;
    font-weight: normal;
    color: #9bdfff;
  }

  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category li.title a,
  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category li.title a * {
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #fff;
  }

  body #hm-nav-header .dropdown.menu-multi .menu-categories ul.category li.title.primary + li.title {
    display: block !important;
  }


  /* Header - #hm-nav-header (center) */
  body #hm-nav-header #hm-nav-header-brand .hm-col-a,
  body #hm-nav-header #hm-nav-header-brand .hm-col-b,
  body #hm-nav-header #hm-nav-header-brand .hm-col-b .hm-general,
  body #hm-nav-header #hm-nav-header-brand .hm-col-c,
  body #hm-nav-header #hm-nav-header-brand .hm-navigation {
    position: relative;
    float: none;
    display: block;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  body #hm-nav-header #hm-nav-header-brand .hm-col-a,
  body #hm-nav-header #hm-nav-header-brand .hm-col-a * {
    margin: 0 auto;
  }

  body #hm-nav-header #hm-nav-header-brand .hm-col-a {
    margin: 0 auto 8px;
  }

  body #hm-nav-header #hm-nav-header-brand .hm-col-c {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    max-width: 500px;
    margin: 6px auto 0;
  }

  body #hm-nav-header .hm-search {
    float: right;
    width: 90%;
  }


  /* Footer - .navbar (custom breakpoint) */
  footer#hm-footer-menu .navbar-header {
    float: none;
  }

  footer#hm-footer-menu .navbar-left,
  footer#hm-footer-menu .navbar-right {
    float: none !important;
  }

  footer#hm-footer-menu .navbar-toggle {
    display: block;
  }

  footer#hm-footer-menu .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  footer#hm-footer-menu .navbar-collapse.collapse {
    display: none!important;
  }

  footer#hm-footer-menu .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  footer#hm-footer-menu .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }

  footer#hm-footer-menu .navbar-nav > li {
    float: none;
  }

  footer#hm-footer-menu .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  footer#hm-footer-menu .collapse.in {
    display:block !important;
  }


  /* Footer - Menu */
  footer#hm-footer-menu {
    padding: 40px 0 100px;
  }

  footer#hm-footer-menu *,
  footer#hm-footer-menu nav#hm-footer-menu-categories,
  footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category {
    text-align: center !important;
    float: none;
    padding: 0;
    margin: 0 auto;
  }


  /* Footer - .navbar (custom) */
  footer#hm-footer-menu .navbar,
  footer#hm-footer-menu .navbar * {
    border: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
  }

  footer#hm-footer-menu .navbar .navbar-collapse ul {
    margin-bottom: 20px;
  }

  footer#hm-footer-menu .navbar-header *,
  footer#hm-footer-menu nav#hm-footer-menu-sections .navbar-header *,
  footer#hm-footer-menu nav#hm-footer-menu-categories .navbar-header *,
  footer#hm-footer-menu nav#hm-footer-menu-org .navbar-header * {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 8px 0;
    color: #ffd77c;
    letter-spacing: 0.25px;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections .navbar-header,
  footer#hm-footer-menu nav#hm-footer-menu-sections .navbar-header * {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
  }

  footer#hm-footer-menu .navbar-header button {
    left: 6px;
  }

  footer#hm-footer-menu .navbar-header button:after {
    position: relative;
    display: inline-block;
    top: -3px;
    right: 0;
    display: inline-block;
    font-family: "FontAwesome";
    content: '\f078';
    font-size: 9px;
    margin-left: 3px;
    font-weight: normal;
    color: #ffd77c;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections .navbar-header button:after {
    color: #fff;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li.active a {
    font-size: 18px;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }

  /* Footer - Category menu */
  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li,
  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li * {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
    display: block;
    font-weight: normal;
    border: none;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li {
    padding-right: 0;
    margin-right: 0;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li a:hover {
    color: #fff;
    text-decoration: underline;
  }

  footer#hm-footer-menu nav#hm-footer-menu-sections ul.hm-menu-section li.active a:hover {
    text-decoration: none;
    color: #96dbfc;
  }

  footer#hm-footer-menu nav#hm-footer-menu-categories .hm-menu-category ul li.hm-menu {
    display: none;
  }

  footer#hm-footer-menu #hm-footer-menu-info,
  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info,
  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-social,
  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-col-a.hm-info,
  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-col-b.hm-info {
    width: 100%;
    max-width: 100%;
  }

  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-info {

    margin-bottom: 30px;
  }

  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-info:last-of-type {
    margin-bottom: 0;
  }

  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-info,
  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-info * {
    padding: 0 !important;
  }

  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-info .hm-item.hm-icon .hm-icon {
    position: relative;
    display: block;
  }


  /* Footer - Social menu */
  footer#hm-footer-menu #hm-footer-menu-info #hm-footer-social * {
    position: relative;
    float: none;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    clear: both;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    z-index: auto;
  }

  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social {
    padding: 40px 15px;
    margin: 20px auto 90px;
    border-radius: 0;
  }

  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-social {
    position: absolute;
    display: block;
    clear: both;
    float: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: -110px;
  }

  footer#hm-footer-menu #hm-footer-menu-info aside#hm-footer-social .hm-col-social ul li.hm-icon * {
    color: #fff;
  }


  /* Footer - Organization menu */
  footer#hm-footer-menu nav#hm-footer-menu-org .organization,
  footer#hm-footer-menu nav#hm-footer-menu-org .copyright {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
  }

  footer#hm-footer-menu nav#hm-footer-menu-org .organization *,
  footer#hm-footer-menu nav#hm-footer-menu-org .copyright *,
  footer#hm-footer-menu nav#hm-footer-menu-org .organization:after,
  footer#hm-footer-menu nav#hm-footer-menu-org .copyright:after {
    font-size: 16px;
    content: "";
  }

  footer#hm-footer-menu nav#hm-footer-menu-org ul > li > a {
    font-size: 14px;
    text-decoration: underline;
  }

}


/* @Media - Medium (*-md) */
@media only screen and (max-width : 767px) {

  /* Header - #hm-nav-header */
  body #hm-nav-header #hm-nav-header-brand .hm-col-c {
    max-width: 240px;
  }

  body #hm-nav-header .hm-search {
    width: 80%;
  }

  body #hm-nav-header #hm-nav-header-brand .hm-col-c {
    margin: 8px auto 0;
  }

  body #hm-nav-header #hm-nav-header-brand .hm-social {
    left: 0;
  }


}

/* == END / @MEDIA QUERIES - TEMP (HEADER) =================================== */




/* @MEDIA QUERIES (BOOTSTRAP EXTENDED)
================================= */

/* @Media - x-Large (*-xl) */
@media only screen and (min-width :1200px) {

  .rwd-bg-img-none-xl {background-image: none !important;}
  .rwd-bg-none-xl {background: none !important;}
  .rwd-bg-size-xl {background-size: 100% auto !important;}
  .rwd-border-reset-xl {border: none !important;}
  .rwd-border-radius-reset-xl {border-radius: 0 !important;}
  .rwd-center-block-xl {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-xl {display: table; margin: 0 auto;}
  .rwd-display-block-inline-xl {display: inline-block !important;}
  .rwd-height-auto-xl {height: auto !important;}
  .rwd-height-fluid-xl {height: 100% !important;}
  .rwd-img-responsive-xl {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-xl {left: 0 !important;}
  .rwd-list-style-none-xl {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-xl {margin: 0 !important;}
  .rwd-mar-reset-horz-xl {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-xl {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-xl {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-xl {margin-top: 0 !important;}
  .rwd-mar-reset-left-xl {margin-left: 0 !important;}
  .rwd-mar-reset-right-xl {margin-right: 0 !important;}
  .rwd-mar-top-br-xl {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-xl {padding: 0 !important;}
  .rwd-pad-reset-horz-xl {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-xl {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-xl {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-xl {padding-top: 0 !important;}
  .rwd-pad-reset-left-xl {padding-left: 0 !important;}
  .rwd-pad-reset-right-xl {padding-right: 0 !important;}
  .rwd-pull-left-xl {float: left;}
  .rwd-pull-right-xl {float: right;}
  .rwd-pull-reset-xl {float: none !important;}
  .rwd-line-br-xl {display: block !important;}
  .rwd-right-reset-xl {right: 0 !important;}
  .rwd-text-center-xl {text-align: center;}
  .rwd-text-left-xl {text-align: left;}
  .rwd-text-right-xl {text-align: right;}
  .rwd-text-transform-capitalize-xl {text-transform: capitalize;}
  .rwd-text-transform-lowercase-xl {text-transform: lowercase;}
  .rwd-top-reset-xl {top: 0 !important;}
  .rwd-visible-xl-inline {display: inline-block !important;}
  .rwd-well-reset-xl {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-auto-xl {width: auto !important;}
  .rwd-width-fluid-xl {width: 100% !important;}
  .rwd-wrap-all-xl {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-xl {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-xl, .rwd-ol-indent-reset-xl {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-xl, .rwd-ol-style-center-xl {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-xl ul, .rwd-ol-style-center-xl ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-xl, .rwd-ol-style-center-xl {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-xl ul, .rwd-ol-style-center-xl ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-xl ul li, .rwd-ol-style-center-xl ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-xl ul li:before, .rwd-ol-style-center-xl ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-xl, .rwd-ol-style-center-reset-xl {overflow:visible !important;}
  .rwd-ul-style-center-reset-xl ul, .rwd-ol-style-center-reset-xl ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-xl ul li, .rwd-ol-style-center-reset-xl ol li {right: 0 !important;}
}


/* @Media - Large (*-lg) */
@media only screen and (min-width : 992px) and (max-width : 1199px) {

  .rwd-bg-img-none-lg {background-image: none !important;}
  .rwd-bg-none-lg {background: none !important;}
  .rwd-bg-size-lg {background-size: 100% auto !important;}
  .rwd-border-reset-lg {border: none !important;}
  .rwd-border-radius-reset-lg {border-radius: 0 !important;}
  .rwd-center-block-lg {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-lg {display: table; margin: 0 auto;}
  .rwd-display-block-inline-lg {display: inline-block !important;}
  .rwd-height-auto-lg {height: auto !important;}
  .rwd-height-fluid-lg {height: 100% !important;}
  .rwd-img-responsive-lg {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-lg {left: 0 !important;}
  .rwd-list-style-none-lg {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-lg {margin: 0 !important;}
  .rwd-mar-reset-horz-lg {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-lg {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-lg {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-lg {margin-top: 0 !important;}
  .rwd-mar-reset-left-lg {margin-left: 0 !important;}
  .rwd-mar-reset-right-lg {margin-right: 0 !important;}
  .rwd-mar-top-br-lg {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-lg {padding: 0 !important;}
  .rwd-pad-reset-horz-lg {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-lg {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-lg {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-lg {padding-top: 0 !important;}
  .rwd-pad-reset-left-lg {padding-left: 0 !important;}
  .rwd-pad-reset-right-lg {padding-right: 0 !important;}
  .rwd-pull-left-lg {float: left;}
  .rwd-pull-right-lg {float: right;}
  .rwd-pull-reset-lg {float: none !important;}
  .rwd-line-br-lg {display: block !important;}
  .rwd-right-reset-lg {right: 0 !important;}
  .rwd-text-center-lg {text-align: center;}
  .rwd-text-left-lg {text-align: left;}
  .rwd-text-right-lg {text-align: right;}
  .rwd-text-transform-capitalize-lg {text-transform: capitalize;}
  .rwd-text-transform-lowercase-lg {text-transform: lowercase;}
  .rwd-top-reset-lg {top: 0 !important;}
  .rwd-visible-lg-inline {display: inline-block !important;}
  .rwd-well-reset-lg {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-auto-lg {width: auto !important;}
  .rwd-width-fluid-lg {width: 100% !important;}
  .rwd-wrap-all-lg {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-lg {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-lg, .rwd-ol-indent-reset-lg {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-lg, .rwd-ol-style-center-lg {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-lg ul, .rwd-ol-style-center-lg ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-lg, .rwd-ol-style-center-lg {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-lg ul, .rwd-ol-style-center-lg ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-lg ul li, .rwd-ol-style-center-lg ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-lg ul li:before, .rwd-ol-style-center-lg ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-lg, .rwd-ol-style-center-reset-lg {overflow:visible !important;}
  .rwd-ul-style-center-reset-lg ul, .rwd-ol-style-center-reset-lg ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-lg ul li, .rwd-ol-style-center-reset-lg ol li {right: 0 !important;}

}


/* @Media - Small-Medium (*-md) */
@media only screen and (max-width : 991px) {

  /* Components - Carousel (HMI Standard / .content-02) */
  .carousel-standard.content-02 .carousel-control {
    width: 90px;
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .carousel-standard.content-02 .carousel-control span {
    font-size: 40px !important;
  }

  .carousel-standard.content-02 .carousel-control:hover,
  .carousel-standard.content-02 .carousel-control:focus {
    opacity: 1;
  }

}


/* @Media - Medium (*-md) */
@media only screen and (min-width : 768px) and (max-width : 991px) {

  .rwd-bg-img-none-md {background-image: none !important;}
  .rwd-bg-none-md {background: none !important;}
  .rwd-bg-size-md {background-size: 100% auto !important;}
  .rwd-border-reset-md {border: none !important;}
  .rwd-border-radius-reset-md {border-radius: 0 !important;}
  .rwd-center-block-md {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-md {display: table; margin: 0 auto;}
  .rwd-display-block-inline-md {display: inline-block !important;}
  .rwd-height-auto-md {height: auto !important;}
  .rwd-height-fluid-md {height: 100% !important;}
  .rwd-img-responsive-md {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-md {left: 0 !important;}
  .rwd-list-style-none-md {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-md {margin: 0 !important;}
  .rwd-mar-reset-horz-md {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-md {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-md {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-md {margin-top: 0 !important;}
  .rwd-mar-reset-left-md {margin-left: 0 !important;}
  .rwd-mar-reset-right-md {margin-right: 0 !important;}
  .rwd-mar-top-br-md {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-md {padding: 0 !important;}
  .rwd-pad-reset-horz-md {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-md {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-md {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-md {padding-top: 0 !important;}
  .rwd-pad-reset-left-md {padding-left: 0 !important;}
  .rwd-pad-reset-right-md {padding-right: 0 !important;}
  .rwd-pull-left-md {float: left;}
  .rwd-pull-right-md {float: right;}
  .rwd-pull-reset-md {float: none !important;}
  .rwd-line-br-md {display: block !important;}
  .rwd-right-reset-md {right: 0 !important;}
  .rwd-text-center-md {text-align: center;}
  .rwd-text-left-md {text-align: left;}
  .rwd-text-right-md {text-align: right;}
  .rwd-text-transform-capitalize-md {text-transform: capitalize;}
  .rwd-text-transform-lowercase-md {text-transform: lowercase;}
  .rwd-top-reset-md {top: 0 !important;}
  .rwd-visible-md-inline {display: inline-block !important;}
  .rwd-well-reset-md {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-auto-md {width: auto !important;}
  .rwd-width-fluid-md {width: 100% !important;}
  .rwd-wrap-all-md {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-md {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-md, .rwd-ol-indent-reset-md {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-md, .rwd-ol-style-center-md {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-md ul, .rwd-ol-style-center-md ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-md, .rwd-ol-style-center-md {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-md ul, .rwd-ol-style-center-md ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-md ul li, .rwd-ol-style-center-md ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-md ul li:before, .rwd-ol-style-center-md ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-md, .rwd-ol-style-center-reset-md {overflow:visible !important;}
  .rwd-ul-style-center-reset-md ul, .rwd-ol-style-center-reset-md ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-md ul li, .rwd-ol-style-center-reset-md ol li {right: 0 !important;}

}


/* @Media - Small (*-sm) */
@media only screen and (min-width : 481px) and (max-width : 767px) {

  .rwd-bg-img-none-sm {background-image: none !important;}
  .rwd-bg-none-sm {background: none !important;}
  .rwd-bg-size-sm {background-size: 100% auto !important;}
  .rwd-border-reset-sm {border: none !important;}
  .rwd-border-radius-reset-sm {border-radius: 0 !important;}
  .rwd-center-block-sm {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-sm {display: table; margin: 0 auto;}
  .rwd-display-block-inline-sm {display: inline-block !important;}
  .rwd-height-auto-sm {height: auto !important;}
  .rwd-height-fluid-sm {height: 100% !important;}
  .rwd-img-responsive-sm {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-sm {left: 0 !important;}
  .rwd-list-style-none-sm {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-sm {margin: 0 !important;}
  .rwd-mar-reset-horz-sm {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-sm {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-sm {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-sm {margin-top: 0 !important;}
  .rwd-mar-reset-left-sm {margin-left: 0 !important;}
  .rwd-mar-reset-right-sm {margin-right: 0 !important;}
  .rwd-mar-top-br-sm {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-sm {padding: 0 !important;}
  .rwd-pad-reset-horz-sm {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-sm {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-sm {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-sm {padding-top: 0 !important;}
  .rwd-pad-reset-left-sm {padding-left: 0 !important;}
  .rwd-pad-reset-right-sm {padding-right: 0 !important;}
  .rwd-pull-left-sm {float: left;}
  .rwd-pull-right-sm {float: right;}
  .rwd-pull-reset-sm {float: none !important;}
  .rwd-line-br-sm {display: block !important;}
  .rwd-right-reset-sm {right: 0 !important;}
  .rwd-text-center-sm {text-align: center;}
  .rwd-text-left-sm {text-align: left;}
  .rwd-text-right-sm {text-align: right;}
  .rwd-text-transform-capitalize-sm {text-transform: capitalize;}
  .rwd-text-transform-lowercase-sm {text-transform: lowercase;}
  .rwd-top-reset-sm {top: 0 !important;}
  .rwd-visible-sm-inline {display: inline-block !important;}
  .rwd-well-reset-sm {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-auto-sm {width: auto !important;}
  .rwd-width-fluid-sm {width: 100% !important;}
  .rwd-wrap-all-sm {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-sm {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-sm, .rwd-ol-indent-reset-sm {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-sm, .rwd-ol-style-center-sm {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-sm ul, .rwd-ol-style-center-sm ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-sm, .rwd-ol-style-center-sm {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-sm ul, .rwd-ol-style-center-sm ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-sm ul li, .rwd-ol-style-center-sm ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-sm ul li:before, .rwd-ol-style-center-sm ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-sm, .rwd-ol-style-center-reset-sm {overflow:visible !important;}
  .rwd-ul-style-center-reset-sm ul, .rwd-ol-style-center-reset-sm ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-sm ul li, .rwd-ol-style-center-reset-sm ol li {right: 0 !important;}

  #navbar-logo-blog {
    top: 20px;
  }

}


/* @Media - x-Small (*-xs) */
@media only screen and (max-width : 480px) {

  /* Forms - Subscriber (Blog) */
  #hm-form-auth-hmi1-blog .hm-form-content h2,
  #hm-form-auth-hmi1-blog .hm-form-success h2 {
    font-size: 40px;
    line-height: 40px;
  }

  #hm-form-auth-hmi1-blog p {
    font-size: 18px;
    line-height: 24px;
  }

  .rwd-bg-img-none-xs {background-image: none !important;}
  .rwd-bg-none-xs {background: none !important;}
  .rwd-bg-size-xs {background-size: 100% auto !important;}
  .rwd-border-reset-xs {border: none !important;}
  .rwd-border-radius-reset-xs {border-radius: 0 !important;}
  .rwd-center-block-xs {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-xs {display: table; margin: 0 auto;}
  .rwd-display-block-inline-xs {display: inline-block !important;}
  .rwd-height-auto-xs {height: auto !important;}
  .rwd-height-fluid-xs {height: 100% !important;}
  .rwd-img-responsive-xs {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-xs {left: 0 !important;}
  .rwd-list-style-none-xs {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-xs {margin: 0 !important;}
  .rwd-mar-reset-horz-xs {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-xs {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-xs {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-xs {margin-top: 0 !important;}
  .rwd-mar-reset-left-xs {margin-left: 0 !important;}
  .rwd-mar-reset-right-xs {margin-right: 0 !important;}
  .rwd-mar-top-br-xs {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-xs {padding: 0 !important;}
  .rwd-pad-reset-horz-xs {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-xs {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-xs {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-xs {padding-top: 0 !important;}
  .rwd-pad-reset-left-xs {padding-left: 0 !important;}
  .rwd-pad-reset-right-xs {padding-right: 0 !important;}
  .rwd-pull-left-xs {float: left;}
  .rwd-pull-right-xs {float: right;}
  .rwd-pull-reset-xs {float: none !important;}
  .rwd-line-br-xs {display: block !important;}
  .rwd-right-reset-xs {right: 0 !important;}
  .rwd-text-center-xs {text-align: center;}
  .rwd-text-left-xs {text-align: left;}
  .rwd-text-right-xs {text-align: right;}
  .rwd-text-transform-capitalize-xs {text-transform: capitalize;}
  .rwd-text-transform-lowercase-xs {text-transform: lowercase;}
  .rwd-top-reset-xs {top: 0 !important;}
  .rwd-visible-xs-inline {display: inline-block !important;}
  .rwd-well-reset-xs {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-fluid-xs {width: 100% !important;}
  .rwd-width-auto-xs {width: auto !important;}
  .rwd-wrap-all-xs {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-xs {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-xs, .rwd-ol-indent-reset-xs {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-xs, .rwd-ol-style-center-xs {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-xs ul, .rwd-ol-style-center-xs ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-xs, .rwd-ol-style-center-xs {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-xs ul, .rwd-ol-style-center-xs ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-xs ul li, .rwd-ol-style-center-xs ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-xs ul li:before, .rwd-ol-style-center-xs ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-xs, .rwd-ol-style-center-reset-xs {overflow:visible !important;}
  .rwd-ul-style-center-reset-xs ul, .rwd-ol-style-center-reset-xs ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-xs ul li, .rwd-ol-style-center-reset-xs ol li {right: 0 !important;}

}


/* @Media - All - x-Large (*-all-xl) */
@media only screen and (max-width :1199px) {

  .rwd-bg-img-none-all-xl {background-image: none !important;}
  .rwd-bg-none-all-xl {background: none !important;}
  .rwd-bg-size-all-xl {background-size: 100% auto !important;}
  .rwd-border-reset-all-xl {border: none !important;}
  .rwd-border-radius-reset-all-xl {border-radius: 0 !important;}
  .rwd-center-block-all-xl {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-all-xl {display: table; margin: 0 auto;}
  .rwd-display-block-inline-all-xl {display: inline-block !important;}
  .rwd-height-auto-all-xl {height: auto !important;}
  .rwd-height-fluid-all-xl {height: 100% !important;}
  .rwd-hidden-all-xl {display: none !important;}
  .rwd-img-responsive-all-xl {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-all-xl {left: 0 !important;}
  .rwd-list-style-none-all-xl {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-all-xl {margin: 0 !important;}
  .rwd-mar-reset-horz-all-xl {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-all-xl {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-all-xl {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-all-xl {margin-top: 0 !important;}
  .rwd-mar-reset-left-all-xl {margin-left: 0 !important;}
  .rwd-mar-reset-right-all-xl {margin-right: 0 !important;}
  .rwd-mar-top-br-all-xl {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-all-xl {padding: 0 !important;}
  .rwd-pad-reset-horz-all-xl {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-all-xl {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-all-xl {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-all-xl {padding-top: 0 !important;}
  .rwd-pad-reset-left-all-xl {padding-left: 0 !important;}
  .rwd-pad-reset-right-all-xl {padding-right: 0 !important;}
  .rwd-pull-left-all-xl {float: left;}
  .rwd-pull-right-all-xl {float: right;}
  .rwd-pull-reset-all-xl {float: none !important;}
  .rwd-line-br-all-xl {display: block !important;}
  .rwd-right-reset-all-xl {right: 0 !important;}
  .rwd-text-center-all-xl {text-align: center;}
  .rwd-text-left-all-xl {text-align: left;}
  .rwd-text-right-all-xl {text-align: right;}
  .rwd-text-transform-capitalize-all-xl {text-transform: capitalize;}
  .rwd-text-transform-lowercase-all-xl {text-transform: lowercase;}
  .rwd-top-reset-all-xl {top: 0 !important;}
  .rwd-visible-all-xl-inline {display: inline-block !important;}
  .rwd-well-reset-all-xl {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-auto-all-xl {width: auto !important;}
  .rwd-width-fluid-all-xl {width: 100% !important;}
  .rwd-wrap-all-all-xl {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-all-xl {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-all-xl, .rwd-ol-indent-reset-all-xl {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-all-xl, .rwd-ol-style-center-all-xl {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-all-xl ul, .rwd-ol-style-center-all-xl ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-all-xl, .rwd-ol-style-center-all-xl {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-all-xl ul, .rwd-ol-style-center-all-xl ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-all-xl ul li, .rwd-ol-style-center-all-xl ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-all-xl ul li:before, .rwd-ol-style-center-all-xl ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-all-xl, .rwd-ol-style-center-reset-all-xl {overflow:visible !important;}
  .rwd-ul-style-center-reset-all-xl ul, .rwd-ol-style-center-reset-all-xl ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-all-xl ul li, .rwd-ol-style-center-reset-all-xl ol li {right: 0 !important;}

}


/* @Media - All - Large (*-all-lg) */
@media only screen and (max-width :991px) {

  .rwd-bg-img-none-all-lg {background-image: none !important;}
  .rwd-bg-none-all-lg {background: none !important;}
  .rwd-bg-size-all-lg {background-size: 100% auto !important;}
  .rwd-border-reset-all-lg {border: none !important;}
  .rwd-border-radius-reset-all-lg {border-radius: 0 !important;}
  .rwd-center-block-all-lg {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-all-lg {display: table; margin: 0 auto;}
  .rwd-display-block-inline-all-lg {display: inline-block !important;}
  .rwd-height-auto-all-lg {height: auto !important;}
  .rwd-height-fluid-all-lg {height: 100% !important;}
  .rwd-hidden-all-lg {display: none !important;}
  .rwd-img-responsive-all-lg {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-all-lg {left: 0 !important;}
  .rwd-list-style-none-all-lg {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-all-lg {margin: 0 !important;}
  .rwd-mar-reset-horz-all-lg {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-all-lg {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-all-lg {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-all-lg {margin-top: 0 !important;}
  .rwd-mar-reset-left-all-lg {margin-left: 0 !important;}
  .rwd-mar-reset-right-all-lg {margin-right: 0 !important;}
  .rwd-mar-top-br-all-lg {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-all-lg {padding: 0 !important;}
  .rwd-pad-reset-horz-all-lg {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-all-lg {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-all-lg {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-all-lg {padding-top: 0 !important;}
  .rwd-pad-reset-left-all-lg {padding-left: 0 !important;}
  .rwd-pad-reset-right-all-lg {padding-right: 0 !important;}
  .rwd-pull-left-all-lg {float: left;}
  .rwd-pull-right-all-lg {float: right;}
  .rwd-pull-reset-all-lg {float: none !important;}
  .rwd-line-br-all-lg {display: block !important;}
  .rwd-right-reset-all-lg {right: 0 !important;}
  .rwd-text-center-all-lg {text-align: center;}
  .rwd-text-left-all-lg {text-align: left;}
  .rwd-text-right-all-lg {text-align: right;}
  .rwd-text-transform-capitalize-all-lg {text-transform: capitalize;}
  .rwd-text-transform-lowercase-all-lg {text-transform: lowercase;}
  .rwd-top-reset-all-lg {top: 0 !important;}
  .rwd-visible-all-lg-inline {display: inline-block !important;}
  .rwd-well-reset-all-lg {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-auto-all-lg {width: auto !important;}
  .rwd-width-fluid-all-lg {width: 100% !important;}
  .rwd-wrap-all-all-lg {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-all-lg {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-all-lg, .rwd-ol-indent-reset-all-lg {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-all-lg, .rwd-ol-style-center-all-lg {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-all-lg ul, .rwd-ol-style-center-all-lg ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-all-lg, .rwd-ol-style-center-all-lg {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-all-lg ul, .rwd-ol-style-center-all-lg ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-all-lg ul li, .rwd-ol-style-center-all-lg ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-all-lg ul li:before, .rwd-ol-style-center-all-lg ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-all-lg, .rwd-ol-style-center-reset-all-lg {overflow:visible !important;}
  .rwd-ul-style-center-reset-all-lg ul, .rwd-ol-style-center-reset-all-lg ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-all-lg ul li, .rwd-ol-style-center-reset-all-lg ol li {right: 0 !important;}

}


/* @Media - All - Medium (*-all-md) */
@media only screen and (max-width :767px) {

  .rwd-bg-img-none-all-md {background-image: none !important;}
  .rwd-bg-none-all-md {background: none !important;}
  .rwd-bg-size-all-md {background-size: 100% auto !important;}
  .rwd-border-reset-all-md {border: none !important;}
  .rwd-border-radius-reset-all-md {border-radius: 0 !important;}
  .rwd-center-block-all-md {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-all-md {display: table; margin: 0 auto;}
  .rwd-display-block-inline-all-md {display: inline-block !important;}
  .rwd-height-auto-all-md {height: auto !important;}
  .rwd-height-fluid-all-md {height: 100% !important;}
  .rwd-hidden-all-md {display: none !important;}
  .rwd-img-responsive-all-md {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-all-md {left: 0 !important;}
  .rwd-list-style-none-all-md {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-all-md {margin: 0 !important;}
  .rwd-mar-reset-horz-all-md {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-all-md {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-all-md {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-all-md {margin-top: 0 !important;}
  .rwd-mar-reset-left-all-md {margin-left: 0 !important;}
  .rwd-mar-reset-right-all-md {margin-right: 0 !important;}
  .rwd-mar-top-br-all-md {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-all-md {padding: 0 !important;}
  .rwd-pad-reset-horz-all-md {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-all-md {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-all-md {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-all-md {padding-top: 0 !important;}
  .rwd-pad-reset-left-all-md {padding-left: 0 !important;}
  .rwd-pad-reset-right-all-md {padding-right: 0 !important;}
  .rwd-pull-left-all-md {float: left;}
  .rwd-pull-right-all-md {float: right;}
  .rwd-pull-reset-all-md {float: none !important;}
  .rwd-line-br-all-md {display: block !important;}
  .rwd-right-reset-all-md {right: 0 !important;}
  .rwd-text-center-all-md {text-align: center;}
  .rwd-text-left-all-md {text-align: left;}
  .rwd-text-right-all-md {text-align: right;}
  .rwd-text-transform-capitalize-all-md {text-transform: capitalize;}
  .rwd-text-transform-lowercase-all-md {text-transform: lowercase;}
  .rwd-top-reset-all-md {top: 0 !important;}
  .rwd-visible-all-md-inline {display: inline-block !important;}
  .rwd-well-reset-all-md {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-auto-all-md {width: auto !important;}
  .rwd-width-fluid-all-md {width: 100% !important;}
  .rwd-wrap-all-all-md {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-all-md {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-all-md, .rwd-ol-indent-reset-all-md {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-all-md, .rwd-ol-style-center-all-md {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-all-md ul, .rwd-ol-style-center-all-md ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-all-md, .rwd-ol-style-center-all-md {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-all-md ul, .rwd-ol-style-center-all-md ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-all-md ul li, .rwd-ol-style-center-all-md ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-all-md ul li:before, .rwd-ol-style-center-all-md ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-all-md, .rwd-ol-style-center-reset-all-md {overflow:visible !important;}
  .rwd-ul-style-center-reset-all-md ul, .rwd-ol-style-center-reset-all-md ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-all-md ul li, .rwd-ol-style-center-reset-all-md ol li {right: 0 !important;}

}


/* @Media - All - Medium (*-all-sm) */
@media only screen and (max-width :480px) {

  .rwd-bg-img-none-all-sm {background-image: none !important;}
  .rwd-bg-none-all-sm {background: none !important;}
  .rwd-bg-size-all-sm {background-size: 100% auto !important;}
  .rwd-border-reset-all-sm {border: none !important;}
  .rwd-border-radius-reset-all-sm {border-radius: 0 !important;}
  .rwd-center-block-all-sm {display: block; margin: 0 auto; clear: both;}
  .rwd-center-table-all-sm {display: table; margin: 0 auto;}
  .rwd-display-block-inline-all-sm {display: inline-block !important;}
  .rwd-height-auto-all-sm {height: auto !important;}
  .rwd-height-fluid-all-sm {height: 100% !important;}
  .rwd-hidden-all-sm {display: none !important;}
  .rwd-img-responsive-all-sm {display: block; height: auto; max-width: 100%;}
  .rwd-left-reset-all-sm {left: 0 !important;}
  .rwd-list-style-none-all-sm {list-style: none !important; padding-left: 0 !important; margin-left: 0 !important;}
  .rwd-mar-reset-all-sm {margin: 0 !important;}
  .rwd-mar-reset-horz-all-sm {margin-left: 0 !important; margin-right: 0 !important;}
  .rwd-mar-reset-vert-all-sm {margin-top: 0 !important; margin-bottom: 0 !important;}
  .rwd-mar-reset-btm-all-sm {margin-bottom: 0 !important;}
  .rwd-mar-reset-top-all-sm {margin-top: 0 !important;}
  .rwd-mar-reset-left-all-sm {margin-left: 0 !important;}
  .rwd-mar-reset-right-all-sm {margin-right: 0 !important;}
  .rwd-mar-top-br-all-sm {position: relative !important; display: block !important; clear: both !important; margin-top: 15px !important;}
  .rwd-pad-reset-all-sm {padding: 0 !important;}
  .rwd-pad-reset-horz-all-sm {padding-left: 0 !important; padding-right: 0 !important;}
  .rwd-pad-reset-vert-all-sm {padding-top: 0 !important; padding-bottom: 0 !important;}
  .rwd-pad-reset-btm-all-sm {padding-bottom: 0 !important;}
  .rwd-pad-reset-top-all-sm {padding-top: 0 !important;}
  .rwd-pad-reset-left-all-sm {padding-left: 0 !important;}
  .rwd-pad-reset-right-all-sm {padding-right: 0 !important;}
  .rwd-pull-left-all-sm {float: left;}
  .rwd-pull-right-all-sm {float: right;}
  .rwd-pull-reset-all-sm {float: none !important;}
  .rwd-line-br-all-sm {display: block !important;}
  .rwd-right-reset-all-sm {right: 0 !important;}
  .rwd-text-center-all-sm {text-align: center;}
  .rwd-text-left-all-sm {text-align: left;}
  .rwd-text-right-all-sm {text-align: right;}
  .rwd-text-transform-capitalize-all-sm {text-transform: capitalize;}
  .rwd-text-transform-lowercase-all-sm {text-transform: lowercase;}
  .rwd-top-reset-all-sm {top: 0 !important;}
  .rwd-visible-all-sm-inline {display: inline-block !important;}
  .rwd-well-reset-all-sm {border-radius: 0; box-shadow: none; border: none;}
  .rwd-width-auto-all-sm {width: auto !important;}
  .rwd-width-fluid-all-sm {width: 100% !important;}
  .rwd-wrap-all-all-sm {white-space: normal; word-break: normal; word-wrap: break-word;}
  .rwd-wrap-none-all-sm {white-space: nowrap;}

  /* Lists */
  .rwd-ul-indent-reset-all-sm, .rwd-ol-indent-reset-all-sm {padding-left: 15px !important; padding-right: 15px !important;}
  .rwd-ul-style-center-all-sm, .rwd-ol-style-center-all-sm {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-all-sm ul, .rwd-ol-style-center-all-sm ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0;padding-right: 0;}
  .rwd-ul-style-center-all-sm, .rwd-ol-style-center-all-sm {width: 100%; overflow: hidden; text-align: left;}
  .rwd-ul-style-center-all-sm ul, .rwd-ol-style-center-all-sm ol {position: relative; display: block; list-style: none; float: left; left: 50%; padding-left: 0; padding-right: 0;}
  .rwd-ul-style-center-all-sm ul li, .rwd-ol-style-center-all-sm ol li {position: relative; display: block; right: 50%; padding-left: 20px; padding-right: 20px;}
  .rwd-ul-style-center-all-sm ul li:before, .rwd-ol-style-center-all-sm ol li:before {position: relative; top: 3px; left: -4px; content: "\2022"; font-size: 24px;}
  .rwd-ul-style-center-reset-all-sm, .rwd-ol-style-center-reset-all-sm {overflow:visible !important;}
  .rwd-ul-style-center-reset-all-sm ul, .rwd-ol-style-center-reset-all-sm ol {padding:0; float: none !important; left: 0% !important;}
  .rwd-ul-style-center-reset-all-sm ul li, .rwd-ol-style-center-reset-all-sm ol li {right: 0 !important;}

}


/* @Media (screen/standard) - All - 480px */
@media only screen and (max-width :480px) {
  .rwd-hidden-all-480 {display: none !important;}
  .rwd-visible-all-480 {display: block !important;}
  .rwd-visible-all-480-inline {display: inline-block !important;}
  .rwd-center-block-all-480 {display: block !important;}
}


/* @Media (screen/standard) > 481px */
@media only screen and (min-width :481px) {
  .rwd-hidden-480 {display: none !important;}
  .rwd-visible-480 {display: block !important;}
  .rwd-visible-480-inline {display: inline-block !important;}
  .rwd-center-block-480 {display: block !important;}
}


/* @Media (screen/standard) - All - 575px */
@media only screen and (max-width :575px) {
  .rwd-hidden-all-575 {display: none !important;}
  .rwd-visible-all-575 {display: block !important;}
  .rwd-visible-all-575-inline {display: inline-block !important;}
  .rwd-center-block-all-575 {display: block !important;}
}


/* @Media (screen/standard) > 576px */
@media only screen and (min-width :576px) {
  .rwd-hidden-575 {display: none !important;}
  .rwd-visible-575 {display: block !important;}
  .rwd-visible-575-inline {display: inline-block !important;}
  .rwd-center-block-575 {display: block !important;}
}


/* @Media (screen/standard) - All - 767px */
@media only screen and (max-width :767px) {
  .rwd-hidden-all-767 {display: none !important;}
  .rwd-visible-all-767 {display: block !important;}
  .rwd-visible-all-767-inline {display: inline-block !important;}
  .rwd-center-block-all-767 {display: block !important;}
}


/* @Media (screen/standard) > 768px */
@media only screen and (min-width :768px) {
  .rwd-hidden-767 {display: none !important;}
  .rwd-visible-767 {display: block !important;}
  .rwd-visible-767-inline {display: inline-block !important;}
  .rwd-center-block-767 {display: block !important;}
}


/* @Media (screen/standard) - All - 991px */
@media only screen and (max-width :991px) {
  .rwd-hidden-all-991 {display: none !important;}
  .rwd-visible-all-991 {display: block !important;}
  .rwd-visible-all-991-inline {display: inline-block !important;}
  .rwd-center-block-all-991 {display: block !important;}
}


/* @Media (screen/standard) > 991px */
@media only screen and (min-width :991px) {
  .rwd-hidden-991 {display: none !important;}
  .rwd-visible-991 {display: block !important;}
  .rwd-visible-991-inline {display: inline-block !important;}
  .rwd-center-block-991 {display: block !important;}
}


/* @Media (screen/standard) - All - 1199px */
@media only screen and (max-width :1199px) {
  .rwd-hidden-all-1199 {display: none !important;}
  .rwd-visible-all-1199 {display: block !important;}
  .rwd-visible-all-1199-inline {display: inline-block !important;}
  .rwd-center-block-all-1199 {display: block !important;}
}


/* @Media (screen/standard) > 1199px */
@media only screen and (min-width :1199px) {
  .rwd-hidden-1199 {display: none !important;}
  .rwd-visible-1199 {display: block !important;}
  .rwd-visible-1199-inline {display: inline-block !important;}
  .rwd-center-block-1199 {display: block !important;}
}


/* @Media (screen/standard) - All - 1600px */
@media only screen and (max-width :1600px) {
  .rwd-hidden-all-1600 {display: none !important;}
  .rwd-visible-all-1600 {display: block !important;}
  .rwd-visible-all-1600-inline {display: inline-block !important;}
  .rwd-center-block-all-1600 {display: block !important;}
}


/* @Media (screen/standard) > 1601px */
@media only screen and (min-width :1601px) {
  .rwd-hidden-1600 {display: none !important;}
  .rwd-visible-1600 {display: block !important;}
  .rwd-visible-1600-inline {display: inline-block !important;}
  .rwd-center-block-1600 {display: block !important;}
}


/* @Media (screen/standard) - All - 1920px */
@media only screen and (max-width :1920px) {
  .rwd-hidden-all-1920 {display: none !important;}
  .rwd-visible-all-1920 {display: block !important;}
  .rwd-visible-all-1920-inline {display: inline-block !important;}
  .rwd-center-block-all-1920 {display: block !important;}
}


/* @Media (screen/standard) > 1920px */
@media only screen and (min-width :1921px) {
  .rwd-hidden-1920 {display: none !important;}
  .rwd-visible-1920 {display: block !important;}
  .rwd-visible-1920-inline {display: inline-block !important;}
  .rwd-center-block-1920 {display: block !important;}
}


/* @Media (user policy status) */
@media only screen and (min-width : 1200px) and (max-width : 1600px) {
  body.hm-upo-co-1 a.scrollup {
    bottom: 146px !important;
  }
}
@media only screen and (max-width : 1199px) {
  body.hm-upo-co-1 a.scrollup {
    bottom: 202px !important;
  }
}


/* @Media (template/site features) */
@media only screen and (max-width : 991px) {
  body.hm-tpl-info-bar-mo-0 .hm-cta-ib-01,
  body.hm-tpl-info-bar-ga-mo-0 .hm-cta-ib-01 {
    display: none !important;
  }
  body.hm-tpl-menu-nav-mo-0 .hm-nav-section,
  body.hm-tpl-menu-nav-ga-mo-0 .hm-nav-section {
    display: none !important;
  }
}
@media only screen and (min-width : 992px) {
  body.hm-tpl-info-bar-dt-0 .hm-cta-ib-01,
  body.hm-tpl-info-bar-ga-dt-0 .hm-cta-ib-01 {
    display: none !important;
  }
  body.hm-tpl-menu-nav-dt-0 .hm-nav-section,
  body.hm-tpl-menu-nav-ga-dt-0 .hm-nav-section {
    display: none !important;
  }
}
@media only screen and (max-width : 1109px) {
  body.hm-tpl-welcome-bar-mo-0 .hm-cta-wb-01,
  body.hm-tpl-welcome-bar-ga-mo-0 .hm-cta-wb-01 {
    display: none !important;
  }
}
@media only screen and (min-width : 1110px) {
  body.hm-tpl-welcome-bar-dt-0 .hm-cta-wb-01,
  body.hm-tpl-welcome-bar-ga-dt-0 .hm-cta-wb-01 {
    display: none !important;
  }
}

/* == END / @MEDIA QUERIES (BOOTSTRAP EXTENDED) =================================== */