   #global {
      width:100%;
      text-align:center;
    }

    div#cssmenu {
      margin:auto;
      max-width: 1231px;
      z-index:1000;
    }

    .has-sub {
      z-index:1000;
    }

    .menuhighlight {
      background-color:#484f54;
      color:yellow !important;
    }

    .menuselected {
      color:#f3f3f3 !important;
    }
    .awesome {
      display:inline-block;
      padding-right:0px;
      width:25px;
    }

    div#allnav div {
      border-bottom:10px solid white;
      display:none;
    }

    @media only screen and (min-width: 0px) and (max-width: 1200px) {
      #sectioncontainer {
        width: 95%;
        height:calc(100% - 135px);
        overflow:auto;
        min-height:0px;
        text-align:left;
      }

      #headercontainer #bannercontainer {
        background-color: #484f54;
        width:100%;
      }
    }

    div#sectionHeading {
      text-align:left;
      display:block;
      clear: both;
    }

    div.bannerContent {
      border:0px solid yellow;
      width:95%;
      text-align:left;
    }

    .bannerimage {
      width:401px;
      height:54px;
      z-index:30;
      text-align:left;
    }

    #footercontainer {
      border:0px solid green;
      display: block;
      clear: both;
      overflow: hidden;
   }

  div.footerContent {
      margin:auto;
      max-width: 1231px;
    }

