body {
    overflow-x: hidden;
    width: 100%;
}
html {
    overflow-x: hidden;
}

#flexslider_views_slideshow_main_banner_slideshow2-block_1 > div > div > ol {
  display:none !important;
  display:none !important;
}

#main-navigation ul.menu li a {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 17px 5px;
    text-transform: uppercase;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
    color: #385474;
}


#highlighted:before, #highlighted:after{
  display:none !important;
}

.device_code {
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
  font-size: large;
}

/*hide the sub-menu indicators added by superfish*/
span.sf-sub-indicator {
   display: none !important;
}
#main-navigation ul.sf-menu>li>a.menuparent:after {
   display: none !important;
}

/*used to hide a spurious <none> title on all pages*/
#block-system-main h2{
  display:none !important;
}

.easy_social_box.clearfix.horizontal.easy_social_lang_en {
  margin: auto;
  width: 30%;
}

.views-field img {
  max-width: 500px !important;
}

.views-field-field-installer-files {
    vertical-align: middle !important;
}

/*#banner::after {
    content: " - Remember this";
}*/

.views-responsive-grid .views-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;

}
.views-responsive-grid .views-column {
    /* handle top and bottom margins on tryptic */
    /* margin-top: 0px;
    margin-bottom: 130px; */
    text-align: center;
}

.col-md-3 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.relative {
  position: relative;
}

/*hide the default  border in views grid table cells*/
.views-table td, .views-table tr, .views-table tbody {
  border:0;
}

.views-view-grid td {
  text-align: center;
  border:0;
}

/* div.views-field.views-field-field-image{
  height: 100px !important;
} */

#site-name {
  margin-top: 30px !important;
}

#site-name a {
  color: #335da9 !important;
}

body, p, h2 {
  color: #273440 !important;
}

#main.clearfix, #page.clearfix {
  padding-top: 0px !important;
}

.node header {
  padding-bottom: 0px !important;
}

h1, h3 {
  font-family: "aktiv-grotesk-std",sans-serif !important;
  color: #0C2340 !important;
  font-weight: normal !important;
}

/* skip the top margin for h3 in table titles */
td.views-field.views-field-title  h3{
  margin-top: 0 !important;
}

/* change the menu link for login and logout to blue */
li.last a.sf-depth-1 {
  color: #335da9 !important;
}

/*set the quick tabs view image column to 40% to achieve consistent sizing of images regarless of text in first column*/
/* td.views-field.views-field-field-image {
  width: 40%;
} */

/* replace the 'main menu' span with a hamburger image */
#superfish-1-toggle {
  background:url(../images/Hamburger_Menu.png);
  margin-left: 0px;
  margin-top: 12px;
	height: 50px !important;
	width: 50px !important;
  float: right;
  /* display: block !important; */
}
#superfish-1-toggle span {
  opacity: 0.0;
}

/* set the table row background to white for downloads table */
#block-views-downloads-block tr {
  background-color: #ffffff;
}

/*this affects to much - including the admin toolbar and the quick tabs selected/hovered tab name
a {
  color: #273440 !important;
}*/

/*used to correct if a above is used
#toolbar-menu > li > a {
  color: white !important;
}*/


#item-list {
  align-content: center;
}


.main-menu {
  padding-right: 40px !important;
}

#main-navigation a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#quicktabs-container-industry_tabs tr {
  height: 250px;
}

ul.links li a, a.more, input[type="submit"], input[type="reset"], input[type="button"], .checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back, .view-showcases .more-link a {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}

/* .download-button, .form-submit { */
.download-button {

    display: block !important;
    width: 120px !important;
    /* height: 40px !important; */
    background-color: #385474 !important;
    padding: 10px;
    text-align: center;
    border-radius: 8px !important;
    color: #ffffff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: lowercase !important;
    /* font-weight: bold; */
}

.dark-blue-button {
    display: block !important;
    min-width: 120px !important;
    /* height: 40px !important; */
    background-color: #385474 !important;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    /* font-weight: bold; */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.orange-button {
    display: block !important;
    width: 120px !important;
    /* height: 40px !important; */
    background-color: #e57200 !important;
    padding: 10px;
    text-align: center;
    border-radius: 8px !important;
    color: #ffffff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: lowercase !important;
    /* font-weight: bold; */
}

input.form-submit {
    cursor: pointer;
    padding: 4px 17px;
    margin-bottom: 1em;
    margin-right: 1em;
    color: #5a5a5a;
    text-align: center;
    font-weight: normal;
    font-size: 1.077em;
    font-family: "Lucida Grande", Verdana, sans-serif;
    border: 1px solid #e4e4e4;
    border-bottom: 1px solid #b4b4b4;
    border-left-color: #d2d2d2;
    border-right-color: #d2d2d2;
    background: url(images/buttons.png) 0 0 repeat-x;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
}

.block-flex-div {
  display: flex;
}

.href-button {

    display: block !important;
    width: 180px !important;
    /* height: 40px !important; */
    background-color: #385474 !important;
    padding: 10px;
    margin: 10px;
    text-align: center;
    border-radius: 8px !important;
    color: #ffffff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: lowercase !important;
    /* font-weight: bold; */
}

.trynow-button {

    /* display: block !important; */
    width: 120px !important;
    /* height: 40px !important; */
    background-color: #FF671F !important;
    padding: 10px;
    text-align: center;
    border-radius: 8px !important;
    color: #ffffff;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    /* text-transform: lowercase !important; */
    /* font-weight: bold; */
}

.button {
    display: block;
    width: 150px;
    height: 40px;
    background: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #273440;
    font-weight: bold;
}

.block {
    padding-top: 0;
    padding-bottom: 0;
}

#banner{
  height: auto;
  margin-bottom: -200px;
}

#header-inside {
  padding: 15px 0 10px !important;
  position: relative;}

#header-inside-left,  #header-inside-right{
  padding: 0 0 0 0px !important;
  position: relative;}

  #banner-content {
    position: relative;
    z-index: 10;
    top: -350px;
    left: 124px;
  }

#banner-text{
  font-family: "Franklin Gothic Book", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
	font-size: 68px;
  color: white;
  width: 33%;
  word-wrap: normal;
  line-height: 100%;
  margin-bottom: 10px;
}

#highlighted {
  padding: 15px 0 0 !important;
}

#footer-top{
  background-color: #273440 !important;
  color: white;
}

#mbg-footer {
  display: flex;
}
#mbg-footer-left {
  flex: 2; /*grow*/
}

#mbg-footer-right {
  flex: 1; /*grow*/
}

.social-icon {
  margin-left: 10px;
  margin-bottom: 5px;
  height: 35px;
  width: 35px;
}

#block-views-banner-slideshow2-block{
  height: 500px !important;
}

.region-search-area{
  padding-top: 8px;
  width: 100px !important;
}

/*style the mbg mobilemap login module block*/
#mbg-login{
  display: flex;
  margin-left: 5px;
  /*margin-top: 10px;*/
}

#mbg-login-left{
  flex: 1;
  display: block;
  text-align: center;
}

#mbg-login-right{
  flex: 2;
  vertical-align: bottom;
  margin: auto;

}

#login{
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  background: #000;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
  color: #ffffff !important;
}

/*style the button on the login form*/
/* #edit-submit{
    background-color: #000;
    border-radius: 5px;
} */

#user-icon{
  height: 25px;
  width: 25px;
}

.slide-container{
  width: 100%;
  height: auto;
  position: relative;
}

.slides{
  /*position: relative;*/
}

/*apply an opacity fade in/out when opacity is changed by JS*/
.slide-first-fading{
  -webkit-transition: opacity .5s ease-in;
}

/*apply an opacity fade in/out when opacity is changed by JS*/
.slide-fading{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: inherit;
  height: inherit;
  -webkit-transition: opacity 1s ease-in;
}

.slide-img{
  width: 100%;

}

#main-navigation ul.menu li a {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 17px 5px;
    text-transform: uppercase;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
    color: #385474;
}

/* enable boarders on user-generated tables in tips and tricks */
#block-views-tips-and-tricks-block table td {
  border: 1px solid #000000 !important;
}

span.space-3 {
    padding-left: 20px;
}

span.space-4 {
    padding-left: 10px;
}

ul.menu li.toc-leaf h3 {
    padding: 0px 0 0px 25px;
}

body.page-node-136 #book-navigation-136 li.toc-leaf {
    display: none;
}

#top-content-container-full .container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.grey-box {
    height: 100px;
    background: grey;
    width: 100%;
}

.orage-box {
    height: 100px;
    background: #e57200;
    width: 100%;
}

#top-content-inside a {
    color: #00558c !important;
    text-decoration: none;
}

#top-content-container-full .info-body {
    padding-top: 50px;
}

#block-block-36 .col-md-6.left {
    padding-top: 5px;
}

#block-block-36 .left h3 {
    margin: 0 0 5px 0;
    color: #385474 !important;
    font-size: 26px;
}

#block-block-36 .col-sm-12.floaties {
    margin-bottom: 35px;
}

#block-block-36 .col-sm-12.floaties.last {
    margin-bottom: 0;
}

.table-blue-head {
    width: 50%;
    margin: auto;
}

.table-blue-head th {
    background: #385474;
}

.center-header {
    text-align: center;
}

#node-101 h3.center-header {
    color: #385474;
}

table.documentation-table {
    margin: 0 auto;
    width: 75%;
}

.documentation-table td {
    padding: 10px 0;
    text-align: center;
}

table th {
    font-size: 16px;
    text-transform: uppercase;
    border: none !important;
    background: #252525;
    color: #ffffff;
}

table td {
    border: none !important;
}

div#block-views-testimonials-block {
    padding-bottom: 0;
    background: #e57200;
}

#block-views-testimonials-block .views-column {
    background: white;
    padding: 0px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    height: 100%;
}

.white-box {
    background: white;
    height: 20px;
}

.dark-blue-box {
    height: 75px;
    background: #273440;
}

div#block-block-36 {
    padding: 40px 0 0 0;
}

.view-testimonials .views-row.views-row-1.views-row-first {
    margin: 0px 25px;
    padding: 0 20px 0 125px;
}

#block-views-testimonials-block .view-testimonials .views-field-body {
    padding: 25px 0 0 0px;
}

#block-views-testimonials-block .view-testimonials .views-field-body p:after {
    position: absolute;
    font-family: 'PT Serif', Georgia, Times, Times New Roman, Serif;
    content: url(/sites/mbgmobilemap.com/files/QuoteMarkGraphic.png);
    left: -80px;
    top: -70px;
    color: #273440;
    font-style: normal;
    line-height: 1;
    transform: scale(0.6);
}

.view-testimonials .views-field-body {
    padding: 0 0 0 0px;
}

#block-views-testimonials-block h2.title {
    font-size: 54px;
    padding: 0 0px 30px 25px;
    text-transform: capitalize;
}

#block-views-testimonials-block .view-testimonials .views-field-body p {
    font-style: normal;
    padding: 0 0 10px;
    position: relative;
}

.views-field.views-field-field-customer-name {
    font-weight: 700;
}

.views-field.views-field-field-customer-organization {
    padding-bottom: 25px;
}

#block-block-36 .col-md-6.relative.right {
    height: 630px;
}

#block-block-36 .col-md-6.relative.right img.pull-right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: unset;
    max-width: unset;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background: #F2F6F8;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFFEFD;
}

div#block-quicktabs-industry-tabs {
    background: #e9e9e9;
    padding: 15px 0 0;
    position: relative;
    border-top: none;
}

.head-img-wrapper p {
    text-align: center;
}

.esri-silver-partner-page-content {
    width: 70%;
    margin: 0 auto;
}

.text-and-img-blob .col-sm-8 {
    padding: 0;
}

.text-and-img-blob .col-sm-9 {
    padding: 0;
}

.how-mobilemap-created-content {
    width: 60%;
    margin: 0 auto;
}

#footer-top {
    background-color: #dcdcdc;
    padding: 25px 0 0;
    margin-top: -1px;
}

.front div#mid-content {
    background: #e9e9e9;
}

#block-views-testimonials-block .col-sm-4 {
    padding-left: 30px;
    padding-right: 30px;
    height: 50vh;
}

.img-wrapper {
    position: relative;
    color: white;
}

.img-wrapper a {
  color: white !important;
  text-decoration: none;
  position: relative;
}

.img-wrapper h3.img-header {
  position: absolute;
  top: -50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: white !important;
  text-decoration: none;
}

/*
 * Views banding override
 */
div.view-display-id-org_license_device_report table
tr.odd.row-status--Disabled td:not(:first-child){
  background-color: #f99;
}

div.view-display-id-org_license_device_report table
tr.even.row-status--Disabled td:not(:first-child){
  background-color: #fbb;
}

div.view-display-id-org_license_device_report table
tr.odd.row-status--Enabled td:not(:first-child){
  background-color: #9f9;
}

div.view-display-id-org_license_device_report table
tr.even.row-status--Enabled td:not(:first-child){
  background-color: #bfb;
}

div.view-display-id-org_license_device_report table tr.even {
  background-color: #f8f8f8;
}

div.view-display-id-org_license_device_report table tr {
  border-bottom: solid 1px #000;
}

/*media query changes*/
@media screen and (max-width: 1300px) {
  #block-block-36 .col-md-6.relative.right img.pull-right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 95%;
    max-width: unset;
  }
  #block-block-36 .col-md-6.relative.right {
    height: 660px;
  }
}
@media screen and (max-width: 1275px) {
  #block-block-36 .left h3 {
      margin: 0 0 5px 0;
      color: #385474 !important;
      font-size: 21px;
  }

  #block-block-36 .col-sm-12.floaties {
    margin-bottom: 0px;
  }

  #block-block-36 .col-md-6.relative.right img.pull-right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    max-width: 110%;
  }
}

@media screen and (max-width: 1200px) {
  #banner-text{
    font-size: 36px;
  }

  /* set the distance from bottom of image to top of text */
  #banner-content{
        top: -200px;
        left: 100px;
  }

  /* add padding above responsive tryptic */
  #top-content {
    padding: 90px 0 0 !important;
  }

  .documentation-table td {
    padding: 10px 10px;
    text-align: center;
  }
}

@media screen and (max-width: 1065px) {
  #block-block-36 .left p {
      padding: 0;
  }
}

@media (max-width: 991px) {

  #banner-content{
        /* top: -150px; */
        left: 80px;
  }

  #banner-text{
    font-size: 28px;
  }

  /* fix vertical spacing when switching to vertical layout */
  /* .col-md-3 {
    margin-top: 10px;
    margin-bottom: 0px;
  } */

  /* hide the downloads screenshots on smaller devices */
  .views-field-field-screenshot {
    display: none;
  }

  /* #header-inside > div.row {
    display: flex;
  } */

  /* #header-inside > div.row.col-md-8{
    float: right;
  } */

  /* shrink the industry teaser images on phones */
  td.views-field.views-field-field-image img {
    width: 300px;
  }

  #block-block-36 .col-md-6.relative.right {
    height: auto;
  }

  #block-block-36 .col-md-6.relative.right img.pull-right {
    position: relative;
    right: -15px;
    bottom: 0;
    height: auto;
    max-width: 100%;
  }

  .view-testimonials .views-row.views-row-1.views-row-first {
    margin: 0px 25px;
    padding: 0 15px 0 20px;
  }

}


@media screen and (max-width: 800px) {
    #banner-text{
      font-size: 22px;
    }

    #banner-content{
          top: -150px;
          left: 60px;
    }

    /* shrink the industry teaser images on phones */
    td.views-field.views-field-field-image img {
      width: 200px;
    }
  }

@media screen and (max-width: 767px) {
  #logo{
    text-align:left !important;
    float:left !important;
    margin-left: -35px !important;
  }

  #header-inside > div.row {
    display: flex;
  }


  /* hide the industry teaser images on phones */
  td.views-field.views-field-field-image {
    display: none;
  }

  #block-views-testimonials-block .view-testimonials .views-field-body {
    padding: 25px 0 0 0px;
  }

  #block-views-testimonials-block .col-sm-4 {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
  }

  #block-views-testimonials-block .views-column {
    background: white;
    padding: 0px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
    margin: 0 0 20px 0;
  }

  table.documentation-table {
    margin: 0 auto;
    width: 100%;
  }

  table.documentation-table td {
    display: block;
  }

}

@media screen and (max-width: 600px) {
  img#about-mbg-logo {
      display: none;
  }
}

@media screen and (max-width: 400px) {

      #banner-content{
            display: none;
      }


    /* fix vertical spacing when switching to vertical layout */
    .views-responsive-grid .views-row {
      margin-top: 100px;
      margin-bottom: 10px;
    }




    /* fix vertical spacing when switching to vertical layout */
      /* .col-md-3 {
        margin-top: 10px;
        margin-bottom: 0px;
      } */

      .social {
        height: auto;
        width: 45px;
      }

      .footer-logo {
        display: none;
      }

}
