/* <<< HEADER Style >>> */
body {
	font-family: openSans;
	padding: 0px;
	max-width: 100%;
	overflow-x: visible;
}

/* >>> headBorder SETUP >>> */

#headBorder {
	display: block;
	position: relative;
	top: 0px;
	left: 20px;
	width: 928px; /* width of page */
	height: 171px;
}

#headBorder a {
	text-decoration: none;
}

#logStatus {
	position: relative;
	display: inline-block;
	left: 0px;
	top: -4px;
	font-family: openSans;
	font-size: 7.5pt;
	font-style: italic;
	color: rgba(255, 255, 255, 0.73);
}

#lowerBar {
	position: relative;
	display: block;
	width: 928px; /* width of page */
	height: 40px;
	top: 138px;
	left: 11px;
	background: linear-gradient(#939393, rgb(134, 134, 134),#B7B7B7);
	border-radius: 5px;
}

#banner {
	position: relative;
	left: 0px; /* MAKE DYNAMIC */
	top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#banner-left {
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 25px;
}

#coat-of-arms {
	position: relative;
	display: inline-block;
	top: 4px;
	left: 0px;
	width: 60px;
	opacity: 0.8;
}

#logo-and-text {
	display: inline-block;
	position: relative;
	bottom: 16px;
	margin-left: 21px;
}

#vertical-line {
	display: inline-block;
	position: relative;
	bottom: 3px;
	left: 10px;
	width: 1px;
	height: 40px;
	background: white;
	border-right: 1px solid rgb(242, 242, 242);
}

#banner-text {
	display: inline-block;
	position: relative;
	margin-top: 19px;
	margin-left: 9px;
	font-family: openSans;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -1px;
	color: rgba(0, 0, 0, 0.46);
}

#banner-right {
	display: inline-block;
	position: absolute;
	right: -12px;
}

#login-container {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 0px;
	margin-right: 3px;
	font-size: 8pt;
}

#log-status {
	display: inline-block;
	position: relative;
	right: 0px;
}

#greeting {
	float: left;
	color: rgba(0, 0, 0, 0.61);
	font-size: 8pt;
}

#logged-user {
	position: relative;
	float: right;
	margin-left: 6px;
	font-family: openSansBold;
	font-weight: normal;
	font-style: normal;
	color: #0CC;
}

#settings-container {
	display:inline-block;
	position: relative;
	bottom: 1px;
	margin-left: 3px;
	vertical-align: top;
}

#settings-icon {
	position: relative;
	right: 0px;
	top: 2px;
	height: 12px;
	opacity: 0.5;
	z-index: 3;
}

#settings-dropdown-menu {
	display: block;
	position: relative;
	bottom: 28px;
	right: 63px;
	z-index: 2;
}

#settings-menu-svg {
	display: none;
	position: absolute;
	width: 98px;
	height: 90px;
}

#settings-menu-svg  path {
	fill: rgba(194, 194, 194, 0.56);
	stroke: rgba(35, 197, 216, 0.13);
}

.settings-menu-items {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	font-size: 8pt;
}

.settings-menu-button:hover {
	background-color: gray;
}

.settings-menu-button:hover #settings-login-text, .settings-menu-button:hover #settings-signup-text, .settings-menu-button:hover #settings-profile-text, .settings-menu-button:hover #settings-logout-text  {
	color: white;
}

.settings-menu-button {
	display: block;
	position: relative;
	width: 80px;
	height: 25px;
	text-decoration: none;
	color: rgb(111, 122, 139);
}

#settings-login-text {
	position: relative;
	top: 5px;
	left: 25px;
}

#settings-signup-text {
	position: relative;
	top: 4px;
	left: 21px;
}

#settings-profile-text {
	position: relative;
	top: 5px;
	left: 10px;
}

#settings-logout-text {
	position: relative;
	top: 4px;
	left: 22px;
}


#social-media-links-and-search-bar {
	position: relative;
	top: 78px;
	right: 0px;
}

#social-media-links {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

#facebook-icon, #twitter-icon {
	margin-right: 6px;
}

#facebook-icon, #twitter-icon, #linkedin-icon, #search-icon {
	width: 14px;
	opacity: 0.45;
}

#search-bar {
	display: inline-block;
	position: relative;
	top: -4px;
	left: 16px;
	
}

#search-field {
	padding-left: 8px;
	height: 28px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.26);
	background-color: rgba(148, 148, 148, 0.13);
	opacity: 0.3;
}

#search-icon {
	position: relative;
	top: 4px;
	left: -29px;
}

#logo {
	display: inline-block;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	height: 51px;
	opacity: 0.4;
} 

/* <<< END OF headBorder <<< */

#quick-links-container {
	display: none;
	padding: 1px;
	border: 1px solid #C7C7C7;
	position: relative;
	vertical-align: top;
}

.quick-link {
	display: block;
	padding: 14px 22px;
	margin-bottom: 1px;
	background: linear-gradient(rgb(219, 219, 219), rgba(255, 255, 255, 0.29) 76%, rgb(233, 233, 233));
	cursor: pointer;
}

#quick-links-container .last-item {
	margin-bottom: 0px;
}

.quick-link:hover {
	background: linear-gradient(rgb(210, 208, 208), rgba(255, 255, 255, 0.29) 50%, rgb(213, 213, 213));
}

.quick-link .text {
	font-family: openSans;
	font-size: 8.5pt;
	text-transform: uppercase;
	position: relative;
	top: 5px;
}

.quick-link:hover .text {
	font-weight: bold;
	color: #00CCCC;
}

.quick-link .illustration {
	width: 32px;
	opacity: 0.5;
	position: relative;
	left: 4px;
}

.quick-link:hover .illustration {
	opacity: 0.75;
}


/* rules for navigation menu
   ========================= */
   
#home-icon {
	position: relative;
	top: 0px;
	right: 6px;
	width: 13px;
}

ul#menuBar {
	list-style-type: none;
	font-family: openSans;
	font-weight: normal;
	font-size: 9.5pt;
	text-transform: capitalize;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 13px; /* MAKE DYNAMIC */
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

.li, .liA {
	display: block;
	position: relative;
	float: left;
	z-index: 20;
}

#li-home {
	border-left: 1px solid rgba(247, 247, 247, 0.14);
}

#li-contact {
	border-right: 1.5px solid rgb(120, 120, 120);
}

.navbarlink {
	text-decoration: none;
	display: block;
	height: 40px;
	border-right: 1px solid rgba(247, 247, 247, 0.17);
	border-left: 1.5px solid rgb(120, 120, 120);
}

#navbar-home {
	width: 86.14375px;
}

#navbar-about {
	width: 100.75625px;
}

#navbar-reg {
	width: 109.10625px;
}

#navbar-license {
	width: 92.40625px;
}

#navbar-fees {
	width: 63.18125px;
}

#navbar-public {
	width: 72.575px;
}

#navbar-registers {
	width: 87px;
}

#navbar-resources {
	width: 98.66875px;
}

#navbar-contact {
	width: 101.8px;
}

#navbar-help {
	width: 66px;
}

ul#menuBar a:link, ul#menuBar a:visited, ul#menuBar a:active {
	color: white;
}


.menubtnsA {
	position: relative;
	top: 10px;
	left: 17.5px;
}

.li:hover .navbarlink, .liA:hover .navbarlink {
	background: linear-gradient(#9BACAE, #C0E1E4);
	color: #6F6F6F;
}

.arrow-down {
	display: block;
	position: absolute;
	width: 7px;
	top: 17px;
	right: 8px;
	opacity: 1;
	transform: rotate(90deg);
}

.navbar-submenu-items {
	display: none;
	position: absolute;
	margin-top: 0px;
	background: linear-gradient(#B1D5D8, #CADBDB 70%, #D6DFDF);
	box-shadow: 0px 2px 6px 1px #CECECE;
	border: 1px solid #BBD6D8;
	border-top: 0.5px solid grey;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 1;
}

#about-submenu {
	width: 130px;
}

#reg-submenu {
	width: 170px;
}

#licensing-submenu {
	width: 170px;
}

#public-submenu {
	width: 150px;
}

#resources-submenu {
	width: 160px;
}

#help-submenu {
	width: 190px;
}

.navbar-submenu-items .button-and-text {
	display: block;
	position: relative;
}

.navbar-submenu-items .button {
	display: block;
	position: relative;
	height: 40px;
	padding-bottom: 1px;
	z-index: 1;
}

.navbar-submenu-items .button:before {
	content: "";
	height: 40px;
	width: 87%;
	border-top: 1px solid rgba(0,0,0,0.065);
	position: absolute;
	top: 0px;
	left: 9px;
}

.navbar-submenu-items .first-button {
	border-top: 2px solid #BDE1E3;
}

.navbar-submenu-items .first-button:before {
	border-top: none;
}

.navbar-submenu-items .last-button {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.navbar-submenu-items .arrow-right {
	display: none;
	position: absolute;
	width: 8px;
	height: 7px;
	top: 17px;
	margin-left: 8px;
	opacity: 1;
}

.navbar-submenu-items .button-text {
	position: absolute;
	text-align: left;
	margin-top: 7px;
	margin-left: 10px;
	padding-top: 4px;
	
}


/*************************/
/* >>> END OF HEADER Style <<< */
/************************/

/* <<< FOOTER Style >>> */

#footer {
	width: 97%;
	font-family: openSansLight;
	font-weight: normal;
	font-size: 9pt;
	color: rgb(231, 231, 231);
}

#upper-footer-bar {
	display: block;
	position: relative;
	width: 100%;
	height: 230px;
	background: linear-gradient(#A4A4A4, #7E7E7E, #616161);
	border-bottom: 1px solid rgb(114, 114, 114);
	box-shadow: 0px 3px 3px 3px rgba(128, 128, 128, 0.52);
}

.footer-title {
	position: relative;
	margin-bottom: 12px;
	font-family: openSans;
	font-size: 11.5pt;
	color: rgb(255, 255, 255);
}

#upper-footer-bar #about-us, #footer-navigation, #footer-contact-info {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 90px;
}

#about-us-body p {
	width: 266px;
	line-height: 20px;
}

#footer-navigation {

}

.arrow-right {
	position: relative;
	top: -1px;
	left: 0px;
	margin-right: 8px;
	width: 8px;
	height: 6px;
	opacity: 1;
	
}

.footer-link {
	display: inline-block;
	position: relative;
	margin-bottom: 2px;
	text-decoration: none;
}

.footer-link:visited, .footer-link:active, .footer-link:link {
	color: rgb(232, 232, 232);
}

.footer-link:hover {
	color: rgb(108, 208, 218);
}

#footer-contact-info {
	left: 23px;
}

#upper-footer-bar .contact-icon {
	position: relative;
	margin-bottom: 15px;
	width: 16px;
	opacity: 0.5;
}

#upper-footer-bar .icon-text {
	position: relative;
	top: -17px;
	margin-left: 10px;
}

#upper-footer-bar .icon-text p {
	position: relative;
	top: -30px;
	left: 27px;
	width: 170px;
}

#phone-icon-and-text {

}

#fax-icon-and-text {

}

#email-icon-and-text {

}

#location-icon-and-text {

}

#lower-footer-bar{
	display: block;
	position: relative;
	width: 100%;
	height: 44px;
	background-color: rgb(90, 90, 90);
	border-top: 1px solid rgb(74, 74, 74);
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.28);
}

#siteRights {
	display: inline-block;
	position: relative;
	left: 23px;
	top: 13px;
	font-family: openSans;
	font-size: 8.1pt;
	color: #B0B0B0;
	z-index: 2;
}

#vline {
	border-right: 1px solid rgba(106, 123, 124, 0.41);
	margin-right: 7px;
	margin-left: 5px;
}

#footer-social-media-links {
	position: absolute;
	right: 110px;
	bottom: 7px;
	z-index: 2;
}

.circle-footer-link {
	text-decoration: none;
}

.circle-social-icon {
	position: relative;
	margin-left: 10px;
	width: 24px;
	opacity: 0.4;
}

/*************************/
/* >>> END OF FOOTER Style <<< */
/************************/
#background {
	position: fixed;
	top: 0px;
	left: 0px;
	opacity: 1;
}

#wrap-all, #home-wrap-all {
	display: inline-block;
	width: 988px;
	position: relative;
	top: 10px;
	margin-bottom: 20px;
	background: linear-gradient(rgb(255, 250, 232), white 24%, rgb(255, 250, 232) 140%);
	border: 1px solid #EAEAEA;
	border-radius: 6px;
	box-shadow: 0px 0px 10px 0px rgb(237, 237, 237);
}

#home-wrap-all {
	background: linear-gradient(rgb(255, 250, 232), white 24%);
}

#wrap, #home-wrap {
	display: block;
	min-height: 300px;
	position: relative;
	left: 30px;
	top: 0px;
	margin-top: 55px;
	margin-bottom: 45px;
}

#wrap {
	width: 928px; /* width of page */
}

#home-wrap {
	margin-top: 18px;
}

#display {
	position: relative;
	min-height: 500px;
	padding-top: 0px;
	padding-left: 0px;
	font-family: openSansLight;
	font-size: 9pt;
	color: grey;
}

.inline-block-display {
	display: inline-block;
	left: 4%; /*to be set dynamically */
	width: 70%; /* to be set dynamically */
}

.block-display {
	display: block;
	width: 100%;
	top: -10px;
	left: 0px;
}

#pageContent {
	margin-bottom: 60px;
}

#datitle {
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: openSans;
	font-weight: bold;
	font-style: normal;
}

#titleTL {
	position: absolute;
}

#titleTR {
	position: relative;
	text-align: right;
	right: 13px;
	top: 0px;
	text-transform: capitalize;
}

#titleMT {
	position: relative;
	text-align: center;
	left: 0px;
	top: 20px;
	text-transform: capitalize;
}

#titleMTW {
	position: relative;
	left: 0px;
	margin-left: 146px;
	width: 340px;
	font-family: openSansLight;
	font-weight: normal;
}

#titleMB {
	position: relative;
	text-align: center;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
	font-family: openSansLight;
	font-weight: normal;
}

/* >>> SIDEBAR STYLE >>> */

#page-menu {
	display: block;
	position: relative;
	top: 0px;
	float: left;
	margin-left: 0px;
	font-family: openSansLight;
	font-size: 14pt;
}

#page-title {
	font-family: openSans;
	font-size: 16.5pt;
	color: gray;
}

#separator {
	position: relative;
	width: 928px; /* width of page */
	height: 1px;
	top: 37px;
	background: rgba(225, 235, 234, 0.22);
}

#page-menu-list {
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	list-style-type: none;
	font-family: openSansLight;
	font-size: 9pt;
	line-height: 100%;
	border-right: 1px solid rgba(225, 235, 234, 0.19);
	padding: 0px;
	margin-top: 20px;
}

#page-menu-list .sidebarBtn, #page-menu-list .sidebar-button {
	text-decoration: none;
	display: block;
	width: 200px;
	padding: 20px 0px 20px 10px;
	position: relative;
}

#page-menu-list .transformed-sidebar-button {
	display: inline-block;
}

#page-menu-list .relatively-positioned-sidebar-button {
	width: 200px;
	top: 0px;
	left: 0px;
}

#page-menu-list .absolutely-positioned-sidebar-button {
	display: inline-block;
	border: 1px solid #E6E6E6;
	position: absolute;
}

#page-menu-list .absolutely-positioned-complaint-sidebar-button {
	top: 53px;
}



#page-menu-list .sidebarBtn:hover, #page-menu-list .sidebar-button:hover {
	color: #FC0
}

#page-menu-list .absolutely-positioned-sidebar-button:hover {
	color: #FC0
}


#page-menu-list .sidebar-selected-item {
	background: linear-gradient(rgba(53, 199, 217, 0.08), #FCFEFE, #F9FDFD);
	font-family: openSans;
	font-weight: normal;
	color: #FC0;
}
			
/* Toggle Buttons */
.toggle {
	height: 35px;
	opacity: 0.15;
}

#toggleBtns{
	display: inline-block;
	padding-left: 0px;
	position: absolute;
	right: 0px;
	top: 2px;
}

#continue {
	display: inline-block;
	position: relative;
	left: 0px;
	top: 0px;
}

#pageNum {
	display: inline-block;
	position: relative;
	left: -11px;
	top: -13px;
	font-family: openSans;
	font-size: 10pt;
	font-weight: bold;
	opacity: 0.55;
	color: black;
}	

#back {
	display: inline-block;
	position: relative;
	left: -24px;
	top: 0px;
}


#toggle-submit-button {
	position: relative;
	bottom: 18px;
	width: 62px;
	height: 26px;
	border-radius: 8px;
	background-color: rgb(217, 217, 217);
}

#toggle-submit-button #button-text {
	position: relative;
	top: 4px;
	left: 13px;
	font-family: openSans;
	font-size: 8.5pt;
	font-style: normal;
	font-weight: bold;
	color: rgb(94, 94, 94);
}

#toggle-submit-button:hover {
	background-color: #0CC;
}

#toggle-submit-button:hover #button-text {
	color: white;
}

/* END OF Toggle Buttons */

/* START OF Progress Bar */
#progressBar {
	display: inline-block;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#progressBar img{
	width: 85px;
	height: 36px;
	margin-right: -12px;
}

/* Set opacity of 1st section to be highlighted */
#sec1 {
	opacity: 1;
}

#sec2, #sec3 , #sec4 , #sec5 , #sec6 , #sec7 {
	opacity: 0.03;
}

.progress-text-on {
	opacity: 1;
	font-weight: bold;
	color: white;
}

.progress-text-off {
	opacity: 0.19;
	font-weight: normal;
	color: black;
}

#progressText {
	position: relative;
	left: -20px;
	top: -42px;
}

#progressText li {
	float: left;
	margin-right: 25.7px;
	font-family: openSans;
	font-size: 8.5pt;
}

.secMid {
	position: relative;
	left: 1px;
}

.secEnd {
	position: relative;
	left: -2px;
}
/* END OF Progress Bar */

/* load animation */
#load-screen {
	display: block;
	width: 100%;
	height: 1600px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	opacity: 1;
	z-index: 20;
}

#load-screen  > #load-animation {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
}

/* <<< ALL FONTS >>> */
/*********************/

@font-face {
   font-family: caviar;
   src: url('fonts/Caviar-Dreams/CaviarDreams.ttf');
}


@font-face {
   font-family: quicksand;
   src: url('fonts/quicksand/Quicksand-Regular.otf');
}

@font-face {
   font-family: "openSans"; 
   src: url('fonts/open-sans/OpenSans-Regular.ttf');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: "openSans"; 
   src: url('fonts/open-sans/OpenSans-BoldItalic.ttf');
   font-weight: bold;
   font-style: italic;
}

@font-face {
   font-family: "openSansLight"; 
   src: url('fonts/open-sans/OpenSans-Light.ttf');
   font-weight: lighter;
   font-style: normal;
   
}

@font-face {
	font-family: "openSans";
	src: url('fonts/open-sans/OpenSans-Semibold.ttf');
	font-weight: bold;
	font-style: normal;

}

@font-face {
	font-family: "openSansBold";
	src: url('fonts/open-sans/OpenSans-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "openSansBold";
	src: url('fonts/open-sans/OpenSans-ExtraBold.ttf');
	font-weight: bold;
	font-style: normal;
}

/* PAGE TEMPORARILY UNAVAILABLE */

#temporarily-unavailable {
	position: relative;
	width: 93%;
	margin: 40px 0 40px 33px; 
	padding: 100px 0;
}

#temporarily-unavailable .icon {
	position: relative;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	opacity: 0.6;
}

#temporarily-unavailable .line {
	text-align: center;
	font-family: openSansLight;
	font-size: 18pt;
	color: #A2A2A2;
}

#temporarily-unavailable .line1 {
	margin-top: 33px;
}

#temporarily-unavailable .line2 {
	margin-top: 20px;
}
