@charset "UTF-8";
/*
    Created on : Jun 4, 2020, 5:07:14 PM
    Author     : stevenlu
*/
/*--------------------------------------------------------------
2.1 Elements
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly */
  max-width: 100%;
  /* Adhere to container width */
}

svg {
  fill: currentColor;
}

/* Make sure elements fit their containers */
embed,
iframe,
object,
.wp-caption,
.widget select {
  max-width: 100%;
}

/* Required by WordPress theme check */
/*--------------------------------------------------------------
2.2 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
2.3 Margins, Padding and Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.mtop-10 {
  margin-top: 10px;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.ptop-10 {
  padding-top: 10px;
}

.ptop-20 {
  padding-top: 20px;
}

.ptop-30 {
  padding-top: 30px;
}

/*--------------------------------------------------------------
2.4 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
3.0 Your Web Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 Typography
--------------------------------------------------------------*/
body {
  font-family: "montserratregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 150%;
}

html, body, #page {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "kanitregular", sans-serif;
}

p {
  display: block;
  margin: 12px 0 18px;
}

a {
  color: #2245c4;
}

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

hr {
  border-color: #736456;
  border-width: 2px 0 0;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  background: #DEDEDE;
  padding: 10px;
}

b, strong {
  font-weight: 600;
  font-family: "montserratmedium";
}

.single .entry-header h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  font-family: "kanitlight", sans-serif;
}

.page-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

h2 {
  font-size: 28px;
  color: #961B1E;
  font-weight: 500;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 12px;
  font-family: "kanitlight", sans-serif;
}

/*--------------------------------------------------------------
3.2 Background
--------------------------------------------------------------*/
body {
  background: #f5f5f5;
}

.site-header {
  background: #fcfcfc;
}

#site-navigation {
  background: #f3f3f3;
}

.site-content > .container {
  background: transparent;
}

.site-footer {
  background: #232323;
}

/*--------------------------------------------------------------
3.3 Header
--------------------------------------------------------------*/
.logo {
  margin: 10px 0;
  text-align: center;
}

.header-contact {
  margin: 10px 0;
  text-align: center;
}

.header-bottom {
  background: url("../images/rednoise.gif");
}

/* Header Search */
.search-submit {
  background: #888;
  border: 0 none;
  border-radius: 5px;
  box-shadow: #676767 0 3px 0 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.search-field {
  font-family: "montserratregular", sans-serif;
  font-weight: 400;
  padding: 5px 5px 5px 30px;
}

.search-form {
  padding: 0.5em 0;
  width: 100%;
}
.search-form .row {
  margin-left: 0;
  margin-right: 0;
}
.search-form .row #imh-search {
  width: 100%;
  margin: 0;
}
.search-form .row #imh-search::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  margin: 6px 0 0 10px;
}

.header-bottom .search-form {
  background: #961B1E;
  border-radius: 6px;
  float: right;
}

a.btn.btn-outline {
  position: relative;
  top: -30px;
}

.btn .caret {
  margin-left: 5px;
}

/* sm */
@media (min-width: 768px) {
  .logo {
    margin: 20px 0;
    text-align: left;
  }

  .header-contact {
    margin: 20px 0;
    text-align: right;
  }

  .wp-image-38898 {
    margin-left: -120px;
  }

  .btn .caret {
    margin-left: 0;
  }
}
/* md */
@media (min-width: 992px) {
  a.btn.btn-outline {
    top: 0px;
  }
}
/* lg */
/*--------------------------------------------------------------
3.4 Navigation
--------------------------------------------------------------*/
/* Primary nav */
.navbar {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-height: 35px;
  margin-bottom: 0;
}

.navbar-default {
  margin-bottom: 0;
}

.navbar-default .navbar-nav {
  margin-left: -15px;
}

.navbar-default .navbar-nav > li > a {
  color: #232323;
  padding: 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #232323;
  color: #fff;
}

.site-header .caret {
  display: none;
}

.menu-home a {
  color: #000;
  text-decoration: none;
}

.caret {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.nav-titles {
  float: left;
}

#menu-item-38816 > a {
  background: #232323;
  color: #fff;
}

.nav-sticky {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0 0 0 30px;
  right: 0;
  left: 0;
  z-index: 999990;
}

#flex-nav {
  background: #232323;
  margin-bottom: 20px;
}

#flex-nav a {
  color: white;
}

#flex-nav a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#flex-nav .navbar-collapse, #flex-nav .navbar-collapse .container {
  padding: 0;
}

.flex-nav-icons .svg-inline--fa {
  font-size: 24px;
}

#flex-nav img {
  height: 25px;
  padding: 0 0 2px 0;
  top: 0;
  position: relative;
}

#support-center-nav a {
  color: black;
  margin-bottom: 5px;
}
#support-center-nav a.dropdown-item {
  color: white;
}
#support-center-nav a.dropdown-item:hover {
  background: black;
}
#support-center-nav .product-guides::before {
  content: "#";
  color: rgba(0, 0, 0, 0);
  background-image: url("/support/wp-content/uploads/2020/01/two_pages.png");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  background-position: 0 8px;
  width: 20px;
  float: left;
  display: inline-block;
}
#support-center-nav .knowledge-base::before {
  content: "#";
  color: rgba(0, 0, 0, 0);
  background-image: url("/support/wp-content/uploads/2020/01/knowledge.png");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  background-position: 0 8px;
  width: 20px;
  float: left;
  display: inline-block;
}
#support-center-nav .community-support::before {
  content: "#";
  color: rgba(0, 0, 0, 0);
  background-image: url("/support/wp-content/uploads/2020/01/icon-community.png");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  background-position: 0 8px;
  width: 20px;
  float: left;
  display: inline-block;
}
#support-center-nav .education-channels::before {
  content: "#";
  color: rgba(0, 0, 0, 0);
  background-image: url("/support/wp-content/uploads/2020/01/icon-education-1.png");
  background-repeat: no-repeat;
  background-size: 15px;
  height: 30px;
  background-position: 0 8px;
  width: 20px;
  float: left;
  display: inline-block;
}
#support-center-nav .tools-resources::before {
  content: "#";
  color: rgba(0, 0, 0, 0);
  background-image: url("/support/wp-content/uploads/2020/01/icon-tools.png");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  background-position: 0 8px;
  width: 20px;
  float: left;
  display: inline-block;
}
#support-center-nav .blog::before {
  content: "#";
  color: rgba(0, 0, 0, 0);
  background-image: url("/support/wp-content/uploads/2018/08/icon-globe.png");
  background-repeat: no-repeat;
  background-size: 20px;
  height: 30px;
  background-position: 0 8px;
  width: 20px;
  float: left;
  display: inline-block;
}

@media (max-width: 768px) {
  #flex-nav .sticky-nav-icons {
    float: none;
    padding-right: 0;
  }

  #flex-nav ul {
    padding-left: 15px;
  }

  #flex-nav li {
    display: inline-block;
  }
}
/* breadcrumbs nav */
nav#breadcrumbs {
  margin-top: 10px;
}
nav#breadcrumbs ol.breadcrumbs {
  list-style: none;
  padding-left: 0;
}
nav#breadcrumbs ol.breadcrumbs li {
  list-style-type: none;
  display: inline-block;
}
nav#breadcrumbs ol.breadcrumbs svg {
  font-size: 10px;
  margin: 0 3px 2px 3px;
  display: inline-block;
}

/* Dropdown Menu */
.dropdown-menu {
  font-size: 13px;
  background-color: rgba(23, 23, 23, 0.901961);
  border: 1px solid #091324;
  box-shadow: 0 none;
}

.dropdown-menu.support-center {
  padding: 14px 30px;
  margin: 2px 0 0;
  font-size: 12px;
  background-color: rgba(23, 23, 23, 0.901961);
  border: 1px solid #091324;
  border-radius: 0;
  -webkit-box-shadow: 0 none;
  box-shadow: 0 none;
  width: 335px;
}

.dropdown-menu.support-center-2 {
  padding: 14px 30px;
  margin: 2px 0 0;
  font-size: 12px;
  background-color: rgba(23, 23, 23, 0.901961);
  border: 1px solid #091324;
  border-radius: 0;
  -webkit-box-shadow: 0 none;
  box-shadow: 0 none;
  width: 335px;
}

.support-center .dropdown-header {
  padding: 16px 0 5px;
}

.support-center .dropdown-header a {
  font-size: 16px;
}

.support-center .row > .dropdown-header,
.support-center .row > .divider {
  margin-left: 15px;
}

.support-center a,
.support-center-2 a {
  color: #fff;
}

.btn-primary {
  background-color: #2245c4;
  border-color: #2245c4;
}

.btn-default {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0 !important;
}

.dropdown-menu > li > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: #333;
  color: #fff;
  text-decoration: none;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #333;
  color: #fff;
}

.dropdown-menu {
  position: unset;
}

.menu-nav-links {
  margin-top: 3px;
}

.menu-home {
  display: block;
}

/* sm */
@media (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 9px 15px;
  }

  #primary-navbar {
    float: left;
  }

  #secondary-navbar {
    float: right;
  }

  .menu-home {
    display: inline-block;
  }

  .dropdown-menu {
    position: absolute;
  }

  .dropdown-menu.support-center {
    width: 220px;
  }

  .dropdown-menu.support-center-2 {
    width: 775px;
  }

  .caret {
    margin-top: 0px;
    float: none;
  }

  .nav-titles {
    float: none;
  }

  button.btn.btn-default.dropdown-toggle {
    min-width: auto;
  }
}
/* md */
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    padding: 9px 15px;
  }

  .menu-nav-links {
    margin-bottom: 10px;
  }
}
/* lg */
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 9px 15px;
  }

  .menu-nav-links {
    margin-bottom: 20px;
  }
}
/*Hamburger Menu*/
.navbar-default .navbar-toggle {
  border-color: #000;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #6f0b0c;
}

/*--------------------------------------------------------------
3.5 Content
--------------------------------------------------------------*/
.site-content {
  padding-bottom: 2em;
}

.entry-content {
  padding-bottom: 20px;
}

.archive article .entry-title {
  text-align: left;
  font-size: 24px;
}

/*--------------------------------------------------------------
3.6 Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.7 Footer
--------------------------------------------------------------*/
.footer {
  padding-top: 15px;
}

.attribution a,
.attribution p {
  font-size: 12px;
}

.footer-text {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-text .widget-title {
  color: #eee;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 22px;
}

.footer-text .widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  columns: 2;
}

.footer-text .widget_nav_menu .menu li {
  line-height: 22px;
}

.footer-text .widget_nav_menu .menu li a {
  color: #888;
  line-height: 22px;
  font-size: 13px;
}

#black-studio-tinymce-8 p {
  color: #888;
  text-align: right;
}

#black-studio-tinymce-8 {
  margin-top: 20px;
}

.footer-text .widget_black_studio_tinymce {
  padding-top: 15px;
}

.stay-in-touch {
  color: #888;
  font-size: 13px;
  line-height: 22px;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.icon-facebook,
.icon-twitter,
.icon-youtube,
.icon-linkedin,
.icon-instagram {
  background: url(https://www.inmotionhosting.com/support/wp-content/uploads/2019/05/sprites-sheet1-3.png) no-repeat top left;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 14px;
  vertical-align: text-top;
  margin-top: 1px;
}

.icon-facebook {
  background-position: 0 -257px;
}

.icon-twitter {
  background-position: 0 -235px;
}

.icon-youtube {
  background-position: 0 -278px;
}

.icon-linkedin {
  background-position: 0 -214px;
}

.icon-instagram {
  background: none;
}

/* sm */
/* md */
@media (min-width: 992px) {
  .footer-text .widget_black_studio_tinymce {
    padding-top: 0;
  }

  .footer-text .widget_nav_menu .menu {
    columns: 1;
    margin: 0;
  }

  .footer-text .widget_nav_menu {
    border-right: 1px solid #888;
  }

  #nav_menu-7 .widget-title {
    padding-top: 15px;
  }
}
/* lg */
/*--------------------------------------------------------------
3.8 Custom
--------------------------------------------------------------*/
.leaderboard-image img {
  width: 100%;
}

.post .entry-meta {
  margin: 15px 0;
}

.fts-jal-fb-header {
  display: none;
}

/* Home Page Styles */
.featured-box {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
}

.featured-box .col-md-12 {
  padding: 0;
}

.featured-box h1 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
}

.content-box {
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.content-box-ind {
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  height: 250px;
}

.content-box h2 {
  color: #961B1E;
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0;
}

.content-box h3,
.content-box-ind h3 {
  color: #888;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
}

.list-move {
  margin-top: 30px;
}

.featured-bottom {
  padding-bottom: 10px;
}

.featured-bottom .more-help {
  font-size: 25px;
  font-weight: 500;
  color: #333333;
  padding: 20px 0;
}

h2.widgettitle {
  font-size: 24px;
}

.featured-bottom .widget {
  margin: 0 0 25px 0;
}

.featured-bottom .widget:last-child {
  margin-bottom: 0;
}

.content-box-two {
  border: 1px solid #cbcbcb;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.content-box-two .title,
.content-box-two .widget-title {
  font-size: 24px;
  margin-top: 15px;
}

.content-box-two .title,
.content-box-two .widget-title,
.widget-bg .widget-title {
  font-family: "kanitregular", sans-serif;
  margin: 10px 0 10px 0;
}

.content-box-two .row {
  display: flex;
  flex-wrap: wrap;
}

.content-box-two > .row > div {
  padding: 15px;
}

.widget-bg .widget-title {
  font-size: 20px;
}

.widget-bg {
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
}

.widget-bg ul {
  padding-left: 15px;
}

.gray-border,
.gray-border-two {
  background: #cbcbcb;
  height: 1px;
}

.gray-border-two {
  width: 100%;
}

.gray-border {
  width: 40%;
}

.widget-no-bg {
  margin-bottom: 20px;
}

.widget-no-bg .btn-lg,
.widget-no-bg .btn-lg .btn-group-lg > .btn {
  padding: 10px 12px;
  width: 100%;
}

.related-articles-title {
  font-size: 28px;
  color: #961B1E;
  font-weight: 500;
  font-family: "kanitregular", sans-serif;
  margin-bottom: 10px;
}

table.article_table th {
  border-width: 1px;
  padding: 4px;
  border-style: inset;
  border-color: gray;
  font-weight: bold;
  text-align: left;
  background: #ddd;
  vertical-align: top;
}

table.article_table td {
  border-width: 1px;
  padding: 4px;
  border-style: inset;
  border-color: gray;
  background: #eee;
}

table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

table.article_table {
  margin-top: 5px;
}

.std_ss {
  width: auto;
  height: auto;
  max-width: 100px;
}

.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #f0f0f0;
}

/* sm */
@media (max-width: 767px) {
  .content-box-ind {
    height: unset;
  }
}
/* md */
@media (min-width: 992px) {
  .p-move {
    margin-bottom: 20px;
    padding-left: 180px;
  }

  .featured-box {
    padding: 20px 97px 20px 10px;
  }
}
/* lg */
/* Product Guide Styles */
.lead-block.white-block {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 15px 10px 10px;
}

.white_box h2, .lead-block h2 {
  background-repeat: no-repeat;
}

.flexwrap-row {
  display: flex;
  flex-wrap: wrap;
}

.edu-block {
  padding: 10px;
}

.edu-block h3 {
  font-size: 16px;
  margin-bottom: 12px;
}

.product-icon,
.product-description {
  flex-direction: column;
  display: flex;
  height: 100%;
}

.row.inner {
  height: 100%;
  width: 100%;
  border: 1px solid #dddddd;
}

.product-icon {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-description {
  background: #eeeeee;
}

.guide-block {
  margin-bottom: 2em;
}

.white-block {
  border: 1px solid #cbcbcb;
  margin: 1em 0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1em 1.5em;
}

.white-block .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px;
}

.white-block .title h2 {
  margin: 0 0 0 10px;
  color: #961B1E;
  font-size: 20px;
  font-weight: bold;
}

.article-lists {
  width: 100%;
}

.article-lists .title {
  color: #2178c4;
  font-size: 20px;
}

/*Form Button Style*/
#nf-field-4 {
  background: #a31d1c;
  border: 0 none;
  color: #fff;
  padding: 10px 25px;
}

#nf-field-4:hover,
#nf-field-4:active {
  background: #1d3f59;
}

/* Button Styles */
.btn-success {
  background-color: #4ba0e1;
  border-color: #4ba0e1;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #193391;
  border-color: #193391;
  color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 6px;
  box-shadow: 0 3px 0 #193391;
  font-size: 13px;
  line-height: 1.33;
  padding: 4px 12px;
}

/* Collapse Styles */
h4.panel-title {
  color: #4ba0e1;
  font-size: 13px;
  line-height: 20px;
}

.panel-title {
  line-height: 20px;
}

.panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
  color: #4ba0e1;
}

.panel-heading {
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}

.panel {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 3px;
}

.panel-group {
  margin-bottom: 3px;
}

/* Blog  Styles */
.single .entry-title,
.page .entry-title,
.blog .entry-title,
.search .entry-title,
.archive .entry-title {
  font-size: 32px;
  text-align: left;
  font-weight: bold;
}

.article_list {
  border: 1px solid #ccc;
  margin: 25px 0;
  padding: 20px 20px 20px 78px;
  list-style: none outside;
  counter-reset: toc;
}

.article_list a img {
  cursor: zoom-in;
  border: 1px solid #999999;
  margin-top: 5px;
  margin-bottom: 5px;
}

.article_list a img:hover {
  border: 1px solid #cccccc;
}

.article_list li {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.article_list li:before {
  counter-increment: toc;
  content: "Step " counter(toc, decimal) ".";
  font-weight: bold;
  float: left;
  width: 50px;
  margin-left: -50px;
}

.archive article,
.search article {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin: 15px 0;
}

.widget-area {
  margin-top: 30px;
}

#recent-posts-2 > ul,
#archives-2 ul {
  list-style: outside none none;
}

#recent-posts-2 a,
#archives-2 a {
  color: #69624f;
}

.wp-post-image {
  float: left;
  margin-right: 20px;
  width: 30%;
}

.single .wp-post-image {
  display: none;
}

.wp-post-image img {
  border: 1px solid #69624f;
}

.nav-links .nav-previous {
  float: left;
}

.nav-links .nav-next {
  float: right;
}

.post-navigation {
  display: inline-block;
  margin: 1em 0;
  width: 100%;
}

.comment-list {
  padding-left: 0;
  margin-top: 1em;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.comment-list .comment article {
  margin-bottom: 1em;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
}

.comment-list .comment-meta,
.comment-list .comment-content,
.comment-list .reply {
  padding: 0.5em;
}

.comment-list .comment-meta .comment-metadata {
  margin-top: 0.5em;
}

.comment-list .comment-meta {
  background-color: #e3e3e3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #aaaaaa;
}

.comment-list .reply {
  text-align: right;
}

.comment-form-comment label {
  vertical-align: top;
}

#commentform p label {
  min-width: 5em;
  display: block;
}

.comment-form textarea,
.comment-form input {
  border: 1px solid #aaa;
}

.comment-form textarea {
  padding: 3px 5px;
}

.comment-reply-title {
  font-size: 20px;
  color: #961B1E;
  font-weight: bold;
}

/* sm */
@media (min-width: 768px) {
  .article_list a img {
    max-height: 200px;
    max-width: 300px;
  }
}
/* md */
/* lg */
/* Sticky footer * @link http://mystrd.at/modern-clean-css-sticky-footer/ */
/* md */
@media (min-width: 992px) {
  html {
    position: relative;
    min-height: 100%;
  }
}
.offset-md-3 {
  margin-left: 25%;
}

.text-right {
  text-align: right;
}

.btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 500;
  font-size: 14px;
  margin: 0 0 5px 0;
}

.imhlogo {
  margin-bottom: 20px;
  text-align: center;
}

.logosize {
  height: 54px;
  width: 209px;
}

#skip {
  background: #232323;
}

#skip a {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -500px;
  width: 1px;
}

#skip a:focus {
  position: static;
  height: auto;
  width: auto;
}

/* NAVIGATION B */
.navigationv3.nav-main > nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0 0 0 -10px;
  transition: 0.3s all linear;
}

.navigationv3.nav-main > nav ul.right-nav {
  flex-wrap: inherit;
  padding: 4px 5px 0 0;
}

.navigationv3.nav-main > nav ul > li {
  flex: 0 1 auto;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: all linear 0.3s;
  white-space: nowrap;
  z-index: 999;
}

.navigationv3.nav-main > nav > ul > li a + div > ul {
  list-style: none;
}

.navigationv3.nav-main > nav ul > li a + div > ul {
  flex-direction: column;
  list-style: none;
  margin: 0 0 0 24px;
}

.navigationv3.nav-main > nav ul > li a + div > ul > li {
  margin: 0;
  padding: 0;
}

.navigationv3.nav-main > nav ul > li a + div > ul > li > a {
  color: #fff;
  display: block;
  margin-left: -24px;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}

.navigationv3.nav-main > nav ul > li > a {
  align-items: center;
  color: #232323;
  display: flex;
  font-size: 1em;
  padding: 0.91rem 1.2rem;
  text-decoration: none;
  transition: all linear 0.3s;
}

.navigationv3.nav-main .nav-sprite {
  margin-right: 5px;
  margin-top: -4px;
}

.btn-outline,
.navigationv3.nav-main > nav ul > li > a.btn-outline {
  border: 1px solid #4ba0e1;
  line-height: 1;
  margin-top: -5px;
  padding: 8px 20px;
  text-transform: capitalize;
}

/* Header Section */
.navigationv3 .logo svg {
  margin: 6px -10px 12px;
}

.navigationv3 .header__contactv2 {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  text-decoration: none solid #4ba0e1;
}

.navigationv3 .header__contactv2 ul {
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  list-style-image: none;
  flex-direction: row;
  padding: 0 0 10px;
  white-space: nowrap;
}

.navigationv3 .header__contactv2--list a {
  color: #232323;
  margin-right: 20px;
  text-transform: none;
}

.navigationv3 .header__contactv2--list a:hover,
.navigationv3.nav-main > nav ul > li:hover > a:after,
.navigationv3.nav-main > nav ul > li > a.btn-outline,
.navigationv3.nav-main > nav a.btn-outline,
.navigationv3 .header__contactv2 {
  color: #4ba0e1;
}

.navigationv3 .header__contactv2--list li:last-child a {
  margin-right: 7px;
}

@media screen and (min-width: 768px) {
  .container-lrg .navigationv3 .header__contactv2 {
    float: right;
    max-width: 50%;
  }
}
/* Navigation Section */
.navigationv3.nav-main {
  background: initial;
  border: none;
}

.navigationv3.nav-main > nav ul {
  justify-content: flex-end;
}

.navigationv3.nav-main > nav ul > li,
.navigationv3.nav-main .btn {
  font-size: 16px;
  text-transform: none;
  white-space: normal;
}

.navigationv3.nav-main > nav ul#menu > li:hover > a {
  background: initial;
  color: #232323;
  text-shadow: 0 0 0.01px black;
  transition: all 0.3s linear;
}

.navigationv3.nav-main > nav ul#menu > li:hover > a.btn-outline,
.navigationv3.nav-main > nav a.btn-outline:hover {
  background: #4ba0e1;
  color: #fff;
}

.navigationv3.nav-main > nav ul > li > a {
  padding: 0 1.2rem 0.9rem;
}

.navigationv3.nav-main > nav ul > li .nav__web-hosting a,
.navigationv3.nav-main > nav ul > li .nav__server-solutions a,
.navigationv3.nav-main > nav ul > li .nav__wordpress-b a,
.navigationv3.nav-main > nav ul > li .nav__domains-b a,
.navigationv3.nav-main > nav ul > li .nav__tools a {
  padding: 0 0 0.9rem;
}

.navigationv3.nav-main ul.nav__info-list {
  display: initial;
  list-style-type: none;
}

.navigationv3.nav-main ul.nav__info-list li {
  line-height: 1;
}

.navigationv3.nav-main ul.nav__info-list li > a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

/* Navigation Boxes */
.navigationv3 .nav__box {
  line-height: 1.3;
  padding: 1.5em;
  position: relative;
}

.navigationv3.nav-main > nav ul > li:hover a + div {
  display: grid;
}

.navigationv3 .nav__box p.nav__info-title {
  border-bottom: 0;
  color: #98c6e4;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.navigationv3 .nav__box p.nav__info {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  color: #eee;
}

.navigationv3 .nav__info span.nav-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}

.navigationv3 .box-heading {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
}

.navigationv3 .box-subheading {
  color: #fff;
  font-weight: 300;
  margin: 1em 0;
}

.navigationv3 .box-divider {
  height: 80%;
  right: 0;
  top: 20px;
  position: absolute;
  border-right: 1px #418fbf solid;
}

/* Icon Left*/
.imgspriteleft {
  align-items: center;
  display: flex;
  margin-top: 15px;
}

.navigationv3 .nav__box .imgspriteleft {
  height: 55px;
}

.navigationv3 .imgspriteleft__title {
  margin: 0;
}

.navigationv3 .imgspriteleft__figure {
  margin-right: 1em;
  margin-top: 0;
}

.navigationv3 .imgspriteleft__figure img {
  width: 50px;
}

.navigationv3 .imgspriteleft__title {
  line-height: 1.5;
}

.navigationv3 .imgspriteleft__title.line-height-1 {
  line-height: 1;
}

.navigationv3 .imgspriteleft__text {
  margin-top: 0;
}

.navigationv3 .nav__info-links p {
  font-weight: 300;
}

.navigationv3 .nav__info-links a {
  display: block;
  margin-bottom: 10px;
  padding-left: 5px;
}

.navigationv3 .nav__box a,
.navigationv3 .box4 a,
.navigationv3.nav-main ul.nav__info-list li > a,
.navigationv3 .header__contactv2--list a,
.navigationv3 .box4 a.compare-link .fa-chevron-right {
  transition: 0.3s all linear;
}

.navigationv3 .nav__box a,
.navigationv3 .nav__box a:hover,
.navigationv3.nav-main ul.nav__info-list li > a:hover {
  color: #ffffff;
  text-transform: capitalize;
}

.navigationv3 .box4 a.compare-link {
  display: flex;
  align-items: center;
}

.navigationv3 .box4 a.compare-link .fa-chevron-right {
  margin-left: 5px;
}

.navigationv3 .nav__box.box4 p.nav__info-title {
  border: none;
}

.navigationv3 .box1 {
  grid-area: box1;
}

.navigationv3 .box2 {
  grid-area: box2;
}

.navigationv3 .box3 {
  grid-area: box3;
}

.navigationv3 .box4 {
  grid-area: box4;
  padding: 0 25px 5px 0;
}

.navigationv3 .box4 .link-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0;
}

.navigationv3 .nav__box .link-area p.nav__info-title {
  margin-top: -20px;
}

.navigationv3 .nav__web-hosting,
.navigationv3 .nav__server-solutions,
.navigationv3 .nav__wordpress-b,
.navigationv3 .nav__domains-b,
.navigationv3 .nav__tools {
  background: #125075;
  display: grid;
  grid-gap: 0;
  grid-template-columns: max-content;
  grid-template-rows: 1fr;
  grid-template-areas: "box1" "box2" "box3";
  justify-content: center;
  line-height: 1;
}

/* MOBILE */
.header__contactv2.header__contactv2--mobile {
  display: none;
}

@media screen and (max-width: 979px) {
  .header__contactv2.header__contactv2--mobile {
    display: initial;
  }

  .header__contactv2 {
    display: none;
  }

  .navigationv3.nav-main > nav ul {
    flex-direction: column;
  }

  header {
    padding: 18px 0 0;
  }

  .navigationv3 .box4, #menu {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .navigationv3 .mobile-drawer,
.navigationv3 .drawer-cta {
    display: none;
  }

  .navigationv3 .nav__web-hosting,
.navigationv3 .nav__server-solutions,
.navigationv3 .nav__wordpress-b,
.navigationv3 .nav__domains-b,
.navigationv3 .nav__tools {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    grid-template-columns: max-content max-content max-content;
    grid-template-rows: 1fr;
    grid-template-areas: "box1 box2 box3" ". box4 box4";
    margin-left: -193px;
    max-width: 960px;
  }

  .navigationv3 .nav__server-solutions {
    margin-left: -287px;
  }

  .navigationv3 .nav__wordpress-b {
    margin-left: -505px;
  }

  .navigationv3 .nav__tools {
    margin-left: -201px;
  }

  /* Domains Section */
  .navigationv3 .nav__domains-b {
    grid-template-columns: max-content;
    grid-template-rows: 1fr;
    grid-template-areas: "box1";
  }

  /* Tools Section */
  .navigationv3 .nav__tools {
    grid-template-columns: max-content max-content;
    grid-template-rows: 1fr;
    grid-template-areas: "box1 box2";
  }

  /* Transitions */
  .navigationv3.nav-main > nav ul > li .nav__web-hosting,
.navigationv3.nav-main > nav ul > li .nav__server-solutions,
.navigationv3.nav-main > nav ul > li .nav__wordpress-b,
.navigationv3.nav-main > nav ul > li .nav__tools {
    display: grid;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: height 300ms 300ms, opacity 300ms 300ms;
    max-width: fit-content;
  }

  .navigationv3.nav-main > nav ul > li:hover .nav__web-hosting,
.navigationv3.nav-main > nav ul > li:hover .nav__server-solutions,
.navigationv3.nav-main > nav ul > li:hover .nav__wordpress-b,
.navigationv3.nav-main > nav ul > li:hover .nav__tools {
    height: 232px;
    opacity: 1;
    transition: height 300ms 100ms, opacity 200ms 0ms;
  }

  .navigationv3.nav-main > nav ul > li:hover .nav__wordpress-b {
    height: 244px;
  }

  .navigationv3.nav-main > nav ul > li:hover .nav__tools {
    height: 232px;
  }

  /* Menu Triangle */
  .navigationv3.nav-main > nav ul > li .up-arrow {
    height: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #125075;
    background-size: cover;
    position: absolute;
    bottom: -10px;
    left: 38%;
    transform: rotate(45deg);
    transition: height 300ms 300ms, opacity 300ms 300ms;
  }

  .navigationv3.nav-main > nav ul > li:hover .up-arrow {
    height: 20px;
    width: 20px;
    opacity: 1;
    transition: height 0ms 0ms, width 0ms 0ms, opacity 200ms 100ms;
  }

  .navigationv3 .nav__web-hosting .up-arrow {
    left: 26%;
  }

  .navigationv3 .nav__server-solutions .up-arrow {
    left: 47%;
  }

  .navigationv3 .nav__wordpress-b .up-arrow {
    left: 58%;
    margin-left: -5px;
  }

  .navigationv3 .nav__tools .up-arrow {
    left: 47%;
  }
}
@media screen and (min-width: 1200px) {
  .navigationv3 .nav__web-hosting,
.navigationv3 .nav__domains-b {
    margin-left: -300px;
  }

  .navigationv3 .nav__server-solutions {
    margin-left: -287px;
  }

  .navigationv3 .nav__wordpress-b {
    margin-left: -505px;
  }

  .navigationv3 .nav__web-hosting .up-arrow {
    left: 38%;
  }

  .navigationv3 .nav__tools .up-arrow {
    left: 40%;
  }
}
/* Slide out Drawer */
#sideDrawer {
  background: #125075;
  min-height: 100vh;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 100vh;
}

#sideDrawer .closebtn {
  color: #418fbf;
  top: 0;
  right: 20px;
  font-size: 64px;
  font-weight: 100;
  position: absolute;
}

#sideDrawer .close-section {
  min-height: 7em;
  margin: 0;
}

.drawer-cta .openbtn {
  font-size: 30px;
  cursor: pointer;
}

#sideDrawer a.btn-outline {
  max-width: 82px;
}

#sideDrawer ul {
  margin: 10px 0 10px 0;
}

/* MOBILE MENU */
#sideDrawer .mobile-top-level .mobile-title,
#sideDrawer a.mobile-sub-link,
#sideDrawer #mobile-back {
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #98c6e4;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 20px;
}

#sideDrawer .mobile-top-level .mobile-title {
  text-transform: uppercase;
}

#sideDrawer #mobile-back {
  font-size: 16px;
}

#sideDrawer a.mobile-sub-link {
  display: block;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

#sideDrawer .mobile-top-level,
#sideDrawer #mobile-web-hosting,
#sideDrawer #mobile-server-solutions,
#mobile-wordpress-solutions,
#mobile-tools-services {
  padding: 5px 36px 22px;
}

#sideDrawer .mobile-top-level span {
  cursor: pointer;
}

#sideDrawer #site-hosting-tools-2 {
  margin-bottom: 0;
}

#sideDrawer .mobile-top-level h2.mobile-title:after {
  color: #98c6e4;
  content: url("/../img/navigation/arrow-right-mob.svg");
  float: right;
}

#sideDrawer .mobile-top-level h2.mobile-title.mobile-nodropdown:after {
  display: none;
}

#sideDrawer #mobile-web-hosting,
#sideDrawer #mobile-server-solutions,
#mobile-wordpress-solutions,
#mobile-tools-services {
  display: none;
}

#sideDrawer .mobile-sub-title {
  font-size: 18px;
  color: #98c6e4;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

#sideDrawer .mobile-gray-title {
  font-size: 12px;
  color: #eeeeee;
  font-weight: 100;
  line-height: 24px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
}

#sideDrawer #mobile-back {
  display: none;
  padding: 35px 0 0 36px;
}

#sideDrawer #mobile-back:hover {
  cursor: pointer;
}

#sideDrawer #mobile-back:before {
  color: #98c6e4;
  content: "";
  font-family: Font Awesome 5 Free;
  margin-right: 5px;
}

/* MOBILE SOCIAL */
#sideDrawer .mobile-social hr {
  margin-left: 0;
  width: 83%;
}

#sideDrawer .navigationv3.nav-main > ul.mobile-social {
  flex-direction: column;
}

#sideDrawer ul.mobile-social li.amp-login {
  padding-bottom: 20px;
}

#sideDrawer ul.mobile-social > li,
#sideDrawer .mobile-social .btn {
  font-size: 16px;
  text-transform: none;
  white-space: normal;
}

#sideDrawer .mobile-social .btn {
  background: transparent;
  font-weight: 300;
  border: 1px solid #98c6e4;
  color: #98c6e4;
}

#sideDrawer .mobile-social .btn:hover,
#sideDrawer .mobile-social .btn:focus,
#sideDrawer .mobile-social .btn:active {
  border: 1px solid #4ba0e1;
  background: #4ba0e1;
  color: #ffffff;
}

#sideDrawer ul.mobile-social > li > a {
  margin-bottom: 15px;
  padding: 0;
  color: #98c6e4;
}

#sideDrawer ul.mobile-social > li:first-child > a > img {
  margin-right: 15px;
}

#sideDrawer ul.mobile-social > li > a > img {
  margin-right: 10px;
  width: 20px;
}

#sideDrawer .mobile-social {
  padding: 10px 0 25px;
  width: 300px;
  margin-top: 20%;
  flex-direction: column;
}

#sideDrawer hr {
  background-color: #418fbf;
  min-height: 1px;
  border: 0;
  margin: 0 auto 15px;
  width: 80%;
}

#mobile-web-hosting hr, #mobile-server-solutions hr, #mobile-wordpress-solutions hr, #mobile-tools-services hr {
  background-color: #418fbf;
  height: 1px;
  border: 0;
  margin: 15px auto;
  width: 100%;
}

.navigationv3 .drawer-cta {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  margin: 5px 0 10px;
}

/* END Navigation B */
/* Cookie Policy */
.modal-backdrop {
  display: none;
}

#cookie_accept {
  font-size: 16px;
  padding: 10px 30px;
}

#cookies .modal-content {
  border: none;
}

.modalCookie, .modalCookie .modal-body {
  padding: 0;
}

.modalCookie {
  top: auto;
  bottom: 60px;
  width: 100%;
  min-width: 100%;
  font-size: 1em;
  position: fixed;
  margin: 0 0 0 0 !important;
  padding: 30px 0 30px 0 !important;
  background-color: #031f36;
  color: #2c2227;
  border-radius: 0;
  border: none;
  height: auto;
  max-height: 168px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px -4px 10px rgba(44, 34, 39, 0.4);
}

.modalCookieHeading {
  color: #fff;
  font-weight: 800;
}

.modalCookieHeading:hover {
  color: #fff;
  font-weight: 800;
}

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-8%);
  }
  65% {
    transform: translateY(4%);
  }
  80% {
    transform: translateY(-4%);
  }
  95% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
#cookies .modal-dialog {
  max-width: none;
  margin: 0;
}

#cookies .modal-content {
  background: none;
}

/* END Cookie Policy */
* {
  word-wrap: break-word;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

code {
  white-space: normal;
  font-size: 87.5%;
  color: #193391;
  word-wrap: break-word;
  display: block;
  background: #dadada;
  padding: 8px;
  margin: 10px 0;
}

/* Remove "powered by fts text" */
.fts-powered-by-text {
  display: none !important;
}

/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links {
  display: block;
}

.entry-meta .posted-on {
  display: block;
}

.author-linkedin {
  position: relative;
  font-size: 18px;
  top: 4px;
}

.entry-meta .byline svg {
  position: relative;
  bottom: 4px;
}

.dd {
  background: url(../../../../img/menu-sprite-new-2.png) no-repeat 0 0;
  display: block;
  float: left;
  height: 25px;
  margin: 2px 8px 0 -10px;
  width: 24px;
  z-index: 1000;
}

.icon-business {
  background-position: 0 0;
}

.icon-vps {
  background-position: 0 -25px;
}

.icon-dedi {
  background-position: 0 -50px;
}

.icon-reseller {
  background-position: 0 -75px;
}

.icon-wordpress {
  background-position: 0 -100px;
}

.icon-wordpress2 {
  background-position: 0 -100px;
}

.icon-managed-vps {
  background-position: 0 -125px;
}

.icon-self-vps {
  background-position: 0 -150px;
}

.nav-pills-contact, .nav-pills-contact a {
  color: #232323;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-pills-contact, .nav-pills-contact a:hover {
  color: #888;
}

.nav-pills-contact a.chat {
  padding: 1px 7px;
  cursor: pointer;
}

.nav-pills-contact .sales-label {
  color: #131313;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  padding: 2px 5px 0;
}

.nav-pills-contact a.tphone {
  padding: 0;
  display: inline;
  margin: 0;
}

.nav-pills-no-link {
  color: #232323;
  font-size: 13px;
  line-height: 20px;
  margin-right: 9px;
  padding: 0 5px;
}

.nav-pills-no-link a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-pills-contact i {
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  width: 18px;
  display: inline-block;
  vertical-align: text-top;
}

.ipos {
  height: 24px;
  margin-right: 6px;
  width: 24px;
}

.icon-chat {
  margin-right: 3px;
  width: 20px;
  background: url(https://imh01-inmotionhosting1.netdna-ssl.com/img/sprites/sprites-sheet1-3.png) no-repeat top left;
  background-position: -11px -182px;
  height: 16px;
}

.icon-phone {
  background: url(https://imh01-inmotionhosting1.netdna-ssl.com/img/sprites/sprites-sheet1-3.png) no-repeat top left;
  background-position: -96px -182px;
  height: 16px;
  width: 18px;
}

.icon-skype-blue {
  background: url(https://imh01-inmotionhosting1.netdna-ssl.com/img/sprites/sprites-sheet1-3.png) no-repeat top left;
  background-position: -38px -131px;
  height: 16px;
  width: 18px;
  background-size: 124px;
}

.no-margin {
  margin: 0 !important;
}

input.search-field {
  min-width: 260px;
}

figcaption {
  font-style: italic;
}

.article_list li:before {
  margin-right: 6px;
  margin-left: -65px;
  width: 60px;
}

.row.articles {
  border-top: 1px solid #c5c5c5;
  margin-top: 15px;
  padding-top: 10px;
}

table td {
  padding: 6px;
}

table {
  margin-bottom: 20px;
}

.widget li, .widget li a {
  font-size: 13px;
  line-height: 150%;
}

body.login div#login h1 a {
  background-image: url(https://imh01-inmotionhosting1.netdna-ssl.com/img/logo-imh.svg);
  padding-top: 30px;
  background-size: 215px;
  width: 215px;
  background-position: center center;
}

body.login .button-primary {
  background: #961B1E;
  border-color: #c92632 #c11824 #c11824;
  text-shadow: 0 -1px 1px #c11824, 1px 0 1px #c11824, 0 1px 1px #c11824, -1px 0 1px #c11824;
}

body.login .button-primary:hover,
body.login .button-primary:focus {
  background: #d03440;
  border-color: #c92632;
}

body.login .button-primary:active {
  box-shadow: inset 0 2px 0 #b91622;
}

body.login .button-primary:focus {
  box-shadow: 0 1px 0 #d03440, 0 0 2px 1px #e04450;
}

.imh-dotted-line {
  display: block;
  width: 100%;
  content: url("../images/dotted-line.svg");
}

.blog-title {
  padding: 25px 0;
}
.blog-title a {
  text-decoration: none;
  color: white;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
  font-family: "kanitregular", sans-serif;
}

input.search-field {
  min-width: 100%;
}

.widget_search {
  padding: 15px 0 30px 0;
}

.home .entry-title a {
  font-size: 22px;
  text-decoration: none;
}
.home .wp-post-image {
  width: auto;
  float: none;
}

.page-template-page-left-sidebar .entry-content h4 {
  text-align: center;
  font-size: 1em;
  margin: 30px 0 0 0;
}
.page-template-page-left-sidebar .entry-content h5 {
  font-size: 1em;
  margin: 30px 0;
}

.imh-author-about {
  background: white;
}
.imh-author-about span {
  display: block;
}
.imh-author-about .author-bio-image {
  position: relative;
  overflow: hidden;
  border-radius: 50% 0 50% 50%;
  height: 300px;
  width: 300px;
  background: #f5f5f5;
}
.imh-author-about .author-bio-image img {
  width: 100%;
}
.imh-author-about .author-initials {
  bottom: 50%;
  position: absolute;
  width: 100%;
  font-size: 4em;
  font-weight: 600;
}
.imh-author-about .author-name {
  font-weight: 600;
}
.imh-author-about .author-job-title {
  font-weight: 600;
}
.imh-author-about .author-name {
  font-size: 1.5em;
}
.imh-author-about .author-job-title {
  font-size: 1.25em;
}
.imh-author-about .imh-arrow {
  display: initial;
  color: #961B1E;
}
.imh-author-about .imh-arrow svg {
  fill: #961B1E;
  vertical-align: baseline;
}
.imh-author-about .imh-social-icon {
  display: inline-block;
  margin-right: 15px;
}
.imh-author-about .imh-social-icon svg {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .imh-author-about .author-bio-image {
    width: 200px;
    height: 200px;
  }
  .imh-author-about .author-initials {
    bottom: 45%;
  }
}
@media screen and (max-width: 576px) {
  .imh-author-about .author-bio-image {
    width: 100px;
    height: 100px;
  }
  .imh-author-about .author-name, .imh-author-about .author-job-title {
    text-align: center;
  }
  .imh-author-about .author-initials {
    font-size: 2em;
  }
  .imh-author-about .author-social {
    width: max-content;
    margin: 0 auto;
  }
  .imh-author-about .imh-social-icon {
    margin: 0 10px;
  }
  .imh-author-about .author-initials {
    bottom: 40%;
  }
}

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