@import url(//fonts.googleapis.com/css?family=Roboto+Condensed);
.cb-error {
  color: red;
}
.cb-img-landscape {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.cb-img-landscape > *:not(.popover) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cb-img-square {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.cb-img-square > *:not(.popover) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.cb-section {
  margin-top: 2%;
  padding: 0 5px;
}
@media screen and (min-width: 991px) {
  .cb-section {
    padding: 0;
  }
}
.cb-panel {
  font-family: 'Roboto Condensed';
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .cb-panel .text {
    font-size: 20px;
  }
}
.cb-panel .panel-title {
  font-family: 'Roboto Condensed';
  line-height: 1.2;
  font-size: 27px;
  font-weight: 300;
  color: #666666;
}
.modal {
  top: 50px;
}
.cb-modal {
  z-index: 12000;
}
@media screen and (max-width: 767px) {
  .cb-modal .modal-dialog {
    margin: 10px auto;
  }
}
.cb-modal .modal-dialog .modal-content {
  text-align: left;
}
.cb-modal .modal-dialog .modal-content .cb-close {
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 21px;
  height: 22px;
  font-size: 20px;
  text-align: right;
  color: #424242;
  opacity: 1;
  z-index: 2;
}
.cb-modal .modal-dialog .modal-content .cb-close img {
  width: 100%;
  vertical-align: top;
}
.cb-modal .modal-dialog .modal-content .modal-body .cb-modal-header {
  font-family: 'Roboto Condensed';
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
  color: #424242;
}
.cb-modal .modal-dialog .modal-content .modal-body .cb-modal-subheader {
  font-family: 'Roboto Condensed';
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400;
  color: #606ca1;
  margin-bottom: 5px;
}
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls {
  margin-top: 20px;
  text-align: right;
}
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls > div + div {
  margin-left: 10px;
}
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .action {
  color: #ffffff !important;
  display: inline-block;
  max-width: 100%;
  line-height: 33px;
  padding: 0 15px;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 14.5px;
  font-family: inherit;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ff4b55;
  width: 125px;
}
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .action:active {
  background-color: #666666 !important;
  color: #ffffff !important;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .action:hover {
    background-color: #666666 !important;
    color: #ffffff !important;
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .action {
    width: 175px;
  }
}
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .cancel {
  color: #666666 !important;
  display: inline-block;
  max-width: 100%;
  line-height: 33px;
  padding: 0 15px;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 14.5px;
  font-family: inherit;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .cancel:active {
  background-color: #ffffff !important;
  color: #666666 !important;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .cancel:hover {
    background-color: #ffffff !important;
    color: #666666 !important;
    text-decoration: none;
  }
}
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .action,
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .cancel {
  cursor: pointer;
}
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .disabled,
.cb-modal .modal-dialog .modal-content .modal-body .modal-ctrls .disabled:hover {
  background-color: #f0f0f0 !important;
  cursor: default;
}
.fade.show {
  opacity: 1 !important;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0,0) !important;
  -o-transform: translate(0,0) !important;
  transform: translate(0,0) !important;
}
.modal-backdrop .fade .show {
  opacity: 0.5 !important;
}
.modal-backdrop.fade {
  opacity: 0.5 !important;
}
.cb-icon-topleft {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.cb-icon-topright {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.cb-icon-bottomleft {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.cb-icon-bottomright {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.cb-txt-short {
  position: relative;
  line-height: 1.4;
  height: 4.2em;
  overflow: hidden;
}
.cb-txt-long {
  height: auto !important;
}
.cb-txt-spacer {
  display: inline-block;
  width: 4em;
  height: 1em;
}
.cb-txt-more {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: inherit;
  color: #606ca1;
  cursor: pointer;
}
.cb-txt-more:before {
  content: '\00A0\2026\00A0';
}
[data-profile-letter] {
  border-radius: 50%;
}
[data-profile-letter]:before {
  content: attr(data-profile-letter);
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 33px;
  text-align: center;
  color: #ffffff;
}
[data-profile-letter] img {
  display: none;
}
[data-profile-letter=""]:before {
  display: none;
}
[data-profile-letter=""] img {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  vertical-align: middle;
}
.photo-comment [data-profile-letter]::before {
  font-size: 30px;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.photo-comment img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}
[data-profile-letter="A"],
[data-profile-letter="E"],
[data-profile-letter="I"],
[data-profile-letter="M"],
[data-profile-letter="Q"],
[data-profile-letter="U"],
[data-profile-letter="Y"] {
  background-color: #ff4b55;
}
[data-profile-letter="B"],
[data-profile-letter="F"],
[data-profile-letter="J"],
[data-profile-letter="N"],
[data-profile-letter="R"],
[data-profile-letter="V"],
[data-profile-letter="Z"] {
  background-color: #60b6e1;
}
[data-profile-letter="C"],
[data-profile-letter="G"],
[data-profile-letter="K"],
[data-profile-letter="O"],
[data-profile-letter="S"],
[data-profile-letter="W"] {
  background-color: #606ca1;
}
[data-profile-letter="D"],
[data-profile-letter="H"],
[data-profile-letter="L"],
[data-profile-letter="P"],
[data-profile-letter="T"],
[data-profile-letter="X"] {
  background-color: #666666;
}
.cb-like {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.cb-like:before {
  content: '';
  background: url('/ui/images/heart_grey.svg') center / 100% no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.cb-like:after {
  content: attr(data-total-likes);
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .cb-like {
    font-size: 20px;
  }
  .cb-like:before {
    width: 19px;
    height: 19px;
  }
}
.cb-like .status-text {
  position: absolute;
  margin-left: 15px;
  vertical-align: middle;
}
.cb-like .status-text:before {
  content: '\2022';
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cb-like .status-text:after {
  content: 'Like';
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
  color: #606ca1;
}
.cb-like.liked:before {
  background: url('/ui/images/heart_coral.svg') center / 100% no-repeat;
}
.cb-like.liked .status-text:after {
  content: 'Unlike';
}
.cb-like:hover:before {
  background: url('/ui/images/heart_coral.svg') center / 100% no-repeat;
}
.banner_close {
  float: right;
  height: 50px;
}
.close {
  float: right;
  position: relative;
  line-height: 50px;
  text-align: center;
}
.form-label-mobile {
  display: none;
}
#sitewide-banner {
  line-height: 50px;
  text-align: center;
  background-color: #666;
  color: white;
  font-size: 20px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 20001;
}
.sitewide-banner-container {
  margin: 0 auto;
  position: relative;
  height: 50px;
  max-width: 1080px;
}
.sitewide-banner-container div.sitewide-banner-form .label-full {
  display: block;
}
.sitewide-banner-container div.sitewide-banner-form .label-short {
  display: none;
}
.sitewide-banner-container div.success {
  float: none;
}
.form-container {
  max-width: 550px;
  margin-left: 20px;
}
form.js-newsletter-banner-signup {
  height: 50px;
}
form.js-newsletter-banner-signup .error {
  font-size: 13px;
  float: right;
  margin: 0 0 0 10px;
  color: #ff4b55;
}
form.js-newsletter-banner-signup input {
  width: 175px;
  height: 30px;
}
form.js-newsletter-banner-signup button {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .usable-net-assistive-wrapper .UsableNetAssistive {
    top: 20px;
  }
  #sitewide-banner {
    font-size: 16px;
  }
  .sitewide-banner-container .btn-danger {
    font-size: 12px;
  }
  .form-label {
    display: none;
  }
  .form-label-mobile {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  #sitewide-banner {
    font-size: 12px;
    line-height: 50px;
  }
  .sitewide-banner-container {
    height: 50px;
  }
  .sitewide-banner-container .btn-danger {
    padding: 0 10px;
    line-height: 18px;
    font-size: 10px;
  }
  div.sitewide-banner-form .label-full {
    display: none !important;
  }
  div.sitewide-banner-form .label-short {
    display: block !important;
  }
}
@media screen and (max-width: 375px) {
  #sitewide-banner {
    font-size: 12px;
    line-height: 30px;
  }
  .sitewide-banner-container .btn-danger {
    line-height: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  #sitewide-banner {
    font-size: 10px;
    line-height: 30px;
  }
  .sitewide-banner-container .btn-danger {
    line-height: 20px;
    font-size: 8px;
  }
}
.cb-login {
  font-family: 'Roboto Condensed';
  line-height: 1.2;
  color: #666666;
}
.cb-login .login-btn {
  color: #ffffff !important;
  display: inline-block;
  max-width: 100%;
  line-height: 33px;
  padding: 0 15px;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 14.5px;
  font-family: inherit;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ff4b55;
  width: 195px;
  padding: 5px;
}
.cb-login .login-btn:active {
  background-color: #666666 !important;
  color: #ffffff !important;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .cb-login .login-btn:hover {
    background-color: #666666 !important;
    color: #ffffff !important;
    text-decoration: none;
  }
}
.cb-login .modal-dialog {
  max-width: 430px;
}
.cb-login .modal-header {
  font-size: 27px;
  font-weight: 300;
  border-bottom: 0;
  color: #666666;
  padding: 15px 20px 15px;
  text-align: center;
}
.cb-login .modal-body {
  padding: 0 20px 5px;
}
.cb-login .modal-body .elem {
  margin-bottom: 10px;
}
.cb-login .modal-body .input {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 1px solid #b9b9b9;
  color: #666666;
}
.cb-login .modal-body .input.has-error {
  border-color: #a94442;
}
.cb-login .modal-body .login-error {
  font-size: 16px;
  color: red;
}
.cb-login .modal-body .login-opts {
  font-size: 15px;
  width: 100%;
}
.cb-login .modal-body .login-opts .forgot-pass {
  float: left;
  text-decoration: none;
}
.cb-login .modal-body .login-opts .remember-me {
  font-weight: 400;
  float: right;
}
.cb-login .modal-footer {
  padding: 15px 20px 20px;
  border-top: 0;
  text-align: center;
}
.cb-login .modal-footer .spacer-or {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cb-login .modal-footer .spacer-or:before {
  content: 'or';
  margin: 10px 0;
}
.cb-login .modal-footer .fb-btn {
  color: #ffffff !important;
  display: inline-block;
  max-width: 100%;
  line-height: 33px;
  padding: 0 15px;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: 700;
  font-size: 14.5px;
  font-family: inherit;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #3b5998;
  padding: 5px;
}
.cb-login .modal-footer .fb-btn:active {
  background-color: #666666 !important;
  color: #ffffff !important;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .cb-login .modal-footer .fb-btn:hover {
    background-color: #666666 !important;
    color: #ffffff !important;
    text-decoration: none;
  }
}
.cb-login .modal-footer .fb-btn > * {
  vertical-align: middle;
}
.cb-login .modal-footer .not-subscriber {
  font-size: 27px;
  font-weight: 300;
  margin-top: 30px;
  padding: 30px 0 15px;
  border-top: 1px solid #b9b9b9;
}
.cb-login .modal-footer .not-subscriber .subtext {
  margin-top: 5px;
  font-size: 18px;
}
