/*
    Created on : Jun 4, 2020, 5:07:14 PM
    Author     : stevenlu
*/
/*--------------------------------------------------------------
2.1 Elements
--------------------------------------------------------------*/
article, footer {
  content-visibility: auto;
  margin-top: 12px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly */
  max-width: 100%;
  /* Adhere to container width */
}

svg {
  fill: currentColor;
  vertical-align: text-bottom;
}

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

/* Required by WordPress theme check */
@media (min-width: 1280px) {
  .container {
    min-width: 1280px;
    padding: 0 40px;
  }
}
/*--------------------------------------------------------------
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: 2px;
  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: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 150%;
  color: #2c2227;
}

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

#page {
  margin-top: 69px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: Kanit, 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: Montserrat, sans-serif;
}

.single .entry-header h1 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  font-family: Kanit, 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: Kanit, sans-serif;
}

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

.site-header {
  background: #fcfcfc;
}

#site-navigation {
  background: #f3f3f3;
}

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

.site-footer {
  background: #fff;
}

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

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

/* Header Search */
.search-submit {
  background: none;
  border: none;
  border-radius: 2px;
  color: #2c2227;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.search-submit svg {
  width: 30px;
  height: 30px;
}

.search-field {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  padding: 30px 60px 30px 30px;
  font-size: 20px;
}

#imh-search {
  padding: 0.5em 0;
  width: 100%;
}
#imh-search .search-field-container {
  width: 100%;
  margin: 0;
}

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;
  padding-left: 0;
  padding-right: 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: 69px;
  margin: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

#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;
  }
}
/* Dropdown Menu */
.dropdown-menu {
  font-size: 14px;
  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: 14px;
  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: 14px;
  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-primary:hover {
  background-color: #193391;
  border-color: #193391;
}

.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: 14px;
  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: 14px;
}

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

.footer-text .widget-title {
  color: #2c2227;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 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 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
}

#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: 14px;
  line-height: 22px;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 540px;
  margin: 0 auto;
}

.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 0 0 15px;
  }

  #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: 2px;
  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: 2px;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}

.content-box-ind {
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  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: Kanit, 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: 2px;
  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: Kanit, 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: 2px;
  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: 2px;
  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: 2px;
  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: 14px;
  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: 2px;
}

.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 {
  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;
  }

  .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%;
  }
}
/* 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;
  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: inline;
  background: #dadada;
  padding: 4px 6px;
  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: 14px;
  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: 14px;
  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;
}

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: 14px;
  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");
}

.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-arrow-left svg {
  transform: rotate(180deg);
}

.imh-chevron-down svg {
  transform: rotate(180deg);
}

.imh-chevron-right svg {
  transform: rotate(90deg);
}

.menu-shadow {
  box-shadow: 0 1px 5px #909090;
}

.addthis_inline_share_toolbox {
  margin-bottom: 20px;
}

.header-nav {
  background: #fff;
  padding-top: 3px;
  height: 69px;
  box-shadow: 0 1px 5px #909090;
}
.header-nav a {
  text-decoration: none;
}
.header-nav nav .mobile-overlay {
  display: none;
}
.header-nav nav .btn-login-container {
  position: absolute;
  right: 0;
}
.header-nav nav .btn-toggle .imh-icon svg {
  width: 20px;
  height: 20px;
}
.header-nav nav .imh-logo {
  margin-right: auto;
}
.header-nav nav .imh-logo img {
  width: 143px;
}
.header-nav nav .dropdown-menu {
  background: none;
  border-radius: 0;
  border-top: 2px solid #c52228;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-bottom: 0;
}
.header-nav nav .dropdown-menu.web-hosting-menu, .header-nav nav .dropdown-menu.server-solutions-menu, .header-nav nav .dropdown-menu.wordpress-menu, .header-nav nav .dropdown-menu.tools-menu, .header-nav nav .dropdown-menu.infrastructure-menu, .header-nav nav .dropdown-menu.phone-menu, .header-nav nav .dropdown-menu.help-menu {
  margin-top: 0;
}
.header-nav nav .dropdown-menu.web-hosting-menu .triangle, .header-nav nav .dropdown-menu.server-solutions-menu .triangle, .header-nav nav .dropdown-menu.wordpress-menu .triangle, .header-nav nav .dropdown-menu.tools-menu .triangle, .header-nav nav .dropdown-menu.infrastructure-menu .triangle, .header-nav nav .dropdown-menu.phone-menu .triangle, .header-nav nav .dropdown-menu.help-menu .triangle {
  font-weight: 600;
  font-size: 2em;
  color: #c52228;
  position: absolute;
  top: -22px;
}
.header-nav nav .dropdown-menu .dropdown-item {
  background: #fff;
  padding-bottom: 0.5em;
}
.header-nav nav .imh-icon svg {
  color: #c52228;
  width: 25px;
  height: 25px;
}
.header-nav nav .btn-login {
  border: 1px solid #2245c4;
  padding: 5px 35px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  border-radius: 2px;
  font-weight: 200;
}
.header-nav nav .btn-login:hover {
  background: #2245c4;
  color: #fff;
}
.header-nav nav .navbar-group {
  margin-right: 1em;
}
.header-nav nav .navbar-nav .nav-link {
  color: #2c2227;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: #fff;
}
.header-nav nav .navbar-nav .nav-link:hover {
  color: #2c2227;
}
.header-nav nav .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0px 2px 4px rgba(44, 34, 39, 0.4);
}
.header-nav nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .header-nav nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .header-nav nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  background: #fff;
  color: #2c2227;
}
.header-nav nav .btn {
  color: #2245c4;
}
.header-nav nav .navbar-collapse {
  background: #fff;
}
.header-nav nav .dropdown-title {
  font-family: Kanit, sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.header-nav nav .subnav-title {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 400 !important;
  font-size: 15px;
  margin: 0;
  text-align: left;
  cursor: pointer;
}
.header-nav nav .subnav-tag {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
.header-nav nav .subnav-item {
  margin-bottom: 1em;
}
.header-nav nav .subnav-item svg {
  color: #c52228;
  width: 20px;
  height: 20px;
}
.header-nav nav .subnav-item .subnav-arrow-right svg {
  color: #2245c4;
  vertical-align: text-bottom;
}

@media (min-width: 1280px) {
  .header-nav nav .side-drawer {
    margin-left: 20px;
  }
  .header-nav nav .side-drawer .navbar-group .nav-item {
    padding: 0 2px;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .header-nav nav .side-drawer {
    margin-left: 20px;
  }
  .header-nav nav .side-drawer .navbar-group .nav-item {
    padding: 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1279px) {
  .header-nav nav .navbar-group {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .header-nav nav .navbar-nav .nav-item .nav-link {
    font-family: Kanit, sans-serif;
    font-weight: 300;
    line-height: 28px;
    font-size: 18px;
  }
  .header-nav nav .navbar-nav .nav-item .nav-link:hover {
    color: #2c2227;
  }
  .header-nav nav .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    top: initial;
    inline-display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: -1000px;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 500ms ease-in-out;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.web-hosting-menu, .header-nav nav .navbar-nav .nav-item .dropdown-menu.server-solutions-menu, .header-nav nav .navbar-nav .nav-item .dropdown-menu.wordpress-menu, .header-nav nav .navbar-nav .nav-item .dropdown-menu.tools-menu {
    width: 900px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.web-hosting-menu {
    left: 0;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.web-hosting-menu .triangle {
    left: 40px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.server-solutions-menu {
    left: -115px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.server-solutions-menu .triangle {
    left: 175px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.wordpress-menu {
    left: -265px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.wordpress-menu .triangle {
    left: 305px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.tools-menu {
    left: -420px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.tools-menu .triangle {
    left: 470px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.infrastructure-menu {
    width: 300px;
    left: -85px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.infrastructure-menu .triangle {
    left: 100px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.help-menu {
    width: 600px;
    left: -290px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.help-menu .triangle {
    left: 305px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.phone-menu {
    width: 300px;
    left: -130px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu.phone-menu .triangle {
    left: 140px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu .row {
    padding: 20px 0;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu .row .col-xl-4, .header-nav nav .navbar-nav .nav-item .dropdown-menu .row .col-xl-6 {
    border-right: 1px solid #dadada;
    padding: 0 20px 20px 20px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu .row .col-xl-4:last-of-type, .header-nav nav .navbar-nav .nav-item .dropdown-menu .row .col-xl-6:last-of-type {
    border-right: none;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu .subnav-item {
    display: block;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu .subnav-item:hover .subnav-arrow-right {
    display: inline-block;
    opacity: 1;
    transform: translateX(0);
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu .subnav-item svg {
    margin-right: 10px;
  }
  .header-nav nav .navbar-nav .nav-item .dropdown-menu .subnav-item .subnav-arrow-right {
    dislpay: inline-block;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 200ms ease-in-out;
  }
}
@media (max-width: 1199px) {
  .header-nav .container {
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: available;
  }
  .header-nav nav .mobile-overlay {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    transform: translateX(-10000px);
  }
  .header-nav nav #mainMenuBtn {
    cursor: pointer;
  }
  .header-nav nav .btn-login-container {
    position: relative;
    padding: 0 30px;
  }
  .header-nav nav .navbar-collapse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
  }
  .header-nav nav .navbar-collapse.collapsing {
    left: -75%;
    transition: height 0s ease;
  }
  .header-nav nav .navbar-collapse.show {
    left: 0;
    transition: left 500ms ease-in-out;
  }
  .header-nav nav .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  .header-nav nav .imh-logo {
    position: absolute;
    left: 35px;
  }
  .header-nav nav .btn {
    padding: 5px 5px;
  }
  .header-nav nav .side-drawer {
    border-left: 2px solid #c52228;
  }
  .header-nav nav .side-drawer ul {
    padding: 10px 0 60px 0;
    margin: 0 25px;
    display: inline-block;
    width: -webkit-fill-available;
    width: -moz-available;
    width: available;
    border-bottom: 1px solid #dadada;
  }
  .header-nav nav .side-drawer ul:last-of-type {
    border-bottom: none;
  }
  .header-nav nav .side-drawer ul li {
    margin-bottom: 5px;
  }
  .header-nav nav .side-drawer .right-arrow {
    float: right;
  }
  .header-nav nav .side-drawer .imh-icon svg {
    width: 20px;
    height: 20px;
  }
  .header-nav nav .side-drawer .btn-login {
    background: #2245c4;
    color: #fff;
    width: 225px;
    padding: 8px 20px;
  }
  .header-nav nav .side-drawer .col {
    width: 100%;
  }
  .header-nav nav .side-drawer .dropdown-menu {
    border-top: none;
    border-left: 2px solid #c52228;
  }
  .header-nav nav .side-drawer .dropdown-menu.web-hosting-menu, .header-nav nav .side-drawer .dropdown-menu.server-solutions-menu, .header-nav nav .side-drawer .dropdown-menu.wordpress-menu, .header-nav nav .side-drawer .dropdown-menu.tools-menu, .header-nav nav .side-drawer .dropdown-menu.help-menu, .header-nav nav .side-drawer .dropdown-menu.infrastructure-menu {
    width: 300px;
    position: fixed;
    left: 0;
    top: 69px;
    bottom: 0;
    padding-top: 0;
  }
  .header-nav nav .side-drawer .dropdown-menu .dropdown-item {
    position: absolute;
    top: 0px;
    padding-top: 30px;
    bottom: 0;
  }
  .header-nav nav .side-drawer .help-menu .subnav-item {
    padding-left: 0;
  }
  .header-nav nav .side-drawer .subnav-item {
    padding-left: 20px;
  }
  .header-nav nav .side-drawer .subnav-item .subnav-arrow-right {
    display: none;
  }
  .header-nav nav .subnav-item svg {
    margin-right: 10px;
  }
  .header-nav nav .btn-close {
    height: 69px;
    border-bottom: 1px solid #dadada;
    margin: 0 20px;
  }
  .header-nav nav .btn-close span {
    font-size: 40px;
    color: #2c2227;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .header-nav nav .btn-close .btn-toggle {
    float: right;
    color: #2245c4;
  }
  .header-nav nav .btn-close .btn-toggle .close-icon svg {
    vertical-align: middle;
  }
  .header-nav nav .btn-close .nav-link {
    color: #2245c4;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 16px;
  }
  .header-nav nav .btn-close .nav-link svg {
    color: #2245c4;
  }
  .header-nav nav .navbar-nav .nav-link {
    color: #2245c4;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 16px;
  }
  .header-nav nav .navbar-nav .nav-link:hover {
    color: #193391 !important;
  }
  .header-nav nav .dropdown-section-title {
    color: #2c2227;
    font-family: Kanit, sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding-bottom: 30px;
  }
}
.header-bottom {
  background: #2c2227;
  padding: 40px 0;
}
.header-bottom .container .row .col-12 {
  margin: 0;
  text-align: left;
  max-width: 100%;
}
.header-bottom .blog-title {
  padding: 10px 0;
}
.header-bottom .blog-title a {
  text-decoration: none;
  color: white;
  font-size: 43px;
  font-weight: 300;
  line-height: 50px;
  font-family: Kanit, sans-serif;
}

@media screen and (max-width: 530px) {
  .search-field {
    font-size: 14px;
  }
}
.site-subnav {
  background: #fff;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.site-subnav ul {
  list-style: none;
}
.site-subnav .navbar .navbar-nav .nav-item .nav-link {
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
.site-subnav .menu-item {
  width: 100%;
}
.site-subnav .dropdown .dropdown-menu {
  background: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  border: none;
  border-radius: 0;
  box-shadow: 0 1px 5px #909090;
}
.site-subnav .first-level-dropdown {
  width: 400px;
}
.site-subnav .first-level-dropdown li {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}
.site-subnav .first-level-dropdown li .nav-link {
  font-family: Montserrat, sans-serif !important;
  font-weight: 400 !important;
}
.site-subnav .first-level-dropdown li .nav-link:active, .site-subnav .first-level-dropdown li .nav-link:focus {
  color: #c52228;
}
.site-subnav .first-level-dropdown li .nav-link:active .imh-chevron-right, .site-subnav .first-level-dropdown li .nav-link:focus .imh-chevron-right {
  transform: translateX(10px);
}
.site-subnav .first-level-dropdown .dropdown .imh-chevron-right {
  margin-right: 10px;
  transition: all 200ms ease-in-out;
}
.site-subnav .first-level-dropdown .dropdown:hover .imh-chevron-right {
  font-family: Montserrat, sans-serif;
  transform: translateX(10px);
}
.site-subnav .first-level-dropdown .dropdown .dropdown-menu {
  border-left: 1px solid #dadada;
  margin: 0;
  width: 800px;
  height: 300px;
}
.site-subnav .first-level-dropdown .dropdown .dropdown-menu .dropdown-item {
  display: inline-block;
  width: 30%;
  color: #2245c4;
  font-size: 16px;
  margin-right: 1.5em;
}
.site-subnav .first-level-dropdown .dropdown .dropdown-menu .dropdown-item:hover, .site-subnav .first-level-dropdown .dropdown .dropdown-menu .dropdown-item:focus, .site-subnav .first-level-dropdown .dropdown .dropdown-menu .dropdown-item:active {
  background: #fff;
  color: #2245c4;
}
.site-subnav .walled-garden-nav .first-level-dropdown {
  width: max-content;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav {
  border-left: 1px solid #dadada;
  height: 100%;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item {
  border-bottom: none;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon {
  display: inline-block;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon svg {
  width: 75px;
  height: 75px;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon.linkedin {
  color: #2867b2;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon.ansible, .site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon.github {
  color: #2c2227;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon.github svg {
  padding: 8px;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon.openstack {
  color: #c52228;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon.openstack svg {
  padding: 12px;
}
.site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon.wordpress {
  color: #2867b2;
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .site-subnav .first-level-dropdown .dropdown .dropdown-menu {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .site-subnav .first-level-dropdown li:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 1199px) {
  .site-subnav .first-level-dropdown {
    width: auto;
  }
  .site-subnav .first-level-dropdown .dropdown .dropdown-menu {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    right: auto;
    border-left: none;
  }
  .site-subnav .first-level-dropdown .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
  }
  .site-subnav #mobile-community-blog-menu .menu-item {
    border-bottom: none;
    width: max-content;
  }
  .site-subnav #mobile-community-blog-menu .menu-item:first-of-type {
    margin-right: 20px;
  }
  .site-subnav #mobile-community-blog-menu .menu-item .nav-link {
    text-align: center;
    border: 1px solid #2245c4;
    border-radius: 2px;
    width: max-content;
    padding: 10px 30px;
  }
  .site-subnav .walled-garden-nav .first-level-dropdown {
    width: 100%;
  }
  .site-subnav .walled-garden-nav .first-level-dropdown .nav {
    border-left: none;
    display: block;
  }
  .site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons {
    display: flex;
  }
  .site-subnav .walled-garden-nav .first-level-dropdown .nav.social-nav-icons .nav-item .imh-icon svg {
    width: 50px;
    height: 50px;
  }
}
#breadcrumbs {
  margin-top: 10px;
}
#breadcrumbs ol.breadcrumbs {
  list-style: none;
  padding-left: 0;
}
#breadcrumbs ol.breadcrumbs li {
  list-style-type: none;
  display: inline-block;
  font-family: Kanit, sans-serif;
  font-weight: 200;
}
#breadcrumbs ol.breadcrumbs .imh-icon.breadcrumb-home svg {
  color: #2245c4;
}
#breadcrumbs ol.breadcrumbs .imh-icon svg {
  font-size: 10px;
  display: inline-block;
  color: #c52228;
}

.job-opening-banner {
  position: relative;
  background: #e5dcdc;
  margin: 0 -99999px 0 -99999px;
  padding: 0 99999px 0 99999px;
}
.job-opening-banner .container {
  position: relative;
  width: max-content;
}
.job-opening-banner .job-banner-text {
  display: block;
  font-family: "montserratbold", sans-serif;
  font-size: 30px;
  margin: 0;
  padding: 40px 0;
  line-height: 35px;
}

.employment-center-nav-container {
  margin: 20px 0;
}
.employment-center-nav-container .navbar-nav {
  background: #fff;
}
.employment-center-nav-container .navbar-nav .dropdown-menu {
  background: #193391;
  width: -moz-available;
  width: -webkit-fill-available;
  width: available;
  margin: 0;
  border-radius: 0;
}
.employment-center-nav-container .navbar-nav .dropdown-menu a.dropdown-item {
  color: #fff;
}
.employment-center-nav-container .navbar-nav .dropdown-menu a.dropdown-item:hover, .employment-center-nav-container .navbar-nav .dropdown-menu a.dropdown-item:active, .employment-center-nav-container .navbar-nav .dropdown-menu a.dropdown-item:focus {
  background: #2245c4;
}
.employment-center-nav-container .navbar-nav a.nav-link {
  border: 1px solid #2245c4;
}
.employment-center-nav-container .navbar-nav a.nav-link:hover {
  background: #193391;
  border: 1px solid #193391;
  color: #fff;
}
.employment-center-nav-container .navbar-nav a.nav-link.dropdown-toggle::after {
  display: none;
}

/* home page styles */
.page-template-page-home-php .header-bottom {
  background: #2c2227;
  padding: 40px 0;
}
.page-template-page-home-php .header-bottom .container .row {
  display: block;
}
.page-template-page-home-php .header-bottom .container .row .col-12 {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.page-template-page-home-php .header-bottom .blog-title {
  padding: 10px 0;
}
.page-template-page-home-php .header-bottom .blog-title a {
  text-decoration: none;
  color: white;
  font-size: 43px;
  font-weight: 400;
  line-height: 50px;
  font-family: "kanitlight", sans-serif;
}

.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%;
  }
}
.site-footer #flex-nav {
  background: #fff;
  color: #2c2227;
}
.site-footer #flex-nav a {
  color: #2245c4;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.site-footer #flex-nav .nav-header {
  position: absolute;
  top: 0;
  width: 100%;
}
.site-footer #flex-nav .nav-header .menu-title {
  font-family: Kanit, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: 22px;
}
.site-footer #flex-nav .nav-header .btn {
  margin: 0;
  padding: 0;
  color: #2245c4;
}
.site-footer #flex-nav .navbar-collapse {
  margin-top: 30px;
}
.site-footer .imh-icon {
  font-size: 25px;
}
.site-footer .imh-icon svg {
  color: #c52228;
  width: 25px;
  height: 25px;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

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