body {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
}

/* for .card-header-side span | About Superb */
body h5 {
  font-size: 12px;
  font-size: 1.2rem;
}

.header__intro {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
  font-size: 33px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 20px;
}

.header__section {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 20px;
}

.header__color-primary {
  color: #028f76;
}

.header__color-secondary {
  color: #d14334;
}

.header__list {
  padding: .75em 0;
  text-align: center;
}

.header__list-topbar {
  border-top: 2px solid #373b44;
  background-color: #f6f6f6;
  margin-bottom: 0;
}

.container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images2/landing/overlay.png) repeat 100% 100%;
}

/* ordered list styles */
ol.olist {
    counter-reset: li;
    margin-left: 0;
    padding-left: 0;
}

ol.olist > li {
    position: relative;
    margin: 0 0 6px 2em;
    padding: 4px 8px;
    list-style: none;
    border-top:2px solid #373b44;
    background: #f6f6f6;
}

ol.olist > li:before {
    content:counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    border-top:2px solid #373b44;
    color: #fff;
    background: #373b44;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    text-align: center;
}

li ol.olist,
li ul {
  margin-top: 6px;
}

ol.olist ol li:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 0 0 1.5em 0;
  /* padding-left: 1.5em; */
}

.img__banner-right {
  float: right;
}

.text__banner-left {
  float: left;
}

.img__banner-padding {
  padding: 10px;
}

.text__banner-heading {
  font-size: 36px;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: normal;
}

.text--bold {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
  font-weight: bold;
}

.text--normal {
  font-family: 'Quickand', Verdana, Geneva, sans-serif;
  font-weight: normal;
}

.text--color-yellow {
  color: #f8fcc1;
}

/* text colors */
.text__color-seagreen {
  color: #73c8a9;
}

.text__color-muteblack {
  color: #373b44;
}

.text__color-beige {
  color: #dee1b6;
}

.text__color-darkorange {
  color: #bd5532;
}

.text__color-mustardyellow {
  color: #e1b866;
}

.img__banner-left {
  margin-left: -20px;
}

.container p,
.p__body {
  font-size: 15px;
  font-weight: 400;
  /*line-height: 1.5;*/
  padding: 0;
}

/* Utility Classess */
.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.rounded-ends {
  -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #f5f5f5;
  padding: 10px;
}

.flat-ends {
  -webkit-border-radius: 0;
      -moz-border-radius: 0;
          border-radius: 0;
  background-color: #f5f5f5;
  padding: 10px;
}

.thead-compare--theme th {
  background-color: #373737 !important;
  color: #f1db42
}

.table-striped tbody tr:nth-of-type(odd) {
  /* background-color: #fcfcd7; */
  background-color: rgba(149,208,184,.3); /* lite green: #95d0b8; */
}

.table-striped {
  border-bottom: 1px solid #373737;
}

.mb--padding {
  margin-bottom; 20px !important;
}

.mb--padding-double {
  margin-bottom; 40px !important;
}

.mt-padding-double {
  margin-top; 40px !important;
}

.ml--padding {
  margin-left: 5px;
}

.mb--80-padding {
  margin: 0 0 80px 0;
}

.mb--30-padding {
  margin: 0 0 30px 0;
}

.mb--20-padding {
  margin: 0 0 20px 0;
}

.mb--15-padding {
  margin: 0 0 15px 0;
}

.mb--10-padding {
  margin: 0 0 10px 0;
}

.mb--5-padding {
  margin: 0 0 5px 0;
}

.mtb--20-padding {
  margin: 20px 0;
}

.hidden {
  display: none;
}

#welcome_chat {
  display: none !important;
}

#chat_call {
  display: none !important;
}

.col-width--743 {
  width: 743px !important;
}

dt {
  display: block;
  font-style: normal;
  padding: 10px;
}

dd {
  display: block;
  padding: 10px;
}

.text__color--white li {
  color: #fff;
}

/*
BACKGROUND COLORS
*/
.bg--fill-primary {
  background-color: #028f76;
}

.bg--fill-secondary {
  background-color: #d14334;
}

.bg--fill-accent {
  background-color: #b3e099;
}

.bg--fill-highlight {
  background-color: #ffeadd;
}
/*
TEXT COLORS
*/
.text__color-primary {
  color: #028f76;
}

.text__color-secondary {
  color: #d14334;
}

.text__color-accent {
  color: #b3e099;
}

.text__color-highlight {
  color: #ffeadd;
}

.button--cta {
  position: absolute;
  bottom:0;
  left:0;"
}

.modal-header {
    /* background-color: rgba(0,0,0,.9); */
  background-color: rgba(240,65,88,.9);
  -webkit-border-top-right-radius: .2rem;
  -webkit-border-top-left-radius: .2rem;
     -moz-border-top-right-radius: .2rem;
     -moz-border-top-left-radius: .2rem;
          border-top-right-radius: .2rem;
          border-top-left-radius: .2rem;
}

.modal-content {
  position: relative;
  margin-top: 20px;
  background-color: rgba(0,0,0,.8);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
  /* border: 15px solid rgba(0,0,0,.2); */
  border: 15px solid rgba(55,55,55,.5);
  outline: 0;
  color: #fff;
}

.modal-footer {
  background-color: rgba(240,65,88,.7);
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(252,252,215,.8);
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.close:hover {
  color: #373737;
  text-shadow: 0 1px 0 #fff;
}

/*.text-muted--yellow {
    color: #fcfcd7;
}*/

.kudocopy {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    opacity: 0;
    display: none;
    background-color: rgb(255, 255, 255);
}

/* pulled from footer.css because bootstrap breaks them... */
#mainfooter ul {
  padding: 0 0 0 0;
  list-style: none;
  white-space: nowrap;
  width: 147px;
  color: #999;
  float: left;
}
.lt-ie8 #mainfooter ul{
  width: 146px;
}

#mainfooter ul:last-child { background-image: none !important; }
#mainfooter ul:nth-child(3) { position: relative; left: -30px; margin-right: 10px; }
#mainfooter ul:nth-child(4), #mainfooter ul:nth-child(5) {  margin-right: 10px !important; }

#mainfooter ul li {
  margin-bottom: 1px;
  font-size: 13px;
  color:#C6C6C6;
}

#mainfooter ul li:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  color: #FFF;
}

#mainfooter .locations .location{
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0;
  height: 95px;
}

#mainfooter .location.location-honolulu{background-image: url(/images2/main/aloha-tower.png); padding-left: 28px;}
#mainfooter .location.location-seattle{background-image: url(/images2/main/seattle-needle.png); padding-left: 34px; width: 17%;}
#mainfooter .location.location-dc{background-image: url(/images2/main/washington-monument.png); padding-left: 18px; width: 29%;}
#mainfooter .location.location-ny{background-image: url(/images2/main/statue-of-liberty.png); padding-left: 33px; width: 30%;}

.location{
  color: #f2f2f2;
}

.locations .location-container{
  position: absolute;
  bottom: 0;
}

.location .location-header{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.location .location-body p{
  font-size: 12px;
  color: #f2f2f2;
  margin: 0 19px 0 0;
  float: left;
}

#postfooter .footerlinks  {
  font-size: 12px;
  width: 400px;
  float: left;
  color: #666666;
  padding-top: 31px;
}

#postfooter .footerextras {
  font-size: 12px;
  width: 580px;
  float: left;
  color: #D6D6D6;
  padding-top: 17px;
}

#postfooter .socialicons {
  margin: 10px 0 0 0;
  padding: 5px 0;
  float: right;
  width: 370px;
}

#postfooter .socialicons a:link {
  color: #D5D5D5;
}

#postfooter .link { position: relative; top: -5px;
}

#postfooter #searchboxbtm { float: right; }

#postfooter input#search2{
  background: url(/images2/main/searchglass.png) 8px 8px no-repeat;
  border: solid 2px #4C4C4C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 5px;
  font-weight: bold;
  width: 139px;
  height: 32px;
  float: left;
  color: #FFF;
}

#postfooter input#search2 {
  background-color: #212121;
  width: 80px;
  -moz-transition: background-color 0.5s ease, width 0.2s ease-out;
  -webkit-transition: background-color 0.5s ease, width 0.2s ease-out;
  transition: background-color 0.5s ease, width 0.2s ease-out;
}

#postfooter input#search2:focus, #postfooter input#search2:active {
  background: url(/images2/main/searchglass_o.png) 8px 8px no-repeat;
  background-color: #262626;
  box-shadow: none;
  outline: none;
  width: 139px;
}

.precall {
  padding-top: 8px;
}

.prefooter{

}

.prefooter .titles{
  font-size: 10px;
}

.prefooter .left, .prefooter .right{
  width: 50%;
  float: left;
}

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

.prefooter .logos{
  background: #4f4f4f;
}

.prefooter .partners{
  float: left;
}

/* to fix non-bootstrap 4 navigation gaps on <ul>'s */
.sf-menu ul {
   position: absolute;
   top: -999em;
   width: 14em;
   border-bottom: 1px solid #ccc;
   border-right: 1px solid #ccc;
   border-left: 1px solid #ccc;
   margin-top: -11px;  /* <-- this fixes the gap */
}

/* remove default pdf image from main.css */
a[href$='.pdf'] {
  background: none;
  padding-right: 0;
}


/* web form styling */
.row--color-mutegreen {
  background-color: #92ad9f;
}

.row--color-yellow {
  background-color: #e1d5a3;
}

.row--color-teal {
  background-color: #3c6c84;
}

.row--color-royalblue {
  background-color: #302c5b;
}

.mr--50-padding {
  padding-right: 50px;
}

legend {
  color:#f7e9b7;
}

label {
  color: #373737;
  font-size: 16px;
  text-transform: uppercase;
}

/* VR styles */
.form--styles {
  font-family: verdana;
  font-size: 11px;
  width: 160px;
  padding: 10px;
  border: 1px solid #000000;
  background: #dddddd;
}

.form--header {
  font-weight: bold;
  color: #333;
}

.form--p {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form--p .form--span-star {
   color: #cc0c39;
}

.form--p .form--span-text {
   color: #333;
}

.input--styles {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #999;
  padding: 3px;
}

.label--styles {
  color: #333;
}

/* bootstrap overrides */
.btn {
  color: #fff;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.container--btn {
  position: relative;
  width: 100%;
  height: 178px;
  line-height: 232px;
 }

.wcu-style {
  padding: 0;
  margin: -.5em 0 0 0;
}

.wcu-style > li {
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  padding: 4px 8px;
  background-color: #f8f8f8;
}

.wcu-style > li::before {
  position: absolute;
  /* content: "\2764";  (hearts) */
  content: url(/images2/hawaii/right-circle-arrow.png);
  color: #373b44;
  top: 1px;
  left: 0;
  font-size: 15px;
  width: 2em;
  margin-right: 8px;
  padding: 4px 8px 4px 8px;
  text-align: center;
}

.wcu-style > li:first-child::before {
  position: absolute;
  top: 7px;
  left: 0;
}

.wcu-style > li:first-child {
  padding-top: 10px;
}

.wcu-style > li:last-child {
  padding-bottom: 10px;
}

.wcu-style > li:nth-child(even) {
  /*background-color: #ccc;*/
}

 .wcu-style > li.list--item span {
   display: inline-block;
   padding-left: 20px;
   color: #373b44;
 }

.card-block-side {
  padding: 0;
  /*border-right: 1px dotted #bd5532;
  border-bottom: 1px dotted #bd5532;
  border-left: 1px dotted #bd5532;*/
}

.card, .card-header:first-child {
  border-radius: 0;
}

.card-bg {
  position:relative;
  background-color: #f8f8f8;
  background: url(/images2/landing/overlay.png) repeat 100% 100%;
  /*background-image: url(/images2/landing/floral-pattern-bg-10.png);
  background-position: 50% 0;"*/
}

/* main styles overrides */
a {
  color: #bd5532;
}

.span--pipe {
  margin-left: 10px;
  margin-right: 10px;
  font-weight: bold;
}

.blockquote-footer {
  display: inline-block;
  font-size: 80%;
  font-weight: 600;
  line-height: 1.5;
  color: #818a91;
  padding-right: 8px;
}

.card-header {
  position: relative;
  background-color: #028f76;
  color: #b3e099;
  text-align: center;
}

.card-header-side {
  position: relative;
  background-color: #373a4d;
  color: #8ace45;
  padding: .75em 1.25em;
}

.card-header-side:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #036654 #fff;
}

.card-header-side span {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}

.card {
  border: 0;
  background-color: #f8f8f8;
}

.text--effects-emboss {
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.text--effects-shadow {
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

#preprecontent, .preprenavarrows {
  display: none;
}
/* Common styles */

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}

.pricing__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 310px;
  flex: 0 1 310px;
}

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

.pricing__action {
  color: inherit;
  border: none;
  background: none;
}

.pricing__action:focus {
  outline: none;
}

/* Individual styles */




/* Tetradeca */
.pricing--tetradeca .pricing__item {
  font-family: 'PT Sans', sans-serif;
  padding: 1em em;
  cursor: default;
  color: #fff;
  margin: 0;
  border: 1px solid #5c6552;
  max-width: 320px;
}

@media screen and (min-width: 66.250em) {
  .pricing--tetradeca .pricing__item {
    margin: 0;
  }
  .pricing--tetradeca .pricing__item:nth-child(2) {
    border-right: none;
    border-left: none;
  }
}

.pricing--tetradeca .pricing__item:hover {
  z-index: 100;
}

.pricing--tetradeca .pricing__item:hover::after {
  content: '';
  pointer-events: none;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  border: 5px solid #d14334;
}

.pricing--tetradeca .pricing__title {
  font-size: 1.5em;
  margin: 0 0 -20px 0;
  padding: 0;
  color: #373737;
}

.pricing--tetradeca .icon {
  font-size: 3em;
  margin: 0 0 0.5em 0;
  color: #028F76;
}

.pricing--tetradeca .pricing__price {
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  color: #028F76;
}

.pricing--tetradeca .pricing__price--strike {
  position: relative;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  font-weight: normal;
  color: #ccc;
}

.pricing--tetradeca [class*=pricing__amount] {
  font-size: 2em;
  margin: 0.85em 0 0 0;
  font-weight: bold;
  color: #028F76;
}

.pricing--tetradeca [class*=pricing__amount] small {
  position: absolute;
  top: 20px;
  left: -44px;
  font-size: 0.8em;
  margin: 0.85em 0 0 0;
  font-weight: normal;
  color: #ccc;
}

.pricing--tetradeca .pricing__currency {
  font-size: 1.3em;
  vertical-align: super;
}

.pricing--tetradeca .pricing__currency--strike {
  position: absolute;
  top: 46px;
  left: -60px;
  font-size: 0.8em;
  /* vertical-align: super; */
}

.pricing--tetradeca .pricing__period {
  font-size: 0.8em;
  padding: 0 0 0 0.5em;
  color: #646D5B;
}

.pricing--tetradeca .pricing__feature-list {
  margin: 0;
  /* padding: 0.25em 0 8em; */
  padding: 0.25em 0 4em;
  list-style: none;
  text-align: center;
  color: #81867D;
}

.pricing--tetradeca .pricing__feature-list li:nth-child(4){
  margin-bottom: 15px;
}

.pricing--tetradeca .pricing__feature {
  padding: 0.25em;
}

.pricing--tetradeca .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  /*border-radius: 40px;*/
  border-radius: 0;
  background: #028F76;
  color: ;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.pricing--tetradeca .pricing__action:hover,
.pricing--tetradeca .pricing__action:focus {
  /* color: #028F76; */
  color: #f4f4f4;
  /* background: #fff; */
  background: #03c1a0;
}

.pricing--tetradeca .pricing__select {
  font-weight: bold;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;
  background-color: #f4f4f4;
  background-transparency: 0.8;
  background-position: right 8px top 50%;
  background-size: 14px 14px;
  color: #373737;
  border: 1px solid #f4f4f4;
  border-radius: 0;
  width: 100%;
  padding: 1em 2em;
  -webkit-appearance: none;
}

.pricing__select:active {
  border: 1px solid #f4f4f4;
}

.pricing--tetradeca .pricing--bold {
  font-weight: bold;
}

.col-md-4 {
  padding: 0;
}

a.pm            {
  background: url(/images2/dedicated-servers/guarantee_pm-sm.png) 30px 11px no-repeat;
}
a.satisfaction  {
  background: url(/images2/dedicated-servers/guarantee_satisfaction-sm.png) 15px 11px no-repeat;
}
a.customerfirst {
  background: url(/images2/dedicated-servers/guarantee_customersfirst-sm.png) -2px 11px no-repeat;
}

a.pm:hover            { background: url(/images2/dedicated-servers/guarantee_pm-sm.png) 30px -35px no-repeat; }
a.satisfaction:hover  { background: url(/images2/dedicated-servers/guarantee_satisfaction-sm.png) 15px -35px no-repeat; }
a.customerfirst:hover { background: url(/images2/dedicated-servers/guarantee_customersfirst-sm.png) -2px -35px no-repeat; }

.guarantee-banner {
  width: 100%;
  background-color: #8ace45;
  height: 56px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.guarantee-banner li {
  list-style: none;
  float: left;
  width: 13em;
}

.guarantee-banner li a {
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  height: 56px;
  width: 175px;
}

/* Site fixes */

/* Benefits Widget Overrides */
.benefit_desc {
  text-align: center;
  line-height: 18px;
  font-size: 13px;
  color: #5c5c5c;
  margin: 0 auto;
  width: 330px;
  padding: 8px 0;
  height: 120px; /* from 90px because the button was getting cut off */
}

.maintitle {
  margin: 0;
}

h3 {
  margin: 0 0 15px 0;
  padding: 0;
}
