@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-design-icons/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.margin-top-none {
  margin-top: 0px;
}
.margin-top-small {
  margin-top: 7px;
}
.margin-top {
  margin-top: 14px;
}
.margin-top-medium {
  margin-top: 28px;
}
.margin-top-large {
  margin-top: 42px;
}
.margin-top-xlarge {
  margin-top: 56px;
}
.margin-top-2xlarge {
  margin-top: 70px;
}
.margin-left-none {
  margin-left: 0px;
}
.margin-left-small {
  margin-left: 7px;
}
.margin-left {
  margin-left: 14px !important;
}
.margin-left-2xlarge {
  margin-left: 70px;
}
.margin-left-medium {
  margin-left: 28px;
}
.margin-left-large {
  margin-left: 42px;
}
.margin-left-xlarge {
  margin-left: 56px;
}
.margin-right-none {
  margin-right: 0px;
}
.margin-right-small {
  margin-right: 7px;
}
.margin-right {
  margin-right: 14px;
}
.margin-right-medium {
  margin-right: 28px;
}
.margin-right-large {
  margin-right: 42px;
}
.margin-right-xlarge {
  margin-right: 56px;
}
.margin-right-2xlarge {
  margin-right: 70px;
}
.margin-bottom-none {
  margin-bottom: 0px;
}
.margin-bottom-small {
  margin-bottom: 7px;
}
.margin-bottom {
  margin-bottom: 14px;
}
.margin-bottom-medium {
  margin-bottom: 28px !important;
}
.margin-bottom-large {
  margin-bottom: 42px;
}
.margin-bottom-xlarge {
  margin-bottom: 56px;
}
.margin-bottom-2xlarge {
  margin-bottom: 70px;
}
.padding-left {
  padding-left: 14px;
}
.padding-right {
  padding-right: 14px;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex !important;
}
.flex-center {
  justify-content: center;
}
.flex-middle {
  align-items: center;
}
#main {
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
#main h1 {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 48px;
  font-style: normal;
  text-transform: uppercase;
}
#main h2 {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 30px;
  font-style: normal;
}
#main h3 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 22px;
  font-style: normal;
}
#main h4 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
}
#main h5 {
  font-family: 'Roboto';
  color: #db1023;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}
#main p {
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
#main ul.pointlist > li {
  list-style: disc outside;
  margin-top: 12px;
}
#main ul.pointlist > li li {
  list-style: circle outside;
  margin-left: 24px;
  margin-top: 12px;
}
#main ul.checkMarkList > ul,
#main ul.checkMarkList > li {
  margin-top: 12px;
}
#main ul.checkMarkList > ul:before,
#main ul.checkMarkList > li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 10px;
  color: #db1023;
}
@media only screen and (max-width: 768px) {
  #main ul.checkMarkList > ul:before,
  #main ul.checkMarkList > li:before {
    margin-left: 0em;
  }
}
#main ul.checkMarkList > ul > li,
#main ul.checkMarkList > li > li {
  list-style: none outside;
  margin-top: 12px;
  max-width: 90%;
}
#main .container-fluid > h2 {
  margin-bottom: 42px;
}
#main section.content-header {
  background-color: #db1023;
  padding: 86px 0 !important;
}
#main section.content-header.image-header {
  padding: 180px 0 !important;
}
#main section.content-header .header-title {
  color: #ffffff;
  line-height: 1;
  margin: 0;
}
#main section.content-header .header-title.dark {
  color: #444444;
}
#main section.content-header p {
  color: #ffffff;
}
#main section.content-header li {
  color: #ffffff;
}
#main section.content-header h2 {
  color: #ffffff;
}
#main section.content-header.yellow {
  background: #FFB836;
}
#main section.content-header.grey {
  background: #505050;
}
#main section.content-header.lightGrey {
  background: #EFEFEF;
}
#main section.content-header.lightGrey p {
  color: #444444;
}
#main section.content-header.lightGrey li {
  color: #444444;
}
#main section.content-header.lightGrey h2 {
  color: #444444;
}
#reseller-plan .image {
  padding-bottom: 0;
}
#reseller-plan .image > img {
  height: 76px;
}
#reseller-plan .header {
  border-bottom: 0;
}
#reseller-plan > .hidden-xs .header {
  min-height: 279px !important;
}
@media only screen and (min-width: 768px) {
  #cloud-storage-compute-header {
    background-position: 50% 56% !important;
  }
}
@media only screen and (max-width: 767px) {
  #cloud-storage-compute-header {
    background-position: 50% 0% !important;
    background-size: auto 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  #cloud-storage-networking-header {
    background-position: 50% 56% !important;
  }
}
@media only screen and (min-width: 768px) {
  #enhanced-threat-detection-header {
    background-position: 50% 79% !important;
  }
}
@media only screen and (max-width: 767px) {
  #enhanced-threat-detection-header {
    background-position: 50% 0% !important;
    background-size: auto 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  #reseller-header {
    background-position: 50% 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  #reseller-header {
    background-position: 50% 0% !important;
    background-size: auto 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  #windows-hosting-header {
    background-size: 100% !important;
    background-position: 0 60% !important;
  }
}
@media only screen and (max-width: 767px) {
  #windows-hosting-header {
    background-position: 40% 60% !important;
  }
}
@media only screen and (min-width: 768px) {
  #shared-cloud-hosting-header {
    background-size: 100% !important;
    background-position: 0 60% !important;
  }
}
@media only screen and (max-width: 767px) {
  #shared-cloud-hosting-header {
    background-position: 40% 60% !important;
  }
}
@media only screen and (min-width: 768px) {
  #vps-header {
    background-size: 100% !important;
    background-position: 0 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #vps-header {
    background-position: 52% 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  #dedicated-header {
    background-position: 50% 0% !important;
  }
}
@media only screen and (max-width: 767px) {
  #dedicated-header {
    background-position: 50% 0% !important;
    background-size: auto 100% !important;
  }
}
.btn-link.yellow {
  color: #ffb836;
}
.btn-link.yellow:hover {
  color: #ffaa0d;
}
.btn-link.blue {
  color: #3fb8af;
}
.btn-link.blue:hover {
  color: #359a92;
}
.btn-link.red {
  color: #db1023;
}
.btn-link.red:hover {
  color: #b50d1d;
}
.btn-link.white {
  color: #fff;
}
.btn {
  font-size: 18px;
}
.btn.newBtn {
  -webkit-transition: 0s ease-out !important;
  -moz-transition: 0s ease-out !important;
  -o-transition: 0s ease-out !important;
  transition: 0s ease-out !important;
  background: #db1023;
  color: #ffffff;
  border-radius: 0;
  border: 2px solid #db1023;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .btn.newBtn {
    padding: 10px 32px;
  }
}
.btn.newBtn.white-text {
  border: 2px solid #fff;
  color: #fff;
}
.btn.newBtn.white-text:hover {
  border: 2px solid #db1023;
  color: #db1023;
  background: #fff;
}
.btn.newBtn.yellow {
  background: #FFB836;
  border-color: #FFB836;
}
.btn.newBtn.yellow:hover {
  color: #FFB836;
  background: #fff;
}
.btn.newBtn.grey {
  background: #505050;
  border-color: #505050;
}
.btn.newBtn.grey:hover {
  columns: #444444;
  background: #fff;
}
.btn.newBtn:hover {
  background: #fff;
  color: #db1023;
  box-shadow: none;
}
.cloud-feature-list {
  font-size: 14px;
}
.plan-list-column {
  border-left: 0;
  border-top: 1px solid #cdd2d2;
  border-bottom: 1px solid #cdd2d2;
  border-right: 1px solid #cdd2d2;
  padding: 24px;
}
.plan-list-column:first-child {
  border-left: 1px solid #cdd2d2;
}
.feature-plan-list.individual-plan-list-column .plan-description {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.feature-plan-list.individual-plan-list-column .plan-list > li {
  padding: 10px 0px;
  border-bottom: 1px #EFEFEF dashed;
}
.feature-plan-list.individual-plan-list-column .plan-list > li:first-child {
  border-top: 1px #EFEFEF dashed;
}
.feature-plan-list.individual-plan-list-column .plan-table-item {
  border: 1px solid #cdd2d2;
}
.feature-plan-list .plan-description {
  background-color: #EFEFEF;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 10px;
  padding: 12px 24px 12px 24px;
}
.feature-plan-list .plan-list > li {
  padding: 10px 0px;
  border-bottom: 1px #EFEFEF solid;
}
.plan-table-item .title {
  margin-bottom: 28px;
}
.plan-table-item .newBtn {
  margin-top: 28px;
}
.plan-table-item .selectize-control {
  margin: 20px auto;
  width: 80%;
}
.plan-table-item .selectize-input {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.plan-table-item .selectize-input:after {
  border-color: #db1023 transparent transparent transparent !important;
}
.plan-table-item .selectize-input:before {
  height: 100%;
  width: 42px;
  background: #F2F2F2;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-left: 1px solid #cdd2d2;
}
.plan-table-item .selectize-input:after {
  content: ">\<span class='glyphicon glyphicon-exclamation-sign'></span'>";
}
.plan-table-item .selectize-input > .item {
  color: #db1023;
  font-size: 18px;
  font-weight: 600;
}
.plan-table-item .selectize-input input {
  text-indent: -100px !important;
}
.plan-table-item .selectize-dropdown {
  border-radius: 0;
}
.plan-table-item .selectize-dropdown > .selectize-dropdown-content {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.plan-table-item .selectize-dropdown > .selectize-dropdown-content > .option {
  padding: 0;
  color: #db1023;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  background: none;
}
.feature-list-item img {
  height: 110px;
  width: 110px;
  margin-bottom: 24px;
  margin-top: 28px;
}
.feature-list-item .title {
  color: #323232 !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.feature-list-item .description {
  color: #727272;
  font-size: 16px !important;
}
.holiday-list-item img {
  height: 110px;
  width: 110px;
  margin-bottom: 24px;
  margin-top: 28px;
}
.holiday-list-item span {
  white-space: pre-wrap;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  background-color: white;
  padding: 10px;
  margin: 0 25px;
  box-shadow: 2px 2px 3px #888888;
}
.holiday-header {
  background-size: 100% 100%;
  margin-top: 60px;
}
.holiday-header h1 {
  font-family: 'Boogaloo', cursive !important;
  white-space: pre;
  margin: 0 0 50px 0 !important;
}
@media only screen and (max-width: 525px) {
  .holiday-header h1 {
    font-size: 25px !important;
  }
}
.holiday-lights {
  background-image: url("/images/holiday2018/lights.png");
  height: 161px;
  margin: -50px auto 80px -35%;
  width: 200%;
}
.holiday-footer {
  background-image: url("/images/holiday2018/footer.png");
  background-size: cover;
  height: 651px;
}
.holiday-red-text {
  color: #db1023;
}
.holiday-img {
  cursor: pointer;
}
.scout-holiday-img {
  width: 75px;
  position: absolute;
  z-index: 1;
  top: 20.5%;
}
@media only screen and (max-width: 767px) {
  .scout-holiday-img {
    top: 0;
    left: 0;
  }
}
.nova-holiday-img {
  width: 100px;
  position: absolute;
  z-index: 1;
  top: -17%;
  left: 75vw;
}
@media only screen and (max-width: 1400px) {
  .nova-holiday-img {
    left: 85vw;
  }
}
@media only screen and (max-width: 767px) {
  .nova-holiday-img {
    left: 75vw;
  }
}
.wreath-holiday-img {
  width: 75px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 18%;
}
.bell-holiday-img {
  width: 35px;
  position: absolute;
  margin-top: 30px;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  .bell-holiday-img {
    left: 10vw;
  }
}
.gift-holiday-img {
  width: 60px;
  position: absolute;
  margin: -200px auto 0 75px;
}
@media only screen and (max-width: 950px) {
  .gift-holiday-img {
    margin-top: -250px;
  }
}
@media only screen and (max-width: 767px) {
  .gift-holiday-img {
    margin-top: -175px;
  }
}
.sock-holiday-img {
  width: 50px;
  position: absolute;
  z-index: 1;
  transform: rotate(330deg);
  margin: 35px auto auto -10px;
}
#scout-modal .uk-modal-dialog,
#wreath-modal .uk-modal-dialog,
#nova-modal .uk-modal-dialog,
#gift-modal .uk-modal-dialog,
#sock-modal .uk-modal-dialog,
#bell-modal .uk-modal-dialog {
  width: 40%;
}
#scout-modal .uk-modal-dialog .holiday-img,
#wreath-modal .uk-modal-dialog .holiday-img,
#nova-modal .uk-modal-dialog .holiday-img,
#gift-modal .uk-modal-dialog .holiday-img,
#sock-modal .uk-modal-dialog .holiday-img,
#bell-modal .uk-modal-dialog .holiday-img {
  width: 100%;
}
@media only screen and (max-width: 650px) {
  #scout-modal .uk-modal-dialog,
  #wreath-modal .uk-modal-dialog,
  #nova-modal .uk-modal-dialog,
  #gift-modal .uk-modal-dialog,
  #sock-modal .uk-modal-dialog,
  #bell-modal .uk-modal-dialog {
    width: 75%;
  }
}
.uk-modal-page body {
  height: 99%;
  overflow: hidden;
}
.gray-bg {
  background: lightgray;
  margin: 20px -15px;
  padding: 0 5px;
}
#linux-hosting-details-table-body td:first-child {
  text-align: left;
}
#linux-hosting-details-table .badge,
#windows-hosting-details-table .badge,
#weebly-details-table .badge,
#compare-hosting-details-table .badge {
  background: #db1023;
}
#budget-dedicated-servers-table td,
#linux-hosting-pricing-list-table td,
#linux-hosting-details-table td,
#weebly-details-table td,
#compare-hosting-details-table td,
#shared-hosting-vs-shared-cloud-hosting-table-head td,
#windows-hosting-pricing-list-table td,
#windows-hosting-details-table td,
#shared-hosting-vs-shared-cloud-hosting-table td,
#plesk-shared-cloud-hosting-table td,
#cpanel-shared-cloud-hosting-table td,
#add-on-service-table td,
#bulkdomain-table td {
  text-align: center;
}
#add-on-service-table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
#ssd-virtual-private-server-table .row-header ul > li > span,
#dedicated-server-plan-table .row-header ul > li > span,
#ssd-high-performance-vps-table .row-header ul > li > span {
  text-align: center;
  display: block;
  margin-left: 0;
}
#dedicated-addon-service-table > table {
  margin-bottom: 0;
}
.table-has-fixed-header {
  margin-bottom: 0;
  padding-top: 29px;
}
.table-has-fixed-header > thead > tr > td {
  padding-top: 14px;
  padding-bottom: 14px;
}
.table-new thead.with-header-bg td {
  background: #db1023;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}
.table-new thead.with-header-bg td.null {
  background-color: transparent;
}
.table-new .valignMiddle {
  vertical-align: middle;
}
.table-new tbody tr > td {
  padding: 12px;
}
.table-new tbody tr > td[colspan] {
  background: #efefef;
}
.table-new tbody tr span.long-data {
  display: block;
  margin-left: 33px;
}
.table-new tbody tr span.badge {
  float: left;
}
.fixed-table {
  position: fixed;
  box-shadow: 0px 1px 10px 0 #444;
  background: #fff;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .fixed-table {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .fixed-table {
    position: absolute;
    /* IE10 */
    /* IE11 */
  }
  .fixed-table *::-ms-backdrop {
    position: absolute;
  }
}
.fixed-table tbody > tr > td {
  padding-top: 14px;
  padding-bottom: 14px;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .mobile-show {
    visibility: hidden;
  }
}
.uk-close {
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background: 0 0;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: .3;
}
.uk-close {
  font-size: 18px;
  opacity: 1;
  z-index: 1000;
}
.uk-modal-dialog > .uk-close:first-child {
  right: 12px;
  position: absolute;
  float: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .uk-modal-dialog > .uk-close:first-child {
    top: -12px;
  }
}
@media only screen and (min-width: 768px) {
  .uk-modal-dialog > .uk-close:first-child {
    top: 12px;
  }
}
.uk-close:after {
  opacity: 1!important;
  content: '\e5cd';
  font-family: "Material Icons";
}
@media only screen and (max-width: 767px) {
  .uk-close:after {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .uk-close:after {
    color: #727272;
  }
}
#addOnTable {
  display: none;
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
  overflow-y: hidden;
}
.narrowTable {
  width: 50% !important;
}
.modal-table > .uk-modal-dialog {
  position: static !important;
  margin: 150px auto;
  padding: 0;
  border-radius: 0;
}
.modal-table > .uk-modal-dialog .uk-modal-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.modal-table > .uk-modal-dialog .uk-modal-content > div {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.modal-table > .uk-modal-dialog .uk-modal-content > div::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  /* make scrollbar transparent */
}
.modal-table > .uk-modal-dialog .uk-modal-content .fixed-table {
  background: #fff;
  z-index: 999;
  box-shadow: 0px 1px 10px 0 #444;
}
@media only screen and (min-width: 768px) {
  .modal-table > .uk-modal-dialog .uk-modal-content .fixed-table {
    position: fixed;
    left: 0;
    top: 0;
  }
}
#add-on-service-modal > .uk-modal-dialog {
  height: 572px;
  overflow: auto;
}
#dedicated-addon-service-modal > .uk-modal-dialog {
  height: 572px;
  overflow: auto;
}
#windows-hosting-details-table {
  overflow: auto;
}
#windows-hosting-details-table-body td:first-child {
  text-align: left;
}
.plan-padding-bottom .body {
  padding-bottom: 10px;
}
.price-plan-card {
  background: #fff;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  border: none;
}
.price-plan-card > .image {
  padding-top: 20px;
  padding-bottom: 20px;
}
.price-plan-card > .image > img {
  height: 150px;
}
.price-plan-card .badge {
  background: #db1023;
}
.price-plan-card > .header {
  padding: 14px;
  border-bottom: 1px solid #ddd;
}
.price-plan-card > .header .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.price-plan-card > .header .subheader > ul > li {
  margin-bottom: 4px;
}
.price-plan-card > .header .subheader > ul > li.price {
  font-size: 20px;
  font-weight: 500;
}
.price-plan-card > .header .subheader > ul > li.discount {
  color: #db1023;
  text-transform: uppercase;
  font-size: 12px;
}
.price-plan-card > .header .subheader > ul > li.blue {
  color: #3fb8af;
}
.price-plan-card > .header .subheader > ul > li.yellow {
  color: #ffb836;
}
.price-plan-card > .header .subheader > ul > li.grey {
  color: #444444;
}
.price-plan-card > .body > ul.content > li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .price-plan-card > .body > ul.content > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.price-plan-card > .body > ul.content > li:first-child {
  border-top: 0;
}
.price-plan-card > .body > ul > li {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .price-plan-card.zoom {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 3px 11px rgba(0, 0, 0, 0.3);
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -40px;
    margin-bottom: -40px;
    -webkit-transition-duration: .3s;
    /* Safari */
    transition-duration: .3s;
  }
}
.price-plan-card.row-header {
  box-shadow: none;
}
.price-plan-card.row-header > .body {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.price-plan-card.row-header > .body .badge {
  background: #db1023;
  float: left;
  margin-left: 15px;
  margin-right: 14px;
}
.price-plan-card.row-header > .body .title {
  margin-left: 24px;
  display: block;
}
.price-plan-card.row-header > .body a {
  display: block;
}
.price-plan-card .newBtn {
  padding: 10px;
}
.clearfix > .padding-none {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .div-table {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (min-width: 768px) {
  .div-table > div {
    border-right: 1px solid #ddd;
  }
}
@media only screen and (min-width: 768px) {
  .div-table > div:first-child {
    border-left: 1px solid #ddd;
  }
}
.div-table li {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 10px;
  list-style-position: inside !important;
}
.div-table li:first-child {
  margin-top: 0;
  list-style: none;
  background: #db1023;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: #ffffff;
}
.div-table .list-style {
  padding-left: 0;
}
ul.list-inline-block > li {
  display: inline-block;
}
ul.list-disk > li {
  list-style: disc;
}
ul.list-asterisk > li:before {
  content: "*";
  padding-right: 8px;
}
ul.list-style {
  padding-left: 18px;
}
ul.list-style > li {
  list-style: disc;
}
ul.list-style.with-indent > li {
  text-indent: -22px;
  padding-left: 34px;
}
@media only screen and (min-width: 768px) {
  ul.box-tab > li {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  ul.box-tab > li {
    display: block;
    margin-bottom: 20px;
  }
}
ul.box-tab > li.active > a {
  background-color: #db1023;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  ul.box-tab > li.active > a:before {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #db1023;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 47%;
  }
}
ul.box-tab > li > a {
  padding: 18px;
  display: block;
  color: #444444;
  background-color: #ebebeb;
  position: relative;
}
.text-blue {
  color: #3fb8af;
}
.text-yellow {
  color: #ffb836;
}
.text-red {
  color: #db1023;
}
a.text-yellow:hover {
  color: #ffa603;
}
.border-none {
  border: 0 !important;
}
#new-header .navbar-fixed-top {
  z-index: 1009 !important;
}
.custom-column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.table-col-1-7 {
  width: 14.28%;
}
@media only screen and (min-width: 768px) {
  .col-sm-2-4 {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .col-sm-2-4 {
    width: 100%;
  }
}
.datasheet > ul > li > a > span {
  color: #3fb8af;
}
#dedicated-features .list-style {
  width: 80%;
  display: inline-block;
}
.plan-features > .row > div > .btn-holder.row > div > a:hover {
  color: #db1023;
}
.product_col > .feature .bottom-row > div > a.newBtn {
  border-radius: 0;
  text-transform: none;
  border: 2px solid #444;
  padding: 10px 32px;
  font-weight: 100;
}
.product_col > .feature .bottom-row > div > a.newBtn.yellow {
  background: #FFB836;
  border-color: #FFB836;
}
.product_col > .feature .bottom-row > div > a.newBtn.yellow:hover {
  color: #FFB836;
  background: #fff;
}
.plan-table .plan-container > .footer > .newBtn {
  border-radius: 0;
  text-transform: none;
  border: 2px solid #444;
  padding: 10px 32px;
  font-weight: 100;
}
.plan-table .plan-container > .footer > .newBtn.yellow {
  background: #FFB836;
  border-color: #FFB836;
  color: #fff;
}
.plan-table .plan-container > .footer > .newBtn.yellow:hover {
  color: #FFB836;
  background: #fff;
}
.bubble-tab.blue > li.active > a {
  background: #db1023;
  color: #ffffff;
}
.bubble-tab.blue > li > a:before {
  border-color: #3fb8af rgba(247, 215, 91, 0) rgba(247, 215, 91, 0);
}
.form-container-style1 {
  width: 80%;
  margin: 0 auto;
}
.form-container-style1 label {
  font-weight: 100;
  margin-bottom: 5px;
}
.form-container-style1 input {
  border-radius: 0;
}
.form-container-style1 input:focus {
  box-shadow: none;
  border-color: #db1023;
}
.form-container-style1 textarea {
  border-radius: 0;
  resize: vertical;
}
.form-container-style1 .g-recaptcha {
  display: inline-block;
}
#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media only screen and (max-height: 575px) {
  #rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (max-height: 575px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
form label.error {
  margin-top: 5px;
  font-size: 14px;
  color: #c80000;
}
#spinner-container {
  position: fixed;
  /* keeps the lightbox window in the current viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 repeat;
  opacity: 0.5;
  text-align: center;
  z-index: 100;
}
.uk-text-right {
  text-align: right;
}
.uk-button-primary {
  background-color: #3FB8AF;
  color: #fff;
  border-radius: 0;
  border: 2px solid #3FB8AF;
  box-shadow: none;
  -webkit-transition: 0s ease-out !important;
  -moz-transition: 0s ease-out !important;
  -o-transition: 0s ease-out !important;
  transition: 0s ease-out !important;
}
.uk-button-primary:hover {
  background-color: #fff;
  color: #3fb8af;
  box-shadow: none;
  outline: none;
}
.uk-button-primary:focus {
  background: #fff;
  box-shadow: none;
  color: #3fb8af;
  outline: none;
}
.uk-modal-dialog {
  border-radius: 0;
}
.faqs-accordion {
  margin-bottom: 24px;
  position: relative;
}
.faqs-accordion .uk-accordion-title {
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1.42857143;
  font-size: 24px;
  background: none;
  margin-left: 50px;
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
}
.faqs-accordion .uk-accordion-title .glyphicon {
  font-size: 18px;
  color: #db1023;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transition: 0.3s ease-out !important;
  -moz-transition: 0.3s ease-out !important;
  -o-transition: 0.3s ease-out !important;
  transition: 0.3s ease-out !important;
}
.faqs-accordion .uk-accordion-title.uk-active .glyphicon {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.faqs-accordion .uk-accordion-content {
  font-size: 18px;
  padding: 0;
  margin-left: 50px;
  font-family: 'Roboto';
  font-weight: 300;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .check-list.horizontal-check-list {
    display: inline-block;
  }
  .check-list.horizontal-check-list > .check-list-item {
    display: inline-block;
  }
  .check-list.horizontal-check-list > .check-list-item:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .check-list.horizontal-check-list > .check-list-item {
    margin-left: 0;
    text-align: left;
  }
}
.check-list.horizontal-check-list > .check-list-item {
  padding-left: 40px;
}
.check-list > .check-list-item {
  margin-left: 28px;
  position: relative;
  margin-bottom: 10px;
}
.check-list > .check-list-item:before {
  height: 16px;
  width: 26px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url('../images/checked.png');
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .width728 {
    margin: 0 auto;
    width: 728px;
  }
}
@media only screen and (min-width: 768px) {
  .text-center-non-mobile {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .text-center-non-mobile {
    text-align: left;
  }
}
.uk-modal .modal-extra-content {
  padding-bottom: 56px;
}
.about-us-list {
  margin-top: 24px;
}
.about-us-list .img-holder {
  height: 188px;
  width: 188px;
  display: inline-block;
  background-size: 100%;
}
.about-us-list h3 {
  margin-bottom: 5px;
}
.about-us-list h4 {
  font-size: 18px;
  font-weight: 300;
}
.bordered {
  border: 1px solid #cdd2d2;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .pdf-click-container.pull-right {
    margin-right: 0px;
    margin-left: 40px;
  }
}
.pdf-click-container.mobile {
  margin-bottom: 28px;
  margin-top: 28px;
}
.pdf-click-container .text {
  font-weight: 400;
}
