/* Layout
   ========================================================================== */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font: 100%/1.5 "Open Sans", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 40rem) {
  html { font-size: 112%; }
}

@media (min-width: 64rem) {
  html { font-size: 120%; }
}

body {
  background:url(images/bg-v1.jpg);
  color: #555;
}

.container {
  margin: 0 auto;
  max-width: 55rem;
  width: 90%;


    border-radius: 25px !important;
    padding: 10px;
    border: 5px solid #C8C8C8;
}


}

/* Header
   ========================================================================== */

.intro { margin: 2rem 0; }

@media (min-width: 40rem) {
  .intro { margin: 4rem 0; }
}
.fixed-nav-bar {
    position: fixed;
    background: url(images/pattern11.png) repeat;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 58px;
    z-index: 100;
}

/* The element at the top of the page right after the fixed navigation bar
   MUST have sufficient top margin or else it will be covered by the bar */
.content {
    margin-top: 20px;
}

/* Example responsive navigation menu  */
.fixed-nav-bar li, .fixed-nav-bar a {
    height: 50px;
    line-height: 50px;
}
.menu,
.footer-container {
    width: 90%;
    max-width: 1064px;
    margin: 0 auto;
}
.menu a, .menu a:visited {
    color: #ffffff;
}
.menu a:hover, .menu a:target {
    color: #ebebeb;
}
.menu-items {
    display: inline-block;
    float:right;
    margin-top: 18px;
}

.fixed-nav-bar .phone {
  float: right;
  color: #fff;
  margin-top: 5px;
}
.menu-items-footer {
    display: inline-block;
    float:none;
}
.menu-items-footer li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 50px;
}
.menu-items-footer a {
    text-decoration: none;
}

.menu-items img {
    color: #e5e5e5;
    width: 22px;
    vertical-align: middle;
}


.sitename {
    display: inline-block;
    margin: 17px 0 0 0px;
    vertical-align: top;
}
.sitename img {width:305px; margin-top:-12px;}
a.sitename, a:visited.sitename {
    color: #e0e0e0;
}
.menu-items li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 50px;
}
.menu-items a {
    text-decoration: none;
}
.show, .hide {
    display: none;
    padding-left: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center left;
}
.show {
    background-image: url(images/menu.png);
}
.hide {
    background-image: url(images/menu.png);
}
.menu-items-footer li {
    display: inline-flex;
    margin-right: 35px;
    margin-left: 10px;
    line-height: 50px;
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .menu-items-footer li {
        display: inline-flex;
        margin-right: 35px;
        margin-left: 10px;
        line-height: 50px;
        font-size: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 800px) {
    .menu {
        position: relative;
        width: 100%;
    }
    .sitename {
        position: absolute;
        top: 0;
        left: 15px;
        margin-left: 0px;
    }
    .menu-items {
        display: none;
        width: 100%;
        margin-top: 50px;
        background: url(images/pattern11.png) repeat;

    }
    .menu-items li {
        padding-top:20px;
        display: inline-flex;
        text-align: center;
    }
    .menu-items-footer {
        display: inline-block;
        float:none;
    }

    .menu-items-footer a {
        text-decoration: none;
    }
    .show, .hide {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .show {
        display: inline-block;
    }
    .hide {
        display: none;
    }
    #menu:target .show {
        display: none;
    }
    #menu:target .hide, #menu:target .menu-items {
        display: inline-block;
    }
}

@media only screen and (max-width: 220px) {
    .sitename, .show, .hide {
        font-size: 14px;
    }
}

.mobile {
  margin: 0 auto;
  max-width: 150px;
}

@media (min-width: 40rem) {
  .mobile { max-width: 250px; }
}

/* Section
   ========================================================================== */

section {
  border-top: 1px solid #eee;
  text-align: center;
  padding: 2rem 0;z-index:999999;
}

section:first-of-type { border-top: none; }

@media (min-width: 40rem) {
  section { padding: 4rem 0; margin-top: 0.60em;}

}

/* Mobile First Grid
   ========================================================================== */

.column { margin-bottom: 1.0rem; }

@media (min-width: 40rem) {
  .column {
    float: left;
    margin: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .column.full { width: 100%; }
  .column.two-thirds { width: 66.7%; }
  .column.half { width: 50%; }
  .column.third { width: 33.3%; }
  .column.fourth { width: 25%; }
  .column.flow-opposite { float: right; }
}

/* Typography
   ========================================================================== */

h1, h2, h3, h4, h5 {
  font-weight: 600;
  margin: 0;
  line-height: 2.5em;
}

h2 {
	font-size:25px;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.3em;
  margin-bottom: 1.5rem;
}

@media (min-width: 40rem) {
  h1 { font-size: 1.5rem; }
}

h3 {
  font-size: 1.2rem;
  margin-bottom: .5rem;
}

p {
  color: #999;
  margin: 0 auto;
  max-width: 45rem;
}

blockquote { margin: 0; }

blockquote p {
  color: #bbb;
  font-style: italic;
  margin-bottom: 1.5rem;
}

cite { color: #bbb; }

/* Code
   ========================================================================== */

code {
  background-color: #f8f8f8;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.8rem;
  padding: 0.1rem 0.3rem;
  position: relative;
  top: -1px;
  white-space: nowrap;
}

/* Lists
   ========================================================================== */

ul {
  margin: 0;
  text-align: left;
}

@media (min-width: 40rem) {
  ul { display: inline-block; }
}

/* Links
   ========================================================================== */

a {
  color: #497bad;
  text-decoration: none;
}



/* Buttons
   ========================================================================== */

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #497bad;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.7rem 1.5rem;
  vertical-align: middle;
  white-space: nowrap;
}

.button:hover {
  background: #5183b6;
  text-decoration: none;
}

@media (min-width: 40rem) {
  .button {
    display: inline-block;
    font-size: 0.9rem;
  }
}

/* Elements
   ========================================================================== */

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 2rem auto;
  width: 3rem;
}

@media (min-width: 40rem) {
  hr { margin: 2.5rem auto; }
}

hr.small { margin: 1.5rem auto; }

.circle {
  border: 3px solid #555;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #555;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  height: 3.2rem;
  line-height: 1.7em;
  margin: 0 auto 1rem auto;
  text-align: center;
  width: 3.2rem;
}

img {
  display: block;
  height: auto;
  margin: 0 auto 1.5rem auto;
  width: 100%;
}

.rwd {
  margin: 0 auto 1.5rem auto;
  max-width: 440px;
}

/* Examples
   ========================================================================== */

.cpu {
}

.cpu p { color: #fff; }
.cpu img { margin: 0; }


.fragmentation {
  background-image: url("/images/fragmentation.png");
  background-size: cover;
  min-height: 250px;
}

@media (min-width: 40rem) {
  .fragmentation { min-height: 500px; }
}

.mobile-first .column {
  float: none;
  margin-bottom: 1rem;
}

.grid { text-align: center; }

.grid span {
  background: url(images/metal.png) repeat;
  border: 1px solid #222222;
  display: block;
  padding: 1rem;
    border-radius:25px;
  font-size: 0.9rem;
  font-weight: 600;
}

.grid .container {
  padding: 1rem 1rem 0 1rem;
position:relative;}


.grid .column { margin-bottom: 0.5rem; }

.row .container {
  border: 2px dashed rgba(255,255,255,0.2);
  padding: 1rem;
}

.row-example .row {
  padding: 1rem 1rem 0 1rem;
  margin-bottom: 1rem;
}

.row-example .row:last-of-type { margin-bottom: 0; }

@media (min-width: 40rem) {
    .row-example .row {
        padding: 1rem 0 0 0;
    }
}

/* Box Model
   ========================================================================== */

.box-model h1 { margin-bottom: 3rem; }

.margin { color: #f9cd9d; }
.border { color: #fce08f; }
.padding { color: #c2ddb6; }
.content { color: #9ec3e5; }



/* Animate.css by Daniel Eden
   ========================================================================== */

.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  } 100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Utilities
   ========================================================================== */

.remove-padding { padding-bottom: 0; }
.remove-border { border: none; }

/* Clearfix by Nicolas Gallagher
   ========================================================================== */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*** Footer ***/

footer {
    background-color: #000000;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-align:center;
}
.logo img {
    background:none;
    width: 94%;
    padding-left: 30px;}


/*.grid .managed-offsite {background:url(images/managed-offsite.png); background-size:contain;border:1px solid #404040}
.grid .seo {background:url(images/seo.png); background-size:contain;border:1px solid #404040}
.grid .web-design {background:url(images/web-design.png); background-size:contain;border:1px solid #404040}
.grid .voip {background:url(images/voip.png); background-size:contain;border:1px solid #404040}
.grid .cloud-consulting {background:url(images/cloud-consulting.png); background-size:contain;border:1px solid #404040}
.grid .email-hosting {background:url(images/email-hosting.png); background-size:contain;border:1px solid #404040}
.grid .cloud-security {background:url(images/cloud-security.png); background-size:contain;border:1px solid #404040}
.grid .data-center {background:url(images/data-center.png); background-size:contain;border:1px solid #404040}
.grid .custom-data-builds {background:url(images/custom-data-builds.png); background-size:contain;border:1px solid #404040}
.grid .web-hosting {background:url(images/web-hosting.png); background-size:contain;border:1px solid #404040}


.grid .managed-offsite:hover {background:url(images/managed_hover.png);background-size:contain;}
.grid .seo:hover  {background:url(images/seo_hover.png); background-size:contain;}
.grid .web-design:hover  {background:url(images/web-design_hover.png); background-size:contain;}
.grid .voip:hover  {background:url(images/voip_hover.png); background-size:contain;}
.grid .cloud-consulting:hover  {background:url(images/cloud-consulting_hover.png); background-size:contain;}
.grid .email-hosting:hover  {background:url(images/email-hosting_hover.png); background-size:contain;}
.grid .cloud-security:hover  {background:url(images/cloud-security_hover.png); background-size:contain;}
.grid .data-center:hover {background:url(images/data-center_hover.png); background-size:contain;}
.grid .custom-data-builds:hover  {background:url(images/custom-data-builds_hover.png); background-size:contain;}
.grid .web-hosting:hover  {background:url(images/web-hosting_hover.png); background-size:contain;}
*/

.managed-offsite-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#000000;padding-bottom:35px;}
.seo-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#FF4000;padding-bottom:35px;}
.web-design-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#EF9608;padding-bottom:35px;}
.voip-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#008C00;padding-bottom:35px;}
.cloud-consulting-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#0036D9;padding-bottom:35px;}
.email-hosting-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#222222;}
.cloud-security-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#56117C;padding-bottom:35px;}
.data-center-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#319A31;padding-bottom:35px;}
.custom-data-builds-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#B20000;padding-bottom:35px;}
.web-hosting-copy {display:none;position:relative;top:0;border-radius:25px;background-color:#FF4000;padding-bottom:35px;}


.container.colour1{
    background-color: #000000;
}
.container.colour2{
    background-color: #FF4000;
}
.container.colour3{
    background-color: #EF9608;
}
.container.colour4{
    background-color: #008C00;
}
.container.colour5{
    background-color: #0036D9;
}
.container.colour6{
    background-color: #222222;
}
.container.colour7{
    background-color: #56117C;
}
.container.colour8{
    background-color: #319A31;
}
.container.colour9{
    background-color: #B20000;
}


@media screen and (max-width: 979px) {
    .managed-offsite-copy{padding:35px;}
    .seo-copy{padding:35px;}
    .web-design-copy{padding:35px;}
    .voip-copy{padding:35px;}
    .cloud-consulting-copy{padding:35px;}
    .email-hosting-copy{padding:35px;}
    .cloud-security-copy{padding:35px;}
    .data-center-copy {padding:35px;}
    .custom-data-builds-copy {padding:35px;}
    .web-hosting-copy {padding:35px;}

}

.close1, .close2, .close3,.close4, .close5, .close6,.close7, .close8, .close9, .close10 {
    padding: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 48px;
    background: url(images/info-red.png) no-repeat;
    height: 48px;
    border: none;
}
@media screen and (min-width: 641px) {
.accordion {display:none;}
}
@media screen and (max-width: 640px) {
    .accordion {
        display: block;
        border-radius: 25px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
}

.container.image {
    background: url(images/bgbg.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    position:relative;
    overflow: hidden;
}

/**************** EXPANDING DIVS **********************/

.grid .fly {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: -565px;
    float:left;
}
/******** - LOCATION **********/

.grid .location-content {
    position:absolute;
    display:none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: -392px;
    float:left;
}
.location-content ul {
    background: url(images/popup-location.png) no-repeat;
    width:339px;
    height:513px;
    list-style-type: none;
}
.flyout1 {
    padding-left:45px;
    padding-right:30px;
    padding-top:150px;padding-bottom:20px;
}
.flyout1 p {font-size:14px;}

/********** END of LOCATION *********/

/********** COMPANY ************/
.grid .company-content {
    position:absolute;
    display:none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: -392px;
    float:left;
    top:100px;
}
.company-content ul {
    background: url(images/popup-company.png) no-repeat;
    width:339px;
    height:513px;
    list-style-type: none;
}
.flyout2 {
    padding-left:45px;
    padding-right:30px;
    padding-top:150px;padding-bottom:20px;
}
.flyout2 p {font-size:14px;}

/********** END of COMPANY *********/

.grid .contact-content {
    position:absolute;
    display:none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    left: -392px;
    float:left;
    top:200px;
}
.contact-content ul {
    background: url(images/popup-contact.png) no-repeat;
    width:339px;
    height:513px;
    list-style-type: none;
}
.flyout3 {
    padding-left:65px;
    padding-right:10px;
    padding-top:-30px;padding-bottom:20px;
}

.flyout3 .close-flyout {
    padding: 10px;
    position: relative;
    top: 10px;
    left: -20px;
    width: 48px;
    background: url(images/info-red.png) no-repeat;
    height: 48px;
    border:none;
    overflow:hidden;
}
.flyout3 .basic-grey {
padding-left:25px;
    padding-right:0

}
.flyout3 .basic-grey  textarea {
    height: 60px;
}
.flyout3 .basic-grey label>span {color:#FFFFFF;}
.flyout3 p {font-size:14px;}

/********** COMPANY ************/

.fly ul {
    list-style-type: none;

}
.fly ul li {
    padding-top:38px;
    padding-bottom:32px;
    list-style-type: none;
}
@media screen and (max-width:1173px) {
    .grid .fly {display:none;}
    .grid .location-content {display:none;}
    .grid .company-content {display:none;}
    .grid .contact-content {display:none;}
}
@media (max-width:35rem) {
    .grid .container {
        padding: 1rem 1rem 0 1rem;
        margin-top:2em;
        margin-bottom:2em;
    }
    .grid .fly {
        padding: 1rem 1rem 0 1rem;
        margin-top:2em;
        margin-bottom:2em;
    }
    .grid .location-content {
        padding: 1rem 1rem 0 1rem;
        margin-top:2em;
        margin-bottom:2em;
    }
    .grid .company-content {
        padding: 1rem 1rem 0 1rem;
        margin-top:2em;
        margin-bottom:2em;
    }
    .grid .contact-content {
        padding: 1rem 1rem 0 1rem;
        margin-top:2em;
        margin-bottom:2em;
    }
}

@media (min-width: 40rem) {
    .grid .container { padding:0.45rem 0.25em 0.25rem 0.25em;  }
    .grid .fly { padding:0.45rem 0.25em 0.25rem 0.25em;  }
}

.close-flyout {
    padding: 10px;
    position: relative;
    top: -145px;
    left: 0px;
    width: 48px;
    background: url(images/info-red.png) no-repeat;
    height: 48px;
    border:none;
    overflow:hidden;
}
#accordion {
    display:none;
}
#accordion {
    padding-bottom:20px;
    padding-top:0;
    padding-left:5px;
    padding-right:5px;
}

#accordion label {

    background: #1e1e1e !important;
    border-radius: .75em;
    border:2px solid #888888;
    cursor: pointer;
    display: block;
    margin-bottom: .325em;
    padding: .75em 1em;
    z-index: 20;
    color:#FFFFFF;
    color: #bebebe;
    font-weight: bold;
}

#accordion label:hover {
    background: url(images/pattern11.png) repeat;
}

#accordion input:checked + label {
    background: url(images/pattern11.png) repeat;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: white;
    margin-bottom: 0;
}
#accordion article {
    background: none;
    height:0px;
    overflow:hidden;
    z-index:10;
}
#accordion article p {
    padding: 1em;
}
#accordion input:checked article {
}
#accordion input:checked ~ article {
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    height: auto;
    margin-bottom: .125em;
}

/******* CONTACT FORM ********/

/* Basic Grey */
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    padding: 25px 15px 25px 10px;
    font-size: 12px;
    color: #FFFFFF;
}
.basic-grey input {
    display:inline;
}
.basic-grey span {
    background:none;
    border:none;
    padding:0;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    margin: -10px -15px 30px -10px;;
    color: #FFFFFF;
    text-align:center
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: rgba(0,0,0,0.8);
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #FFFFFF;
    height:20px;
    margin-bottom: 5px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 50%;
    float:right;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #222222;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #444444
}
.slide-out-div1 {
     padding: 20px;
    padding-left:45px;
     width: 250px;
    height:425px;
     background: url(images/popup.png);
    background-size:contain;
     border: #29216d 1px solid;
    z-index:999999;
 }

.slide-out-div2 {
    padding: 20px;
    width: 250px;
    height:425px;
    background: url(images/popup.png);
    background-size:contain;
    z-index:9999999;
}
.slide-out-div3 {
    padding: 20px;
    padding-top:0px;
    width: 400px;
    height:225px;
    background: url(images/popup2.png);
    background-size:contain;
    z-index:999999;
}

.slide-out-div1 p , .slide-out-div2 p , .slide-out-div3 p {
    font-size:14px;
    padding-top:125px;
    color:#FFFFFF;
    text-align:left;
}

.slide-out-div3 form .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #FFFFFF;
    height: 30px;
    /* margin-bottom: 16px; */
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 50%;
    font-size: 12px;
    line-height: 15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}



/*update style */
.fixed-nav-bar .menu-items { margin-top: 0; }
.cpu { width: 100%; }
.cpu .tiles .tile-col {  }
.cpu .tiles .tile-col .tile-inner { display: flex; flex-direction: column; justify-content: center; height: 250px; text-align: center; background: url(images/metal-bg.jpg) center center no-repeat; background-size: cover; }
.cpu .tiles .tile-col .tile-inner .normal-icon { width: auto; max-height: 80px; margin: 0 auto; }
.cpu .tiles .tile-col .tile-inner .hover-icon { display: none; max-height: 50px; width: auto; margin: 0 auto; }
.cpu .tiles .tile-col .tile-inner span { text-transform: uppercase; font-size: 16px; font-weight: 600; line-height: 1.3; margin-top: 10px; color: #000; border: none; padding: 0; background: none; }
.cpu .tiles .readmore { display: none; margin-left: auto; color: #fff; text-transform: uppercase; font-size: 15px; font-weight: 600; text-align: right; margin-top: 10px; }
.cpu .tiles .blurb { display: none; }
.cpu .tiles .more-text { display: none; color: #fff; text-align: left; font-size: 15px; line-height: 1.6; font-weight: 400; margin-top: 10px; max-width: 45rem; margin-left: auto; margin-right: auto; }
.cpu .tiles .tile-col .blurb { font-size: 12px; text-align: left; max-width: 864px; margin: 0 auto; color: #ffffff; margin-top: 8px; }
.cpu .tiles .tile-col .more-text p { max-width: 100%; }
.cpu .tiles .tile-col .more-text p > a { font-weight: bold; color: #fff; }
.cpu .tiles .tile-col .more-text .fl-img { width: auto; float: left; margin: 0 10px 10px 0; }
.cpu .tiles .abouttile:not(.showmore),
.cpu .tiles .privacytile:not(.showmore),
.cpu .tiles .contacttile:not(.showmore) { display: none; }
.cpu .tiles .tile-col .popup-page { background: #FF4000; }
.cpu .tiles .privacytile .tile-inner { background: #EF9608; }

@media screen and (min-width: 640px){
  .container.image { height: 800px; }
  .cpu .tiles .tile-col:hover .tile-inner span { color: #fff; font-size: 12px; max-width: 150px; margin-left: auto; margin-right: auto; }
  .cpu .tiles .tile-col:hover .normal-icon { display: none; }
  .cpu .tiles .tile-col:hover .hover-icon { display: inline-block; }
  .cpu .tiles .tile-col:hover .readmore { display: inline-block; }
  .cpu .tiles .tile-col:hover .blurb { display: block; }
  .cpu .tiles .tile-col:hover .managed-offsite span, 
  .cpu .tiles .tile-col:hover .email-hosting span { color: #a3a3a3; }
}
.cpu .tiles .tile-col.showmore { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.cpu .tiles .tile-col.showmore .tile-inner { height: 100%; overflow-y: auto; margin: 0 -10px; justify-content: flex-start; }
.cpu .tiles .tile-col.showmore .tile-inner .normal-icon { display: none; }
.cpu .tiles .tile-col.showmore .tile-inner .hover-icon { display: none; }
.cpu .tiles .tile-col.showmore .tile-inner span { color: #fff; font-size: 35px; margin-bottom: 20px; max-width: 100%; }
.cpu .tiles .tile-col.showmore .more-text { display: block; }
.cpu .tiles .tile-col.showmore .more-text p { margin-bottom: 20px; }
.cpu .tiles .tile-col.showmore .readmore { display: none; }
.cpu .tiles .tile-col .hidemore { display: none; padding: 10px; position: absolute; top: 5px; right: 5px; width: 48px; background: url(images/info-red.png) no-repeat; height: 48px; border: none; background-size: cover; }
.cpu .tiles .tile-col.showmore .blurb { display: none; }
.cpu .tiles .tile-col.showmore .hidemore { display: inline-block; }

.cpu .tiles .tile-col:hover .managed-offsite,
.cpu .tiles .tile-col.showmore .managed-offsite { background: #000; }
.cpu .tiles .tile-col:hover .seo,
.cpu .tiles .tile-col.showmore .seo { background:#FF4000; }
.cpu .tiles .tile-col:hover .web-design,
.cpu .tiles .tile-col.showmore .web-design { background:#EF9608; }
.cpu .tiles .tile-col:hover .voip,
.cpu .tiles .tile-col.showmore .voip { background:#008C00; }
.cpu .tiles .tile-col:hover .cloud-consulting,
.cpu .tiles .tile-col.showmore .cloud-consulting { background:#0036D9; }
.cpu .tiles .tile-col:hover .email-hosting,
.cpu .tiles .tile-col.showmore .email-hosting { background:#222222; }
.cpu .tiles .tile-col:hover .cloud-security,
.cpu .tiles .tile-col.showmore .cloud-security { background:#56117C; }
.cpu .tiles .tile-col:hover .data-center,
.cpu .tiles .tile-col.showmore .data-center { background:#319A31; }
.cpu .tiles .tile-col:hover .custom-data-builds,
.cpu .tiles .tile-col.showmore .custom-data-builds { background:#B20000; }
.cpu .tiles .tile-col:hover .web-hosting,
.cpu .tiles .tile-col.showmore .web-hosting { background:#FF4000; }

#accordion .accbtn { margin-bottom: 15px; }
.cpu .tiles .contacttile .more-text { text-align: center; }
.cpu .tiles .contacttile .more-text p { text-align: left; }
.cpu .cfrom { padding: 0; }
.cpu .cfrom .basic-grey { max-width: 450px; margin-bottom: 0; display: inline-block; width: 100%; }
.cpu .cfrom .basic-grey label { display: inline-block; width: 100%; margin-bottom: 16px; }
.cpu .tiles .tile-col.showmore .tile-inner .cfrom span { margin: 0; font-size: 20px; text-transform: none; }
.cpu .cfrom #message { padding: 10px; height: 100px; resize: none; }
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
  height: 35px; border-radius: 15px; }
.cpu .tiles .tile-col.showmore .cfrom .input { width: 60%; margin: 0; padding: 0 10px; color: #000; font-size: 13px; }
.basic-grey .button { border-radius: 15px; }
.cpu .tiles .contacttile .more-text p.address { font-size: 18px; line-height: 1.6; color: #fff; text-align: center; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}


.footer-container { justify-content: space-between; display: flex; }
.footer-container p { font-size:14px; }
.footer-container li { font-size: 14px; }
.footer-container li:last-child { margin-right: 0; }
.footer-container .menu { margin-right: 0; width: auto; }
.footer-container .menu-items-footer { padding: 0; }
.footer-container .copyright { padding-top: 15px; }

.smartnav { z-index: 100; background: url(images/pattern11.png) repeat; border-top: 2px solid #888888; position: fixed; bottom: 0; left: 0; width: 100%; display: none; }
.smartnav .item { flex-basis: 100%; text-align: center; line-height: 50px; color: #bebebe; font-weight: bold; border-right: 2px solid #888888; }
.smartnav .item:last-child { border-right: none; }

@media screen and (max-width: 800px){
  .sitename { left: 0; right: 0; }
  .cpu { display: inline-block; height: 100%; padding-top: 63px; }
  #accordion { display: block; }
  .column.half { display: none; }
  .column.fourth { width: 50%; }
  .container.image { height: calc(100vh - 120px); position: relative; left: 0; right: 0; margin: 0 auto; overflow-y: scroll; }
  .container.image.noscroll { overflow-y: hidden; }
  footer { position: relative; padding-bottom: 50px; }
  .footer-container { flex-wrap: wrap; text-align: center; }
  .footer-container .copyright { width: 100%; }
  .footer-container .menu { width: 100%; }
  .cpu .tiles .tile-col.showmore .tile-inner { padding-bottom: 50px; }
  .smartnav { display: flex; }
}
@media screen and (max-width: 639px){
  .column.fourth { width: 100%; }
  .cpu .tiles .readmore { display: inline-block; position: absolute; width: 90%; height: 247px; left: 0; right: 0; margin: 0 auto; color: transparent; }
  .cpu .tiles .tile-col:not(.showmore):hover .tile-inner { background: url(images/metal-bg.jpg) center center no-repeat; background-size: cover; }
  .cpu .tiles .tile-col.showmore .tile-inner { padding: 40px;  padding-bottom: 50px; }
  .footer-container li { font-size: 12px; margin-right: 0; }
  .cpu .tiles .tile-col.showmore .more-text { max-width: 100%; } 
  .cpu .tiles .tile-col .more-text .fl-img { max-width: 100%; }
}
@media screen and (max-width: 479px){
  .cpu .tiles .tile-col.showmore .cfrom .input { width: 100%; }
  .cpu .tiles .tile-col.showmore .tile-inner .cfrom span { margin-bottom: 6px; }
  .cpu .cfrom .basic-grey label { margin-bottom: 10px; }
}

.form-submit-row {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}
.form-submit-row h1 {
    color: #fff;
    width: 100%;
    display: flex;
    align-self: flex-end;
    justify-content: center;
}
.form-submit-row a {
    display: flex;
    justify-content:center;
    align-self:flex-start;
    color:#fff;
}