body{
  padding:0;
  margin:0;
  font-size: 1em;
  color: #222;
  font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}
a.skip-main {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
	
}


a.skip-main:focus, a.skip-main:active {
    position: static !important;
    overflow: visible;
    clip: auto;
    width: auto;
	font-size: 1.25em;
	line-height: 2.85em;
    height: 50px;
	padding: 10px;
}

/*a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#333;
    opacity:0.8;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    z-index:999;
} */


@media screen and (max-width: 360px) {
  h1 {
        font-size: 1.5em;

  }
  .hero h1{
    padding-left: 10px;
  }
  .hr1{
    display: block;
    margin: 0 auto;
  }
  h2 {
        font-size: 1.4em;
    }
  .hero p {
        font-size:0.85em;
    }

  .hero .update{
      font-size: 0.65em;
    }
    .largetext{
      color: #fff;
    }
    /*button{
      display:block;
      margin:0.4em auto;
     }*/


}
@media (max-width:768px){
	.IRPAlogo{
	display:none;
	}
	.UMDIRPAlogo
	{
	width: 75%;
	height: auto;
	}
}

@media (max-width:629px){
  .centered p{
        font-size:1em;
          color: #fff;
    }

}

@media (min-width: 630px){

  .centered p{
    font-size:1.1em;
      color: #fff;
  }
  .container{
    padding-top:2%;
    padding-bottom:2%;
  }
}
@media (min-width: 769px){
 .UMDIRPAlogo
  {
    width: 40%;
    height: auto;
  }  
  .IRPAlogo{
    width: 10%;
    height: auto;
    float: right;
  }
}
@media screen and (min-width: 361px) {
  h1 {
        font-size: 2em;

  }
  .hero h1{
    padding-left: 10px;
  }
  .hr1{
    display: block;
    margin: 0 auto;
  }
 h2 {
        font-size: 1.8em;
    }
  .hero p {
        font-size:1.1em;
    }

  .hero .update{
      font-size: 0.8em;
    }
    .largetext{
      color: #fff;
      font-size: 1.2em;
    }
    /*button{
      display:block;
      margin:0.4em auto;
     }*/

    #scrolldown{
      width:10%;
      height:10%;
    }


  }.dropdown-submenu {
  position: relative;
}

.dropdown-menu > li > a{
	min-height: 44px;
	line-height: 2em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

multi-level {
    left: 100%;
    top: 0;
}

/*li:hover > ul {
    display: block;
}*/

.hero{
  max-width: 100%;
}

h1, h2, h3, h4, h5, p{
   font-family: 'Source Sans Pro', Arial, Helvetica, Verdana, sans-serif;
}

#navbar1{
  background-color: white !important;
	padding-top: 25px;
}
#navbar2{
  background-color: white !important;
  border-bottom: 1px #ebebeb solid;
  z-index: 1000;
}





i{
  opacity: 0.7;
  padding-left:10px;
}
.hero {
    background-image: linear-gradient(rgba(0, 0, 0, .67),rgba(0, 0, 0, 0.80)), url("../images/mitchell-2019.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;

  /* Sizing */
      width: 100%;
      height: auto;

  /* Flexbox stuff */
      display: block;
      align-items: center;
  /*  padding-left: 7%;
      padding-right: 7%;
      padding-top: 3%;
      padding-bottom: 3%; */

  /* Text styles */
      text-align:left;

}
.yellow{
    color: #FFD520;

}
.white{
  color: #ffffff;
  /*font-weight: bold;*/
}
.hero h1 {
      /* Text styles */
      /*font-size: 3vw;*/

      /* Margins */

      margin-bottom: 0.5rem;
  }
  .hero h2 {
      /* Text styles */
      color: #ffffff;
      font-size: 2em;
	  font-weight: bold;

      /* Margins */
      margin-top: 0;
      margin-bottom: 0.5rem;
  }
  .hero p {
      /* Text styles */
      color: #ffffff;
      /*font-size:1.25vw;*/

      /* Margins */
      margin-top: 0;
      margin-bottom: 0.5rem;
  }
  .hero .update{
    color: #ffffff;
    opacity: 0.7;
/*    font-size: 1vw;*/
  }

.hr1{
  border: 0;
  clear:both;
  width: 90vw;
  color:#FFD520;
  background-color:#FFD520;
  height: 3px;
  text-align:left;
  margin: 0 auto 0 0;
}
.hr2{
  height:2px;
  border: 0;
  color:#fff;
  background-color:#fff;
  width:15px;
  text-align:left;
  margin: 30% auto 0 0;
  clear: both;
  display: block;
}

#hero{
  padding: 4em;
}
/**
.scrolldown a:hover {
  opacity: .5;
}
**/

.nav-pills .cc{
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  }

.nav-pills .cc.active,

.nav-pills .show>.cc{
  color:#333;
  background-color:#f0f0f0;
  font-weight: bold;
}

footer{
  background-color: #222;
  min-width:100%;
  max-width:100%;
  height: auto;
}
.footer_header{
  color: #FFD520;
  font-size: 1em;
}
h6{
	color:#ffd520;
}
.addresshead{
  color: #b6b6b6;
  font-size: 1em;
  opacity: 1;
}
.address{
  color: #b6b6b6;
  opacity: 1;
  font-size: 0.85em;
}
footer li{
	font-size:0.85em;
	padding:5px 1px;
}
footer a{
  color: #fff;
  opacity: 0.8;
}
footer a:hover{
    color: #fff;
    opacity: 1;
    text-decoration: underline;
}
/*.footertext{
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}*/


/*#marylandflag{
    background-image: linear-gradient(rgba(0,0,0, 0.9),rgba(0,0,0, 0.9));
    opacity: 0.5;
}*/

.centered {
  width:70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.btn{
    border-radius: 0px;
	background-color:#444;
	min-height:44px;
	min-width:44px;
	padding: 12px;
}


.commondestination{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;

}
.row1{
  height: 350px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.row1 .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.95),rgba(0, 0, 0, .95)), url("../images/mdflag-tiled2.png");
  opacity:0.65;
}
.row2{
  background-color: #ffd520;
  height: 150px;
  position: relative;

}
#commondestination2{
  margin:5%;
}

.hover-content {
    display:none;
}
.parent:hover .hover-content {
    display: inline-block;
}
.slide-link {
  color: #190cab;
  float: left;
  padding: 12px 1px 0px 1px;
  margin-bottom: 20px;
  line-height: 2em;
  position: relative;
}
/* line 786, ../sass/_base.scss */
.slide-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #190cab;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/* line 803, ../sass/_base.scss */
.slide-link:hover {
  color: #190cab;
  text-decoration: none;
}

/* line 806, ../sass/_base.scss */
.slide-link:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

.pfeil {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin: 0 0 0 -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: rgb(255,213,32) transparent transparent transparent;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

/* ALERTS */
.alert {
  padding: 15px;
  /*margin-bottom: 20px;*/
	margin:20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}


.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #EAF2F8  ; /*change color of links in drop down here*/
}

.nav > li > a,
.nav > li > a {
   	color:#333;
	min-height: 44px;
	min-width: 44px;
}


.nav > li > a:hover,
.nav > li > a:focus {
   	color:#000;
	text-decoration: none;
    background-color: #EAF2F8  ; /*Change rollover cell color here*/
}