* {
  box-sizing: border-box;
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif ;
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  background-color: #435165;
  margin: 0;
}

.login, .register {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin-top: 80px;
}

.login h1, .register h1 {
  text-align: center;
  color: #00383F;
  font-size: 25px;
  padding: 21px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login .links, .register .links {
  display: flex;
  padding: 0 15px 1px 15px;
  font-weight: 700;
}

.login .links a, .register .links a {
  color: #a9b4c7;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: 700;
}

.login .links a:hover, .register .links a:hover {
  color: #6CA0A6;
  transition: all 0.3s;
  font-weight: 700;
}

.login .links a.active, .register .links a.active {
  border-bottom: 3px solid #86B0B6;
  color: #86B0B6;
  font-weight:700;
}

.login form, .register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login form label, .register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 50px;
  background-color: #86B0B6;
  color: #00383F;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}


.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 80%;
  height: 50px;
  border: 1px solid #dee0e4;
  border-left: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 0;
}
.register textarea {
  width: 80%;
  border: 1px solid #dee0e4;
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 0;
}
.login form input[type="password"]:hover, .login form input[type="text"]:hover, .login form input[type="email"]:hover, .register form input[type="password"]:hover, .register form input[type="text"]:hover, .register form input[type="email"]:hover, .register textarea:hover {
  outline:1px solid #bec7d2; 
  outline-offset:-1px;
  background-color:#e8f0fe;
}
.register form input[type="checkbox"] {
  padding:20px;
}
.login form input[type="password"]:focus, .login form input[type="text"]:focus, .login form input[type="email"]:focus, .register form input[type="password"]:focus, .register form input[type="text"]:focus, .register form input[type="email"]:focus, .register textarea:focus {
  outline:1px solid #bec7d2; 
  outline-offset:-1px;
  background-color:#e8f0fe;
}


.login form input[type="password"]::placeholder, .login form input[type="text"]::placeholder, .login form input[type="email"]::placeholder, .register form input[type="password"]::placeholder, .register form input[type="text"]::placeholder, .register form input[type="email"]::placeholder {
  color: #828A95;
}

.smaller_placeholder[type="text"].smaller_placeholder::-webkit-input-placeholder {
  color: #828A95;
 font-size:15px;
}




select {     /* Drop Down Box  &  Numbers (Votes, Parent ID) */
  color: black;
  border:1px solid #bec7d2;
  outline: 0px;
}
select:focus {
  color: black;
  outline:1px solid #bec7d2; 
  border-left:1px solid #bec7d2;
  outline-offset:-1px;
}
select:hover {
  color: black;
  border:1px solid #bec7d2;
  outline:1px solid #bec7d2; 
  border-left:1px solid #bec7d2;
}





textarea {
  border: 1px solid #bec7d2;
  padding:12px;
}
textarea:focus {
  border:1px solid #bec7d2;
  outline:1px solid #bec7d2; 
  border-left:1px solid #bec7d2;
}
textarea:hover {
  outline:1px solid #bec7d2; 
}
textarea::placeholder {               /*    Placeholders  -  Text Area    */
	color: #828A95;
  padding:1px;
}
textarea::placeholder:focus {               /*    Placeholders  -  Text Area    */
  border: 1px solid #828A95;
}




.login form input[type="password"]:focus, .login form input[type="password"]:hover, .login form input[type="text"]:focus, .login form input[type="text"]:hover, .login form input[type="email"]:focus, .login form input[type="email"]:hover, .register form input[type="password"]:focus, .register form input[type="password"]:hover, .register form input[type="text"]:focus, .register form input[type="text"]:hover, .register form input[type="email"]:focus, .register form input[type="email"]:hover {
  outline:1px solid #8d9197; 
  outline-offset:-1px;
  border-left:1px solid #8d9197;
}

.login form input[type="submit"], .register form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #6CA0A6;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  color: #ffffff;
  transition: background-color 0.3s;
  border-radius: 0;
  appearance: none;
}

.login form input[type="submit"]:hover, .login form input[type="submit"]:focus, .register form input[type="submit"]:hover, .register form input[type="submit"]:focus {
  background-color: #004A53;
  color: white;
  font-weight:700;
  transition: background-color 0.3s; 
  border: 0px;
  outline: 0px;
}


.login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #000;
  justify-content: flex-start;
}

.login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
  transition: all 0.4s;
}

.login form .msg, .register form .msg {
  padding: 0 20px;
  width: 100%;
}

.login form .captcha, .register form .captcha {
  display: flex;
}

.login form .fb-btn, .login form .gl-btn, .register form .fb-btn, .register form .gl-btn {
  display: flex;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 92%;
  margin: 15px 0 5px 0;
  padding: 15px;
  transition: background-color 0.2s;
}

.login form .fb-btn i, .login form .gl-btn i, .register form .fb-btn i, .register form .gl-btn i {
  position: absolute;
  left: 15px;
}

.login form .fb-btn:hover, .login form .gl-btn:hover, .register form .fb-btn:hover, .register form .gl-btn:hover {
  color: #fff;
  transition: background-color 0.2s;
}

.login form .fb-btn, .register form .fb-btn {
  background-color: #507CBF;
}

.login form .fb-btn:hover, .register form .fb-btn:hover {
  background-color: #426fb4;
}

.login form .gl-btn, .register form .gl-btn {
  background-color: #d6523e;
}

.login form .gl-btn:hover, .register form .gl-btn:hover {
  background-color: #cf412c;
}

.login form > a, .register form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
}

.login form > a:hover, .register form > a:hover {
  color: #394049;
}

.header {
  background-color: #2f3947;
  height: 60px;
  width: 100%;
}

.header .wrapper {
  display: flex;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

.header .wrapper h1, .header .wrapper a, .header .wrapper label {
  display: inline-flex;
  align-items: center;
}

.header .wrapper h1 {
  flex: 1;
  font-size: 20px;
  padding: 0;
  margin: 0;
  color: #eaebed;
  font-weight: normal;
}

.header .wrapper label, .header .wrapper input[type="checkbox"] {
  display: none;
}

.header .wrapper label {
  justify-content: center;
  width: 60px;
  border-left: 1px solid #272f3b;
  cursor: pointer;
}

.header .wrapper label i {
  color: #fff;
}

.header .wrapper label:hover i, .header .wrapper label:active i {
  color: #eaebed;
}

.header .wrapper .menu {
  display: flex;
  align-items: center;
}

.header .wrapper .menu a {
  padding: 0 15px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: 500;
  font-size: 16px;
}

.header .wrapper .menu a i {
  font-size: 14px;
  padding: 2px 8px 0 0;
}

.header .wrapper .menu a:hover {
  color: #eaebed;
}

body.loggedin {
  background-color: #f3f4f7;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 20px;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}

.content .block {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 25px;
  background-color: #fff;
}

.content .block p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.content.profile form label {
  display: block;
  padding: 15px 0 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
}

.content.profile form input[type="text"], .content.profile form input[type="password"], .content.profile form input[type="email"] {
  padding: 10px;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.content.profile .profile-detail {
  padding: 5px;
}

.content.profile .profile-detail strong {
  display: inline-block;
  color: #777;
  min-width: 120px;
  font-size: 16px;
}

.content.profile .profile-detail i {
  width: 28px;
  color: #aaabad;
}

.content.profile .profile-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 20px 5px 0 0;
  padding: 10px 15px;
  border-radius: 4px;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
}

.content.profile .profile-btn:hover {
  background-color: #2868c7;
}

@media screen and (max-width: 400px) {
  .login, .register {
    width: 95%;
  }
}

@media screen and (max-width: 1000px) {
  .header .wrapper {
    width: 100%;
  }
  .header .wrapper h1 {
    font-size: 18px;
    padding: 10px;
  }
  .header .wrapper label {
    display: inline-flex;
  }
  .header .wrapper .menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    flex-flow: column;
    background-color: #252d38;
    justify-items: flex-start;
    align-items: flex-start;
  }

.header .wrapper input[type="checkbox"]:checked ~ .menu {
    display: flex;
  }
  .header .wrapper input[type="checkbox"]:checked ~ .menu a {
    width: 100%;
    padding: 15px 17px;
    border-bottom: 1px solid #1f252e;
  }
  .content {
    padding: 5px 10px;
    width: 100%;
  }
  .content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .profile-detail strong {
    width: 100%;
  }
}


[data-title]:hover:after {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    opacity: 1;
    transition: all 0.02s ease 0.05s;
    visibility: visible;
}
[data-title]:after {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    content: attr(data-title);
    background-color: #000;
    color: #FFF;
    position: absolute;
    padding: 17px 19px 19px 19px;
    top: -4em;   /* 2.15em */   /* -15.15em */
    left: -6.6em;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    line-height: 140%;
    white-space: pre;
    border-radius: 16px;
    transition: all 0.02s ease 0.05s;
}
[data-title] {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    position: fixed;
    transition: all 0.02s ease 0.05s;
}


.flex-child {    /*   Used for Reset Password   */
    flex: 1;
    vertical-align: middle;
}



.colors {
  text-decoration: none;
  color: #266cd4;
  text-align:right; 
  font-size:17px; 
}
.colors:visited {
  color: #266cd4;
}
.colors:hover {
  text-decoration: none;
  color: #0244c0;
  text-decoration:underline; 
  text-decoration-color: #0244c0;
  text-decoration-thickness: 1%;
}
.colors:active {
  color: #001439;
  text-decoration:underline; 
  text-decoration-color: #001d53;
  text-decoration-thickness: 8%;
}



.Link-Blue {
  text-decoration: none;
  color: #266cd4;
  text-align:right; 
  font-size:17px; 
}
.Link-Blue:visited {
  color: #266cd4;
}
.Link-Blue:hover {
  text-decoration: none;
  color: #0244c0;
  text-decoration:underline; 
  text-decoration-color: #0244c0;
  text-decoration-thickness: 1%;
}
.Link-Blue:active {
  color: #001439;
  text-decoration:underline; 
  text-decoration-color: #001d53;
  text-decoration-thickness: 8%;
}



.Link-Red {
  text-decoration: none;
  color: #119D3C;
  font-size:19px;
}
.Link-Red:visited {
  text-decoration: none;
  color: #119D3C;
}
.Link-Red:hover {
  text-decoration: none;
  color: #d33232;
}
.Link-Red:active {
  text-decoration: none;
  color: #b41717;
  font-weight: 700;
}




.Link-Blue2 {
  text-decoration: none;
  color: #266cd4;
  font-size:16px;
  font-weight:550;
}
.Link-Blue2:visited {
  color: #266cd4;
}
.Link-Blue2:hover {
  text-decoration: none;
  color: #0244c0;
  text-decoration:underline; 
  text-decoration-color: #0244c0;
  text-decoration-thickness: 1%;
}
.Link-Blue2:active {
  color: #001439;
  text-decoration:underline; 
  text-decoration-color: #001d53;
  text-decoration-thickness: 8%;
}




.Remember-Me-Text {
  font-size:17px;
  text-decoration: none;
  color: #719ca3;
  transition: all 0.18s;
}
.Remember-Me-Text:visited {
  transition: all 0.18s;
  color: #719ca3;
}
.Remember-Me-Text:hover {
  text-decoration: none;
  color: #00383F;
  transition: all 0.08s;
}
.Remember-Me-Text:active {
  color: #00383F;
  transition: all 0.08s;
}



.Reset-Password {
  font-size:17px;
  text-decoration: none;
  color: #719ca3;
}
.Reset-Password:visited {
  transition: all 0.1s;
  color: #719ca3;
}
.Reset-Password:hover {
  text-decoration: none;
  color: #00383F;
  text-decoration:underline; 
  text-decoration-color: #00383F;
  text-decoration-thickness: 3%;
  transition: all 0.2s;
}
.Reset-Password:active {
  color: #00383F;
  text-decoration:underline; 
  text-decoration-color: #00383F;
  text-decoration-thickness: 3%;
  transition: all 0.1s;
}



.Link-Green-First {
  text-decoration: none;
  color: #119D3C;
  font-size:17px;
  font-weight:600;
  text-decoration:underline; 
  text-decoration-color: #119D3C;
  text-decoration-thickness: 1%;
}
.Link-Green-First:visited {
  color: #119D3C;
}
.Link-Green-First:hover {
  text-decoration: none;
  color: #3E7BD9;
  text-decoration:underline; 
  text-decoration-color: #3E7BD9;
  text-decoration-thickness: 1%;
}
.Link-Green-First:active {
  color: #2862ba;
  text-decoration:underline; 
  text-decoration-color: #2862ba;
  text-decoration-thickness: 8%;
}


.Link-Green {
  text-decoration: none;
  color: #119D3C;
  font-size:17px;
  font-weight:600;
  text-decoration:underline; 
  text-decoration-color: #119D3C;
  text-decoration-thickness: 1%;
}
.Link-Green:visited {
  color: #119D3C;
  text-decoration:underline; 
  text-decoration-color: #119D3C;
  text-decoration-thickness: 1%;
}
.Link-Green:hover {
  color: #04822a;
  text-decoration:none; 
}
.Link-Green:active {
  color: #016920;
  text-decoration:none; 
}

input[type=checkbox]{
  background:#ffffff;
  background-color:#ffffff;
  accent-color: #edfcfb;
  outline: 0.13em solid #719ca3;
  outline-offset: -2px;
  width: 30px;
  height: 30px;
  transition: all 0.18s;
}
input[type=checkbox]:focus {
  accent-color: #edfcfb;
  outline: 0.28em solid #719ca3;   /* #0bac3c */
  transition: all 0.08s;
}
input[type=checkbox]:hover {
  accent-color: #edfcfb;
  outline: 0.28em solid #719ca3;
  transition: all 0.08s;
}








.home-site-link {
  text-decoration: none;
  color: #a8b7cb;
  font-size: 16px; 
  font-weight: 600;
}
.home-site-link:visited {
  color: #90a1bb;
}
.home-site-link:hover {
  color: #6CA0A6;
}
.home-site-link:active {
  color: #004A53;
}


.website-link {
  text-decoration: none;
  color: #EAEBED;
  font-size:20px;
  font-weight:400;
}
.website-link:visited {
  color: #EAEBED;
}
.website-link:hover {
  color: #7893c5;
}
.website-link:active {
  color: #4069b5;
}


.box {
   display: inline-flex;
   align-items:center;
   text-align:center;
   vertical-align:middle;
}

.flex-child {
    flex: 1;
    vertical-align: middle;
}  

.box {
   display: inline-flex;
   align-items:center;
   text-align:center;
   vertical-align:middle;
}

/* The Password Requirements Box is shown when the user clicks on the password field */
	#message {
		display: none;
		background: #E7EFF1;
		color: #000;
		position: relative;
		text-align: center;
		width: 100%;
		border-radius:5px;
		transition: all .1s ease-in-out;
	}
	#message .bottom {
		background-color: white;
	}
/* Add a green text color and a checkmark when the requirements are right */
	.valid {
		color: #0F8C34;
		font-family: arial, cambria, helvetica, verdana, times, 'times new roman', garamond, sans-serif; 
		font-weight: 400;
		transition: all .1s ease-in-out;
	}
	.valid:before {
		position: relative;
		content: "✔";
		left: -8px;
		color: #0F8C34;
		transition: all .1s ease-in-out;
	}
/* Add a red text color and an "x" when the requirements are wrong */
	.invalid {
		color: #D70F0F;
		font-family: arial, cambria, helvetica, verdana, times, 'times new roman', garamond, sans-serif;
		font-weight:400;
		transition: all .1s ease-in-out;
	}
	.invalid:before {
		position: relative;
		content: "✖";
		left: -8px;
		color: #D70F0F;
		transition: all .1s ease-in-out;
	}