body {
	width: 100%;
	margin: 0;
	background-color: #fbfbfb !important
}
.main{
	height: 100%;
    width: 100%;
    display: table;
}
a#de {
	display: none;
}
.sub-header-link-top {
	color: #fff;
    z-index: 1;
    position: relative;
    text-decoration: none;
    font-family: helvetica, sans-serif;
	text-shadow: 2px 3px 2px #000;
	letter-spacing: 1px;
    font-size: 17px;
}
.sub-header-span {
	padding: 0 15px;
}
.sub-header-span:hover {
    color: #f3a71e;
}
.header-container {
	position: relative;
	top: -75px;
}
#search-type-dropdown-list a {
    text-decoration: none;
}
#search-type-dropdown-list a:hover li {
    color: #f3a71e;
}
#rotateSymbol {
	transform: rotate(90deg);
    position: relative;
    color: #fff;
    font-size: 35px;
    margin: 0px;
    display: inline-block;
    top: 2px;
}
@-moz-document url-prefix() {
  #rotateSymbol {
    transform: rotate(107deg);
	position: relative;
	color: #fff;
	font-size: 39px;
	margin: auto;
	display: inline-block;
	height: 30px;
	width: 30px;
	padding: 7px;
	font-weight: normal;
	left: 3px;
	top: 2px;
  }
}
#searchSymbolArea {
	background-color: #0056b8;
    height: 50px;
    position: relative;
    top: -10px;
    left: 10px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 19%;
    cursor: pointer;
}
#downArrow {
	font-size: 11px;
    color: inherit;
    margin: inherit;
    font-weight: inherit;
    pointer-events: inherit;
	margin: 0 10px;
}
.content {
	text-align: center;
	width: 75%;
	margin: auto;
	margin-bottom: 50px;
}
.search-type {
	width: 35%;
    max-width: 460px;
    height: 30px;
    margin: 15px 0 15px 15px;
    padding: 10px 0 10px 10px;
    display: inline-flex;
    background-color: #fff;
    font-family: Helvetica;
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	left: 2px;
    position: relative;
}
.search-location {
	width: 40%;
	max-width: 550px;
	height: 30px;
	margin: 15px 15px 15px 0;
	padding: 10px 10px 10px 0;
	display: inline-flex;
	background-color: #fff;
	font-family: Helvetica;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	right: 2px;
    position: relative;
}
#alumni-search-bar:focus {
	outline: none;
}
.outer-frame-container {
	background-color: #fbfbfb;
	width: 101%;
	position:relative;
	z-index: 1;
	top: 46px;
	height: 46px;
}

#search-type-dropdown {
    list-style: none;
	margin: 0;
    padding: 0 5px 0 15px;
	cursor: pointer;
	width: 70%;
	border-right: 1px solid #666;
}

#search-type-dropdown li {
	line-height: 32px;
	color: #444;
	font-size: 15px;
	text-align: left;
}

#search-type-dropdown-list {
	list-style: none;
    display: none;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #aaa;
    position: relative;
    top: 6px;
	left: -12px;
    text-align: left;
	height: 350px;
	max-height: 47vh;
    width: 600px;
    overflow: hidden;
    overflow-y: scroll;
	z-index: 1;
}

.header {
	height: 100vh;
	width: 100%;
	background: none;
	background-size: cover;
	text-align: center;
	background-position: bottom;
	display: table-cell;
    vertical-align: middle;
}
.header:before {
	display: block;
	position: fixed;
	background: rgba(25, 25, 25, .4);
	top: 0;
	height: 125%;
	width: 100%;
	content: '';
}
.search-container {
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 2;
	top: -80px;
	display: block;
}
#emu-logo {
	z-index: 2;
	margin: auto;
    width: 180px;
    max-width: 85%;
}
#royal-connections-logo {
	z-index: 2;
	position: relative;
	top: -80px;
    width: 550px;
	max-width: 90%;
}
#emu-logo-container {
	width:100%;
	position: absolute;
	bottom:40px;
}
#alumni-search-bar { 
	font-size: 16px;
	border: none;
	width: 70%;
}
#alumni-search-bar::placeholder {
	font-size: 15px;
}

.search-type span {
	line-height: 32px;
	font-weight: 700;
	margin: 0 0 0 15px;
	color: #555;
	width: 30%;	
	pointer-events: none;
}
.search-location span {
	line-height: 32px;
	font-weight: 700;
	margin: 0 15px;
	width: 12%;
	color: #555;
	pointer-events: none;
}

.copyrightDisclaimer {
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.copyrightDisclaimerParagraph {
	color: #ddd;
    font-family: helvetica, sans-serif;
    font-size: 14px;
}
.copyrightDisclaimerParagraph a {
	color: #ddd;
}
.popup-disclaimer {
	position: absolute;
    top: 35%;
    width: 100%;
    left: 0px;
	display: none;
}
.popup-disclaimer-inner {
	margin: auto;
    width: 519px;
    height: auto;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    z-index: 2000;
	position: relative;
}

.popup-disclaimer-inner p {
	font-family: helvetica, sans-serif;
    font-size: 15px;
}

.main.changed:before {
	display: block;
    position: fixed;
	background: rgba(25, 25, 25, .9);
    top: 0;
    height: 125%;
    width: 100%;
    content: '';
	z-index: 100;
	pointer-events:none;
}

#proceedLink {
	text-align: center;
}
#proceedLink a {
	text-decoration: none;
}

.background-info-box {
	position: absolute;
	bottom: 0;
    right: 0;
    background: rgba(25,25,25,.6);
    padding: 20px 30px;
	display: inline-flex;
	user-select: none;
    cursor: pointer;
}

.background-info-box h1 {
	margin: 0 0 10px 0;
    color: #eee;
    font-family: helvetica;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 14px;
}
.background-info-box h2 {
	margin: 0 0 5px 0;
	color: #eee;
	font-family: helvetica;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 24px;
}
.background-info-box p {
	margin: 0;
	color: #eee;
	font-family: helvetica;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 18px;
}
.background-arrow-box {
	width: 30px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.mobile-arrow-box { 
	display: none;
}

.dropdown-list-icons { width: 20px; position: relative; top: 4px; }
.search-type-dropdown-span { line-height: inherit !important; font-weight: initial !important; margin: initial !important; color: initial !important; width: 50% !important; pointer-events: initial !important; }

/********Media Queries********/

@media screen and (max-height: 500px) {
	#emu-logo-container { display: none; }	
}

@media screen and (max-width: 1070px) {
	.search-type span { margin: 0 0 0 5px; width: 25%; font-size: 15px; }
	.search-location span { margin: 0 10px !important; width: 10% !important; font-size: 15px; }
	#search-type-dropdown { padding: 0 5px !important; }
	#downArrow { margin: 0 5px !important; font-size: 10px !important; }
}
@media screen and (max-width: 1050px) {
	.background-info-box { width: 100%; height: 35px; background: rgba(255,255,255,.8); padding: 0; cursor: pointer; }
	.background-info-information { width: auto; text-align: center; display: flex; margin: auto; }
	.background-info-box h1 { color: #000; margin: 5px 0 7px; }
	.background-info-box h2 { color: #000; margin: 5px 0 7px 5px; font-size: 16px; font-weight: bold; }
	.background-info-box p { display: none; }
	#emu-logo-container { bottom: 70px; }
	.copyrightDisclaimer { bottom: 30px; }
	.background-arrow-box { display: none; }
	.desktop-break { display: none; }
	.background-info-box-link { cursor: pointer; }
	.mobile-arrow-box { display: inherit; color: #000; margin: 3px 4px; }
}
@media screen and (max-width: 1040px) {
	#rotateSymbol { top: -3px !important; }
	.mobile-xs-post { display: none; }
}
@media screen and (max-width: 940px) {
	.search-container { display: grid !important; margin-bottom: 70px; margin-top: 10px; }
	.search-type { padding: 10px !important; margin: auto !important; width: 49% !important; border-bottom: 1px solid #aaa; border-top-left-radius: 7px; border-top-right-radius: 7px;border-bottom-left-radius: 0;left: 0;}
	.search-location { padding: 10px !important; margin: auto !important; width: 49% !important; border-top-right-radius: 0; border-bottom-right-radius: 0; right: 0;}
	#searchSymbolArea { position: absolute !important; top: 50px;left: 0; border-bottom-right-radius: 7px;border-bottom-left-radius: 7px;border-top-right-radius: 0;width: 100%; }
	#rotateSymbol { top: 8px !important; }
	#search-type-dropdown { border-right: none; width: 78% !important; }
	#alumni-search-bar { width: 75%; text-align: center; }
	#search-type-dropdown li { text-align: center; padding-bottom: 8px; line-height: 20px; }
	.search-location span { width: 19% !important; margin: 0 !important; }
	.search-type span { width: 21% !important; margin: 0 !important; }
	#search-type-dropdown-list { z-index: 200;background: #eee; border-top: none; height: 350px; left: -5px; top: 0px; padding-top: 15px; }
}

@media screen and (max-width: 870px) {
	.header-container { display: grid !important; height: 80px !important; }
	.vertical-breaker { display: none; }
	#emu-logo { width: 200px; }
}

@media screen and (max-width: 700px) {
	.search-location { width: 60% !important; }
	.search-type { width: 60% !important }
}

@media screen and (max-width: 600px) {
	.background-info-box h1 { font-size: 13px; letter-spacing: 0px; }
	.background-info-box h2 { font-size: 13px; letter-spacing: 0px; }
}

@media screen and (max-width: 590px) {
	.popup-disclaimer-inner { width: 85%; padding: 5%;}	
}

@media screen and (max-width: 550px) {
	.search-location { width: 70% !important; }
	.search-type { width: 70% !important }
	.copyrightDisclaimerParagraph { font-size: 12px; }
}

@media screen and (max-width: 475px) {
	.popup-disclaimer { top: 25%; }
	#emu-logo { width: 150px; }
	.copyrightDisclaimerParagraph { font-size: 11px; }
	.dropdown-list-icons { display: none; }
	#search-type-dropdown li { padding-bottom: 12px; }
	#search-type-dropdown-list { top: -4px; }
	.mobile-xs-remove { display: none; }
}

@media screen and (max-width: 400px) {
	.popup-disclaimer-inner p { font-size: 14px; }
	.background-info-box h1 { display: none; }	
}

@media screen and (max-width: 320px) {
	#search-type-dropdown { padding: 0 0 0 10px !important; }
	#search-type-dropdown li { font-size: 13px; }
}

@media screen and (max-width: 290px) {
	.popup-disclaimer { top: 20%; }
}

@media screen and (max-height: 450px) {
	.header-container { display: none !important; }	
	.search-container { margin-bottom: 0px !important; }
}