@font-face {
	font-family: 'Museo';
	src: url('font/329336_0_0.eot');
	src: url('font/329336_0_0.eot?#iefix') format('embedded-opentype'),
		url('fonts329336_0_0.woff2') format('woff2'),
		url('font/329336_0_0.woff') format('woff'),
		url('font/329336_0_0.ttf') format('truetype'),
		url('font/329336_0_0.svg#wf') format('svg');
	font-weight: 700
}

@font-face {
	font-family: 'Museo';
	src: url('font/329336_1_0.eot');
	src: url('font/329336_1_0.eot?#iefix') format('embedded-opentype'),
		url('font/329336_1_0.woff2') format('woff2'),
		url('font/329336_1_0.woff') format('woff'),
		url('font/329336_1_0.ttf') format('truetype'),
		url('font/329336_1_0.svg#wf') format('svg');
	font-weight: 300
}

#dashboardwrapper {
	min-height: 770px;
}

.mosaic-top-header {
	position: relative;
}

#mainwrapper {
	min-height: 100vh;
	background: #f7f8fa;
}

#dashboardNavigator div.breadcrumb_util,
.navbutton {
	line-height: 45px;
}

#dashboardheader {
	margin-bottom: 0;
}

#innerheader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1520px;
	padding: 24px 40px 24px 40px;
	margin: 0 auto;
}

.crowLogin {
	display: none;
}

.name_mosaic4 .crowLogin {
	color: #000;
	padding: 0 6px;
	font-family: 'Museo';
	font-size: 14px;
	text-decoration: none;
	background: #e7e7e7;
	border-radius: 2px;
	transition: all 0.2s ease-in-out;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 5px;
}

.crowLogin:hover {
	background: #009DE0;
	color: #FFF;
}


.innerheader-image {
	display: none;
}

.swing-stories .innerheader-image {
	display: block;
	background: url(images/crow-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 392px;
}

.logo-wrapper a {
	display: flex;
}

.logo-wrapper img {
	max-width: 148px;
	min-width: 148px;
}

.globalnav li.Highlighted a,
.globalnav li a:hover,
.active {
	color: #fff !important;
	background-color: #009de0
}

.globalnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.globalnav a {
	display: block;
	color: #009de0;
	line-height: 21px;
	padding: 10px 14.8px;
	font-size: 18px;
	font-family: 'Museo';
	transition: all .2s;
	text-decoration: none;
	font-weight: 700;
}

.globalnav a#pull {
	display: none;
	padding: 0px;
}

.globalnav a#pull .menu-button {
	padding: 8px 16px;
	border: 1px solid #009de0;
	border-radius: 5px;
	text-transform: uppercase;
	color: #009de0;
}

.themeview #seltool-togglemobile {
	display: none;
}

.theme {
	border: thin solid #f7f8fa !important;
}

.free-tile#tile_71,
.free-tile#tile_121,
.free-tile#tile_181,
.free-tile#tile_197,
.free-tile#tile_200 {
	padding: 15px;
	box-shadow: 0 6px 12px -2px rgb(0 158 224 / 25%);
}

.free-tile#tile_239,
.free-tile#tile_241,
.free-tile#tile_56,
.free-tile#tile_240,
.free-tile#tile_241,
.free-tile#tile_242,
.free-tile#tile_243,
.free-tile#tile_244,
.free-tile#tile_245,
.free-tile#tile_247,
.free-tile#tile_248,
.free-tile#tile_232 {
	padding: 5px 15px;
	border: 1px solid #a1c036;
}

.o-adds {
	position: fixed;
	bottom: 0;
	right: 0;
	text-align: right;
	z-index: 9999;
}

.o-adds p {
	border-radius: 5px;
	border: 5px solid #fff;
	background: #fff;
	display: inline-block;
	padding: 0 5px;
	font-size: 10px;
	margin: 5px;
}

.o-adds a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	color: #000;
}

.o-adds a:hover {
	border-bottom: 1px solid #000;
}

#footer {
	margin-top: 20px;
	text-align: center;
	background-color: #009de0;
	color: #fff;
	font-size: 14px;
	font-family: 'Museo';
	font-weight: 300;
	line-height: 2.2;
}

#footer a {
	text-decoration: none;
	color: #fff;
	white-space: nowrap
}

#footer a:hover {
	text-decoration: underline
}

.special-text-tile .free-tile {
	box-shadow: 0px 0px 15px -6px rgb(116 116 116 / 40%);
	padding: 25px !important;
}

@media only screen and (max-width: 1600px) {
	.swing-stories .innerheader-image {
		height: 300px;
	}
}

@media screen and (min-width: 1161px) {
	.menu-wrapper ul {
		display: flex !important;
	}
}

@media screen and (max-width: 1160px) {
	#innerheader {
		padding-right: 1%;
		padding-left: 1%;
	}

	.swing-stories .innerheader-image {
		height: 220px;
	}

	.globalnav a#pull {
		display: block;
	}

	.menu-wrapper ul {
		position: absolute;
		display: none;
		margin-top: 17px;
		right: 1%;
		width: 80%;
		background: #009de0;
		z-index: 99;
	}

	.menu-wrapper ul li {
		width: 100%;
	}

	.menu-wrapper ul li a {
		display: inline-block;
		width: 100%;
		padding: 10px 0px;
		border-bottom: 1px solid #FFF;
		color: #FFF;
		text-align: center;
		font-size: 14px;
	}

	.menu-wrapper ul li a:hover {
		background-color: rgba(255, 255, 255, 0.1) !important;
		border-bottom: 1px solid #FFF;
	}

	.name_mosaic4 .crowLogin {
		right: 90px;
		top: 29px;
	}

	#footer {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 900px) {
	.swing-stories .innerheader-image {
		height: 160px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 593px) {
	.swing-stories .innerheader-image {
		height: 120px;
	}
}