/* ==== DOCUMENT INFO
Document - Webservio Primary Template
Version - 1.0
Author - Jenna Cross
Copyright 2015-2016 Webservio Inc.
Not for duplication or reuse.
==== */

/* ==== GLOBAL STYLES ==== */

/* ---- TEXT ---- */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
h1, 
h2 {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
  color: #444;
  line-height: 1.3;
}
h3, 
h4, 
h5, 
h6 {
  font-family: "Open Sans", sans-serif;
  color: #444;
  line-height: 1.3;
}
h1 {
  margin-bottom: 25px;
  font-size: 48px;
  text-align: center;
}
h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 36px;
}
h3 {
  font-size: 25px;
  font-weight: 600;
  color: #555;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
}
h6 {
  display: inline-block;
  font-size: 16px;
}
h1 small,
h2 small,
h3 small {
  display: block;
}
small {
  margin-top: 10px;
  line-height: 1.3;
}
a {
  color: #0072bb;
  text-decoration: none !important;
}
a:hover, 
a:active {
  color: #009dff;
}
i {
  padding-right: 10px;
}
.fa-stack {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #0072bb;
}
em {
  font-style: normal;
  text-transform: uppercase;
}
strong {
  color: #555;
}
mark {
  background-color: #d1eafa;
}
.feature {
  font-size: 18px;
}
.tooltip-anchor {
  color: #0072bb;
  cursor: help;
  border-bottom: 1px dotted #777;
}
.tooltip {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.tooltip-inner {
  padding: 6px 8px;
}
/* ---- END TEXT ---- */

/* ---- LISTS ---- */
ul {
  padding: 8px;
  list-style-position: inside;
  list-style-image: url('../media/images/bullet-arrow-blue.png');
}
li {
  margin-left: 10px;
}
ul > ul {
  list-style-type: circle !important;
  list-style-image: none !important;    
}
ul > ul > li{
  margin-left: 20px;
}
dt {
  margin-top: 10px;
}
.dl-horizontal dt {
  margin-top: 0;
  margin-bottom: 8px;
}
.dl-horizontal dd {
  margin-bottom: 8px;
}
.list-unstyled {
  list-style-image: none !important;
}
.numbers-styled {
  counter-reset: step-counter;
}
.numbers-styled > li {
  min-height: 45px;
  margin: 10px 0 10px 15px;
  list-style-type: none;
}
.numbers-styled > li::before {
  position: absolute;
  left: 15px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding: 5px;
  counter-increment: step-counter;
  content: counter(step-counter);
  background-color: #0072bb;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* ---- END LISTS ---- */

/* ---- TABLES ---- */
thead {
  font-weight: bold;
}
/* ---- END TABLES ---- */

/* ---- LAYOUT ---- */
section {
  padding: 50px 0;
}
.row {
  margin: auto 0;
}
.item {
  padding: 25px 0;
}
.border {
  height: 40px;
  background-image: url("../media/images/webservio-border.png");
  background-repeat: repeat-x;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.indent {
  padding-left: 10px;
}
.nudge {
  padding-left: 3px;
}
.hidden {
  display: none;
}
.wow {
  visibility: hidden;
}
/* ---- END LAYOUT ---- */

/* ---- BACKGROUNDS ---- */
header,
section,
footer {
  background-color: #fff;
}
.contrast {
  padding: 20px 0;
  background-color: #eee;
}
.highlight {
  background-color: #0072bb;
}
.highlight h2 {
  color: #fff !important;
}
.transparent-bg {
  background-color: transparent;  
}
.translucent-bg {
  position: relative;
  z-index: 1;
  background-color: transparent;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.translucent-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
  content: "";
}
.translucent-bg.inverse::after {
  background-color: rgba(0,0,0,0.5) !important;  
}
.translucent-bg-content {
  position: relative;
  z-index: 3;
}
.translucent-bg.inverse h1,
.translucent-bg.inverse h2,
.translucent-bg.inverse h3,
.translucent-bg.inverse h4 {
  color: #fff;
}
/* ---- END BACKGROUNDS ---- */

/* ==== END GLOBAL STYLES ==== */


/* ==== NAVIGATION ==== */

/* ---- TOP NAV ---- */
nav {
  text-align: center;
}
.navbar {
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  background-color: #3d3d3d;
  border-radius: 0;
}
.navbar-email,
.navbar-hosting,
.navbar-data {
  padding: 8px 0;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
a.navbar-title {
  float: left;
  font-size: 20px;
  color: #333;
}
.navbar-title img {
  margin: 10px;
}
.logo {
  float: left;
  margin: 10px 0 0 10px;
}
.icon-bar {
  background-color: #333;
}
.navbar-main .icon-bar {
  background-color: #fff;
}
.navbar-nav {
  display: inline-block;
  float: none;
  padding: 0;
}
.navbar-nav > li {
  padding: 10px 15px 0 15px;
  font-size: 18px;
}
.navbar-nav > li > a,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:active {
  padding: 4px 0 0 0;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:active {
  color: #d9d9d9;
}
.navbar-toggle .icon-bar {
  width: 28px;
  height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.dropdown-toggle i {
  padding-left: 8px;
}
.navbar-email .dropdown-toggle i {
  color: #72bb00;
}
.navbar-hosting .dropdown-toggle i {
  color: #ed6834;
}
.navbar-data .dropdown-toggle i {
  color: #0072bb;
}
.navbar-main .dropdown-menu {
  z-index: 1001;
}
.navbar-nav > li > .dropdown-menu {
  min-width: 95%;
  vertical-align: middle;
  margin-top: 5px;
  padding: 0;
}
.dropdown-menu i {
  width: 30px;
  padding-top: 5px;
}
.dropdown-menu hr,
.dropdown-menu > li {
  margin: 0;
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  font-size: 18px;
}
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #3d3d3d;
}
.navbar-email .dropdown-menu > li > a:hover {
  background-color: #72bb00;
}
.navbar-hosting .dropdown-menu > li > a:hover {
  background-color: #ed6834;
}
.navbar-data .dropdown-menu > li > a:hover {
  background-color: #0072bb;
}
.affix {
  top: 0;
}
/* ---- END TOP NAV ---- */

/* ---- SUBNAV ---- */
.subnav {
  color: #fff !important;
  background-color: #0072bb;
}
.subnav ul {
  margin: 0;
  padding: 0; 
}
.subnav li {
  padding: 10px;
}
.subnav li:hover {
  background-color: #005e99;
}
.subnav a {
  color: #fff !important;
}
.subnav-bottom {
  display: none;
}
/* ---- END SUBNAV ---- */

/* ---- SCROLL TO TOP ---- */
#top-link-block {
  position: fixed; 
  right: 15px;
  bottom: 15px; 
  z-index: 5;
  width: 41px;
  margin: 0;
  padding: 5px 10px;
  background-color: #3d3d3d;
}
#top-link-block:focus, 
#top-link-block:hover, 
#top-link-block:active {
  background-color: #222;
}
#top-link-block a {
  font-size: 20px;
  color: #fff;
}
#top-link-block i {
  padding-right: 0;
}
/* ---- END SCROLL TO TOP ---- */

/* ==== END NAVIGATION ==== */


/* ==== HEADER ==== */
.header-container {
  padding: 15px 0;
}
.contact-info {
  margin-top: 10px;
  text-align: right;
}
.contact-info a {
  display: inline-block;
  margin-left: 10px;
}
.contact-info i {
  font-size: 18px; 
}
/* ==== END HEADER ==== */


/* ==== FOOTER ==== */
footer {
  text-align: center;
}
footer .container {
  padding: 60px 0 40px 0;
}
footer .columns {
  margin-bottom: 0;
}
.footer-menu {
  padding: 0;
}
.footer-menu li {
  margin-bottom: 15px;
  text-align: center;
}
.footer-contact-info {
  text-align: center;
}
.footer-contact-info a {
  display: block;
  margin-bottom: 15px;
}
.social-media {
  margin-bottom: 20px;
  margin-left: 15px;
}
.social-media li {
  margin: 0;
}
.social-media i {
  padding: 0 5px;
  font-size: 35px;
}
.footer-copyright {
  margin-top: 30px;
  font-size: 14px;
}
/* ==== END FOOTER ==== */


/* ==== INTROS ==== */
.intro,
.intro-icons {
  text-align: center;
}
.intro {
  padding-top: 150px;
  padding-bottom: 130px;
}
.intro-icons {
  padding-top: 230px;
  padding-bottom: 50px;
}
.intro h1,
.intro h2 {
  font-size: 55px;
}
.intro h3 {
  font-size: 30px;
  font-weight: normal;
}
.intro-icons h2 {
  margin-top: 0;
  padding-top: 20px;
  font-size: 25px;
}
.intro p,
.intro-icons p {
  margin-top: 25px;
  font-size: 18px;
}
/* ==== END INTROS ==== */


/* ==== SECTION ELEMENTS ==== */

/* ---- BOX GRID ---- */
.container-fluid.box-grid {
  padding: 0;
}
.box-grid {
  margin-top: 25px;
  padding: 0;
}
.box-grid .first-column,
.box-grid .second-column {
  padding: 0;
}
.action-box .box {
  padding: 20px;
  background-color: #a0e236;
  border: 4px solid transparent;
}
.action-box .box:hover,
.action-box .box:focus,
.action-box .box:active {
  cursor: pointer;
  background-color: #abe64c;
}
.action-box .box > a {
  display: block;
}
.action-box .box.translucent-bg::after {
  background-color: rgba(255,255,255,0.5) !important;
}
.action-box .box-main {
  width: 40%;
  margin: 20px auto;
  background-color: #eee !important;
}
.action-box .box-main:hover {
  background-color: #fff !important;
}
.action-box .box-content {
  min-height: 50px;
}
.action-box i {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  padding: 0;
}
.expand-box .box-content {
  min-height: 275px;
  padding: 20px 40px;
}
.box-content > p {
  font-weight: bold;
}
.box-content a {
  display: block;
  margin-top: 15px;
  text-align: center;
}
.box-content a.collapsed:after {
  font-family: FontAwesome;
  font-size: 35px;
  content: "\f196";
}
.box-content a:after {
  font-family: FontAwesome;
  font-size: 35px;
  content: "\f147";
}
.box-content > .collapse p:last-of-type {
  padding-bottom: 40px;
}
/* ---- END BOX GRID ---- */

/* ---- BUTTONS ---- */
.btn {
  margin: 10px auto;
  font-size: 16px;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #0072bb;
  border-radius: 0;
  transition: all .2s ease-in-out 0s;
}
.btn:focus, 
.btn:hover, 
.btn:active {
  color: #fff !important;
  background-color: #005e99;
}
.btn-block {
  width: 200px;
  margin: 45px auto;
  padding: 15px;
  text-transform: none;
  white-space: normal;
}
#contact .btn-block {
  width: 150px;
}
.btn-block h5 {
  color: #fff;
}
.btn-block i {
  display: block;
  padding-right: 0;
  font-size: 32px;
}
.btn-square {
  width: 160px;
  height: 155px;
  padding: 10px;
}
.button {
  padding: 5px;
  color: #0072bb;
  background-color: #fff;
  border: 2px solid #fff;
}
.button:focus, 
.button:hover, 
.button:active,
.button.active {
  color: #fff !important;
  background-color: #0072bb;    
  border-color: #0072bb;
}
.btn-container {
  text-align: center;
}
/* ---- END BUTTONS ---- */

/* ---- CALL TO ACTION ---- */
#action h5 small {
  display: block;
}
.action-bar {
  padding: 15px 0;   
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.action-bar a {
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
}
.action-bar a:hover {
  color: #eee !important;
}
.action-bar i {
  display: block;
  padding-top: 8px;
  padding-right: 0;
}
.sidebar {
  display: inline-block;
  float: left;
  max-width: 300px;
  margin-top: 5px;
  margin-right: 15px;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center; 
}
.sidebar-right {
  float: right;
  margin-left: 15px;
}
.sidebar .button {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
}
.sidebar .button:focus, 
.sidebar .button:hover, 
.sidebar .button:active {
  border-color: #fff !important;
}
/* ---- END CALL TO ACTION ---- */

/* ---- COLUMNS ---- */
.columns {
  margin-bottom: 50px;
  text-align: justify;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;
} 
/* ---- END COLUMNS ---- */

/* ---- FORMS ---- */ 
.form {
  width: 90%;
  max-width: 600px;
}
#contact-form iframe {
  height: 850px;
}
#preferences iframe {
  height: 550px;
}
/* ---- END FORMS ---- */

/* ---- IMAGES ---- */
.image-right {
  float: right;
  padding-bottom: 15px;
  padding-left: 20px;
}
.image-left {
  float: left;
  padding-right: 35px;
  padding-bottom: 15px;
}
.image-lg {
  width: 100%;
  max-width: 500px;
}
.image-md {
  width: 100%;
  max-width: 300px;
}
.image-sm {
  width: 100%;
  max-width: 200px;
}
.image-xs {
  width: 100%;
  max-width: 100px;
}
.diagram {
  width: 100%;
  max-width: 1400px;
  margin: 40px 0;
}
.modal-dialog {
  width: 95%;
}
.modal-content {
  background-color: #333;
  border-radius: 0;
}
.modal-header {
  border-bottom: none;
}
.modal-header button {
  margin-bottom: 15px;
  font-size: 40px;
  color: #fff;
}
.modal-title {
  color: #fff;
}
.modal-body img {
  width: 100%;
}
/* ---- END IMAGES ---- */

/* ---- TOP NAV TABS ---- */
.top-tabs ul.nav-tabs {
  padding: 0;
}
.top-tabs .nav-tabs h4 {
  margin: 0;
}
.top-tabs .nav-tabs h4:hover,
.top-tabs .nav-tabs h4:focus,
.top-tabs .nav-tabs .active h4 {
  color: #333;
}
.top-tabs .nav-tabs.nav-justified > li > a {
  border: none;
  border-bottom: 2px solid #d9d9d9;
}
.top-tabs .nav-tabs.nav-justified > li > a:hover {
  background-color: #fff;
  border: 2px solid #d9d9d9;
}
.top-tabs .nav-tabs.nav-justified > .active > a,
.top-tabs .nav-tabs.nav-justified > .active > a:focus,
.top-tabs .nav-tabs.nav-justified > .active > a:hover,
.top-tabs .nav-tabs.nav-justified > .active > a:active {
  border: 2px solid #d9d9d9;
  border-bottom: 2px solid #fff !important;
}
.top-tabs .tab-content {
  background-color: #fff;
}
.top-tabs .tab-pane {
  margin: 0;
  padding: 30px;
  border: 2px solid #d9d9d9;
  border-top: none; 
}
.top-tabs p {
  padding-bottom: 15px;
  font-size: 16px;
}
/* ---- END TOP NAV TABS ---- */

/* ---- CONTENT TOGGLE ---- */
.first-button {
  margin-right: 20px;
}
.first-content,
.second-content {
  margin: 25px auto;
}
/* ---- END CONTENT ---- */

/* ---- SIDE NAV TABS ---- */
.tabs .nav-tabs,
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-tabs > li.active > a:hover {
  border: none;
}
.tabs .nav-tabs li {
  padding: 10px;
  border: 1px solid #eee;
  width: 150px;
  float: none;
  background-color: #fff;
}
.tabs .nav-tabs > li.active {
  background-color: #333;
  position: relative;
}
.side-tab-list > li.active::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #eee !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -24px;
  top: 28px;
}
.tab-list > li> a, 
.tab-list > li> a:hover,
.tab-list > li> a:focus,
.tab-list > li.active > a, 
.tab-list > li.active > a:hover, 
.tab-list > li.active > a:focus {
  background-color: transparent;
  border: none;
  padding: 0px;
}
.tab-list h5 {
  text-transform: uppercase;
  font-size: 14px;
}
.tab-list li.active h5 {
  color: #fff;
}
.tab-list i {
  padding-right: 0;
  font-size: 20px;
  color: #333;
}
.tab-list li.active i {
  color: #fff;
}
.side-tab-list .tab-pane {
  margin-top: 20px;
  margin-left: 20px;
}
.nav.top-tab-list > li {
  display: inline-block;
}
.top-tab-list li {
  margin-bottom: 15px;
}

/* ---- END SIDE NAV TABS ---- */

/* ---- PANEL COLLAPSE ---- */
.panel-group .panel {
  border: none; 
}
.panel > .panel-heading {
  width: 100%;
  padding: 0;
  border: none;
  outline: none;
}
.panel > .panel-heading + .panel-collapse > .panel-body {
  border: 2px solid #0072bb;
  border-top: none;
}
.panel-heading a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 12px 35px 12px 15px;
  color: #fff !important;
  text-decoration: none;
  background-color: #0072bb;
}
.panel-heading a::after {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "FontAwesome";
  content: "\f147";  
}
.panel-heading a.collapsed {
  background-color: #333 !important;
}
.panel-heading a.collapsed::after {
  content: "\f196";
}
/* ---- END PANEL COLLAPSE ---- */

/* ---- TIMELINE ---- */
#timeline {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
}
#timeline::before {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 3px;
  height: 90%;
  background-color: #d9d9d9;
  content: "";
}
.timeline-block {
  margin-bottom: 60px;
}
.timeline-left { 
  padding-right: 40px;
  text-align: right;
}
.timeline-right {
  padding-left: 40px;
  text-align: left;
}
.timeline-image {
  display: block;
  width: 160px;
  height: 160px;
  margin: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px #d9d9d9;
  -moz-box-shadow: 0 0 0 8px #d9d9d9;
  -o-box-shadow: 0 0 0 8px #d9d9d9;
  box-shadow: 0 0 0 8px #d9d9d9;
}
/* ---- END TIMELINE ---- */

/* ---- SOURCES ---- */
footer#sources {
  background-color: transparent;
}
#sources {
  font-size: 12px;
  text-align: left !important;
}
#sources a {
  display: inline !important;
}
/* ---- END SOURCES ---- */

/* ---- VIDEO ---- */
.video {
  margin: 20px auto;
}
/* ---- END VIDEO ---- */

/* ==== END SECTION ELEMENTS ==== */


/* ==== SECTION THEMES ==== */

/* ---- EMAIL THEME ---- */
.email h1,
.email h2,
.email a,
.email .button,
.email .action-box i,
.email .nav-tabs h4:focus,
.email .nav-tabs h4:hover,
.email .nav-tabs .active h4,
.email .fa-stack,
.email .tooltip-anchor {
  color: #72bb00;
}
.email a:hover,
.email a:active,
.email a.active,
.email a.active:focus,
.email a.active:hover,
.email a.active:active {
  color: #87db00;
}
.email ul {
  list-style-image: url('../media/images/bullet-arrow-green.png');
}
.subnav-email,
.email .btn,
.email ol li::before,
.email .highlight,
.email .tab-list > li.active, 
.email .panel-heading a,
.email .sidebar,
.email .action-block {
  background-color: #72bb00;
}
.email .btn:focus, 
.email .btn:hover, 
.email .btn:active,
.email .action-block:focus,
.email .action-block:hover,
.email .action-block:active {
  background-color: #5e9900;
}
.subnav-email li:hover,
.email .btn-square:focus, 
.email .btn-square:hover, 
.email .btn-square:active {
  background-color: #87db00;
}
.email .action-box .box {
  background-color: #a0e236;
}
.email .action-box .box:focus,
.email .action-box .box:hover,
.email .action-box .box:active {
  background-color: #abe64c;
}
.email mark,
.email .table-striped > tbody > tr:nth-of-type(2n+1),
.email .table-hover > tbody > tr:hover {
  background-color: #e0f7ba;
}
.email .translucent-bg::after {
  background-color: rgba(174,245,61,0.5);
}
.email .button:focus, 
.email .button:hover, 
.email .button:active,
.email .button.active {
  background-color: #72bb00;
  border-color: #72bb00;
}
.email .table-bordered,
.email .table > thead > tr > th,
.email .table > thead > tr > td,
.email .table > tbody > tr > th,
.email .table > tbody > tr > td,
.email .table > tfoot > tr > th,
.email .table > tfoot > tr > td,
.email .action-box .box,
.email .panel > .panel-heading + .panel-collapse > .panel-body {
  border-color: #72bb00;
}
/* ---- END EMAIL THEME ---- */

/* ---- HOSTING THEME ---- */
.hosting h1,
.hosting h2,
.hosting a,
.hosting .button,
.hosting .nav-tabs h4,
.hosting .fa-stack,
.hosting .tooltip-anchor {
  color: #ed6834;
}
.hosting a:hover,
.hosting a:active {
  color: #ff873d;
}
.hosting ul {
  list-style-image: url('../media/images/bullet-arrow-orange.png');
}
.subnav-hosting,
.hosting .btn,
.hosting ol li::before,
.hosting .highlight,
.hosting .tab-list > li.active,
.hosting .panel-heading a,
.hosting .sidebar,
.hosting .action-box .box:hover {
  background-color: #ed6834;
}
.hosting .btn:focus, 
.hosting .btn:hover, 
.hosting .btn:active {
  background-color: #d84e18;
}
.hosting .action-bar {
  background-color: #ff8133;
}
.subnav-hosting li:hover,
.hosting .btn-square:focus, 
.hosting .btn-square:hover, 
.hosting .btn-square:active,
.hosting .action-bar:hover {
  background-color: #ff873d;
}
.hosting mark,
.hosting .table-striped > tbody > tr:nth-of-type(2n+1),
.hosting .table-hover > tbody > tr:hover {
  background-color: #ffe6d6;
}
.hosting .translucent-bg::after {
  background-color: rgba(255,181,128,0.5);
}
.hosting .button:focus, 
.hosting .button:hover, 
.hosting .button:active,
.hosting .button.active {
  background-color: #ed6834;
  border-color: #ed6834;
}
.hosting .table-bordered,
.hosting .table > thead > tr > th,
.hosting .table > thead > tr > td,
.hosting .table > tbody > tr > th,
.hosting .table > tbody > tr > td,
.hosting .table > tfoot > tr > th,
.hosting .table > tfoot > tr > td,
.hosting .top-tabs .nav-tabs.nav-justified > li > a,
.hosting .top-tabs .nav-tabs.nav-justified > li > a:hover,
.hosting .top-tabs .nav-tabs.nav-justified > .active > a,
.hosting .top-tabs .nav-tabs.nav-justified > .active > a:focus,
.hosting .top-tabs .nav-tabs.nav-justified > .active > a:hover,
.hosting .top-tabs .nav-tabs.nav-justified > .active > a:active,
.hosting .top-tabs .tab-pane,
.hosting .panel > .panel-heading + .panel-collapse > .panel-body {
  border-color: #ed6834;
}
/* ---- END HOSTING THEME ---- */

/* ---- PRIMARY AND DATA THEME ---- */
.primary .intro-text h1,
.primary .intro-text h2,
.data h1,
.data h2 {
  color: #0072bb;
}
.data .tab-list > li.active {
  background-color: #0072bb;
}
.data .table-striped > tbody > tr:nth-of-type(2n+1),
.data .table-hover > tbody > tr:hover {
  background-color: #d1eafa;
}
.data .translucent-bg::after {
  background-color: rgba(102,196,255,0.5);
}
.data .table-bordered,
.data .table > thead > tr > th,
.data .table > thead > tr > td,
.data .table > tbody > tr > th,
.data .table > tbody > tr > td,
.data .table > tfoot > tr > th,
.data .table > tfoot > tr > td,
.data .top-tabs .nav-tabs.nav-justified > li > a,
.data .top-tabs .nav-tabs.nav-justified > li > a:hover,
.data .top-tabs .nav-tabs.nav-justified > .active > a,
.data .top-tabs .nav-tabs.nav-justified > .active > a:focus,
.data .top-tabs .nav-tabs.nav-justified > .active > a:hover,
.data .top-tabs .nav-tabs.nav-justified > .active > a:active,
.data .top-tabs .tab-pane  {
  border-color: #0072bb;
}
/* ---- END PRIMARY AND DATA THEME ---- */

/* ==== END SECTION THEMES ==== */


/* ==== SECTION BACKGROUNDS ==== */

.background-inverse {
  background-color: #333;
}

/* ---- INTRO BACKGROUNDS ---- */
#about {
  background: #d9d9d9 url("../media/images/business-meeting-handshake.jpg") center/cover no-repeat;
}
#careers {
  background: #d9d9d9 url("../media/images/business-collaboration-notes.jpg") center/cover no-repeat;
}
#contact {
  background: #d9d9d9 url("../media/images/hands-laptop-phone-coffee.jpg") center/cover no-repeat;
}
#intro {
  background: url("../media/images/webservio-bg.jpg") 50% fixed;
}
#intro-email-main {
  background: #72bb00 url("../media/images/email-services-background.jpg") center/cover no-repeat;
}
#intro-email {
  background: #eee url("../media/images/email-services-background-white.jpg") center/cover no-repeat;
}
#intro-data-main {
  background: #0072bb url("../media/images/data-services-background.jpg") center/cover no-repeat;
}
#intro-data {
  background: #eee url("../media/images/data-services-background-white.jpg") center/cover no-repeat;
}
#winter {
  background: #eee url("../media/images/winter-weather-background.jpg") top/cover no-repeat;
}
/* ---- END INTRO BACKGROUNDS ---- */

/* ---- TRANSLUCENT BACKGROUNDS ---- */
.browser-bg {
  background: url("../media/images/browser-background.jpg") center/cover no-repeat;
}
.careers-bg {
  background: url("../media/images/careers-background.jpg") center/cover no-repeat;
}
.checkbox-bg {
  background: url("../media/images/checkbox-background.jpg") center/cover no-repeat;
}
.compare-bg {
  background: url("../media/images/compare-background.jpg") center/cover no-repeat;
}
.dollar-bg {
  background: url("../media/images/dollar-background.jpg") center/cover no-repeat;
}
.legal-bg {
  background: url("../media/images/legal-background.jpg") center/cover no-repeat;
}
.shield-bg {
  background: url("../media/images/shield-background.jpg") center/cover no-repeat;
}
.speed-bg {
  background: url("../media/images/speed-background.jpg") center/cover no-repeat;
}
.thumbsup-bg {
  background: url("../media/images/thumbs-up-background.jpg") center/cover no-repeat;
}
.timer-bg {
  background: url("../media/images/timer-background.jpg") center/cover no-repeat;
}
.warning-bg {
  background: url("../media/images/warning-background.jpg") center/cover no-repeat;
}
/* ---- END TRANSLUCENT BACKGROUNDS ---- */

/* ---- OTHER BACKGROUNDS ---- */
#winter-forecast {
  background: #3399ff url("../media/images/winter-map.jpg") center/cover no-repeat;
}
/* ---- END OTHER BACKGROUNDS ---- */


/* ==== END SECTION BACKGROUNDS ==== */
