﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;700;900&display=swap');

@font-face {
	font-family: "LabtopSecundo";
	src: url(/Portals/_default/Skins/DiscoverVegas/Fonts/LabtopSecundoBold.ttf);
	font-weight: bold;
  }

body {
	font-family: "Lato", sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 300;
}

header {
	border-bottom: 10px solid #0099a8;
}


p {
	font-size: 18px;
}

@media (max-width: 479px) {
	p{font-size: 16px;}
}


b,
strong {
	font-weight: bold;
}

h1,
h2 {
	font-family: "Lato", sans-serif;
	letter-spacing: 1px;
	font-weight: 900;
}

a,
a:visited {
	color: #333;
}

a.button:visited {
	color: #fff;
}

a.button:visited:hover {
	color: #0099a8;
}

ul,
ol {
	margin-left: 0;
}

.siteWrapper {
	overflow-x: hidden;
}

.header {
	font-weight: 800;
	color: rgb(0, 50, 83);
	letter-spacing: -2px;
}.header > span:first-child {
	font-weight: 300;
}

.logo {
	font-family: "LabtopSecundo";
	font-size: 10rem;
}

.logo > span {
	color: #c43b69
}

.logo + p {
	font-size:1.3rem;
	text-transform: uppercase;
	margin-top: -1.5rem;
	margin-left: 0.5rem;
}

.bg-mask {
	background: linear-gradient(
		0deg
		, rgba(255,255,255,0) 0%, rgba(200,200,200,0.2) 45%, rgba(30,30,30,0.4) 100%);
}

.bg-mask-darker {
	background: linear-gradient(
  0deg
  , rgba(0,0,0,0.8) 0%, rgba(0,00,00,0.4) 64%, rgba(0,0,0,0) 100%)
}

.bg-mask-horiz {
    background: linear-gradient( 
90deg
 , rgba(0,0,0,0.8) 0%, rgba(0,00,00,0.4) 64%, rgba(0,0,0,0) 100%);
}

.parallelogram {
	transform: skewX(-15deg);
    padding-left: 2rem;
    padding-right: 2rem;
}

.parallelogram > div {
	transform: skewX(15deg);
	font-size: 6rem;
}

@media (max-width: 479px) {
	.parallelogram {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	.parallelogram > div {
		font-size: 2.5rem;
	}
}

.nav-item > ul {
    position: absolute;
    z-index: 1;
    background: white;
    border-left: 4px solid #0099a8;
    box-shadow: 1px 1px 5px #666;
    width: 180px;
    margin-left: 0;
    height: 0;
	opacity: 0;
    overflow: hidden;
    transition: 0.3s ease;
}

.nav-item > ul > li {
    list-style-type:none;
    padding-bottom:1rem;
    text-align:left;
    margin-left:0.75rem;
}

.nav-item > ul > li:first-child {
    padding-top:1rem;
}

.nav-item > ul > li:last-child {
    padding-bottom: 1rem;
}

li.nav-item:hover ul {
	opacity: 1;
    height:auto;

}
.dropdown {
    z-index: 2000 !important;
}

.hero {
	width:600px
}

.text-pink {
	color: #c43b69
}

.full-width {
	height: 50vh;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.full-width-short {
	height: 40vh
}

.button {
	border: 2px solid #0099a8;
	border-radius: 2px;
	background-color: #0099a8;
	transition: border-color 200ms ease, background-color 200ms ease;
	font-size: 0.85rem;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.5px;
	cursor: pointer;
	padding: 12px 16px;
	font-weight: 700
}
.button:hover {
	border: 2px solid #0099a8;
	color: #0099a8;
	background-color: white;
	text-decoration: none;
}

.bg-pink {
	background-color: rgba(233,72,112,0.8);
}
.bg-teal {
	background-color: rgba(0,177,169,0.8);
}
.bg-purple {
	background-color: rgba(144,62,151,0.8);
}
.bg-blue {
	background-color: rgba(6,61,104,0.8);
}
.bg-red {
	background-color: rgba(235,29,43,0.8);
}

.triangle {
    background-size: contain;
    background-repeat: no-repeat;
	width: 60px;
}
.triangle.pink 		{ background-image: url(/portals/events/images/pattern/triangle-pink.png);}
.triangle.teal		{ background-image: url(/portals/events/images/pattern/triangle-teal.png);}
.triangle.blue		{ background-image: url(/portals/events/images/pattern/triangle-blue.png);}
.triangle.purple	{ background-image: url(/portals/events/images/pattern/triangle-purple.png);}
.triangle.red		{ background-image: url(/portals/events/images/pattern/triangle-red.png); }


/*Text Content Block*/
.infoblock-title {
    font-family: "LabtobSecundo", Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
	
	letter-spacing:-2px;
}
.infoblock  p {
	font-size: 1.2rem;
}
.infoblock-title:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 100px;
    height: 2px;
    margin-top: 10px;
    border-bottom: 5px dotted #0099a8;
}

.infoblock-title.pink:before {
	border-color:  rgb(233,72,112);
}

/* Box visualizer */
.box img {
    max-width: 70%;
    margin: 0 20px;
}

.content-wrap {
	flex: 1;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.content-header {
	padding-left: 5%;
}

.content-header h1 span {
	font-size: 4.5rem;
}

.content-wrap.narrow {
	max-width: 960px;
}


@media (min-width: 1440px) {
	.content-wrap {
		max-width: 85%;
	}

	.content-header {
		padding-left: 7.5%;
	}
}

.navbar {
	min-height: 70px;
}

.navbar-collapse {
	margin-left: 15%;
}

.navbar-brand {
	top: 5%;
	left: 5%;
	z-index:1
}

.navbar-brand img {
	max-width: 110px;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0);
}

.block-title {
	font-family: "Lato", sans-serif;
	color: #2a3136;
	font-size: 1.7rem;
	line-height: 2rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section-heading {
	color: #2a3136;
	font-size: 2.5rem;
	line-height: 3rem;
	text-transform: uppercase;
}

.icon {
	width: 70px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
}

li.nav-item {
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	transition: 0.2s ease;
	letter-spacing: 0.5px;
	line-height: 1.1rem;
}

li.nav-item:hover > a,
li.nav-item ul li:hover > a {
	text-decoration: none;
	color:#0099a8 !important;
}


.dropdown-item span,
.dropdown-item {
	cursor: pointer;
}

/* Box view */
.event-item-container {
    background: #ffffff;
    border-radius: 2px;
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.09));
    margin-bottom: 30px;
    background-clip: content-box;
}

.global-hover {
    display: block;
    position: relative;
    overflow: hidden;
	z-index: 1;
}

.tile-event-thumb:hover .global-more {
    opacity: 1;
    z-index: 5;
}

.global-more {
    /* z-index: 5; */
    opacity: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    background: rgba(0, 153, 168,0.8);
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "ITC Avant", Helvetica, Arial, sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    transition: opacity 0.3s ease
}

.evt-img-wrapper {
    width: 100%;
    padding-top: 62.5%;
}

.evt-img-wrapper img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.global-hover img {
    display: block;
    width: 100%;
    height: auto;
}

.global-more-text {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-weight:bold;
    font-size:1.2rem
}

.tile-event-content {
    line-height: 1.4;
    padding: 23px 27px 20px;
}

.tile-event-content {
    
    letter-spacing: -0.25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #666;
}
.tile-event-content-title {
    font-size: 1.3rem;
}

.cta-wrapper {
	height: 1px;
	min-height: 500px;
	background-size: cover;
	background-position-y: 50%;
	background-position-x: 50%;
}
.cta-wrapper h2 {
	font-size:1.6rem;
}

@media screen and (max-width: 991px) {
	.content-wrap.narrow {
		max-width: 90%;
	}
	.navbar {
		min-height: 50px;
	}
	.navbar-brand img {
		max-width: 80px;
	}

	.navbar-toggler {
		position:absolute;
		right:0
	}

	.content-header h1 span {
		font-size: 3.5rem;
	}
	
	.overview-box {
		padding: 25px;
	}

}

@media screen and (max-width: 767px) {
	.detail-col-1 {
		order: 2
	}

	.detail-col-2 {
		order: 1
	}

	.block-title {
		font-size: 1.5rem;
	}
	.icon {
		width: 50px;
		height: 50px;
	}

	.section-heading {
		font-size: 2rem;
		line-height: 2.5rem;
	}

	.logo {
		font-family: "LabtopSecundo";
		font-size: 6rem;
	}
	
	.logo + p {
		font-size: 0.86rem;
		margin-top: -1.25rem;
	}
}

@media screen and (max-width: 479px) {
	.content-header h1 span {
		font-size: 1.75rem;
	}
	.logo {
		margin-top: 2rem;
		font-family: "LabtopSecundo";
		font-size: 4.5rem;
	}
	
	.logo + p {
		font-size: 0.66rem;
    	margin-top: -1.1rem;
	}

	
	.full-width {
		height: 30vh;
	}
}

.magazine img {
	max-width:250px
}

.magazine > span {
	display: block;
	font-weight: bold
}

@media screen and (max-width: 479px) {
	.magazine img {
		max-width: 120px;
	}
}

footer {
	border-top: 7px solid #0099a8;
    background: #eeece7;
}

.footer-title {
    font-weight: bold;
	font-size:1.2rem;
    color: #333;
    margin-bottom: 15px;
}
.footer-columns {
    display: flex;
}

ul.footer-menu li {
	list-style-type:none;
	margin-bottom: 0.25rem
}

ul.footer-menu li a,
.footer-column-content {
	color: #333
} ul.footer-menu li a:visited {
	color: #aaa;
}

.btn-outline-secondary {
	background-color: #0099a8;
    border-color: #0099a8;
    color: white;
}
.btn-outline-secondary:hover {
	color: #0099a8;
    background-color: white;
    border-color: #0099a8;
}

.footer-menu-social a {
    position: relative;
    display: inline-block;
    padding-left: 27px;
}

.social-icon {
    display: block;
    width: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.social-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-column-logo {
    flex: 0 0 105px;
    max-width: 105px;
    padding-right: 10px;
    padding-top: 5px;
}

img.footer-logo.seal {
	max-width: 130px;
}

.footer-text ul li {
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.search {
	position: relative;
	min-width: 35px;
	width: 0;
	height: 34px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.5s;
	-o-transition: width 0.5s;
	transition: width 0.5s;
}

.search.search-open {
	width: 25%;
}

.search.small-screens.search-open {
	width: 100%;
}

.search.small-screens.search-open .searchInputContainer input {
	padding: 0 124px 0 20px;
}

.searchInputContainer {
	display: block !important;
}

.searchInputContainer input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #dcddd8;
	width: auto;
	height: 34px;
	margin: 0;
	padding: 0 52px 0 20px;
	font-size: 15px;
}

.searchInputContainer input::-webkit-input-placeholder {
	color: #818181;
}

.searchInputContainer input:-moz-placeholder {
	color: #818181;
}

.searchInputContainer input::-moz-placeholder {
	color: #818181;
}

.searchInputContainer input:-ms-input-placeholder {
	color: #818181;
}

.searchInputContainer a.dnnSearchBoxClearText {
	right: 45px !important;
}

.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	bottom: 2px;
}

#search-action,
.SearchButton,
.search-toggle-icon {
	background: url(images/search.png) center center no-repeat #c3c1c1;
	width: 35px;
	height: 34px;
	display: block;
	position: absolute;
	top: 0;
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 22px;
	right: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	color: #dcddd8;
	text-indent: -9999px;
}

#search-top {
	clear: both;
	width: 100%;
	background: #7ca0c0;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
	transition: all 0.1s ease-in-out;
}

#search-top.active {
	height: auto;
	padding: 15px 0;
	overflow: visible;
}

#search-top span {
	display: inline !important;
}

#search-top input {
	background: #fff;
	border: none;
	font-size: 1.2em;
	height: 46px;
	margin: 0 0 0 15px;
	width: 70%;
}

#search-top a.SearchButton {
	background: url(images/search.png) center center no-repeat #e0dfdf;
	height: 46px;
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	width: 60px;
	padding: 0;
	top: 5px;
}

#search-action {
	display: none;
	float: right;
	height: 34px;
	margin: 0;
	padding: 6px 12px;
}

#login {
	padding-right: 10px;
}

@media only screen and (max-width: 768px) {
	#search-action {
		display: block;
	}
	#login {
		padding-right: 21px;
	}
}

@media only screen and (max-width: 500px) {
	ul.searchSkinObjectPreview {
		width: auto;
		min-width: 240px;
	}
}

@media only screen and (max-width: 350px) {
	ul.searchSkinObjectPreview {
		right: -30px;
	}
}
#topHeader {
	background: #383838;
	-moz-box-shadow: 1px 50px 100px 0 #cacaca;
	-webkit-box-shadow: 1px 50px 100px 0 #cacaca;
	box-shadow: 1px 50px 100px 0 #cacaca;
	min-width: 25px;
	min-height: 35px;
	padding: 0;
}

#mainHeader-inner {
	padding: 30px 0;
}

#mainHeader-border {
	background: #8fb299;
	height: 5px;
}

#logo {
	padding-left: 15px;
}

.navbar .brand {
	float: left;
	padding: 0 !important;
	max-width: 120px;
}

main {
    min-height: 100%;
    overflow: hidden;
    background-image: url(https://am.lng.lasvegasnevada.gov/Portals/_default/skins/cityoflasvegas/images/texture/white-noise-texture.png);
    background-position: 50% 50%;
    background-size: 100px 100px;
}

@media only screen and (max-width: 768px) {
	.main-navigation {
		height: auto;
		width: 100%;
	}
	nav {
		display: none;
	}
	a.mobile-nav-btn {
		display: block;
		float: right;
		width: 50px;
		height: 46px;
		margin-top: 15px;
		text-align: center;
		color: #383838;
	}
	a.mobile-nav-btn:hover {
		text-decoration: none;
	}
	#navbar-top-wrapper {
		clear: both;
		position: relative;
	}
	#navbar {
		float: none !important;
	}
}

@media only screen and (min-width: 767px) {
	#navbar {
		float: right;
	}
}

.dnnpane > [class*="col-md"],
.dnnpane > [class^="col-md"] {
	padding: 0 15px;
}

.image-wrapper {
	position: relative;
}

.image-wrapper img {
	display: block;
	max-width: 100%;
}

.image-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.image-wrapper .overlay h2 {
	color: #fff;
	font-weight: 700;
	margin-top: 8%;
	-webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
}
.btn-social {
	background: url(/Portals/0/Images/social-sprite.png);
	display: inline-block;
	height: 34px;
	width: 34px;
}

.btn-social.facebook {
	background-position: 0;
}

.btn-social.twitter {
	background-position: -40px;
}

.btn-social.googleplus {
	background-position: -80px;
}

.btn-social.linkedin {
	background-position: -120px;
}

.container-content {
	padding: 10px 15px 15px;
}

.heading_wrapper {
	padding-left: 0;
	padding-right: 0;
}

.DNNContainer_Title_h2 h2 .TitleH2,
.DNNContainer_Title_h3 h3 .TitleH3,
.DNNContainer_Title_h4 h4 .TitleH4 {
	display: block;
	margin-bottom: 5px;
}

.DNNContainer_Title_h2 h2 .TitleH2.centered,
.DNNContainer_Title_h3 h3 .TitleH3.centered,
.DNNContainer_Title_h4 h4 .TitleH4.centered {
	text-align: center;
}

.DNNContainer_Boxed h2 .TitleBoxed {
	display: block;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #7b7878;
}

.lms_heading_1,
.lms_heading_2,
.lms_heading_3,
.lms_heading_4,
.lms_heading_5,
.lms_heading_6 {
	text-align: center;
}

.lms_heading_1 .lms_heading_title,
.lms_heading_2 .lms_heading_title,
.lms_heading_3 .lms_heading_title,
.lms_heading_5 .lms_heading_title,
.lms_heading_6 .lms_heading_title {
	border-bottom: 1px solid #7b7878;
	font-weight: 400;
	margin-bottom: 17px;
	margin-top: 17px;
	padding: 0 32px 28px;
	position: relative;
}

.lms_heading_1 .lms_heading_title:after {
	content: "";
	position: absolute;
	top: 100%;
	margin: -10px 0 0 -5px;
	left: 50%;
	width: 10px;
	height: 20px;
	background: #fff;
	border-left: 2px solid #7b7878;
	border-right: 2px solid #7b7878;
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg);
}

.lms_heading_4 .lms_heading_title {
	margin-bottom: 17px;
	margin-top: 17px;
	padding: 0 30px 10px;
}

.subtle-line {
	display: block;
	border: none;
	color: #fff;
	height: 1px;
	width: 100%;
	background: -webkit-radial-gradient(
		#7b7878 1%,
		#bbb 30%,
		#ccc 40%,
		#fff 70%
	);
	background: -o-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
	background: -moz-radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
	background: radial-gradient(#7b7878 1%, #bbb 30%, #ccc 40%, #fff 70%);
	margin-bottom: 32px;
}

.hexagon {
	background-color: #fff;
	border-left: 3px solid #7b7878;
	border-right: 3px solid #7b7878;
	height: 20px;
	margin: 10.39px auto;
	position: relative;
	top: -27px;
	width: 36px;
	z-index: 10;
}

.hexagon::after,
.hexagon::before {
	background-color: inherit;
	content: "";
	height: 25.46px;
	left: 2.27px;
	position: absolute;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-moz-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	-o-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	width: 25.46px;
	z-index: 1;
}

.open_rectangle,
.rectangle {
	margin: 10px auto;
	z-index: 10;
}

.dots-wrapper,
.open_rectangle,
.rectangle {
	position: relative;
	background-color: #fff;
	width: 36px;
}

.hexagon::before {
	border-right: 4.24px solid #7b7878;
	border-top: 4.24px solid #7b7878;
	top: -12.73px;
}

.hexagon::after {
	border-bottom: 4.24px solid #7b7878;
	border-left: 4.24px solid #7b7878;
	bottom: -12.73px;
}

.open_rectangle {
	border-left: 2px solid #7b7878;
	border-right: 2px solid #7b7878;
	height: 20px;
	top: -27px;
}

.rectangle {
	border: 2px solid #7b7878;
	height: 13px;
	top: -24px;
	border-radius: 10px;
}

.dots-wrapper {
	height: 10px;
	margin: 10.39px auto;
	top: -23px;
}

.dots {
	width: 10px;
	height: 10px;
	border-radius: 50px;
	line-height: 100px;
	background: #7b7878;
	float: left;
	margin: 0 2px 0 0;
}

.valid-404 h1 {
	font-size: 10em;
	-webkit-text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.75);
}

.valid-404 h2 {
	font-size: 33px;
}

.valid-404 h1,
.valid-404 h2,
.valid-404 p {
	text-align: center;
}

.bs-example-modal .modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	display: block;
}

#dnnMenu .menuItem {
	word-wrap: break-word;
}

@media (min-width: 768px) {
	#dnnMenu .menuItem {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	#dnnMenu .menuItem {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	#dnnMenu .menuItem {
		max-width: 1138px;
	}
}

/*------------------- User Profile --------------------------*/
.UserProfileControls ul {
	margin-left: 0;
}
.UserProfileControls ul li {
	display: inline-block;
}
