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

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

/* ---- TEXT ---- */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  background-color: #eee;
}
h1, 
h2 {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
  color: #444;
  font-weight: 400;
  line-height: 1.3;
}
h3, 
h4, 
h5, 
h6 {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}
h1 {
  margin-bottom: 25px;
  font-size: 48px;
  text-align: center;
}
h2 {
  margin-bottom: 15px;
  font-size: 36px;
}
h3 {
  font-size: 25px;
  font-weight: 600;
}
h4 {
  font-size: 20px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
}
h6 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 17px;
  font-weight: 600;
}
small {
  margin-top: 10px;
  line-height: 1.3;
  color: #666;
}
h1 small,
h2 small,
h3 small {
  display: block;
  line-height: 1.3;
}
h3.subtitle {
  margin-top: 0;
}
a {
  color: #0072bb;
  text-decoration: none !important;
}
a:hover, 
a:active {
  color: #009dff;
}
a.btn-gold {
  color: #000000;
  text-decoration: none !important;
}
a.btn-gold:hover, 
a.btn-gold:active {
  color: #ffffff;
}
em {
  font-style: normal;
  text-transform: uppercase;
}
strong {
  color: #555;
}
mark {
  background-color: #d1eafa;
}
.feature {
  font-size: 18px;
}
.large {
  font-size: 150%;
}
.x-large {
  font-family: 'Montserrat', sans-serif;
  font-size: 10em;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 116, 189, 0.3);
}
h2.x-large {
  position: absolute;
  top: 30%;
}
.tooltip-anchor {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.tooltip {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.tooltip-inner {
  padding: 6px 8px;
}
address {
  margin-bottom: 10px;
}
hr {
  margin: 30px;
  border-top-color: #333;
}
hr.underline { 
  width: 25%;
  margin-left: 0;
  margin-bottom: 30px;
  border-top-width: 5px;
  text-align: left;
}
i {
  padding-right: 10px;
}
.table-chart .fa-check {
  padding: 0;
}
.fa-stack {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #0072bb;
}
.fa-stack-1x {
  font-weight: 600;
  font-style: normal;
}
/* ---- 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: 20px 0 20px 20px;
  list-style-type: none;
}
.numbers-styled > li::before {
  position: absolute;
  left: 20px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding: 5px;
  counter-increment: step-counter;
  content: counter(step-counter);
  font-size: 20px;
  font-weight: bold;
  background-color: #0072bb;
  color: #fff;
  text-align: center;
}
.numbers-styled h5 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 5px;
}
.icon-list div {
  padding: 25px 0;
  text-align: center;
}
.icon-list li {
  width: 270px;
  vertical-align: top;
  margin-top: 20px;
}
/* ---- END LISTS ---- */


/* ---- TABLES ---- */
 
 

table {
  background-color: #fff;
}
.table-title,
tfoot tr:first-of-type {
  font-weight: 600;
  text-transform: uppercase;
}
.table-title h3,
.table-title h4,
.table-title h5 {
  color: #fff;
}
table.featured-table {
  margin-top: -66px;
}
.table-chart tr > td:nth-of-type(n+2) {
  text-align: center;
}
.table.table-fixed {
  width: auto;
  margin: 0 auto;
}
.table-fixed th,
.table-fixed td {
  width: 150px;
  min-width: 150px;
}
#fixed-head {
  width: 95%;
  overflow-x: auto;
}
#fixed-head.affix {
  position: fixed;
  top: 57px;
  background-color: #fff;
}
#fixed-head thead td {
  background-color: #fff;
}
#fixed-body {
  width: 95%;
  overflow-x: hidden;
}
.columns-striped tr > td:nth-of-type(2n) {
  background-color: #eee;
}
.table-striped.columns-striped > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n) {
  background-color: #ddd;
}
.table-striped > tbody > tr > td.span {
  background-color: #fff !important;
}
.tg  {
  border-collapse:collapse;
  border-spacing:0;
  border-color:#48ad3a;
}
.tg td {
  font-family:Arial, sans-serif;
  font-size:14px;
  padding:10px 5px;
  border-style:solid;
  border-width:1px;
  overflow:hidden;
  word-break:normal;
  border-color:black;
}
.tg th {
  font-family:Arial, sans-serif;
  font-size:14px;font-weight:normal;
  padding:10px 5px;
  border-style:solid;
  border-width:1px;
  overflow:hidden;
  word-break:normal;
  border-color:black;
}
.tg .tg-7fle {
  font-weight:bold;
  background-color:#efefef;
  text-align:center;
  vertical-align:top
}
.tg .tg-hfji {
  font-weight:bold;
  background-color:#48ad3a;
  text-align:left;vertical-align:top
}
.tg .tg-0lax {
  text-align:left;
  vertical-align:top
}
.tg .tg-in4c {
  font-weight:bold;
  background-color:#bdf3b4;
  text-align:center;vertical-align:top
}
.tg .tg-08c0 {
  background-color:#efefef;
  text-align:center;
  vertical-align:top
}
.tg .tg-vc1n {
  background-color:#bdf3b4;
  text-align:center;
  vertical-align:top
}
/* ---- END TABLES ---- */

/* ---- LAYOUT ---- */
section {
  padding: 25px 0;
}
.row {
  margin: auto 0;
  padding: 25px 0;
}
section.flush,
.flush .row,
.flush .container-fluid,
.flush .col-md-8,
.flush .col-md-7,
.flush .col-md-6,
.flush .col-md-5,
.flush .col-md-4,
.flush .col-sm-8,
.flush .col-sm-6,
.flush .col-sm-4,
.flush .col-xs-6 {
  padding: 0;
}
.flush-content {
  padding: 30px;
}
.flexbox-large .flush-content {
  padding: 50px;
}
.flush-title {
  padding-bottom: 10px;
  padding-left: 50px;
}
.columns {
  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;
} 
.vertical-divide-content {
  position: relative;
  margin: 10px auto;
}
.vertical-divide-content .col-sm-6 {
  padding-right: 25px;
  padding-left: 25px;
}
.vertical-divide-content .numbers-styled > li::before {
  left: 40px;
}
.vertical-divide-content .numbers-styled > li {
  margin-left: 30px;
}
.vertical-divider {
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 50%;
  background:rgba(0, 0, 0, 0.5);
}
.vertical-divider:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px; 
  font-size: 18px;
  font-weight: bold;
  text-align: center; 
  line-height: 40px; 
  color: #333;
  background-color: #eee;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
.vertical-divider.vs:after {
  content: 'VS';
}
.vertical-divider.arrow:after {
  font-family: FontAwesome;
  font-size: 22px;
  content: '\f061';
}
.intro-box .vertical-divide-content {
  margin: 25px auto;
}
.intro-box .vertical-divider {
  background-color: #d5d4d2;
  width: 2px;
}
.vertical-divider.left {
  left: 33%;
}
.vertical-divider.right {
  left: 66%;
}
.intro-box hr {
  border-width: 2px;
  border-color: #d5d4d2;
}
.full-height {
  position: absolute;
  height: 100%;
}
.wow {
  visibility: hidden;
}
.indent {
  padding-left: 10px;
}
.nudge {
  padding-left: 3px;
}
/*.item-left {
  float: left;
}
.item-right {
  float: right;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.translucent {
  opacity: .5;
}---*/
/* ---- END LAYOUT ---- */

/* ---- BACKGROUNDS ---- */
header,
section,
footer {
  background-color: #fff;
}
.contrast,
.card-content.contrast {
  background-color: #eee;
}
.contrast .vertical-divider:after {
  background-color: #fff;
}
.highlight-bg {
  background-color: #0072bb;
}
.inverse-bg {
  background-color: #222;
}
.inverse2-bg {
  background-color: #868686;
}
.transparent-bg {
  background-color: transparent;  
}
.translucent-bg {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.translucent-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  content: "";
}
.translucent-bg.inverse::after {
  background-color: rgba(0,0,0,0.7) !important;  
}
.translucent-bg.inverse.homepage::after {
  background-color: rgba(0,0,0,0.3) !important;  
}
.translucent-bg-content {
  position: relative;
  z-index: 3;
}
/* ---- END BACKGROUNDS ---- */

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


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

/* ---- TOP NAV ---- */
nav {
  text-align: center;
}
.nav {
  padding-left: 8px;
}
.navbar {
  width: 100%;
  margin-bottom: 0px;
  color: #fff;
  background-color: #3d3d3d;
  border-radius: 0;
}
/*.affix .logo {
  display: none;
}*/
a.navbar-title {
  float: left;
  font-size: 20px;
  color: #333;
}
.navbar-title img {
  margin: 10px;
}
.navbar-landing {
  padding: 0;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.navbar-landing img {
  width: 75px;
  margin: 0 auto;
}
.logo {
  float: left;
  margin-left: 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-main .navbar-nav > li > a {
  padding: 4px 0 0 0;
  font-weight: 400;
  color: #fff;
  background-color: transparent;
}
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:active {
  color: #d5d4d2;
}
.navbar-toggle .icon-bar {
  width: 28px;
  height: 3px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.secondary-nav {
  padding: 8px 0;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.secondary-nav .navbar-nav > li > a {
  padding: 0 0 5px 0;
  font-weight: 300;
  color: #333;
  background-color: transparent;
}
.secondary-nav .navbar-nav > li > a.active {
  font-weight: 400;
}
.navbar-email .navbar-nav > li > a:hover,
.navbar-email .navbar-nav > li > a:focus,
.navbar-email .navbar-nav > li > a:active {
  color: #48ad3a;
}
.navbar-hosting .navbar-nav > li > a:hover,
.navbar-hosting .navbar-nav > li > a:focus,
.navbar-hosting .navbar-nav > li > a:active {
  color: #ed6834;
}
.navbar-data .navbar-nav > li > a:hover,
.navbar-data .navbar-nav > li > a:focus,
.navbar-data .navbar-nav > li > a:active {
  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;
}
.navbar-nav i {
  padding-left: 8px;
}
.dropdown-menu i {
  width: 30px;
  padding-top: 5px;
  padding-left: 0;
}
.dropdown-menu hr,
.dropdown-menu > li {
  margin: 0;
  border-color: #eee;
}
.dropdown-menu > li > a {
  padding: 10px 15px;
  font-size: 18px;
}
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #3d3d3d;
}
.navbar-static-top.affix {
  top: 0;
}
/* ---- END TOP NAV ---- */

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

/* ---- SCROLL TO TOP ---- */
#top-link-block {
  position: fixed; 
  right: 15px;
  bottom: 15px; 
  z-index: 7;
  width: 52px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  background-color: #3d3d3d;
}
#top-link-block a {
  color: #fff;
}
#top-link-block:focus, 
#top-link-block:hover, 
#top-link-block:active {
  background-color: #222;
}
#chat-button {
  position: fixed; 
  bottom: 15px; 
  z-index: 8;
  cursor: pointer;
}
/*#chat-button button {
  position: fixed;
  right: 171px;
  bottom: 42px;
  width: 45px;
  height: 45px;
  font-size: 30px;
  background-color: transparent;
  border: none;
}*/
#phplive_btn_1561762592 img {
  width: 170px;
}
/* ---- END SCROLL TO TOP ---- */

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


/* ==== HEADER ==== */
header .row {
  padding: 15px 0;
}
.contact-info {
  text-align: right;
}
.contact-info a {
  margin-left: 10px;
}
.contact-info i {
  font-size: 18px; 
}
.contact-info .button {
  color: #0072bb;
  border-color: #fff;
}
/*Ask a Question Button
a.navbar-cta {
  display: none;
}
.affix a.navbar-cta {
  display: block;
  position: absolute;
  transition: all .3s ease-in 2s;
}
.btn.navbar-cta {
  margin: 0 auto;
}*/
/* ==== END HEADER ==== */


/* ==== FOOTER ==== */
footer {
  text-align: center;
}
footer .container {
  padding: 35px 0 15px 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;
}
.highlight-bg .social-media {
  margin-bottom: 10px;
}
.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 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.intro h1 {
  font-size: 55px;
}
.intro h2 {
  margin-top: 60px; 
  font-size: 42px;
}
.intro h3 {
  font-size: 30px;
  font-weight: normal;
}
.intro h4 {
  font-size: 24px;
  color: #555;
}
.intro-centered,
.intro-centered h2,
.intro-centered h3,
.intro-centered p {
  text-align: center;
}
.intro-columns {
  
}
.intro-landing {
  padding-top: 120px;
}
.intro-box {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  /*margin-bottom: 50px;
  margin-top: -130px;*/
  text-align: center;
  /*-webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  -o-box-shadow: 0 15px -10px rgba(0,0,0,0.4);
  box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  z-index: 5;*/
}
.intro-box h2 {
  margin-top: 10px;
  margin-bottom: 0;
}
.intro-box h2:hover {
  text-decoration: underline;
}
/*.intro-homepage {
  padding-bottom: 60px;
  text-align: right;
}
.intro-homepage h1 {
  margin-bottom: 8px;
  text-align: right;
}
.intro-homepage h3 {
  text-align: right;
}
.intro-homepage hr.underline {
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: auto;
  border-color: #0072bb;
}
.border {
  height: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(to right, #ed6834,#48ad3a,#0072bb);
  background: -webkit-linear-gradient(to right, #ed6834,#48ad3a,#0072bb);
  background: -o-linear-gradient(to right, #ed6834,#48ad3a,#0072bb);
  background: -moz-linear-gradient(to right, #ed6834,#48ad3a,#0072bb);
  background: -ms-linear-gradient(to right, #ed6834,#48ad3a,#0072bb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed6834', endColorstr='#0072bb',GradientType=1 );
}*/
.arrow-down {
  width: 0;
  height: 0;
  position: relative;
  margin: 0 auto -40px auto;
  border-top: 40px solid #0072bb;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  z-index: 7;
}
/* ==== 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: 15px;
  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 h5 {
  vertical-align: center;
}
.action-box h5 small {
  display: block;
}
.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.toggle {
  display: block;
  margin-top: 15px;
  text-align: center;
  outline: 0;
}
.box-content a.toggle.collapsed:after {
  font-family: FontAwesome;
  font-size: 35px;
  content: "\f196";
}
.box-content a.toggle: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;
  padding: 9px 15px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #0072bb;
  border-radius: 0;
  transition: all .2s ease-in-out 0s;
}
.btn:focus, 
.btn:hover, 
.btn:active {
  background-color: #005e99;
}
.btn-gold {
  margin: 10px auto;
  padding: 9px 15px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #F3B940;
  border-radius: 0;
  transition: all .2s ease-in-out 0s;
}
.btn-gold:focus, 
.btn-gold:hover, 
.btn-gold:active {
  background-color: #f0a911;
}
.btn-outline {
  border: 2px solid #333;
  padding: 8px 14px;
  color: #333 !important;
  background-color: transparent !important;
}
.btn-outline:focus, 
.btn-outline:hover, 
.btn-outline:active {
  color: #fff !important;
  background-color: #333 !important;
}
.btn-block {
  width: 200px;
  margin: 20px auto;
  padding: 15px;
  text-transform: none;
  white-space: normal;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  -o-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
}
.btn-block hr {
  border-color: #fff;
}
.btn-block h5 {
  color: #fff;
}
.btn-block i {
  display: block;
  padding-right: 0;
  font-size: 32px;
}
.button {
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
  color: #333;
  background-color: transparent;
  border: 2px solid #0072bb;
  transition: all .2s ease-in-out 0s;
}
.button:focus, 
.button:hover, 
.button:active,
.button.active {
  background-color: #0072bb;    
}
.button-large {
  margin: 25px auto;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
  border-width: 3px;
  border-radius: 10px;
}
.button-underline {
  margin: 10px auto;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-bottom: 3px solid #0072bb;
}
.button-underline:focus, 
.button-underline:hover, 
.button-underline:active {
  background-color: transparent !important;
  border-color: #555 !important;
}
.button-underline i {
  padding-left: 5px;
  padding-right: 0;
  font-size: 20px;
}
.btn-container {
  margin-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.btn-container .btn,
.btn-container .button {
  margin-right: 20px;
  margin-left: 20px;
}
/* ---- END BUTTONS ---- */

/* ---- CALL TO ACTION ---- */
.action-bar {
  padding: 15px 0;   
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.action-bar i {
  display: block;
  padding-top: 8px;
  padding-right: 0;
}
.action-bar-button {
  padding: 25px 0 35px 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-align: center;
}
.action-bar-button h4 {
  display: inline-block;
}
.action-bar-button .button {
  margin-left: 25px;
}
/* ---- END CALL TO ACTION ---- */

/* ---- CONSENT BAR ---- */
/*.consent-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  z-index: 6;
}
.consent-bar .btn {
  margin-left: 20px;
  font-size: 14px;
}*/
.js-cookiebar,
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #fff;
  z-index: 8;
}
.js-cookiebar button,
.cookiealert .btn {
  margin-left: 20px;
  float: right;
}
/*.switch {
  position: relative;
  float: left;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
/* ---- END CONSENT BAR ---- */

/* ---- CONTENT TOGGLE ---- */
.first-button {
  margin-right: 20px;
}
.first-content,
.second-content {
  margin: 25px auto;
}
.read-more:after {
  content: 'Read Less';
}
.read-more.collapsed:after {
  content: 'Read More';
}
.view-more:after {
  content: 'View Less';
}
.view-more.collapsed:after {
  content: 'View More';
}
/* ---- END CONTENT TOGGLE ---- */

/* ---- EMAIL ARCHIVE ---- */
.archive-main li {
  padding: 8px 0;
  border-bottom: 1px solid #d5d4d2;
}
.archive-main li:last-of-type {
  border-bottom: none;
}
.archive-main a {
  font-weight: 600;
}
.archive-nav {
  padding: 20px;
  font-weight: 600;
  color: #0072bb;
  text-align: center;
}
.archive-nav-item {
  margin: 0 20px;
}
.archive-nav-item .btn {
  margin: 0 auto;
}
.archive-nav .dropdown-menu > li > a {
  padding: 5px 10px;
  font-size: 16px;
}
.archive-email {
  background-color: #fff;
}
.archive-email table {
  background-color: transparent;
}
/* ---- END EMAIL ARCHIVE ---- */

/* ---- FLEXBOX ---- */
.flexbox,
.flexbox-large,
.flexbox-small {
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
  position: relative;
  overflow-x: hidden;
  text-align: left;
}
.flexbox-large {
  height: 100%;
}
.flexbox-content {
  -moz-align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
}
.flexbox-image {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.flexbox-image img {
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.flexbox-fill {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* ---- END FLEXBOX ---- */

/* ---- FORMS ---- */ 
iframe {
  border: none;
}
.form {
  display: block;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}
#migration-form iframe {
  height: 850px;
  max-width: 450px;
  margin-top: 30px;
}
#quote iframe {
  height: 700px;
  max-width: 450px;
}
#preferences iframe,
#contact-form iframe {
  height: 600px;
  max-width: 450px;
}
#action-form iframe,
#subscribe iframe {
  height: 475px;
  max-width: 450px;
}
#subscribe-form iframe {
  height: 400px;
  max-width: 450px;
}
#privacy-notice {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
}
/* ---- 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: 200px;
}
.image-sm {
  width: 100%;
  max-width: 125px;
}
.image-xs {
  max-height: 50px;
}
.image-round {
  display: block;
  width: 160px;
  height: 160px;
  margin: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px #d5d4d2;
  -moz-box-shadow: 0 0 0 8px #d5d4d2;
  -o-box-shadow: 0 0 0 8px #d5d4d2;
  box-shadow: 0 0 0 8px #d5d4d2;
}
.image-round-specials {
  display: block;
  width: 160px;
  height: 160px;
  margin: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px #0072bb;
  -moz-box-shadow: 0 0 0 8px #0072bb;
  -o-box-shadow: 0 0 0 8px #0072bb;
  box-shadow: 0 0 0 8px #0072bb;
}
.image-round.image-sm {
  height: 125px;
}
.image-gallery {
  text-align: center;
}
.image-gallery img {
  margin: 20px;
}
.diagram-horizontal {
  width: 100%;
  max-width: 1400px;
  margin: 40px 0;
}
.diagram-vertical {
  width: 100%;
  max-width: 700px;
}
/* ---- END IMAGES ---- */

/* ---- MODAL ---- */
.modal-dialog {
  width: 95%;
}
.modal-content {
  border-radius: 0;
  text-align: center;
}
.modal-header {
  min-height: 50px;
  border-bottom: none;
}
.modal-header .close {
  margin-bottom: 15px;
  font-size: 40px;
  color: #333;
  opacity: 1.0;
  text-shadow: none;
}
.modal-header .close:hover {
  color: #777;
}
.modal-content .video-container {
  max-width: 700px;
}
.modal-content.inverse {
  background-color: #333;
}
.inverse .modal-header .close {
  color: #fff;
}
.inverse .modal-header .close:hover {
  color: #d5d4d2;
}
/* ---- END MODAL ---- */

/* ---- NEWS CAROUSEL ---- */
.card img {
  width: 100%;
}
.card-content {
  max-width: 350px;
  margin: 30px auto;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  -o-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
  box-shadow: 0 15px 10px -10px rgba(0,0,0,0.4);
}
.card-text {
  min-height: 150px;
  padding: 10px 20px;
  font-size: 15px;
}
.card-text h6 {
  margin-bottom: 5px;
}
.card-content .btn-container {
  padding: 20px;
}
.card-content .btn-container .btn {
  width: 100%;
  margin: 0 auto;
}
.carousel-cards {
  padding-left: 25px;
  padding-right: 25px;
}
.carousel-cards .carousel-control {
  top: 200px;
  width: 50px;
  background-image: none;
}
.carousel-cards .item,
.carousel-control i {
  padding: 0;
}
.carousel-cards .carousel-control.left {
  margin-left: -15px;
}
.carousel-cards .carousel-control.right {
  margin-right: -15px;
}
.carousel-cards .cloneditem-1,
.carousel-cards .cloneditem-2 {
  display: none;
}
a.carousel-control {
  color: #333 !important;
}
/* ---- END NEWS CAROUSEL ---- */

/* ---- PANEL COLLAPSE ---- */
.panel-group .panel {
  border: none; 
}
.panel-container {
  padding: 20px;
}
.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;
  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";
}
.panel-heading i {
  width: 30px;
}
.panel-content {
  padding: 20px;
}
/* ---- END PANEL COLLAPSE ---- */

/* ---- PRICE TABLE ---- */
.pricing-row {
  padding-top: 80px;
}
.table-bordered.pricing-table thead td {
  border-top: none;
  border-bottom: none;
}
.price {
  font-size: 2.5em;
}
.toggle i {
  padding-left: 8px;
}
/* ---- END PRICE TABLE ---- */

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

/* ---- TAB LISTS ---- */
.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 {
  float: none;
}
.tabs .nav-tabs li h5 {
  display: block;
}
.tabs .nav-tabs.tab-list li {
  padding: 10px;
  border: 1px solid #ddd;
  width: 150px;
  background-color: #eee;
}
.contrast .tabs h2 {
  margin-left: 45px;
}
.contrast .tabs .nav-tabs li {
  border: 1px solid #eee;
  background-color: #fff;
}
.contrast .tabs .nav-tabs.side-title-list li.active {
  background-color: #0072bb;
}
.contrast .tabs .nav-tabs.side-title-list li.active h4 {
  color: #fff;
}
.tabs .tab-list > li.active {
  background-color: #333;
  position: relative;
}
.side-tab-list .tab-pane {
  margin-top: 20px;
  margin-left: 20px;
}
.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,
.title-list > li> a, 
.title-list > li> a:hover,
.title-list > li> a:focus,
.title-list > li.active > a, 
.title-list > li.active > a:hover, 
.title-list > li.active > a:focus {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: 0;
}
.title-list > li {
  width: 100%;
  padding: 10px 30px;
}
.title-list > li.active {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.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;
}
.title-tab-content .tab-pane-content {
  min-height: 500px;
  padding: 60px;
}
.contrast .title-tab-content .tab-pane-content {
  min-height: 400px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.nav.top-tab-list > li {
  display: inline-block;
}
.top-tab-list li {
  margin-bottom: 15px;
}
.top-tab-list i {
  font-size: 24px;
}
/* ---- END TAB LISTS ---- */

/* ---- TAB PANES ---- */
.top-tabs ul.nav-tabs {
  padding: 0;
}
.top-tabs .nav-tabs h4 {
  margin: 0;
}
.top-tabs .nav-tabs li:hover h4,
.top-tabs .nav-tabs li:focus h4,
.top-tabs .nav-tabs li.active h4 {
  color: #333;
}
.top-tabs .nav-tabs.nav-justified > li > a:hover {
  background-color: #fff;
}
.top-tabs .tab-content {
  background-color: #fff;
  color: #333;
  border: 1px solid #eee;
  border-top: none;
}
.top-tabs .tab-content h5 > a {
  color: #333;
}
.top-tabs .tab-pane {
  margin: 0;
  padding: 30px;
}
.top-tabs p {
  padding-bottom: 15px;
}
/* ---- END TAB PANES ---- */

/* ---- TABLES AND CHARTS ---- */
.collapse-heading a {
  color: #444 !important;
}
.collapse-heading a::after {
  padding-left: 10px;
  font-family: "FontAwesome";
  content: "\f147";  
}
.collapse-heading a.collapsed::after {
  content: "\f196";
}
.instructions {
  margin-top: 10px;
  font-weight: 600;
}
/* ---- END TABLES AND CHARTS ---- */

/* ---- TIMELINE ---- */
.timeline {
  position: relative;
  padding: 25px 0;
}
.timeline::before {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 3px;
  height: 95%;
  background-color: #d5d4d2;
  content: "";
}
.timeline-block {
  margin-bottom: 60px;
  padding: 0;
}
.timeline-left { 
  text-align: right;
}
/* ---- END TIMELINE ---- */

/* ---- VIDEO ---- */
.video-container {
  max-width: 500px;
  margin: 0 auto;
}
.video {
  margin: 20px auto;
}
/* ---- END VIDEO ---- */

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


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

/* ---- EMAIL THEME ---- */
.email h2,
h4.email,
.email a,
.email .large,
.email tbody i,
.email .button-underline:focus, 
.email .button-underline:hover, 
.email .button-underline:active,
.email .button-underline i,
.email .action-box i,
.email .top-tabs .nav-tabs li:focus h4,
.email .top-tabs .nav-tabs li:hover h4,
.email .top-tabs .nav-tabs li.active h4,
.email .fa-stack,
.email .vertical-divider.arrow:after,
.navbar-main .navbar-nav > li.email > a.active {
  color: #48ad3a;
}
.email a:hover,
.email a:active,
.email a.active,
.email a.active:focus,
.email a.active:hover,
.email a.active:active {
  color: #58cd49;
}
.email ul {
  list-style-image: url('../media/images/bullet-arrow-green.png');
}
.email .subnav,
.email .btn,
.email .button:focus, 
.email .button:hover, 
.email .button:active,
.email .button.active,
.email .numbers-styled li::before,
.email .highlight-bg,
.email .tab-list > li.active, 
.email .panel-heading a,
.email .sidebar,
.email .action-block,
.email .table-title {
  background-color: #48ad3a;
}
.email .card-content .btn-outline:focus, 
.email .card-content .btn-outline:hover, 
.email .card-content .btn-outline:active {
  background-color: #48ad3a !important;
}
.email .btn:focus, 
.email .btn:hover, 
.email .btn:active,
.email .action-block:focus,
.email .action-block:hover,
.email .action-block:active {
  background-color: #378a2b;
}
.email .subnav li:hover,
.email .btn-square:focus, 
.email .btn-square:hover, 
.email .btn-square:active {
  background-color: #58cd49;
}
.email .action-box .box {
  background-color: #71e052;
}
.email .action-box .box:focus,
.email .action-box .box:hover,
.email .action-box .box:active {
  background-color: #82e467;
}
.email mark,
.email .table-striped > tbody > tr:nth-of-type(2n+1),
.email .table-hover > tbody > tr:hover {
  background-color: #d3f8ce;
}
.email .table-striped.columns-striped > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n) {
  background-color: #cde2c5;
}
#benefits .translucent-bg::after {
  background-color: rgba(156,232,115,0.5);
}
.email hr.underline,
.email .card-content .btn-outline,
.email .button,
.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: #48ad3a;
}
/* ---- END EMAIL THEME ---- */

/* ---- HOSTING THEME ---- */
.hosting h2,
h4.hosting,
.hosting .large,
.hosting a,
.hosting tbody i,
.hosting .button-underline:focus, 
.hosting .button-underline:hover, 
.hosting .button-underline:active,
.hosting .button-underline i
.hosting .action-box i,
.hosting .top-tabs .nav-tabs li:focus h4,
.hosting .top-tabs .nav-tabs li:hover h4,
.hosting .top-tabs .nav-tabs li.active h4,
.hosting .fa-stack,
.hosting .vertical-divider.arrow:after,
.navbar-main .navbar-nav > li.hosting > a.active {
  color: #ed6834;
}
.hosting a:hover,
.hosting a:active,
.hosting a.active,
.hosting a.active:focus,
.hosting a.active:hover,
.hosting a.active:active {
  color: #ff873d;
}
.hosting ul {
  list-style-image: url('../media/images/bullet-arrow-orange.png');
}
.hosting .subnav,
.hosting .btn,
.hosting .numbers-styled li::before,
.hosting .highlight-bg,
.hosting .tab-list > li.active, 
.hosting .panel-heading a,
.hosting .sidebar,
.hosting .action-block,
.hosting .table-title {
  background-color: #ed6834;
}
.hosting .card-content .btn-outline:focus, 
.hosting .card-content .btn-outline:hover, 
.hosting .card-content .btn-outline:active {
  background-color: #ed6834 !important;
}
.hosting .btn:focus, 
.hosting .btn:hover, 
.hosting .btn:active,
.hosting .action-block:focus,
.hosting .action-block:hover,
.hosting .action-block:active {
  background-color: #d84e18;
}
.hosting .subnav li:hover,
.hosting .btn-square:focus, 
.hosting .btn-square:hover, 
.hosting .btn-square:active {
  background-color: #ff873d;
}
.hosting .action-box .box {
  background-color: #ff8133;
}
.hosting .action-box .box:focus,
.hosting .action-box .box:hover,
.hosting .action-box .box:active {
  background-color: #ff914d;
}
.hosting mark,
.hosting .table-striped > tbody > tr:nth-of-type(2n+1),
.hosting .table-hover > tbody > tr:hover {
  background-color: #ffe6d6;
}
.hosting .table-striped.columns-striped > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n) {
  background-color: #edded4;
}
.hosting #benefits .translucent-bg::after,
.hosting #why .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 hr.underline,
.hosting .card-content .btn-outline,
.hosting .button,
.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 .action-box .box,
.hosting .panel > .panel-heading + .panel-collapse > .panel-body {
  border-color: #ed6834;
}
/* ---- END HOSTING THEME ---- */

/* ---- PRIMARY AND DATA THEME ---- */
.primary .intro h2,
.primary .large,
.primary .button-underline:focus, 
.primary .button-underline:hover, 
.primary .button-underline:active,
.primary .button-underline i,
.data h2,
h4.data,
.data .large,
.data tbody i,
.data .button-underline:focus, 
.data .button-underline:hover, 
.data .button-underline:active,
.data .button-underline i,
.data .top-tabs .nav-tabs li:focus h4,
.data .top-tabs .nav-tabs li:hover h4,
.data .top-tabs .nav-tabs li.active h4,
.data .action-box i,
.data .vertical-divider.arrow:after {
  color: #0072bb;
}
.data a.active,
.data a.active:focus,
.data a.active:hover,
.data a.active:active,
.navbar-main .navbar-nav > li.data > a.active {
  color: #009dff;
}
.data .tab-list > li.active,
.data .action-block,
.data .table-title {
  background-color: #0072bb;
}
.data .card-content .btn-outline:focus, 
.data .card-content .btn-outline:hover, 
.data .card-content .btn-outline:active {
  background-color: #0072bb !important;
}
.data .action-block:focus,
.data .action-block:hover,
.data .action-block:active {
  background-color: #005e99;
}
.data .action-box .box {
  background-color: #36a0e2;
}
.data .action-box .box:focus,
.data .action-box .box:hover,
.data .action-box .box:active {
  background-color: #4cabe6;
}
.data .table-striped > tbody > tr:nth-of-type(2n+1),
.data .table-hover > tbody > tr:hover {
  background-color: #d1eafa;
}
.data .table-striped.columns-striped > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(2n) {
  background-color: #dae8f0;
}
.data hr.underline,
.data .card-content .btn-outline,
.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 .action-box .box  {
  border-color: #0072bb;
}
/* ---- END PRIMARY AND DATA THEME ---- */

/* ---- ADDITIONAL BUTTON STYLES ---- */
a.button {
  color: #333;
}
a.btn,
a.btn:focus, 
a.btn:hover, 
a.btn:active,
a.button:focus, 
a.button:hover, 
a.button:active,
a.button.active {
  color: #fff;
}
/* ---- END ADDITIONAL BUTTON STYLES ---- */

/* ---- INVERSE THEME ---- */
.inverse,
.inverse h1,
.inverse h2,
.inverse h3,
.inverse h4,
.inverse > div > h5,
.inverse strong,
.inverse .fa-stack {
  color: #fff;
}
.inverse h6 {
  color: #666;
}
.inverse > div > div > p > a,
.inverse > div > div > a,
.inverse > div > a,
.inverse ul a,
.inverse a.btn,
.inverse a.btn-outline,
.inverse a.button {
  color: #fff !important;
}
.inverse > div > div > a:hover,
.inverse > div > div > a:active,
.inverse > div > a:hover,
.inverse > div > a:active {
  color: #eee;
}
.inverse .vertical-divider {
  background-color: #fff;
}
.inverse .vertical-divider:after {
  color: #fff;
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.5);
}
.inverse hr,
.inverse .btn-outline {
  border-color: #fff;
  color: #fff;
}
.inverse .btn-outline:focus, 
.inverse .btn-outline:hover, 
.inverse .btn-outline:active {
  color: #333 !important;
  background-color: #fff !important;
}
.inverse .panel-body {
  color: #333;
}
/* ---- END INVERSE THEME ---- */

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


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

.radial-bg {
  background-image: radial-gradient(#fff, #e5e5e5)
}

/* ---- INTRO BACKGROUNDS ---- */
#homepage {
  background: #0072bb url("../media/images/connectivity-center-bg.jpg") left 70%/cover no-repeat;
}
/*#homepage {
  background: #d5d4d2 url("../media/images/businessman-team-meeting-gradient.jpg") left 50%/cover no-repeat;
} */
#homepagekl {
  background: #ffffff url("../media/images/connectivity-bg.jpg") left 50%/cover no-repeat;
}
#homepagekl2 {
  background: #ffffff url("../media/images/webservio-services-background.jpg") left 50%/cover no-repeat;
}
#intro {
  background: #d5d4d2 url("../media/images/webservio-bg.jpg") 50% fixed;
}
#intro-email {
  background: #d5d4d2 url("../media/images/email-services-background.jpg") center/cover no-repeat;
}
#winter {
  background: #d5d4d2 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;
}
.network-bg {
  background: url("../media/images/network-background.jpg") center/cover no-repeat;
}
.options-bg {
  background: url("../media/images/options-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;
}
.data-bg {
  background: url("../media/images/webservio-services-background.jpg") center/cover no-repeat;
}
.webservio-bg {
  background: url("../media/images/webservio-logo-background-grey.jpg") no-repeat fixed center;
}
.cellphone {
  background: url("../media/images/man-holding-cell-phone.jpg") center/cover no-repeat;
}
.contract {
  background: url("../media/images/signing-business-papers.jpg") center/cover no-repeat;
}
.building {
  background: url("../media/images/office-building-lights.jpg") center/cover no-repeat;
}
.desktop {
  background: url("../media/images/laptop-computer-desk-report.jpg") center/cover no-repeat;
}
.digital {
  background: url("../media/images/red-led-lights.jpg") center/cover no-repeat;
}
.employee {
  background: url("../media/images/man-typing-computer.jpg") center/cover no-repeat;
}
.phonecall {
  background: url("../media/images/man-talking-phone-window.jpg") center/cover no-repeat;
}
.servers {
  background: url("../media/images/fancy-server-room.jpg") center/cover no-repeat;
}
.teamwork {
  background: url("../media/images/teamwork-hands-together.jpg") center/cover no-repeat;
}
.report {
  background: url("../media/images/graph-report.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 ==== */
