body {
  font-family: "Open Sans", sans-serif;
  color: #444;
  background: #ddd;
}
h1, h2, h3, .h1, .h2, .h3 {
  font-family: "Open Sans", sans-serif;
}
a, a:hover, a:focus {
  color: #EB2A31;
}
.pull-left {
  float: left;
}
#top-nav .nav li .mit-button {
  display: block;
  padding: 7px 20px;
  background-color: #c00;
  border: solid 1px #c00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f00), color-stop(100%, #c00));
  background-image: -webkit-linear-gradient(#f00, #c00);
  background-image: -moz-linear-gradient(#f00, #c00);
  background-image: -o-linear-gradient(#f00, #c00);
  background-image: linear-gradient(#f00, #c00);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#top-nav .nav li .mit-button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f00), color-stop(100%, #900));
  background-image: -webkit-linear-gradient(#f00, #900);
  background-image: -moz-linear-gradient(#f00, #900);
  background-image: -o-linear-gradient(#f00, #900);
  background-image: linear-gradient(#f00, #900);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
}
#top-nav .nav li .btn-login {
  padding: 2px 14px 2px 18px;
  font-size: 13px;
  color: #fff;
}

.phone {
  float: right;
  font-size: 28px;
  font-weight: 500;
  line-height: 59px;
  margin: 40px 20px 20px 0;
}

@font-face {
  font-family:'Glyphicons Halflings';
  src:url("/resources/fonts/glyphicons-halflings-regular.eot");
  src:url("/resources/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
      url("/resources/fonts/glyphicons-halflings-regular.woff") format("woff"),
      url("/resources/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
      url("/resources/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-user:before {
  content: "\e008";
}
.btn-login .glyphicon {
  position: relative;
  top: 1px;
  left: -8px;
  font-size: 12px;
}
.tel {
  font: normal 12px "Open Sans",sans-serif;
  line-height: 1.5;
  color: #ccc;
}
.tel b {
  padding-left: 5px;
  color: #fff;
}
.btn-cancel {
  height: 32px;
  margin-right: 10px;
}
.btn-cancel, .btn-previous, #shopping-cart.cart-inner .promotion input[type="submit"], #promo-code input[type="submit"] {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}
.search input[type=submit] {
  background-color: #c00;
  border: solid 1px #c00;
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, -moz-linear-gradient(top, #f00, #c00);
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#f00), to(#c00));
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, -webkit-linear-gradient(top, #f00, #c00);
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, -o-linear-gradient(top, #f00, #c00);
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, linear-gradient(to bottom, #f00, #c00);
  color: #fff;
}
.btn-primary, .addButton, .backorderButton, .addAll, .btn-continue, .btn-search, .next input, .mainui .search input[type=submit], #ssl-products .btn-search {
  background-color: #c00;
  border: solid 1px #c00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f00), color-stop(100%, #c00));
  background-image: -webkit-linear-gradient(#f00, #c00);
  background-image: -moz-linear-gradient(#f00, #c00);
  background-image: -o-linear-gradient(#f00, #c00);
  background-image: linear-gradient(#f00, #c00);
  color: #fff;
}
.search input[type=submit]:hover, .search input[type=submit]:focus {
  border: solid 1px #c00;
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, -moz-linear-gradient(top, #f00, #900);
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#f00), to(#900));
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, -webkit-linear-gradient(top, #f00, #900);
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, -o-linear-gradient(top, #f00, #900);
  background: url(/newinterface/images/btn-go.png) 50% 50% no-repeat, linear-gradient(to bottom, #f00, #900);
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.btn-primary:hover, .btn-primary:focus, .addButton:hover, .backorderButton:hover, .addAll:hover, .btn-continue:hover, .btn-search:hover, .next input:hover, .addButton:focus, .backorderButton:focus, .addAll:focus, .btn-continue:focus, .btn-search:focus, .next input:focus, .mainui .search input[type=submit]:hover, .mainui .search input[type=submit]:focus, #ssl-products .btn-search:hover, #ssl-products .btn-search:focus {
  border: solid 1px #c00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f00), color-stop(100%, #900));
  background-image: -webkit-linear-gradient(#f00, #900);
  background-image: -moz-linear-gradient(#f00, #900);
  background-image: -o-linear-gradient(#f00, #900);
  background-image: linear-gradient(#f00, #900);
  color: #fff;
  background-position: 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.advanced .btn {
  margin-top: -45px;
  padding: 10px 12px 10px 38px !important;
  background: url(/newinterface/images/glass.png) 10px 50% no-repeat, -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background: url(/newinterface/images/glass.png) 10px 50% no-repeat, -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background: url(/newinterface/images/glass.png) 10px 50% no-repeat, -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background: url(/newinterface/images/glass.png) 10px 50% no-repeat, -o-linear-gradient(top, #ffffff, #e6e6e6);
  background: url(/newinterface/images/glass.png) 10px 50% no-repeat, linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: no-repeat;
  display: block;
}
.upgradeWarning + .orderBoxWrapper .form-horiz-group .next {
  margin: 0 5px 5px;
  width: auto !important;
}
body .upgradeWarning + .orderBoxWrapper input[type="submit"] {
  background-color: #c00 !important;
  border: solid 1px #c00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f00), color-stop(100%, #c00)) !important;
  background-image: -webkit-linear-gradient(#f00, #c00) !important;
  background-image: -moz-linear-gradient(#f00, #c00) !important;
  background-image: -o-linear-gradient(#f00, #c00) !important;
  background-image: linear-gradient(#f00, #c00) !important;
  color: #fff;
  text-indent: 0;
  line-height: 1;
  font-size: 14px;
  height: auto;
  width: auto !important;
}
body .upgradeWarning + .orderBoxWrapper input[type="submit"]:hover, body .upgradeWarning + .orderBoxWrapper input[type="submit"]:focus {
  border: solid 1px #c00;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f00), color-stop(100%, #900)) !important;
  background-image: -webkit-linear-gradient(#f00, #900) !important;
  background-image: -moz-linear-gradient(#f00, #900) !important;
  background-image: -o-linear-gradient(#f00, #900) !important;
  background-image: linear-gradient(#f00, #900) !important;
  color: #fff;
  background-position: 0 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.btn-select-hosting,
.btn-add-addons,
.btn-add-email-products {
  background-color: #008E84;
  border-radius: 6px;
  padding: 8px 18px 8px 40px;
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
  background:#008E84 url(/resources/images/icon-add.png) no-repeat 15px 10px;
  border:none;
  padding:8px 10px 6px 35px;
}

.backorderButton {
  width: 55px;
  overflow: hidden;
}
.backorderButton:before {
  content: "+ Add";
  padding-right: 100px;
}
.added .backorderButton {
  width: 58px;
}
.added .backorderButton:before {
  content: "Added";
}
#shopping-cart.cart-inner .promotion input[type="submit"], #promo-code input[type="submit"] {
  text-indent: 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  vertical-align: top;
  width: auto;
  font-size: 13px;
  padding: 4px 8px;
  position: absolute;
  height: 38px;
}
#footer .footer-legal {
  padding: 20px 0;
  margin-bottom: 0;
}
#footer .nav {
  width: auto;
  float: none;
  padding: 0;
  overflow: hidden;
  display: inline-block;
}
#footer p, #footer a {
  color: #666;
  padding: 0;
  text-shadow: none;
  font-size: 13px;
  line-height: 19px;
}
#footer a:hover, #footer a:focus {
  text-decoration: underline;
}
#footer .nav li {
  border: 0;
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
  line-height: 21px;
  float: left;
}
#footer .nav li:before {
  content: ".";
  color: #ccc;
  position: absolute;
  left: -13px;
  top: -5px;
}
#footer .nav li:first-child:before {
  content: none;
}

#top-nav, #prod-nav, .red-bar, #footer {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}

.added .addButton, .added .backorderButton {
  background: #feb09c;
}
.next input {
  padding: 8px 15px;
}

/* MIT Header/Footer */

#top-nav .nav ul li {
  display: inline-block;
  zoom: 1;
  border-right: solid 1px #fff;
  padding: 0 10px;
}
#top-nav .nav ul li.last {
  padding-right: 0;
  border-right: none;
}
#top-nav .nav-icon {
  height: 21px;
  background-image: url(/resources/images/nav-icons.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  padding-bottom: 0;
}
#top-nav .nav-icon.user {
  height: 23px;
  width: 20px;
  margin-left: 8px;
  background-position: 0 -80px;
}
#top-nav .nav-icon.support {
  height: 23px;
  width: 23px;
  margin-left: 8px;
  background-position: -40px -80px;
}
#top-nav .nav-icon.cart {
  height: 23px;
  width: 27px;
  background-position: -80px -78px;
}
#top-nav .nav a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #fff;
  text-decoration: none;
  font-size: inherit;
}
#top-nav .nav a:hover {
  color: #838383;
  text-decoration: none;
}

.red-bar {
  background: #e0001b;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.red-bar .container, .red-bar .container_12 {
  padding: 10px 0;
}
.red-bar a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #fff;
  text-decoration: none;
  font-size: inherit;
  text-transform: uppercase;
}
.red-bar a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
.red-bar .social-nav {
  float: right;
}
.red-bar .social-nav span {
  font-size: 20px;
}
.red-bar .social-nav ul li {
  display: inline-block;
  zoom: 1;
  padding: 0 0 0 12px;
  margin: 0;
  background: none;
}
.red-bar .social-nav ul {
  margin: 0;
  padding: 0;
}
#floater {
  display: none;
}

.navbar-inverse .navbar-inner + .navbar-inner {
  min-height: 0;
}
.container, .navbar-inverse .navbar-inner + .navbar-inner .container, .navbar .container {
  width: 914px;
}
@media (min-width: 1200px) {
  .container, .navbar-inverse .navbar-inner + .navbar-inner .container, .navbar .container {
    width: 1170px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .container, .navbar-inverse .navbar-inner + .navbar-inner .container, .navbar .container {
    width: 724px;
  }
}
@media (max-width: 979px) {
  .main {
    padding: 0 20px;
  }
  .copyright {
    display: none;
  }
}
@media (max-width: 767px) {
  .container, .navbar-inverse .navbar-inner + .navbar-inner .container, .navbar .container {
    width: auto;
  }
  #top-nav .nav {
    float: left;
  }
  .logo {
    margin: 20px 0;
  }
}

/* MIT console */

.more-link, .support-link {
  background-image: url(/resources/images/arrow-sml.png);
}
.view-all {
  background-image: url(/resources/images/arrow-big.png);
}
#service-alerts {
  display: none;
}
.handle, .handle:hover, .handle:focus {
  text-decoration: none;
}

/* MIT store */

.mainui .nav, .mainui .nav li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.mainui #top-nav {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  border-color: #252525;
  padding: 12px 30px;
}
.mainui #prod-nav {
  background: #fff;
  padding: 0 30px;
}
.mainui .storeContainer {
  border-top: 5px solid #f2f2f2;
}
.mainui #newCustomer select {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.mainui select.existingAccounts, .domainAction .searchBox .tlds select {
  height: 40px;
  line-height: 40px;
}
#newCustomer .form {
  margin: 0 !important;
}
#newCustomer .form .labelCell {
  font-size: 13px;
}
#existingCustomer th {
  padding: 0;
  white-space: nowrap;
}
#existingCustomer .help {
  padding: 0 34px;
}
#external-renewal input#domain {
  padding: 10px 8px;
}


/* LIVE CHAT - CONSOLE ONLY */

.embeddedServiceHelpButton .helpButton,
.embeddedServiceSidebarMinimizedDefaultUI.helpButton,
.sidebarMinimized .embeddedServiceSidebarMinimizedDefaultUI{
  right: 29px !important;
}

.embeddedServiceSidebar.layout-docked .dockableContainer.show{
  right: 37px !important;
}


/**/