/*
newsroom.css
Edited/modified by Chris Keane (chris@ckweb.com)
for The Humane Society of the United States
*/

/*---------------------------------------*/
/* From old Press stylesheet--may be OK to delete */
/*---------------------------------------*/

/*@import url("https://use.typekit.net/pkd2qjy.css");*/

body {
  background-color: #1a1a1a;
  /*font: 84.5% Arial, Helvetica, sans-serif;*/
  margin: 0;
  /*padding: 13px 0;*/
  /*text-align: center;*/
  font-feature-settings: "lnum" 1, "lnum";
  color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  color: White;
}

a {
  color: white;
  text-decoration: none;
  outline: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  /*text-decoration: #009ed0;*/
}

a:active {
  text-decoration: none;
}

img {
  border: none;
  text-decoration: none;
}

form {
  padding: 0px;
  width: 0px;
  display: inline;
}

ul,
ol {
  margin-left: 18px;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a.download-link,
a:link.download-link {
  font-size: 1em;
  color: #00358E;
  font-weight: 500;
  text-decoration: underline; 
  text-decoration-thickness: 0.15rem;
  text-underline-position: under;
}

/* Begin clearfix hack */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

div#shell {
  display: block;
  position: relative;
  width: 768px;
  margin: 0 auto 0 auto;
  text-align: left;
  font-size: 90%;
}

div#page {
  position: relative;
  z-index: 1;
  clear: both;
  top: -1px;
}

div#main {
  clear: both;
  margin: 0;
  padding: 18px 0 0 0;
  border: none;
}

/*---------------------------------------*/
/* END of old Press stylesheet--may be OK to delete */
/*---------------------------------------*/

@import url("https://use.typekit.net/pkd2qjy.css");

body {
  background-color: white;
  /*font-family: "freight-sans-pro";*/
  /*font-family: Noto Sans,Arial,Helvetica,sans-serif;*/
  font-family: "Noto Sans";
  font-size: 16px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

a.underline {
  color: #000;
  box-shadow: inset 0 -0.125em #007dbc;;
}

a.underline:hover {
  color: #002b70;
}

.center-block {
  padding: inherit;
  width: 100%;
  display: block;
  margin-left: 25%;
}

.img-responsivecenter-block {
  position: relative;
  z-index: 2000;
  margin: auto;
  padding: 2rem;
  display: inline-block;
  width: auto;
  height: 100%;
}

/*@media screen and (max-width: 37.5rem) {
  .img-responsivecenter-block {
    width: 85%;
    height: 140%;
    margin-top: 0;
  }
}*/

@media (min-width: rem(600)) and (max-width: rem(1025)) {
  .img-responsivecenter-block {
    width: 42%;
  }
}

.page-main-head h2 {
  font-size: 28px;
  font-family: "Noto Sans";
  margin-bottom: auto !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.video-title-container h4 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  font-family: "Noto Sans";
  text-align: left;
}

.quicklogo {
  height: 130px;
  z-index: 2000;
  width: 100%;
  margin-top: -1.5rem;
  position: relative;
  background-color: #f8f8f8;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
}
#HWlogo {margin-top: 1rem;}

.loginlogo {
  min-height: 130px;
  margin: 0 0 8px 0;
  background-color: #f8f8f8;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginlogo img#HSUSLogo {
  display: block;
  max-height: 104px;
  width: auto;
  box-shadow: none;
}


.page-content h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #000 !important;
}

input#agreedToTerms {
  margin-right: 4px;
}

input[type="checkbox"] {
  accent-color: #009ed0;
}

.account-summary {
  background-color: rgba(226, 226, 226, 0.28);
  border-radius: 5px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .col-sm-4 {
    width: 51%;
  }

  .forgot-password-container a {

    margin-left: 0rem;
  }
}

.btn-primary {
  color: #fff;
  background-color: #009ed0;
  border-color: #009ed0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
}

.btn-primary.login,
.btn-primary.submit {
 /* background-color: #009ceb;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 12px 3rem 12px 3rem;
  font-size: 16px;
  font-weight: 600;
  border-radius: .5rem;
*/
align-items: center;
  background-color: #009ceb;
  border:
0;
  border-radius:
.25rem;
  border-radius:
.5rem;
  box-shadow: none;
  color: #fff;
  display: inline-flex;
  font-family: "Noto Sans";
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
  font-weight: 700;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1.2;
  padding:
10px 12px;
  text-decoration:
none;
  transition:
color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-user-select:
none;
  -moz-user-select:
none;
  user-select: none;
}

.login:hover {
  background-color: #007dbc;
}

.btn-primary:hover {
  border-color: none;
}

#sign-up-dont~#errors {
  margin-left: 22%;
  margin-top: 36px;
}

#errors {
  margin-top: 15px;

  color: #000;
  background-color: white;
  border: none;
  margin-bottom: 20px;
  margin-left: 19%;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;

}

#errors ul {
  margin-left: 45px;
  text-align: left;
  color: #a1151a;
}

#errors ul li {
  list-style: inside;
}

#errors li {
  margin: 0;
  padding: 0;
}

#success {
  margin-top: 15px;
  color: #000;
  background-color: white;
  border: none;
  padding: 10px;
}

.form-control {
  display: block;
  /*font-family: Noto Sans,Arial,Helvetica,sans-serif;*/
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  width: 100%;
  height: 2.75rem;
  font-size: 1.5rem;
  line-height: 1.42857143;
  color: #000;
  margin: 0;
  padding: 0.5rem 0.75rem 0.375rem 0.75rem;
  border-radius: 0;
  border: 1px solid #979797;
  min-width: 0;
  min-width: initial;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: .5rem;
}

#loginForm label,
#createAccountForm label {
  padding-right: 0;
  margin-bottom: 1px;
  font-weight: 600;
}

.form-horizontal .control-label {
  line-height: 1.25;
}

.control-labelcheck {
  display: inline;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.control-label {
  display: block;
  line-height: 1.25;
  text-align: left !important;
  white-space: normal;
  width: auto;
  padding-top: 3px;
  padding-bottom: 2px;
  /*font-family: Noto Sans,Arial,Helvetica,sans-serif;*/
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  float: none;
  line-height: 1.25;
  text-align: left;
  white-space: normal;
  width: auto;
  padding-top: 3px;
  padding-bottom: 2px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1px;
}


.form-horizontal .control-label.label-long {
  padding-top: 0;
}


.account-links.with-form {
  text-align: left;
}

.account-links a:hover {
  text-align: left;
  color: #002b70;
}

.account-links.without-form {
  text-align: center;
}

.account-link a:first-of-type {
  margin-top: 10px;
}

.account-link {
  margin-bottom: 10px;
 /* padding-left: 8px;*/
 width: auto;
}

.account-links.without-form .account-link {
  padding-left: 0;
  padding-right: 0;
}

.account-link a {
  font-size: 16px;
  font-weight: 500;
  box-shadow: inset 0 -0.125em #007dbc;;
}

.newsroom-back-link a {
  text-transform: none !important;
  font-weight: bold;
  box-shadow: inset 0 -0.125em #007dbc;;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.current-email {
  line-height: 30px;
}

.form-note {
  margin-top: 5px;
  color: #000;
  font-size: 13px;
  margin-left: 0px;
  font-weight: 500;

}

#downloadlink a {
  color: #ff0;
}

.sign-up-container {
  font-size: 16px;
}

.sign-up-text {
  color: #000;
  font-weight: 600 !important;
}

a.sign-up-link {
  color: #00358e;
}


.forgot-password-container a:hover {
  color: #002b70;
  box-shadow: inset 0 -0.125em #002b70;
}
a:hover {
  text-decoration: none;
}

.forgot-password-container a {
  font-size: 16px;
  text-align: left;
  margin-top: 1em;
  color: #000;
  box-shadow: inset 0 -0.125em #007dbc;
  font-family: "Noto Sans";
  font-weight: 500;
  margin-left: auto;
  display: table-cell;


}


.g-recaptcha {
  width: 100%;
  margin-top: 2rem;
}

.top10 {
  margin-top: 10px;
}

.top20 {
  margin-top: 20px;
}

.top30 {
  margin-top: 30px;
}

.top40 {
  margin-top: 40px;
}

.bottom0 {
  margin-bottom: 0;
  margin-top: 0;
  color: #000 !important;
}

.bottom10 {
  margin-bottom: 10px;
}

.bottom20 {
  margin-bottom: 20px;
  width: 50%;
  margin-left: 25%;
  font-weight: 500;
  font-size: 19px;
  font-style: normal;
  line-height: 1.5;
}

.account-links a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-right: 1.5rem;
  box-shadow: inset 0 -0.125em #007dbc;;
}
.account-links a:hover{
  color: #002b70;
  box-shadow: inset 0 -0.125em #002b70;
}
.page-top {
  margin-top: 40px;
}

.cookie-note {
  text-align: left;
}

.form-control::-moz-placeholder {
  color: transparent;
}

.form-control:-ms-input-placeholder {
  color: transparent;
}

.form-control::-webkit-input-placeholder {
  color: transparent;
}


/* -------------------[ ADMIN AREA CONTENT ]------------------- */
.admin-content ul {
  margin-left: 0;
  list-style: circle;
}

.admin-content ul li {
  list-style: inside;
}

.admin-content ul li a {
  text-decoration: underline;
}

.admin-content table.tags-pages {
  text-align: left;
  table-layout: auto;
}

.admin-content table.tags-pages td,
.admin-content table.tags-pages th {
  padding: 10px;
}

.admin-content table.tags-pages tr td:first-child {
  vertical-align: top;
  padding-right: 10px;
}

.admin-content table tbody tr:nth-child(odd) {
  background-color: #c9cff6;
}

.admin-content .footer-links {
  margin-top: 5rem;
}

/* -------------------[ Language Switcher Styles ]------------------- */

.language-switcher {
  position: absolute;
  right: 5px;
}

.language-switcher button {
  border-radius: 0;
  width: 4.5em;
}

.language-switcher .dropdown-menu {
  border-radius: 0;
  width: 7.5em;
  min-width: initial;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {

  background-color: #EEF0F1 !important;
}

.language-switcher:focus {
  outline-color: transparent;
  outline-width: 0;
  outline: 0;
}

.language-switcher button {
  border: none;
  font-size: 16px;
}

.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher button:active,
.language-switcher button:active:focus,
.language-switcher.open>button.dropdown-toggle {
  background-color: transparent;
  box-shadow: none;
  outline: 0;

}

.language-switcher .dropdown-menu {
  width: 5.4em;
  background-color: #eef0f1;
}

.form-group {
  margin-bottom: 1px !important;
}

@media screen and (min-width: 37.5em) {
  .language-switcher .dropdown-menu {
    width: 4em;
  }
}

.language-switcher .dropdown-menu a {
  font-size: 12px;
  padding: 3px 12px;
}

/* When language switcher is on fetcher gallery screen, it looks different */
.light-gallery .language-switcher {
  display: inline-block;
  float: none;
  position: relative;
  right: auto;
}

.light-gallery .language-switcher button {
  padding: 0;
  width: auto;
}

@media screen and (max-width: 75em) {
  .label-pad-fix {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 62em) {
  .label-pad-fix {
    padding-top: 7px !important;
  }

  .col-sm-2.button-pad-fix {
    padding-left: 0 !important;
  }

  .sign-up-container {
    text-align: left;
  }

  .forgot-password-container {
    text-align: left;
    margin-top: 0.5em;
    font-size: 12px;
    margin-right: 10px;
  }

  .button-pad-fix {
    text-align: left;
  }

  .account-links .newsroom-back-link {
    padding-left: 0px !important;
  }

  .language-switcher {
    float: right;
  }
}

@media screen and (max-width: 51.25em) {
  .cookie-note {
    text-align: center;
  }
}

@media screen and (max-width: 48em) {

  .center-block {
    margin-left: 0px !important;
    width: auto;
  }

  .createaccount-links {
    margin-left: 12%;
  }

  .account-link {
    text-align: center;
    padding-left: 15px;
  }

  .account-links {
    text-align: center;
    /*padding-left: 15px;*/
  }
  .back-newsroom-link {
    /*margin-top: -30px;*/
  }

  .btn-primary.login {
    margin-bottom: 1.5em;
    display: block;
  }

  .current-email {
    text-align: center;
    display: block;
  }

  #errors ul {
    margin-left: 5%;
    max-width: 90%;
  }

  .page-top {
    margin-top: 10px;
  }

  .bottom20 {
    margin-left: 0 !important;
    width: auto;

  }

  .col-sm-2.button-pad-fix {
    padding-left: 15px !important;
  }
}

form#activateAccountForm input#activator-name {
  /*margin-left: 20%;
  margin-right: 20%;
  width: 60%;*/
  margin-top: 1rem;
}

form#activateAccountForm input#activator-name::-moz-placeholder {
  color: #999;
}

form#activateAccountForm input#activator-name:-ms-input-placeholder {
  color: #999;
}

form#activateAccountForm input#activator-name::-webkit-input-placeholder {
  color: #999;
}

form#loginForm {
  margin-top: 5rem;
  margin-bottom: 20px;
}

div#sign-up-dont {
  margin-top: -13px;
  padding-top: 1px;
  text-align: center;
}
.alert-success, .alert-danger {
  border: none;
  background: none;
}

.form-narrow {
  max-width: 500px;
}

.form-narrow-md {
  max-width: 550px;
}

.form-narrow-lg {
  max-width: 600px;
}