body {
    margin:0; padding:0; border:0;
}
div#slideshow{
    z-index:5;
}
div#slideshow ul#nav{
    display: none;
    margin-bottom:0px;
    list-style: none;
    position: relative;
    top: 50%;
    z-index:15;

}
.modal {
    display: none;
    /* overflow: auto; */
    /* overflow-y: scroll; */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: hidden;
}
.modal-body {
    position: relative;
    /* padding: 20px; */
	background-color: #fcfcfc;
}
#myModal {
    width: 65%;
    /* padding: 0; */
    /* background-clip: inherit; */
    /* position: absolute; */
    left: 5%;
    top: 5%;
    overflow: hidden;
}
#main-content img, #sidebar-content .field-type-image img {
    max-width: 100%;
    height: auto;
    /* margin-bottom: 10px; */
    border-radius: 10px;
}
div#slideshow ul#nav li#prev{
    
    float:left; margin: 0 0 0 5px;
      /*
     position:absolute;
    top:100px;
    left:500px;
          */
     z-index:15;

}
div#slideshow ul#nav li#next{
    /*
    position:absolute;
    top:100px;
    left:100px;
        */
     z-index:15;

  
    
    float: right; margin: 0 5px 0 0;
        
}
div#slideshow ul#nav li a{
    display: block; 
    
    width: 80px; height: 50px; 
    
    text-indent: -9999px;
}

div#slideshow ul#nav li#prev a {
    background: url(../fwdimg/mobilityhublayersimage/previous.png);
    background-size:48px 48px;
    background-repeat: no-repeat;
}

div#slideshow ul#nav li#next a {
    background: url(../fwdimg/mobilityhublayersimage/next.png);
    background-size:48px 48px;
    background-repeat: no-repeat;
}
div#slideshow ul#slides{
    list-style:none;
}
div#slideshow ul#slides li {
   /*margin: 0 0 20px 0; */
}
.mobhubimage{
    margin:0px;
}

.rcorners {
    border-style:solid;
    padding: 0px 5px 5px 7px;
    border-color: #1e547e;
    border-radius: 20px;
}

.button {
  display: inline-block;
  margin: 0;
  padding: .461em 1.563em .41em;
  color: #fff!important;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  line-height: 1;
  font-size: .9em;
  cursor: pointer;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #1a4064;
  background: #255a8c;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(255, 255, 255, 0.15);
}
.button:active  {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.button.green  {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  border: 1px solid #578824;
  background: #71b02f;
}
.button.green:hover  {
  background: #79bc32;
}


#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 80%;
}

#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1em;
    color: white;
    height: auto;
    border-radius: 4px;
    /*background: #255a8c;*/
    background:rgba(37, 90, 140, 0.70);
}

#sortable li:hover {
    cursor: pointer;
    }

#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

/*.ui-icon-arrowthick-2-n-s {
    background-image: url(http://sdforward.com/fwdimg/arrow-updown-icon.png);
}*/

.arrow {
    background-image: url(http://sdforward.com/fwdimg/arrow-updown-icon.png);
}

h4 {
    color: #1e547e;
    font-family: "Oswald-Regular", Arial, Helvetica CE, Helvetica, Sans-Serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 20px 0;
}