/* Proxima Nova */
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot') format('embedded-opentype') font-weight: normal;
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Semibold.eot') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Semibold.otf') format('opentype'), url('../fonts/ProximaNova-Semibold.ttf') format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Bold.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}



/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


body {
    font-family: 'ProximaNova-Regular', 'Segoe UI', 'Proxima Nova', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #717A81;
    font-weight: 300;
}

html, body {
  overflow-x:hidden;
}

.wrapper {
    width:100%;
	max-width: 1280px;
	margin: 0 auto;
}

p {
    padding-bottom: 20px;
}


h1,
h2,
h3,
h4,
h5 {
    color: #182338;
    font-weight: 700;
}

img {
    line-height: 1;
    vertical-align: bottom;
}

h1 {
    font-size: 44px;
    line-height: 52px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 6px;
}

h3 {
    font-size: 26px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 26px;
    color: #273651;
}

h5 {
    font-size: 16px;
    line-height: 24px;
    color: #273651;
}

a {
    color: #0097FC;
    font-weight: 500;
    text-decoration: none;
}

a:hover,
a:active, a:focus {
    color: #0EB2FF;
    text-decoration: underline;
}

section {
    padding: 88px 0px;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after,
.container:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

strong {
    color: #484e5b;
    font-weight: 500;
}

*:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

p {
    padding-bottom: 20px;
}



.title {

    padding-bottom: 44px;
    text-align: center;
    margin-top: -6px;
}

.titleleft {
    text-align: left;
}

.story .titleleft p {
    padding-bottom: 20px;
}

.title p {
    font-size: 18px;
    line-height: 26px;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-top: 6px;
}

.flex-grid .title {
    padding-left: 0px;
    padding-right: 0px;
}

.button {
    padding: 0px 24px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    color: #fff !important;
    background: #0097FC;
    box-shadow:inset 0px -2px 2px rgba(0,0,0,0.12);

    font-size: 16px;
    font-weight: 700;
    font-family: "ProximaNova-Regular", sans-serif;
}

.button:hover {
    color: #fff !important;
    text-decoration: none;
    background: #0FB3FF;
}

.button:focus {
    transform: scale(0.97);
    outline: none;
    text-decoration: none;
}

.button.outline {
    background: transparent;
    box-shadow: none;
    border: 1px solid #C0C3CE;
    line-height: 46px;
    color: rgba(37,46,55,0.7) !important;
    opacity:0.8;
}

.button.outline:hover {
    background: transparent;
    color: rgba(37,46,55,0.7) !important;
    box-shadow: none;
    opacity:1;
}

.button.outlinewhite {
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    line-height: 44px;
    color: #fff !important;
}

.button.outlinewhite:hover {
    background: #fff;
    color: #3cbeff !important;
    box-shadow: none;
}

.button.secondary {
    background: rgb(29, 42, 70);
    background: linear-gradient(90deg, rgba(29, 42, 70, 1) 0%, rgba(34, 49, 80, 1) 100%);
    border-color: #1d2a46;
}

.button.secondary:hover {
    background: rgb(31, 44, 73, 1);
    background: linear-gradient(90deg, rgba(29, 42, 70, 1) 0%, rgba(31, 44, 73, 1) 100%);
}

.button.disabled {
    background: #9197ad;
    cursor: not-allowed;
    opacity: 0.5;
}

.button.disabled:hover {
    background: #a7aec3;
}

.button.large {
  height:52px;
  line-height:50px;
}

/* Responsive Nav */

#header ul:nth-last-child(1) li:nth-last-child(1) {
    display:none;
}

.button_container {
    position: absolute;
    top: -2px;
    right: 0px;
    height: 20px;
    width: 28px;
    cursor: pointer;
    z-index: 1008;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.button_container.active {
    height: 22px
}

.button_container.active span:nth-of-type(3) {
    top: 20px !important
}

.button_container.active span {
    top: -2px !important
}

.button_container:hover span {
    background: #3cbeff
}

.button_container.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #3cbeff
}

.button_container.active .middle {
    opacity: 0;
    background: #3cbeff
}

.button_container.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #3cbeff
}



.button_container span {
    background: #fff;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
    z-index: 1008;
    border-radius: 4px;
}

.button_container span:nth-of-type(2) {
    top: 8px
}

.button_container span:nth-of-type(3) {
    top: 16px
}

.overlay {
    position: fixed;
    padding: 2px 20px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #080F2C;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 1008
}

.header {
    z-index: 1009
}

.svg-logo {
	height: 40px;
}

.fixed {
  position:fixed !important;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.overlay.open li:nth-of-type(7) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s
}

.overlay.open li:nth-of-type(8) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.overlay.open li.active {
    text-decoration: line-through
}

.overlay.open li.active a:after {
    width: 0% !important
}

.overlay nav {
    position: relative;
    margin-top: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 50px;
    top: 45%
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%
}

.overlay ul li {
    width: 100%;
    display: block;
    line-height: 34px;
    position: relative;
    opacity: 0;
    font-size: 18px;
    padding: 3px 0px;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    padding:6px 0px;
    text-decoration: none;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px
}

.overlay ul li a:hover {
    opacity: 1;
    color: #3cbeff
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 40px
}

.overlay ul li a.dropdown-toggle:after {
    display: inline-block;
    content: " ";
    background: url(../images/chevron-down.svg) center top no-repeat;
    width: 10px;
    height: 8px;
    margin-left: 8px;
}


@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%
    }

    100% {
        opacity: 1;
        left: 0
    }
}

.overlay .dropdown-menu,
.overlay ul li a.dropdown.active {
    background: rgba(245,245,255,0.03);
}

.overlay ul li a.dropdown.active {
    border-radius: 0px;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}

.overlay .dropdown-menu {
  border:0px !important;
  box-shadow:none !important;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.overlay ul li a.dropdown-toggle.active:after {
    background: url(../images/chevron-up.svg) no-repeat;
}

.overlay ul li ul li {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.overlay ul li a.dropdown.active {
    padding-bottom: 6px;
    padding-top: 6px;
    color: #3cbeff;
}

.overlay .logo {
    margin-top: 26px;
}

.bottomoverlay {
    position: absolute;
    padding: 0 20px;
    bottom: 28px;
    text-align: center;
    left: 0;
    right: 0
}

.bottomoverlay .button {
    width: 48%;
    float: right;
    padding: 0
}

.bottomoverlay .outlinewhite {
    float: left
}

.overlay .dropdown-menu {
    top: unset;
    left: unset;
    display: block;
    position: relative;
    float: none;
  }

.overlay .dropdown-menu a {
  padding:6px 0px;
  text-align:center;
}

.overlay .dropdown-menu a:hover {
    background: rgba(245,245,255,0.04);
}

/* CSS
-----------------------------------------------------------------------------*/


.text-thin {
    font-weight:300;
}

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

.text-lg {
    font-size:1.25rem;
    line-height:1.75rem;
}

.text-md {
    font-size:1.125rem;
    line-height:1.5rem;
}

.width-60 {
    width:60%;
}

.width-75 {
    width:75%;
}

.pull-left-img {
    float:left;
    margin-right:2rem;
}

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

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



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

.block {
    display:block;
}



.mt-8 {
    margin-top:8rem;
}

.mt-7 {
    margin-top:7rem;
}

.mt-6 {
    margin-top:6.25rem;
}

.text-sm {
    font-size:0.75rem;
}

.mute {
    opacity:0.75;
}

.va-sub {
    vertical-align: sub;
}

.va-mid {
    vertical-align: middle;
}

.va-top {
    vertical-align: top;
}

.font-22 {
  font-size:22px;
}

.header {
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  padding:28px 0px;
  height:104px;
}

.hero {
  background-color: #05091a;
  /* background:url('../images/home-bg.svg') center bottom no-repeat; */
  padding-bottom:240px;
  padding-top:180px;
  background-size:cover;
  margin-left:-1px;
  margin-right:-1px;
  margin-top:-1px;
}

#hero-about {
  background:url('../images/bg-about.svg') center bottom no-repeat;
  padding-bottom:88px;
  padding-top:160px;
  background-size:cover;
}

#hero-locations {
  background:url('../images/home-bg.svg') center bottom no-repeat;
  padding-bottom:180px;
  padding-top:160px;
  background-size:cover;
}

#hero-vps {
  background:url('../images/home-bg.svg') center bottom no-repeat;
  padding-bottom:150px;
  padding-top:160px;
  background-size:cover;
}

#hero-dc-1 {
  background:url('../images/dc-bg-1.svg') center bottom no-repeat;
  padding-bottom:106px;
  padding-top:160px;
  background-size:cover;
}

.hero.text-left p, .hero.text-left h1, .hero.text-left h3 {
  max-width:520px;
}

.hero strong {
  color:#fff;
}

.hero h1 {
  font-size:52px;
  line-height:60px;
  max-width:860px;
  margin:0px auto;
    color:#fff;
}

.hero p {
max-width:760px;
margin:0px auto;
}

.hero p, .hero span {
  color:#B3BBCC;
}

.opacity-50 {
  opacity:0.5;
}

.opacity-75 {
  opacity:0.75;
}

.rounded {
  border-radius:12px;
}

.rounded-md {
  border-radius:8px;
}

.rounded-sm {
  border-radius:6px;
}

#home-services {

  position:relative;
  margin-top:-80px;
}

.service-icon {
  height: 170px;
  margin-bottom: 15px;
  margin-top:-80px;
}

.font-16 {
  font-size:16px;
}

.font-18 {
  font-size:18px;
}

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

.font-12 {
  font-size:12px;
}


.font-26 {
  font-size:26px;
}

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

.font-20 {
  font-size:20px;
  line-height:30px;
}

.font-22 {
  font-size:22px;
  line-height:32px;
}

.plan-box {

  background:#fff;
  position:relative;
  padding:0px 36px 36px 36px;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 8%) !important;
}

.plan-box h2 {
  font-size:36px;
  line-height:44px;
}

.text-blue {
  color:#0097FC;
}

.plan-box:hover, .support-box:hover {
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 14%) !important;
}

.slanted-bg-1 {
  background:url('../images/controlpanel-bg-sm.png') center bottom no-repeat;
  background-size:cover;
  padding-bottom:160px;
}
.slanted-bg-2 {
  background:url('../images/controlpanel-bg-sm.png') center bottom no-repeat;
  background-size:cover;
  padding-bottom:160px;
}


@media screen and (min-width: 1920px) {
.slanted-bg-1 {
  background:url('../images/controlpanel-bg.png') center bottom no-repeat #f8f8fc;
  padding-bottom:160px;
}
.slanted-bg-2 {
  background:url('../images/controlpanel-bg.png') center bottom no-repeat #f8f8fc;
  padding-bottom:160px;
}
}


@media screen and (min-width: 2560px) {
.slanted-bg-1 {
  background:url('../images/controlpanel-bg-xl.png') center bottom no-repeat #f8f8fc;
  background-size:auto;
  padding-bottom:160px;
}
.slanted-bg-2 {
  background:url('../images/controlpanel-bg-xl.png') center bottom no-repeat #f8f8fc;
  background-size:auto;
  padding-bottom:160px;
}
}


@media screen and (min-width: 3440px) {
.slanted-bg-2, .slanted-bg-1 {
  background:#f8f8fc;
  padding-bottom:88px;
  margin-bottom:60px;
}
}

.toggle-box {
  box-shadow:0px 2px 5px rgba(11,40,65,0.08);
  background:#FBFBFE;
  border:1px solid #E1E1EF;
}

.toggle {
  padding:0px;
  border-bottom:1px solid #E1E1EF;
}

.toggle:hover {
  cursor:pointer;
}

.toggle h4 {
  line-height:32px;
  font-size:20px;
  color:rgba(31,37,43,0.4);
}

.toggle h4 img {
  float:left;
  opacity:0.75;
}

.toggle:hover h4 {
color:rgba(31,37,43,0.5);
}

.toggle:hover img {
opacity:1;
}

.toggle .active {
  background:#fff;
}

.toggle .active h4 {
  color:#0D273F;
}

.toggle .active img {
  opacity:1;
}

#toggle-top {
  border-top-right-radius:6px;
  border-top-left-radius:6px;
}

#toggle-bottom {
  border-bottom:0px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}

#toggle-left {
  padding-right:80px;
}

.windows-included {
    background: #F8F8FC;
    height: auto;
    padding: 8px 28px;
    border-radius: 52px;
    display: inline-block;
    line-height: 28px;
}

.feature-icon {
	height: 80px;
}

.icon-left {
  background:#F8F8FC;
  height:80px;
  width:80px;
  text-align:center;
  border-radius:50%;
  line-height:80px;
  position:absolute;
  top:0px;
  left:0px;
}

.has-img-left {
  position:relative;
  padding-left:110px;

}

.features .col {
  padding-bottom:40px;
}

.features .row {
  margin-bottom:-60px;
}

.map {
  background:url('../images/world-map.svg') center center no-repeat;
  width:984px;
  height:392px;
  margin:0px  auto;
}


.border-top {
  border-top:1px solid rgba(135,138,146,0.2);
}
.border-bottom {
  border-bottom:1px solid rgba(135,138,146,0.2);
}
.border-left {
  border-left:1px solid rgba(135,138,146,0.2);
}
.border-right {
  border-right:1px solid rgba(135,138,146,0.2);
}

.blue-bg {
  background:url("../images/bg-blue.png") center center;
  color:#E2F2FF;
}

.blue-bg h2, .blue-bg h3, .blue-bg h4 {
  color:#fff;
}

#home-testimonials p {
  max-width:760px;
  margin:0px auto;
}

.less-padding {
  padding:68px 0px;
}

.footer {
  background:#080F2C;
  padding:88px 0px;
    color:#B0BFCC;
}

.copyright {
  background:#111733;
  line-height:37px;
}

.copyright strong, .footer strong {
  color:#fff;
}

.footer a {
  color:#B0BFCC;
  font-family:"ProximaNova-Regular",sans-serif;
}

.footer ul li a {
  font-weight:300;
display:block;
}

.footer a:hover {
  text-decoration: none;
  color:#3cbeff;
}

.footer h3 {
  color:#fff;
}

.grad-bg {
  background: rgb(250,250,252);
background: linear-gradient(180deg, rgba(250,250,252,1) 0%, rgba(255,255,255,1) 68%);
}

.reverse-grad-bg {
  background: rgb(250,250,252);
background: linear-gradient(360deg, rgba(250,250,252,1) 0%, rgba(255,255,255,1) 88%);
}

.support-box:hover {
  cursor:pointer;
}

#about-intro p {
  max-width:880px;
  font-size:20px;
  line-height:32px;
}

#about-intro h2 {
  line-height:44px;
}

#about-intro {
  background:url("../images/splash-bg.png") center top 40px no-repeat;
}

#circle-list li {
  background:url('../images/circletick.svg') top left no-repeat;
  padding-left:40px;
  margin-bottom:30px;
}

#circle-list li:nth-last-child(1) {
  margin-bottom:0px;
}

.tl {
  background:url('../images/tl-bg.svg') center center repeat-y;
}

.tl li {
  width:50%;
  margin-left:50%;
  padding-left:5%;
  position:relative;
  padding-bottom:30px;
}



.tl-icon {
    background: #F8F8FC;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    position: absolute;
    top: 0px;
    left: -24px;
}

.tl li:nth-child(2n) {
  width:50%;
  padding-right:5%;
  padding-left:0%;
  margin-left:0%;
  margin-right:50%;
  text-align:right;
}

.tl li:nth-child(2n) .tl-icon {
  left:unset;
  right:-24px;
}

.tl h3 {
  padding-top:8px;
}
.tl h3 small {
  background:#0097FC;
  border-radius:4px;
  padding:0px 10px;
  height:24px;
  line-height:24px;
  color:#fff;
  font-size:16px;
  display:inline-block;
  float:left;
  margin-right:12px;
  position:relative;
}

.tl h3 small:after {
    content: '';
    position: absolute;
    left: -4px;
    top: 6px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #0097FC;
}

.tl li:nth-child(2n) h3 small{
  float:right;
  margin-left:12px;
  margin-right:0px;
}

.tl li:nth-child(2n) h3 small:after {
  left:unset;
  right:-4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0097FC;
  border-right:unset;
}

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

#cta-bottom {
  background:url('../images/bg-slanted-top-sm.png') center top no-repeat;
  padding-top:150px;
  background-size:cover;
  padding-bottom:64px;
  margin-top:-70px;
}

@media screen and (min-width: 1920px) {
  #cta-bottom {
    background:url('../images/bg-slanted-top.png') center top no-repeat;
  }
}


@media screen and (min-width: 2560px) {
#cta-bottom {
  background:url('../images/bg-slanted-top-xl.png') center top no-repeat #f8f8fc;
  background-size:auto;
}
}

@media screen and (min-width: 3440px) {
#cta-bottom {
  background: #f8f8fc;
  padding-top:68px;
  margin-top:0px;
}
}

.hero h3 {
  font-weight:normal;
}

.header a, .header a:visited {
  color:#fff;
}

.header a:hover, .header a:focus {
      color: #0097FC;
      text-decoration: none;
}



#location-boxes {
  position:relative;
  margin-top:-120px;
}

#location-boxes .plan-box {
  padding:36px;
}


  #location-boxes .carousel-control.prev {
      background: url(../images/locations-prev.svg);
      background-repeat: no-repeat;
      left: unset;
      right:48px;
      top:-44px;
  }
  #location-boxes .carousel-control.next {
      background: url(../images/locations-next.svg);
      background-repeat: no-repeat;
      left: unset;
      right:0px;
      top:-44px;
  }

.light-bg {
  background:#F8F8FC;
}

.va-base {
  vertical-align: baseline;
}

#ping-box {
  padding:40px;
}

.pingbutton {
  border:0px;
  background:rgba(227,227,232,0.4);
  border:1px solid #E3E3E8;
  box-shadow:none;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  color:#62686D !important;
  font-weight:normal;
  float:right;
  line-height:46px;
  width:33.333%;
}

.pingbutton:hover {
background:rgba(227,227,232,0.6);
color:#42464A !important;
}

.ping-select {
  width:66.6667%;
  float:left;
  font-family:"ProximaNova-Regular",sans-serif;
    padding: 0px 20px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    border:1px solid #E3E3E8;
    -webkit-appearance:none;
    appearance:none;
    background:url('../images/select-down.svg') center right 20px no-repeat #fff;
    border-right:0px;
}

#ping-results {
  background:#111733;
  border-radius:8px;
  padding:24px;
  color:#B3BBCC;
  line-height:32px;
}

#ping-results strong {
  color:#fff;
}

.vps-icon-page {
  height:100px;
  width:auto;
  float:left;
  margin-right:12px;
    margin-left:-12px;
    margin-bottom:-12px;
}

#vps-pricing-boxes .plan-box:hover {

      box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 8%) !important;
}

#vps-pricing-boxes {
  position: relative;
  margin-top: -80px;
}

#vps-pricing-boxes .row {
  margin-left:0px;
  margin-right:0px;
}


#vps-pricing-boxes .col {
  padding:24px 24px 24px 24px;
  background:#F9FBFD;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

#vps-pricing-boxes .col.active {
  background:#fff;
  cursor:pointer;
}

#vps-pricing-boxes .col img,
#vps-pricing-boxes .col h4,
#vps-pricing-boxes .col p {
  opacity:0.5;
}

#vps-pricing-boxes .col.active img,
#vps-pricing-boxes .col.active h4,
#vps-pricing-boxes .col.active p {
opacity:1;
}

#vps-pricing-boxes .col:hover img,
#vps-pricing-boxes .col:hover h4,
#vps-pricing-boxes .col:hover p {
  opacity:0.6;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#vps-pricing-boxes .col.active:hover img,
#vps-pricing-boxes .col.active:hover h4,
#vps-pricing-boxes .col.active:hover p {
  opacity:1;
}

#vps-pricing-boxes .col:hover {
opacity:1;
cursor:pointer;
}

#vps-pricing-boxes .col:nth-child(1) {
  border-top-left-radius:12px;
}

#vps-pricing-boxes .col:nth-last-child(1) {
  border-top-right-radius:12px;
}

#vps-pricing-boxes h4 {
  font-size:20px;
}

#table-box {
  width:100%;
  background:#F8F8FC;
  border-radius:8px;
  padding:8px;
}

#table-pricing {
  width:100%;
  display:table;
}

#table-pricing th {
  color:rgba(113,122,129,0.64);
  font-size:14px;
  font-family:"ProximaNova-Bold",sans-serif;
  text-transform: uppercase;
  text-align:left;
  padding:4px 20px 10px 20px;
}

#table-pricing td {
  background:#fff;
  border-bottom:1px solid rgba(151,151,151,0.2);
  padding:16px 20px;
}

#table-pricing tr:nth-last-child(1) td {
  border-bottom:0px;
}

#table-pricing tr:hover td {
  background:#FCFCFE;
  transition:none;
}

#table-pricing tr:nth-child(1) td:nth-child(1) {
  border-top-left-radius:8px;
}

#table-pricing tr:nth-child(1) td:nth-last-child(1) {
  border-top-right-radius:8px;
}



#table-pricing tr:nth-last-child(1) td:nth-child(1) {
  border-bottom-left-radius:8px;
}

#table-pricing tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom-right-radius:8px;
}

#table-pricing td .button {
  width:100%;
  display:block;
  text-align:center;
  padding:0px;
}

#vps-use-cases .font-18{
  line-height:28px;
}

.white-bg {
  background:#fff;
}

#use-cases-row .col h4 {
  line-height:40px;
}

.shadow-md {
    box-shadow: 0 0.25rem 0.25rem rgb(0 0 0 / 8%) !important;
}

#vps-use-cases .shadow-md:hover {
    box-shadow: 0 0.33rem 0.33rem rgb(0 0 0 / 14%) !important;
}

.dark-bg {
  background:#101837;
  color:#D0D9ED;
}

.dark-bg h2, .dark-bg strong {
  color:#fff;
}

#compare-table {
  display:table;
  width:100%;
  border-collapse: separate;
}

#compare-table thead th {
  padding:24px 20px;
  text-align:center;
}

#compare-table tr td {
  padding:14px 20px;
  text-align:center;
  background:#1B2241;
}

#compare-table tr:nth-child(2n) td {
  background:transparent;
}

#first-col {
  width:25%;
  text-align:left;
}

#header-hyonix {
  border-top-right-radius:8px;
  border-top-left-radius:8px;
  border:2px solid #0097FC;
  border-bottom:0px;
}

#col-hyonix {
border:2px solid #0097FC;
border-bottom:0px;
border-top:0px;
}

#first-col {
  color:#fff;
  font-weight:500;
  text-align:left !important;
}

#col-hyonix-order {
  padding:0px !important;
  border:2px solid #0097FC;
  border-bottom:0px;
  border-top:0px;
    border-bottom-right-radius:8px;
    border-bottom-left-radius:8px;
}


#col-hyonix-order .button {
  width:100%;
  display:block;
  border-top-right-radius:0px;
  border-top-left-radius:0px;
}

.semibold {
  font-weight:500;
}


#location-features {
  position:relative;
  margin-top:-80px;
}

#location-features .col .plan-box {
  padding:36px;
}
#location-features .col .plan-box h4 {
  line-height:48px;
  font-size:20px;
}

.bullet-list img {
  display:none;
}

.bullet-list li {
  background:url('../images/bullet.svg') left 9px no-repeat;
  padding-left:18px;
  margin-top:10px;
}

#startat {
  line-height:48px;
}

.dc-pic {
  display:block;
  width:100%;
  height:auto;
}

#dc-pics .col {
  padding:0px 2px;
}

#dc-pics .row {
  margin:0px 0px;
}

.ping-table-fix tr td, .ping-table-fix  thead th  {
  text-align:left !important;
}

.ping-table-fix thead th {
  font-size:13px;
  color:rgba(158,178,196,0.5) !important;
  font-weight:600 !important;
  padding:8px 20px !important ;
}

.ping-table-fix tr td {
  padding:24px 20px !important;
}

.lesser-padding {
  padding:40px 0px;
}

.font-30 {
  font-size:30px;
  line-height:38px !important;
}

.input {
  height:48px;
  font-family:"ProximaNova-Regular",sans-serif;
  background:#F9F9FD;
  border-radius:6px;
  padding:0px 20px;
  border:0px;
  display:block;
  width:100%;
  margin-top:2px;
}

label {
  font-size:13px;
  color:rgba(113,122,129,0.75);
  text-transform: uppercase;
  font-weight:500;
}

.submitbutton {
  border:0px;
  width:100%;
  text-align:center;
}

.textarea {
  min-height:176px;
  font-family:"ProximaNova-Regular",sans-serif;
  background:#F9F9FD;
  border-radius:6px;
  padding:15px 20px;
  border:0px;
  display:block;
  width:100%;
  margin-top:2px;
}

#service-row .vps-icon-page {
  max-width:100px;
}

#contact-box {
  padding:40px;
}


/* Bootstrap Carousel Only */

.carousel {
    position: relative;
    padding-bottom: 0px;
    z-index: 1001;
}

.carousel-inner {
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;

}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0px;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}


.tab-pane {
    display: none;
}


.tab-pane.active {
    display: block;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .0s linear;
    -o-transition: opacity .0s linear;
    transition: opacity .0s linear;

}

.fade.in {
    opacity: 1;
}



.carousel-indicators {
    z-index: 15;
    padding-left: 0;
    position: relative;
    text-align: center;
    list-style: none;
    margin-top: 18px;
    height: auto;
    margin-bottom: -7px;
}

.carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.48);
    border-radius: 10px;
}

.carousel-indicators li:hover {
    background-color: rgba(255, 255, 255, 0.68);
}

.carousel-indicators .active {
    width: 24px;
    height: 8px;
    margin: 0px 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #fff;
}


.carousel-control {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 36px;
    height: 36px;
    margin-top:-18px;
    opacity: 0.48;
}

.carousel-control:hover {
    opacity: 1;
}

.carousel-control.prev {
    background: url('../images/locations-prev.svg');
    background-repeat:no-repeat;
    right: unset;
}

.carousel-control.next {
    background: url('../images/locations-next.svg');
    background-repeat:no-repeat;
    right: 5%;
    left: unset;
}

#single-testimonial .carousel-control {
  width:24px;
  height:118px;
  margin-top:-59px;
}

#single-testimonial .carousel-control.prev {
    background: url('../images/test-prev.png');
    background-repeat:no-repeat;
    right: unset;
    left:5%;
}

#single-testimonial .carousel-control.next {
    background: url('../images/test-next.png');
    background-repeat:no-repeat;
    right: 5%;
    left: unset;
}




.toggle .toggle-title {
    position: relative;
    display: block;
    margin-bottom: 0px;
    padding:24px 28px;
}

.toggle .toggle-title:hover h3 {

      color: #0097FC;
}

.toggle .toggle-title h3 {
    margin: 0px;
    line-height: 28px;
    cursor: pointer;
    text-transform: unset;
    font-size:18px;
    margin-top: 7px;
    margin-bottom: 8px;
    font-family: "ProximaNova-Semibold", sans-serif;
}

.toggle .toggle-inner {
    padding: 6px 40px 24px 0px;
    display: none;

    margin-right: 0px;
}

#home-panel .toggle .toggle-inner {
    padding: 0px 28px 28px 28px;
  }

  #toggle-top .toggle-title {
    border-top-right-radius:6px;
    border-top-left-radius:6px;
  }

  #toggle-bottom .toggle-title {
    border-bottom-right-radius:6px;
    border-bottom-left-radius:6px;
  }

.toggle .toggle-inner p {
    padding-bottom: 0px;
}

.toggle .toggle-inner div {
    max-width: 100%;
}

.toggle .toggle-title .title-name {
    display: block;
    padding: 10px 0px 10px 24px;
}

.toggle .toggle-title i {
    position: absolute;
    background: url('../images/faq-right.svg') left center no-repeat;
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
    margin: 0px;
    left: 0px;
    top: 16px;
}

.faqtoggle .toggle-title h3 {
  position:relative;
}

.faqtoggle .toggle-title {
padding:0px;
}

.faqtoggle {
  border-bottom:0px;
}

.toggle .toggle-title.active i {
    background: url('../images/faq-down.svg') left center no-repeat;
    left:0px;
}

.faqtoggle .toggle-inner {
  padding-top:0px;
  margin-top:-8px;
}

.toggle-title:hover {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.toggle-title.active:hover {
    background-color: transparent;
    cursor: auto;
}

.toggle:hover .toggle-title.active i {
    margin-left: 0px;
}

.toggle .toggle-title.active .title-name {
    color: #0097FC;
}

.toggle .bullet-list {
    margin-top: 10px;
    margin-left: 12px;
}

.toggle .bullet-list li {
    padding: 3px 0px 3px 13px;
}

.carousel-indicators .active {
  background:#fff;
  border-color:#fff;
}

#home-testimonials .carousel-control.next {
  width:14px;
  height:79px;
  margin-top:-60px;
      background: url(../images/testimonial-next.svg);
}


#home-testimonials .carousel-control.prev {
  width:14px;
  height:79px;
  margin-top:-60px;
      background: url(../images/testimonial-prev.svg);
}

.toggle.active {
  background:#fff;
}


.toggle-title img:nth-child(1) {
  display:inline-block;
}

.toggle-title img:nth-child(2) {
  display:none;
}

.toggle-title.active img:nth-child(1) {
  display:none;
}

.toggle-title.active img:nth-child(2) {
  display:inline-block;
}

#home-services .plan-box:hover {
  margin-top:-0.25rem;
      -webkit-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      transition: all 0s ease-in-out;
}

#home-services .plan-box.mt-n4:hover {
  margin-top:-1.75rem !important;
  margin-bottom:0.25rem;
      -webkit-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      transition: all 0s ease-in-out;
}





.changer{
    margin:0 auto;
    width:auto;
    float:right;
    line-height:30px;
    margin-top:22px;
    display:flex;
}
.changer div{
    display:inline-block;
    float:left;
    cursor:pointer
}
.switch{
    display:block;
    background:#151B36;
    -webkit-border-radius:24px;
    -moz-border-radius:24px;
    border-radius:24px;
    width:42px;
    height:22px;
    margin:4px 12px;
    position:relative
}
.switch-label{
    position:relative;
    z-index:999;
    float:left;
    width:24px;
    height:24px;
    cursor:pointer;  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

}
.switch-label:active{
    font-family:'ProximaNova-Bold',sans-serif
}
.switch-label-off{
    width:0
}
.switch-label-on{
    width:42px
}
.prem-active .switch-label-off{
    width:42px
}
.prem-active .switch-label-on{
    width:0
}
.switch-input{
    display:none!important
}
.switch-input:checked + .switch-label{
    -webkit-transition:0.15s ease-out;
    -moz-transition:0.15s ease-out;
    -o-transition:0.15s ease-out;
    transition:0.15s ease-out
}
.switch-input:checked + .switch-label-on~.switch-selection{
    left:22px
}
.switch-selection{
    display:block;
    position:absolute;
    z-index:1;
    top:3px;
    left:3px;
    width:16px;
    height:16px;
        background:#0097FC;
    border-radius:50%
}



.price-monthly {
  display:none;
}
.price-annually {
  display:none;
}
.price-monthly.active {
  display:block;
}
.price-annually.active {
  display:block;
}


.price-monthly.button {
  display:none !important;
}
.price-annually.button {
  display:none !important;
}
.price-monthly.button.active {
  display:block !important;
}
.price-annually.button.active {
  display:block !important;
}

.active-switch-text label {
  color:#43484C;
}

#vps-pricing label {
  text-transform: capitalize;
  font-size:16px;
  letter-spacing:0px;
  cursor:pointer;
}

.label-red {
  font-size:12px;
  color:#fff;
  font-weight:700;
  background:#F60F0F;
  border-radius:5px;
  padding:6px 8px 4px 8px;
  line-height:14px;
  position:relative;
  margin-left:8px;
    white-space: nowrap;
    display:inline-block;
}

.label-red:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 6px;
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #F60F0F;
  }

  #vps-use-cases .carousel-control.prev {
      background: url(../images/uses-prev.svg);
      background-repeat: no-repeat;
      left: unset;
      right:48px;
      top:-20px;
  }
  #vps-use-cases .carousel-control.next {
      background: url(../images/uses-next.svg);
      background-repeat: no-repeat;
      left: unset;
      right:0px;
      top:-20px;
  }

  #vps-use-cases .carousel-inner {
    padding-bottom: 20px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    width: calc(100% + 24px) !important;
    margin-bottom: -20px !important;
  }

.cp {
  display:none;
}

.cp.active {
  display:block;
}

#plan-compare-changer {
  background:url('../images/select-down.svg') center right 12px no-repeat #fff;
  height:48px;
  font-family:"ProximaNova-Regular",sans-serif;
  padding:0px 60px 0px 12px;
  line-height:48px;
  font-size:16px;
  color:#5C666F;
  border-radius:5px;
  -webkit-appearance:none;
  appearance:none;
}

.header .dropdown-menu {
  padding:0px;
  right: -18px;
left: unset;
    top: 32px;
    min-width:200px;
    border-radius:8px;
}

.header ul .dropdown {
  padding-right:18px;
}

.header ul .dropdown:after {
    width: 10px;
    height: 6px;
    background: url(../images/nav-down.svg) no-repeat;
    display: block;
    content: ' ';
    position: absolute;
    top: 6px;
    right: 0px;
}

.header ul .dropdown.active:after,
.header ul .dropdown:hover:after {
    background: url(../images/nav-down-blue.svg) no-repeat;
}


.header ul li .dropdown-menu a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    padding: 12px 20px;
    line-height: 24px;
    color: #141e24;
    background: #fff;
    display: block;
    border-radius: 6px;
    font-size: 16px;
}


.header ul li .dropdown-menu a:hover {
  background:#F9FBFD;
  color:#00AEFF;
}

.header .dropdown-menu li {
    margin-left: 0 !important;
    height: auto !important;
    display: block !important;
    float: none !important;
    border-bottom: 1px solid #f3f5f9;
}


.header .dropdown-menu li:nth-last-child(1) {
  border-bottom:0px;
}

.header ul li .dropdown-menu:before {
    background: #fff;
    border-right: 0;
    border-top: 0;
    content: "";
    height: 10px;
    right: 16px;
    position: absolute;
    top: -2px;
    transform: rotate(135deg);
    width: 15px;
}

.header ul li {
  position:relative;
}

.header .button {
  height:44px;
  margin-top:2px;
  line-height:44px;
}
.header .outlinewhite {
  height:44px;
  line-height:42px;
}

#location-boxes .plan-box:hover {
  cursor:pointer;
}

#location-boxes .plan-box img {
  height:108px;
}

#location-boxes .col {
    padding: 0px 10px;
  }

#location-boxes .row {
  margin-left:-10px;
  margin-right:-10px;
}

.map {
  position:relative;
}

.pin {
  position:absolute;
}


.pinhover {
  display:none;
  background:#19203E;
  color:#CED1E4;
  border-radius:8px;
  font-size:14px;
  line-height:22px;
white-space: nowrap;
min-width:260px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%) !important;
    padding: 18px 24px;
    position:absolute;
    text-align:center;
    z-index:1002;
}

.pinhover h5 {
  color:#fff;
}

.pinhover .button {
  height:44px;
  line-height:44px;
}

.pinhover:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left:-6px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #19203E;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.pinhover:before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left:-6px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: rgba(0,0,0,0.07);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.rightpin:before {
  left:unset;
  right:32px;
}
.rightpin:after {
  left:unset;
  right:32px;
}

.toppin:after {
bottom:unset;
top:-14px;
border-top-color: transparent;
border-bottom-color: #19203E;
}

.toppin:before {
bottom:unset;
top:-16px;
border-top-color: transparent;
border-bottom-color: rgba(0,0,0,0.07);
}

.hover {
  display:inline-block;
}

.pulse {
	margin: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #818492;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(85, 88, 100, .2);
	animation: pulse 1.5s infinite;
}
.pinactive .pulse {
	margin: 0;
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(2,156,228, 1);
	cursor: pointer;
	box-shadow: 0 0 0 rgba(2,156,228, .4);
	animation: pulseactive 1.5s infinite;
}

.pulse:hover {
	animation: none
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(85, 88, 100, .2)
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(85, 88, 100, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(85, 88, 100, 0)
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(85, 88, 100, .2);
		box-shadow: 0 0 0 0 rgba(85, 88, 100, .4)
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(85, 88, 100, 0);
		box-shadow: 0 0 0 10px rgba(85, 88, 100, 0)
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(85, 88, 100, 0);
		box-shadow: 0 0 0 0 rgba(85, 88, 100, 0)
	}
}

@-webkit-keyframes pulseactive {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(2,156,228, .4)
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(2,156,228, 0)
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(2,156,228, 0)
	}
}

@keyframes pulseactive {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(2,156,228, .4);
		box-shadow: 0 0 0 0 rgba(2,156,228, .4)
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(2,156,228, 0);
		box-shadow: 0 0 0 10px rgba(2,156,228, 0)
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(2,156,228, 0);
		box-shadow: 0 0 0 0 rgba(2,156,228, 0)
	}
}

.pin {
  padding:6px;
  cursor:pointer;
  margin:-6px;
}

.pin.dallas {
  position:absolute;
  top: 178px;
  left: 178px;
}

.dallashover {
  position:absolute;
  top: 217px;
  left: 59px;
}

.pin.la {
  position:absolute;
  top: 175px;
  left: 137px;
}

.lahover {
  position:absolute;
  top: 215px;
  left: 17px;
}

.pin.va {
    position: absolute;
    top: 143px;
    left: 248px;
}

.vahover {
  position:absolute;
    top: -50px;
    left: 128px;
}
.pin.london {
    position: absolute;
    top: 62px;
    left: 466px;
}

.londonhover {
  position:absolute;
    top: -127px;
    left: 346px;
}

#location-boxes .carousel-inner {
  padding-bottom: 20px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-left: -12px !important;
  margin-right: -12px !important;
  width: calc(100% + 24px) !important;
  margin-bottom: -20px !important;
}

#cta-bottom .toggle .active {
  background:transparent;
}

#service-row .white-bg:hover {
    box-shadow: 0 0.35rem 0.35rem rgb(0 0 0 / 14%) !important;
}


#toggle-left {
  margin-bottom:-80px;
}

#showless {
  display:none;
}

.moreactive #showless {
  display:inline-block;
}

.moreactive #showmore {
  display:none;
}

.show-more {
  background:#F2F2F8;
    box-shadow: inset 0px -2px 2px rgb(0 0 0 / 2%);
    color:rgba(37,46,55,0.8) !important;
    font-weight:500;
}
.show-more:hover {
  background:#E5E5EC;
  color:rgba(37,46,55,1) !important;
}

#vps-pricing-more .show-more {
  background:#fff !important;
    color: #0097FC !important;
}
#vps-pricing-more .show-more:focus {
  outline:none;
  text-decoration: none;
}

#vps-pricing-more .show-more:hover {
    background: #F9FBFD !important;
    text-decoration: none !important;
}

#vps-pricing-more {
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
}

#vps-pricing-more:hover {
    background: #F9FBFD;
}

.main-nav li:nth-last-child(1) {
    display: none;
}

.mobileonly {
  margin-right:12px;
  display:none;
}

.compare-list li {
  line-height:28px;
  padding:2px 0px;
}

.compare-bg-fix {
  background:#F9FBFD !important;
}

.more-tl .col:hover {
  cursor:default !Important;
}






/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 10px 16px;
    width: 170px;
    background-color: #1e1d4a;
    background-color: rgba(24, 30, 57, 0.95);
    border-radius: 6px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.plan-row .tooltip:after,
.plan-row [data-tooltip]:after {
    text-align: center;
    height: auto;
    white-space: normal;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #1e1d4a;
    border-top-color: rgba(24, 30, 57, 0.95);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -60px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-left-color: #000;
    border-left-color: rgba(24, 30, 57, 0.95);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%;
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: rgba(24, 30, 57, 0.95);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%;
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: rgba(24, 30, 57, 0.95);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
    top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px;
}

.more-tl {
  width:100%;-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
-ms-transition: none;
transition: none;
}

.thefaq {
  background:url('../images/faqbg.png') center top no-repeat #F8F8FC !important;
}



@media screen and (min-width: 2560px) {
.thefaq {
  background:url('../images/bg-slanted-top-xl.png') center top no-repeat #f8f8fc !important;
  background-size:auto;
  padding-top:168px !important;
}
}



@media screen and (min-width: 3440px) {
.thefaq {
  background:#f8f8fc;
  background-size:auto;
}
}

.tab-nav {
  margin:0px auto;
    display:inline-block;
    padding:4px;
    background:#EDEDF2;
    border-radius:52px;
    height:52px;
}

.tab-nav li {
  display:inline-block;
}


.tab-nav li a {
  display:block;
  height:44px;
  line-height:44px;
  border-radius:44px;
  background:transparent;
  color:rgba(92,102,111,0.75);
  min-width:206px;
  text-align:center;
}

.tab-nav li a:focus {
  text-decoration: none;
}

.tab-nav li a:hover {
  text-decoration: none;
  background:#E4E4EC;
  color:rgba(92,102,111,1);
}

.tab-nav li.active a {
  color:#fff;
    background: #0097FC;
}

.col-lg-autofix {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
