@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext");
@font-face{font-family:Whitney;font-weight:300;src:url(../font/whitney300.woff) format("woff")}
@font-face{font-family:Whitney;font-weight:400;src:url(../font/whitney400.woff) format("woff")}
@font-face{font-family:Whitney;font-weight:500;src:url(../font/whitney500.woff) format("woff")}
@font-face{font-family:Whitney;font-weight:600;src:url(../font/whitney600.woff) format("woff")}
@font-face{font-family:Whitney;font-weight:700;src:url(../font/whitney700.woff) format("woff")}

html {
  min-height: 100%;
  position: relative;
}

body {
  color: #23272a;
  font-family: Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-style: normal;
  height: 100%;
  line-height: 28px;
  margin-bottom: 60px;
}

p {
  font-variant: normal;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: #00b0f4;
}
a:hover {
  color: #00b0f4;
  text-decoration: underline;
  text-decoration-color: #ff2657;
}
.h1, h1 {
  font-weight: 800;
}

.alert-info {
  background: #e1f5fe;
  color: #1b1f24;
  border-color: #0969da;
}
.alert-warning {
  background: #fff8c5;
  color: #1b1f24;
  border-color: #bf8700;
}
.alert-danger {
  background: #ffebe9;
  color: #1b1f24;
  border-color: #cf222e;
}
.alert-success {
  background: #dafbe1;
  color: #1b1f24;
  border-color: #2da44e;
}

.btn {
    padding: 16px 24px;
    transition: .2s;
    border-radius: 28px;
}
.btn-sm {
    padding: 7px 16px;
}

.btn-success {
  background-color: #2ebc4f;
  border-color: #2ebc4f;
  color: #fff;
  font-weight: 600;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #2ebc4f;
  border-color: #2ebc4f;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}

.btn-primary {
  background-color: #1074e7;
  border-color: #1074e7;
  color: #fff;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color:#0366d6;
  border-color:#0366d6;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color:#0361cc;
  border-color:#0366d6;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
  font-weight: 600;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #c9302c;
  border-color: #c9302c;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-color: #c9302c;
  border-color: #c9302c;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}

.btn-dark {
  background-color: #23272a;
  border-color: #23272a;
  color: #fff;
  font-weight: 600;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-color: #36393f;
  border-color: #36393f;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-color: #36393f;
  border-color: #36393f;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #23272a;
  font-weight: 600;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #FF2052;
}
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #FF2052;
}

.btn-brand {
  background-color: #FF2052;
  border-color: #FF2052;
  color: #fff;
  font-weight: 600;
}
.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active,
.btn-brand.active,
.open .dropdown-toggle.btn-brand {
  background-color: #ff2d5c;
  border-color: #ff2d5c;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}
.btn-brand:active,
.btn-brand.active,
.open .dropdown-toggle.btn-brand {
  background-color: #ff2d5c;
  border-color: #ff2d5c;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  color: #fff;
}

.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand>img {
  height: 100%;
  padding: 10px;
  width: auto;
}
.navbar-default {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.navbar-default .navbar-nav>li>a {
  font-weight: 600;
  font-size: larger;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav>li>a {
    font-size: 19px;
  }
}
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
}
.navbar .divider-vertical {
  height: 50px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
  .navbar .divider-vertical {
    height: 10px;
    margin: 0 9px;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #f2f2f2;
  }
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  font-size: larger;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    font-size: 19px;
  }
}
.dropdown-menu>li>a:hover {
  background: none;
  color: #1a73e8;
}
.color-green {
  color: #34A853;
}
.color-red {
  color: #e41b13;
}
.page-hero {
  text-align: center;
/*  color: #202124; */
  color: #23272a;
}
.page-hero .jumbotron {
  background-color: #FCFCFC;
}
.jumbotron.cover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; 
    background: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 350px;
}
.page-hero .jumbotron h1 {
  letter-spacing: -.5px;
}
.legal-body p {
  margin: 16px 0;
}
.legal-body .alert>p {
  margin: 0 0 10px;
  margin-bottom: 0;
}
.legal-body .alert>ul {
  margin-bottom: 0;
}
.legal-body h2 {
  margin: 48px 0 24px;
}

.guidelines-hero .jumbotron {
  color: #fff;
  background-color: #5865f2;
}

.blog-entry {
  padding-top: 20px;
}
.blog-entry>h3>a {
  color: rgba(0,0,0,.84);
}
.blog-entry a:hover {
    text-decoration: underline;
    text-decoration-color: #ff2657;
}

.blog-entry .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 150px !important;
    height: 50px;
    padding: 3px;
    width: 50px;
}
.blog-entry .carousel-info {
    overflow: hidden;
}
.blog-entry .carousel-info img {
    margin-right: 5px;
}
.blog-entry .carousel-info span {
    display: block;
}
.blog-entry span.testimonials-name {
    color: #1C9963;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 5px;
}
span.testimonials-name a {
  color: #202124;
}
.blog-entry span.testimonials-post {
    color: #656565;
    font-size: 12px;
}
.blog-title h1 {
  font-size: 32px;
}
.blog-title.header {
  box-shadow: none;
  padding: 100px 75px 50px;
  color: #fff;
}
span.date {
  color: #666;
}
.header span.date {
  color: #fff
}
.blog-post {
  margin-bottom: 20px;
}
.blog-post .blog-userinfo img {
  border: 1px solid #f5f5f5;
  border-radius: 150px !important;
  height: 50px;
  padding: 3px;
  width: 50px;
}
.blog-post .blog-userinfo {
    overflow: hidden;
}
.blog-post .blog-userinfo img {
    margin-right: 5px;
}
.blog-post .blog-userinfo span {
    display: block;
}
.blog-post span.blog-userinfo-name {
    color: #42b7b0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 15px;
}
span.blog-userinfo-name a {
  color: #ff2657;
  font-weight: 400;
}
.blog-post-comments {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.blog-post-comments p {
  color: #333;
  text-align: center;
}
.page-title.header {
  box-shadow: none;
  padding: 100px 75px 50px;
  color: #fff;
}
.u-bottom {
  padding-bottom: 20px;
}
.u-bottom40 {
  padding-bottom: 40px;
}
.u-border-bottom {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0,0,0,.0785);
}
.u-padding-top {
  padding-top: 20px;
}
.pagination>li>a,
.pagination>li>span { 
  border-radius: 50% !important;
  margin: 0 5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f4f5f6;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer ul li {
    display: block;
    list-style: none;
    padding-right: 20px;
    float: left;
}
footer ul li a {
  color: #6d6f7b;
  font-weight: 500;
}
footer ul li a:hover {
  color: #FF2657;
  text-decoration: none;
}
.helpcenter > .jumbotron {
  background-color: #5865f2;
  text-align: center;
  color: #fff;
  letter-spacing: -.5px;
}
.helpcenter > .jumbotron > p {
  color: #fff;
}
.helpcenter-link,
.helpcenter-link:hover,
.helpcenter-link:active,
.helpcenter-link:focus {
  text-decoration: none;
}
.helpcenter-solutions {
  padding-top: 40px;
}
.helpcenter-solution {
  padding-top: 20px;
}
.helpcenter-solution:hover {
-webkit-transform: scale(1.045) rotate(0.0001deg);
    -moz-transform: scale(1.045) rotate(0.0001deg);
    -ms-transform: scale(1.045) rotate(0.0001deg);
    -o-transform: scale(1.045) rotate(0.0001deg);
    transform: scale(1.045) rotate(0.0001deg);
    background-color: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
}
.helpcenter-solution > .caption {
  text-align: center;
}
.helpcenter-solution > .caption > h3 {
  color: #ff2657;
}
.help-title h1 {
  font-weight: 900;
}
.help-body {
  font-size: 16px;
}
.help-body p {
  margin: 16px 0;
}
.help-body .alert>p {
  margin: 0 0 10px;
  margin-bottom: 0;
}
.help-body .alert>ul {
  margin-bottom: 0;
}
.help-body h2 {
  margin: 48px 0 24px;
}
.help-body pre {
  background: #f5f5fa;
  color: #37474f;
  border: 0px;
  border-radius: 4px;
}
.help-body code {
  background: #f5f5fa;
  color: #37474f;
  font-weight: 400;
  border-radius: 4px;
}
.help-bottom {
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.help-bottom {
  text-align: center;
  color: #ABB2B9;
}
.guides-title h1 {
  font-size: 38px;
}
.guides-content h2 {
  font-size: 28px;
}
.guides-content {
  font-size: 16px !important;
  line-height: 21px;
}

#profile .jumbotron {
  box-shadow: inset 0 0 2.13rem rgba(0,0,0,.2);
  display: table;
  width: 100%;
  position: relative;
  background: #525558 url('../img/blur.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 350px;
  height: 350px;
  height: -webkit-calc(100vh - 449px);
  height: -moz-calc(100vh - 449px);
  height: calc(100vh - 449px);
  color: #fff;
}
.profile-gravatar {
  max-width: 160px;
  margin: 0 auto;
  text-align: center;
}
.profile-cu {
  border-radius: 50%;
}
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul {
 padding-left: 0;
 margin-bottom: 0;
 list-style: none;
}

.profile-usermenu > li {
  position: relative;
  display: block;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
  padding: 10px 15px
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li {
  color: #24292e;
  font-size: 14px;
}

.profile-usermenu ul li i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li .badge {
  background-color: #0366d6;
  border-radius: 2px;
}
.settings {
  margin-top: 40px;
}
.settings-content {
  background-color: #fff;
  padding: 2rem 2rem 1rem;
  margin: 0 auto 2rem;
  margin-bottom: 40px;
  position: relative;
}
.settings-content h1 {
  margin-top: 0;
}
.color-check {
  color: #EB375D;
}
.titles-container {
  height: 100%; overflow: auto;
}
input#titleId.title-command {
  font-weight: bold;
}

ul.titles { width:200px;float:left;margin:0 5px 0 0;padding:0;}
ul.titles li {width:200px;list-style-type:none;margin:0 0 5px 0;padding:5px;}

.hero .jumbotron {
  min-height: 450px;
  background-color: #000;
/*  background-image: url(../img/blur-bg-min.jpg); */
  background-image: url(../img/trianglify-background2.png);
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  margin-bottom: 0;
}
.hero .jumbotron h1,
.hero .jumbotron p {
  text-shadow: #3a3939 0.1em 0.1em 0.1em;
}

.frontpage-hero {
  color: #fff;
  text-align: center;
  vertical-align: center;
}
.frontpage-hero h1 {
  font-size: 43px;
}
.chat-callout {
  padding: 45px;
}
.frontpage-tip {
  text-align: center;
  vertical-align: center;
  background-color: #fff;
  padding: 50px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-weight: 400;
  line-height: 1;
}
.tip-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.tip-title span {
  color: #FF2657;
}

.signup-form label {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 600;
}
.register-msg {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  border: 0;
}
.note {
  min-height: 17px;
  margin: 4px 0 2px;
  font-size: 12px;
  color: #586069;
}
.tos-callout {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.error-message {
    display: block;
    padding: 5px 8px;
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 400;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #cea0a5;
}
.bg-shade {
  background-image: linear-gradient(180deg, rgba(27,31,35,0.065), rgba(27,31,35,0)) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 200px !important;
}

.btn-outline {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 22px;
  color: #0060df; 
  background-color: #fff;
  border-color:#0060df;
}
.btn-outline:hover,
.btn-outline:focus, 
.btn-outline:active, 
.btn-outline.active, 
.open .dropdown-toggle.btn-outline {
  font-weight: 600;
  color: #fff; 
  background-color:#0060df;
  border-color:#0060df;
} 
.btn-outline:active, 
.btn-outline.active, 
.open .dropdown-toggle.btn-outline {
  font-weight: 600;
  color: #fff; 
  background-color:#0060df;
  border-color:#0060df;
}

.btn-outline-blue {
  font-weight: 600;
  color: #0060df; 
  background-color: #fff;
  border-color: rgba(16,116,231,.5);
}
.btn-outline-blue:hover,
.btn-outline-blue:focus, 
.btn-outline-blue:active, 
.btn-outline-blue.active, 
.open .dropdown-toggle.btn-outline-blue { 
  color: #0060df;
  background-color: #fff;
  border-color: #0060df;
} 
.btn-outline-blue:active, 
.btn-outline-blue.active, 
.open .dropdown-toggle.btn-outline-blue {
  color: #0060df;
  background-color: #fff;
  border-color: #0060df;
}


.color-check-green {
  color: #1ba548;
}
.color-check-red {
  color: #e41b13;
}
.tldr .list-group-item {
  border:0 ;
  font-size: 16px;
  font-weight: 500;
}
.community-guidelines-content {
  padding: 25px;
}
.community-guidelines-header {
  padding: 25px;
}
.community-guidelines-bottom {
  padding: 25px;
}
.community-guidelines-bottom h2 {
  text-align: center;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  font-weight: 600;
  color: #ff2657;
  border-color: #ff2657 !important;
}
.list-group-item.active {
  background-color: #fff !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #00b0f4;
  border-color: #00b0f4 !important;
}
.pagination>.active>a {
  background-color: #fff !important;
}
.pagination>li>a, .pagination>li>span {
   color: #00b0f4;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
   color: #ff2657;
}
.settings-title {
  font-size: 24px;
}
.settings-title small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.intranet-banner {
  padding: 10px;
  background-color: #FF2657;
}
#mapCanvas {
  width: 100%;
  height: 100%;
}
.mapContainer{
  height:200px;
  width:100%
}
a.signin-signup {
  font-weight: 700 !important;
  color: #FF2657 !important;
}
a:hover.signin-signup {
  text-decoration: underline !important;
}
.music > .jumbotron {
  background-color: #fcaf45;
  text-align: center;
  color: #fff;
  letter-spacing: -.5px;
}
.music > .jumbotron > p {
  color: #fff;
}
.yeti-header > .jumbotron {
  background-color: #fff;
  text-align: center;
  color: #fff;
  letter-spacing: -.5px;
  border-bottom: #eaeaea 1px solid;
}
.yeti-header > .jumbotron > p {
  color: #fff;
}
.yeti-body h2 {
  color: #0A4B6C;
}
img.center-image.img-responsive {
  margin: 0 auto;
}
.cmd-title {
  font-weight: bold;
}
p.cmd-desc {
  font-size: 11px;
  margin: 1px;
}
.label-primary {
  background-color: #1a73e8;
}
.label-purple {
  background-color: #7D4698;
}
.label-blurple {
  background-color: #5865F2;
}
.label-red {
  background-color: #FF2657;
}
.label-blue {
  background-color: #00B0F4;
}
.label-lg {
  font-size: 16px;
}
.breadcrumb {
  background-color: #ffffff;
  padding-left: 0;
}
a.guidelines-topnav {
  color: #212121;
  font-weight: 600;
}
a.guidelines-topnav:hover {
  border-bottom: #ff2657 2px solid;
  text-decoration: none;
}
.guidelines-topnav li {
  padding: 10px;
}
.guidelines-topnav span {
  border-bottom: #ff2657 2px solid;
  font-weight: 600;
}
.pb2 {
  padding-bottom: 20px;
}
.label-staff {
  background-color: #ff2657;
}

.c-dodgerblue {
  background-color: #0088ff !important;
}
.c-brillantmagenta {
  background-color: #a033ff !important;
}
.c-lightpink {
  background-color: #ff5c87 !important;
}
.h-captcha {
  padding-top: 15px;
}
.jumbotron .h1, .jumbotron h1 {
    font-weight: 800;
}
.announcement-banner {
    padding: 8px;
    color: #1b1f24;
    border-top: 1px #bf8700 solid;
    border-bottom: 1px #bf8700 solid;
}
.announcement-banner a {
    color: #1b1f24;
}
.irc-command {
    font-family: Menlo,Consolas,Monaco,monospace;
}
.irc-verb {
    text-transform: uppercase;
    color: #e1306c;
}
.brand-card-row {
    width: 100%;
    max-width: 1260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0 20px;
    padding: 0 24px;
}
.brand-color-row {
    grid-column: span 4;
    gap: 20px;
    margin-top: 40px;
    padding: 0;
}
.brand-card {
    border: 2px solid hsla(0,0%,100%,.05);
    border-radius: 8px;
    padding: 20px;
    overflow: hidden;
    background-clip: padding-box;
}
.brand-card h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
}
.brand-color-codes {
    margin-top: 80px;
    opacity: .6;
}
.brand-code {
    font-size: 20px;
    font-size: clamp(16px,2vw,20px);
    line-height: 1.625;
}
.bcolor-red {
    background-color: #ff2657;
    color: #fff;
}
.bcolor-blurple {
    background-color: #5865F2;
    color: #fff;
}
.bcolor-blue {
    background-color: #00b0f4;
    color: #fff;
}
.bcolor-green {
    background-color: #dafbe1;
    color: #23272a;
}
.bcolor-white {
    background-color: #ffffff;
    color: #23272a;
}
.bcolor-black {
    background-color: #23272a;
    color: #ffffff;
}
.bcolor-yellow {
    background-color: #fff8c5;
    color: #23272a;
}
.changelog-body a {
    color: #23272a;
    text-decoration: underline;
}
.changelog-body code {
    background: #f5f5fa;
    color: #37474f;
    font-weight: 400;
    border-radius: 4px;
}