@import "style.1.css";

@media screen and (max-width: 768px) {
	#site-footer .nav-columns {
		margin: 20px 0 0;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	.spaced {
		padding: 40px 0;
	}

	.spotlight p {
		min-height: 0;
	}

	.spotlight,
	.news {
		padding-bottom: 40px;
		margin: 20px auto 0 auto;
		text-align: center;
		float: none;
		display: block;
		max-width: 400px;
		width: 90%;
	}

	#menu-search {
		display: none;
	}

	.overlay {
		padding: 20px 0;
		top: 60px;
		height: calc(100% - 56px);
	}

		.overlay .container {
			overflow: auto;
			height: 100%;
		}

		.overlay .home-link {
			display: none;
		}

		.overlay .close-overlay {
			background: #0055A4;
			top: -60px;
			height: 60px;
			width: 70px;
			line-height: 60px;
			text-align: center;
			display: block;
		}

		.overlay hr {
			display: none;
		}

	#main-nav .service-links {
		margin: 20px 0;
	}

	#main-menu .close-overlay {
		right: 0;
	}

	#main-menu .level1,
	#main-menu .submenu {
		width: 100%;
	}

		#main-menu .level1 a,
		#main-menu .submenu a {
			font-size: 16px;
			display: block;
			padding: 10px 0;
			font-weight: 400;
		}

			#main-menu .level1 a i,
			#main-menu .submenu a i {
				float: right;
				color: #00203e;
			}

	#main-menu .level1 {
		position: static;
	}

		#main-menu .level1 > li > a {
			font-size: 16px;
			position: static;
		}

	#main-menu .submenu {
		background: #0055A4;
		left: calc(100% + 15px);
		display: block;
		opacity: 1;
		visibility: visible;
		min-height: 100%;
		height: 100%;
		padding: 30px 15px 0;
		-webkit-transition: left 0.25s linear;
		-moz-transition: left 0.25s linear;
		-ms-transition: left 0.25s linear;
		-o-transition: left 0.25s linear;
		transition: left 0.25s linear;
	}

		#main-menu .submenu .menu-handle {
			display: block;
			font-weight: 500;
		}

			#main-menu .submenu .menu-handle i {
				color: #fff;
				float: left;
				margin: 0 20px 0 0;
			}

		#main-menu .submenu.open {
			left: 0;
			overflow-y: auto;
			overflow-x: hidden;
			-webkit-transition: left 0.25s linear;
			-moz-transition: left 0.25s linear;
			-ms-transition: left 0.25s linear;
			-o-transition: left 0.25s linear;
			transition: left 0.25s linear;
		}

		#main-menu .submenu.shift {
			margin: 0;
		}

			#main-menu .submenu.shift > li > a {
				opacity: 1;
				pointer-events: auto;
			}

	#main-menu li {
		border-bottom: 1px solid #00203e;
	}

	#tools .close-overlay {
		right: 70px;
	}

	#site-head nav {
		margin: 0;
	}

		#site-head nav #head-search {
			right: 70px;
			width: calc(100% - 70px);
		}

		#site-head nav #close-search {
			width: 70px;
		}

			#site-head nav #close-search:before {
				display: block;
			}

		#site-head nav .menu-link {
			z-index: 0;
		}

		#site-head nav .hamburger-icon {
			margin: 0 10px;
			z-index: 0;
		}

	#site-head #close-search:before {
		display: inline-block;
	}

	.slider .container {
		padding: 0 20px;
	}

	.sub-page-brief {
		text-align: center;
	}

		.sub-page-brief .icon {
			max-width: 100px;
			width: 100%;
			margin: 0 auto;
			display: block;
		}

		.sub-page-brief .action {
			width: 100%;
			display: block;
		}

		.sub-page-brief .description {
			margin: 0 0 20px;
			width: 80%;
		}

			.sub-page-brief .description p {
				font-size: 13px;
				font-weight: 500;
			}

		.sub-page-brief .details {
			display: none;
		}

		.sub-page-brief .learn-more,
		.sub-page-brief hr {
			display: block;
		}

		.sub-page-brief .learn-more {
			max-width: 200px;
			margin: 0 auto;
		}

		.sub-page-brief .action h5,
		.sub-page-brief .action a {
			font-size: 15px;
		}

		.sub-page-brief .description p {
			font-size: 13px;
		}

	.two-column .white-overlay h4,
	.two-column .blue-overlay h4 {
		font-size: 15px;
	}

	.two-column .white-overlay p,
	.two-column .blue-overlay p {
		font-size: 13px;
		font-weight: 500;
	}

	.breadcrumbs {
		display: none;
	}

	#hero h1 {
		font-size: 26px;
	}

	#hero.blue-fade {
		height: 250px;
	}

	#hero.post-heading {
		height: 250px;
	}

		#hero.post-heading h1 {
			font-size: 32px;
		}

	#hero.short {
		height: 250px;
	}

	#content {
		float: left;
		width: 65%;
		margin: 40px 0 60px;
	}

	#sidebar {
		clear: right;
		float: right;
		width: 35%;
		margin-top: 30px;
	}

		#sidebar .social li {
			margin: 0 10px 10px 0;
		}

		#sidebar .btn.smaller {
			font-size: 10px;
			line-height: 17px;
			padding: 0 14px 0 14px;
		}

		#sidebar .full-mobile {
			padding: 20px 20px 40px 0;
		}

	.side-nav {
		background: #F4F5F6;
		float: none;
		width: 100%;
		padding: 0;
	}

		.side-nav h4 {
			padding: 10px 15px;
			margin: 0;
			line-height: 25px;
		}

			.side-nav h4:after {
				display: none;
			}

			.side-nav h4 i {
				position: relative;
				top: 4px;
			}

		.side-nav .jump-links {
			margin: 0;
		}

			.side-nav .jump-links li {
				border-top: 1px solid #c9cacb;
			}

			.side-nav .jump-links a {
				padding: 10px 15px;
				font-weight: 500;
			}

				.side-nav .jump-links a:hover {
					font-weight: 500;
				}

	.news-results .result h4 {
		font-size: 16px;
	}

	.news-results .result p,
	.news-results .result time {
		display: none;
	}

	.most-recent {
		background: #0055A4;
		padding: 30px 0;
	}

		.most-recent.sml-overlay {
			height: 400px;
		}

		.most-recent h2 {
			max-width: 100%;
			display: block;
		}

		.most-recent .meta {
			margin: 0;
		}

			.most-recent .meta:after {
				display: none;
			}

		.most-recent .btn {
			float: none;
			margin: 10px 0 0;
		}

	.app-link {
		margin: 30px 0 0;
	}

	#four-o-four nav {
		display: none;
	}

	#four-o-four .content {
		margin: 0 auto 0;
		width: 90%;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	#four-o-four h1 {
		font-size: 40px;
	}

	#four-o-four p {
		font-size: 30px;
	}

	.fare h2 {
		width: 100%;
	}

		.fare h2 .fr-icon {
			display: none;
		}

	.fare .fr-header .buy-btn {
		float: left;
	}

	.fare.rental h2 .fr-title .fr-descriptor {
		font-size: 18px;
	}

	.field-row label {
		width: 100%;
	}

		.field-row label.number:after {
			float: none;
			padding: 0 0 0 10px;
			display: none;
		}

	.field-row input {
		width: 100%;
	}

		.field-row input.number {
			width: 50%;
		}

	.field-row textarea {
		width: 100%;
	}

	.select-wrap {
		width: 100%;
	}

	#filter .query {
		font-size: 18px;
	}

	.banner {
		height: 150px;
	}

		.banner h1 {
			font-size: 26px;
			bottom: 20px;
		}

	.schedule-settings .option {
		padding: 0;
		width: 100%;
	}

		.schedule-settings .option:first-child {
			padding: 0;
		}

	.route-tools .tool {
		text-align: left;
		padding: 10px 0;
	}

		.route-tools .tool i,
		.route-tools .tool span {
			display: inline-block;
		}

	.widget.promo {
		margin: 0;
		background: #F4F5F6;
		padding: 20px;
		border-top: 1px solid #b0b1b1;
	}

	.all-stops {
		display: none;
	}

	.routes .route-name {
		width: calc(100% - 175px);
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		vertical-align: middle;
	}

	.schedule-settings .options {
		text-align: left;
	}

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media screen and (max-width: 611px) {
	#content,
	#sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}

		#sidebar .split-mobile {
			min-height: 375px;
		}

		#sidebar .btn.smaller {
			font-size: 13px;
			line-height: 22px;
			padding: 5px 25px;
		}

		#sidebar .widget {
			margin-top: 40px;
		}

	#four-o-four .content {
		width: 90%;
	}

	#four-o-four h1 {
		font-size: 30px;
	}

	#four-o-four p {
		font-size: 25px;
	}

	#search-404 {
		display: none;
	}

	.key span {
		width: 100%;
	}

	.tabs .tab {
		font-size: 24px;
	}

		.tabs .tab i {
			display: none;
		}

	.region-select {
		width: calc(50% - 7px);
		margin-right: 10px;
	}

		.region-select select {
			width: 100%;
		}

	.route-badge {
		position: absolute;
		bottom: calc(100% + 15px);
		left: 15px;
		margin: 0;
		width: 100px;
		height: auto;
		padding: 8px 0;
		text-align: center;
		border-radius: 5px;
		background: rgba(0,0,0,0.5);
	}

		.route-badge span {
			display: inline-block;
		}

		.route-badge .route-number {
			font-size: 11px;
			font-weight: 600;
			padding: 0;
			line-height: 1em;
			width: auto;
		}

	.route-description .name {
		font-size: 24px;
	}

	.route-description .type i {
		margin: 0 0 0 -5px;
	}

	.change-select {
		width: calc(50% - 7px);
	}

	.mk-frame {
		right: 0;
		bottom: 0;
		max-width: 100%;
	}

		.mk-frame.mobile-full {
			width: 100%;
		}

		.mk-frame .route-number {
			padding: 0 10px;
			margin: 0 10px 0 0;
			width: 50px;
		}

		.mk-frame .route-meta i {
			font-size: 30px;
		}

		.mk-frame .key li {
			width: 50%;
			margin: 0 -2px;
		}
}

@media screen and (max-width: 501px) {
	#site-footer .nav-columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 10px;
		-moz-column-gap: 10px;
		column-gap: 10px;
	}

	#branding {
		width: 120px;
		margin: 0 0 0 10px;
		padding: 11px 0;
	}

	#site-head nav .nav-link {
		padding: 17px 5px;
	}

	#tools .close-overlay {
		right: 59px;
	}

	.overlay {
		top: 53px;
	}

		.overlay .close-overlay {
			background: #0055A4;
			top: -53px;
			height: 53px;
			width: 59px;
			line-height: 54px;
		}

	#hero.blue-fade {
		height: 150px;
	}

	#sidebar .split-mobile {
		width: 100%;
		float: none;
		min-height: 0;
	}

		#sidebar .split-mobile.left,
		#sidebar .split-mobile.right {
			margin: 0 10px 0 0;
		}

	.fare.rental h2 .fr-title .fr-name {
		font-size: 16px;
	}

	.fare.rental h2 .fr-title .fr-descriptor {
		font-size: 14px;
	}

	.region-select {
		width: 100%;
		margin: 0 0 10px;
	}

	.change-select {
		width: 100%;
	}

	.schedule-settings .trip .start,
	.schedule-settings .trip .end {
		width: calc(50% - 20px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.map-page {
		height: calc(100% - 54px);
	}

	.fare .gray-otl-btn, .selected-trip-controls .gray-otl-btn {
		padding: 5px 9px;
		font-size: 12px;
	}

	.routes .route-name i {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.tile i {
		display: none;
	}
}

@media (max-width: 850px) {
	#content article .searchbox input[type="text"],
	#content article .searchbox select {
		font-size: 14px;
		padding-left: 6px;
	}
}

@media (max-width: 768px) {
	#content article .searchbox {
		padding: 20px 15px;
	}
}

@media (max-width: 450px) {
	#content article .button {
		padding: 11px 15px;
		margin: 20px 7px 10px 0px;
		width: 80px;
	}

	#content article .searchbox input[type="text"],
	#content article .searchbox select {
		font-size: 12px;
	}
}

@media (max-width: 380px) {
	.tile .large-icon {
		width: 34px;
		display: inline-block;
		vertical-align: middle;
	}

		.tile .large-icon svg {
			width: 40px;
			height: 40px;
		}
}

.toggle > .active-toggle {
	color: white;
	background: #0055A4;
	border-color: #0055A4;
}

.toggle > .toggle-btn-left {
	border-radius: 30px 0 0 30px;
	border-right-width: 0;
}

.toggle > .btn.long-name {
	transition-property: background-color, border-color, color;
}

#stop-filter-toggle .toggle > .toggle-btn-right {
	border-radius: 0 30px 30px 0;
}

.toggle > i.icon-chevron-right,
.toggle > i.icon-chevron-left {
	font-size: 25px;
}

#trip-calendar > .calendar-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

#trip-calendar > div > .left-btn {
	border-radius: 30px 0 0 30px;
	text-align: center;
	width: 40px;
	min-width: 40px;
	padding-right: 0;
	padding-left: 0;
	font-size: 14px !important;
}

#trip-calendar > div > .right-btn {
	border-radius: 0 30px 30px 0;
	text-align: center;
	width: 40px;
	min-width: 40px;
	padding-right: 0;
	padding-left: 0;
	font-size: 14px !important;
}

#trip-calendar .left-btn i {
	font-size: 20px;
	position: relative;
	top: 3px;
}

#trip-calendar .right-btn i {
	font-size: 20px;
	position: relative;
	top: 3px;
}

@media (min-width: 992px) {
	#trip-calendar {
		padding: 0;
	}
}

.toggle {
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0;
}

.selected-trip-controls {
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding-left: 76px;
	display: none;
	cursor: default;
	border-bottom: 1px solid #ddd;
}

	.selected-trip-controls i {
		vertical-align: middle;
		font-size: 2em;
	}

	.selected-trip-controls > div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

@media (max-width: 767px) {
	.selected-trip-controls > div {
		padding: 0 5px;
	}
}

@media (min-width: 768px) {
	.selected-trip-controls > div {
		padding: 0 65px;
	}
}

@media (min-width: 992px) {
	.selected-trip-controls > div {
		padding: 0 175px;
	}
}

@media (min-width: 1200px) {
	.selected-trip-controls > div {
		padding: 0 245px;
	}
}


@media only screen and (min-width: 792px) {
	.selected-trip-controls.mobile-trip-control {
		display: none;
	}
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.route-schedules > div:first-child {
	border: 1px solid #ddd;
	border-bottom: none;
}

@media (min-width: 992px) {
	.route-schedules .form-group {
		margin-bottom: 0;
	}
}

.route-schedules .form-group + .form-group + .form-group {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	#stop-filter-toggle {
		margin-top: 15px;
	}
}

.route-schedules h4 {
	font-size: 14px;
}

.route-schedules h4, .route-schedules h5 {
	color: #888;
}

.route-schedules .btn-group {
	display: flex;
}

	.route-schedules .btn-group > .btn {
		flex: 1;
	}

.shift-toggle {
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0;
}

	.shift-toggle > .toggle-btn.left {
		border-right: none;
		border-radius: 30px 0 0 30px;
	}

	.shift-toggle > .toggle-btn.right {
		border-left: none;
		border-radius: 0 30px 30px 0;
	}

	.shift-toggle > .toggle-btn:hover {
		background: #0055A4;
		border-color: #0055A4;
	}

	.shift-toggle > .toggle-btn i {
		font-size: 20px;
		position: relative;
	}

.row .shift-toggle > .toggle-btn i {
	top: 3.5px;
}

.shift-toggle > .toggle-btn {
	min-width: 75px;
}

.smaller-0 {
	font-size: 97%;
}

.smaller-5 {
	font-size: 95%;
}

.smaller-10 {
	font-size: 93%;
}

.smaller-15 {
	font-size: 91%;
}

.smaller-20 {
	font-size: 90%;
}

.smaller-25 {
	font-size: 87%;
}

.smaller-30 {
	font-size: 85%;
}

.smaller-35 {
	font-size: 83%;
}

.smaller-40 {
	font-size: 77%;
}

.smaller-45 {
	font-size: 75%;
}

@media (max-width: 501px) {
	.route-schedules .btn-group > .btn {
		font-size: 12px;
	}

	.routes-container .stops-container .stop {
		width: 190px;
	}

	.routes-container .stop.normal {
		font-size: 12px;
	}

	.route-schedules h4 {
		margin-bottom: -5px;
		font-size: 10px;
	}

	.route-schedules h5 {
		font-size: 10px;
	}

	.route-schedules .field-row {
		margin-bottom: 0;
	}
}

@media (max-width: 350px) {
	.route-schedules .btn-group > .btn {
		font-size: 10px;
	}
}

@media {
	.route-schedules .gray-otl-btn.long-name {
		white-space: normal;
		line-height: 14px;
	}
}

@media (max-width: 767px) {
	.shift-toggle > .hidden-xs + .toggle-btn.right {
		border-left: 2px solid #969798;
	}
}

.calendar-flex .trip-date {
	border: solid #969798;
	border-width: 2px 1px;
	height: 43.25px;
	margin-left: 0;
}

.routes-container .trips-row[data-stop-selected="true"] .box,
.routes-container .stops-container .stop[data-stop-selected="true"],
.selected-trip .box.stop-selected {
	background-color: #0055A4;
	color: white;
}

.routes-container.filtered .trips-row[data-stop-selected="true"] .box,
.routes-container.filtered .selected-trip .stop-selected {
	background-color: inherit;
	color: inherit;
}

.route-schedules .hidden {
	width: 0;
	opacity: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.no-trip {
	text-align: center;
	color: #999;
	background-color: #f5f5f5;
}

.trip-alert {
	color: #999999;
	background: rgb(242, 200, 200);
}

.route-schedules .trip {
	background: white;
}

.highlighted {
	background-color: #b8dcff;
}

.row-selected {
	background-color: #0055A4
}

.trips-container {
	white-space: nowrap;
	height: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 1px;
}

.trips-relative-container {
	position: relative;
	overflow-x: hidden;
	width: 100%;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.routes-container {
	position: relative;
	min-height: 150px;
}

#routes-grid {
	display: flex;
	cursor: pointer;
	position: relative;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

	#routes-grid a {
		cursor: pointer;
	}

.stops-container {
	height: 100%;
	border-right: 1px solid #ddd;
}

.routes-container .stops-container .stop {
    width: 250px;
    background-color: #f3f3f3;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    height: 30px;
}

.trips-row .box {
	display: inline-block;
	text-align: center;
	width: 76px;
	padding: 5px 10px;
	overflow: hidden;
	white-space: nowrap;
	height: 100%;
}

.routes-container .stops-container .stop {
	box-shadow: 0 1px 0 0 #ddd inset;
}

.stop .badge {
	margin-left: 5px;
	padding: 3px 0px 2px;
}

.stop[data-stop-selected="true"] .badge {
	background: white;
	color: black;
}

.trips-row {
	height: 30px;
}

	.trips-row .box,
	.selected-trip .box {
		box-shadow: 1px 0 0 0 #ddd inset, 1px 0 0 0 #ddd inset, 0 1px 0 0 #ddd inset;
	}

		.trips-row .box:first-child {
			box-shadow: 0 1px 0 0 #ddd inset;
		}

.ampm {
	opacity: 0.5;
	font-size: 0.85em;
	margin-left: 2px;
}

.routes-container .stops-container .stop[data-stop-selected='false']:hover {
	background: #b8dcff;
}

.trips-row .box[data-trip-hover="true"],
.routes-container.filtered .trips-row[data-stop-selected="true"] .box[data-trip-hover="true"] {
	background-color: #b8dcff;
	box-shadow: 1px 0 0 0 #b0b0b0 inset, 0 1px 0 0 #b0b0b0 inset;
	transition-duration: 0s; /* this is for when the stops are filtered */
}

.selected-trip {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #ddd;
}

	.selected-trip .box {
		display: inline-block;
		text-align: center;
		width: 76px;
		padding: 5px 10px;
		overflow: hidden;
		white-space: nowrap;
	}

.route-schedules .route-notice {
	width: 100%
}

.trip-mode .trips-relative-container {
	min-height: 125px;
}

.trip-mode .selected-trip-controls {
	border-bottom: none;
}

.trip-mode .stops-container {
	border-bottom: 1px;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}

#overlay {
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background: grey;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.spinner-container {
	position: relative
}

.train-icon {
	font-size: 50px;
	position: absolute;
	line-height: 0;
	margin-left: calc(50% - .5em);
	margin-top: calc(50% - .5em);
}

.trax-icon {
	font-size: 30px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

#cartWidget {
	display: grid !important;
}

#cartWidget i {
	font-size: 30px !important;
	grid-column: 1;
	grid-row: 1;
}
#cartQuantity {
	display: none;
	grid-column: 2;
	grid-row: 1;
	margin: -10px 0px 0px -7px;
	color: #fff;
	background: #337ab7;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	font-weight: bold;
}
#cartToast {
	display: none;
	position: absolute;
	z-index: 10000;
	width: 100%;
	text-align: center;
}
.behind {
	display: none;
}
#google_translate_element select {
    display: none !important;
}

.goog-te-gadget-simple img {
    display: none !important;
}

.goog-te-gadget-simple {
	border-radius: 30px;
	background-color: #0055A4 !important;
	margin-left: 5px;
}

    .goog-te-gadget-simple span {
        color: #FFF;
        margin: 4px;
    }

.skiptranslate iframe {
    display: none !important;
}

#google_translate_element {
    display: none;
}

/* News Room */

.news-articles {
    color: black;
}

.news-article {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #999DA0;
    margin-top: 10px;
}

.news-article a {
    color: black;
}

.news-article a:visited {
    text-decoration: none
}

.article-thumbnail {
    width: 230px;
    height: 230px;
}

.article-image {
    width: 230px;
    height: 230px;
    object-fit: cover;
    border-color: #b7b7b7;
    border-width: 2px;
    border-style: solid;
}

.news-article-title {
    font-weight: bolder;
    font-size: 20px;
    padding-top: 0;
    margin-top: 0;
    line-height: 28px;
    margin-bottom: 10px;
}

.aritcle-body {
    margin-left: 5px !important;
    flex: 1;
}

.article-filter {
    border: 1px solid lightgrey !important;
}

.article-date {
    font-weight: bold;
    font-size: 12px;
}

.article-header {
    border-bottom: 1px solid #999DA0;
    padding-bottom: 10px;
    margin: 5px 0 20px 0;
}

.article-title {
    font-weight: bolder;
    font-size: 25px;
    padding-top: 0;
    line-height: 28px;
}

.article-image-full {
    border-color: #b7b7b7;
    border-width: 2px;
    border-style: solid;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.art-thumbnail {
    border-bottom: 1px solid #999DA0;
}

.article-media {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.media-modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

.news-header {
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
    background-color: #0055A4;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
    border: 1px;
    position: relative;
    font-size: 22px;
    padding: 10px 10px;
    font-weight: bold;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 25%; 
    padding: 2px;
    min-width: 400px;
}
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    color: white;
    text-transform: uppercase;
    margin-bottom: 15px;
    background-color: #0055A4;
    text-shadow: 1px 1px rgba(255,255,255,0.3);
    border: 1px;
    position: relative;
    font-size: 22px;
    padding: 10px 10px;
    font-weight: bold;
}

.download-image {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;

}

.download-image img, .download-image video {
    width: 300px;	
}

.download-image video{
	height: 300px;
}

.download-item {
    display: inline-block;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    padding: 15px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
    opacity: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
}

.media-count {
    background-color: white;
    border-radius: 6px;
    color: #0055A4;
    padding: 5px;
    font-weight: bold;
}

.download-icon {
    height: 1em;
    fill: white;
}

.download-btn {
    min-width: 0;
    float: right;
    margin-top: 10px;
}

.tweet-btn {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 1px 12px 1px 12px;
    background-color: #1d9bf0;
    color: #fff;
    border-radius: 9999px;
    font-weight: 500;
    cursor: pointer;
    
}
a.tweet-btn:hover {
    text-decoration: none;
    color: white;
}

.tweet-btn i {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

.news-nav {
    padding: 5px 5px 5px 0;
    margin: 10px 10px 10px 0;
}

.news-nav .crumb{
    padding: 0;
}

.news-nav .crumb .submenu {
    border: 1px solid rgb(211, 211, 211);
}

.news-nav .crumb .cr-item {
    background-color: #0055A4 !important;
    border: 1px solid #d3d3d3;
}

.news-nav .crumb .cr-item:hover {
    background-color: lightgray;
    opacity: 80%;
    cursor: pointer;
}
.tabcontent {
    display: none;
    padding: 100px 20px;
    height: 100%;
}

.tablink:hover {
    background-color: #777;
}

.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

.selectedTabLink {
    background-color: #777;
}

.selected-tab-content {
    display: block !important;
}

.news-breadcrumbs {
    position: relative;
    margin: 20px 0 0;
    font-size: 16px;
}

    .news-breadcrumbs .crumb {
        display: inline-block;
        position: relative;
        padding: 0 0 10px;
    }

        .news-breadcrumbs .crumb .cr-item {
            color: #fff;
            vertical-align: middle;
            text-decoration: none;
            line-height: 40px;
            padding: 5px 15px;
            border-radius: 5px;
            display: block;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
        }

        .news-breadcrumbs .crumb i {
            display: inline-block;
            line-height: 40px;
            vertical-align: top;
        }

        .news-breadcrumbs .crumb .submenu {
            position: absolute;
            top: 100%;
            background: #fff;
            padding: 0;
            margin: 0;
            list-style: none;
            min-width: 200px;
            border-radius: 3px;
            overflow: hidden;
            visibility: hidden;
            opacity: 0;
            z-index: 200;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

            .news-breadcrumbs .crumb .submenu li {
                display: block;
            }

            .news-breadcrumbs .crumb .submenu a {
                padding: 5px 10px;
                display: block;
                text-decoration: none;
                color: #454545;
            }

                .news-breadcrumbs .crumb .submenu a:hover {
                    background: #F4F5F6;
                }

        .news-breadcrumbs .crumb:hover .cr-item {
            background: rgba(255,255,255,0.1);
        }

        .news-breadcrumbs .crumb:hover .submenu {
            opacity: 1;
            visibility: visible;
        }

    .news-breadcrumbs .icon-chevron-down {
        font-size: 20px;
    }

    .news-breadcrumbs .icon-home {
        font-size: 40px;
    }

    .news-breadcrumbs .divider {
        color: rgba(0,0,0,0.5);
        font-weight: 300;
        font-size: 30px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }
}

.alert-icon{
    float: right;
    z-index: 100;
    position: relative;
    padding: 2px;
}
.alert-icon:hover {
    background-color: white;
    border-radius: 5px;
}

.nav-column-translate {
	display: flex;
	float: left;
	flex-direction: column;
}

.nav-translate {
	display: none;
	margin: 10px;
	vertical-align: bottom;
	float: left;
}

.disruptions {
	fill: #FFF;
}

.disruptions i {
	padding-right: 5px;
}

.disruptions:hover {
	fill: #000;
}
.menu-disruptions {
	fill: #FfF;
}

.menu-disruptions i {
	padding-right: 5px;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.menu-disruptions:hover {
	fill: #00488b;
}