﻿body {
	margin: 0px;
	padding: 0px;
	background: #121212;
	font: 13px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	line-height: 18px;
}

.selected {
	color: #cc0000!important;
}


ol li {
	padding-top:5px;
	padding-bottom:5px;
}
p, ol, ul {
	line-height: 1.37em;
}

p .bodyHighlight{
  color:#c94802;
  font-weight:bold;
} 

a {
	color: #6396cb;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}


/* Sign Up Razor Pages */

.signup-header-block {
	padding: 13px;
	background-color: #eeeeee;
	border-radius: 5px;
	width: 260px;

}

#signup-title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}
#signup-title h2 {
	font-size: 25px;
	color: #2d2d2d;
	line-height: normal;
	margin: 0;
}

#signup-gratitude {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: italic;
	color: #484848;
	padding: 40px 60px 10px 60px;
	text-align: center;
}

.register-step-block {
	width: 300px;
}
.register-step-block p {
	padding: 12px 26px;
}

#signup-form-domain {
	background-color: #ececec;
	padding: 25px 30px;
	display: flex;
	margin: auto;
	width: 870px;
}

#signup-form-domain-text{
	padding: 20px;
	color: #484848;
	width: 300px;
	text-align: center;
	border-right: solid grey 1px ;
	line-height: 22px;
	margin: 0px;
}

#signup-form-domain-input {
	padding: 0px 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 2;
}

.form-label {
	font-size: 12px;
    font-weight: bold;
    color: #50504c;
	margin-top: 15px;
}
.form-input {
	padding: 7px;
    border-color: #CCCCCC #DDDDDD #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #65645A;
    font-weight: 300;
    font-size: 12px;
	border-radius: 4px;
	flex-grow: 1;
}
.form-button {
	background-color: #2184be;
	color: white;
	border-radius: 5px;
	padding: 5px 10px;
	border: 0px;
}
.form-button-disabled {
	background-color: #eee;
	color: #aaa;
	border-radius: 5px;
	padding: 5px 10px;
	border: 0px;
}

#signup-buttons {
	padding: 10px;
	display: flex;
	justify-content: end;
	gap: 10px;
}
/* ------ */
#signup-form-contact {
	display: flex;
	padding: 20px;
}
#signup-form-contact-plan {
	width: 500px;
	padding: 30px;
	border-right: grey 1px solid;
}
#signup-form-contact-info {
	flex-grow: 1;
	padding: 30px;
}
.form-section {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.form-section label {
	padding-top: 10px;
	font-weight: bold;
}
/* --- */
#signup-summary {
	width: 450px;
	padding: 15px 30px;
	border-right: grey 1px solid;
}

.summary-ul {
	display: flex;
	flex-direction: column;
}
.summary-ul li:nth-child(odd){
	background-color: #f8f8f8;
}
.summary-ul li {
	display: flex;
	padding: 9px 12px;
	justify-content: space-between;
}

#signup-form-payment-info {
	flex-grow: 1;

	display: flex;
	flex-direction: column;
	padding: 30px;
}
#signup-form-payment-info label {
	padding-top: 10px;
}

/* Header (Updated) */
#banner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 23px 45px 0px 40px;
	background : #2b2b2b;
	min-width: 1048px;
}
#logo-container {
	padding: 6px 0px;
}
#banner-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0px;
}
#banner-menu a {
	padding: 0px 15px;
	border-right: 1px dotted grey;
}
#banner-menu li:last-child a{
	border-right: none;
}
#banner-menu a{
	color: #b8b8b8;
	line-height: 32px;
}
#banner-menu a.controlpanel {
	color: #ffda76;
}

/* Navigation (Updated) */

#nav-container {
	background-image: url('/images/MenuFadeBG.png');
	min-width: 1048px;
}

#superfish-wrapper {
	max-width: 1048px;
	min-width: 710px;
	height: 54px;
	margin: auto;
}

/* Footer (Updated) */
#footer {
	padding-top: 30px;
	padding-bottom: 20px;
	min-width: 1048px;
	background-image: url('/images/footerbg409.png');
}

#footer-nav {
	display: flex;
	justify-content:left;
	max-width: 1084px;
	margin: auto;
}

.footer-nav-block {
	padding-left: 20px;
	border-left: 1px dotted #3f3f3f;
	min-width: 250px;
}
#footer-nav :first-child {
	border-left: none;
}

.footer-nav-block h2 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:17px;
	font-weight:200;
}

.footer-nav-block ul{
	list-style: url('/images/footerarrow.png');
	margin-top: 10px;
	padding-left: 10px;
}

.footer-nav-block ul li{
	padding-left: 5px;
}

.footer-nav-block a{
	font-size:12px;
	color:#a9a9a9;
	text-decoration: none;
}

#legal {
	padding: 25px 0;
	text-align: center;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#legal a {
	color: #d0d0d0;
	font-size: 13px;
}

#footer a:hover{
 color:#ffc835
}

/* About Razor Pages */
.about-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 20px;
}

.about-panel{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#about-panel-info {
	width: 100%;	
	padding: 10px;
	margin-top: 5px;
	background-color: #ececec;
}
#about-panel-info h2 {
	color: #4e4e4e;
	font-size: 15px;
	padding-bottom: 20px;
}
#about-panel-info ul {
	list-style: url('/images/OrangeBoxBullet.png');
	padding-left: 20px;
}
#about-panel-info ul li {
	margin-bottom: 5px;
	padding-left: 5px;
	color: #636363;
}
#about-panel-img {
	background:#f7f7f7;
	width: 100%;
	text-align: center;
}
#about-panel-img img {
	padding: 15px;
}

#why-siteserver {
	font-size: 13px;
}
#why-siteserver h3 {
	font-size: 18px;
	font-weight: normal;
	color:#6fa1d6;
}
#why-siteserver h4 {
	color:#6fa1d6;
	font-size: 13px;
	padding-bottom: 5px;
	margin: 0px;
}

.testimonial-block {
	display: flex;
	justify-content: space-between;
	padding: 40px 18px;
	border-top: solid grey 1px;
}
.testimonial-logo {
	width: 200px;
	text-align: center;
	padding: 0px 10px
}

.testimonial-text {
	max-width: 370px;
}

.partners-block {
	display: flex;
	justify-content: space-between;
	padding: 0px 18px;
	gap: 30px;
}
.partners-logos {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-end;
	min-width: 160px;
}
.partners-text {
	max-width: 400px;
	padding: 20px;
	background-color: #f3fafe;
}

.contact-block {
	display: flex;
	gap: 20px;
}
.contact-block h4{
	font-size: 13px;
	width: 130px;
}

/* VoIP Razor Pages */
#voip-intro{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	gap: 17px;
}
#voip-intro h3 {
	font-size: 22px;
}
#voip-intro ul {
	background-color: #f2f2f2;
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
}
#voip-intro li {
	list-style: url('/images/Bullet_BlueArrow.png');
	width: 260px; 
	padding: 5px;
	margin-left: 20px;
	font-size: 12px;
}

#voip-plans {
	width: 990px;
	height: 300px;
}

#voip-info {
	background-color: #eaf2f6;
	padding: 1px 16px;
}

#voip-features {
	padding-right: 30px;
}
.feature-block {
	display: flex;
	justify-content: space-between;
	padding: 12px 5px;
}
.feature-block:nth-child(even){
	background-color: #f8f8f8;
}
.feature-block span {
	font-size: 14px;
	color: #f47600
}
.feature-block p {
	width: 400px;
	margin: 0px;
}
.feature-label {
	max-width: 180px;
	display: flex;
	align-items: center;
	gap: 5px
}
.feature-label img {
	padding: 12px 5px;
	width: 32px;
}

.phone-category {
	padding-bottom: 30px;
}

.phone-block {
	display: flex;
	border-bottom: grey solid 1px;
	padding: 11px;
	gap: 20px;
}
.phone-block img {
	width: 160px;
}

/* Colocation Razor Pages */
#colocation-intro-container {
	padding: 20px;
	height: 300px;
	background: #f2fafe url('/images/ColocationServerRow.png') top right no-repeat;
}
#colocation-intro {
	width: 670px;;
}

#colocation-blocks {
	display: flex;
	margin-top: 20px;
}
.colocation-block {
	padding: 0px 15px;
	width: 325px;
	border: #ebebeb solid 1px ;
}

.datacenter-block {
	display: grid;
	/* grid-template-columns: 15% 53.8% 31.2%; */
	grid-template-columns: 130px 420px 250px;
	grid-template-rows:  125px 105px;

	justify-content: center;
	gap: 5px 10px;
	width: 830px;
	margin: auto;

	padding: 15px 0px;
	border-bottom: #ebebeb solid 2px;
}

.datacenter-block-info h4{
	color: #ee8442;
}

.datacenter-block-icon {
	grid-area: 1 / 1 / 2 / 2;
	height: 100px;
	width: 100px;
}

.datacenter-block-description {
	grid-area: 2 / 1 / 3 / 3;
}

.datacenter-block-image {
	grid-area: 1 / 3 / 3 / 4;
}

.datacenter-block-image img {
	height: 230px;

}
.datacenter-block ul {
	list-style-type: disc;
	margin-left: 15px;
}

/* Cloud Hosting Razor Pages */
#cloud-benefits {
	padding: 20px 0px 40px 0px;
}

#hybrid-infrastructure {
	display: flex;
}
#hybrid-infrastructure div {
	width: 300px;
}

/* Web Hosting Razor Pages */
.free-domain-banner {
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;

	margin: 20px;
}

.deal-advertisement-banner {
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;

	margin: 20px;
}

.logos-row {
	display: flex;
	gap: 15px;
	justify-content: center;
	padding: 10px;
}

/* Domains Razor Pages */
#domainsearch-unavailable{
	background-color: #ffebde;
	color: #404040;
	font-size: 12px;
	border: 1px dashed #f7914d;
	width: 450px;
	margin: auto; 
	margin-bottom: 10px;
}

.slider-group {
	display: flex;
}
.slider-block {
	width: 230px;
}
.slider-block h5{
	color: black;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.slider-block img {
	margin-right: 5px;
}

#domains-faq-sidepanel {
	background-color: #ececec;
	padding: 20px 10px;
	margin-top: 10px;
}
#domains-faq-sidepanel h5 {
	margin: 0px
}
.img-text-block {
	display: flex;
	gap: 5px;
	padding: 10px 0px;
	border-bottom: #cccccc 1px dotted;
}

.img-text-block div {
	width: 260px;
}

#form-input{
	background-color: white;
	padding: 5px 20px;
}
#form-input input {
	color: black
}

.slider-container {
	background-color: #ececec;
	padding: 20px;
	margin: 10px 0px;
}

#domains-search {
	display: flex;
	text-align: center;
}
#domain-search-form-container{
	width: 600px;
	background-color: #cee1f2;
	padding: 40px 0px;
	border-top: 6px solid #eaf3fb;
	flex-grow: 2;
}
#domain-search-form-container h3{
	font-size: 23px;
	color: black;
}
.orange-sub {
	color: #ef6c00;
	font-size: 15px;
	margin: 0;
}
#domain-owned {
	background-color: #4a8db6;
	color: white;
	padding: 40px 0px;
	border-top: 6px solid #74a9c9;
	font-family: Arial, Helvetica, sans-serif;
}
#domain-owned h3 {
	font-size: 27px;
	color: white;
	padding-bottom: 3px;
}
#domain-owned p {
	font-size: 17px;
}
#domain-owned p a {
	background-color: #00b7ec;
	padding: 6px;
	color: white;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	width: 90px;
}
p#domain-owned-sub{
	font-size: 13px;
	color: #d7e7f5;
}

/* SSL Razor Pages */
.side-block-ssl {
	padding: 18px 0px; 
	border-bottom: 1px grey dotted;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
}
.side-block-ssl h4 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
}
.side-block-ssl p {
	max-width: 214px;
}
.side-block-ssl div.img-container {
	width: 100px;
	text-align: center;
}

.side-block-ssl img {
	height: 75px;
}

/* Email Pricing */

.plans-table {
	width: 100%;
	text-align: center;
}
.plans-table th {
	color: white;
	background-color: #838383;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right: dotted white 1px;
}
span.pricing {
	color: #da6600;
	font-size: 15px;
}
.plans-table tr {
	height: 35px;
	border-bottom: 2px solid #e8e8e8;
}
.plans-table td {
	width: 127px;
}
.plans-table tr:nth-child(2n+3){
	background-color: #f7f7f7;
}

/* used globaly */
.orange-header {
	color: #f47600;
	font-size: 15px;
}
.basic-ul {
	list-style-type: disc;
	margin-left: 20px;
	padding-bottom: 10px;
}

.yellow-ul {
	padding: 20px;
	background-color: #fdf7ec;
}
.yellow-ul h3 {
	color: #f27410;
	font-size: 16px;
	padding-bottom: 15px;
}
.yellow-ul ul {
	display: flex;
	flex-wrap: wrap;
	list-style-image: url('/images/bullet.png');
	list-style-position: inside;
}
.yellow-ul li {
	width: 290px;
	color: #926d4d;
	font-size: 12px;
	padding-left: 2px;
	padding-bottom: 6px;
}

.black-h3 {
	color: #31312f;
	font-size: 17px;
	font-family: 'Myraid Pro', Arial, Helvetica, sans-serif;
	padding-top: 20px;
	padding-bottom: 5px;
}

.blue-section {
	background-color: #f2fafe;
	padding: 10px 20px;
	margin: 20px 0px;
}

.blue-section h3 {
	color: #f06d00;	
	padding-bottom: 10px;
	font-size: 18px;
}

.blue-section ul {
	list-style-type: disc;
	padding: 5px;
}
.blue-section li {
	margin-left: 10px;
	padding-bottom: 5px;
}

h4.side-panel {
	border-bottom: 1px grey dotted;
	color: #6396cb;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Myriad Pro', Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

.image-pop{
	display: flex;
	align-items: end;
	justify-content:end;
	padding: 10px;
	gap: 20px;
	background-color: #f7f7f7;
}

.text-image {
	display: flex;
	gap: 5px;
	padding: 30px 0px;
}
.text-image p {
	width: 300px;
}

.tabs {
	color: #686868;
	padding: 20px 0px;
}
.tabs-header {
	display: flex;
	justify-content: space-between;
}
.tabs-header-title {
	display: flex;
	gap: 5px;
	align-items: start;
}
.tabs-header-title h3 {
	font-size: 18px;
	color: #686868;
	margin:0px;
	padding: 5px;
}
.tabs-header ul {
	display: flex;
	align-items: center;
	font-size: 12px;
	font-family: "Poppins", sans-serif;

}
.tabs-header li {
	padding: 15px 20px;
	border-left: 1px #ececec dotted;
}
.tabs-header li.active {
	background-color: #ececec;
}
.tabs-header a {
	color: #686868;
}

.tab-content {
	background-color: #ececec;
	padding: 25px;
}
.tabs-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	list-style-type: disc;
	list-style-position: inside;
	padding: 10px;
}
.tab-content h4 {
	font-size: 21px;
	color: #505050;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px grey dashed;
}
.tabs-ul li {
	min-width: 440px;
	padding: 10px 20px;

}
.tabs-ul li:nth-child(4n+2){
	background-color: #f6f6f6;
}
.tabs-ul li:nth-child(4n+1){
	background-color: #f6f6f6;
}

/* SSL Plans */
.sslplan-tab-content {
	padding: 10px 20px;
	background-color: #f6f6f6;
}

#sslplan-tab-industry {
	display: flex;
	gap: 30px;
}

#sslplan-tab-industry ul {
	min-width: 300px;
}

/* used globally */

	/* todo: image resolution too low for proper alignment*/
.arrow-bullets {
	padding: 15px;
	list-style-image: url('/images/Bullet_BlueArrow.png');
	width: 640px;
	display: flex;
	flex-wrap: wrap;
	background-color: #f6f6f6;
}
.arrow-bullets li {
	width: 280px;
	margin-left: 25px;
	padding-left: 10px;
	padding-bottom: 10px;
}
/*-----------------------------------------------------------------------------------------------*/

/* Referral & Domains */

.RightColSub	{ 
	background:#f7f7f7;
}
.RightColSub td	{ 
	padding:8px;
}

.RightCol ul{
	margin: 10px 0 15px 10px;
	padding: 0px;
}
.RightCol ul li{ 
	list-style: none;
	background: url(/images/RightColBullet.png) 0 5px no-repeat;
	padding:  2px 0px 3px 18px;
	color:#636363;
}

.RightCol ul.OrangeBoxes li{ 
	list-style: none;
	background: url(/images/OrangeBoxBullet.png) 0 5px no-repeat;
	padding:  1px 0px 6px 18px;
	color:#636363;
}

h1{
	color:#2d2d2d;
	letter-spacing: -.02em;
	font-size: 28px;
	font-weight: 400;
	font-family: 'Myriad Pro', helvetica;
}
h2{
	font-size:18px;
	font-weight:normal;
	color:#6fa1d6;
	margin-bottom:-10px;
	font-family: 'Myriad Pro', helvetica;
}

h3{
	font-size:17px;
	font-weight:normal;
	color:#6396cb;
	margin-top:9px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-family: 'Myriad Pro', helvetica;
}

h5{
	font-size:15px;
	font-weight:normal;
	color:#f47600;
	margin-top:24px;
	margin-bottom:2px;
}

/* Header and links at top of standard layout */
#title h1{
	font-size:25px; 
	font-weight:normal;
	color: #2d2d2d;
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:5px;
	margin-top:8px;
	margin-bottom:8px
}

.title h2 {
	font-size:25px; 
	font-weight:normal;
	color: #2d2d2d;
	border-bottom:1px dotted #e0e0e0;
	padding-bottom:5px;
	margin-top:8px;
	margin-bottom:8px
}

.titlelinks{	
	width: 970px;
	margin-bottom:18px;
}

.titlelinks ul{	
	list-style:none;
	padding-left:1px;	
	margin-left:0px;
}

.titlelinks li{	
	margin-left:0px;
	display:inline;
}

.titlelinks li a{	
	display:inline;
	padding-right:18px;
	font-size:15px;
	color:#7d7d7d;
	text-decoration:none;
}

.titlelinks li a:hover{	
	color:#f17410;	
	text-decoration:underline;
}

.titlelinks li .active{	
	color:#f17410;	
	text-decoration:underline;
}

.titlelinks li .Order{	
	color:#565656;	
}

/* SSL */

a.SSLOrder{
	display: inline-block;
	background:#000;
	width: 96px;
	text-align: center;
	color:#fff;
	font-size: 13px;
	padding:7px 0px 7px 0px;
	line-height: 13px;
	text-decoration: none;
	font-weight: 100;
	border: 0px;
	margin: 9px 9px 0 10px;

}
a.SSLOrder:hover{
	background:#4f4f4f;
}

/* Domain Name */
.domainsearchinputWWW{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#adadad;
	vertical-align:middle;
}
.domainsearchinput {
	border:0px;
	padding:0px 8px 0px 0px;
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#eb6323;
	width:202px;
	vertical-align:middle;
	background: #fff;
}
#domainsearch .domainsearchinput:focus {
	color:#000;
}

#domainsearch .domainsearchsubmit {
	border:0px solid #fff;
	height:38px;
	padding:0px;
	vertical-align:middle;
}

#form-input .DomainExtDrop {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#757575;
	margin-right: 5px;
	padding: 3px;
}

input.DomainSearch{
	display: inline-block;
	background:#f97017;
	width: 85px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	padding:8px 0px 8px 0px;
	line-height: 18px;
	text-decoration: none;
	margin-left: 5px;
	border:none;
}
input.DomainSearch:hover{
	background:#458cb7;
	cursor: pointer;
}

a img{
	border: 0px;
}

/* Cloud Servers */

a.CloudOrder{
	display: block;
	background:#3f96c9;
	width: 100px;
	text-align: center;
	color:#fff;
	font-size: 13px;
	padding:7px 0px 7px 0px;
	line-height: 13px;
	text-decoration: none;
	font-weight: 100
}
a.CloudOrder:hover{
	background:#000;
}

/* SiteVault */


.domainfeaturesiconlist tr td {
	border-bottom:dotted 1px #cccccc;
	padding-bottom: 19px;
	padding-top: 19px;
	font-size: 12px;
	line-height: 16px;
}
.domainfeaturesiconlist tr td em{
	font-style: normal;
	font-weight: bold;
	color:#3e3e3e;
	font-size: 12px;
}
.domainfeaturesiconlist tr td.last {
	border-bottom:0px!important;
}



/* Emails */
.gridcols{
	padding:7px 0px 7px 16px; 
}

/* Cloud Hosting */

.roundaboutgallery  {
	height: 110px;
	padding: 0px;
	margin-left: 33px;
}

.roundaboutgallery ul {
	list-style: none;
}

.roundaboutgallery ul li {
	background: none;
	padding: 0;
}

.roundabout-holder  { padding: 0; height: 5em; width: 220px; }

.roundabout-moveable-item {
   width: 173px;
   height: 137px;
   cursor: pointer;
}
.roundabout-in-focus { cursor: auto; }

.roundabout-moveable-item img {
    display: block;
    height: 100%;
    width: 100%;
}

.round-navi {
	background: url(/images/navi-line.png) repeat-x 14px 7px;
	width: 240px;
	height: 15px;
	overflow: hidden;
	margin: 0 auto;
}

.round-navi #prev {
	background: url(/images/roundaboutnav.png) no-repeat -12px -16px;
	float: left;
	width: 14px;
	height: 16px;
	overflow: hidden;
}

.round-navi #prev:hover {
	background: url(/images/roundaboutnav.png) no-repeat -16px 0px;
}

.round-navi #next {
	background: url(/images/roundaboutnav.png) no-repeat -2px -16px;
	float: right;
	width: 14px;
	height: 16px;
	overflow: hidden;
}

.round-navi #next:hover {
	background: url(/images/roundaboutnav.png) no-repeat 2px 0px;
}

/* Contact box */
.MoreInfoRS_Blue {
    width: 324px;
    border-bottom: 5px solid #dddddd;
    height: 187px;
    display: block;
}
.MoreInfoRS_Blue .altbHead1 {
    background: #77aac8;
    border-right: 1px solid #69899c !important;
    border-left: 1px solid #69899c !important;
    height: 4px;
    width: 322px;
}
.MoreInfoRS_Blue .altbHead2 {
    background: #4f8fb5;
    border-right: 1px solid #517991 !important;
    border-left: 1px solid #517991 !important;
    height: 16px;
    width: 322px;
}
.MoreInfoRS_Blue .altbData {
    border-right: 1px solid #e1e0dd;
    border-left: 1px solid #e1e0dd;
    float: left;
    position: relative;
    width: 322px;
}

.MoreInfoRS {
    height: 162px;
    margin: 0;
    text-align: center;
    width: 322px;
}
.MoreInfoRS .Title {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    text-decoration: none;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0 55px
}

.MoreInfoRS .Buttons {
    background: url("/images/boxbg2.png") no-repeat scroll 0 0 transparent;
    height: 67px;
    margin-top: 10px;
    margin-left: 16px;
    position: relative;
}
.MoreInfoRS .Buttons .leftfrmt {
    color: #565656;
    font-weight: bold;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 145px;
    line-height: 56px;
}

.MoreInfoRS .Buttons .leftfrmt img{
	vertical-align: top;
	margin-right: 6px;
	margin-top: 11px;
}

.MoreInfoRS .Buttons .rightfrmt {
    float: left;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    text-align: center;
    width: 145px;
    line-height: 56px;
}
.MoreInfoRS .Buttons .rightfrmt a{
	text-decoration: none;
	color: #565656;
}
.MoreInfoRS .Buttons .rightfrmt img{
	vertical-align: top;
	margin-right: 6px;
	margin-top: 11px;
}

.MoreInfoRS .Call{
    color: #aaaaaa;
    font-size: 15px;
    position: relative;
    text-align: center;
    line-height: 40px;
}

.MoreInfoRS .Call img{
	vertical-align: top;
	margin-right: 8px;
	margin-top: 8px;
}

/* VoIP */

.MoreInfoVoIP_Orange {
    width: 324px;
    border-bottom: 5px solid #dddddd;
    height: 100px;
    display: block;
}
.MoreInfoVoIP_Orange .altbHead1 {
    background: #f78d5b;
    border-right: 1px solid #ec6423 !important;
    border-left: 1px solid #ec6423 !important;
    height: 4px;
    width: 322px;
}
.MoreInfoVoIP_Orange .altbHead2 {
    background: #ec6423;
    border-right: 1px solid #d15e27 !important;
    border-left: 1px solid #d15e27 !important;
    height: 16px;
    width: 322px;
}
.MoreInfoVoIP_Orange .altbData {
    border-right: 1px solid #e1e0dd;
    border-left: 1px solid #e1e0dd;
    float: left;
    position: relative;
    width: 322px;
}
.MoreInfoVoIP_Orange .altbData {
    border-right: 1px solid #e1e0dd;
    border-left: 1px solid #e1e0dd;
    float: left;
    position: relative;
    width: 322px;
}
.MoreInfoVoIP .Call{
    color: #ec6423;
    font-size: 16px;
    position: relative;
    text-align: center;
    line-height: 33px;
}
.MoreInfoVoIP .Call img{
	vertical-align: top;
	margin-right: 8px;
	margin-top: 5px;
}
.MoreInfoVoIP {
    height: 75px;
    margin: 0;
    text-align: center;
    width: 322px;
}
.MoreInfoVoIP .Title {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
    text-decoration: none;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0 40px
}

/* Home page */

.althdorangeCntnr {
    float: left;
    min-height: 260px;
    position: relative;
    width: 340px;
}
.althCntnr .innerText {
    color: #848484;
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 10px 0 0;
    width: 100%;
}
.althdorangeCntnr .altgHead1 {
    background: #f08239;
    border-right: 1px solid #a85b28;
    height: 4px;
    width: 339px;
}
.althdorangeCntnr .altgHead2 {
    background: #ec6423;
    border-right: 1px solid #a54618;
    height: 16px;
    width: 339px;
}
.althdorangeCntnr .altgData {
    border-right: 1px solid #AEAEAE;
    float: left;
    min-height: 245px;
    position: relative;
    width: 339px;
}
.althorangeCntnr {
    float: left;
    min-height: 260px;
    position: relative;
    width: 340px;
}
.althorangeCntnr .altbHead1 {
    background: #f8a662;
    border-right: 1px solid #bb8659 !important;
    height: 4px;
    width: 339px;
}
.althorangeCntnr .altbHead2 {
    background: #fb8f34;
    border-right: 1px solid #bf6f2d !important;
    height: 16px;
    width: 339px;
}
.althorangeCntnr .altbData {
    border-right: 1px solid #AEAEAE;
    float: left;
    min-height: 245px;
    position: relative;
    width: 339px;
}
.althyellowCntnr {
    float: left;
    min-height: 260px;
    position: relative;
    width: 340px;
}
.althyellowCntnr .altlightbHead1 {
    background: #ffcc7b;
    height: 4px;
    width: 340px;
}.althyellowCntnr .altlightbHead2 {
    background: #ffb94b;
    height: 16px;
    width: 340px;
}
.althyellowCntnr .altlightbData {
    float: left;
    min-height: 245px;
    position: relative;
    width: 340px;
}

.althCntnr {
    height: 220px;
    margin: 22px auto 0;
    text-align: center;
    width: 296px;
}
.althCntnr2 {
    height: 220px;
    margin: 8px auto 0!important;
}
.althCntnr .service a {
    color: #272727;
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
    text-decoration: none;
    font-family: 'Myriad Pro', helvetica;
}
.althCntnr .divider {
    border-bottom: 1px solid #C0C0C0;
    margin-left: 25px;
    padding-top: 5px;
    width: 80%;
}
.althCntnr .subTxt {
    color: #474747;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 4px;
    position: relative;
    text-transform: uppercase;
    top: 12px;
}
.althCntnr p {
    color: #666666;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 13px;
}
.althCntnr ul {
    color: #B2B2B2;
    font-size: 15px;
    margin-top: 30px;
}
.althCntnr ul li {
    display: inline;
    list-style: none outside none;
    margin: 0;
}
.althCntnr ul li a {
    color: #5A8D07;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.althCntnr ul li a:hover {
    text-decoration: underline;
}
.althCntnr .learn {
    margin: 35px 0 0 70px;
}
.althCntnr .MonthlyBill {
    background: url("/images/boxbg3.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 67px;
    margin-left: 11px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.althCntnr .MonthlyBill .leftfrmt {
    color: #474747;
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin-left: 0px;
    margin-top: 4px;
    position: relative;
    text-align: center;
    width: 137px;
}
.althCntnr .MonthlyBill .leftfrmt strong {
    font-size: 28px;
    font-weight: 600;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.althCntnr .MonthlyBill .leftfrmt span {
    margin-left: 1px;
}
.althCntnr .MonthlyBill .rightfrmt {
    color: #474747;
    float: left;
    font-size: 14px;
    line-height: 26px;
    margin-left: 0px;
    margin-top: 4px;
    position: relative;
    text-align: center;
    width: 137px;
}
.althCntnr .MonthlyBill .rightfrmt strong {
    font-size: 28px;
    font-weight: 600;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.althCntnr .MonthlyBill .rightfrmt span {
    font-size: 15px;
    margin-left: 2px;
}
.althCntnr .btnmn {
    float: left;
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.althCntnr .btnmn a.HostingMoreDeatils{
	display: inline;
	background:#e8e8e8;
	text-align: center;
	color:#6e6e6e;
	font-size: 12px;
	padding:8px 15px 8px 15px;
	line-height: 12px;
	text-decoration: none;
	font-weight: 100;
	margin-right: 10px;
}
.althCntnr .btnmn a.HostingMoreDeatils:hover{
	background:#f3f3f3;
}

.althCntnr .btnmn a.HostingOrderNowOrange{
	display: inline;
	background:#ec6423;
	text-align: center;
	color:#fff;
	font-size: 12px;
	padding:8px 17px 8px 17px;
	line-height: 12px;
	text-decoration: none;
	font-weight: 700;
	margin-right: 10px;
}
.althCntnr .btnmn a.HostingOrderNowOrange:hover{
	background:#f08239;
}
.althCntnr .btnmn a.CloudOrderNowOrange{
	display: inline;
	background:#fb8f37;
	text-align: center;
	color:#fff;
	font-size: 12px;
	padding:8px 17px 8px 17px;
	line-height: 12px;
	text-decoration: none;
	font-weight: 700;
	margin-right: 10px;
}
.althCntnr .btnmn a.CloudOrderNowOrange:hover{
	background:#f8a663;
}

.althCntnr .btnmn a.CoLoOrderNowYellow{
	display: inline;
	background:#ffb94b;
	text-align: center;
	color:#fff;
	font-size: 12px;
	padding:8px 17px 8px 17px;
	line-height: 12px;
	text-decoration: none;
	font-weight: 700;
	margin-right: 10px;
}
.althCntnr .btnmn a.CoLoOrderNowYellow:hover{
	background:#ffcc7b;
}


/* SSL */
.squarebullets li{
	list-style: square;
	padding: 4px 0px
}

/* used in Internet */
#mapped_page{
	width: 100%;
	position: relative;
}

#mapped_page .bannerbg{
	position: absolute;
	top: 0;
	width: 1048px;
	height: 471px;
	z-index: 1;
}

#mapped_page .keypoints{
	border-bottom: 1px dotted #E0E0E0;
	padding-bottom: 38px;
}
#mapped_page .keypoints .row{
	
}
#mapped_page .keypoints .row{
	padding: 0 14px 0 14px;
}
#mapped_page .keypoints .row .columns{
	float: left;
	width: 29.333%;
	padding: 0 2% 25px 2%;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	color:#797979;
}
#mapped_page .keypoints .row .columns b {
	font-weight: 500;
	color:#f96d2a;
}

#mapped_page .keypoints .row .columns img{
	margin: 18px 0 0 0;
}
#mapped_page .keypoints .row .columns h3{
	font-size: 20px;
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	color:#5a5a5a;
	margin: 25px 0 15px 0;
}
#mapped_page .keypoints .row h4{
    color: #1D1D1D;
    font-family: 'Roboto',sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin: 45px 0px 25px 0px;
    text-align: center;
}
#mapped_page .cityinfo{
	padding: 58px 35px 45px 15px;
	border-bottom: 1px dotted #E0E0E0;
}
#mapped_page .cityinfo .map{
	float:left;
	width: 562px;
	padding-right:10px;
}
#mapped_page .cityinfo .info{
	float:right;
	width: 426px;
}
#mapped_page .cityinfo .info p{
	color: #9f9f9f;
	font-size: 10px;
}
#mapped_page .citylinks{
	padding: 35px;
}

/* used in Legal */

.legalpages{
	font-size: 14px;
	display: flex;
}
.legalpages h3{
	font-weight: normal;
	font-size: 28px;
	color: #e8602a;
}
.legalpages h4{
	font-weight: normal;
	color: #6396cb;
	margin-bottom: 5px;
	padding-top: 20px;
	font-size: 19px;
}
.legalpages p{
	font-size: 14px;
	padding: 0px;
	margin: 6px 0px 12px 0px
}
.legalpages ol ol li{
	list-style: lower-alpha;
}
.legalpages ol ol li::marker {
	font-size: 15px;
}
.legalpages ol li::marker{
	font-size: 19px;
	color: #6396cb;
}

.legalpages ul {
	list-style-type: disc;
	padding-left: 20px;
}
.legalpages ul li {
	padding-bottom: 10px;
}

.leftlinks ul{
	padding-top: 30px;
	padding-left: 20px; 
	width: 220px;

	list-style-type: none;
}
.leftlinks ul li{
	padding-bottom:5px;
}
.leftlinks ul li a.active{
	color: #939393;
	text-decoration: none;
}

.legal-guarantee-block{
	display: flex;
	align-items: center;	
	gap: 10px;
	padding-bottom: 10px;
}

/* used globally  */
.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important;
}