/*========================
  Sass File Compiled
========================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  /* for older webkit browsers */
  -moz-box-sizing: border-box;
  /* for older mozilla browsers */
  box-sizing: border-box;
  /* for latest browsers */
}

html {
  -webkit-box-sizing: border-box;
  /* for older webkit browsers */
  -moz-box-sizing: border-box;
  /* for older mozilla browsers */
  box-sizing: border-box;
  /* for latest browsers */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
~ a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

a img {
  border: 0;
  outline: 0;
}

html {
  font-size: 1rem !important;
  /* LN - Removes Boostrap font-size of 10px which changes entire padding of the site*/
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.45 !important;
  color: #333;
  font-family: 'Raleway-Regular', sans-serif !important;
  font-size: 1rem !important;
  background: #FFFFFF;
}

/*---------------------------------------
  Setup Vertical Rythmn for Typography
---------------------------------------*/
h1,
h2,
h3,
h4 {
  margin: 1.41rem 0 0.5rrem;
  font-weight: 700;
  line-height: 1.2;
  font-family: Jura-Medium;
}

p {
  margin-bottom: 1.3rem;
}

h1 {
  margin-top: 0;
  font-size: 2.074rem;
}

h2 {
  font-size: 1.728rem;
}

h3 {
  font-size: 1.44rem;
}

h4 {
  font-size: 1.2rem;
}

small,
.font_small {
  font-size: 0.833rem;
}

ul {
  padding: 0;
  margin: 0;
}

/*---------------------------------------
  Outermost Wrapper
---------------------------------------*/
.outer__wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  clear: both;
}

@media screen and (min-width: 768px) {
  .outer__wrapper {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 900px;
    overflow: hidden;
  }
}

/*---------------------------------------
  General Styles
---------------------------------------*/
a {
  text-decoration: none;
  color: #35a3a3;
}

a:hover {
  color: #0e605e;
}

p {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #000;
}

.hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #9ed8d6;
}

.list li {
  margin-left: 20px;
  color: #000;
}

@media (min-width: 768px) {
  .list li {
    margin-left: 60px;
  }
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

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

div.clear_hack {
  clear: both;
}

/*---------------------------------------
  Mobile Nav Social Icons
---------------------------------------*/
/* Overwrite 3rd Party Mobile Nav text */
#cd-lateral-nav {
  font-family: 'Raleway-Regular' !important;
}

#cd-lateral-nav .item-has-children > a {
  text-transform: capitalize !important;
}

.mobile-nav-socials {
  width: 100%;
  padding: 0 0 0 1.8rem;
  margin: 0;
  float: left;
  list-style: none;
}

.mobile-nav-socials li {
  margin: 0;
  padding: 0;
  width: 40px;
  float: left;
}

.mobile-nav-socials a {
  height: 35px;
  width: 40px;
  padding: 0 !important;
  display: inline-block !important;
}

.mobile-nav-socials .cd-rss {
  width: 32px;
  border-radius: 0.25rem;
}

.mobile-nav-socials .cd-twitter {
  width: 32px;
  border-radius: 0.25rem;
}

.mobile-nav-socials .cd-github {
  width: 32px;
  border-radius: 0.25rem;
}

/*---------------------------------------
  Mobile Nav Override
---------------------------------------*/
#cd-lateral-nav .cd-navigation {
  list-style: none;
  position: relative;
}

#cd-lateral-nav .user__login--form {
  color: #949494;
}

#cd-lateral-nav .user__login--form fieldset {
  border: 0;
}

#cd-lateral-nav .user__login--form label {
  font-size: 0.7rem;
  color: #CCC;
}

#cd-lateral-nav .user__login--form input {
  width: 100%;
  padding: 0.5rem;
  border: 1px transparent;
  border-radius: 2px;
  margin-bottom: 0.5rem;
}

#cd-lateral-nav .user__login--form ul {
  list-style: none;
}

#cd-lateral-nav .user__login--form .user_logged_in {
  float: left;
}

#cd-lateral-nav .user__login--form .login_failed {
  float: left;
  background: #ff0101;
  padding: 0.3rem;
  color: #FFF;
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 0.7rem;
  font-family: 'Raleway-Bold';
  margin-top: 20px;
  display: none;
}

#cd-lateral-nav .user__login--form .user__login--remember {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

#cd-lateral-nav .user__login--form .user__login--remember label,
#cd-lateral-nav .user__login--form .user__login--remember input {
  font-family: 'Raleway-Regular';
}

#cd-lateral-nav .user__login--form .user__login--remember .regular-checkbox {
  position: absolute;
  opacity: 0;
  z-index: 99;
  top: 2px;
  width: 20px;
  height: 20px;
}

#cd-lateral-nav .user__login--form .user__login--remember .regular-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

#cd-lateral-nav .user__login--form .user__login--remember .regular-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  z-index: 98;
}

#cd-lateral-nav .user__login--form .user__login--remember .regular-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

#cd-lateral-nav .user__login--form .user__login--remember .regular-checkbox:checked + label:before {
  background: #028fcc;
}

#cd-lateral-nav .user__login--form .user__login--remember .regular-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

#cd-lateral-nav .user__login--form .user__login--remember .regular-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

#cd-lateral-nav .user__login--form .user__login--remember .regular-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#cd-lateral-nav .user__login--form .hide {
  display: none;
}

#cd-lateral-nav .user__login--form .user__login--button {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}

#cd-lateral-nav .user__login--form .user__login--button button {
  padding: 0.55rem 2rem;
  float: left;
  margin: 1rem 0 1rem 0;
  background: #015A82;
  border: none;
  color: #FFF;
  font-family: 'Raleway-Bold';
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
  outline: none;
  border-radius: 2px;
  transition: 0.25s linear;
}

#cd-lateral-nav .user__login--form .user__login--button button:hover {
  cursor: pointer;
  background: #0282bb;
}

#cd-lateral-nav .user_logged_in {
  clear: both;
  font-size: 0.95rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  height: 31px;
  padding: 0 0 0 2rem;
}

#cd-lateral-nav .user_logged_in p {
  color: #DEF28E;
  text-transform: capitalize;
}

#cd-lateral-nav .user_logged_in p:hover {
  cursor: pointer;
  color: #FFFFFF;
}

#cd-lateral-nav .user_logged_in p i {
  margin-left: 0.5rem;
  font-size: 1.1rem;
}

#cd-lateral-nav .user__forgot a,
#cd-lateral-nav .user__register a {
  padding: 0 0 0 0.8rem !important;
  color: #FFF !important;
  font-size: 0.87rem;
  margin: 0 !important;
}

#cd-lateral-nav .user__forgot a:hover,
#cd-lateral-nav .user__register a:hover {
  color: #def28e !important;
}

#cd-lateral-nav .user__register {
  margin-bottom: 1rem;
}

/*---------------------------------------
  Header
---------------------------------------*/
.header_container {
  width: 100%;
  float: left;
  height: 50px;
  clear: both;
}

@media (min-width: 768px) {
  .header_container {
    height: 200px;
  }
}

.clear {
  clear: both;
}

.header {
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
}

#banner {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.hmp__banner {
  background-image: url("../images/header3.jpg");
}

.ihmp__banner {
  background-image: url("../images/header4.jpg");
}

.site__logo {
  font-size: 34px;
  font-weight: 700;
  color: #FFF;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 40%;
  margin: auto;
}

.site__logo:hover {
  color: #FFF;
}

.logo__text {
  font-family: 'Raleway-Bold', sans-serif;
  width: 40%;
}

@media (min-width: 768px) {
  .logo__text {
    display: none;
  }
}

.site__logo img {
  display: none;
}

@media (min-width: 768px) {
  .site__logo img {
    display: block;
    float: left;
    position: absolute;
    left: 25px;
    bottom: 0;
    width: 320px;
    height: auto;
  }
}

#hmp_logo_text {
  font-size: 40px;
  color: #FFF;
  display: none;
  font-family: 'Raleway-Bold';
}

@media screen and (min-width: 768px) {
  #hmp_logo_text {
    display: block;
    position: absolute;
    left: 370px;
    bottom: 25px;
    width: 380px;
    line-height: 40px;
    font-size: 36px;
    font-family: 'Raleway-Bold';
  }
}

@media screen and (min-width: 1024px) {
  #hmp_logo_text {
    font-size: 40px;
    width: 620px;
  }
}

/*-------------------------
  Navigation
-------------------------*/
#nav_container {
  width: 100%;
  float: left;
  display: none;
}

.cd-navigation {
  padding: 0;
  margin: 0;
}

#mobile_nav {
  display: block;
  float: left;
}

#nav-bottom {
  display: none;
}

#cd-menu-trigger {
  display: block;
  top: 0 !important;
}

#cssmenu {
  display: none;
}

#cd-lateral-nav {
  padding-top: 30px !important;
}

/*-- Break into larger screens --*/
@media screen and (min-width: 768px) {
  #cd-menu-trigger {
    display: none;
  }
  nav {
    position: relative;
    margin: 0 auto;
    display: block;
  }
  #nav_container {
    display: block;
    background: #def28e;
    height: 31px;
  }
  #nav-bottom {
    width: 1040px;
    height: 1px;
    margin: auto;
    border-top: 1px solid lightgray;
  }
  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a,
  #cssmenu #head-mobile {
    line-height: 1;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    border: 0;
  }
  #cssmenu:after,
  #cssmenu > ul:after {
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
  }
  #cssmenu #head-mobile {
    display: none;
  }
  /* #cssmenu{font-family:sans-serif;background:#DEF28E} */
  /* builds the nav horizontally instead of vertically */
  #cssmenu > ul > li {
    z-index: 1000;
    float: left;
    border-right: 1px solid lightgray;
  }
  /* spearates the menu header items and colors them */
  #cssmenu > ul > li > a {
    font-family: Oswald-light;
    font-size: 16px;
    padding: 8px 16px 6px 16px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #000;
  }
  /* speed at which menu background color changes */
  #cssmenu > ul > li span:hover {
    cursor: pointer;
  }
  #cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0;
  }
  #cssmenu ul ul {
    position: absolute;
    left: -9999px;
  }
  /* animates sub-menu */
  #cssmenu ul ul li a {
    /*height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;*/
    background: #F0F7D5;
  }
  #cssmenu li:hover > ul {
    left: auto;
  }
  /* height of sub-menu items */
  #cssmenu li:hover > ul > li {
    height: 35px;
  }
  /* mschor - added to remove margin-bottom on the menu headers */
  #cssmenu ul {
    margin-bottom: 0;
  }
  /* more formatting of submenu items; width; margin */
  #cssmenu ul ul ul {
    top: 0;
    margin-left: 100%;
  }
  #cssmenu ul ul li a {
    font-size: 12px;
    font-weight: 400;
    width: 170px;
    padding: 11px 15px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  }
  /* removes trailing gray bar from last sub-menu item */
  #cssmenu ul ul li:last-child > a,
  #cssmenu ul ul li.last-item > a {
    border-bottom: 0;
  }
  /* Changes text color of sub-menu item */
  #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    background: #def28e;
  }
  #cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    display: block;
    width: 8px;
    height: 2px;
    content: '';
    background: #000;
  }
  #cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    background: #000;
  }
  #cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
  }
  #cssmenu ul ul li.has-sub:hover,
  #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #e9f5bc;
  }
  #cssmenu ul ul ul li.active a {
    border-left: 1px solid #def28e;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #def28e;
  }
  /* change color on hover over sub-menu */
  #cssmenu ul li:hover {
    background: #F0F7D5;
  }
}

/*---------------------------------------
  Login for the Nav
---------------------------------------*/
.required {
  color: red;
}

/* Login Item */
#cssmenu li.user__login {
  position: relative;
  font-family: Oswald;
  font-size: 16px;
  line-height: 15px;
  border-right: 0;
  width: 100px;
  height: 31px;
  text-align: center;
}

#cssmenu li.user__login:hover {
  background: none;
}

@media (min-width: 769px) {
  #cssmenu li.user__login {
    text-align: right;
    float: right;
  }
}

/* Drop Menu */
#cssmenu {
  /* Drop Form Menu */
  /* User Register and Forgot Password  */
}

#cssmenu .user__login--container {
  position: absolute;
  display: none;
  z-index: 999;
  float: left;
  right: 0;
  width: 300px;
  top: 100%;
  background: #def28e;
  padding: 1rem;
  -webkit-box-shadow: 0px 6px 4px -3px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 6px 4px -3px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 6px 4px -3px rgba(0, 0, 0, 0.31);
}

#cssmenu .user__login--container #login_failed {
  text-align: center;
  width: 100%;
  float: left;
  padding: 0.3rem;
  background: rgba(222, 75, 75, 0.9);
  color: #FFF;
  font-family: 'Raleway-Bold';
  font-size: 0.8rem;
  border-radius: 2px;
  margin: 0 0 0.5rem 0;
  display: none;
}

#cssmenu .show_submenu {
  display: block;
}

#cssmenu .user__login--form {
  width: 100%;
  height: 100%;
  float: left;
}

#cssmenu .user__login--form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

#cssmenu .user__login--form .user__login--form-structure {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative !important;
  left: 0 !important;
  text-indent: 0;
  background: #def28e !important;
}

#cssmenu .user__login--form .user__login--form-structure li {
  background: #def28e !important;
  padding: 0 0 1rem 0;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

#cssmenu .user__login--form .user__login--form-structure label {
  font-size: 0.8rem;
  font-family: 'Raleway-Regular';
  margin: 0 0 0.35rem 0;
  float: left;
}

#cssmenu .user__login--form .user__login--form-structure .regular-checkbox {
  position: absolute;
  opacity: 0;
}

#cssmenu .user__login--form .user__login--form-structure .regular-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

#cssmenu .user__login--form .user__login--form-structure .regular-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}

#cssmenu .user__login--form .user__login--form-structure .regular-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

#cssmenu .user__login--form .user__login--form-structure .regular-checkbox:checked + label:before {
  background: #028fcc;
}

#cssmenu .user__login--form .user__login--form-structure .regular-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

#cssmenu .user__login--form .user__login--form-structure .regular-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

#cssmenu .user__login--form .user__login--form-structure .regular-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

#cssmenu .user__login--form .user__login--form-structure input[type="text"],
#cssmenu .user__login--form .user__login--form-structure input[type="password"] {
  width: 100%;
  padding: 0.45rem;
  font-family: 'Raleway-Regular';
  font-size: 0.9rem;
  border: 1px solid #d7e992;
}

#cssmenu .user__login--form .user__login--form-structure .user__login--button {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}

#cssmenu .user__login--form .user__login--form-structure .user__login--button button {
  padding: 0.35rem;
  float: left;
  width: 100%;
  background: #015A82;
  border: none;
  color: #FFF;
  font-family: 'Raleway-Bold';
  padding: 0.75rem 1.5rem;
  font-size: 0.85rem;
  outline: none;
  border-radius: 2px;
  transition: 0.25s linear;
}

#cssmenu .user__login--form .user__login--form-structure .user__login--button button:hover {
  cursor: pointer;
  background: #0282bb;
}

#cssmenu .user__login--form .user__login--form-structure .user__login--remember {
  width: 65.71429%;
  float: right;
  margin-right: 0;
  text-align: left;
}

#cssmenu .user__login--form .user__login--form-structure .user__login--remember label {
  margin-top: 0.5rem;
  margin-left: 0.3rem;
}

#cssmenu .user__register,
#cssmenu .user__forgot {
  width: 100%;
  float: left;
  text-align: left;
  padding: .5rem 0 0 0;
}

#cssmenu .user__register a,
#cssmenu .user__forgot a {
  color: #444 !important;
}

#loginButton {
  padding: 0.35rem;
  float: right;
  margin: 0 0.5rem 0 0;
}

.mob-user_logged_in {
  display: none;
}

.mob-user_logged_in p,
.mob-user_logged_in a {
  color: #d4d4d4;
}

/*---------------------------------------
  Drop Menu for Users Logged In
---------------------------------------*/
.user_logged_in {
  clear: both;
  font-size: 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #015a82;
  height: 31px;
  float: right;
  padding: 0.45rem 1rem;
}

.user_logged_in #logout {
  color: #fff;
  font-size: 1rem;
  display: block;
}

.user_logged_in #logout:hover {
  color: #FFF;
}

.user_logged_in a, .user_logged_in p {
  color: #FFFFFF;
}

.user_logged_in #logout i {
  margin-left: 5px;
  font-size: 1.2rem;
  margin-top: -2px;
}

#myaccount_button {
  color: #FFFFFF;
  font-size: 0.95rem;
}

#myaccount_box {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  padding: 1rem;
  background: #015A82;
  text-align: left;
  font-size: 1rem;
  display: none;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 6px 4px -3px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 6px 4px -3px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 6px 4px -3px rgba(0, 0, 0, 0.31);
}

/*---------------------------------------
  Mobile Drop Menu User Logged In
---------------------------------------*/
.mob_user_logged_in {
  padding: 1.5rem 2rem;
}

.mob_user_logged_in #mob_myaccount_button {
  color: #d7e992;
  text-transform: capitalize;
  padding-bottom: 0.75rem;
  display: inline-block;
}

.mob_user_logged_in #mob_myaccount_box {
  margin-bottom: 1rem;
}

.mob_user_logged_in #mob_myaccount_box p {
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.mob_user_logged_in #mob_myaccount_box #mob_logout {
  color: #CCCCCC;
}

.mob_user_logged_in #mob_myaccount_box #mob_logout:hover {
  cursor: pointer;
}

.mob_user_logged_in #mob_myaccount_box a {
  margin: 0;
  padding: 0;
}

.mob_user_logged_in #mob_myaccount_box .mob_change_passsword {
  color: #CCCCCC;
}

/*---------------------------------------
  Main
---------------------------------------*/
.cd-main-content {
  width: 100%;
  float: left;
  clear: both;
  padding: 0;
}

@media (min-width: 768px) {
  .cd-main-content {
    padding: 2.5rem 0 0 0;
  }
}

.body_content_wrapper {
  min-height: 350px;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  padding-bottom: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .body_content_wrapper {
    padding-bottom: 6rem;
  }
}

.body_content {
  display: block;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .body_content {
    padding: 0 1rem;
  }
}

.wrapper {
  min-height: 600px;
  padding: 1rem;
}

@media (min-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

.breadcrumb {
  font-family: OpenSans, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 2rem;
  color: #999;
}

.breadcrumb a {
  font-family: OpenSans, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.breadcrumb {
  display: none;
}

@media (min-width: 768px) {
  .breadcrumb {
    display: block;
    padding: 1rem 1rem 0.5rem 2rem;
  }
}

/*----- Tabs -----*/
.index_tabs {
  display: inline-block;
  width: 429px;
  height: 180px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.tabs {
  float: left;
  width: 100%;
  max-width: 218px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
  display: block;
  clear: both;
  content: '';
}

.tab-links li {
  float: left;
  margin-right: 8px;
  list-style: none;
}

.tab-links a {
  font-family: Nexa, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
  transition: all linear .15s;
  text-decoration: none;
  color: #666;
  background: #def28e;
}

.tab-links a:hover {
  text-decoration: none;
  background: #aeb8b8;
}

li.active a,
li.active a:hover {
  /*z-index: 900;*/
  padding-right: 20px;
  padding-left: 10px;
  color: #35a3a3;
  background: #fff;
  background-image: url(../images/nav_bg.jpg);
}

/*----- Content of Tabs -----*/
.ihmp-tab-content {
  height: 130px;
  padding: 8px;
  background-image: url(../images/nav_bg.jpg);
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

/*---------------------------------------
  Members - in Footer
---------------------------------------*/
.ihmp__members {
  background: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  clear: both;
  float: left;
  text-align: center;
  margin: 1rem 0 0 0;
  padding: 1rem;
  width: 100%;
}

.ihmp__members img {
  height: 47px;
  max-width: 180px;
  margin: 1rem;
}

.ihmp__members .member_text {
  font-family: 'Raleway-Bold';
  color: #7D7B74;
  margin: 0 0 1rem 0;
}

.hmp__members {
  background: rgba(0, 0, 0, 0.02);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  clear: both;
  float: left;
  text-align: center;
  margin: 1rem 0 0 0;
  padding: 1rem;
  width: 100%;
}

.hmp__members .colorado__svg {
  /*  
      IE SVG Fixes (If you remove the border on the image the svg gets skewed)
      This is the closest fix possible
    */
  height: 50px;
  border: 3px solid transparent;
  line-height: 1;
}

@media (min-width: 768px) {
  .hmp__members .hmp__member_logos_wrapper {
    width: 82.85714%;
    float: left;
    margin-right: 2.85714%;
    margin-left: 17.14286%;
  }
}

@media (min-width: 1024px) {
  .hmp__members .hmp__member_logos_wrapper .adjust-right {
    margin-left: 2rem;
  }
}

@media (min-width: 1024px) {
  .hmp__members .hmp__member_logos_wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
    margin-left: 25px;
  }
}

.hmp__members a {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .hmp__members a {
    width: 37.93103%;
    float: left;
  }
}

@media (min-width: 1024px) {
  .hmp__members a {
    width: 20.68966%;
    float: left;
    margin-right: 3.33333%;
  }
}

.hmp__members img {
  height: 77px;
  max-width: 240px;
  margin: 20px auto;
}

.hmp__members .member_text {
  font-family: 'Raleway-Bold';
  color: #7D7B74;
  margin: 0 0 1rem 0;
}

/*---------------------------------------
  Footer
---------------------------------------*/
.footer__site--info {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #015a82;
  padding: 1rem;
  color: #FFF;
  font-size: 0.85rem;
}

.footer__site--info ul {
  list-style: none;
}

.footer__site--info a {
  color: #FFF;
}

.footer__site--menu {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.footer__site--menu ul > li {
  font-family: 'Raleway-Bold';
  margin-top: 1rem;
}

.footer__site--menu .footer__submenu li {
  font-family: 'Raleway-Regular';
  margin-top: 0;
}

@media (min-width: 768px) {
  .footer__site--menu {
    width: 100%;
  }
  .footer__site--menu ul > li {
    font-family: 'Raleway-Bold';
    margin-top: 0;
    width: 17.14286%;
    float: left;
    margin-right: 2.77778%;
  }
  .footer__site--menu ul > li .footer__submenu li {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .footer__site--menu {
    width: 65.71429%;
  }
}

.footer__site--contact {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem;
  font-family: 'Raleway-Bold';
}

@media (min-width: 768px) {
  .footer__site--contact {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .footer__site--contact {
    width: 13.28571%;
    float: left;
    margin-right: 2.85714%;
    margin-top: 0;
  }
}

.footer__site--social {
  margin: 0.75rem 0 0 0;
}

.footer__site--social li {
  width: 1%;
  display: inline;
  margin: 1rem 0.4rem 0 0;
}

.footer__site--social a {
  display: inline-block;
  height: 35px;
  width: 40px;
}

.footer__site--social .cd-rss {
  width: 32px;
  border-radius: 0.25rem;
}

.footer__site--social .cd-twitter {
  width: 32px;
  border-radius: 0.25rem;
}

.footer__site--social .cd-github {
  width: 32px;
  border-radius: 0.25rem;
}

@media (min-width: 768px) {
  .footer__site--social {
    margin: .75rem 0 0 0;
  }
}

@media (min-width: 1024px) {
  .footer__site--social {
    margin: .75rem 0 0 0;
  }
}

.footer__site--funding {
  margin-top: 1rem;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.footer__site--funding p {
  color: #FFF;
  font-family: 'Raleway-Bold' !important;
}

.footer__site--funding img {
  width: 260px;
}

@media (min-width: 768px) {
  .footer__site--funding {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%;
    margin-top: 0.5rem;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .footer__site--funding {
    width: 16.85714%;
    margin-top: 0;
    margin-right: 0;
  }
  .footer__site--funding p {
    margin-top: 0;
  }
}

.footer__site--copyright {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  margin: 4rem 0 0 0;
}

.footer__site--copyright p {
  font-size: 0.75rem;
  color: #fff;
}

/*---------------------------------------
  Icons
---------------------------------------*/
.social__icons {
  fill: white;
  transition: 400ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 400ms;
  -webkit-transition-timing-function: ease-in-out;
}

.social__icons:hover {
  fill: rgba(242, 242, 242, 0.5);
}

.icons {
  margin-top: 30px;
  margin-left: 20px;
}

.icon_table {
  padding-right: 10px;
}

.icon_table td a {
  font-family: Nexa, Helvetica, sans-serif;
  font-size: 16px;
  color: #4d4d4d;
}

.icon_table td a:hover {
  color: #35a3a3;
}

.icon_align {
  text-align: center;
}

.icon_table td {
  padding-right: 10px;
  padding-bottom: 20px;
}

td a {
  text-decoration: none;
}

/* button */
.button_small {
  font-size: 14px;
  font-weight: 400;
  display: inline;
  margin: 0;
  padding: 0.5rem 2rem;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  width: 100px;
  border: medium none;
  border-radius: 2px;
  background: none repeat scroll 0 0 #35a3a3;
}

.button_small:hover {
  cursor: pointer;
  background-color: #40c9c9;
}

#ihmp_logo_text {
  display: none;
}

#ihmp_logo_mob {
  display: block;
  /* content: url("../images/ihmp_logo.png"); */
  width: 95px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

#ihmp_logo {
  display: none;
}

@media (min-width: 768px) {
  #ihmp_logo {
    position: absolute;
    z-index: 1000;
    display: block;
    /*  height: auto; */
    /*  max-width: 50%; */
    width: 320px;
    /*  height: 100px; */
    margin: 26px 0 0 15px;
    /* content: url("../images/ihmp_logo.png"); */
  }
  #ihmp_logo_mob {
    display: none;
  }
  #ihmp_logo_text {
    display: block;
    font-family: Raleway-Bold;
    font-size: 33px;
    float: left;
    padding: 137px 0 0 15px;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
  }
}

@media screen and (min-width: 900px) {
  #ihmp_logo_text {
    font-size: 36px;
  }
}

/* begin ihmp_nav */
.ihmp_nav {
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/nav_bg.jpg);
  background-color: #def28e;
}

.ihmp_nav ul {
  margin: 0;
  padding: 0;
}

.ihmp_nav li,
.ihmp_nav a {
  font-family: Oswald_light, Helvetica, sans-serif;
  font-size: 24px;
  padding-left: 20px;
  list-style: none;
  text-decoration: none;
  color: #000;
}

.ihmp_nav li:hover {
  background-color: #def28e;
}

.sub_menu {
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 200px;
  display: none;
  width: 250px;
  background-color: #e8f8aa;
}

.sub_menu a {
  padding-left: 10px;
}

.sub_menu li:hover {
  color: #191919;
  background: none repeat scroll 0 0 #f0f7d5 !important;
  /*width: 90%;*/
}

.ihmp_nav ul > li {
  line-height: 30px;
  position: relative;
  height: 40px;
  /*padding-right: 2%; */
}

.ihmp_nav ul li:hover .sub_menu {
  display: block;
}

/* begin search box */
.search_box {
  height: 50px;
  background-color: #def28e;
}

.search_box input {
  font-family: Oswald_light, Helvetica, sans-serif;
  font-size: 13px;
  position: absolute;
  box-sizing: content-box;
  width: 130px;
  height: 30px;
  margin: 7px;
  padding: 3px 10px;
  opacity: .9;
  color: #000;
  border: none;
  background-color: #fff;
}

.search_box button {
  width: 35px;
  height: 35px;
  margin-top: 7px;
  margin-left: 158px;
  cursor: pointer;
  border-style: none;
  border-radius: 0 4px 4px 0;
  background-color: #def28e;
}

/* magnifying glass */
.search_box button:before {
  position: absolute;
  top: 273px;
  left: 165px;
  width: 10px;
  height: 10px;
  content: '';
  border: 3px solid #3f3f3f;
  border-radius: 50px;
  background: none repeat scroll 0 0 transparent;
}

.search_box button:after {
  position: absolute;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";*/
  top: 282px;
  left: 180px;
  width: 4px;
  height: 15px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: none repeat scroll 0 0 #3f3f3f;
}

input:focus {
  outline: medium none;
}

/* text styling */
.nih_header {
  font-family: Nexa, Helvetica, sans-serif;
  font-size: 26px;
  display: inline-block;
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 15px;
  color: #b0b0b0;
}

.news {
  font-size: .75em;
  line-height: 14px;
  font-face: Oswald_light, Helvetica, sans-serif;
  font-color: #000;
}

.news_span {
  font-weight: 700;
  color: #35a3a3;
}

.faq {
  font-weight: 700;
  font-family: 'Raleway-Bold';
}

.faq_a {
  padding-left: 15px;
  padding-bottom: 10px;
}

h1 {
  font-family: Jura-Medium;
  font-size: 32px;
  color: #000;
  /*    letter-spacing: 0px;
    text-decoration: none;
    */
}

h2 {
  font-family: Jura-Medium;
  font-size: 22px;
  font-weight: 700 !important;
  font-style: oblique;
  margin-bottom: 10px;
  color: #000;
}

h3 {
  font-family: Jura-Medium;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  color: #000;
}

.hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background-color: #9ed8d6;
}

.space {
  height: 20px;
}

#sub_logo {
  font-family: Nexa, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  /*  z-index: -1; */
  position: absolute;
  display: block;
  max-width: 30%;
  height: auto;
  margin: 140px 0 0 15px;
  white-space: nowrap;
  color: #fff;
}

/* social */
.social_container {
  position: relative;
  top: 8px;
  display: block;
  float: right;
}

.social {
  box-sizing: content-box;
  width: 25px;
  height: 25px;
  padding-right: 10px;
  opacity: .8;
}

.social:hover {
  opacity: 1;
}

/* Workshops and Conferences */
@media (min-width: 768px) {
  .ongoing_workshop {
    width: 140px;
    float: left;
  }
}

.conf_ongoing_area {
  min-height: 150px;
  margin: 10px 0 20px;
  border-bottom: medium none;
}

ul.workshop_ongoing_desc {
  margin: 0;
  list-style: outside none none;
}

@media (min-width: 768px) {
  ul.workshop_ongoing_desc {
    margin: 0 0 0 165px;
  }
}

li.ongoing_info {
  margin-bottom: 25px;
  color: #666;
}

.conf_info_area {
  min-height: 170px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #ddd;
}

.upcoming_conf_graphic {
  width: 100%;
  height: 149px;
}

.conf_image {
  text-decoration: none;
  border: 1px solid #ccc;
  box-shadow: 4px 5px 3px -3px #d6d6d6;
}

@media (min-width: 768px) {
  .conf_image {
    text-decoration: none;
    border: 1px solid #ccc;
    box-shadow: 4px 5px 3px -3px #d6d6d6;
  }
}

@media (min-width: 768px) {
  .upcoming_conf_graphic {
    float: left;
    width: 228px;
    height: 149px;
  }
}

.upcoming_conf_details {
  display: inline-block;
  width: 70%;
  margin: 1rem 0 0 0;
  padding-bottom: 10px;
  vertical-align: top;
  color: #555;
}

@media (min-width: 768px) {
  .upcoming_conf_details {
    margin: 1rem 0 0 0;
  }
}

@media screen and (min-width: 901px) {
  .upcoming_conf_details {
    margin: 0 0 0 1rem;
  }
}

ul.upcoming_conf {
  list-style: outside none none;
}

.conftitle {
  font-size: 1.25rem;
  font-weight: 700;
}

.headline {
  display: block;
  margin: 10px 0 25px;
  border-bottom: 1px solid #e4e9f0;
}

.well {
  border: 1px solid #eee;
  background: #fafafa none repeat scroll 0 0;
}

.figure {
  width: 100%;
  vertical-align: middle;
  border: 0 none;
}

@media screen and (max-width: 900px) {
  .upcoming_conf_details {
    display: inline-block;
    width: auto;
    padding-bottom: 10px;
    vertical-align: top;
    color: #555;
  }
}

/*************** 1. Toggle DropDown ***************/
ul.site__toggle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 4px;
  right: 0;
  box-sizing: border-box;
  width: 67px;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

ul.site__toggle > li {
  position: relative;
  float: left;
  width: 43px;
  margin: 0;
  padding: 4px 0 4px 4px;
  color: #fff;
  background: none;
  box-shadow: none;
}

.toggle__btn {
  font-size: 14px;
  font-size: 0;
  font-weight: 800px;
  margin: 0;
  padding: 0 !important;
  cursor: pointer;
  color: #fff;
  border: 0;
  outline: none;
  background: none;
  width: 100%;
  text-align: left;
}

.not__visible {
  display: none;
}

.toggle__text {
  font-size: 0;
  display: inline-block;
}

.site__toggle li i {
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 5px;
  display: none;
}

.opt_1 img {
  width: 35px;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  vertical-align: middle;
  border: 1px solid white;
}

.opt_1 img:hover {
  cursor: pointer;
}

.toggle__text:hover,
.opt_1 i:hover {
  cursor: pointer;
}

.toggle__submenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
}

.toggle__submenu img {
  margin-top: 5px;
}

.site__toggle .toggle__submenu {
  display: none;
}

.show__drop {
  display: block !important;
}

@media (min-width: 768px) {
  ul.site__toggle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: absolute;
    top: 20px;
    right: 40px;
    float: right;
    box-sizing: border-box;
    width: 140px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  ul.site__toggle > li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 10px 8px 10px;
    color: #fff;
    background: #929ca8;
    box-shadow: 2px 4px 2px rgba(20, 0, 0, 0.5);
  }
  .toggle__btn {
    font-size: 14px;
    font-size: 14px;
    font-weight: 800px;
    margin: 0;
    padding: 0 !important;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: none;
  }
  .not__visible {
    display: none;
  }
  .toggle__text {
    font-size: 14px;
    display: inline-block;
  }
  .site__toggle li i {
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
  }
  .opt_1 img {
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid white;
  }
  .toggle__submenu {
    float: left;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    background: #929ca8;
  }
  .show__drop {
    display: block !important;
  }
}

.nav-ext-link-icon {
  float: right;
  font-size: 1.2em !important;
}
