html, body {
  margin: 0px;
  height: 100%;
  border: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: none;
  font-family: 'Roboto', sans-serif;
  background: #FFF;
}
* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
html {
  overflow-x: hidden !important;
}
.clear {
  clear: both;
}
* img {
  border: 0;
  border: none;
}
.container {
  width: 95%;
  margin: 0 auto;
}
.wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  border: none;
}
.experience-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  border: none;
}
.mini-container {
  width: 90%;
  margin: 0 auto;
}
.smaller-container {
  width: 75%;
  margin: 0 auto;
}
.right {
  float: right;
}
.left {
  float: left;
}
.auto {
  width: 100%;
  height: auto;
}
.absolute {
  position: absolute;
  z-index: 500;
  top: 20px;
  left: 33%;
  right: 33%;
}
.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  position: fixed;
  bottom: 130px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url(../images/icon_top.png) no-repeat;
}
/****** Main Styles ******/
#site-contact-header {
  display: none;
  background-color: #d9dadb;
}
.ltgrey {
  background: #d9dadb;
}
.grey {
  background: #bfbfbf;
}
.white {
  background: #FFF;
}
.ezblue {
  background: #0078be;
}
.midblue {
  background: #024c77;
}
.dkblue {
  background: #010e42;
}
.green {
  background: #57941b;
}
.greypattern {
  background: url(/images/greypattern.jpg) fixed;
  padding: 30px 0;
  height: auto;
}
.bluepattern {
  background: url(/images/bluepattern.jpg);
}
.codepattern {
  background: url(/images/code.jpg);
}
.clearbg {
  border-bottom: #ACAAAA 1px solid;
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  border-top: #0078be 4px solid;
}
.itroom {
  background: url(../images/itroom.jpg) no-repeat top #024c77;
}
.tapedrive-band {
  background: url(../images/tape-drive-band.jpg) no-repeat top right #c5d3d6;
}
.itconsulting-band {
  background: url(../images/itconsulting-band.jpg) no-repeat top right #c5d3d6;
}
.data-band {
  background: url(../images/data-band.jpg) no-repeat right #FFF;
}
.carbonite-band {
  background: url(../images/carbonite-band.jpg) no-repeat right #FFF;
}
.backup-band {
  background: url(../images/backup-band.jpg) no-repeat top left;
}
.customers-band {
  background: url(../images/customers-band.jpg) no-repeat top left #d6d6d5;
}
.datto-band {
  background: url(../images/datto-band.jpg) no-repeat top left;
}
.it-band {
  background: url(../images/it-band.jpg) no-repeat right #dfe3e4;
  background-size: 80% auto;
}
.itsupport-band {
  background: url(../images/itsupport-band.jpg) no-repeat top right #dfe3e4;
  background-size: 80% auto;
}
.money-band {
  background: url(../images/money-band.jpg) no-repeat top right;
}
.isithisyou-band {
  background: url(../images/isithisyou-band.jpg) no-repeat top right;
}
.email-band {
  background: url(../images/email-band.jpg) no-repeat top right;
}
.border-bottom {
  border-bottom: #B7B7B7 1px solid;
}
.greendetail {
  border-left: #57941b 4px solid !important;
  position: relative;
}
.greendetail:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #EBEBEB;
  border-width: 30px;
  margin-top: -30px;
}
.greendetail img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.squaretext {
  text-align: justify !important;
}
/********* headings ************/
h1 {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 36px;
}
h1 span {
  color: #FFF;
}
.activedemand-popup-outer h1 span {
  color: #0078be;
}
.activedemand-popup-outer h1 span:first-child {
  font-size: 53px !important;
}
.activedemand-popup-outer h1 span:second-child {
  font-size: 40px !important;
}
h2 {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 36px;
}
h2 span {
  color: #FFF;
}
h3 {
  text-align: center;
  color: #000;
  font-size: 28px;
  line-height: 30px;
  margin: 10px 0px 10px 0px;
}
h3 span {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: block;
  border-bottom: #9C9C9C 1px solid;
  line-height: 20px;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
}
h5 {
  text-align: center;
  color: #010e42;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
h5 span {
  color: #FFF;
}
h6 {
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 28px;
  margin: 0;
  padding: 0;
}
h6 span {
  font-size: 16px;
  color: #6C6C6C;
}
h7 {
  text-align: left;
  color: #000;
  font-weight: 300;
  font-size: 28px;
}
h8 {
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  padding: 10px;
}
.border-title {
  background: rgba(0, 0, 0, 0) url("../images/title-pattern.png") repeat-x scroll 0 7px;
  display: block;
  clear: both;
  margin: 20px;
  text-align: left;
}
.border-title span {
  background: #fff none repeat scroll 0 0;
  padding: 0 12px 0 0;
  color: #000 !important;
}
/********* text styles ************/
.intro p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
.whitetext {
  color: #FFF;
}
.whitetext a {
  color: #FFF;
  text-decoration: none;
}
.booktext {
  float: left;
  width: 60%;
}
.booktext p {
  color: #FFF;
  font-weight: 300;
  font-size: 17px;
}
.book {
  float: right;
  padding: 5px;
  width: 40%;
  display: block;
}
.justtext p {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
}
.justtext li {
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
}
.liststyles ul {
  list-style-type: none;
}
.liststyles li {
  padding: 10px;
  border: #E4E4E4 1px solid;
  margin: 4px 0;
  background: #EBEBEB;
  font-size: 18px;
  font-weight: 400;
}
.liststyles span {
  color: #0078be;
}
ul.nobull {
  list-style: none;
}
ul.nobull li {
  margin: 0;
  background: url('../images/checkbull.png') no-repeat 0 5px;
  padding-left: 25px;
  min-height: 20px;
  line-height: 25px;
  font-weight: 400;
}
ul.nobull span {
  text-align: left;
  color: #0078be;
  font-weight: 300;
  font-size: 28px;
}
p.note {
  font-size: 14px !important;
}
p.tom {
  font-family: 'Satisfy', cursive;
  font-size: 24px;
}
#plans strong {
  font-size: larger;
}
/********* home page **********/
#map_container {
  width: 350px;
  height: 350px;
  margin: 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: #6b6b6b 6px solid;
}
.map-content {
  width: 350px;
}
#map-canvas {
  width: 350px;
  height: 350px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.overflow {
  overflow: hidden;
  position: relative;
}
.circlebg {
  background: url(../images/circle.jpg) no-repeat center right;
  background-size: 70% auto;
  width: 50%;
  float: right;
  position: relative;
}
.circuitbg {
  background: url(../images/circuitbg.jpg) no-repeat center left;
  position: relative;
  width: 50%;
  float: left;
}
.car {
  z-index: 100;
  width: 70%;
  position: absolute;
  left: 100px;
}
.banner {
  overflow: hidden;
  background-image: url('/images/homepage_banner.jpg');
  background-position: center center;
  background-size: cover;
  position: relative;
  min-height: 70vh;
}
.banner img {
  width: 100%;
  position: relative;
  height: auto;
  z-index: 10;
  margin-top: -600px;
}
.sub-banner {
  overflow: hidden;
  max-height: 300px;
}
.sub-banner img {
  width: 100%;
  position: relative;
  height: auto;
  z-index: 10;
  margin-top: 0;
}
.sub-banner-sm {
  overflow: hidden;
  max-height: 200px;
}
.sub-banner-sm img {
  width: 100%;
  position: relative;
  height: auto;
  z-index: 10;
  margin-top: 0;
}
.slogan {
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 97%;
}
.slogan-blue {
  color: #0078be;
  text-transform: capitalize;
  font-size: 56px;
  font-family: 'Montserrat', sans-serif;
  line-height: 63px;
  text-shadow: #292929 1px 1px 1px;
}
.slogan-blue span {
  color: #FFF;
  text-transform: capitalize;
  font-size: 56px;
  font-family: 'Montserrat', sans-serif;
}
.greentext {
  color: #57941b !important;
  font-size: 30px !important;
  font-style: italic;
}
.diagonal {
  background: #024c77;
  background: linear-gradient(to right bottom, #FFF 50%, #024c77 50%);
  display: block;
  padding: 70px 70px;
  width: 100%;
  margin: 0 !important;
  border: none;
  bottom: 0;
  overflow: hidden;
}
/******** modal pop-up ***********/
.simplePopup {
  display: none;
  position: fixed;
  border: 4px solid #808080;
  background: #fff;
  z-index: 3;
  padding: 12px;
  width: 70%;
  min-width: 70%;
}
.simplePopupClose {
  float: right;
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}
.simplePopupBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/************* videos ******************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/********* other styles ************/
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.service-area {
  text-align: center;
  font-weight: 500;
  color: #FFF;
  font-size: 24px;
  padding: 10px;
  background: #024c77;
  border: #FFF 4px solid;
  width: 40%;
  float: left;
  margin: 120px 0;
}
.service-area p {
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
}
.fill {
  overflow: hidden;
  height: auto;
  max-height: 500px;
}
.fill img {
  width: 100%;
  top: 0;
}
.whiteicon {
  display: block;
  margin: 3px auto;
  width: 30%;
}
.servicebox {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
  border: #E4E4E4 1px solid;
}
.testimonial-box {
  padding: 10px;
  border: #E4E4E4 1px solid;
  background: #EDEDED;
  margin: 10px 0;
}
.step {
  clear: both;
  margin: 5px 0;
  padding: 5px;
  background: #FFFFFF;
  font-size: 20px;
}
.step span {
  color: #0078be;
}
.bookcover {
  width: 100%;
  height: auto;
}
.office {
  float: right;
  width: 30%;
}
.story p span {
  font-size: 24px;
  color: #024c77;
}
.tomphoto {
  width: 100%;
}
#form_31_4 {
  width: 100%;
}
form.activedemand:not(.skip-activedemand-css) input[type=text], textarea {
  font-weight: 400 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/********* service area page ************/
.serviceareabox {
  z-index: 100;
  width: 70%;
  margin: 60px 30px;
  display: block;
}
.serviceareabox p {
  text-align: left !important;
}
.circlebg-sub {
  background: url(../images/circle.jpg) no-repeat center right;
  background-size: 50% auto;
  width: 33.3%;
  float: right;
  position: relative;
}
.circuitbg-sub {
  background: rgb(2, 76, 119); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(2, 76, 119, 1) 1%, rgba(1, 14, 66, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(2, 76, 119, 1) 1%, rgba(1, 14, 66, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(2, 76, 119, 1) 1%, rgba(1, 14, 66, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024c77', endColorstr='#010e42', GradientType=1); /* IE6-9 */ position: relative;
  width: 33.3%;
  float: left;
  position: relative;
}
.map_circle {
  width: 280px;
  height: 280px;
  margin: 20px 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: #6b6b6b 6px solid;
  float: right;
}
.areatext {
  width: 33.3%;
  float: left;
  position: relative;
}
.areatext p {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #FFF;
}
/****** our team page *********/
.bio p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
hr.style15 {
  border-top: 4px double #8c8b8b;
  text-align: center;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
hr.style15:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -12px;
  padding: 0 10px;
  background: #FFF;
  color: #8c8b8b;
  font-size: 18px;
}
/************** responsive table chart ***************/
table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #024c77;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
th.dk {
  background: #010e42;
  text-align: center;
}
th.mid {
  background: #013858;
  text-align: center;
}
th.normal {
  background: #024c77;
  text-align: center;
}
th.grn {
  background: #57941b;
  text-align: center;
}
td, th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}
.star-dk {
  color: #010e42;
  text-align: center;
}
.star-mid {
  color: #024c77;
  text-align: center;
}
.star-grn {
  color: #57941b;
  text-align: center;
}
.comment {
  font-size: 12px;
}
/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: 1px solid #ccc;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*
		Label the data
		*/
  .table-email td:nth-of-type(1):before {
    content: "Features";
  }
  .table-email td:nth-of-type(2):before {
    content: "Standard";
  }
  .table-email td:nth-of-type(3):before {
    content: "Professional";
  }
  .table-email td:nth-of-type(4):before {
    content: "Corporate";
  }
  .table-home td:nth-of-type(1):before {
    content: "services included";
  }
  .table-home td:nth-of-type(2):before {
    content: "Maintenance plan";
  }
  .table-home td:nth-of-type(3):before {
    content: "help desk";
  }
  .table-home td:nth-of-type(4):before {
    content: "on-site";
  }
  .table-datto td:nth-of-type(1):before {
    content: "Features";
  }
  .table-datto td:nth-of-type(2):before {
    content: "Alto";
  }
  .table-datto td:nth-of-type(3):before {
    content: "Siris";
  }
  .table-office td:nth-of-type(1):before {
    content: "Business Essentials";
  }
  .table-office td:nth-of-type(2):before {
    content: "Business";
  }
  .table-office td:nth-of-type(3):before {
    content: "Business Premium";
  }
  .table-office td:nth-of-type(4):before {
    content: "Enterprise E1";
  }
  .table-office td:nth-of-type(4):before {
    content: "ProPlus";
  }
  .table-office td:nth-of-type(4):before {
    content: "Enterprise E3";
  }
}
/* Smartphones (portrait and landscape) 
	@media only screen
	and (min-device-width : 320px)
	and (max-device-width : 480px) {
		body {
			padding: 0;
			margin: 0;
			width: 320px; }
		}----------- */
/* iPads (portrait and landscape) 
	@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
		body {
			width: 495px;
		}
	}----------- */
/*********** Flowing Chart *************/
#flowing-chart-canvas {
  position: absolute;
  height: 400px;
  width: 100%;
  bottom: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 56%, rgba(255, 255, 255, 1) 88%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 56%, rgba(255, 255, 255, 1) 88%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 56%, rgba(255, 255, 255, 1) 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/******** mini links *****************/
.minilinks {
  margin: 0px 5px 5px 50px;
}
.support {
  float: right;
  color: #57941b;
  ;
  font-size: 19px;
  font-weight: 400;
  padding: 5px 10px;
}
.support a {
  text-decoration: none;
  color: #57941b;
}
.support a:hover {
  text-decoration: underline;
}
.contact {
  float: right;
  color: #FFF;
  background: #0078be;
  font-size: 19px;
  font-weight: 400;
  padding: 5px 10px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-left: #FFF 3px solid;
  border-right: #FFF 3px solid;
  border-bottom: #FFF 3px solid;
  -moz-box-shadow: 0px 1px 1px #575757;
  -webkit-box-shadow: 0px 1px 2px #575757;
  box-shadow: 0px 1px 1px #575757;
}
.contact a {
  text-decoration: none;
  color: #FFF;
}
.contact a:hover {
  text-decoration: underline;
}
.phone {
  float: right;
  color: #004a75;
  font-size: 19px;
  font-weight: 300;
  padding: 5px 10px;
}
.phone a {
  text-decoration: none;
}
/******** .testimonials *******/
.testimonial {
  border: #024c77 3px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  background: #024c77;
  min-height: 230px;
}
.testimonial p {
  font-size: 16px;
  color: #FFF;
}
.name {
  color: #d6d6d6;
  font-size: 14px;
  text-transform: uppercase;
}
.name span {
  text-transform: none;
  color: #57941b;
  font-size: 16px;
  font-style: italic;
}
.greenline {
  background: url(../images/greenline.png) repeat-x center;
  min-height: 230px;
}
.greenborder {
  border: #57941b 4px solid;
}
.small {
  width: 60%;
  display: block;
  margin: 10% auto;
  position: relative;
  z-index: 10;
}
.videolink {
  position: relative;
  text-decoration: none;
  color: #FFF;
}
.videolink img {
  z-index: 10;
}
.videolink span {
  position: absolute;
  top: 140px;
  left: 110px;
  z-index: 100;
  font-size: 36px;
}
.more-lovn {
  display: block;
  width: 100px;
  height: 100px;
  padding: 10px 5px;
  margin: 0 auto;
  position: relative;
  top: -50px;
  margin-bottom: -30px;
  text-align: center;
  background: #ededed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: #7f8284 3px solid;
  color: #7f8284;
  line-height: 18px;
  font-size: 24px;
}
.more-lovn a {
  text-transform: uppercase;
  text-decoration: none;
  color: #57941b;
  font-size: 14px;
  display: block;
}
.more-lovn a:hover {
  color: #0078be;
}
/************* buttons **************/
.service-btn {
  background: #57941b;
  padding: 10px 20px;
  border: #FFF 3px solid;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  width: 80%;
  position: relative;
  max-height: 50px;
  line-height: 20px;
}
.service-btn a {
  color: #004a75;
  font-weight: 500;
  text-decoration: none;
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-transfrom: uppercase !important;
}
.service-btn a:hover {
  color: #FFF;
}
.service-btn img {
  background: #004a75;
  padding: 3px;
  border: #FFF 3px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 23%;
}
.left {
  float: left;
  z-index: 50;
  position: relative;
  margin-top: -30px;
  margin-left: -40px;
}
.btn-left {
  width: 100%;
  height: auto;
  text-align: right;
  position: relative;
  background: url(../images/line.png) repeat-x center;
}
.dot-left {
  border: #FFF 3px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  position: absolute;
  top: 30%;
  right: 0;
  background: #013858;
}
.float-left {
  float: left;
}
.right {
  float: right;
  z-index: 50;
  position: relative;
  margin-top: -30px;
  margin-right: -40px;
}
.btn-right {
  width: 100%;
  height: auto;
  text-align: left;
  position: relative;
  background: url(../images/line.png) repeat-x center;
}
.dot-right {
  border: #FFF 3px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  position: absolute;
  top: 30%;
  left: 0;
  background: #013858;
}
.float-right {
  float: right;
}
.spacer {
  height: 50px;
  padding: 5px;
}
.btn {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.standard {
  background: #57941b;
  color: #FFF;
  padding: 10px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px auto;
  display: block;
  min-width: 120px;
  max-width: 220px;
  text-align: center;
}
.standard:hover {
  background: #4a8015;
}
.standard-blue {
  background: #0078be;
  color: #FFF;
  padding: 10px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px auto;
  display: block;
  min-width: 120px;
  max-width: 220px;
  text-align: center;
}
.standard-blue:hover {
  background: #024c77;
}
.long {
  background: #0078be;
  color: #FFF;
  padding: 10px;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 10px auto;
  display: block;
  min-width: 120px;
  max-width: 500px;
  text-align: center;
}
.long:hover {
  background: #024c77;
}
/********** dual button *****/
.dual-btn {
  border: #FFF 1px solid;
  display: block;
  position: relative;
  height: 55px;
  margin: 10px auto;
  min-width: 500px;
  max-width: 600px;
}
.or {
  position: absolute;
  z-index: 50;
  left: 48%;
  top: 25%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #555555;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 5px 0;
}
a.leftbtn {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #0078be;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  width: 50%;
  float: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 53px;
  opacity: 1;
  position: relative;
}
a.leftbtn:hover {
  opacity: 0.5;
}
a.righttbtn {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #010e42;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  width: 50%;
  float: left;
  font-weight: 300;
  font-size: 18px;
  line-height: 53px;
  opacity: 1;
  border-left: #FFF 1px solid;
  position: relative;
}
a.righttbtn:hover {
  opacity: 0.5;
}
/******* Grid *****/
.g5, .g10, .g15, .g20, .g25, .g30, .g33, .g35, .g40, .g45, .g50, .g55, .g60, .g65, .g66, .g70, .g80, .g90, .g100, .g75 {
  height: auto;
  float: left;
}
.g5 {
  width: 5%;
}
.g10 {
  width: 10%;
}
.g15 {
  width: 15%;
}
.g20 {
  width: 20%;
}
.g25 {
  width: 25%;
}
.g30 {
  width: 30%;
}
.g33 {
  width: 33%;
}
.g35 {
  width: 35%;
}
.g40 {
  width: 40%;
}
.g45 {
  width: 45%;
}
.g50 {
  width: 50%;
}
.g55 {
  width: 55%;
}
.g60 {
  width: 60%;
}
.g65 {
  width: 65%;
}
.g66 {
  width: 66%;
}
.g70 {
  width: 70%;
}
.g75 {
  width: 75%;
}
.g80 {
  width: 80%;
}
.g90 {
  width: 90%;
}
.g100 {
  width: 100%;
}
.padding {
  padding: 15px;
}
.double-padding {
  padding: 30px;
}
.email-padding {
  padding: 3px;
}
/********* customized plan form ******/
#plan-form {
  padding-top: 40px;
}
.plan-form input, textarea {
  margin: 4px;
  border: 0;
  font-size: 26px;
  padding: 10px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
input.plan-submit-btn, .plan-submit-btn {
  background: #57941b;
  color: #FFF;
  padding: 10px;
  cursor: pointer;
  border: none;
  font-weight: 300;
  display: block;
  margin: 10px auto;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
input.plan-submit-btn:hover, .plan-submit-btn:hover {
  background: #35547F;
}
.plan-form {
  font-size: 27px;
  padding: 10px;
  color: #010e42;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.plan-form p {
  text-align: center;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}
.input-small {
  width: 20%;
}
.input-mid {
  width: 40%;
}
.input-lg {
  width: 50%;
}
select.custom-dropdown {
  -webkit-appearance: none; /*REMOVES DEFAULT CHROME & SAFARI STYLE*/
  -moz-appearance: none; /*REMOVES DEFAULT FIREFOX STYLE*/
  border: 0 !important; /*REMOVES BORDER*/
  font-size: 32px;
  padding: 5px 40px 5px 10px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  cursor: pointer;
  background: #E9E9E9 url(../images/drop-down-arrow.png) no-repeat right center;
  background-size: 34px 34px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA */
}
.home-form-padding {
  padding-top: 20px;
}
/****** form styles *****/
.gform_confirmation_message {
  text-align: center;
  font-size: 32px;
}
input.form-submit-btn, .form-submit-btn {
  background: #57941b;
  color: #FFF;
  padding: 10px;
  cursor: pointer;
  border: none;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}
input.form-submit-btn:hover, .form-submit-btn:hover {
  background: #447a0f;
}
.form-error {
  background-color: #f99;
  font-weight: bold;
  text-align: center;
}
.verify {
  display: none;
}
.ezblue h3 {
  color: #fff;
  margin-top: 1em;
}
.ezblue .padding {
  padding-top: 0;
}
/*********** Tech Form ************/
.formfield {
  background: #E9E9E9;
  color: #8A8A8A;
  font-size: 16px;
  padding: 10px;
  line-height: 25px;
  border-bottom: #024c77 3px solid;
  margin: 10px 0;
}
/* .tech-form input[type="radio"] {margin:0;} */
.tech-submit-btn {
  background: #57941b !important;
  color: #FFF !important;
  padding: 10px;
  cursor: pointer;
  border: none !important;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
}
input.tech-submit-btn:hover, .tech-submit-btn:hover {
  background: #447a0f;
}
/**** Footer styles ****/
.footer a {
  color: #0078be;
  text-decoration: underline;
}
.footer p {
  color: #6d6e71;
  font-size: 18px;
  line-height: 25px;
}
p.copy {
  text-align: center;
  font-size: 12px;
  color: #6d6e71;
  padding: 5px;
  margin: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer li {
  list-style-type: none;
  line-height: 25px;
}
.footerlogo {
  display: block;
  margin: 5px auto;
}
.ezfooterlogo {
  display: block;
  margin: 5px auto;
  width: 60%;
}
.footer-phone {
  color: #0078be;
  font-size: 18px;
  padding: 7px 0 7px 0;
  border-bottom: #CCCACA 1px solid;
}
.footer-email {
  color: #0078be;
  font-size: 18px;
  padding: 7px 0 7px 0;
  border-bottom: #CCCACA 1px solid;
}
.footer-email a {
  color: #0078be;
}
.footercredit {
  width: 100%;
  padding: 10px;
}
.footercredit img {
  width: 50%;
  height: auto;
  display: block;
  margin: 5px auto;
}
.double-lines {
  border-left: #CCCACA 1px solid;
  border-right: #CCCACA 1px solid;
}
/****************** responsive styles ********************/
@media screen and (min-width:1200px) {
  .mini-container {
    width: 1200px !important;
  }
}
@media screen and (max-width:1700px) {
  .menu > ul {
    width: 90% !important;
  }
  .itconsulting-band .g40 {
    width: 45%;
  }
  .itconsulting-band .g60 {
    width: 55%;
  }
}
@media screen and (max-width:1560px) {
  .menu > ul {
    width: 100% !important;
  }
  .clearbg .g20 {
    width: 25%;
  }
  .clearbg .g80 {
    width: 75%;
  }
  .menu > ul > li a {
    padding: 1em 1em !important;
  }
  .car {
    width: 80%;
    left: 30px;
    top: 80px;
  }
  .videolink span {
    top: 120px;
    left: 80px;
  }
  .small {
    width: 65%;
    margin: 15% auto;
  }
  .footer .g20 {
    width: 25%;
  }
  .heading {
    font-size: 14px;
    padding: 5px;
    min-height: 50px;
  }
  .footerlogo {
    width: 90%;
  }
  .plan-form {
    font-size: 30px;
  }
  .itconsulting-band {
    background-size: 100% auto;
  }
}
@media screen and (max-width:1360px) {
  ul#menu {
    width: 95%;
  }
  .menu > ul > li a {
    padding: 1em 1em !important;
    font-size: 17px !important;
  }
  .slogan-blue {
    font-size: 48px;
    padding: 5px;
  }
  .slogan-blue span {
    font-size: 48px;
    padding: 5px;
  }
  .banner img {
    margin-top: -400px;
  }
  .hiddenclear {
    clear: both;
  }
  .container {
    width: 98% !important;
  }
  .mini-container {
    width: 95% !important;
  }
  .absolute {
    top: 20px;
    left: 20%;
    right: 20%;
  }
  .circlebg {
    background-size: 70% auto;
    width: 60%;
  }
  .circuitbg {
    width: 40%;
  }
  .car {
    width: 90%;
    left: 30px;
    top: 120px;
  }
  .small {
    width: 70%;
    margin: 20% auto;
  }
  .email-band .g60 {
    width: 55%;
  }
  .email-band .g40 {
    width: 45%;
  }
  .datto-band .g35 {
    width: 45%;
  }
  .datto-band .g65 {
    width: 55%;
  }
  .carbonite-band .g35 {
    width: 45%;
  }
  .carbonite-band .g65 {
    width: 55%;
  }
  .footercredit img {
    width: 70%;
  }
  .tapedrive-band {
    background-size: 100% auto;
  }
  .tapedrive-band .g60 {
    width: 70%;
  }
  .tapedrive-band .g40 {
    width: 30%;
  }
  .backup-band {
    background: url(../images/backup-band.jpg) no-repeat top left #d2f9f4;
    background-size: 90% auto;
  }
  .data-band {
    background-size: 100% auto;
  }
  .customers-band {
    background-size: 100% auto;
  }
  .circlebg-sub {
    background-size: 70% auto;
  }
  .serviceareabox {
    z-index: 100;
    width: 80%;
    margin: 60px 30px;
    display: block;
  }
  .videolink span {
    top: 145px;
    left: 85px;
  }
}
@media screen and (max-width:1200px) {
  .footer .g20 {
    width: 50%;
    padding: 15px;
    min-height: 250px;
  }
  .footerlogo {
    width: 75%;
  }
  #plans .g60 {
    width: 100%;
  }
  #plans .g40 {
    width: 100%;
  }
  .hide {
    display: none;
  }
  .plan-form p {
    max-width: 70%;
    display: block;
    margin: 5px auto;
  }
  h2 {
    margin: 0;
    padding: 0;
    font-size: 34px;
  }
  .intro p {
    max-width: 80%;
    display: block;
    margin: 5px auto;
  }
  .service-btn {
    background: #57941b;
    padding: 10px 20px;
    width: 70%;
    position: relative;
    max-height: 50px;
    line-height: 30px;
  }
  .service-btn img {
    background: #004a75;
    padding: 5px;
    border: #FFF 3px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 23%;
  }
  .left {
    float: left;
    z-index: 50;
    position: relative;
    margin-top: -20px;
    margin-left: -60px;
  }
  .right {
    float: right;
    z-index: 50;
    position: relative;
    margin-top: -20px;
    margin-right: -60px;
  }
  .shrinkpad {
    padding: 5px 10%;
  }
  .service-btn img {
    width: 30%;
  }
  .menu > ul > li a {
    padding: 1em 0.6em !important;
    font-size: 16px !important;
  }
  .diagonal {
    padding: 50px 50px;
  }
  .desktop-styles .g25 {
    width: 50%;
  }
  .contact-form .g50 {
    width: 100%;
  }
  .contact-form .g33 {
    width: 100%;
  }
  .contact-form .g40 {
    width: 100%;
  }
  .contact-styles .g30 {
    width: 50%;
  }
  .contact-styles .g60 {
    width: 50%;
  }
  .contact-styles .g10 {
    display: none;
  }
  .teambios .g20 {
    width: 25%;
  }
  .teambios .g80 {
    width: 75%;
  }
  #plans .g5 {
    display: none;
  }
  #plans .g55 {
    width: 60%;
  }
  #plans .g35 {
    width: 40% !important;
  }
  .datto-band .g35 {
    width: 55%;
  }
  .datto-band .g65 {
    width: 45%;
  }
  .carbonite-band .g35 {
    width: 55%;
  }
  .carbonite-band .g65 {
    width: 45%;
  }
  .footer .g15 {
    width: 100%;
  }
  .footer .g25 {
    width: 33.3%;
  }
  .footer .g30 {
    width: 33.3%;
  }
  .footercredit {
    width: 50%;
    float: left;
    border-top: #C8C8C8 1px solid;
  }
  .footercredit img {
    width: 30%;
  }
  .textbox {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border: #E4E4E4 1px solid;
  }
  .itconsulting-band .g40 {
    width: 40%;
  }
  .itconsulting-band .g60 {
    width: 60%;
  }
  .tapedrive-band .g60 {
    width: 100%;
  }
  .tapedrive-band .g40 {
    display: none;
  }
  .tapedrive-band {
    background: #c5d3d6;
  }
  .isithisyou-band {
    background: url(../images/isithisyou-band-blurred.jpg) no-repeat top right #d6d6d4;
  }
  .isithisyou-band .g60 {
    width: 100%;
  }
  isithisyou-band .g40 {
    display: none;
  }
  .backup-band .g50 {
    width: 70%;
  }
  .reduce {
    width: 30% !important;
  }
  .tech-form .g70 {
    width: 85%;
  }
  .tech-form .g30 {
    width: 15%;
  }
  .tech-form .g60 {
    width: 70%;
  }
  .tech-form .g40 {
    width: 30%;
  }
  .make50 {
    width: 50% !important;
  }
  .make100 {
    width: 100% !important;
    text-align: center;
  }
}
@media screen and (max-width:1024px) {
  .banner {
    margin-top: 159px;
  }
  .slogan {
    top: 35%;
  }
  .remove {
    display: none;
  }
  .tablet-styles .g30 {
    width: 100%;
  }
  .tablet-styles .g60 {
    width: 100%;
  }
  .tablet-styles .g70 {
    width: 100%;
  }
  .fill {
    background: #f4f4f4;
  }
  .fill img {
    width: 40%;
    display: block;
    margin: 5px auto;
  }
  .videolink span {
    top: 70px;
    left: 50px;
    font-size: 35px;
  }
  .menu-container {
    width: 100% !important;
    position: absolute !important;
    float: left;
    background: #f0f0f0;
    top: 95px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .clearbg {
    min-height: 160px;
  }
  .contact-styles .g60 {
    width: 100%;
    padding: 15px 10%;
  }
  .contact-styles .g40 {
    width: 100%;
    padding: 15px 10%;
  }
  .contact-styles h6 {
    text-align: center;
  }
  .contact-styles p {
    text-align: center;
  }
  .support-styles .g60 {
    width: 100%;
    padding: 15px 10%;
  }
  .support-styles .g40 {
    width: 100%;
    padding: 15px 10%;
  }
  .testimonial-box .g40 {
    width: 100%;
  }
  .testimonial-box .g60 {
    width: 100%;
  }
  .email-band {
    background: #b8c7cc;
  }
  .email-band .g60 {
    width: 100%;
  }
  .email-band .g40 {
    display: none;
  }
  .it-band {
    background: #b8c7cc;
  }
  #plans .g55 {
    width: 100%;
  }
  .planform {
    width: 100% !important;
  }
  #plan-form {
    width: 100% !important;
  }
  .plan-form {
    width: 60%;
    float: left;
  }
  .planform .contact-form {
    width: 40%;
    float: left;
    padding-top: 30px;
  }
  .datto-band {
    background: url(../images/datto-band-respond.jpg) no-repeat top #FFF;
  }
  .datto-band .g35 {
    display: none;
  }
  .datto-band .g65 {
    width: 100%;
  }
  .carbonite-band {
    background: url(../images/carbonite-band-respond.jpg) no-repeat top #FFF;
  }
  .carbonite-band .g35 {
    display: none;
  }
  .carbonite-band .g65 {
    width: 100%;
  }
  .footer .g50 {
    width: 100%;
  }
  .footer .g50 img {
    width: 80%;
    display: block;
    margin: 5px auto;
  }
  .story .g25 {
    width: 35%;
  }
  .story .g65 {
    width: 60%;
  }
  .customers .g30 {
    width: 35%;
  }
  .customers .g70 {
    width: 65%;
  }
  .ebooks .g50 {
    width: 40%;
  }
  .ebooks .g30 {
    width: 40%;
  }
  .teamphotos .g20 {
    width: 33.3%;
  }
  .add15 {
    width: 15.2%;
    float: left;
    padding: 5px;
  }
  .customers-band {
    background: url(../images/customers-band-blurred.jpg) no-repeat top left #d6d6d4;
  }
  .customers-band .g40 {
    display: none;
  }
  .customers-band .g60 {
    width: 100%;
  }
  .map_circle {
    width: 250px;
    height: 250px;
    margin: 15px 30px;
  }
  .itconsulting-band .g40 {
    display: none;
  }
  .itconsulting-band .g60 {
    width: 100%;
  }
  .itconsulting-band {
    background: #c5d3d6;
  }
  .itsupport-band {
    background: #dfe3e4;
  }
  .itsupport-band .g40 {
    display: none;
  }
  .itsupport-band .g60 {
    width: 100%;
  }
}
@media screen and (max-width:950px) {
  .g33 {
    width: 100%;
  }
  .ebooks .g20 {
    width: 30%;
  }
  .network-styles .g40 {
    width: 100%;
  }
  .network-styles .g60 {
    width: 100%;
  }
  .network-styles .g25 {
    width: 100%;
  }
  .network-styles .g65 {
    width: 100%;
  }
  .email-styles .g70 {
    width: 100%;
  }
  .email-styles .g30 {
    width: 100%;
  }
  .email-styles .g30 img {
    display: block;
    width: 40%;
    margin: 5px auto;
  }
  .codepattern .g25 {
    width: 50%;
  }
  .mini-container {
    width: 95% !important;
  }
  .book-styles .g20 {
    width: 100%;
  }
  .book-styles .g70 {
    width: 100%;
  }
  ul.nobull {
    margin: 0;
    padding: 0;
  }
  .teambios .g20 {
    width: 28%;
  }
  .teambios .g80 {
    width: 72%;
  }
  #plans .g20 {
    width: 100%;
  }
  #plans .g20 img {
    width: 30%;
    display: block;
    margin: 5px auto;
  }
  #plans .g80 {
    width: 100%;
  }
  .footer .g25 {
    width: 100%;
  }
  .footer .g30 {
    width: 100%;
  }
  .double-lines {
    border-right: none;
    border-left: none;
  }
  .footer .g50 img {
    width: 50%;
  }
  .footerlogo {
    width: 50%;
    display: block;
    margin: 5px auto;
  }
  .story .g25 {
    display: none;
  }
  .story .g65 {
    width: 100%;
  }
  .values .g20 {
    width: 33.3%;
  }
  .data-band {
    background: url(../images/data-band-mobile.jpg) no-repeat top right;
  }
  .backup-band {
    background: url(../images/backup-band-small.jpg) no-repeat top #d4f9f4;
  }
  .border-title {
    background: #FFF;
  }
  .map-mobile {
    width: 50%;
    float: left;
    background: rgb(2, 76, 119); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(2, 76, 119, 1) 1%, rgba(1, 14, 66, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(2, 76, 119, 1) 1%, rgba(1, 14, 66, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(2, 76, 119, 1) 1%, rgba(1, 14, 66, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024c77', endColorstr='#010e42', GradientType=1); /* IE6-9 */
  }
  .serviceareabox {
    margin: 50px 30px;
  }
  .serviceareabox p {
    text-align: left !important;
  }
  .circlebg-sub {
    width: 50%;
    float: right;
    background-size: 70% auto;
  }
  .map_circle {
    width: 250px;
    height: 250px;
    margin: 20px 40px;
  }
  .areatext {
    width: 100%;
    padding: 20px 50px;
  }
  .backup-band .g50 {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .map-mobile {
    background: none;
  }
  .map_circle {
    margin: 15px 30px;
  }
  .areatext {
    padding: 20px 30px;
  }
  .serviceareabox {
    margin: 30px 20px;
    width: 100%;
  }
  .circlebg-sub {
    background: none;
  }
  .circuitbg {
    display: none;
  }
  .circlebg {
    background-size: 70% auto;
    width: 95%;
    float: right;
    position: relative;
    padding-top: 50px;
  }
  .greenline {
    width: 100%;
    padding: 0 !important;
    min-height: 50px;
    max-height: 300px;
    background: none;
  }
  .small {
    width: 30%;
    padding: 0;
    margin: -10px auto 20px auto;
  }
  .testimonial {
    width: 100%;
    float: none;
  }
  .videolink span {
    top: 170px;
    left: 350px;
    font-size: 45px;
  }
  .disgard {
    display: none;
  }
  .add-spacer {
    height: 30px;
    padding: 5px;
  }
  .home-testimonials .g50 {
    width: 100%;
  }
  .book-container .g60 {
    width: 100%;
  }
  .book-container .g40 {
    width: 100%;
    padding: 15px 30px;
    text-align: center;
  }
  .right {
    float: left;
    margin-top: -30px;
    margin-left: -55px;
    margin-right: 0;
  }
  .dot-right {
    display: none
  }
  .dot-left {
    display: none
  }
  .btn-right {
    text-align: right;
    background: none;
  }
  .btn-left {
    text-align: right;
    background: none;
  }
  .float-right {
    float: left;
  }
  .itroom {
    background: #024c77;
  }
  .service-btn {
    width: 100%;
  }
  .service-btn img {
    width: 20%;
  }
  .g50 {
    width: 100%;
  }
  .ebooks .g30 {
    width: 100%;
  }
  .ebooks .g20 {
    width: 100%;
  }
  .ebooks .g50 {
    width: 100%;
  }
  .bookcover {
    width: 40%;
    display: block;
    margin: 5px auto;
  }
  .ebooks .g15 {
    width: 25%;
  }
  .ebooks .g80 {
    width: 75%;
  }
  .customers-band {
    background: #d6d6d5;
  }
  .managed-services .g40 {
    width: 100%;
  }
  .managed-services .g60 {
    width: 100%;
  }
  .border-title {
    text-align: center;
    margin: 0;
    border-bottom: #CCC 1px dotted;
  }
  .display-mobile img {
    width: 30%;
    padding: 0;
    margin: -10px auto 20px auto;
  }
  .ebooks .g70 {
    width: 100%;
  }
  .smaller-container {
    width: 95%;
  }
  .tech-form .g70 {
    width: 70%;
  }
  .tech-form .g30 {
    width: 30%;
  }
  .security .g40 {
    width: 100%;
  }
  .security .g60 {
    width: 100%;
  }
  .experience-wrapper {
    width: 80% !important;
    margin: 0 auto !important;
    position: relative;
    border: none;
  }
  .logo {
    max-width: 300px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:680px) {
  .banner {
    min-height: 446px;
    margin-top: 0px;
  }
  .clearbg {
    position: relative;
  }
  .slogan-blue {
    line-height: 36px;
  }
  .slogan {
    top: 40% !important;
  }
  .footer .g20 {
    width: 100%;
    min-height: 150px;
  }
  .slideout-hover {
    display: none;
  }
  .clearbg .g20 {
    width: 50%;
  }
  .clearbg .g80 {
    width: 50%;
  }
  h1 {
    font-size: 29px;
  }
  h2 {
    font-size: 29px;
  }
  h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .mini-container {
    width: 98% !important;
  }
  .desktop-styles .g25 {
    width: 100%;
  }
  .menu-container {
    top: 150px;
  }
  .clearbg {
    min-height: 190px;
  }
  .ebooks .g20 {
    width: 100%;
  }
  .ebooks .g20 img {
    width: 30%;
    display: block;
    margin: 5px auto;
  }
  .ebooks .g70 {
    width: 100%;
  }
  .ebooks p {
    text-align: center;
  }
  .g90 {
    width: 100%;
  }
  #flowing-chart-canvas {
    height: 300px;
  }
  .banner img {
    margin-top: 200px;
  }
  .slogan-blue {
    font-size: 30px;
    text-align: center;
  }
  .liststyles ul {
    margin: 0;
    padding: 0;
  }
  .certificates-styles .g30 {
    width: 100%;
  }
  .certificates-styles .g30 img {
    width: 50%;
    display: block;
    margin: 5px auto;
  }
  .certificates-styles .g70 {
    width: 100%;
  }
  .teambios .g20 {
    width: 100%;
  }
  .teambios .g20 img {
    display: block;
    width: 50%;
    margin: 5px auto;
  }
  .teambios .g80 {
    width: 100%;
  }
  .office {
    float: none;
    margin: 10px auto;
    display: block;
    width: 50%;
  }
  .footerlogo {
    width: 70%;
  }
  .footercredit img {
    width: 50%;
  }
  .planform .plan-form {
    width: 100%;
    float: none;
  }
  .planform .contact-form {
    width: 100%;
    float: none;
    padding-top: 5px;
  }
  .book-container .g60 {
    width: 100%;
  }
  .book-container .g40 {
    width: 100%;
  }
  .booktext {
    width: 100%;
    float: none;
  }
  .book {
    width: 60%;
    display: block;
    margin: 5px auto;
    float: none;
  }
  .customers .g30 {
    width: 100%;
  }
  .customers .g70 {
    width: 100%;
  }
  .circle {
    display: block;
    margin: 5px auto;
    width: 50%;
  }
  .display-mobile img {
    display: block;
    margin: 5px auto;
    width: 50%;
  }
  h7 {
    text-align: center !important;
  }
  .greendetail img {
    display: none;
  }
  .data-band {
    background: #dee8f1;
  }
  .data-band .g35 {
    display: none;
  }
  .data-band .g65 {
    width: 100%;
  }
  .dilbert .g60 {
    width: 100%;
  }
  .dilbert .g40 {
    width: 100%;
  }
  .teamphotos .g20 {
    width: 50%;
  }
  .add15 {
    display: none;
  }
  .hidenow {
    display: none;
  }
  .map-mobile {
    width: 100%;
    float: none;
    padding: 0 20%;
  }
  .circlebg-sub {
    width: 100%;
    float: none;
    padding: 10px 25%;
  }
  .serviceareabox {
    margin: 20px auto !important;
    width: 100% !important;
  }
  .videolink span {
    top: 250px;
    left: 300px;
    font-size: 45px;
  }
  .more-lovn {
    top: -10px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width:540px) {
  .slogan {
    top: 57%;
  }
  .clearbg .g20 {
    width: 100%;
  }
  .clearbg .g80 {
    width: 100%;
  }
  .minilinks {
    width: 90%;
    margin: 4px auto;
  }
  .clearbg {
    min-height: 250px;
    background: #FFFFFF;
  }
  .menu-container {
    top: 220px;
  }
  .banner img {
    margin-top: 250px;
  }
  .plan-form input, textarea, select {
    width: 100%;
  }
  .plan-form br {
    display: none;
  }
  .circlebg {
    width: 100%;
    background-size: 90% auto;
    background: url(../images/circle_mobile.jpg) no-repeat center #010e42;
  }
  .service-area {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .absolute {
    left: 5%;
    right: 5%;
  }
  .service-btn img {
    width: 25%;
  }
  #map_container {
    width: 330px;
    height: 330px;
    margin: 20px auto;
    -moz-box-shadow: 0 0 15px #246eba;
    -webkit-box-shadow: 0 0 15px #246eba;
    box-shadow: 0px 0px 15px #246eba;
  }
  .map-content {
    width: 330px;
  }
  #map-canvas {
    width: 330px;
    height: 330px;
  }
  .plan-form p {
    max-width: 90%;
    font-size: 16px;
    line-height: 20px;
  }
  .book {
    width: 70%;
    margin: 5px auto;
  }
  .booktext {
    width: 100%;
  }
  .sub-banner {
    overflow: hidden;
    max-height: 350px;
  }
  .sub-banner img {
    margin-top: 30px;
  }
  .standard {
    min-width: 120px;
    max-width: 350px;
  }
  .email-styles .g30 img {
    width: 60%;
  }
  .codepattern .g25 {
    width: 100%;
  }
  .dual-btn {
    height: 110px;
    width: 100% !important;
    max-width: 500px;
    min-width: 300px;
  }
  .or {
    left: 48%;
    top: 35%;
  }
  a.leftbtn {
    width: 100%;
    float: none;
    line-height: 53px;
  }
  a.righttbtn {
    width: 100%;
    float: none;
    line-height: 53px;
    border-left: none;
    border-top: #FFF 1px solid;
  }
  .values .g20 {
    width: 50%;
  }
  ul.nobull span {
    color: #000;
    font-size: 18px;
    font-weight: 400;
  }
  .map_circle {
    width: 300px;
    height: 300px;
  }
  .circlebg-sub {
    padding: 10px 20%;
  }
  .map-mobile {
    padding: 0 10%;
  }
  .textarea {
    clear: both;
  }
  .serviceareabox {
    border: none;
    background: none;
  }
  .contact-styles .g60 {
    padding: 10px 2%;
  }
  .contact-styles .g40 {
    padding: 10px 2%;
  }
  .slogan-blue span {
    font-size: 35px;
  }
  .videolink span {
    top: 180px;
    left: 220px;
    font-size: 45px;
  }
}
@media screen and (max-width:470px) {
  .minilinks {
    width: 98%;
    margin: 2px auto;
  }
  .footer p {
    text-align: center;
  }
  .service-btn img {
    width: 30%;
  }
  .videolink span {
    top: 120px;
    left: 220px;
  }
  .clearbg {
    min-height: 350px;
  }
  .phone {
    font-size: 20px;
    text-align: center;
    width: 98%;
    float: none;
  }
  .contact {
    font-size: 20px;
    text-align: center;
    width: 98%;
    float: none;
  }
  .support {
    font-size: 20px;
    text-align: center;
    width: 98%;
    float: none;
  }
  .menu-container {
    top: 320px;
  }
  .teambios .g20 img {
    width: 100%;
  }
  .footerlogo {
    width: 100%;
  }
  .footer .g50 img {
    width: 70%;
  }
  .footercredit img {
    width: 70%;
  }
  .circle {
    width: 70%;
  }
  .display-mobile img {
    width: 100%;
  }
  .mobile-logo {
    max-width: 250px;
  }
}
@media screen and (max-width:400px) {
  .slogan {
    top: 64%;
  }
  .banner img {
    margin-top: 310px;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 27px;
  }
  .service-btn {
    width: 100%;
  }
  .shrinkpad {
    padding: 5px 3%;
  }
  .videolink span {
    top: 110px;
    left: 180px;
  }
  .diagonal {
    padding: 20px 20px;
  }
  .padding {
    padding: 10px;
  }
  .double-padding {
    padding: 15px;
  }
  .menu-container {
    top: 290px;
  }
  .sub-banner img {
    margin-top: 0px;
  }
  .values .g20 {
    width: 100%;
  }
  .teamphotos .g20 {
    width: 100%;
  }
  .map_circle {
    width: 250px;
    height: 250px;
  }
  .circlebg-sub {
    width: 100%;
    padding: 0 5%;
  }
}
@media screen and (max-width:340px) {
  .mini-container {
    width: 100% !important;
  }
  h1 {
    font-size: 23px;
  }
  h2 {
    font-size: 23px;
  }
  .clearbg {
    min-height: 300px;
  }
  .menu-container {
    top: 270px;
  }
  .service-btn {
    padding: 4px 10px;
  }
  .service-btn a {
    font-size: 16px;
    text-align: center;
  }
  .spacer {
    height: 20px;
    padding: 3px;
  }
  .add-spacer {
    height: 10px;
    padding: 3px;
  }
  .booktext p {
    font-size: 16px;
  }
  .intro p {
    font-size: 16px;
  }
  .justtext p {
    font-size: 16px;
  }
  .shrinkpad {
    padding: 5px 1.5%;
  }
  .plan-form p {
    font-size: 16px;
    line-height: 20px;
  }
  .plan-form {
    font-size: 26px;
    padding: 10px;
  }
  .service-btn img {
    display: none;
  }
  .videolink span {
    top: 90px;
    left: 150px;
  }
  p.copy {
    font-size: 11px;
  }
  .footer p {
    padding: 2px;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
  }
  .footer-email {
    font-size: 18px;
  }
  .footer-email span {
    display: none;
  }
}