#closeButton {
	position: absolute;
	right: -12px;
	top: -12px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
#modalVideo {
	top: 15%;
}

#contactus-result-alert {
	text-shadow: none;
}

/* To be on top of main content */
.navbar:not(.navbar-fixed-top) .nav > li {
    z-index: 2;
}

#privacy_policy {
    padding: 0 15vw;
}

.privacy-policy section {
    margin: 20px 0;
    -webkit-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.privacy-policy section.js-bg-color--bright {
    background-color: rgba(255, 152, 69, 1);
	color: white;
}

/* ======= */
/* Footer */
/* ======= */
.footer .link-pages {
    margin: 10px 0;
    padding: 0 10px;
}
.footer .link-pages ul {
	color: white;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	text-align: center;
}
.footer .link-pages li {
    display: flex;
    align-items: center;
	padding: 0 10px;
	margin: 5px 0;
    line-height: 1;
    border: 1px #BBB;
    border-right-style: solid;
}
.footer .link-pages li:last-child {
    border-style: none;
}
/* ======= */
/* ======= */

@media (min-width: 768px)  and (max-width: 991px) {
	.container {
		width: 790px;
	}
}

@media (max-width: 768px) {
    #privacy_policy {
        padding: 0 20px;
    }

	/* override theme values */
	.navbar-default .navbar-nav > li > a {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
}
