/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Body */
body {
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
  transition: all;
  background: #bbb;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bbbbbb+0,ffffff+26,ffffff+75,bbbbbb+100 */
  /* Old browsers */
  background: -moz-linear-gradient(left, #bbb 0%, white 26%, white 75%, #bbb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #bbb 0%, white 26%, white 75%, #bbb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bbb 0%, white 26%, white 75%, #bbb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bbbbbb", endColorstr="#bbbbbb",GradientType=1);
  /* IE6-9 */
  font-size: 1.25rem;
}
div[itemprop="blogPost"] {
  clear: both;
  border-bottom: 1px solid #eeeeee;
}
div[itemprop="blogPost"] .item-image {
  margin-top: 100px;
}
div[itemprop="blogPost"] .item-image img {
  max-height: 400px;
}
.g-container {
  width: auto;
  max-width: 80%;
}
#g-header .g-container {
  max-width: 100%;
}
#g-navigation .g-container {
  max-width: 95%;
}
#g-main {
  /*border-top: 3px solid #d42428;*/
  border-bottom: 3px solid #d42428;
  position: relative;
}
body.home #g-main {
  border-top: 3px solid #d42428;
}
#g-header {
  z-index: 3000;
  position: relative;
}
#g-header .g-container, #g-header .g-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
body.home #g-main .g-container {
  background: none;
  margin-top: 0;
  z-index: 5000;
}
#g-header .g-container, #g-header .g-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
.sprocket-features-img-container {
  max-height: 400px;
  z-index: 3000;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.sprocket-features {
  border-top: 3px solid #d42428;
  z-index: 3000;
}
#g-page-surround {
  background: none;
}
body.home #g-main .g-container {
  width: 100%;
}
body.home #g-main .g-content {
  margin: 0;
  padding: 0;
}
.wrapper {
  display: flex;
  margin: 0;
  width: 100%;
}
/* Container */
.container {
  width: auto;
  margin: 0 auto;
  height: 1000px;
}
#feature {
  text-align: center;
}
.container #feature h1 {
  font-size: 3rem;
}
.select-mode {
  margin: 0 auto;
  width: auto;
  display: block;
  font-size: 2.5rem;
  text-align: center;
  opacity: 0;
  animation: select-slide 0.5s 1 ease-in 3s normal forwards;
}
/* Navigation */
.logo {
  color: #fff;
  font-weight: bold;
  text-align: undefined;
  width: 10%;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  letter-spacing: 4px;
}
0nav {
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 25px;
}
header nav ul {
  list-style: none;
  float: right;
}
0navul li {
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s linear;
}
#g-navigation ul li a {
  color: #717070;
  text-decoration: none;
  line-height: 2rem;
}
#g-navigation ul li:hover a {
  color: #FFF;
}
.thumbnail ul {
  padding: 0;
  margin: 1rem auto 1rem 22px;
}
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 4px;
}
/* Hero Section */
.hero {
  background-color: #B3B3B3;
  padding-top: 150px;
  padding-bottom: 150px;
}
.light {
  font-weight: bold;
  color: #717070;
}
.tagline {
  text-align: center;
  color: #FFFFFF;
  margin-top: 120px;
  font-weight: lighter;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* About Section */
.text_column {
  width: 29%;
  text-align: justify;
  font-weight: lighter;
  line-height: 25px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #A3A3A3;
}
.about {
  padding: 10px 0;
  display: flex;
  margin: 0;
  flex-flow: row wrap;
  position: relative;
  opacity: 0;
  transition: scale 1s ease-in 1s;
  animation: about 1.5s 1 ease-in 1.5s normal forwards;
}
/*.icons {
	background:red;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	animation: icon-slide 3s 1 ease-in 5s normal forwards;
}*/
.icon {
  margin: auto;
  height: 250px;
  width: 250px;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  opacity: 0;
  animation: icon-slide 3s 1 ease-in 2s normal forwards;
  /* Hide the text. */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icon:hover {
  background-size: 100%;
}
.icon-mpa {
  background-image: url('../../../../images/frontpage/icons/ship/Ship_BW.gif');
}
.icon-mta {
  background-image: url('../../../../images/frontpage/icons/bus/Bus_BW.gif');
}
.icon-maa {
  background-image: url('../../../../images/frontpage/icons/plane/Plane_BW.gif');
}
.icon-mdta {
  background-image: url('../../../../images/frontpage/icons/ezpass/EZPass_BW.gif');
}
.icon-sha {
  background-image: url('../../../../images/frontpage/icons/road/Road_BW.gif');
  background-size: 70%;
}
.icon-mva {
  background-image: url('../../../../images/frontpage/icons/car/Car_BW.gif');
}
.icon-mpa:hover {
  background-image: url('../../../../images/frontpage/icons/ship/Ship_RGB.gif');
}
.icon-mta:hover {
  background-image: url('../../../../images/frontpage/icons/bus/Bus_RGB.gif');
}
.icon-maa:hover {
  background-image: url('../../../../images/frontpage/icons/plane/Plane_RGB.gif');
}
.icon-mdta:hover {
  background-image: url('../../../../images/frontpage/icons/ezpass/EZPass_RGB.gif');
}
.icon-sha:hover {
  background-image: url('../../../../images/frontpage/icons/road/Road_RGB.gif');
  background-size: 90%;
}
.icon-mva:hover {
  background-image: url('../../../../images/frontpage/icons/car/Car_RGB.gif');
}
.icon-mpa:before {
  content: "";
  background-image: url('../../../../images/frontpage/icons/ship/Ship_RGB.gif');
  width: 0;
  height: 0;
  display: none;
}
.icon-mta:before {
  background-image: url('../../../../images/frontpage/icons/bus/Bus_RGB.gif');
  content: "";
  width: 0;
  height: 0;
  display: none;
}
.icon-maa:before {
  content: "";
  background-image: url('../../../../images/frontpage/icons/plane/Plane_RGB.gif');
  width: 0;
  height: 0;
  display: none;
}
.icon-mdta:before {
  content: "";
  background-image: url('../../../../images/frontpage/icons/ezpass/EZPass_RGB.gif');
  width: 0;
  height: 0;
  display: none;
}
.icon-sha:before {
  content: "";
  background-image: url('../../../../images/frontpage/icons/road/Road_RGB.gif');
  width: 0;
  height: 0;
  display: none;
}
.icon-mva::before {
  content: "";
  background-image: url('../../../../images/frontpage/icons/car/Car_RGB.gif');
  width: 0;
  height: 0;
  display: none;
}
/* Stats Gallery */
.stats {
  color: #717070;
  margin-bottom: 5px;
}
.gallery {
  clear: both;
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
  /* [disabled]min-width: 400px;
*/
  padding-bottom: 35px;
  padding-top: 0px;
  margin: 0px auto 40px;
  border-bottom: 3px solid #ffb533;
  border-top: 3px solid #ffb533;
}
.thumbnail {
  width: 25%;
  text-align: left;
  float: left;
  margin-top: 35px;
}
.thumbnail ul li {
  text-align: left;
}
.thumb-icon {
  margin: 50px;
  max-width: 50%;
  text-align: center;
}
.gallery .thumbnail h4 {
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #d42428;
}
.gallery .thumbnail p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #A3A3A3;
}
/* Parallax Section */
.banner {
  background-color: #2D9AB7;
  background-image: url('../../../../images/template/parallax.png');
  height: 400px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
.parallax {
  color: #FFFFFF;
  text-align: right;
  padding-right: 100px;
  padding-top: 110px;
  letter-spacing: 2px;
  margin-top: 0px;
}
.parallax_description {
  color: #FFFFFF;
  text-align: right;
  padding-right: 100px;
  width: 30%;
  float: right;
  font-weight: lighter;
  line-height: 23px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
/* More info */
footer {
  padding-bottom: 35px;
}
.footer_column {
  width: 50%;
  text-align: center;
  padding-top: 30px;
  float: left;
}
footer .footer_column h3 {
  color: #B3B3B3;
  text-align: center;
}
footer .footer_column p {
  color: #717070;
  background-color: #FFFFFF;
}
.cards {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 200px;
}
footer .footer_column p {
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  line-height: 25px;
  font-weight: lighter;
  margin-left: 20px;
  margin-right: 20px;
}
.button {
  width: 200px;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s linear;
}
.button:hover {
  background-color: #f7a801;
  color: #FFFFFF;
  cursor: pointer;
}
.copyright {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #717070;
  color: #FFFFFF;
  text-transform: none;
  font-weight: lighter;
  letter-spacing: 2px;
  border-top-width: 2px;
  display: none;
}
.footer_banner {
  background-color: #B3B3B3;
  padding-top: 60px;
  padding-bottom: 60PX;
  margin-bottom: 0px;
  background-image: url('../../../../images/template/pattern.png');
  background-repeat: repeat;
  display: none;
}
.hidden {
  display: none;
}
.mva-services, .mpa-services, .mta-services, .maa-services, .mdta-services, .sha-services {
  background: #d42428;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  flex-flow: row wrap;
  justify-content: space-around;
  opacity: 1;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  align-self: flex-end;
  position: absolute;
  width: 100%;
  margin: 0;
  bottom: -87px;
  left: 0;
  transform: scaleY(0);
  transform-origin: center top;
}
.service {
  flex: none;
  color: #FFF;
  font-size: 1.25rem;
}
.icon-mpa:hover ~ .mpa-services, .icon-mta:hover ~ .mta-services, .icon-mva:hover ~ .mva-services, .icon-sha:hover ~ .sha-services, .icon-mdta:hover ~ .mdta-services, .icon-maa:hover ~ .maa-services {
  opacity: 1;
  transform: scaleY(1);
}
.masthead-wrap {
  background-image: url('../../../../images/template/white_blur.png');
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: contain;
}
.masthead {
  max-width: 25%;
  margin: 2.5rem;
  text-align: center;
  opacity: 0;
  animation: masthead-slide 2s 1 ease-in 0s normal forwards;
  text-align: center;
  min-width: 250px;
}
body.home .masthead {
  max-width: 1000px;
  margin: 5rem;
}
.fsb-slider, .fsb-slider:after {
  margin: 0;
  padding: 0;
  z-index: -1 !important;
}
#g-footer {
  font-size: 0.85rem;
}
#g-footer .g-container {
  padding: 3rem 0;
}
#g-footer .g-block:last-child {
  text-align: right;
}
#g-footer .g-block:first-child {
  text-align: left;
}
#g-footer p {
  margin: 0 0 24px;
}
.copyright-footer {
  padding: 1rem 0;
}
.copyright-footer .g-content {
  padding: 1.2rem 0.938rem;
}
#g-footer .g-content {
  padding: 0;
  margin: 0;
}
#g-footer .g-title {
  margin: 0;
}
.switcher {
  float: right;
}
#g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0.25rem;
}
a:hover {
  color: #b21e28;
  text-decoration: underline;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2rem;
  color: #b21e28;
}
.links-block {
  border-bottom: 1px solid #444;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.links-block:last-child {
  border-bottom: none;
}
h4 {
  font-size: 1.25rem;
  color: #3D0001;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 40px 0 0;
}
.links-block h4 {
  margin-top: 0;
  font-size: 1.75rem;
}
.indent {
  margin-left: 30px;
}
0body.mpa #g-main h2 {
  color: #000000;
  display: block;
  width: 100%;
  padding: 0;
  -moz-box-sizing: border-box;
  -ie-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 350px 0 60px;
}
body.mpa .g-content {
  margin-top: 0;
  padding-top: 0;
}
body.mpa #g-main .page-header {
  display: block;
  width: 100%;
  height: 40%;
  max-height: 300px;
  background: rgba(0, 0, 0, 0);
  background-image: url('../../agencies/mpa/Port_of_Baltimore.jpg');
  background-origin: center center;
  background-size: cover;
  color: #FFFFFF;
  position: relative;
  top: 0;
  left: 0;
}
.item-page {
  position: relative;
}
h3 {
  margin: 2.75rem 0 1.5rem 0;
}
ul#jj_sl_navigation li {
  right: -130px;
}
body.home .tagline blockquote {
  border: none;
}
body.home .tagline blockquote p {
  margin-top: 30px;
  font-size: 2.75rem;
  font-style: italic;
}
#footer-branding {
  margin-top: 1.2rem;
  display: flex;
  flex-flow: row wrap;
  align-items: top;
  margin: 20px 0 0;
}
#g-footer .governor .g-content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
}
#g-footer .gov-block {
  margin: 0 10px;
  padding: 0;
  text-align: center;
  display: block;
}
#g-footer .gov-block:first-child, #g-footer .gov-block:last-child {
  position: relative;
  top: 15px;
}
.chrono_credits {
  visibility: hidden;
  display: none;
}
.disclaimer {
  font-size: 0.5rem;
  font-style: italic;
}
.note {
  font-style: italic;
}
.btn {
  font-size: 100%;
  padding: 1rem 1.5rem;
}
textarea, select[multiple], select[size], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
  height: 2.5rem;
  box-sizing: border-box;
  font-size: 100%;
}
input, select, textarea, .uneditable-input {
  width: 50%;
  min-width: 240px;
}
input[type="radio"] {
  width: auto;
  min-width: unset;
  position: relative;
  top: -3px;
}
.gcore-form-row {
  margin: 0;
  padding: 1.25rem 0;
  clear: both;
  display: block;
  border-bottom: 1px solid #ebebeb;
}
.gcore-form-row:last-child {
  border-bottom: none;
}
.gcore-line-td {
  display: block;
  overflow: visible;
}
.gcore-label-left {
  min-width: 150px !important;
  width: 100% !important;
  max-width: 860px !important;
  display: inline-block;
  white-space: normal;
  float: none !important;
  padding: 1px;
  padding-right: 1.5rem !important;
  font-weight: bold;
}
.gcore-radio-item {
  width: auto;
  display: inline-block;
  margin-right: 1rem;
}
.gcore-radio-item .gcore-label {
  width: auto;
  display: inline-block;
}
.gcore-sub-label {
  font-size: 0.85rem;
  font-style: italic;
}
/* Mobile */
@media (max-width: 320px) {
  #g-footer .g-block:first-child, #g-footer .g-block:last-child {
    text-align: center;
  }
  #footer-branding {
    justify-content: center;
  }
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    display: none;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .text_column {
    width: 100%;
    text-align: justify;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 90%;
    margin-top: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 12px;
    float: none;
    text-align: center;
  }
  .banner {
    background-color: #2D9AB7;
    background-image: none;
  }
  .tagline {
    margin-top: 20px;
    line-height: 22px;
  }
  .hero_header {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
    text-align: center;
  }
}
/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
  #footer-branding {
    justify-content: center;
  }
  #g-footer .g-block:first-child, #g-footer .g-block:last-child {
    text-align: center;
  }
  .switcher {
    float: none;
    margin: 0 auto;
  }
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #043745;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    overflow: auto;
    display: inline-block;
    background: #52bad5;
  }
  header nav ul {
    padding: 0px;
    float: none;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .text_column {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbnail {
    width: 100%;
  }
  .footer_column {
    width: 100%;
    margin-top: 0px;
  }
  .parallax {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 40%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 18px;
  }
  .parallax_description {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 30%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
  .thumbnail {
    width: 50%;
  }
  .parallax {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-top: 20%;
  }
  .parallax_description {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    padding-top: 30px;
  }
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_column {
    width: 100%;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  .text_column {
    width: 100%;
  }
  .thumbnail {
    width: 50%;
  }
  .text_column {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .banner {
    margin-top: 0px;
    padding-top: 0px;
  }
}
/* CUSTOM BELOW */
@keyframes icon-slide {
  0% {
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes masthead-slide {
  0% {
    -webkit-transform: translateY(-300px);
    transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes select-slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes about {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}
/*# sourceMappingURL=custom_9.css.map */