body {
  background: #fff;
  color: #000000;
}
:focus {
  outline: none;
}
em, i{
  font-family: 'Roboto', sans-serif;
  font-style: italic;
}
body, h3.hours, .address,  .stat span{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1, h2, h3, h4, .stat{
  color: #000;
  font-family: 'Mukta', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
  line-height: 3rem;
}
h2 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 10px;
}
.pricing h3 {
    font-size: 20px;
    line-height: 1.5rem;
    margin-bottom: 0px;
    text-transform: uppercase;
}
h3{
  font-size: 1.75rem;
}
h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}
a {
  color: #009DE1;
  -webkit-transition: background-color .1s ease-out,color .1s ease-out;
    transition: background-color .1s ease-out,color .1s ease-out;
    border-bottom: 1px dotted #009DE1;
}
a:hover, a:focus {
  color: #008ee1;
  border-bottom: 1px dotted #008ee1;
}
p {
  line-height: 28px;
}
hr{
  border-bottom: 1px solid #efefef;
}
hr.dotted{
  border-style: dotted;
}
hr.dashed{
  border-style: dashed;
}
.grid-container{
  padding-right: 20px;
  padding-left: 20px;
}
.subheader {
  margin-bottom: 3rem;
  color: #fff;
}
.short-line {
  width: 50px;
  padding: 2px 0;
  background: #009DE1;
  margin-top: 15px;
  margin-bottom: 15px;
}
.short-line.thick {
  padding: 2px 0;
}
.short-line.white {
  background: #fff;
}
.short-line.center {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}
.gallery, .services {
  padding-top: 1rem;
}
.grey{
  color: #bbb;
}
.thumbnail {
  border: none;
  box-shadow: none;
}
.thumbnail.frame{
  padding: 9px;
  border: solid 1px #2e1e10;
}
.lead {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
}
.block {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.shade {
  padding: 1rem;
  background: #f9f9f9;
}
.block.case-study {
  margin-bottom: .75rem;
}
.industry .block {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.block.shade.pricing {
    padding: 3rem 0 5rem;
    margin-top: 0;
}
.inside-page .hero-section {
    min-height: 300px;
}
.menu {
  padding: 1rem 0 0 0;
}
.stat span {
  font-size: 1rem;
}
.stat {
    font-size: 2.25rem;
}
.small-only-text-center{
  text-align: center;
}
.small-only-text-left {
  text-align: left;
}
li.item {
  margin-bottom: 1.5rem;
}
.button, .button.hollow {
  text-transform: uppercase;
  margin-top: .5rem;
}
.button {
  background-color: #009DE1;
  font-family: 'Mukta', sans-serif;
  letter-spacing: 2px;
  padding: 18px 26px;
  font-size: 15px;
  border-bottom: none;
  font-weight: 700;
  border-radius: 5px;
}
.button:focus, .button:hover {
  background-color: #008ee1;
  color: #fff;
  border-bottom: none;
}
.button.hollow {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.button.hollow:focus, .button.hollow:hover {
  border-color: #000;
  color: #fff;
  background-color: #000;
}
.white.button {
    background: white;
    border: 1px solid #fff;
    color: #009DE1;
    letter-spacing: 1px;
}
.white.button:focus, .white.button:hover{
  background: #009DE1;
  color: #fff;
  border-color: #fff;
}
.media-object .lead {
  margin: 0;
}
.callout {
  border: none;
  position: relative;
  margin:0;
}
.callout.large {
  padding: 2rem 1.6rem;
}
.callout.primary {
  background-color: #000;
  color: #0a0a0a;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
}
.callout.large.basic .grid-container {
    max-width: 100%;
}
.social {
  margin-top: 1.5rem;
  text-align: center;
}
.social i{
  font-size: 24px !important;
  color: #fff;
}
.social i.fa-phone {
    font-size: 20px !important;
}
.social-icons {
  margin-bottom: 10px;
}
.fa-twitter {
    padding-right: 0px;
    padding-left: 0;
}
.callout.primary.cta {
  background: #009DE1;
}
.cta h4, .cta-text h4 {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    text-transform: none;
    margin-bottom: 20px;
}
.cta .button {
    color: #000;
    font-size: 16px;
}
footer {
  padding: 0 0 2rem 0;
}
footer h3{
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: .01rem;
}
footer .store {
    margin-bottom: 50px;
    text-align: left;
    margin-top: 20px;
}
footer .store img {
    width: 160px;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
}
footer .store p {
    margin-bottom: 5px;
}
footer hr {
    border-bottom: 1px solid #383838;
    max-width: none;
}
.fa {
  font-size: 20px !important;
  -webkit-transition: background-color .1s ease-out,color .1s ease-out;
    transition: background-color .1s ease-out,color .1s ease-out;
}
footer .fa:hover, footer .fa:focus {
  color: #fff;
}

.callout.large {
  padding: 2rem .5rem;
}
footer a, footer a:hover, footer a:focus{
  color: #fff;
  border-bottom: none;
}
footer .nav a {
    padding-right: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Mukta', sans-serif;
    font-weight: 700;
}
 .nav .address {
  color:#fff;
}
footer .nav .address a{
    padding-right:0
}
.callout.secondary {
  background-color: #000;
  color: #fff;
}

footer .button:focus, footer .button:hover{
  background-color: #0d97e4;
}
.no-js .top-bar {
  display: none;
}
.orbit-caption {
  padding: 2rem 18rem;
  color: #fff;
}
.hero-section {
  background-color: #ebeff2;
  padding:3rem 1rem;
}
.hero-section-text {
  color: #000;
  text-align:center;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.48);
}
.callout.cta-image {
  background: url("https://images.pexels.com/photos/158148/ruhl-house-home-galveston-texas-158148.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260") 50% no-repeat;
  background-size: cover;
  height: 50vh;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  background-position: bottom;
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 100;
}
.button.totop, .button.totop:focus {
  background-color: #fff;
  transition: background-color .1s ease-out , color .1s ease-out;
  width: 56px;
  height: 56px;
  padding: 16px 0 10px 3px;
  border-radius: 50%;
  color: #009de1;
  box-shadow: 2px 2px 5px 0 rgba(0,0,0,.12), 0 6px 5px 0 rgba(0,0,0,.11);
  border: 1px solid #f1f1f1;
}
.button.totop:hover{
  background-color: #009de1;
  color: #fff;
  border: 1px solid #009de1;
}
a.button.totop::after{
  border-bottom:none;
}

.byline {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.32);
    font-size: 12px;
    margin-bottom: 5px;
}
.side-by-side h2 {
    color: #fff;
}
.hero-section.side-by-side {
    padding: 0rem;
    background: #1a3061;
}
.side-by-side .hero-section-text {
    padding: 2rem;
}
.side-by-side .hero-image {
    background: url(https://powerworx.us/images/powerworx-seemore-half.jpg) no-repeat;
    height: 24rem;
    background-size: cover;
    background-position: center;
}
.side-by-side .godigital-hero-image {
    background: url(https://powerworx.us/images/powerworx-godigital.jpg) no-repeat;
    height: 24rem;
    background-size: cover;
    background-position: center;
}
.side-by-side .hero-section-text h1, .side-by-side .hero-section-text .intro{
  color: #fff;
}
.hero-section-text h1{
  font-size: 2.5rem;
  padding-bottom: 10px;
  line-height: 2.75rem;
}
.hero-section-text .intro{
  font-family: 'Roboto', sans-serif;
  color:#4c4c4c;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight:400;
  margin-bottom: 0;
}
.hero-section-text .button{
  margin-top: 10px;
  margin-bottom: 30px;
}
.testimonial-bg {
  background:url(https://powerworx.us/images/powerworx-testimonial.jpg) no-repeat center center;
  position: relative;
  padding: 6rem .5rem 5rem;
  background-size: cover;
}
.testimonials{
  position: relative;
  z-index: 100;
  color:#000;
}
.testimonial-bg p {
    text-transform: uppercase;
    font-size: 18px;
}
.testimonial-bg h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.testimonial-bg p, .testimonial-bg h3 {
    position: relative;
    z-index: 500;
    color: #000;
    font-weight: 400;
}
.testimonial-bg .overlay {
    background: rgba(0, 178, 255, 0.1);
}
.testimonial-bg .words {
    top: 20%;
    width: 100%;
    text-align: center;
    position: initial;
    padding-left: 0;
}
.testimonial-bg .words .short-line {
  padding: 1px 0;
}
.testimonial-bg .name, .testimonial-bg .company, .testimonial-bg .quote {
    position: relative;
    z-index: 500;
}
.testimonial-bg .name, .testimonial-bg .company{
    color: #000;
    font-size: 18px;
}
.testimonial-bg .name {
  margin-top: 20px;
  font-weight: 700;
}
.testimonial-bg .quote {
    color: #009de1;
    font-size: 70px;
    line-height: 20px;
    font-family: 'Mukta', sans-serif
}
.testimonial-bg .company {
    text-transform: uppercase;
}


.lander-testimonial-bg {
  background:url() no-repeat center center;
  position: relative;
  padding: 3rem .5rem 2rem;
  background-size: cover;
}
.lander-testimonials{
  position: relative;
  z-index: 100;
  color:#000;
}
.lander-testimonial-bg p {
    font-size: 18px;
    font-style: italic;
}
.lander-testimonial-bg p, .lander-testimonial-bg h3 {
    position: relative;
    z-index: 500;
    color: #000;
    font-weight: 400;
}
.lander-testimonial-bg .overlay {
    background: rgba(0, 157, 225, 0.08);
}
.lander-testimonial-bg .words {
    top: 20%;
    width: 100%;
    text-align: center;
    position: initial;
    padding-left: 0;
}
.lander-testimonial-bg .words .short-line {
  padding: 1px 0;
}
.lander-testimonial-bg .name, .lander-testimonial-bg .company, .lander-testimonial-bg .quote {
    position: relative;
    z-index: 500;
}
.lander-testimonial-bg .name, .lander-testimonial-bg .company{
    color: #000;
    font-size: 18px;
}
.lander-testimonial-bg .name {
  margin-top: 10px;
  font-weight: 700;
}
.lander-testimonial-bg .quote {
    color: #009de1;
    font-size: 70px;
    line-height: 20px;
    font-family: 'Mukta', sans-serif
}
.lander-testimonial-bg .company {
    text-transform: uppercase;
}


.inspection-pic {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
[type=text], textarea {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: none;
}
[type=text]:focus, textarea:focus {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #f1f1f1;
  box-shadow: 0 0 5px #f1f1f1;
}

/*--MENU--*/
.top-bar{
  padding: 0rem 1rem 2rem 1rem;
}
.top-bar, .top-bar ul {
  font-family: 'Roboto', sans-serif;
  background: #000;
}
li {
    font-size: 1rem;
}
.top-bar a{
  font-weight: 700;
  color: #fff;
  border-bottom: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 20px;
}
.top-bar-title{
  margin: .5rem 1rem .5rem 0;
}
.top-bar .top-bar-title.logo {
  padding: 0;
}
.top-bar .logo {
  padding: 1rem 0 0 0;
}
.desktop-logo{
  width: 220px;
}
.desktop-logo a{
  border-bottom: none;
  color: #081b33;
}
.mobile-logo {
  width: 220px;
}
.mobile-logo a{
  color: #081b33;
}
.title-bar-title {
  margin: auto 0 auto 1.5rem;
}
.title-bar {
  padding: 1rem;
  background: #000;
  color: #fff;
}
.menu-icon {
    right: 1.25rem;
    top: 38px;
    position: absolute;
    width: 23px;
}
.menu a.button {
    margin-top: 0;
    color: #fff;
    border: #fff 1px solid;
    background: #000;
    padding: 25px 20px;
    margin-left: 0;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.menu a.button:hover, .menu a.button:focus {
    background: #009de1;
    border: #009de1 1px solid;
    color: #fff;
}
.menu a.social {
    padding: 10px 10px 0;
    margin: 0;
}
li.social {
    margin-top: 0;
}
li.social a{
    display: inline;
}
.drilldown a.social {
    background: transparent;
    position: relative;
}
.menu a.social i {
    font-size: 24px !important;
}
.menu-icon::after, .menu-icon:hover::after {
  background: #fff;
  -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
}
.is-drilldown li {
    display: block;
    width:100%;
}
.is-drilldown {
    min-height: auto !important;
}
.drilldown a {
    padding: 20px 18px 30px;
    background: #000;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Mukta', sans-serif;
}
ul.menu.drilldown {
    padding: 0;
}
.mobile-logo a {
    color: #000;
    font-weight: 700;
    border-bottom: none;
}
/*tripadvisor*/
#CDSWIDCOE, #CDSRATINGWIDGET218 {
  width: 100% !important;
}
#CDSWIDCOE {
  margin: 0 !important;
}

.mfp-title {
    padding: 1rem 5rem 1rem 1rem;
    line-height: 20px;
}
.media-object {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
}
.industry h2 {
    font-family: 'Mukta', sans-serif;
    color: #000;
    margin-bottom: 0;
    font-size: 24px;
}
.industry p {
  color: #000;
  margin-bottom: 30px;
}
.address {
    font-family: 'Mukta',sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    line-height: 20px;
}
.address .button{
  margin-top:2.5rem;
  margin-bottom:4rem;
}

.address .cell {
  padding-bottom: 2rem;
}
.leaders {
    margin-bottom: 30px;
}
.copyright {
  padding-top: 0;
}
.copyright, .copyright a {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.41);
    margin-top: 0;
    line-height: 20px;
}
.copyright a:focus, .copyright a:hover, .copyright .social i:hover {
    color: #fff;
}
.copyright p {
    margin-bottom: 13px;
    line-height: 15px;
}
.copyright .social i {
    color: rgba(255, 255, 255, 0.41);
}
.industry img {
    width: 110px;
    margin-top: 0;
}
.screen .content-wrapper .content {
    padding-top: 0 !important;
}
.partners img {
    width: 200px;
}
.features li {
    padding-bottom: 10px;
}
.features ul {
  list-style: none;
}
.features ul li::before {
    content: "\2022";
    color: #009de1;
    font-weight: bold;
    display: inline-block;
    width: 14px;
    margin-left: -15px;
    font-size: 15px;
}
.features h4 {
    margin-top: 20px;
    font-size: 18px;
    text-transform: none;
}
.features .fa-stack{
  width: 24px;
}
.fa-check {
    color: #009de1;
}

.fa-check:before, .fa-times:before {
    font-size: 26px;
}
.fa-times {
    color: #bd0d00;
    font-size: 18px !important;
}
.fa-info-circle {
    font-size: 22px !important;
    text-align: left !important;
    color: #4c4c4c;
    top: 0px;
    left: 6px !important;
}
.features .has-tip .fa-stack {
    width: 20px;
}
p.table-subtext {
    font-size: 14px;
}
table {
  box-shadow: 0 0 1rem rgba(0,0,0,.1);
  margin-top: 20px;
}
table thead {
    background: #fff;
    color: #4c4c4c;
}
table tbody, table tfoot, table thead, table tbody tr:nth-child(even), table tbody td,table thead th {
    border: 1px solid #f1f1f1;
}
table tbody tr:nth-child(even){
    background-color: #f7f7f7;
}
table tbody tr td.features {
    width: 40%;
    font-weight: 400;
    font-size: 16px;
    text-transform:uppercase;
}
table tbody tr td.checkmark {
    width: 20%;
    text-align: center;
}
tr.assets td.checkmark {
    color: #1563ca;
}
table thead th {
    font-weight: 700;
    text-align: left;
}
table tbody td, table thead th {
    padding: 12px 10px 12px;
}
table tbody td {
    font-weight: 700;
}
table .button {
    background-color: transparent;
    color: #4c4c4c;
    border-bottom: 1px dotted #aaa;
    padding: 0;
    text-transform: none;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
table .button:focus, table .button:hover {
    background-color: transparent;
    color: #4c4c4c;
    border-bottom: 1px dotted #aaa;
}
table .dropdown-pane {
    padding: 10px 10px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
}
.pricing img.icon {
    width: 50px;
    margin: 10px 0 5px;
}
.pricing-table img {
    width: 160px;
}
.has-tip {
  border-bottom: none;
}
.tooltip {
    background-color: #e6e6e6;
    color: #000;
}
.pricing .multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] a::before, .pricing .multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded="false"] a::before {
  display: none;
}
.pricing .features ul li::before{
  display: none;
}
.pricing ul.multilevel-accordion-menu.vertical.menu li {
    box-shadow: none;
    border-bottom: none;
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}
.pricing ul.multilevel-accordion-menu.vertical.menu a {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.pricing .menu .button, .pricing .menu a {
    padding: 0;
    text-align: left;
}
.pricing .is-accordion-submenu-parent p {
    font-weight: 400;
    color: #474747;
}
.pricing ul.multilevel-accordion-menu.vertical.menu li.sub-item {
    background: transparent;
    border-bottom: none;
    padding: 5px 0px;
    font-size: .8rem;
}
.pricing .is-accordion-submenu-parent p {
    width: 100%;
}
.pricing ul.sublevel.is-active {
padding: 0;
width: 100%;
}
.block.key.features {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}
.key.features ul li::before{
  display: none;
}
.key.features h2 {
    margin-bottom: 20px;
}
ul.multilevel-accordion-menu.vertical.menu a {
    color: #000;
    padding: 20px 10px;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: none;
    line-height: 1.5rem;
}
.multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded="false"] a::before {
    content: "\f078";
    color: #009de1;
}
.multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] a::before {
    content: "\f077";
    color: #009de1;
}
.multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] a::before, .multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded="false"] a::before {
    font-family: FontAwesome;
    margin-right: 0;
    font-size: 1rem;
    top: 20px;
    position: absolute;
    left: 15px;
}
.is-accordion-submenu-parent p {
    float: right;
    width: 90%;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}
.key.features .menu.vertical ul {
    clear: both;
}
.key.features .menu.vertical ul.submenu {
    padding-top: 10px;
}
ul.multilevel-accordion-menu.vertical.menu {
    padding-top: 0;
}
ul.multilevel-accordion-menu.vertical.menu li {
    padding-bottom: 18px;
    list-style: none;
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
}
ul.multilevel-accordion-menu.vertical.menu li.sub-item {
    font-size: 16px;
    padding: 0 34px 0px 43px;
    background: #fff;
    box-shadow: none;
}
.form-label.form-label-top {
    font-size: 16px !important;
}
.intro {
    color: #4c4c4c;
    font-size: 1.25rem;
    line-height: 2rem;
}





/*=========================================== Medium and up ======================================================*/
@media screen and (min-width: 40em) {
.no-js .top-bar {
  display: block;
}
.no-js .title-bar {
  display: none;
}
.small-only-text-center {
  text-align: left;
}
.small-only-text-left {
  text-align: center;
}
.medium-text-right {
    text-align: right;
}
.top-bar {
    padding: 1rem 2rem;
}
.top-bar .logo {
  padding-top: .5rem;
}
.hide-on-load{
  display:none;
}
.dropdown.menu a {
    padding: 16px 17px;
    font-family: 'Mukta',sans-serif;
    font-size: 16px;
}
.menu .button, .menu a {
  padding: .4rem 1rem .7rem 1rem;
}
.menu a.button {
    margin: 0 10px;
    padding: 15px 20px;
}
.menu a.social {
    padding: 10px 0 10px 9px;
    position: relative;
    top: 7px;
}
li.social {
    margin-top: 0;
    padding-top: 0;
}
h1{
  font-size: 60px;
  line-height: 64px;
}
h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
}
.secondary li{
  margin-left: 1rem;
}
.side-by-side .hero-section-text {
    padding: 0rem 2rem;
}
.side-by-side .hero-image {
    height: 60rem;
    background-position: right;
}
.side-by-side .godigital-hero-image {
    height: 60rem;
    background-position: right;
}
.side-by-side .hero-section-text h1 {
    font-size: 2.75rem;
    line-height: 3rem;
}
.side-by-side .intro p {
    font-size: 19px;
}
.side-by-side .button:focus, .side-by-side .button:hover {
    background-color: #fff;
    color: #008ee1;
    border-color: #fff;
}
.hero-section{
  padding:3rem 2rem;
}
.hero-section-text {
  text-align:left;
}
.hero-section-text h1 {
    font-size: 3rem;
    padding-bottom: 10px;
    line-height: 3.5rem;
    color: #000;
    padding-top: 1rem;
}
.hero-section-text .intro {
    margin-bottom: 0;
    color: #4c4c4c;
}
.hero-section-text .button {
    margin-top: 0;
}
.callout.cta-image {
  height: 30vh;
  padding-top: 0;
  background-position: bottom;
}
.menu {
  padding-top: 0;
}
.lead {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin:0 6rem 1rem 6rem;
  font-weight: 400;
}
.block {
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.block.key.features {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
li.item {
  margin-bottom: 0;
}
.social {
  margin-top: 0;
  text-align: left;
  padding-top: 1.75rem;
}
.social i {
    font-size: 24px !important;
    padding-right: 2px;
    padding-left: 8px;
    line-height: 40px;
}
.social i.fa-phone {
    top: -3px;
}
.social-icons {
  margin-top: 0;
}
footer .store {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
footer .store img {
    width: 140px;
}
footer .address{

  text-align: left;
}
.callout.primary {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.callout.large {
  padding: 2rem 10rem;
}
footer .callout.large {
  padding: 5rem 10rem 2rem 10rem;
}
footer .callout.large .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
}
footer .grid-container {
    padding-right: 40px;
    padding-left: 40px;
}
.media-object-section:first-child {
    padding-right: 2rem;
}
.leaders {
    margin-bottom: 0;
}
.industry img {
    width: 120px;
    margin-top: 10px;
}
.cta h4, .cta-text h4 {
    margin-top: 0;
    font-size: 34px;
    line-height: 40px;
    font-family: 'Mukta', sans-serif;
}
.cta .button {
    color: #000;
    font-size: 18px;
}
table tbody tr td.checkmark {
    text-align: center;
}
table tbody td, table thead th {
    padding: 12px 20px 12px;
}
.pricing img.icon {
    width: 100px;
    margin: 10px 0;
}
.pricing h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
}
.pricing ul.multilevel-accordion-menu.vertical.menu li.sub-item {
    font-size: .9rem;
}
.features h2, .features h4 {
    margin-top: 20px;
}
.is-accordion-submenu-parent p {
    width: 95%;
}
ul.multilevel-accordion-menu.vertical.menu li.sub-item {
    padding: 0px 30px 20px 46px;
}
ul.multilevel-accordion-menu.vertical.menu a {
    padding: 20px;
}
.multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] a::before, .multilevel-accordion-menu .is-accordion-submenu-parent[aria-expanded="false"] a::before {
    left: 18px;
}
table tbody tr td.features {
    font-size: 18px;
}
.inspection-pic {
    padding-top: 12rem;
    padding-bottom: 12rem;
}
.testimonial-bg .overlay {
    background: rgba(255, 255, 255, 0.85);
}


}



/*============X-LARGE SCREENS AND BIGGER========== (this is the size of our monitors at full width)*/

@media only screen and (min-width: 90.063em) {
footer.callout.large {
    padding: 2rem 8rem;
}
.top-bar {
    padding: 1rem 5rem;
}
.hero-section {
    padding: 3rem 4.5rem;
}
.hero-section-text{
  padding:2.5rem 0 0 0;
}
.inspection-pic {
    padding-top: 16rem;
    padding-bottom: 16rem;
}
.side-by-side .hero-section-text {
    padding: 0rem 4rem;
}
.side-by-side .hero-section-text img {
    width: 40rem;
}
}






/*===========
============================= STYLES BELOW HERE ARE FOR SPECIFIC SCREEN SIZES ONLY and include a MIN and MAX
=============================
============*/


/*============ 1030-1366px Resolution Laptop ==========*/  
@media only screen   
and (min-width: 64.375em)   
and (max-width: 85.375em)  
{ 
.hero-section-text h1 {
    font-size: 2.75rem;
    line-height: 3rem;
}
footer .grid-container {
    padding-right: 30px;
    padding-left: 30px;
}
}  

/*============Medium Only SCREENS==========*/

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
#topmenu{
  display:none;
}
.callout.large {
  padding: 2rem 2rem;
}
.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: none;
}
.top-bar .logo {
  padding: 0;
}
.hero-section-text h1 {
    font-size: 3rem;
    padding-bottom: 10px;
    line-height: 3.5rem;
    color: #000;
}
.hero-section-text .intro {
    margin-bottom: 20px;
    color: #4c4c4c;
}
.industry.shade {
    padding-left: 0;
    padding-right: 0;
}
footer.callout.large {
    padding: 2rem 0.5rem;
}
.grid-container {
    padding-right: 40px;
    padding-left: 40px;
}
.top-bar .top-bar-right {
    margin-left: auto;
    margin-right: auto;
}
.top-bar ul {
  background: #000;
}
.features .short-line {
    margin-top: 15px;
}



}




/*============IPAD Landscape ==========*/

@media only screen and (min-width: 64em) and (max-width: 90.000em) {
.block {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.shade {
    padding: .25rem 1rem;
}
footer.callout.large {
    padding: 2rem 3rem;
}
.grid-container {
    padding-right: 40px;
    padding-left: 40px;
}
footer .grid-container {
    padding-right: 20px;
    padding-left: 20px;
}


}


/*============XXLarge screens ========== min-width 1921px, xxlarge screens */
@media only screen and (min-width: 120.063em) { 



} 


/* 1280 x 1024*/
@media only screen 
and (min-device-width: 64em) 
and (max-device-width: 80em) 
and (-webkit-min-device-pixel-ratio: 1) {


}


/*============Specific iPad Queries ==========*/
/*iPad 1 & 2 in portrait & landscape*/
@media only screen 
and (min-device-width: 48em) 
and (max-device-width: 60em) 
and (-webkit-min-device-pixel-ratio: 1) {


}

/*iPad 1 & 2 in landscape*/
@media only screen 
and (min-device-width: 48em) 
and (max-device-width: 60em) 
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1)  {

.top-bar {
    padding: 1rem 2rem;
}
.hero-section-text h1 {
    font-size: 3rem;
    padding-bottom: 10px;
    line-height: 3.5rem;
    color: #000;
}
.hero-section-text .intro {
    margin-bottom: 0;
    color: #4c4c4c;
}


}




/*iPad 1 & 2 in portrait*/
@media only screen 
and (min-device-width: 48em) 
and (max-device-width: 60em) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
.hero-section {
    padding: 3rem 2rem;
}
.hero-section-text h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-bottom: 10px;
    color: #000;
}
.hero-section-text .intro {
    margin-bottom: 0;
    color: #4c4c4c;
}
.title-bar {
    padding: 1rem 2rem;
}
.block.key.features {
    margin-top: .5rem;
    margin-bottom: 2rem;
}
.side-by-side .hero-image {
    height: 35rem;
    background-position: center;
}
.side-by-side .godigital-hero-image {
    height: 35rem;
    background-position: center;
}
.side-by-side .hero-section-text {
    padding: 2rem 3rem;
}
}



/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 48em) 
  and (max-device-width: 60em) 
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 48em) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

.top-bar {
    padding: 1rem 2rem;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 48em) 
  and (max-device-width: 60em) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

.hero-section-text h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
}
.top-bar {
    padding: 1rem;
}

}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 60px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

