<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*Display Settings*/
/*Sizes*/
/*Color*/
/* Store */
#cart-btn-holder1,
#cart-btn-holder3 {
  text-align: left;
}

#cart-btn-holder2 {
  text-align: right;
}

.product-desc-holder {
  margin-top: 15px;
}

.product_row {
  /*display: flex;*/
  /*  border: 2px solid red;*/
}

.product_column {
  /*flex: 1;*/
  margin-top: 50px;
  /*  border: 2px solid blue;*/
  /*height: 100%;*/
}

.store-price {
  margin-top: 15px;
}

.product_description {
  text-align: center;
  margin-top: 15px;
}

.prodct_price_label {
  margin-bottom: 20px;
  font-size: 20px;
}

.add-cart {
  margin-top: 15px;
}

.store_product_thumb {
  border-radius: 0px;
  padding-top: 8px;
  height: 30vh;
  object-fit: contain;
}

.product_title {
  font-weight: 600;
  font-size: 19px;
}

.store_action_buttons {
  background-color: #97d2fb;
}

.store_product_image {
  text-align: center;
}

span.add-cart input[value="Add to Cart"],
.store #midcol input[type=submit],
.store #midcol input[type=button],
.store #midcol .btn {
  color: #ffffff !important;
  background-color: #97d2fb;
  padding: 4px 12px;
}

.store #product-subcategories .list-group {
  margin-left: 0;
}

.store #product-subcategories .list-group li {
  display: inline-block;
  width: 100%;
}

.cart_image-holder {
  width: 20%;
}

.cart_image-holder img {
  width: 100px !important;
}

.cart-info {
  width: 75%;
}

.total {
  font-size: 13px !important;
}

.forumtable,
.forumtable tbody .forumtable input,
.forumtable select {
  width: 100%;
  display: block;
  float: left;
}

.shoppingcart_summary_quantity,
.shoppingcart_summary_currency,
.shoppingcart_summary_image,
.shoppingcart_summary_symbol {
  width: 100px;
}

.shoppingcart_summary_name {
  width: 300px;
}

#shippingrate {
  width: 100%;
}

.store_label {
  display: none;
  margin: 0;
  color: #da7033;
  font-size: 14px !important;
}

.store_label span {
  font-size: 12px !important;
}

.store #midcol h1,
.store #midcol h2 {
  color: #707070;
}

.store #midcol p,
.store #midcol td {
  color: #707070;
}

.store #midcol label {
  color: #707070;
}

.store #midcol a {
  color: #97d2fb;
}

.store .product_price_label {
  color: #707070;
  font-weight: 600;
  font-size: 20px;
}

.list_spacing li {
  margin-bottom: 10px;
  font-size: 18px;
}

.store_image_link_old {
  float: left;
  display: block;
  width: 40%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.store_image_link_old .store_product_thumb {
  padding: 5px;
}

.product_description_old {
  text-align: left;
  padding-left: 15px;
  float: left;
  width: 60%;
}

.store_teaser {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  /* Store */
  #product-childcategories div {
    float: none !important;
  }

  .shoppingcart_summary_header {
    display: none !important;
  }

  #shoppingcart_summary tr {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbebe;
  }

  .shoppingcart_summary_image {
    width: 20% !important;
    float: left;
    display: block;
    margin-bottom: 30%;
  }

  .shoppingcart_summary_image img {
    width: 100px !important;
  }

  .shoppingcart_summary_quantity,
.shoppingcart_summary_currency,
.shoppingcart_summary_symbol {
    width: 25% !important;
    float: left;
    display: block;
    text-align: right;
  }

  .shoppingcart_summary_name {
    width: 75% !important;
    float: left;
    display: block;
  }

  .shoppingcart_summary_to_hide {
    display: none;
  }

  .store_label {
    display: block !important;
  }
}
@media screen and (max-width: 500px) {
  /* Store */
  #cart-btn-holder1 {
    width: 100%;
  }

  #cart-btn-holder2 {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }

  #cart-btn-holder3 {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #shoppingcart tr {
    width: 100%;
    float: left;
    display: block;
  }

  .billing_row {
    width: 100%;
    float: left;
    display: block;
  }

  #shoppingcart tr td {
    width: 50%;
    float: left;
    display: block;
  }

  .cart_image-holder {
    width: 100% !important;
  }

  .billing_first_cell,
.billing_second_cell {
    width: 100%;
    float: left;
    display: block;
    text-align: left;
  }

  .billing_second_cell {
    margin-bottom: 20px;
  }

  .payment_details tr {
    width: 100%;
    float: left;
    display: block;
  }

  .payment_details tr td {
    width: 50%;
    float: left;
    display: block;
    background-color: transparent !important;
  }

  .payment_details tr td input,
.payment_details tr td select {
    width: 100%;
    float: left;
    display: block;
  }

  .cart-desc {
    text-align: center;
  }

  .store_image_link_old {
    width: 100%;
  }

  .product_description_old {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
}
/*PRICING TABLES*/
.payment_plan_row {
  float: left;
  width: 100%;
}

.selected_plan {
  border: 3px solid #DE4616;
}

/* Create three columns of equal width */
.payment_plan_columns_layout {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.payment_plan_paleonick_columns {
  float: left;
  width: 30%;
  padding: 8px;
  margin: 0 10%;
}

.payment_plan_paleonick_columns .price {
  border: 1px solid #dbd9d9;
  border-radius: 2px;
}

.payment_plan_paleonick_columns .price:hover {
  box-shadow: 4px 4px 5px 0px black;
}

.payment_plan_paleonick_columns .price .pricing_header {
  color: #DE4616;
  font-size: 40px;
  font-weight: 400;
  padding: 15px 0 0 0;
}

.payment_plan_paleonick_columns .price li {
  background-color: transparent;
  border: 0;
  padding: 10px;
  line-height: initial;
  text-shadow: none;
}

.price_label {
  font-size: 40px !important;
  font-weight: 600;
  padding: 0 !important;
}

.frequency_label {
  font-size: 25px !important;
}

.description_label * {
  color: #6c6c6c;
  font-weight: 400;
}

.plaeonick_select_plan {
  padding: 20px !important;
}

.plaeonick_select_plan button {
  padding: 7px 17%;
}

/* Style the list */
.price {
  list-style: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: left;
  width: 100%;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

/* Pricing header */
.price .pricing_header {
  background-color: #DE4616;
  color: #ffffff;
  font-size: 20px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 15px;
  text-align: center;
  float: left;
  width: 100%;
  font-size: 18px;
}

/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 30px;
  font-weight: 700;
  text-shadow: -1px 2px #b2afaf;
}

/* The "Sign Up" button */
.button:hover,
.button:active,
.button:visited,
.button:focus {
  color: #fff;
  text-decoration: none;
}

.button {
  background-color: #97d2fb;
  border: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/*BOX PRICING TABLE*/
.payment_plan_box_layout {
  width: 30%;
  float: left;
  position: relative;
  height: auto;
  border-radius: 5px;
  padding: 15px;
  margin: 1.5%;
  text-align: center;
  background-color: #f7f8f8;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.payment_plan_box_layout:hover {
  /*    transform: scale(1.2);*/
  /*    z-index: 100;*/
}

.box_layout_header {
  font-size: 19px;
  font-weight: 300;
  margin: 10px 0;
  color: black;
  text-transform: uppercase;
}

.box_layout_price {
  font-weight: 700;
  margin-bottom: 15px;
  color: black;
  text-shadow: 1px 1px 2px grey;
  font-size: 35px;
}

.box_layout_button {
  padding: 3px 13px;
  border-radius: 5px;
  text-decoration: none !important;
  display: inline-block;
}

/*4 Column*/
.payment_plan_four_columns {
  padding: 10px;
  width: 33.33%;
  position: relative;
  float: left;
}

.four_columns_plan:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.payment_plan_four_columns hr {
  border-top: 2px solid #e4e5e6;
}

.four_columns_plan {
  border-radius: 7px;
  border: 3px solid #e4e5e6 !important;
  padding-bottom: 80px;
  position: relative;
  color: #e4e5e6;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  list-style: none;
  float: left;
  width: 100%;
}

.four_columns_header {
  background-color: transparent !important;
  font-size: 19px !important;
  padding: 25px 10% 0 10%;
  color: #505050;
  text-align: center;
  list-style: none;
}

.four_columns_price {
  font-weight: 400;
  display: block;
  margin: 7px 0;
}

.four_columns_plan li {
  border-bottom: 0;
  padding: 10px;
  font-weight: 300;
  float: left;
  width: 100%;
}

.four_columns_plan li:last-child {
  text-align: center;
}

/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 1024px) {
  .payment_plan_columns_layout {
    width: 100%;
  }

  .payment_plan_paleonick_columns {
    width: 100%;
  }

  .payment_plan_box_layout,
.payment_plan_four_columns {
    width: 98%;
  }
}
html, body:not(.mce-content-body), #wrapper, #page-content-wrapper {
  margin: 0;
  height: 100%;
}

body:not(.mce-content-body) {
  font-family: "Open Sans", sans-serif;
  height: 100%;
}

h1 {
  color: #56AFA9;
}

h2 {
  color: #56AFA9;
}

h3 {
  color: #2f2f2f;
  font-weight: 600;
  font-size: 21px;
  margin: 0;
}

h4 {
  color: #56AFA9;
}

h5 {
  color: #56AFA9;
}

h6 {
  color: #56AFA9;
}

.list-inline &gt; li {
  margin-bottom: 5px;
}

#portal-breadcrumbs {
  margin-bottom: 3%;
}

.warning,
label.error {
  color: red;
}

#actions-container a {
  margin-left: 15px;
}

.subhubUnauthorised {
  background-color: #FFE0E5;
  padding: 20px;
  float: left;
  width: 100%;
  margin-top: 5%;
}

#teaser img {
  padding-right: 2%;
}

.subhubUnauthorised:before {
  /*    content:'\26A0'; */
  /*    float: right;*/
  /*    font-size: 80px;*/
  /*    color: #B30802;*/
}

.subhubUnauthorised a {
  color: #B30802;
}

#top-nav {
  position: fixed;
  top: 0;
  width: 100%;
}

.banner_slider_text_container .call_for_action:hover {
  background-color: white;
}

td {
  vertical-align: top;
}

.table_with_padding td {
  padding: 10px;
}

#wrap .full_width {
  width: 92%;
  margin: auto 4%;
}

#wrap .no_side_nav {
  width: 100%;
  margin: 0;
}

.fifty_percent_body,
.three_fourth_width_left,
.three_fourth_width_right {
  padding: 8px 15px 0 15px;
}

/*.full_width #region-content,
.full_width #portal-breadcrumbs {
	padding: 0 -webkit-calc(8% - 15px);
	padding: 0 -moz-calc(8% - 15px);
	padding: 0 calc(8% - 15px);
}*/
#content__public .container-fluid .full_width #region-content,
#content__members .container-fluid .full_width #region-content {
  padding: 0;
}

/*.three_fourth_width_left,
.three_fourth_width_right{
	width: 75% !important;
}*/
/*.three_fourth_width_left #region-content,
.three_fourth_width_left #portal-breadcrumbs {
	padding: 0 14% 0 15px; 
}*/
/*.three_fourth_width_right #region-content,
.three_fourth_width_right #portal-breadcrumbs {
	padding: 0 15px 0 11%; 
}*/
/*.fifty_percent_body {
	width: 50%;
}*/
/*.fifty_percent_body #region-content,
.fifty_percent_body #portal-breadcrumbs {
	padding: 0 15px; 
}*/
.no_margin {
  margin: 0;
}

.field {
  padding: 10px 10px 10px 0;
}

#main_content {
  width: 100%;
  min-height: 100%;
}

label {
  font-weight: 300;
  color: #707070;
}

#midcol p {
  font-weight: 400;
  color: #707070;
  -webkit-margin-before: 10px;
  -webkit-margin-after: 10px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

#portal-column-one p,
#midcol p,
#portal-column-two p {
  color: #707070;
}

#portal-breadcrumbs span {
  color: #707070;
}

#banner_slider_container {
  position: relative;
}

.newsletter_description,
.portlet_label_remember {
  color: #707070;
}

video, iframe, audio, img, object {
  max-width: 100%;
}

#content__members p img {
  margin: -10px 0;
}

#content__public p img {
  margin: -10px 0;
}

.cat-teaser_desc p img {
  margin: 10px 0 !important;
}

button, a {
  color: #DE4616;
}

input[type=text], input[type=password] {
  font-weight: 400;
  border-radius: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  text-transform: uppercase;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-transform: uppercase;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  text-transform: uppercase;
}

a:focus, a:hover {
  color: #DE4616;
  text-decoration: none;
}

.btn, button, .button, input[type=submit], input[type=button] {
  background-color: #DE4616;
  color: #ffffff !important;
  border-radius: 0;
  border: 0;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:focus, .btn:active:hover, button:hover, button:active, button:focus, button:active:focus, button:active:hover, .button:hover, .button:active, .button:focus, .button:active:focus, .button:active:hover, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, input[type=submit]:active:focus, input[type=submit]:active:hover, input[type=button]:hover, input[type=button]:active, input[type=button]:focus, input[type=button]:active:focus, input[type=button]:active:hover {
  background-color: #DE4616;
  color: #ffffff;
  box-shadow: -2px 4px 5px #888888;
}

.mce-panel button {
  background-color: inherit !important;
}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:active,
.navbar-toggle:visited,
.navbar-toggle:active {
  background-color: initial !important;
  border: 0;
  border-radius: 0 !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #DE4616 !important;
  width: 30px;
  height: 4px;
  border-radius: 5px;
}

/* Responsive Table */
.responsive_table {
  width: 100%;
  text-align: center;
}

.responsive_table * {
  float: none !important;
}

.responsive_table tr td {
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .responsive_table tr td {
    display: block;
    width: 100%;
  }
}
/* Calendar */
.eventsCalendar-currentTitle .monthTitle {
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 12pt !important;
  padding: 5px;
  letter-spacing: 1px;
}

.eventsCalendar-currentTitle {
  background-color: #83bcff !important;
  outline: none !important;
  border: 0 !important;
}

.eventCalendar-wrap .arrow {
  top: 4px !important;
  margin-top: 4px;
}

.eventCalendar-wrap .arrow.prev span {
  border-right: 7px solid white !important;
}

.eventCalendar-wrap .arrow.next span {
  border-left: 7px solid white !important;
}

.eventsCalendar-daysList.showAsWeek {
  border: 0 !important;
}

.eventsCalendar-daysList.showDayNames.showAsWeek {
  background: transparent;
}

.eventsCalendar-daysList.showAsWeek li.empty {
  background-color: transparent !important;
}

.eventsCalendar-day-header {
  border-top: solid 1px #fffdff;
  border-bottom: solid 1px #afacac !important;
  background-color: #ffffff;
  text-transform: uppercase !important;
  font-size: 7pt !important;
  line-height: 10pt;
  font-weight: 400;
  color: black;
  min-height: 23px !important;
}

.showAsWeek .eventsCalendar-day a {
  border: none !important;
  font-size: 8pt !important;
  line-height: 21pt !important;
  color: black;
  font-weight: 500;
}

.eventsCalendar-subtitle {
  text-align: center;
  color: black !important;
  letter-spacing: 1px;
  margin-top: 10%;
}

.eventsCalendar-list .eventsCalendar-noEvents {
  background-color: transparent !important;
  box-shadow: none !important;
}

.eventsCalendar-list .eventsCalendar-noEvents {
  font-size: 11pt !important;
  text-shadow: none !important;
  font-weight: 300 !important;
}

.eventsCalendar-monthWrap.currentMonth {
  border: 1px solid #afacac;
  border-radius: 0px;
  padding: 0 0 7px 0;
}

.eventsCalendar-daysList.showAsWeek {
  margin: 0 !important;
}

.arrow {
  margin-top: 7px;
}

.eventsCalendar-daysList li.today a,
.eventsCalendar-daysList li.dayWithEvents {
  background-color: #97d2fb !important;
  color: white !important;
  border-radius: 0px !important;
}

.eventsCalendar-daysList li.current a {
  box-shadow: none !important;
  text-shadow: none !important;
  background: #83bcff !important;
  border: 0 !important;
  border-radius: 0px !important;
  color: white !important;
}

.eventsCalendar-daysList li.current {
  background-color: transparent !important;
}

.eventsCalendar-list li a.eventTitle {
  color: #83bcff !important;
}

.eventsCalendar-list li time small {
  background-color: #83bcff !important;
}

.static-nav-ul-myaccount .dropdown-menu {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #ffffff;
}

#portal-nav-top {
  float: left;
}

#portal-nav-top li {
  display: table-cell;
  float: none;
  margin: auto;
  vertical-align: top;
}

.static-nav-myaccount {
  padding: 0;
}

.sub-header-holder {
  padding: 0;
}

#portal-nav-top .plain a {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #707070;
  padding: 10px 15px;
  background-color: transparent;
}

#portal-nav-top .plain:last-child a {
  color: #DE4616;
  font-weight: 700;
}

.tagline-holder,
.template_header_text,
.template_tagline_text {
  width: 100%;
  float: left;
}

#portal-column-one, #portal-column-two {
  width: 21%;
  float: left;
}

.static_login_wrapper {
  padding-left: 0;
}

.nav-category {
  margin-top: 15px;
}

.nav-category a {
  font-weight: 400;
}

#portal-column-one {
  margin: auto auto auto 4%;
}

#portal-column-two {
  margin: auto 4% auto auto;
}

#wrap .three_fourth_width_right {
  margin-left: 4%;
  width: 71%;
}

#wrap .three_fourth_width_left {
  margin-right: 4%;
  width: 71%;
}

.portlet {
  margin: 20px 0;
  border-bottom: 2px solid #ececec;
  margin-bottom: 25px;
  padding: 0 15px 15px 15px;
}
.portlet h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: table;
  width: auto;
  max-width: 100%;
  word-break: break-word;
  white-space: normal;
  margin-top: -10px;
  background-color: white;
  padding: 0 5px 0 0;
}

#footer .portlet {
  border: 0;
  margin: 0;
  padding: 0;
  float: left;
}

.wrap-margin {
  margin-top: 100px;
}

ul#static-nav-login .static-nav-ul-myaccount .dropdown-menu {
  padding: 15px;
  margin-left: -120px;
}
ul#static-nav-login-small {
  display: none;
}

#portal-column-content img {
  max-width: 100%;
  height: auto;
}

.portalMessage {
  color: white;
  font-size: 20px;
  font-weight: 300;
  width: 95%;
  padding: 15px;
  margin: 2% auto;
  border-radius: 0;
  border: none;
}

.portalMessageError {
  color: white;
  font-size: 20px;
  font-weight: 300;
  padding: 15px;
  margin: 2% auto;
  border-radius: 0;
  border: none;
}
.portalMessageError:not(.alert-info) {
  background-color: #e74c3c;
  border-left: 40px solid #ed7467;
}

.alert-success, .portalMessage {
  background-color: #27ae60;
  border-left: 40px solid #50c681;
}

.alert-success .close {
  color: white;
  font-size: 30px;
  font-weight: 300;
  opacity: 1;
}

.alert-info {
  background-color: #f1c40f;
  border-left: 40px solid #f4d96b;
}

#actions-container {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  video, iframe, audio, img, object {
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  .teaser_container {
    margin: 4% 5% !important;
    width: 90% !important;
  }

  .hide_mobile {
    display: none;
  }

  #portal-nav-top .plain a {
    padding-left: 8%;
  }

  .static-nav-ul-myaccount {
    margin: 10px 0;
  }

  .top_container {
    width: 100% !important;
    text-align: left !important;
    margin-top: -30px;
    padding: 0 5%;
  }

  .top_social_media_link {
    margin-left: 3px;
  }

  #sh_logo {
    display: block !important;
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    padding: 5px !important;
  }

  .logo_on_center .button_container {
    display: inline-block !important;
  }

  #sh_logo.logo_on_center .button_container {
    display: none !important;
  }

  ul#static-nav-login-small {
    margin: 10px;
    display: inline;
  }
  ul#static-nav-login {
    display: none;
  }

  #wrap #midcol {
    width: 100% !important;
    margin: 0 !important;
  }

  #portal-column-one, #portal-column-two {
    width: 90%;
    margin: 0 5%;
  }

  #portal-column-one, #midcol, #portal-column-two {
    height: 100%;
  }

  .three_fourth_width_right {
    margin-left: 0;
  }

  .three_fourth_width_right {
    margin-right: 0;
  }

  .full_width .textblock,
.full_width .blocks,
.full_width .articles_block,
.three_fourth_width_left .textblock,
.three_fourth_width_left .blocks,
.three_fourth_width_left .articles_block,
.three_fourth_width_right .textblock,
.three_fourth_width_right .blocks,
.three_fourth_width_right .articles_block,
.fifty_percent_body .textblock,
.fifty_percent_body .blocks,
.fifty_percent_body .articles_block {
    padding-left: 25px;
    padding-right: 25px;
  }

  .full_width #region-content,
.full_width #portal-breadcrumbs {
    padding: 0;
  }

  .three_fourth_width_left #region-content,
.three_fourth_width_left #portal-breadcrumbs,
.three_fourth_width_right #region-content,
.three_fourth_width_right #portal-breadcrumbs,
.fifty_percent_body #region-content,
.fifty_percent_body #portal-breadcrumbs {
    padding: 0 15px;
  }

  #content__public .container-fluid .three_fourth_width_left #region-content,
#content__members .container-fluid .three_fourth_width_left #region-content,
#content__public .container-fluid .three_fourth_width_right #region-content,
#content__members .container-fluid .three_fourth_width_right #region-content,
#content__public .container-fluid .fifty_percent_body #region-content,
#content__members .container-fluid .fifty_percent_body #region-content {
    padding: 0;
  }

  .static_login_wrapper {
    padding-left: 15px;
  }
}
@media (max-width: 1279px) {
  .move_left_on_mobile {
    float: none !important;
    margin-top: 10px;
  }
}
#main_header {
  background-color: #ffffff;
  z-index: 8;
  width: 100%;
  min-height: 5vh;
}

#content__public #main_header,
#content__members #main_header {
  position: relative;
}

#main_header .container-fluid, #main_header .container {
  padding: 5px 0;
  position: relative;
  vertical-align: middle;
  display: table;
  width: 100%;
}

#midcol {
  width: 50%;
  float: left;
}

/*Top Search*/
.header_col {
  width: 100%;
  position: relative;
  float: left;
  overflow-wrap: break-word;
}

#top_search {
  display: none;
}

#sh_logo {
  width: 20%;
  padding-left: 4%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

#static_nav {
  width: 80%;
  margin: 0;
  background-color: transparent;
  border: 0;
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 0 4% 0 0;
}

.top_container {
  float: right;
  position: relative;
}

.contact_container {
  display: none;
}

.top_contact {
  margin: 0;
  padding: 0;
  line-height: 33px;
}

.top_contact li,
.top_contact li a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
}

.top_contact li {
  display: inline-block;
  margin-right: 11px;
}

.top_contact li img {
  vertical-align: baseline;
  width: 15px;
  margin-right: 5px;
}

.search_container {
  display: none;
}

.button_container {
  text-align: right;
  display: inline-block;
  width: 19%;
}

.top_social_media_link {
  margin-left: 5px;
  display: inline-block;
}

.top_social_media_image {
  width: 28px;
}

.subscribe_button {
  border-radius: 16px !important;
  background: #8fc446;
  padding: 5px 25px;
}

/*FOOTER CSS*/
@media only screen and (max-width: 767px) {
  #wrap {
    margin: 0;
  }

  #footer {
    height: auto !important;
    position: relative !important;
  }
  #footer .footer_copyright_ul &gt; .copyright_link_li {
    display: none;
  }

  #main_content {
    margin-top: 0;
    margin-bottom: 0;
  }

  #main_header {
    position: relative;
  }

  #static_nav {
    width: 100% !important;
    padding: 0 !important;
    display: block;
    float: left;
  }

  #portal-nav-top .plain {
    display: list-item !important;
    text-align: left !important;
  }

  .sub-header-holder {
    border: none;
  }

  #portal-nav-top {
    width: 100%;
    margin: 0 !important;
  }

  .contact_container {
    display: none;
  }

  #bottom_menu {
    width: 100% !important;
    text-align: center;
  }

  .footer_menu_bottom_ul li,
.footer_contact_ul li {
    text-align: center;
    padding: 0;
  }

  .footer_menu_bottom_ul, .footer_useful_links_ul, .footer_contact_ul {
    margin-bottom: 0px !important;
  }
}
.social_icon {
  width: 40px;
}

.footer_link_title {
  margin-top: 0;
  font-size: 20px;
  font-weight: 400 !important;
  text-transform: uppercase;
  display: none;
}

#bottomnav {
  /*  padding-top: unquote((($footer_height * (.1 + (($footer_height / 70) / 100)))  - 1) + 'vh');*/
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  width: 90% !important;
}

#bottom_logo {
  display: none;
}

#bottom_social_media {
  width: 100%;
  text-align: center;
  padding: 20px 15px;
}

#footer {
  background: #939594;
  width: 100%;
  max-height: 100%;
  min-height: 18vh;
  display: block;
}
#footer .container {
  width: 100%;
}

#bottom_copyright {
  text-align: center;
  width: 100%;
  background-color: #939594;
  bottom: 0;
}

.footer_menu_bottom_ul, .footer_useful_links_ul, .footer_contact_ul {
  display: block;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.footer_copyright_ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

#footer * {
  text-decoration: none;
  word-break: break-all;
}

.footer_contact_ul li, .footer_copyright_ul li, .footer_useful_links_ul li {
  padding-right: 15px;
  display: inline-block;
}

.footer_menu_bottom_ul li {
  padding-right: 15px;
  display: inline-block;
}

.footer_menu_bottom_ul {
  text-align: center;
  text-transform: uppercase;
}

.footer_contact_ul li,
.footer_contact_ul li a {
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
}

.footer_contact_ul li {
  display: inline-block;
}

.footer_contact_ul li img {
  vertical-align: baseline;
  width: 15px;
  margin-right: 5px;
}

/*Footer Layout Settings*/
.row_column {
  width: 15%;
  position: relative;
  float: left;
  padding: 5px 15px;
  overflow-wrap: break-word;
}

#bottom_copyright .footer_link_title {
  display: none;
}

#bottom_menu {
  width: 100%;
}

#bottom_menu a,
#bottom_menu .footer_link_title {
  color: #ffffff;
  font-size: 16px;
}

#bottom_menu a {
  font-weight: 600;
}

#bottom_contact {
  display: none;
}

#bottom_useful_links a,
#bottom_useful_links .footer_link_title {
  color: #ffffff;
}

#bottom_copyright a,
#bottom_copyright li,
#bottom_copyright .footer_link_title {
  color: #ffffff;
  font-size: 16px;
}

#bottom_useful_links {
  /*  margin-right: 25%;*/
  display: none;
}

/*CUSTOM CSS*/
#wrap {
  overflow: hidden;
}

.textblock {
  /*	padding: 2% 6%;*/
  background-color: #56AFA9;
  float: left;
  width: 100%;
  position: relative;
}

.full_width .textblock {
  width: 110%;
  margin-left: -5%;
}

.textblock_title {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #ffffff;
}

.textblock_body {
  color: #ffffff;
  padding: 2% 0;
  float: left;
  width: 100%;
  position: relative;
}

.textblock_body p, .textblock_body span {
  color: #ffffff;
}

.blocks {
  float: left;
  width: 100%;
  position: relative;
  padding: 1% 0;
  width: 100%;
  background-color: #ffffff;
}

.blocks_section {
  text-align: center;
  padding: 1% 0;
  float: left;
  width: 100%;
  position: relative;
}

.blocks_main_title {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin: 2% 0 4% 0;
  color: #56AFA9;
  text-transform: uppercase;
}

.blocks_title {
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2% 0;
  float: left;
  position: relative;
  width: 100%;
  color: #56AFA9;
}

.blocks_body p, .blocks_body span {
  color: #707070;
}

.blocks_body {
  color: #707070;
  float: left;
  width: 100%;
  position: relative;
}

.testimonials {
  background-color: #ffffff;
  background-image: url("templates/SubHub/testimonial.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 1% 17%;
  height: 222px;
  overflow: hidden;
}

.testimonials_body * {
  color: #ffffff !important;
}

#myCarousel,
#myCarousel .carousel-inner {
  background-color: transparent;
  overflow: hidden;
  height: 100%;
}

.testimonials_author {
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  color: #707070;
  display: none;
}

.testimonials_title {
  color: #707070;
}

.testimonials_body * {
  color: #ffffff !important;
}

.featurepanel_h2 {
  text-align: center;
  color: #56AFA9;
  text-transform: uppercase;
  font-weight: 700;
}

.teaser_container p, .teaser_container span {
  font-size: 17px;
  margin: 0;
  -webkit-margin-before: 0 !important;
  -webkit-margin-after: 0 !important;
  -webkit-margin-start: 0 !important;
  -webkit-margin-end: 0 !important;
}

.cat-teaser_desc {
  position: relative;
  text-align: center;
  height: 100%;
  overflow: hidden;
  max-height: 342px;
}

.cat-teaser {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.cat-teaser_desc p,
.cat-teaser_desc span {
  text-align: left !important;
  line-height: 21px;
  font-size: 16px !important;
  margin: 0 !important;
}

.cat-teaser_desc img {
  display: none;
}

.cat-teaser_desc * {
  color: #707070;
}

.articles_block {
  padding: 2% 6%;
  background-color: #ffffff;
  float: left;
  width: 100%;
}

.teaser_container {
  float: left;
  width: 33.333%;
  padding: 2%;
  height: 430px;
}

.article_read_more_container {
  width: 100%;
  text-align: left;
}

.article_read_more {
  font-size: 15px;
}

.recent-articles-title {
  color: black;
  font-size: 20px;
}

.cat-teaser_desc {
  color: #707070;
  display: block;
}

.cat-teaser img, .temporary_teaser_image,
.temporary_teaser {
  object-fit: cover;
  height: 200px;
  width: 100%;
  margin: 0 0 15px 0 !important;
  background-color: #e8e8e8;
  float: none !important;
}

.featurepanel .category-0 cat-teaser {
  margin: 10px 0;
}
.featurepanel section {
  overflow: hidden;
  float: left;
  padding: 0 2%;
}

.recent-articles-title:hover {
  text-decoration: none;
}

.recent-articles-title-h2 {
  color: #373a3c;
  font-size: 25px;
  color: #56AFA9;
}

.cat-view-article-date {
  font-style: italic;
  font-weight: 400;
  padding: 0 2% 5px 2%;
  display: block;
  float: left;
  width: 100%;
  color: #56AFA9;
}

.searchresults_dt {
  padding: 0;
  text-align: left;
  height: 50px;
  margin-bottom: 10px;
}

.listingBar_link {
  font-size: 20px;
  text-decoration: none;
  margin: auto;
  color: #56AFA9;
}

.listingBar {
  text-align: center;
  float: left;
  width: 100%;
  margin: 5% 0;
}

.recent-articles-title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #56AFA9;
}

.recent-articles-title:hover {
  color: #000000;
  text-decoration: none;
}

.articles #main-title {
  margin-top: 5px;
  color: #56AFA9;
}

.categories #main-title {
  margin-top: 5px;
  color: #56AFA9;
}

@media screen and (max-width: 991px) {
  .teaser_container {
    margin: 4% 2.5%;
    width: 45%;
  }

  .testimonials {
    background-size: auto 100%;
    height: auto;
    padding: 1% 5%;
  }
}
/*Subscribe*/
.form_container_step2 {
  display: table;
  width: 100%;
}

.promocode_holder,
.paymentplan_container {
  display: table;
}

/*Payment Plan List Layout*/
.payment_plan_list_layout {
  min-height: 0.01%;
  overflow-x: auto;
}

.payment_plan_list_layout table {
  margin-bottom: 0;
}

.table_cell {
  display: table;
  width: 100%;
}

.table_plan_description {
  width: 60%;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  vertical-align: middle !important;
}

.table_plan_price {
  width: 20%;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle !important;
}

.table_plan_call_for_action {
  width: 20%;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: middle !important;
}

@media (max-width: 767px) {
  .table_plan_description {
    width: 30%;
  }

  .table_plan_price {
    width: 30%;
  }

  .table_plan_call_for_action {
    width: 30%;
  }

  .payment_plan_list_layout {
    padding: 0 10px;
  }
}
/*Left Navigation*/
.sidenav-arrow {
  position: absolute;
  top: 50px;
  cursor: pointer;
  width: 40px;
  height: 35px;
  background-color: #fff;
  z-index: 9999;
  border-radius: 0 5px 5px 0px;
  padding: 6px 0 6px 8px;
  box-shadow: 1px 1px 5px #888888;
}

.sidenav-arrow img {
  width: 23px;
}

body {
  overflow-x: hidden;
}

/* Toggle Styles */
#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav &gt; .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav &gt; .sidebar-brand a {
  color: #999999;
}

.sidebar-nav &gt; .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

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

  #wrapper.toggled {
    padding-left: 250px;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }

  #page-content-wrapper {
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
/*SubHub Site*/
.call_for_action {
  font-size: 21px;
  font-weight: 400;
  border-radius: 15px;
  border: 3px solid #DE4616;
  padding: 9px 6%;
  text-transform: uppercase;
  background-color: #DE4616;
  color: white;
  display: inline-block;
  width: auto;
  text-align: center;
}

.call_for_action:hover, .call_for_action:active, .call_for_action:focus, .call_for_action:hover, .call_for_action:active:focus, .call_for_action:active:hover {
  color: #DE4616;
  background-color: transparent;
}

.table_three_cols img,
.features_table img,
.features_table_three_cols img,
.features_table_lists img {
  height: auto;
}

.showcase_header {
  /*	font-size: 25px;*/
}

.showcase_tagline {
  /*	font-size: 20px;*/
}

.table_three_cols td {
  padding-left: 2%;
  padding-right: 2%;
  width: 33.333%;
}

.table_subhub td {
  padding-left: 5%;
  padding-right: 5%;
}

.table_blocks td {
  padding: 1.5%;
}

.table_blocks_with_shadow img,
.table_blocks img {
  height: auto;
}

/*Features page*/
.floating_back_to_top {
  float: right;
}

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

.content_banner img {
  width: 100%;
}

.features_table,
.features_table tbody,
.features_table tr,
.features_table_three_cols tbody,
.features_table_three_cols tr,
.features_table_lists tbody,
.features_table_lists tr,
.examples_page_table,
.examples_page_table tbody,
.examples_page_table tr {
  display: block;
  width: 100%;
  float: left;
}

.features_table_three_cols {
  width: 75%;
}

.features_tables_contaier {
  width: 100%;
  float: left;
  padding: 0 10%;
}

.features_table *,
.features_table_three_cols *,
.features_table_lists * {
  vertical-align: top;
}

.features_table td {
  text-align: center;
  display: block;
  width: 25%;
  padding: 2% 5% 0 5%;
  float: left;
}

.features_table_three_cols td,
.examples_page_table td {
  text-align: center;
  display: block;
  width: 33.333%;
  padding: 2% 6.53% 0 6.53%;
  float: left;
}

.examples_page_table td {
  text-align: center;
  display: block;
  width: 33.333%;
  padding: 2%;
  float: left;
  position: relative;
}

.examples_page_table img {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
  max-width: 313px;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.examples_page_table a:hover img {
  opacity: 0.54;
  transition: opacity 0.3s ease-in-out;
}

.examples_page_table a {
  font-family: "FontAwesome";
}

.examples_page_table a:hover:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #0E71AC;
  font-size: 36px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.list_title {
  font-weight: bold;
  margin-bottom: 0;
  /*    font-size: 20px;*/
}

.features_list {
  padding-left: 22px;
}

.features_list li {
  margin-bottom: 20px;
}

.features_table_lists {
  margin-top: 10%;
  display: block;
  float: left;
  width: 100%;
}

.features_table_lists h1 {
  margin-top: 0;
  margin-bottom: 25px;
}

.features_table_lists td {
  display: block;
  float: left;
}

.features_table_lists td:nth-child(1) {
  width: 25%;
  text-align: center;
  padding: 0 5%;
}

.features_table_lists td:nth-child(2) {
  width: 75%;
}

/* Pricing Page */
.content_banner img {
  width: 100%;
}

.pricing_header {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
}

.banner_text_container {
  color: white;
  position: absolute;
  width: 100%;
  left: 0;
  top: 18%;
  padding: 0 21%;
  text-align: center;
}

.tagline {
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
}

.sub_tagline {
  color: white;
  font-size: 35px;
  font-weight: 400;
}

.subhub_pricing_table {
  width: 35%;
  position: relative;
  float: left;
  text-align: center;
  margin-bottom: 5% !important;
}

.monthly_table {
  margin: 0 7% 0 8%;
}

.annual_table {
  margin: 0 8% 0 7%;
}

.monthly_table .first_row {
  background-color: #0c6ca9;
}

.annual_table .first_row {
  background-color: #97d2fb;
}

.first_row, .second_row {
  padding: 6% 15% 10% 15%;
}

.first_row p {
  color: white;
}

.description, .promo {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.subhub_pricing_price {
  font-size: 90px;
  font-weight: bolder;
  margin-bottom: 0;
}

.subhub_pricing_price .currency {
  font-size: 50px;
  vertical-align: super;
  font-weight: bolder;
}

.recurring {
  font-size: 25px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 30px;
}

.promo {
  font-size: 25px;
  font-weight: 400;
}

.promo .strong {
  text-transform: uppercase;
  font-weight: 800;
}

.second_row {
  border: 1.5px solid #ccc;
  border-top: 0;
  padding: 5%;
}

.call_for_action_pricing {
  width: 50%;
  letter-spacing: 1px;
}

.pricing_list {
  margin-left: 15%;
}

.pricing_list_container {
  display: block;
  float: left;
  width: 100%;
  margin: 7% 0;
}

.pricing_list_container tbody,
.pricing_list_container tr {
  display: block;
}

.pricing_list_container td {
  display: block;
  width: 50%;
  float: left;
}

.pricing_list li {
  font-size: 25px;
  background: url(templates/SubHub/Pricing_check_list.png) no-repeat left center;
  list-style: none;
  padding: 11px 10px 11px 63px;
}

.list_bold li {
  font-weight: 500;
}

.testimonial_banner {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 4%;
}

.testimonial_banner img {
  width: 100%;
}

.testimonial_text_container {
  position: absolute;
  top: 35%;
  text-align: center;
  width: 100%;
  padding: 0 10%;
}

.testimonial_text_container p {
  color: white;
  font-size: 18px;
}

.pricing_list_showcase {
  display: block;
  float: left;
  width: 90%;
  margin: 3% 5%;
  text-align: center;
}

.pricing_list_showcase tbody,
.pricing_list_showcase tr {
  display: block;
}

.pricing_list_showcase td {
  display: block;
  width: 50%;
  float: left;
  padding: 0 4%;
}

.showcase_image {
  margin-bottom: 10%;
}

.showcase_image img {
  width: 80px;
}

.showcase_title {
  color: #80ac47;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

/*Examples Page*/
.examples_page img {
  display: none;
}

.examples_page .banner_text_container {
  padding: 3% 7% 4% 7%;
  text-align: left;
  height: 100%;
  background-color: #f8f6f7;
  position: relative;
}

.examples_page .tagline {
  color: #323638;
  margin-bottom: 40px;
  font-size: 60px;
}

.examples_page .sub_tagline {
  color: #323638;
  font-size: 18px;
}

.examples_page_to_hide {
  display: none;
}

.site_viewer_container {
  position: fixed;
  z-index: 9999;
  background-color: #f8f6f7;
  width: 70%;
  top: 5%;
  left: 15%;
  padding: 2%;
  border-radius: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease-in-out;
  font-family: "Open Sans", sans-serif;
}

.site_viewer_header_section {
  width: 100%;
  text-align: right;
  float: left;
  margin-bottom: 20px;
}

.site_viewer_site_name {
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  width: 80%;
  text-align: left;
  white-space: normal;
  word-break: break-word;
}

.site_viewer_launch_site {
  float: left;
  width: 20%;
  border-radius: 16px !important;
  background: #8fc446;
  padding: 5px 25px;
  color: white !important;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}

.site_viewer_launch_site:hover {
  background: #9ed258;
  color: white;
}

.site_viewer_launch_site:after {
  content: "";
  font-family: "FontAwesome";
  margin-left: 5px;
}

.site_viewer_content_section {
  float: left;
  width: 100%;
  text-align: center;
}

.site_viewer_example_image {
  max-width: 70%;
  height: auto;
  width: auto;
}

.site_viewer_site_description {
  font-size: 14px;
  margin-top: 20px;
  text-align: left;
}

#popup_close {
  position: absolute;
  z-index: 9002;
  top: -12px;
  right: -12px;
  display: block;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50% !important;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

#popup_close:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
}

#popup_close::before,
#popup_close::after {
  position: absolute;
  z-index: 9003;
  top: 11px;
  left: 4px;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #666;
}

#popup_close:hover::before,
#popup_close:hover::after {
  background: #333;
}

#popup_close::before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#popup_close::after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 10px;
}

.not_clickable {
  pointer-events: none;
  background-color: #a5a3a3;
  opacity: 0.5;
}

@media (max-width: 1210px) {
  .content_banner {
    overflow-y: hidden;
  }

  .tagline {
    font-size: 28px;
  }

  .sub_tagline {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .site_viewer_container {
    top: 3%;
    width: 70%;
    left: 15%;
  }

  .site_viewer_example_image {
    max-width: 50%;
    height: auto;
    width: auto;
  }

  .site_viewer_launch_site {
    width: 30%;
  }

  .site_viewer_site_name {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .banner_text_container {
    top: 5%;
  }

  .subhub_pricing_table {
    width: 80%;
    margin: 2% 10%;
  }

  .pricing_list_container {
    width: 80%;
    margin: 10%;
  }

  .pricing_list_showcase {
    width: 80%;
    margin: 10%;
  }
}
@media (max-width: 991px) {
  #portal-nav-top, .button_container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #static_nav {
    padding-top: 0%;
  }

  .examples_page_table tr {
    width: 50%;
  }

  .examples_page_table td {
    width: 100%;
    height: 252px;
    padding: 5%;
  }

  .site_viewer_container {
    padding: 3%;
  }

  .site_viewer_site_name {
    width: 70%;
  }

  .site_viewer_launch_site {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .table_three_cols td,
.table_blocks td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }

  .call_for_action {
    width: 100%;
  }

  .features_table td,
.features_table_three_cols td,
.features_table_lists td {
    width: 100% !important;
  }

  .features_table_three_cols {
    width: 100%;
  }

  .features_table_lists h1 {
    font-size: 25px;
  }

  .content_banner img {
    height: 200px;
    object-fit: cover;
  }

  .banner_text_container {
    padding: 0 5%;
    top: 5%;
  }

  .tagline {
    font-size: 25px;
  }

  .sub_tagline {
    font-size: 18px;
  }

  .pricing_list_container td {
    width: 100%;
  }

  .testimonial_banner img {
    height: 200px;
    object-fit: cover;
  }

  .testimonial_text_container {
    top: 35px;
  }

  .pricing_list_showcase td {
    width: 100%;
  }

  .call_for_action_pricing {
    width: 80%;
  }

  .pricing_list {
    margin-left: 0;
    padding: 0;
  }

  .examples_page_table tr {
    width: 100%;
  }

  .examples_page_table td {
    padding: 5% 20%;
    height: auto;
  }

  .examples_page .tagline {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .examples_page .sub_tagline {
    font-size: 14px;
  }

  .site_viewer_container {
    padding: 5%;
    height: 75%;
    top: 12%;
    width: 90%;
    left: 5%;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .site_viewer_site_name {
    width: 95%;
  }

  .site_viewer_launch_site {
    width: 100%;
    margin-top: 20px;
  }

  #popup_close {
    top: 3px;
    right: 3px;
    background-color: transparent;
    box-shadow: none;
  }
}
@media print {
  #portal-column-one,
#portal-column-two,
#portal-breadcrumbs,
#main_header,
#footer,
#actions-container,
.subhubUnauthorised,
#benefitstext,
#joinnowtext {
    display: none !important;
  }
}
/*Logo Positioning CSS - Logo on LEFT (Default)*/
/*Logo Positioning CSS - Logo on CENTER*/
div#sh_logo.logo_on_center {
  margin: auto;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

div#static_nav.logo_on_center {
  padding: 1% 0;
  width: 100%;
}

ul#portal-nav-top.logo_on_center {
  display: table;
  float: none;
  margin: auto;
  padding: 0;
}

ul#portal-nav-top.logo_on_center .plain {
  display: table-cell;
  float: none;
  text-align: center;
  vertical-align: top;
}

.logo_on_center .button_container {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 1%;
}

/*Logo Positioning CSS - Logo on RIGHT*/
div#sh_logo.logo_on_right {
  width: 20%;
  padding: 25px 4% 25px 0;
  float: right;
  text-align: right;
}

div#static_nav.logo_on_right {
  padding-right: 0;
  padding-left: 4%;
}

.navbar-collapse {
  box-shadow: none;
}

.teaser_title h2 {
  margin-top: 0;
  margin-bottom: 0;
  height: 50px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  overflow: hidden;
}

#content__public .subhubDocumentActions,
#content__members .subhubDocumentActions {
  display: none;
}

.full_width .showcase_blocks_20170329_4 {
  width: 110%;
  margin-left: -5%;
}

.showcase_blocks_20170329_4 {
  background-color: #ECEDEF;
  padding: 5% 5% 2% 5%;
  width: 100%;
}

.dropdown-menu {
  box-shadow: 0px 0px 1px #b4b4b4 !important;
}

.dropdown-menu li {
  display: block !important;
}

.dropdown-menu li a {
  color: #707070 !important;
  font-weight: 400 !important;
}

.articles .full_width,
.categories .full_width {
  margin: 5% 10% 2% 10% !important;
  width: 80% !important;
}

.articles #actions-container,
.categories #actions-container {
  margin: 0;
}

.showcase_blocks_20181016_2 h1 *,
.showcase_blocks_20181016_2 h2 *,
.showcase_blocks_20181016_2 h3 *,
.showcase_blocks_20181016_2 h4 *,
.showcase_blocks_20181016_2 h5 *,
.showcase_blocks_20181016_2 h6 *,
.showcase_blocks_20171011_3 h1 *,
.showcase_blocks_20171011_3 h2 *,
.showcase_blocks_20171011_3 h3 *,
.showcase_blocks_20171011_3 h4 *,
.showcase_blocks_20171011_3 h5 *,
.showcase_blocks_20171011_3 h6 *,
.showcase_blocks_20170329_3 h1 *,
.showcase_blocks_20170329_3 h2 *,
.showcase_blocks_20170329_3 h3 *,
.showcase_blocks_20170329_3 h4 *,
.showcase_blocks_20170329_3 h5 *,
.showcase_blocks_20170329_3 h6 *,
.showcase_blocks_20181017 h1 *,
.showcase_blocks_20181017 h2 *,
.showcase_blocks_20181017 h3 *,
.showcase_blocks_20181017 h4 *,
.showcase_blocks_20181017 h5 *,
.showcase_blocks_20181017 h6 * {
  color: inherit !important;
}

.showcase_blocks_20181017 h1,
.showcase_blocks_20181017 h2,
.showcase_blocks_20181017 h3,
.showcase_blocks_20181017 h4,
.showcase_blocks_20181017 h5,
.showcase_blocks_20181017 h6 {
  font-weight: bold;
}

.cat-teaser_desc .teaser_image img {
  display: block;
}

.articles #page-content p, .articles #page-content span, .categories #page-content p, .categories #page-content span {
  font-size: 17px;
}

/* Drip Content */
#featuredcourse .cat-teaser img,
.courses_card .cat-teaser img {
  display: block;
  object-fit: cover;
  height: 200px;
  width: 100%;
  margin: 0 0 0 0 !important;
  background-color: #e8e8e8;
  float: none !important;
}

.courses_card .cat-teaser {
  height: auto;
}

.feature-center {
  margin: 30px 0;
  padding: 0 30px;
}

.feature-center i {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.feature-center.large h4 {
  line-height: 1.3;
}

.feature-center.white h5,
.feature-center.white p,
.feature-center.white i {
  color: #fff;
}

.back-icon {
  position: absolute;
  opacity: 0.05;
  padding-left: 40px;
  font-size: 134px;
  left: 0;
}

.feature-center.white i.back-icon {
  color: #f8f8f8;
}

.feature-left {
  text-align: center;
  padding: 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.feature-left p {
  font-weight: 300 !important;
}

.feature-left i {
  display: inline-block;
  width: 44px !important;
  margin-top: 20px;
  color: #000;
}

.feature-left i::before {
  font-size: 44px;
  margin: 0 auto;
  display: table;
}

.feature-left &gt; div {
  display: block;
}

.feature-left.large &gt; div {
  padding-left: 30px;
}

.feature-left h4,
.feature-left-stack h4 {
  line-height: 1.3;
}

.feature-left h5 {
  line-height: 1.4;
}

.feature-left-stack {
  text-align: left;
  margin: 30px 0;
  padding: 0 20px;
}

.feature-left:hover i,
.feature-left:hover .news_icons {
  transform: rotate(15deg);
}

.feature-left:hover {
  border: 1px solid #e5e5e5;
  box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.1) !important;
  transform: translate(3px, -3px);
  -webkit-transform: translate(3px, -3px);
  -moz-transform: translate(3px, -3px);
}

@media (max-width: 992px) {
  .feature-left-stack {
    text-align: center;
  }
}
.feature-left-stack i {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
}

.feature-left-stack.boxed {
  padding: 0 15px;
}

.feature-left-stack.title &gt; div h5 {
  display: inline-block;
  padding-left: 15px;
}

.feature-left-stack.large.title &gt; div h4 {
  display: inline-block;
  padding-left: 20px;
}

.feature-box {
  background-color: rgba(0, 0, 0, 0.045);
  padding: 40px;
}

#about .col-sm-3 .feature-left {
  height: 262px;
  overflow: hidden;
  margin: 5% 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.card {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
}

.card &gt; .card-link {
  color: #333;
}

.card &gt; .card-link:hover {
  text-decoration: none;
}

.card &gt; .card-link .card-img img {
  border-radius: 6px 6px 0 0;
}

.card .card-img {
  position: relative;
  padding: 0;
  width: 100%;
  display: block;
}

.card .card-img .card-caption {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
}

.card .card-body {
  display: table;
  width: 100%;
  padding: 12px 15px;
}

.card .card-header {
  border-radius: 6px 6px 0 0;
  padding: 8px;
}

.card .card-footer {
  border-radius: 0 0 6px 6px;
  padding: 8px;
}

.card .card-left {
  position: relative;
  float: left;
  padding: 0 0 8px 0;
}

.card .card-right {
  position: relative;
  float: left;
  padding: 8px 0 0 0;
}

.card .card-body h1:first-child,
.card .card-body h2:first-child,
.card .card-body h3:first-child,
.card .card-body h4:first-child,
.card .card-body .h1,
.card .card-body .h2,
.card .card-body .h3,
.card .card-body .h4 {
  margin-top: 0;
}

.card .card-body .heading {
  display: block;
}

.card .card-body .heading:last-child {
  margin-bottom: 0;
}

.card .card-body .lead {
  text-align: center;
}

@media (min-width: 768px) {
  .card .card-left {
    float: left;
    padding: 0 8px 0 0;
  }

  .card .card-right {
    float: left;
    padding: 0 0 0 8px;
  }

  .card .card-4-8 .card-left {
    width: 33.33333333%;
  }

  .card .card-4-8 .card-right {
    width: 66.66666667%;
  }

  .card .card-5-7 .card-left {
    width: 41.66666667%;
  }

  .card .card-5-7 .card-right {
    width: 58.33333333%;
  }

  .card .card-6-6 .card-left {
    width: 50%;
  }

  .card .card-6-6 .card-right {
    width: 50%;
  }

  .card .card-7-5 .card-left {
    width: 58.33333333%;
  }

  .card .card-7-5 .card-right {
    width: 41.66666667%;
  }

  .card .card-8-4 .card-left {
    width: 66.66666667%;
  }

  .card .card-8-4 .card-right {
    width: 33.33333333%;
  }
}
/* -- default theme ------ */
.card-default {
  border-color: #ddd;
  background-color: #fff;
  margin-bottom: 24px;
}

.card-default &gt; .card-header,
.card-default &gt; .card-footer {
  color: #333;
  background-color: #ddd;
}

.card-default &gt; .card-header {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.card-default &gt; .card-footer {
  border-top: 1px solid #ddd;
  padding: 8px;
}

.card-default &gt; .card-img:first-child img {
  border-radius: 6px 6px 0 0;
}

.card-default &gt; .card-left {
  padding-right: 4px;
}

.card-default &gt; .card-right {
  padding-left: 4px;
}

.card-default p:last-child {
  margin-bottom: 0;
}

.card-default .card-caption {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

/* -- price theme ------ */
.card-price {
  border-color: #dedede;
  margin-bottom: 24px;
  box-shadow: 0px 0px 2px #dedede;
  border-radius: 5px;
}

.card-price &gt; .card-heading,
.card-price &gt; .card-footer {
  color: #333;
  background-color: #fdfdfd;
}

.card-price &gt; .card-heading {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

.card-price &gt; .card-footer {
  border-top: 1px solid #ddd;
  padding: 8px;
}

.card-price &gt; .card-img:first-child img {
  border-radius: 0;
  margin: 0 !important;
}

.card-price &gt; .card-left {
  padding-right: 4px;
}

.card-price &gt; .card-right {
  padding-left: 4px;
}

.card-price .card-caption {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.card-price p:last-child {
  margin-bottom: 0;
}

.card-caption a {
  color: #97d2fb !important;
  font-size: 22px;
  font-weight: 600 !important;
}

.card-caption span {
  display: block;
  height: 60px;
  overflow: hidden;
}

.card-caption hr {
  margin: 5px auto 0 0;
  background-color: #97d2fb;
  height: 5px;
  border: none;
  width: 40px;
  display: block;
}

.card-price .price {
  text-align: left;
  color: #111f3c;
  font-size: 3em;
  text-transform: uppercase;
  line-height: 0.7em;
  margin: 24px 0 16px;
  border: none;
  box-shadow: none;
}

.card-price .price small {
  font-size: 0.4em;
  color: #66a5da;
}

.card-price .details {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
  height: 90px;
  overflow: hidden;
}

.card-price .details li {
  text-align: center;
  margin-bottom: 8px;
}

.card-price .buy-now {
  text-transform: uppercase;
  background-color: #DE4616 !important;
  font-size: 20px;
  font-weight: 600;
  padding: 24px 10px;
}

.card-price table .price {
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
}

.card-price table .note {
  color: #666;
  font-size: 0.8em;
}

.featured-title-head {
  text-align: center;
}

.details * {
  font-size: 17px !important;
  line-height: 23px !important;
  margin: 0 !important;
  text-align: left !important;
  color: #454545 !important;
  font-weight: inherit;
}

.featured-price {
  font-size: 25px;
}

/*Lesson List */
/* laptops */
@media (max-width: 1023px) and (min-width: 992px) {
  .img-course {
    height: 350px !important;
  }
}
/* desktops */
@media (min-width: 1024px) {
  .img-course {
    height: 350px !important;
  }
}
.course-section-title {
  background: #DE4616;
  padding: 10px 16px;
  margin: 0 !important;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: #ffffff !important;
}

#course-content-table thead th {
  padding: 5px 16px;
}

#course-content-table td {
  vertical-align: middle;
  padding: 5px 16px;
  text-align: left;
}

#course-content-table .circle_container {
  width: 10%;
  text-align: center;
  border-right: 1px solid #dadada;
}

#course-content-table .circle_container .fa {
  color: #DE4616;
  font-size: 21px !important;
}

#course-content-table .title_container {
  width: 80%;
  text-align: left;
  font-size: 16px;
  color: #DE4616;
  font-weight: 600;
}

#course-content-table .action_container {
  width: 10%;
  text-align: center;
  padding: 0;
}

#course-content-table .action_container a {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 15px;
  font-weight: 700;
  background-color: #DE4616;
}

#course-content-table tr {
  background-color: #f7f7f7;
}

.small_currency {
  font-size: 15px;
}

#course-content-table td {
  border-top: 2px solid white;
}

.temp_padding_right {
  padding-right: 45px;
}

.main_course_title {
  color: #56AFA9;
  font-weight: 700;
  margin-bottom: 4%;
}

.lessons_main_title {
  color: #56AFA9;
  font-weight: 700;
  margin-top: 0;
}

.lessons_sub_main_title {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.lessons_second_sub_main_title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.iframe_embed_container .ratio {
  display: none;
}

@media (max-width: 767px) {
  .temp_padding_right {
    padding-right: 15px;
  }

  .iframe_embed_container {
    position: relative;
  }

  .iframe_embed_container iframe,
.iframe_embed_container video {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .iframe_embed_container .ratio {
    display: block;
  }
}
.static_login_wrapper,
.password_reminder #page-content .password_reminder_container {
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  max-width: 450px;
  position: relative;
  box-shadow: 0px 0 15px #DDDDDD;
  text-align: center;
  margin: 5% auto !important;
  float: none;
  padding: 3rem !important;
}

.static_login_wrapper label,
.password_reminder #page-content .password_reminder_container legend,
.password_reminder #page-content .password_reminder_container label {
  font-size: 16px;
  font-weight: bold;
  float: left !important;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 0;
}

.password_reminder #page-content .password_reminder_container .form-group .col-md-3 span {
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
}

.static_login_wrapper input.form-control,
.password_reminder #page-content .password_reminder_container .form-group .col-md-3 input.form-control {
  border: 2px solid #DDDDDD !important;
  background-color: #FFF;
  font-size: 1.125rem !important;
  line-height: 60px !important;
  padding: 20px 10px;
  width: 100%;
}

.static_login_wrapper .col-sm-6.col-md-6.col-lg-6,
.password_reminder #page-content .password_reminder_container .form-group .col-md-3 {
  width: 100% !important;
}

.row.static_login_email_wrapper, .row.static_login_pass_wrapper {
  margin: 0;
}

.static_login_wrapper input.btn.btn-primary,
#page-content .password_reminder_container input[type=submit] {
  padding: 20px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0px 6px 6px #DDDDDD !important;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  margin-top: 20px;
}

.static_login_wrapper i, .static_login_wrapper a#staticforgotpassword {
  padding: 15px;
  display: block;
}

/*# sourceMappingURL=template.css.map */
.showcase_blocks_20170329_4 .table_blocks,
.showcase_blocks_20171011_3 .table_blocks {
  width: 80%;
  margin: auto;
}

.showcase_blocks_20170329_4 .table_blocks td,
.showcase_blocks_20171011_3 .table_blocks td {
  width: 16.66%;
  display: block;
  float: left;
}

.showcase_blocks_20170329_4 .table_blocks td img,
.showcase_blocks_20171011_3 .table_blocks td img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
 .showcase_blocks_20170329_4 .table_blocks td,
 .showcase_blocks_20171011_3 .table_blocks td {
  width: 100%;
 }

 .showcase_blocks_20170329_4 .table_blocks,
 .showcase_blocks_20171011_3 .table_blocks {
   width: 50%;
 }
 .showcase_blocks_20170329_4 .table_blocks tbody,
 .showcase_blocks_20170329_4 .table_blocks tr,
 
 .showcase_blocks_20171011_3 .table_blocks tbody,
 .showcase_blocks_20171011_3 .table_blocks tr{
   width: 100%;
 }
}

/*++++++++++++++++*/

.pricing_homepage_table td {
    width: 33.33%;
    padding: 1%;
}


.white_background {
    background-color: #F8F6F6;
    padding: 15% 10% 35% 10%;
    position: relative;
    text-align: center;
}

.white_background h4 {
    color: #83a2ac;
    font-size: 31px;
    font-weight: 700;
}

.white_background h4 .subscript {
    color: #83a2ac;
    font-size: 20px;
}

.white_background h5 {
    font-size: 18px;
    margin: 8% 0 0 0;
}

.white_background hr {
    margin: 10px auto 7% auto;
    border-color: #000000;
    border-width: 2px;
    width: 18%;
}

.white_background p {
    color: #000000 !important;
    font-size: 16px;
}

.white_background a {
    display: block;
    width: 100%;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5% 0;
}

@media (max-width: 767px){
.table_three_cols td, .table_blocks td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}
}

.payment-plan-container {
  width: 800px;
  margin: auto;
  max-width: 100%;
}

.user-details-container,
.payment-details-container {
  width: 500px;
  margin: auto;
  max-width: 100%;
 }

@media (max-width: 767px) {
    .iframe_embed_container {
        position: unset !Important;
    }
    .iframe_embed_container .ratio {
        display: none !Important;
    }
}
</pre></body></html>