/*
  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. VENDORS
   10. EFFECTS
   11. PRELOADERS
   12. HELPERS
   13. RESETS
   14. @MEDIA QUERIES
   15. 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;}

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-size: 20px;
  line-height: 22px; 
  font-weight: 700;
  margin: 20px 0 6px;
}

h6, .h6 {
  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;
}

iframe {
  border: none;
}

.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;}


/* 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;
}

.btn-default {
  color: #fff;
  background-color: #ff9924;
  border-color: #ff9924;
}

.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-success {
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #5cb85c !important;
}

.btn:hover,
.btn-default:hover, 
.btn-primary:hover, 
.btn-secondary:hover, 
.btn-tertiary:hover, 
.btn-quaternary: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-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;
}

.btn.btn-icon-chevron-left:before {font-family: 'Glyphicons Halflings'; content: "\e079";}
.btn.btn-icon-chevron-right:before {font-family: 'Glyphicons Halflings'; content: "\e079";}
.btn.btn-icon-chevron-up:before {font-family: 'Glyphicons Halflings'; content: "\e113";}
.btn.btn-icon-chevron-down:before {font-family: 'Glyphicons Halflings'; content: "\e114";}

.more-link {
  display: inline-block;
  margin-top: 10px;
}

.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%);
}


/* 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 0px 4px 0;
  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-user {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.label-default.label-standard-sm {
  font-size: 11px;
  line-height: normal;
  padding: 3px 6px 2px;
  cursor: default;
}


/* 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 {
  line-height: normal;
  cursor: default;
  display: inline-block;
}

.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;}


/* 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: 2147483647;
}

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-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-unstyled, 
a.link-unstyled * {
  color: inherit;
  text-decoration: none;
}

a.link-hover-underline:hover {
  text-decoration: underline;
}


/* 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;
}

/* == 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 =================================== */



/* HEADER
================================= */

/* Header - #hm-nav-header */
body #hm-nav-header-container, 
body #hm-nav-header-container #hm-nav-header {
  background: #1b82c5;
  padding: 0;
  margin: 0;
}

body #hm-nav-header-container {
  padding: 15px 0 0;
}

body #hm-nav-header {
  position: relative;
  display: block;
  clear: both;
  text-align: center;
  font-size: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

body #hm-nav-header * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  color: #fff;
  transition: none !important; /* disable Bootstrap default transitions */
}

body #hm-nav-header nav {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

body #hm-nav-header .dropdown {
  font-size: 16px;
  font-weight: bold;
  border: none;
}

body #hm-nav-header .dropdown .dropdown-toggle {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.6px; 
}

body #hm-nav-header .dropdown-menu, 
body #hm-nav-header .dropdown:hover .dropdown-toggle,
body #hm-nav-header .dropdown.open a.dropdown-toggle {
  background: #2eb9f9 !important;
  color: #fff !important;
}

body #hm-nav-header .dropdown .dropdown-toggle:after {
  position: relative;
  font-family: FontAwesome;
  content: '\f078';
  font-size: 9px;
  color: #fff;
  vertical-align: middle;
  margin-left: 6px;
  font-weight: normal;
}

body #hm-nav-header .dropdown .dropdown-toggle.active, 
body #hm-nav-header .dropdown .dropdown-toggle.active *, 
body #hm-nav-header .dropdown .dropdown-toggle.active:after,
body #hm-nav-header .dropdown .dropdown-toggle.active:hover {
  color: #ffd77c !important;
}

body #hm-nav-header .dropdown.open .dropdown-toggle, 
body #hm-nav-header .dropdown.open .dropdown-toggle:after, 
body #hm-nav-header .dropdown:hover .dropdown-toggle.active, 
body #hm-nav-header .dropdown:hover .dropdown-toggle.active:after {
  color: #fff !important;
}

body #hm-nav-header .dropdown-menu {
  min-width: 100%;
  max-width: 350px;
  background: #2aa8e2;
  border: 0;
  border-radius: 0;
  padding: 12px 0;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}

body #hm-nav-header .dropdown-menu > li a {
  position: relative;
  display: block;
  max-width: 350px;
  padding: 6px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
}

body #hm-nav-header .dropdown-menu > li > a.menu.active, 
body #hm-nav-header .dropdown-menu > li a.menu.active:hover {
  color: #fff;
  background-color: #1b82c5;
}

body #hm-nav-header .dropdown-menu > li:first-child > a {
  font-weight: bold;
  font-size: 16px;
}

body #hm-nav-header .dropdown-menu > li a:active, 
body #hm-nav-header .dropdown-menu > li a:hover, 
body #hm-nav-header .dropdown-menu > li a:focus {
  color: #fff;
  background: rgba(27, 130, 197, 0.75);
}
 
body #hm-nav-header .navbar-header .navbar-toggle, 
body #hm-nav-header .navbar-header .navbar-toggle * {
  border: 0;
  background: none;
}

body #hm-nav-header #hm-nav-header-collapse {
  margin-top: 0px;
  border-top: 1px solid #fff;
}
 
body #hm-nav-header .navbar-header .hm-icon-bar {
  font-size: 28px;
}


/* Header - #hm-nav-header (brand) */
body #hm-nav-header-brand {
  position: relative;
  display: inline-block;
  clear: both;
  width: 100%;
  max-width: 1400px;
  vertical-align: middle;
  padding: 0 15px;
  margin: 0 auto 15px;
}

body #hm-nav-header-brand * {
  vertical-align: middle;
}

body #hm-nav-header-brand .hm-col-a {
  position: relative;
  float: left;
  text-align: left;
}

body #hm-nav-header-brand .hm-col-b {
  position: relative;
  display: inline-block;
  text-align: center;
}

body #hm-nav-header-brand .hm-col-c {
  position: relative;
  display: inline-block;
  float: right;
  text-align: right;
}

body #hm-nav-header-brand a.btn {
  position: relative;
  font-size: 15px;
  font-weight: 400;
  margin: 0 4px;
  padding: 6px 12px;
  border: 0;
}

body #hm-nav-header-brand .btn .fa {
  font-size: 18px;
  margin: -2px 3px 0 0;
}

body #hm-nav-header-brand .hm-col-b .hm-social {
  font-family: FontAwesome !important;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 26px;
  margin: -3px 0 0;
}

body #hm-nav-header-brand .hm-social a {
  margin: 0 6px 0 !important;
}

body #hm-nav-header-brand .hm-col-b .hm-navigation {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 0;
}

body #hm-nav-header-brand .hm-col-b .hm-navigation .hm-general {
  margin: 0 30px;
}

body #hm-nav-header-brand .hm-col-c .hm-auth {
  display: inline-block;
}

/* Header - #hm-nav-header (search) */
body #hm-nav-header-container .hm-search {
  position: relative;
  display: inline-block;
  margin: -5px 0 0 20px;
  top: 2px;
}

body #hm-nav-header-container .hm-search form, 
body #hm-nav-header-container .hm-search form * {
  font-family: "Roboto Condensed", Arial, sans-serif;
  position: relative;
  float: none;
  vertical-align: top;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
  top: 0;
  right: 0;
}

body #hm-nav-header-container .hm-search form, 
body #hm-nav-header-container .hm-search form .input-group {
  width: 100%;
  padding: 0;
  margin: 0;
}

body #hm-nav-header-container .hm-search form .form-control {
  position: relative;
  width: 100%;
  padding: 0 12px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  color: #444;
}

body #hm-nav-header-container .hm-search form .input-group-btn, 
body #hm-nav-header-container .hm-search form .input-group-btn * {
  width: 40px;
  height: 40px;
  background: #bebebe;
  padding: 0;
  margin: 0;
  line-height: 40px;
}

body .hm-content-header-default {
  padding-top: 34px;
}

/* == 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;
  padding-right: 0;
  margin-right: 0;
}

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;
}


/* 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 */
#hm-footer-additional {
  position: relative;
  display: block;
  clear: both;
}

/* Footer - Additional/GuideStar */
#hm-footer-additional #hm-footer-guidestar {
  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-guidestar .hm-content {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
}

section.page-fullscreen #hm-footer-additional #hm-footer-guidestar {
  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-guidestar .hm-content {
  width: 100%;
  max-width: 950px;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width : 1200px) {
  #hm-footer-additional #hm-footer-guidestar .hm-content p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
  }
}

/* == 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;
}

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 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 300;
}

article.post h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

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;
}

.article-header-body h1, 
body.archive.category section#content > .container > h1:first-child {
  font-size: 38px;
  line-height: 42px;
}


.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: 0px;
}

.gg-love-this span {
  margin-right: 0px !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 .row.styled {
  border-bottom: 1px solid #eee;
}

.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;}


/* 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 > 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;}
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;
  margin: 0;
}

.li-style-a li, 
.li-style-b li, 
.li-style-c li { 
  padding-left: 30px; 
  text-indent: -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: 10px;
  top: 6px;
}

.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-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-center, 
ol.li-style-center {
  list-style-position: inside;
  text-align: center;
  padding: 0;
  margin: 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;
}

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: 0px;
}
.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.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.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 {
  font-size: 22px;
  line-height: 30px;
}

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 h5, 
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;
}

.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;
}

header.entry-header {
  margin-bottom: 50px;
}

.post header.entry-header {
  margin-bottom: 0px;
}

#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: auto}

.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;
  top: 0;
  text-align: center;
  padding-top: 16px;
  margin-bottom: 0;
}

.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 - 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; 
}


.carousel-gutter, 
.carousel-gutter-standard {
  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; 
}

/* == 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;
}

.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;
}


/* 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: 2147483647; /* 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;
}


/* 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;
}


/* @MEDIAN - 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) =================================== */



/* VENDORS
================================= */

/* Vendor - Disqus */
#content #disqus_thread {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
}

img.hm-stats {
  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;}


/* Effects - Shadow */
.shadow-xs {box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);}
.shadow-sm {box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);}
.shadow-md {box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);}
.shadow-lg {box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);}
.shadow-xl {box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);}
.shadow-default {box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);}

.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: 0px 1px 1px rgba(0, 0, 0, 0.4);}
.text-shadow-sm {text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);}
.text-shadow-md {text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);}
.text-shadow-lg {text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);}
.text-shadow-xl {text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);}

/* == END / EFFECTS =================================== */



/* PRELOADERS
================================= */

.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: #333;}
.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 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-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;}


/* 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;}


/* 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;}


/* 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 =================================== */



/* RESETS
================================= */

/* 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 - 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;
}


/* 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; 
}


/* 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;
}

#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-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; 
  display: block; 
  width: 100%; 
  height: 100%; 
  cursor: pointer; 
  z-index: 2;
}

#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; 
}

/* == 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;
  }

}


/* @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;
  }

}


/* @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%; 
  }


  /* 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;
  }

}


/* @Media - (lg-xl) */
@media only screen and (min-width : 992px) {

  /* Components - Carousel (HMI Standard / .content-02) */
  .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) {

  /* 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: -58px;
    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 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: 40px;
  }

  .carousel-standard.content-02 .well-standard:after {
    bottom: 0; 
    width: 95%;
  }


  /* 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 {
    hyphens: auto;
  }


  /* @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 - TEMP (HEADER) 
================================= */

@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 devices) */
  body.hmfd-desktop #hm-nav-header .dropdown .dropdown-toggle:hover {
    cursor: default;
  }

  body.hmfd-desktop #hm-nav-header .nav li.dropdown:hover > .dropdown-menu {
    display: block;    
  }

  body #hm-nav-header-brand .hm-brand {
    margin: 2px auto 0;
  }

}


@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;
  }

}


@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: 10px 0;
  }

  body #hm-nav-header .dropdown-menu > li > a.menu.active {
    color: #ffd77c;
    background: none;
  }
  
  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-nav-header #hm-nav-header-collapse ul.nav.navbar-nav {
    padding-bottom: 15px;
  }


  /* 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: 12px 0 !important;
  }
  
  body #hm-nav-header #hm-nav-header-collapse .dropdown ul {
    background: #15689d !important;
    background: rgba(0, 0, 0, 0.2) !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 .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 (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 - 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 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;
    margin-bottom: ;
  }

  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-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-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-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;}

}


/* @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-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-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-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;}

}


/* @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-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-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-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;}

}


/* @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-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-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-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;}

  #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-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-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-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;}

}


/* @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-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-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-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;}

}


/* @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-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-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-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;}

}


/* @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-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-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-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;}

}


/* @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-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-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-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;}

}


/* @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;}
}


/* @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;}
}

/* == END / @MEDIA QUERIES (BOOTSTRAP EXTENDED) =================================== */