@charset "UTF-8";
/************************************
/ Global Variables
/***********************************/
/************************************
/ Global Styles
/***********************************/
h1 {
  font-size: 3.333em;
  margin-bottom: .75em;
  color: #0f2f41; }

h2 {
  font-size: 2em;
  margin-bottom: 15px;
  margin-top: 0;
  color: #0f2f41; }

h3 {
  font-size: 1.375em;
  margin-bottom: 1.25em;
  color: #000; }

h4 {
  font-size: 1.125em;
  margin-bottom: 1.25em;
  color: #000; }

h5 {
  font-size: 1em;
  margin-bottom: 1.25em;
  color: #000; }

h6 {
  font-size: 12px;
  margin-bottom: 1.25em;
  color: #0f2f41; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.1em;
  letter-spacing: inherit; }

h1, h2, h5, h6 {
  font-weight: 700; }

h3, h4 {
  font-weight: 600; }

h4 {
  text-transform: uppercase; }

body {
  background: #f5f5f5;
  font-size: 15px;
  color: #000;
  font-weight: normal;
  font-family: "Roboto", sans-serif; }

.col-md-12 {
  min-height: 0; }

@media (max-width: 767px) {
  body {
    padding-top: 0; } }

.content {
  background-color: #fff;
  margin-bottom: 35px; }

a {
  color: #f15a22;
  font-weight: bold;
  text-transform: none;
  text-decoration: none; }

a:focus, a:hover {
  color: #f15a22; }

a.btn, a.orange-button, a.gray-button, a.blue-button, a.blue-button-big {
  font-weight: bold;
  border: transparent;
  text-transform: uppercase;
  padding: 6px 25px;
  border-radius: 30px;
  text-align: center;
  background: #f15a22;
  color: #fff;
  display: inline-block; }
  a.btn :hover, a.orange-button :hover, a.gray-button :hover, a.blue-button :hover, a.blue-button-big :hover {
    color: #fff;
    background: #f0592a; }

a.btn-white {
  font-weight: bold;
  border: 2px solid #f15a22;
  text-transform: uppercase;
  padding: 6px 25px;
  border-radius: 30px;
  text-align: center;
  background: #fff;
  color: #f15a22;
  display: inline-block; }
  a.btn-white :hover {
    color: #fff;
    background: #f15a22; }

a:not([href]):not([tabindex]) {
  color: #f15a22; }
  a:not([href]):not([tabindex]) :hover {
    text-decoration: underline; }

a.btn:not([href]):not([tabindex]) {
  color: #fff;
  cursor: pointer; }

.highlight {
  color: #00a8ac;
  font-weight: bold; }

.promo .highlight {
  color: #fff;
  font-weight: bold; }

.background-blue {
  background: #0f2f41;
  color: #fff;
  padding: 17.5px; }
  .background-blue h2, .background-blue h3 {
    color: #fff; }
  .background-blue a.btn {
    font-weight: bold;
    border: #fff;
    text-transform: uppercase;
    padding: 6px 25px;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    color: #f15a22; }

.background-teal {
  background: #00a8ac;
  color: #fff;
  padding: 17.5px; }
  .background-teal h2, .background-teal h3 {
    color: #fff; }
  .background-teal a.btn {
    font-weight: bold;
    border: transparent;
    text-transform: uppercase;
    padding: 6px 25px;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    color: #f15a22; }

.background-green {
  background: #799e31;
  color: #fff;
  padding: 35px 0; }
  .background-green h2, .background-green h3 {
    color: #fff; }
  .background-green a.btn {
    font-weight: bold;
    border: transparent;
    text-transform: uppercase;
    padding: 6px 25px;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    color: #799e31; }

.background-community {
  background: url("~/media/HDICorp/Images/community-bg.jpg") no-repeat;
  background-position: top right;
  padding: 35px 0; }
  @media (max-width: 768px) {
    .background-community {
      background: none; } }

.border-bottom {
  border-bottom: 1px solid #e7e7e7; }

.btn:hover, .btn:hover, a.gray-button, a.orange-button:hover, a.blue-button:hover, a.blue-button-big:hover, a.ViewCartButton, a.CheckoutButton, a.CartCheckoutButton, a.CartLightboxButtons, a.CheckoutButton {
  color: #fff;
  text-decoration: underline;
  background: #f0592a;
  opacity: 1.5; }

.btn, .btn input, .btn_dark, btn-white, button, html input[type=button], input[type=reset], input[type=submit] {
  font-weight: bold;
  border: transparent;
  text-transform: uppercase;
  padding: 6px 25px;
  border-radius: 30px;
  text-align: center;
  background-color: #f15a22;
  color: #fff;
  font-size: 15px; }
  .btn a, .btn input a, .btn_dark a, btn-white a, button a, html input[type=button] a, input[type=reset] a, input[type=submit] a {
    color: #fff;
    text-transform: uppercase; }
  .btn input, .btn input input, .btn_dark input, btn-white input, button input, html input[type=button] input, input[type=reset] input, input[type=submit] input {
    border: transparent;
    background-color: #0f2f41;
    color: #fff; }

.btn, .btn input {
  color: #fff;
  background: #f15a22; }

.btn {
  margin-bottom: 17.5px; }

.btn-wide {
  padding-left: 100%;
  padding-right: 100%; }

.btn_dark {
  background-color: #0f2f41;
  color: #fff; }

.btn-white {
  background-color: #fff;
  color: #fff;
  border: 2px solid #f15a22; }

.border-top {
  border-top: 4px solid #0f2f41; }

.top-spacing {
  margin-top: 1.65em; }

.bottom-spacing {
  margin-bottom: 1.65em; }

.center {
  text-align: center; }

.clear {
  clear: both; }

.fade-out {
  position: relative;
  max-height: 150px;
  margin-bottom: 35px;
  overflow: hidden; }

.fade-out:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 255, 255, 0)), to(white));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 2%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 2%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 2%, white 100%); }

nav .btn {
  padding: 0; }

.header-dark {
  background-color: #0f2f41;
  color: #fff;
  padding: 10px;
  font-size: 1.25em;
  margin-bottom: 17.5px; }

hr {
  border: 0;
  height: 1px;
  background: #ccc; }

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

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

.nopadding {
  paddingbottom: 0; }

.nomargin {
  padding-bottom: 0; }

.notification {
  background-color: #ffffbf;
  padding: 10px; }

p {
  margin: 0 0 20px; }

.page_header, .page_header_awards {
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.333em;
  font-weight: bold;
  padding: 60px 0;
  border-top: 3px solid #f15a22; }
  .page_header h1, .page_header_awards h1 {
    color: #fff;
    font-size: 50px;
    margin: 0px; }

.page_header {
  background-image: url("/~/media/HDICorp/Images/SecondaryPageMenuBackground"); }

.page_header_awards {
  background-image: url("/~/media/HDICorp/Images/AwardsMenuBackground"); }

#primary, .primary {
  background-color: #fff;
  margin-bottom: 35px;
  padding: 17.5px; }
  #primary li, .primary li {
    margin-left: 35px; }

.primary.listing-item {
  margin-bottom: 0;
  border-bottom: 1px solid #e7e7e7; }

@media (max-width: 767px) {
  img {
    display: block;
    max-width: 100%;
    height: auto; } }

.spacing {
  padding: 35px; }

.spacing-bottom {
  padding-bottom: 17.5px; }

.section-padding {
  padding: 35px 0; }

.section-teal {
  background: #00a8ac;
  color: #fff; }
  .section-teal a {
    color: #fff; }

ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0; }

@media (min-width: 576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; } }

thead {
  background-color: #23485f;
  color: #fff; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ccc; }

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: #f15a22;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    z-index: 1; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

ol ol, ol ul, ul ol, ul ul {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px; }

.well {
  min-height: 0;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* =Social networks
-------------------------------------------------- */
.shareContainer .shareLinks .shareGlyph {
  float: left;
  padding-right: 5px;
  padding-top: 4px; }

.shareContainer .shareLinks span {
  padding-right: 5px; }

label {
  font-weight: normal; }

.profileEdit .form,
.changePassword .form,
.changePicture .form,
.createEditBrdMsg .form,
.confirmDeleteMsg .form {
  background-image: none; }

.form .validator {
  display: block;
  float: left; }

#AdditionalShippingForm select {
  margin: 5px 0 0 10px;
  width: 100px; }

.checkout-payment-options > .radio > input {
  margin: 0;
  padding: 0;
  height: 15px;
  width: 15px; }

.form .readOnlyValue {
  width: 400px;
  margin: 10px 0 0 10px;
  display: inline-block; }

.form .fileUpload {
  float: left; }

.textarea {
  overflow: auto; }

.form .subscriptionInfo {
  margin-top: 10px;
  display: block;
  font-style: italic; }

.validationSummary {
  color: Red;
  font-weight: normal; }

.customValidator {
  display: none; }

/* =Credit Card
-------------------------------------------------- */
.form .CCExpMonth {
  width: 50px; }

.form .CCExpYear {
  width: 65px; }

.form .CCV {
  width: 40px; }

/* =Cart form
-------------------------------------------------- */
.form .cart-items .product-header {
  font-weight: bold;
  width: 65%; }

.form .cart-items .qty-header {
  font-weight: bold;
  width: 7%;
  text-align: center; }

.form .cart-items .update-header {
  width: 15%; }

.form .cart-items .price-header {
  font-weight: bold;
  text-align: right;
  width: 13%; }

.form .cart-items .qty {
  text-align: center; }

.form .cart-items .qty input {
  width: 25px; }

/* =Campaign form
-------------------------------------------------- */
.email-subscribe-form {
  width: 530px; }

.email-subscribe-form .icon-loadergif {
  background: transparent url("images/icons/spinnerButton.gif") no-repeat top center;
  height: 31px;
  width: 31px;
  display: block; }

.hide {
  display: none; }

.email-subscribe-thankyou {
  width: 530px;
  font-weight: bold;
  margin-bottom: 10px; }

.error,
.alert,
.notice,
.success,
.info {
  padding: 17.5px;
  margin-bottom: 35px;
  border: 2px;
  border-radius: 3px; }

.error, .alert {
  background: #fbe3e4;
  color: #e72525;
  border-color: #fbc2c4; }

.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }

.success {
  background: #799e31;
  color: #fff;
  border-color: #92cae4; }

.info {
  background: #00a8ac;
  color: #fff;
  border-color: #92cae4; }

.error a, .alert a, .info a, .success a {
  color: #fff; }

input[type=text], input[type=password],
input.text, input.title,
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
select {
  border-width: 1px;
  border-style: solid; }

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin: 0.5em 0; }

.form-control {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 10px;
  background-color: #fff; }

.form-control.direct-entry {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px;
  width: 230px;
  height: 32px;
  border-radius: 0; }

.form-control-select {
  padding: 10px 7px;
  min-height: 44px; }

#body_1_CreateUserForm label {
  display: inline; }

input, select, textarea {
  max-width: 100%;
  min-width: 40%; }

input[type=checkbox] {
  min-width: 0;
  width: 20px;
  margin: 0;
  position: relative; }
  input[type=checkbox] label {
    padding-left: 0; }

input[type=radio] {
  margin: 0px 8px 0 0;
  width: 20px;
  min-width: 0; }

input[type=text], input[type=password], input.text, input.title, textarea, select {
  border-radius: 7px;
  padding: 7px;
  margin-bottom: 10px;
  border-color: #ccc; }

.PartnerAppPartnerType {
  width: 100%; }

.form .required {
  font-weight: bold; }

.slick-prev:before, .slick-next:before {
  color: #0f2f41; }

#slider {
  padding-top: 17.5px; }

.item {
  position: relative; }

.hero {
  position: absolute;
  top: 0%;
  right: 0%;
  z-index: 2;
  color: #000;
  background-color: #fff;
  opacity: .9;
  height: 100%;
  width: 375px; }
  .hero a.btn {
    margin-left: 13px; }

.hero h1 {
  margin: 5% 5% 0 5%;
  font-size: 28px;
  font-weight: bold;
  color: #0f2f41; }

.hero h2 {
  margin: 2% 5% 0 5%;
  font-size: 16px;
  font-weight: bold;
  color: #000; }

.hero-body {
  margin: 5%; }

.event_container {
  background-color: #fff;
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 2px 8px #e7e7e7;
  box-shadow: 0px 2px 8px #e7e7e7; }

.event_lister_image {
  overflow: hidden;
  margin-bottom: 17.5px; }

.event_lister_logo img {
  margin-bottom: 17.5px; }

.event_lister_information {
  padding: 17.5px; }

.event_lister_subtitle {
  font-weight: bold;
  padding-bottom: 17.5px; }

.event_lister_information .btn {
  margin-bottom: 17.5px; }

.alert-bar {
  color: #fff;
  text-align: center;
  background: #799e31;
  border-bottom: 1px solid #fff; }
  .alert-bar a {
    color: #fff; }

.PrimaryNavigationWrapper {
  background: #fff; }

.nav > li > a {
  padding: 0; }

.navbar {
  margin-bottom: 0px;
  padding: .5rem 0px; }
  .navbar a:hover {
    text-decoration: none; }

.navbar-toggler {
  color: #0f2f41;
  border: 2px solid #fff;
  width: 47px;
  height: 34px;
  border: none;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent; }
  .navbar-toggler .icon-bar {
    width: 100%;
    float: left;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px; }

.navbar-default {
  border: none;
  margin-top: 12px; }
  .navbar-default .navbar-nav > li > a {
    padding-right: 10px; }
  .navbar-default .dropdown {
    padding-bottom: 15px;
    margin-right: 5px; }

.navbar-default .navbar-nav > li > a {
  color: #0f2f41;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 24px; }

.navbar-default .navbar-nav > li > a:hover {
  background: #0f2f41;
  color: #fff;
  border-top: 2px solid #f15a22; }

.navbar-collapse {
  padding-left: 0; }

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 10px; }

ul.dropdown-menu {
  width: 225px; }

.navbar-nav > li > .dropdown-menu, .dropdown-submenu {
  color: #fff;
  background: #0f2f41; }
  .navbar-nav > li > .dropdown-menu a, .dropdown-submenu a {
    color: #fff; }
  .navbar-nav > li > .dropdown-menu :hover, .dropdown-submenu :hover {
    background-color: #f15a22; }
  .navbar-nav > li > .dropdown-menu a:hover, .dropdown-submenu a:hover {
    background-color: #f15a22;
    color: #fff; }

.navbar-nav > li > .dropdown-menu a {
  font-size: 14px;
  font-weight: normal; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px; }
  .dropdown-submenu > .dropdown-menu a {
    color: #fff; }

.dropdown-menu > li > a {
  padding: 5px 10px; }

ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
  display: none; }

ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
  display: block; }

.dropdown-submenu:hover > ul.dropdown-menu {
  background: #f15a22; }
  .dropdown-submenu:hover > ul.dropdown-menu a {
    color: #fff; }
  .dropdown-submenu:hover > ul.dropdown-menu :hover {
    background: #fff; }
    .dropdown-submenu:hover > ul.dropdown-menu :hover a {
      color: #0f2f41; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #f15a22;
  margin-top: 5px;
  margin-right: -10px;
  padding-right: 10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
    display: block; }
  .dropdown-menu {
    margin-top: 10px; }
  .dropdown-toggle {
    margin-bottom: 2px; }
  .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
    margin-bottom: 0; } }

@media only screen and (max-width: 1200px) {
  .SecondaryNavigationContainer {
    font-size: 12px; } }

@media only screen and (max-width: 992px) {
  .SecondaryNavigationContainer {
    font-size: 10px; }
  .SecondaryNavigationShoppingCart,
  .SecondaryNavigationShoppingCart a {
    padding: 0 20px 0 2%; } }

.SecondaryNavigationRow {
  background-color: #0f2f41;
  color: #fff; }
  .SecondaryNavigationRow li a {
    color: #f15a22;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px; }
  .SecondaryNavigationRow a:hover {
    text-decoration: underline; }
  .SecondaryNavigationRow li {
    display: inline-block; }
  .SecondaryNavigationRow .dropdown-menu li a {
    color: #f15a22;
    font-weight: bold; }

.SecondaryNavigationsubscribe {
  padding: 11px 0;
  background-color: #400e40; }
  .SecondaryNavigationsubscribe a {
    color: #fff; }

.SecondaryNavigationJoinHDI {
  padding: 11px 0;
  background-color: #00a8ac; }

.SecondaryNavigationconnect {
  padding: 11px 0;
  background-color: #799e31; }
  .SecondaryNavigationconnect a {
    color: #fff; }

.SecondaryNavigationSignIn {
  padding: 11px 0;
  background-color: #f15a22;
  font-weight: bold; }
  .SecondaryNavigationSignIn .dropdown-toggle {
    background-color: #f15a22; }

.SecondaryNavigationSubscribe {
  padding: 11px 0;
  background-color: #400e40;
  font-weight: bold; }

.SecondaryNavigationShoppingCart {
  padding: 0px 0 0 0px;
  display: inline-block; }

.SecondaryNavigationShoppingCart > a > img {
  margin: 0 auto;
  padding-top: 10px;
  display: block; }

.SecondaryNavigationLogin .btn {
  background-color: #f15a22; }

.SecondaryNavigationJoinHDI {
  background-color: #00a8ac; }
  .SecondaryNavigationJoinHDI a {
    color: #fff; }

.top-nav .glyphicon {
  color: #0f2f41; }

.st-default-search-input {
  margin: 45px 0;
  padding: 0;
  width: 100px; }

.SecondaryNavigationMenuLinks ul li {
  margin: 0;
  padding: 15px 2% 0 0;
  display: inline-block;
  display: inline; }

.SecondaryNavigationLogin {
  margin: 0;
  padding: 0;
  height: 41px; }

.HDI-login-form-container {
  margin: 0;
  padding: 0;
  left: 0px;
  width: 250px;
  z-index: 5; }

.HDI-login-form-link-divider {
  margin: 15px 10% 10px 10%;
  padding: 0;
  width: 80%;
  border-bottom: 1px solid #DEDEDE; }

.HDI-login-form-description {
  margin: 0 0 10px 6%;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #000000; }

.HDI-login-form-link-forgot,
.HDI-login-form-link-join {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none; }

.HDI-login-form-link-forgot {
  border-right: 1px solid #C0C0C0; }

.HDI-login-form-link-join {
  margin-left: 7px; }

.HDI-login-form-link-forgot a,
.HDI-login-form-link-join a {
  text-decoration: none; }

.HDI-login-form-link-submit {
  margin: 20px 0 0 0;
  padding: 0;
  font-weight: bold; }

.HDI-Welcome {
  margin: 10px 0 5px 5%;
  padding: 0; }

.HDI-Logout {
  margin: 0 0 5px 5%;
  padding: 0; }

.HDI-login-link-div {
  padding: 0; }

.HDI-login-link {
  margin: 0;
  padding: 0; }

.dropdown-menu > div > ul > li > a,
.HDI-Logout-Button > a {
  text-decoration: none; }

.hdi .dropdown-menu {
  min-width: 100%;
  position: fixed;
  top: 140px;
  left: 0; }
  @media (max-width: 767px) {
    .hdi .dropdown-menu {
      background-color: #0f2f41;
      position: inherit; } }

.hdi .dropdown:hover .dropdown-menu {
  display: block; }

.hdi .dropdown ul {
  margin: 0;
  list-style-type: none;
  padding: 0; }
  @media (max-width: 767px) {
    .hdi .dropdown ul {
      display: block;
      text-align: center; } }

a.HDI-login-link, a.HDI-login-link:hover {
  color: #fff; }

.HDI-login-form-input, .LoginWelcomeUserMessage {
  color: #000; }

body {
  overflow-x: hidden; }

.responsive-landing-page {
  padding-top: 0; }

.panel-default {
  padding: 25px;
  opacity: 0.9; }

.panel-default .multi-column tbody tr td {
  width: 150px; }

@media (max-width: 992px) {
  .panel-default {
    margin-right: 0; } }

@media (min-width: 992px) and (max-width: 1250px) {
  .panel-default .multi-column tbody tr td {
    padding-right: 20px; } }

.content-container {
  margin-top: 40px;
  margin-bottom: 40px; }

.landing-header {
  background-color: #fff;
  padding: 15px 0; }

.landing-title {
  padding: 25px 0 0 0;
  background: #00a8ac;
  margin-bottom: 1.65em; }
  .landing-title h1 {
    color: #fff; }

.thanks-container {
  min-height: 650px; }

div .campaign-validation {
  background: #fbe3e4;
  border: 2px solid #fbc2c4; }

.campaign-checkboxes {
  padding-left: 20px; }

.campaign-checkboxes label {
  padding-left: 0px; }

.campaign-captcha {
  margin: 10px; }

@media (max-width: 767px) {
  .campaign-captcha {
    margin-right: 30px; } }

/*video background*/
.cover .content {
  position: absolute; }

.video-wrapper .screen.active {
  opacity: 1; }

@media (max-width: 767px) {
  .cover .content {
    position: unset; }
  .video-wrapper {
    display: none; }
  .cover {
    background-image: url("/dress/training/otp/responsive/otp-form-bg.jpg");
    background-size: cover; } }

input.subscribe .email-address {
  min-width: 80%; }

.subscriptionName {
  font-weight: bold; }

.subscriptions .checkbox label {
  padding-left: 40px; }

.subscribe_full {
  background-color: #00a8ac;
  color: #fff;
  margin-bottom: 35px;
  padding: 20px; }

.subscribe_full_title {
  font-size: 2em;
  color: #fff;
  display: inline-block; }
  @media (max-width: 767px) {
    .subscribe_full_title {
      padding-bottom: 10px; } }

.subscribe_full_description {
  padding-left: 20px;
  display: inline-block; }
  @media (max-width: 767px) {
    .subscribe_full_description {
      padding-left: 0; } }

.subscribe_full_textbox {
  padding-left: 20px;
  display: inline-block; }
  @media (max-width: 767px) {
    .subscribe_full_textbox {
      padding-left: 0; } }
  .subscribe_full_textbox input {
    color: #e7e7e7;
    padding: 10px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }

.subscribe_full_button {
  padding-left: 10px;
  display: inline-block; }
  @media (max-width: 767px) {
    .subscribe_full_button {
      padding-left: 0; } }

.subscription-title {
  font-weight: bold; }

#mainlayout_0_centercolumn_0_NewsletterList td {
  padding: 15px; }

#mainlayout_0_centercolumn_0_NewsletterList input[type=checkbox] {
  margin: 0 10px; }

.symposium_lister_container {
  background-color: #fff;
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 2px 8px #e7e7e7;
  box-shadow: 0px 2px 8px #e7e7e7; }

.symposium_lister_information {
  padding: 10px; }

.symposium_lister_name {
  font-weight: bold; }

.symposium_lister_date {
  font-weight: bold; }

.footer-left-border {
  border-left: solid 1px #fff;
  padding-left: 20px; }

footer ul {
  list-style-type: none;
  padding-left: 0;
  list-style-image: none; }

footer a {
  font-weight: normal;
  color: #fff; }

footer li img {
  padding-right: 10px;
  padding-bottom: 10px; }

#eucookielawcontainer {
  display: block;
  position: fixed;
  left: auto;
  right: auto;
  bottom: 0;
  width: 100%;
  z-index: 10000; }
  #eucookielawcontainer a {
    color: #fff; }
  #eucookielawcontainer .eucookiebanner {
    font-size: 1.2em;
    margin: 0 auto;
    max-width: 90%; }
    @media (min-width: 992px) {
      #eucookielawcontainer .eucookiebanner {
        max-width: 85%; }
        #eucookielawcontainer .eucookiebanner .cookieblock {
          display: table-cell;
          padding: 0 1.25rem 0 0;
          vertical-align: middle; } }
  #eucookielawcontainer .button {
    margin: 2em 0 0 0;
    white-space: nowrap; }
  #eucookielawcontainer .padding {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    border: 5px solid #ffd500;
    color: #fff;
    overflow: hidden;
    padding: 1.25rem;
    text-align: center; }

.local {
  font-size: 14px;
  padding: 15px 0; }

ul.social li img {
  float: left; }

.section-informa {
  background: #525a5c;
  color: #fff;
  font-size: 14px;
  padding: 15px 0; }
  .section-informa a {
    color: #fff; }
  .section-informa .terms {
    text-align: right; }
    .section-informa .terms a {
      margin-left: 70px; }
  .section-informa .copyright {
    text-align: right; }

.advertisement {
  margin-top: 17.5px; }

.HDI-media-content-title {
  font-size: 1.375em;
  font-family: "Roboto", sans-serif;
  line-height: 1.1em;
  color: #0f2f41; }

.accordion .card:nth-child(odd) .card-header {
  background: #799e31; }

.accordion .card:nth-child(even) .card-header {
  background: #f15a22; }

.about_wrapper {
  margin-bottom: 35px;
  -webkit-box-shadow: 0px 2px 8px #bcbcbc;
  box-shadow: 0px 2px 8px #bcbcbc;
  margin-bottom: 35px;
  background-color: #fff;
  padding-bottom: 17.5px; }
  .about_wrapper a {
    font-weight: normal; }
    .about_wrapper a :hover {
      text-decoration: none; }

.about_header {
  padding: 17.5px; }

.about_title {
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 10px;
  color: #0f2f41;
  text-transform: uppercase; }

.about_image {
  overflow: hidden; }

.about_description {
  padding: 17.5px; }

/************************************
/ Used on main training section page
/***********************************/
.panes {
  clear: both; }

.course_wrapper {
  margin-bottom: 35px;
  background-color: #fff;
  padding-bottom: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 8px #bcbcbc;
  box-shadow: 0 0 5px #bcbcbc; }

.courses_sortheader {
  font-size: 1.375em;
  color: #0f2f41;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 17.5px; }

.course_header {
  padding: 17.5px; }

.course_delivery_method {
  font-weight: bold;
  text-transform: uppercase;
  float: left; }

a.CourseSchedule-CourseLink {
  color: #f15a22; }
  a.CourseSchedule-CourseLink :hover {
    cursor: pointer; }

.course_group {
  background-color: #0f2f41;
  min-height: 6px;
  color: #fff;
  font-size: 12px;
  padding: 0 15px;
  border-radius: 3px 3px 0 0; }

.course_more {
  text-align: center;
  margin-bottom: 10px; }

.course_buy {
  font-size: 12px;
  padding: 15px 15px 5px 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: bold; }

.course_overflowcontent {
  max-height: 240px;
  min-height: 240px;
  border-bottom: 1px solid #e7e7e7;
  position: relative; }

.course_title {
  font-size: 1.375em;
  font-weight: bold;
  padding: 7px 15px;
  color: #0f2f41;
  line-height: 1.23em;
  border-bottom: 1px solid #e7e7e7; }

.course_image {
  padding-bottom: 17.5px;
  overflow: hidden; }

.course_description {
  padding: 0px 15px;
  height: 85px;
  overflow: hidden;
  /* white-space: nowrap; */
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 85px;
  margin-top: 10px;
  font-size: 14px; }

.course_iconoverflow {
  padding: 0px;
  width: 100%;
  margin-bottom: 20px; }

.course_icon {
  padding: 10px 0 0 15px; }

.course_certification {
  padding: 2px 10px; }

.course_input {
  padding-bottom: 35px; }
  .course_input label {
    vertical-align: top;
    padding-top: 3px; }
  .course_input input[type=radio] {
    margin: 0 8px 0 0; }

.course-video {
  margin-bottom: 17.5px; }

.delivery_method {
  font-weight: bold;
  font-size: 1.375em; }

.delivery-method {
  display: inline-block; }
  .delivery-method img {
    vertical-align: middle; }

.course-legend {
  margin-bottom: 17.5px; }

.course-for, .course-type {
  display: inline-block;
  margin-bottom: 17.5px; }
  .course-for input[type=checkbox], .course-for .form input[type=checkbox], .course-type input[type=checkbox], .course-type .form input[type=checkbox] {
    margin: 0px 10px 0 0;
    width: 20px;
    margin-top: 0px; }

#body_1_CheckBoxListAllCourseType td,
#body_1_CourseTypesCheckBoxList td {
  padding-top: 8px; }

#body_1_CheckBoxListAllCourseType > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > label:nth-child(2) {
  margin-top: 1px;
  padding-top: 8px; }
  #body_1_CheckBoxListAllCourseType > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > label:nth-child(2) .course-for label, #body_1_CheckBoxListAllCourseType > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > label:nth-child(2) .course-type label {
    float: none;
    display: inline-block;
    margin: -4px 0 0 10px;
    vertical-align: text-top;
    line-height: 0em; }

.course-addtl-info {
  text-align: center;
  margin-bottom: 35px; }
  .course-addtl-info .btn a {
    padding: 10px 60px; }

/* JQuery Tabs */
/* root element for tabs  */
ul.tabs {
  list-style: none;
  margin: 0 0 0 0px !important;
  padding: 0;
  height: 30px; }

/* single tab */
ul.tabs li {
  float: left;
  text-indent: 0;
  padding: 0;
  list-style-image: none; }

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs li.current a {
  background-position: -420px -35px;
  cursor: default;
  color: #ec8f0b; }

/* ----------Course Tabs-------------------- */
#CourseTabs ul.tabs {
  list-style: none;
  padding: 5px 5px 0 0;
  height: 30px;
  margin: 0 10px -15px 0px; }

/* single tab */
#CourseTabs ul.tabs li {
  text-indent: 0;
  padding: 0;
  margin: 0 !important;
  list-style-image: none !important; }

/* link inside the tab. uses a background image */
#CourseTabs ul.tabs a {
  background: #e7e7e7;
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 0 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  padding: 15px 25px; }

#CourseTabs ul.tabs a:active {
  outline: none; }

/* when mouse enters the tab move the background image */
#CourseTabs ul.tabs a:hover {
  color: #fff;
  background: #f15a22; }

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
#CourseTabs ul.tabs a.current, #CourseTabs ul.tabs a.current:hover, #CourseTabs ul.tabs li.current a {
  color: #fff;
  background: #f15a22; }

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */
/* width 1 */
#CourseTabs ul.tabs a.s:hover {
  background-position: 0 -34px; }

#CourseTabs ul.tabs a.s.current {
  background-position: 0 -68px; }

/* initially all panes are hidden */
#CourseTabs .panes .pane {
  display: none;
  padding: 20px 10px 20px 10px;
  border: 1px solid #e7e7e7;
  border-width: 0 1px 1px 1px;
  background-color: #f5f5f5; }

/* Course Schedule */
.CourseSchedule {
  background-color: #FFF; }
  .CourseSchedule table {
    width: 100%; }

.CourseSchedule .odd {
  background-color: #e7e7e7; }

.CourseSchedule .none-found {
  font-size: 1.2em;
  padding: 15px 15px 15px 15px; }

.CourseSchedule-Date {
  width: 80px;
  padding-left: 5px; }

.CourseSchedule-CourseType {
  width: 100px; }

.CourseSchedule-Date p {
  padding-left: 3px; }

.CourseSchedule-lightbox-times {
  margin-bottom: 8px; }

.CourseSchedule-lightbox-location {
  margin-bottom: 15px; }

.CourseSchedule-Logo-Container {
  float: right;
  margin-left: 30px;
  text-align: right;
  max-width: 180px;
  margin-bottom: 10px; }

.CourseSchedule-Logo-Text {
  clear: both;
  font-size: x-small;
  font-style: italic; }

.CourseSchedule-CourseInfo {
  padding-left: 5px;
  vertical-align: middle;
  width: 23px; }

.CourseSchedule-CourseInfo img.moreInfo {
  vertical-align: middle; }

.CourseSchedule-Location {
  width: 129px; }

.CourseSchedule-LocationExtended {
  width: 185px; }

.CourseSchedule-CourseName {
  width: 158px; }

.CourseSchedule-Price-Header {
  text-align: right;
  width: 42px; }

.CourseSchedule-MemberPrice {
  width: 42px;
  text-align: right; }

.CourseSchedule-Price {
  width: 42px;
  text-align: right; }

.CourseSchedule-CourseLink {
  display: block;
  margin-bottom: 5px;
  font-size: 1.1em; }

.CourseSchedule-MemberPrice p,
.CourseSchedule-Price p {
  text-align: right; }

.CourseSchedule-Register a.BuyNowIcon {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px; }

.CourseSchedule-Register a.more-info {
  height: 20px;
  width: 20px;
  background: url("images/icons/moreInfo.png") no-repeat;
  background-size: 20px 20px;
  display: block;
  float: left;
  margin-right: 5px; }

.CourseSchedule-WaitList-Low {
  font-weight: bold;
  color: #0ea21c;
  padding-top: 5px; }

.Guarenteed-To-Run {
  font-weight: bold;
  font-style: italic; }

.CourseSchedule-WaitList-Full {
  font-weight: bold;
  color: #b54646;
  clear: both;
  padding-top: 5px; }

.course-policy-link {
  margin-left: 40px; }

.course-footnote {
  font-size: x-small;
  font-style: italic; }

.BuyCourseNow {
  background-image: url(images/buttons/btnAddToCart.jpg);
  width: 82px;
  margin-right: 15px;
  height: 22px;
  display: block;
  float: right;
  cursor: pointer; }

.purchase {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 5px;
  margin-bottom: 10px; }

/************************************
/ Used on the accordion
/***********************************/
.panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.panel-group {
  background-color: #fff; }

.panel-group > hr {
  margin: 0 auto;
  padding: 0;
  width: 90%; }

.panel-heading .accordion-toggle:after {
  content: url("/images/minus.png") "   SEE LESS";
  float: right;
  color: #00a8ac;
  text-decoration: none; }

.panel-heading .accordion-toggle.collapsed:after {
  content: url("/images/plus.png") " SEE MORE"; }

.panel-group .panel-heading {
  border: none;
  background-color: transparent;
  color: #f15a22; }

/* =Course Catalog
-------------------------------------------------- */
.itil-credit {
  clear: both;
  padding-top: 10px;
  font-size: 0.8em; }

.course-video {
  margin-bottom: 17.5px; }

.course-catalog-left {
  margin-top: 10px;
  float: left;
  border-right: 1px solid #afafaf;
  width: 215px;
  padding-right: 25px; }

.course-catalog-right {
  margin-top: 10px;
  float: left;
  padding-left: 25px; }

div.CoursePriceMessage {
  padding-right: 4px; }

div.expandable {
  display: none; }

.CoursePriceMessage {
  color: Red;
  text-align: right;
  font-weight: bold; }

div.CoursePriceMessage-odd {
  padding-right: 4px; }

.return-to-category {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px; }

.CoursePriceMessage-odd {
  color: Red;
  font-weight: bold;
  height: 15px;
  background-color: #e7e7e7;
  text-align: right; }

.CoursePriceMessage-lb {
  color: Red;
  font-weight: bold;
  padding-bottom: 2px; }

div.CoursePriceMessage-lb-odd {
  padding-right: 4px; }

.CoursePriceMessage-lb-odd {
  color: Red;
  font-weight: bold;
  padding-bottom: 2px;
  background-color: #e7e7e7;
  text-align: right; }

.professional-development {
  margin-top: 10px; }

.course-testimony-item {
  clear: both;
  padding-top: 10px;
  text-align: left; }

.course-testimony-quote {
  display: block;
  margin-bottom: 8px;
  /*font-style: italic;*/ }

.course-testimony-customer {
  text-align: right; }

.CourseBrochure {
  margin: 10px 5px 5px 5px;
  float: right;
  display: block;
  clear: both;
  overflow: auto; }

.CourseList {
  width: 516px;
  font-size: 10px; }

.CourseList .odd {
  background-color: #e4f8f8; }

.CourseList-DeliveryMethods {
  background-color: #006eb6;
  color: #FFFFFF;
  height: 36px;
  font-weight: bold;
  padding-left: 230px;
  text-align: center;
  vertical-align: middle; }

.CourseList-Header {
  background-color: #006eb6;
  color: #FFFFFF;
  height: 36px;
  font-weight: bold;
  font-size: 12px !important;
  vertical-align: middle;
  padding-left: 3px; }

.CourseList-Item {
  height: 40px;
  background-color: #FFF;
  padding: 10px 0 10px 10px;
  vertical-align: top;
  max-width: 280px; }

.CourseList-Title {
  width: 180px;
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.4em; }

.CourseList-Schedule {
  width: 45px; }

.CourseList-Schedule-Icon {
  padding-left: 10px;
  width: 35px; }

.CourseList-HasPublic {
  width: 70px;
  text-align: center; }

.CourseList-HasVirtual {
  width: 70px;
  text-align: center; }

.CourseList-HasBlended {
  width: 70px;
  text-align: center; }

.CourseList-HasOnline {
  width: 70px;
  text-align: center; }

#image_container img {
  width: 100%;
  height: 100%; }

.course-outline-left-column {
  width: 50%;
  padding-right: 20px;
  vertical-align: top; }

.BtnCourseCalendar img {
  vertical-align: middle; }

.courseschedule-filter {
  border-bottom: 5px solid #00a8ac; }

#courseScheduleDetail {
  margin: 0px;
  padding: 0px; }

.courseInfoContainer {
  margin-top: 15px; }

.courseInfoContainer .course-details {
  margin-left: 230px; }

#courseScheduleDetail .content {
  color: #444;
  line-height: 1.4em;
  margin: 15px 0 15px 15px; }

.scheduleDetailImage {
  float: left;
  display: block;
  margin-right: 10px;
  margin-left: 0px; }

#courseScheduleDetail .content .courseTitle {
  font-size: 16px;
  font-weight: bold;
  color: #ec8f0b;
  display: block;
  margin-bottom: 8px; }

.CourseScheduleCourseType {
  display: block;
  float: left;
  width: 500px; }

.CourseSchedulePager .CRP-PreviousButton {
  display: inline-block;
  background: url("/css/HDICorp/images/buttons/btnPrevious.jpg") no-repeat;
  width: 82px;
  height: 22px;
  vertical-align: middle;
  margin-right: 20px; }

.CourseSchedulePager .CRP-NextButton {
  display: inline-block;
  background: url("/css/HDICorp/images/buttons/btnNext.jpg") no-repeat;
  width: 82px;
  height: 22px;
  vertical-align: middle;
  margin-left: 10px; }

.CourseSchedulePager .CRP-Ellipsis {
  margin-right: 10px; }

.CourseSchedulePager .CRP-NumberedButton, .CourseSchedulePager .CRP-NumberedButton_Active {
  margin: 0 10px 0 0; }

.CourseSchedulePager .CRP-NumberedButton_Active {
  font-size: 1.3em;
  font-weight: bold; }

/* =END OF Course Catalog
-------------------------------------------------- */
.blog_wrapper {
  margin-bottom: 35px;
  background-color: #fff;
  padding: 17.5px;
  border-radius: 10px;
  position: relative; }

.blog-title {
  font-size: 1.375em;
  font-weight: bold; }

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 15px;
  Font-style: italic;
  Font-size: 16px;
  Font-weight: bold;
  Line-height: 1.5em; }

.webinar-list-item, .research-list-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 17.5px; }

.video-container {
  margin-top: 15px; }

.video-title {
  font-weight: bold;
  margin-bottom: 10px; }

.webinar-register {
  float: right;
  font-size: 1.2em; }

.listing-title {
  font-size: 1.375em; }

.media-content-main-title {
  font-size: 2em; }

.media-content-title {
  font-size: 1.375em;
  color: #0f2f41; }

.support-center {
  margin-bottom: 15px; }

.support-dates {
  font-weight: bold;
  color: #0f2f41; }

.site-cart_proceed-to-checkout {
  display: inline-block;
  width: 176px;
  height: 29px;
  background: url("/dress/cart/site/images/btn_proceed-to-checkout.jpg") 0px 0px no-repeat; }

.cart-quantity input, .cart-quantity select, .cart-quantity textarea {
  padding: 3px; }

/*----------- Payment -----------------*/
.cardVisa-active {
  height: 25px;
  width: 40px;
  background: url(/images/ICMI/visa.png) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  margin-top: 30px; }

.cardVisa-inactive {
  height: 25px;
  width: 40px;
  background: url(/images/ICMI/visa.png) no-repeat 0 -25px;
  margin: 0px;
  padding: 0px;
  margin-top: 30px; }

.cardMasterCard-active {
  height: 25px;
  width: 40px;
  background: url(/images/ICMI/mastercard.png) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  margin-top: 30px; }

.cardMasterCard-inactive {
  height: 25px;
  width: 40px;
  background: url(/images/ICMI/mastercard.png) no-repeat 0 -25px;
  margin: 0px;
  padding: 0px;
  margin-top: 30px; }

.cardAmEx-active {
  height: 25px;
  width: 40px;
  background: url(/images/ICMI/amex.png) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  margin-top: 30px; }

.cardAmEx-inactive {
  height: 25px;
  width: 40px;
  background: url(/images/ICMI/amex.png) no-repeat 0 -25px;
  margin: 0px;
  padding: 0px;
  margin-top: 30px; }

.cardDiscover-active {
  height: 25px;
  width: 40px;
  background: url(/images/ICMI/discover.png) no-repeat 0 0px;
  margin: 0px;
  padding: 0px;
  margin-top: 30px; }

.cardDiscover-inactive {
  height: 25px;
  width: 40px;
  background: url(/images/ICMI/discover.png) no-repeat 0 -25px;
  margin: 0px;
  padding: 0px;
  margin-top: 30px; }

.secure-tooltip {
  display: none;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  margin: 0px;
  padding: 0px;
  padding: 3px;
  font-size: 13px; }

/*Billing Page, Yellow Box*/
#checkout-content div.create-acct-box {
  background-color: #fefde1;
  padding-top: 10px; }

/*General Table formatting for demographic information*/
.container #checkout-content table.site-checkout-information {
  margin-bottom: 15px;
  margin-left: 60px;
  color: #222222; }

.site-checkout-information input.textinput,
.site-checkout-information input.zipcodeinput,
.site-checkout-information input.securitycode {
  height: 25px;
  width: 280px;
  background: #f2f2f2;
  line-height: 25px;
  border: solid 1px #d8d7d7;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px; }

.site-checkout-information label.fieldlabel,
.site-checkout-information label.fieldlabel-inline {
  display: block;
  font-size: 13px;
  font-weight: normal;
  color: #213645;
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
  margin-top: 5px; }

/**** Stylish Dropdowns ***/
.site-checkout-information .state-dropdown,
.site-checkout-information .country-dropdown,
.site-checkout-information .billing-dropdown,
.site-checkout-information .date-dropdown {
  font-size: 14px;
  line-height: 25px; }

.site-checkout-information .state-dropdown .newListSelected {
  background: #f2f2f2 url(../images/droparrow.gif) no-repeat scroll 75px 0px;
  border: solid 1px #d8d7d7;
  color: #2A5370;
  height: 25px;
  padding: 0;
  width: 100px; }

.site-checkout-information .state-dropdown .newListSelected div {
  display: block;
  padding: 0px 0px 2px 10px;
  text-align: left !important;
  width: 90px;
  overflow: hidden;
  white-space: nowrap; }

.site-checkout-information .state-dropdown ul.newList {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
  color: #2A5370;
  width: 100px;
  background: #ffffff;
  border: 1px solid #000000;
  top: 22px;
  left: 0;
  height: auto;
  overflow: auto;
  text-align: left !important;
  position: absolute;
  z-index: 9999; }

.site-checkout-information .state-dropdown ul.newList li {
  padding: 2px 5px !important;
  border-bottom: 1px solid #dfdfdf; }

.site-checkout-information .state-dropdown ul.newList li a {
  display: block;
  text-decoration: none;
  color: #2A5370; }

.site-checkout-information .state-dropdown .hiLite {
  background: #3F93CF !important;
  color: #f2f2f2 !important; }

.site-checkout-information .state-dropdown .newListHover {
  background: #CCD1D4 !important;
  color: #000 !important;
  cursor: default; }

.site-checkout-information .state-dropdown .newListSelHover {
  cursor: default; }

.site-checkout-information .state-dropdown .newListSelHover, .site-checkout-information .state-dropdown .newListSelFocus {
  background-position: auto; }

.site-checkout-information .country-dropdown .newListSelected {
  background: #f2f2f2 url(../images/droparrow.gif) no-repeat scroll 275px 0px;
  border: solid 1px #d8d7d7;
  color: #2A5370;
  height: 25px;
  padding: 0;
  width: 300px; }

.site-checkout-information .country-dropdown .newListSelected div {
  display: block;
  padding: 0px 0px 2px 10px;
  text-align: left !important;
  width: 290px;
  overflow: hidden;
  white-space: nowrap; }

.site-checkout-information .country-dropdown ul.newList {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
  color: #2A5370;
  width: 300px;
  background: #ffffff;
  border: 1px solid #000000;
  top: 22px;
  left: 0;
  height: auto;
  overflow: auto;
  text-align: left !important;
  position: absolute;
  z-index: 9999; }

.site-checkout-information .country-dropdown ul.newList li {
  padding: 2px 5px !important;
  border-bottom: 1px solid #dfdfdf; }

.site-checkout-information .country-dropdown ul.newList li a {
  display: block;
  text-decoration: none;
  color: #2A5370; }

.site-checkout-information .country-dropdown .hiLite {
  background: #3F93CF !important;
  color: #f2f2f2 !important; }

.site-checkout-information .country-dropdown .newListHover {
  background: #CCD1D4 !important;
  color: #000 !important;
  cursor: default; }

.site-checkout-information .country-dropdown .newListSelHover {
  cursor: default; }

.site-checkout-information .country-dropdown .newListSelHover, .site-checkout-information .country-dropdown .newListSelFocus {
  background-position: auto; }

.site-checkout-information .date-dropdown .newListSelected {
  background: #f2f2f2 url(../images/droparrow.gif) no-repeat scroll 113px 0px;
  border: solid 1px #d8d7d7;
  color: #2A5370;
  height: 25px;
  padding: 0;
  width: 138px; }

.site-checkout-information .date-dropdown .newListSelected div {
  display: block;
  padding: 0px 0px 2px 10px;
  text-align: left !important;
  width: 128px;
  overflow: hidden;
  white-space: nowrap; }

.site-checkout-information .date-dropdown ul.newList {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
  color: #2A5370;
  width: 138px;
  background: #ffffff;
  border: 1px solid #000000;
  top: 22px;
  left: 0;
  height: auto;
  overflow: auto;
  text-align: left !important;
  position: absolute;
  z-index: 9999; }

.site-checkout-information .date-dropdown ul.newList li {
  padding: 2px 5px !important;
  border-bottom: 1px solid #dfdfdf; }

.site-checkout-information .date-dropdown ul.newList li a {
  display: block;
  text-decoration: none;
  color: #2A5370; }

.site-checkout-information .date-dropdown .hiLite {
  background: #3F93CF !important;
  color: #f2f2f2 !important; }

.site-checkout-information .date-dropdown .newListHover {
  background: #CCD1D4 !important;
  color: #000 !important;
  cursor: default; }

.site-checkout-information .date-dropdown .newListSelHover {
  cursor: default; }

.site-checkout-information .date-dropdown .newListSelHover, .site-checkout-information .date-dropdown .newListSelFocus {
  background-position: auto; }

.error-box {
  float: left;
  padding-left: 15px;
  padding-bottom: 15px;
  width: 500px;
  text-align: left; }

/* Stuff for Print Views */
.hiddenOnPrint {
  display: block; }

.visibleOnPrint {
  display: none; }

.checkout-section input.apply-code:hover {
  background-position: 0px -30px; }

/*============================== Ecommerce ========================*/
div.label_checkbox_pair {
  clear: both;
  float: none;
  padding-left: 0px;
  margin-left: 0px; }

div.label_checkbox_pair input {
  clear: left;
  padding-left: 0px;
  width: 20px !important;
  margin: 10px 2px 2px !important; }

div.label_checkbox_pair label {
  clear: left;
  display: block;
  float: right;
  width: 420px; }

a.btnCheckout, a.ProductDetailLink {
  font-size: 20px !important;
  padding-right: 10px !important; }

a.btnCheckout {
  position: absolute;
  text-align: center;
  right: 20px;
  border: solid 1px black;
  padding-top: 5px;
  width: 100px;
  height: 30px;
  text-decoration: none; }

.PaymentOptions {
  overflow: auto; }

.checkout-payment-options input {
  background-color: #e8edf6;
  border: 1px solid #a0b2cc;
  color: #04071D;
  text-align: left;
  width: 20px; }

.checkout-payment-options-mini input {
  background-color: #e8edf6;
  border: 1px solid #a0b2cc;
  color: #04071D;
  text-align: left; }

.credit-card-types {
  margin: 20px 0 0 152px; }

.credit-card-types li {
  width: 51px;
  height: 32px;
  float: left;
  margin-left: 15px;
  margin-bottom: 5px;
  display: inline-block; }

.visa {
  background: url(images/icons/credit-card-types.png) -51px 0; }

.discover {
  background: url(images/icons/credit-card-types.png) -153px 0; }

.mastercard {
  background: url(images/icons/credit-card-types.png) -204px 0; }

.amex {
  background: url(images/icons/credit-card-types.png) -102px 0; }

.visa.off {
  background-position: -51px -32px; }

.discover.off {
  background-position: -153px -32px; }

.mastercard.off {
  background-position: -204px -32px; }

.amex.off {
  background-position: -102px -32px; }

.CreditCardInfo,
.InvoiceInfo {
  margin-top: 15px;
  clear: both; }

.CCField, .CCFieldLast {
  width: 35px;
  vertical-align: middle;
  text-align: center; }

.PromoCodeBox {
  width: 35px;
  vertical-align: middle;
  text-align: center; }

input.PromoCodeBox {
  text-align: left; }

.CCHyphen {
  width: 10px;
  vertical-align: middle;
  text-align: center;
  padding-top: 5px;
  padding-left: 10px; }

.itemAdded {
  width: 175px;
  text-align: center; }

#lightbox {
  background: #FFFFFF url(images/lightbox/lightboxBG.jpg) center top repeat-x;
  text-align: center; }

#lightbox h2 {
  font-size: 18px;
  margin: 10px 0 6px; }

.lightboxBody {
  padding: 0px 10px 0px 10px;
  margin-top: 25px;
  text-align: left; }

.lightBoxBodyRight {
  width: 655px;
  margin: 10px 0 0 -10px;
  padding: 0px 10px 30px 10px;
  background-color: #ebf0f6; }

.lightBoxBodyRight .Label {
  font-weight: bold; }

.lightBoxBodyRight .ProductInfo {
  margin-top: 3px; }

.lightBoxBodyRight a.ProductInfoLink {
  text-decoration: underline; }

.lightboxSpinner {
  background-image: url(images/icons/ajax-loader.gif) no-repeat;
  width: 31px;
  height: 31px;
  display: block; }

.lightboxCartHeader {
  height: 140px;
  display: block;
  margin-top: 30px; }

.BuyNowIcon {
  background: url(images/icons/buynow.png) no-repeat;
  display: block;
  width: 20px;
  height: 20px; }

.promo .add-to-cart {
  background: url(images/icons/buynow.png) no-repeat;
  background-position: left;
  padding-left: 25px;
  display: inline-block;
  height: 20px;
  vertical-align: middle; }

.add-to-cart {
  background: url(images/icons/buynow.png) no-repeat;
  background-position: left;
  padding-left: 25px;
  display: block;
  height: 20px;
  vertical-align: middle; }

.moreInfo {
  width: 20px;
  height: 20px; }

.CartIcon {
  background: url(images/icons/iconCart.jpg) no-repeat;
  background-position: top center;
  margin-top: 10px;
  height: 66px;
  display: block; }

.ProfessionalType {
  width: 15px; }

.ProfessionalTypeLabel {
  float: right;
  width: 200px; }

.CartLastItemWrap {
  display: block;
  height: 95px; }

.CartLastItem .Label {
  text-decoration: underline;
  text-align: left;
  font-weight: bold; }

.CartLastItem .ProductInfo {
  font-size: 1.3em;
  text-align: left; }

.CartLastItem h3 {
  font-size: 10px;
  text-align: left; }

a.ViewCartButton {
  content: "View Cart"; }

.CheckoutButton {
  background: url(images/buttons/btnCheckout.jpg) no-repeat;
  width: 82px;
  height: 22px;
  display: block; }

.CartCheckoutButton {
  background: url(images/buttons/btnCheckout.jpg) no-repeat;
  width: 82px;
  height: 22px;
  display: block;
  float: right; }

.RelatedProducts {
  text-decoration: underline; }

.RelatedProductName {
  float: left;
  padding: 2px 2px 2px 2px; }

.RelatedProductPrice {
  padding: 2px 2px 2px 2px; }

.btnAddtoCart {
  cursor: pointer; }

#AdditionalShippingForm {
  width: 500px;
  background-color: White; }

.CartUpdateButton {
  background-image: url(images/buttons/btnCartUpdate.jpg);
  width: 58px;
  height: 24px;
  display: block; }

.CartDeleteButton {
  background-image: url(images/buttons/btnCartDelete.jpg);
  width: 58px;
  height: 24px;
  display: block; }

.EditButton {
  background-image: url(images/buttons/btnEdit.jpg);
  width: 82px;
  height: 24px;
  display: block; }

.ContinueButton {
  background-image: url(images/buttons/btnContinue.jpg);
  width: 82px;
  height: 24px;
  display: block;
  float: right;
  margin-top: 5px; }

.BackButton {
  background-image: url(images/buttons/btnBack.jpg);
  width: 82px;
  height: 24px;
  display: block;
  float: right;
  margin-top: 5px; }

a.AddAddressButton {
  background-image: url(images/buttons/btnAddAddress.jpg);
  width: 96px;
  height: 22px;
  display: block;
  float: right;
  margin: 5px 40px 0 0; }

a.AddToCartButton {
  background-image: url(images/buttons/btnAddToCart.jpg);
  width: 82px;
  margin-right: 15px;
  height: 22px;
  display: block;
  float: left;
  cursor: pointer; }

.ContinueShoppingButton {
  background-image: url(images/buttons/btnContinueShopping.jpg);
  width: 95px;
  height: 22px;
  display: block;
  float: right; }

.MyHDIButton {
  background-image: url(images/buttons/btnMyHDI.jpg);
  width: 82px;
  height: 22px;
  display: block;
  float: left; }

.CartTotals {
  margin-top: 10px;
  float: right;
  text-align: right; }

.CartTotalwrap {
  text-align: right; }

.CartTotals .CartLabel {
  width: 200px;
  font-weight: bold;
  display: block;
  float: left;
  padding-right: 5px;
  text-align: right; }

.CartTotals .CartDetail {
  display: block;
  float: left;
  text-align: right;
  width: 70px; }

.checkout-review-products {
  width: 100%;
  text-align: left; }

.checkout-review-products .last {
  /*text-align:right;*/ }

.checkout-review-products td {
  padding-left: 5px; }

.checkout-review-products .product {
  width: 70%; }

.checkout-review-products .pricecolumn {
  text-align: right; }

.checkout-review-products .rows {
  text-align: left; }

.checkout-review-products .rowlast {
  text-align: right; }

.checkout-review-products .header {
  font-weight: bold; }

.checkout-review-products .headerlast {
  font-weight: bold;
  text-align: right; }

.SubmitOrder {
  background-image: url(images/buttons/btnSubmitOrder.jpg);
  width: 95px;
  height: 24px;
  display: block; }

.ReviewOrderPromotions {
  margin-top: 10px; }

.ShippingBillingWrap {
  overflow: auto;
  margin-bottom: 15px; }

.ShippingWrap {
  float: left;
  display: block;
  width: 500px;
  margin-bottom: 15px; }

.BillingWrap {
  display: block;
  overflow: auto;
  width: 200px;
  height: 75px; }

.PaymentSummaryWrap {
  overflow: auto;
  margin-bottom: 15px; }

.PaymentSummaryItemWrap {
  display: block; }

.PaymentSummaryLabel {
  font-weight: bold;
  display: block;
  width: 130px;
  float: left; }

.PaymentSummaryInfo {
  display: block;
  width: 200px;
  float: left; }

/* the overlayed element */
.simple_overlay {
  /* must be initially hidden */
  display: none;
  /* place overlay on top of other elements */
  z-index: 10000;
  /* styling */
  background-color: #FFF;
  width: 675px;
  min-height: 200px;
  border: 1px solid #666;
  /* CSS3 styling for latest browsers */
  -moz-box-shadow: 0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000; }

.simple_overlay_nowidth {
  width: auto; }

/* close button positioned on upper right corner */
.simple_overlay .close {
  background-image: url(images/icons/close.png);
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  height: 35px;
  width: 35px; }

/* =Product detail
-------------------------------------------------- */
.product-prices {
  overflow: auto; }

.price-label {
  min-width: 125px;
  float: left;
  clear: both; }

.price-amt {
  min-width: 95px;
  float: left;
  text-align: right; }

.form .add-to-cart-qty {
  width: 50px; }

.form .CCV {
  width: 50px; }

.form .CCExpMonth {
  width: 60px; }

.form .CCExpYear {
  width: 80px; }

.product-detail-actions {
  clear: both;
  margin-top: 15px !important; }

.product-detail-actions a.AddToCartButton {
  margin-top: 5px; }

/*============================== End Ecommerce ========================*/
/* =Cart Modals
-------------------------------------------------- */
.cart-modal-title {
  color: #0f2f41;
  font-size: 2em; }

.informa-banner .pillar-nav__header {
  padding: 6px 30px 6px 15px; }

.informa-banner a {
  padding: 4px 8px 4px 8px; }

.informa-banner ul {
  margin: 0;
  border-bottom: 1px solid #c0c0c0; }

.informa-banner .pillar-nav__inner {
  background-color: #ffffff;
  padding: 4px 0px 1px 0px;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: none; }

@media (min-width: 992px) {
  .informa-banner .pillar-nav__inner {
    display: block; } }

.informa-banner .pillar-nav__item {
  border-radius: 0;
  background-color: #ffffff; }

.informa-banner .pillar-nav__item a {
  text-decoration: none;
  white-space: nowrap;
  color: #525a5c;
  border-bottom: 2.8px solid #ffffff; }

.informa-banner .pillar-nav__item a:hover {
  color: #b3b6b5;
  border-bottom: 2.8px solid #b3b6b5; }

.informa-banner .pillar-nav__item--content > a:before {
  font-family: 'Pillar-Navigation';
  font-size: 110%;
  content: "\E900";
  color: #525a5c; }

.informa-banner .pillar-nav__item--directory > a:before {
  font-family: 'Pillar-Navigation';
  font-size: 115%;
  content: "\E901";
  color: #525a5c; }

.informa-banner .pillar-nav__item--education > a:before {
  font-family: 'Pillar-Navigation';
  content: "\E902";
  color: #525a5c; }

.informa-banner .pillar-nav__item--event > a:before {
  font-family: 'Pillar-Navigation';
  content: "\E903";
  color: #525a5c;
  margin-top: 3px; }

.informa-banner .pillar-nav__item--forums > a:before {
  font-family: 'Pillar-Navigation';
  content: "\E904";
  color: #525a5c; }

.informa-banner .pillar-nav__item--content:hover > a:before {
  font-family: 'Pillar-Navigation';
  content: "\E900";
  color: #b3b6b5; }

.informa-banner .pillar-nav__item--directory:hover > a:before {
  font-family: 'Pillar-Navigation';
  content: "\E901";
  color: #b3b6b5; }

.informa-banner .pillar-nav__item--education:hover > a:before {
  font-family: 'Pillar-Navigation';
  content: "\E902";
  color: #b3b6b5; }

.informa-banner .pillar-nav__item--event:hover > a:before {
  font-family: 'Pillar-Navigation';
  content: "\E903";
  color: #b3b6b5;
  margin-top: 3px; }

.informa-banner .pillar-nav__item--forums:hover > a:before {
  font-family: 'Pillar-Navigation';
  content: "\E904";
  color: #b3b6b5; }

.informa-banner .pillar-nav__item.pillar-more:hover > ul {
  display: block; }

.informa-banner .pillar-nav__item.pillar-more:hover i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.informa-banner .pillar-nav__item .pillar-list-nested {
  background-color: #ffffff;
  left: 0px;
  right: 0;
  padding: 0;
  margin-top: 1px;
  position: absolute;
  width: 230px;
  z-index: 1;
  border-bottom: 1px solid #ffffff; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item {
  left: auto;
  display: list-item;
  background-color: #f6f6f6;
  margin: 0; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item.active {
  display: block; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a, .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:visited {
  border: 0;
  font-weight: 400; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:hover, .informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item a:visited:hover {
  color: #525a5c;
  font-weight: 800; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--content:hover > a:before {
  content: "\E900";
  color: #525a5c; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--directory:hover > a:before {
  content: "\E901";
  color: #525a5c; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--education:hover > a:before {
  content: "\E902";
  color: #525a5c; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--event:hover > a:before {
  content: "\E903";
  color: #525a5c;
  margin-top: 3px; }

.informa-banner .pillar-nav__item .pillar-list-nested .pillar-nav__item--forums:hover > a:before {
  content: "\E904";
  color: #525a5c; }

@media (min-width: 992px) {
  .informa-banner {
    display: block; } }

#iribbon-container {
  background: #525a5c;
  border-bottom: 1px solid #a5acaf;
  color: #fff;
  font-size: 13px;
  min-height: 35px;
  line-height: 18px;
  position: relative;
  font-weight: normal; }

#iribbon-container nav ul {
  list-style: outside none none;
  margin: 0;
  padding: 1em 0; }

#iribbon-container nav ul li {
  list-style: outside none none;
  margin: 0;
  padding: 1em 0; }

#iribbon-container ul, #iribbon-container ol {
  margin: 0 0 20px 20px; }

#iribbon-container a {
  color: #fff;
  padding: 1px 0 0 0;
  font-weight: normal; }

#iribbon-container p {
  font-family: Arial,Helvetica,sans-serif; }

#iribbon-title {
  background: url(/images/iribbon-logo.gif) no-repeat center top;
  border: none;
  bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 16px;
  left: 50%;
  margin: 10px auto 10px -46px;
  padding-top: 0;
  position: absolute;
  text-indent: -999em;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  width: 92px; }

@media not all, not all {
  #iribbon-title {
    background: rgba(0, 0, 0, 0) url(/images/iribbon-logo@2x.png) repeat 0 0/92px 34px; } }

#iribbon-detail {
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  padding: 0 15px 2em 15px;
  -webkit-transition: max-height 0.8s ease;
  -o-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease; }

#iribbon-detail.ribbon-hide {
  display: none;
  max-height: 0px; }

#iribbon-detail.ribbon-show {
  display: block;
  max-height: 400px; }

@media (min-width: 992px) {
  #iribbon-detail {
    padding-bottom: 2em; }
  #iribbon-detail.ribbon-hide {
    display: none;
    max-height: 0px; }
  #iribbon-detail.ribbon-show {
    display: block;
    max-height: 400px; } }

#iribbon-detail p {
  margin: 0;
  padding: 0; }

#iribbon-detail ul {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  border-bottom: none; }

#iribbon-detail ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  line-height: 1em;
  padding: 0 8px 0 0; }

#iribbon-detail ul li:last-child {
  border: 0 none; }

#iribbon-detail ul li a {
  text-decoration: underline;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 1px solid #a5acaf; }

#iribbon-detail ul li.iribbon-mainlink {
  border: 0 none;
  padding-left: 0; }

#iribbon-detail ul li.iribbon-mainlink a {
  padding-left: 0px;
  border: none;
  text-transform: none; }

#iribbon-left {
  float: left;
  padding: 25px 15px 5px 15px;
  width: 100%; }

#iribbon-left p {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  #iribbon-left {
    float: left;
    margin: 40px 0;
    max-width: 590px;
    padding: 0 15px 0 15px;
    width: 50%; } }

#iribbon-right {
  float: left;
  padding: 25px 5px 15px 15px;
  width: 100%; }

@media (min-width: 992px) {
  #iribbon-right {
    float: left;
    margin: 40px 0;
    max-width: 590px;
    padding: 0 15px 0 15px;
    width: 50%;
    border-left: 1px solid #a5acaf;
    float: right;
    padding-left: 2%; } }

#iribbon-title.active {
  background-position: center bottom; }

.modal-body {
  padding: 0; }

.modal-content {
  background: transparent;
  color: #fff;
  border: none; }

button.nothanks {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close:hover {
  opacity: 1; }

.modal-footer .btn + .btn {
  margin-bottom: 17.5px; }

.modal-header {
  border-bottom: none;
  max-height: 1px; }

.modal-footer {
  border-top: none; }

.close {
  color: #fff;
  opacity: 1; }

#div-gpt-ad-interstitial {
  /* iphone X */
  /* iphone X */ }
  #div-gpt-ad-interstitial a:link, #div-gpt-ad-interstitial a:visited, #div-gpt-ad-interstitial a:hover, #div-gpt-ad-interstitial a:active {
    text-decoration: none;
    background-color: none;
    color: #ffffff; }
  #div-gpt-ad-interstitial .wl-bg-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -9999999;
    display: none; }
  #div-gpt-ad-interstitial .wl-logo-link {
    width: 100%;
    height: 20%;
    display: none; }
  #div-gpt-ad-interstitial .wl-logo {
    display: none;
    width: 50%;
    height: 100%;
    display: none; }
  #div-gpt-ad-interstitial .wl-cont {
    position: fixed;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    color: #ffffff;
    white-space: nowrap;
    width: 50%;
    height: 100%;
    display: none; }
  #div-gpt-ad-interstitial .wl-link {
    font-size: 1.40rem;
    font-weight: bold; }
  #div-gpt-ad-interstitial .wl-wait {
    font-size: 0.75rem; }
  #div-gpt-ad-interstitial .wl-modal {
    top: 50%;
    left: 50%;
    position: fixed;
    z-index: 20000;
    display: none; }
  #div-gpt-ad-interstitial .wl-cont {
    top: 4%;
    left: 64%; }
  #div-gpt-ad-interstitial .wl-logo img {
    width: 25%;
    float: left;
    padding-left: 5%;
    padding-top: 4%; }
  @media (min-width: 1600px) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 6%;
      left: 64%; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 30%;
      float: left;
      padding-left: 5%;
      padding-top: 4%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 1.90rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 1.00rem; } }
  @media (min-width: 1200px) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 6%;
      left: 64%; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 26%;
      float: left;
      padding-left: 5%;
      padding-top: 4%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 1.40rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 0.85rem; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 3%;
      left: 57%; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 41%;
      float: left;
      padding-left: 6%;
      padding-top: 7%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 1.40rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 0.85rem; } }
  @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 3%;
      left: 62%; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 25%;
      float: left;
      padding-left: 3%;
      padding-right: 1%;
      top: 2%;
      left: 2%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 1.40rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 0.75rem; } }
  @media only screen and (min-width: 481px) and (max-width: 767px) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 4%;
      left: 60%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 0.90rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 0.25rem; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 25%;
      float: left;
      top: 2%;
      left: 2%; } }
  @media only screen and (max-device-width: 480px) and (orientation: portrait) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 4%;
      left: 53%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 1.9rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 1.3rem; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 60%;
      float: left;
      padding-left: 5%;
      padding-top: 5%;
      top: 2%;
      left: 2%; } }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 3%;
      left: 50%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 0.90rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 0.25rem; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 57%;
      float: left;
      padding-left: 6%;
      padding-top: 10%;
      top: 2%;
      left: 2%; } }
  @media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 8%;
      left: 66%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 0.90rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 0.25rem; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 26%;
      float: left;
      padding-left: 5%;
      padding-top: 5%;
      top: 2%;
      left: 2%; } }
  @media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 3%;
      left: 50%; }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 0.90rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 0.25rem; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 57%;
      float: left;
      padding-left: 5%;
      padding-top: 10%;
      top: 2%;
      left: 2%; } }
  @media only screen and (min-device-width: 481px) and (max-device-width: 767px) and (orientation: landscape) {
    #div-gpt-ad-interstitial .wl-cont {
      top: 4%;
      /*2%;*/
      left: 62%;
      /*62%;*/ }
    #div-gpt-ad-interstitial .wl-link {
      font-size: 0.90rem;
      font-weight: bold; }
    #div-gpt-ad-interstitial .wl-wait {
      font-size: 0.25rem; }
    #div-gpt-ad-interstitial .wl-logo img {
      width: 30%;
      float: left;
      padding-left: 4%;
      padding-top: 4%;
      top: 2%;
      left: 2%; } }

.search-form {
  background-color: #fff;
  border-radius: 25px;
  border: none;
  height: 32px;
  margin-top: 7px;
  width: 100%; }

.SecondaryNavigationRow input.form-control {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
  margin: 0 -5px 0 5px;
  padding: 0;
  width: 98%; }

.search_autocomplete {
  color: #000;
  max-width: 100%; }

.search_autocomplete li {
  background-color: #fff;
  cursor: pointer;
  display: block;
  padding-left: 5px;
  position: relative;
  z-index: 1500; }

.search-result-data p {
  color: #0f2f41; }

/*# sourceMappingURL=styles.css.map */