@charset "UTF-8";

html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
   }

body {
  margin: 0; }
/*New article layout CSS begins*/

@media (min-width: 850px) {
    .article {
        flex: 1 0 66%;
        max-width: 66%;
        min-width: 640px;
        padding: 0 30px;
    }
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  
}
.article-sidebar ul {
  list-style: none;
 
}
.categories-blocks ul{
  list-style: none;
 
}


@media (min-width: 850px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    max-width: 180px
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 850px) {
  .article-container {
    flex-direction: row;
  }
}
.sidenav-item {
  border-radius: 4px;
  color: #333333;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
  padding: 10px;
  margin-left:-50px;
  max-width: 175px
}

.sidenav-item.current-article, .sidenav-item:hover {
  background-color: rgba(43, 147, 209, 1);
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
    .sub-nav input[type="search"] {
        min-width: 300px;
    }
}
@media (min-width: 768px) {
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }
}
.search input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    color: #999;
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;
    
}
@media (max-width: 500px) {.search input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    color: #999;
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;
    min-width: 300px;
    padding-left: -65px;
    margin-left: -65px;
  }}

.sub-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 50px;
    padding-bottom: 15px;
}

.search {
    position: relative;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}
nav {
    display: block;
    unicode-bidi: isolate;
}


@media (min-width: 1024px) {
    .article {
        flex: 1 0 66%;
        max-width: 66%;
        min-width: 640px;
        padding: 0 30px;
    }
}
.breadcrumbs li {
    color: #58656b;
    display: inline;
    font-weight: 300;
    font-size: 15px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collapsible-sidebar-title {
    margin-top: 0;
}
.sidenav-title {
    
    position: relative;
}
/*New article layout CSS ends*/


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }


audio,
canvas,
progress,
video {
  display: inline-block;
  
  vertical-align: baseline;
   }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;  
}

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0;
/* Added text-wrap to evenly arrange the words when wrapping */
  text-wrap: balance;
}


mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border-style: solid;  
  border-width: 2px;
/*   border-color: #800080; */
  border-color: #1176AB;
  border-radius: 5px;
  padding: 15px;
}

/* Override for images that should not have a border */
.noborder {
  border-style: none;
  padding: 0px;
}

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
   }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  
  cursor: pointer;
   }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
   }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  
  box-sizing: content-box;
   }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  
  padding: 0;
   }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
  margin: 0;
/*   padding-top: 10px; */
  padding-top: 5px;  
}

button {
  background: transparent;
  border: 0;
  padding: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

iframe {
  border: 0; }



[tabindex="-1"]:focus {
  outline: none !important; }

.search-box--without-button .search:before, .visibility-internal-icon:before, .search-result-votes:before, .recent-activity-item-comment span:before, .article-vote-up:before, .article-vote-down:before, .vote-controls a, .share a:before, .dropdown-toggle:after {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.recent-activity-item-meta {
  font-size: 14px;
  color: #757575; }

*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  height: 100%; }

html {
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  line-height: 1.6;  
  color: #222;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
/*   color: #1176AB; */
  color: #0096FF;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0a4665;
    text-decoration: none; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
/* Added margin-top and bottom */  
/*   margin-bottom: 10px;   */  
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b7bbc4;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
/*   line-height: 1.1; */
  line-height: 1.5;
  color: inherit;
/* Adding this so anchor jump goes to the heading and not below */
  scroll-margin-top: -1rem;
/*   text-wrap: balance; */
}

h1, .h1,
h2, .h2,
h3, .h3 {
/*   margin-top: 25px; } */
  margin-top: 5px; }  

h4, .h4,
h5, .h5,
h6, .h6 {
/*   margin-top: 12.5px; } */
  margin-top: 5px; }  

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
/* p, */


/* Added this block */
p {
  margin-bottom: 15px;
}

ul li,
ol li {
/*   margin-bottom: 12.5px; }   */  
  margin-bottom: 10px; }  

h1, .h1 {
  font-size: 41px;  
}
  

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 24px; }

/*h4, .h4 {
  font-size: 22px; }*/

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

b, strong {
  font-weight: bold; }

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1; }

ul,
ol {
  margin-top: 5px; }

dl {
  margin-top: 0;
/*   margin-bottom: 25px; } */
  margin-bottom: 5px; }  

dt,
dd {
  line-height: 1.6; }  

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6; }  

.clearfix:before, .clearfix:after {
  display: table;
  
  content: "";
   }

.clearfix:after {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hidden {
  display: none !important; }

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

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.vertical-offset {
  margin-bottom: 25px; }

.vertical-offset-large {
  margin-bottom: 50px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.nesty-input {
  display: block;
  width: 100%;
  height: 43px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: normal;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .nesty-input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 2px #66afe9; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 12.5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 16px;
  line-height: 1.6;
  color: #555555; }

textarea {
  resize: vertical;
  height: 129px; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 43px; } }

.form-field {
  margin-bottom: 25px; }
  .form-field.required > label:after {
    content: "*";
    color: #A92031;
    margin-left: 2px; }

.form-field.boolean {
  position: relative;
  padding-left: 20px; }
  .form-field.boolean input[type="checkbox"] {
    position: absolute;
    left: 0; }
  .form-field.boolean label {
    min-height: 25px;
    margin-bottom: 0;
    cursor: pointer; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.help-block, .form-field p {
  font-size: 90%;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #626262; }

.request-form .searchbox {
  margin-top: 25px; }

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% center; }
  select::-ms-expand {
    display: none; }

.btn,
[role="button"],
input[type="submit"],
#user #user-password #password-submit {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 8px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  .btn:focus,
  [role="button"]:focus,
  input[type="submit"]:focus,
  #user #user-password #password-submit:focus, .btn:active:focus,
  [role="button"]:active:focus,
  input[type="submit"]:active:focus,
  #user #user-password #password-submit:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover,
  [role="button"]:hover,
  input[type="submit"]:hover,
  #user #user-password #password-submit:hover, .btn:focus,
  [role="button"]:focus,
  input[type="submit"]:focus,
  #user #user-password #password-submit:focus {
    color: #1176AB;
    text-decoration: none; }
  .btn:active,
  [role="button"]:active,
  input[type="submit"]:active,
  #user #user-password #password-submit:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-primary,
.btn--primary,
.search-box--with-button input[type="submit"] {
  color: #1176AB;
  background-color: transparent;
  border-color: #1176AB; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active,
  .btn--primary:hover,
  .btn--primary:focus,
  .btn--primary:active,
  .search-box--with-button input[type="submit"]:hover,
  .search-box--with-button input[type="submit"]:focus,
  .search-box--with-button input[type="submit"]:active {
    color: #0b5073;
    background-color: transparent;
    border-color: #0b5073; }
  .btn-primary:active,
  .btn--primary:active,
  .search-box--with-button input[type="submit"]:active {
    background-image: none; }

.btn-info,
.btn--info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active,
  .btn--info:hover,
  .btn--info:focus,
  .btn--info:active {
    color: #e0e0e0;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active,
  .btn--info:active {
    background-image: none; }

.btn-warning,
.btn--warning {
  color: #F1A033;
  background-color: #F1A033;
  border-color: #ef951b; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active,
  .btn--warning:hover,
  .btn--warning:focus,
  .btn--warning:active {
    color: #d8820f;
    background-color: #e2880f;
    border-color: #c0740d; }
  .btn-warning:active,
  .btn--warning:active {
    background-image: none; }

.btn-danger, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"],
.btn--danger {
  color: #fff;
  background-color: #A92031;
  border-color: #941c2b; }
  .btn-danger:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:hover, .btn-danger:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:focus, .btn-danger:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active,
  .btn--danger:hover,
  .btn--danger:focus,
  .btn--danger:active {
    color: #e0e0e0;
    background-color: #7e1825;
    border-color: #60121c; }
  .btn-danger:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active,
  .btn--danger:active {
    background-image: none; }

.btn-success, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"],
.btn--success,
input[type="submit"],
#user #user-password #password-submit {
  color: #549747;
  background-color: transparent;
  border-color: #549747; }
  .btn-success:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:hover, .btn-success:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:focus, .btn-success:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active,
  .btn--success:hover,
  .btn--success:focus,
  .btn--success:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active,
  #user #user-password #password-submit:hover,
  #user #user-password #password-submit:focus,
  #user #user-password #password-submit:active {
    color: #3d6d33;
    background-color: transparent;
    border-color: #3d6d33; }
  .btn-success:active, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active,
  .btn--success:active,
  input[type="submit"]:active,
  #user #user-password #password-submit:active {
    background-image: none; }

.btn-default, [role="button"]:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down),
.btn--default {
  color: #1176AB;
  background-color: transparent;
  border-color: #1176AB; }
  .btn-default:hover, [role="button"]:hover:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down), .btn-default:focus, [role="button"]:focus:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down), .btn-default:active, [role="button"]:active:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down),
  .btn--default:hover,
  .btn--default:focus,
  .btn--default:active {
    color: #0b5073;
    background-color: transparent;
    border-color: #0b5073; }
  .btn-default:active, [role="button"]:active:not(.with-image):not(.menu-button):not(.login):not(.article-vote-up):not(.article-vote-down),
  .btn--default:active {
    background-image: none; }

.login {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .login:hover, .login:focus, .login:active {
    color: #e0e0e0;
    background-color: transparent;
    border-color: #e0e0e0; }
  .login:active {
    background-image: none; }

.logo {
  display: inline-block;
  vertical-align: middle; }

.logo img {
  display: block;
  max-height: 92px;
  border-style: none;
}

.row {
  margin-left: -16px;
  margin-right: -16px; }

.column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px; }

.column--xs-1 {
  width: 8.33333%; }

.column--xs-2 {
  width: 16.66667%; }

.column--xs-3 {
  width: 25%; }

.column--xs-4 {
  width: 33.33333%; }

.column--xs-5 {
  width: 41.66667%; }

.column--xs-6 {
  width: 50%; }

.column--xs-7 {
  width: 58.33333%; }

.column--xs-8 {
  width: 66.66667%; }

.column--xs-9 {
  width: 75%; }

.column--xs-10 {
  width: 83.33333%; }

.column--xs-11 {
  width: 91.66667%; }

.column--xs-12 {
  width: 100%; }

.column--xs-pull-0 {
  right: auto; }

.column--xs-pull-1 {
  right: 8.33333%; }

.column--xs-pull-2 {
  right: 16.66667%; }

.column--xs-pull-3 {
  right: 25%; }

.column--xs-pull-4 {
  right: 33.33333%; }

.column--xs-pull-5 {
  right: 41.66667%; }

.column--xs-pull-6 {
  right: 50%; }

.column--xs-pull-7 {
  right: 58.33333%; }

.column--xs-pull-8 {
  right: 66.66667%; }

.column--xs-pull-9 {
  right: 75%; }

.column--xs-pull-10 {
  right: 83.33333%; }

.column--xs-pull-11 {
  right: 91.66667%; }

.column--xs-pull-12 {
  right: 100%; }

.column--xs-push-0 {
  left: auto; }

.column--xs-push-1 {
  left: 8.33333%; }

.column--xs-push-2 {
  left: 16.66667%; }

.column--xs-push-3 {
  left: 25%; }

.column--xs-push-4 {
  left: 33.33333%; }

.column--xs-push-5 {
  left: 41.66667%; }

.column--xs-push-6 {
  left: 50%; }

.column--xs-push-7 {
  left: 58.33333%; }

.column--xs-push-8 {
  left: 66.66667%; }

.column--xs-push-9 {
  left: 75%; }

.column--xs-push-10 {
  left: 83.33333%; }

.column--xs-push-11 {
  left: 91.66667%; }

.column--xs-push-12 {
  left: 100%; }

.column--xs-offset-0 {
  margin-left: 0%; }

.column--xs-offset-1 {
  margin-left: 8.33333%; }

.column--xs-offset-2 {
  margin-left: 16.66667%; }

.column--xs-offset-3 {
  margin-left: 25%; }

.column--xs-offset-4 {
  margin-left: 33.33333%; }

.column--xs-offset-5 {
  margin-left: 41.66667%; }

.column--xs-offset-6 {
  margin-left: 50%; }

.column--xs-offset-7 {
  margin-left: 58.33333%; }

.column--xs-offset-8 {
  margin-left: 66.66667%; }

.column--xs-offset-9 {
  margin-left: 75%; }

.column--xs-offset-10 {
  margin-left: 83.33333%; }

.column--xs-offset-11 {
  margin-left: 91.66667%; }

.column--xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .column--sm-1 {
    width: 8.33333%; }
  .column--sm-2 {
    width: 16.66667%; }
  .column--sm-3 {
    width: 25%; }
  .column--sm-4 {
    width: 33.33333%; }
  .column--sm-5 {
    width: 41.66667%; }
  .column--sm-6 {
    width: 50%; }
  .column--sm-7 {
    width: 58.33333%; }
  .column--sm-8 {
    width: 66.66667%; }
  .column--sm-9 {
    width: 75%; }
  .column--sm-10 {
    width: 83.33333%; }
  .column--sm-11 {
    width: 91.66667%; }
  .column--sm-12 {
    width: 100%; }
  .column--sm-pull-0 {
    right: auto; }
  .column--sm-pull-1 {
    right: 8.33333%; }
  .column--sm-pull-2 {
    right: 16.66667%; }
  .column--sm-pull-3 {
    right: 25%; }
  .column--sm-pull-4 {
    right: 33.33333%; }
  .column--sm-pull-5 {
    right: 41.66667%; }
  .column--sm-pull-6 {
    right: 50%; }
  .column--sm-pull-7 {
    right: 58.33333%; }
  .column--sm-pull-8 {
    right: 66.66667%; }
  .column--sm-pull-9 {
    right: 75%; }
  .column--sm-pull-10 {
    right: 83.33333%; }
  .column--sm-pull-11 {
    right: 91.66667%; }
  .column--sm-pull-12 {
    right: 100%; }
  .column--sm-push-0 {
    left: auto; }
  .column--sm-push-1 {
    left: 8.33333%; }
  .column--sm-push-2 {
    left: 16.66667%; }
  .column--sm-push-3 {
    left: 25%; }
  .column--sm-push-4 {
    left: 33.33333%; }
  .column--sm-push-5 {
    left: 41.66667%; }
  .column--sm-push-6 {
    left: 50%; }
  .column--sm-push-7 {
    left: 58.33333%; }
  .column--sm-push-8 {
    left: 66.66667%; }
  .column--sm-push-9 {
    left: 75%; }
  .column--sm-push-10 {
    left: 83.33333%; }
  .column--sm-push-11 {
    left: 91.66667%; }
  .column--sm-push-12 {
    left: 100%; }
  .column--sm-offset-0 {
    margin-left: 0%; }
  .column--sm-offset-1 {
    margin-left: 8.33333%; }
  .column--sm-offset-2 {
    margin-left: 16.66667%; }
  .column--sm-offset-3 {
    margin-left: 25%; }
  .column--sm-offset-4 {
    margin-left: 33.33333%; }
  .column--sm-offset-5 {
    margin-left: 41.66667%; }
  .column--sm-offset-6 {
    margin-left: 50%; }
  .column--sm-offset-7 {
    margin-left: 58.33333%; }
  .column--sm-offset-8 {
    margin-left: 66.66667%; }
  .column--sm-offset-9 {
    margin-left: 75%; }
  .column--sm-offset-10 {
    margin-left: 83.33333%; }
  .column--sm-offset-11 {
    margin-left: 91.66667%; }
  .column--sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .column--md-1 {
    width: 8.33333%; }
  .column--md-2 {
    width: 16.66667%; }
  .column--md-3 {
    width: 25%; }
  .column--md-4 {
    width: 33.33333%; }
  .column--md-5 {
    width: 41.66667%; }
  .column--md-6 {
    width: 50%; }
  .column--md-7 {
    width: 58.33333%; }
  .column--md-8 {
    width: 66.66667%; }
  .column--md-9 {
    width: 75%; }
  .column--md-10 {
    width: 83.33333%; }
  .column--md-11 {
    width: 91.66667%; }
  .column--md-12 {
    width: 100%; }
  .column--md-pull-0 {
    right: auto; }
  .column--md-pull-1 {
    right: 8.33333%; }
  .column--md-pull-2 {
    right: 16.66667%; }
  .column--md-pull-3 {
    right: 25%; }
  .column--md-pull-4 {
    right: 33.33333%; }
  .column--md-pull-5 {
    right: 41.66667%; }
  .column--md-pull-6 {
    right: 50%; }
  .column--md-pull-7 {
    right: 58.33333%; }
  .column--md-pull-8 {
    right: 66.66667%; }
  .column--md-pull-9 {
    right: 75%; }
  .column--md-pull-10 {
    right: 83.33333%; }
  .column--md-pull-11 {
    right: 91.66667%; }
  .column--md-pull-12 {
    right: 100%; }
  .column--md-push-0 {
    left: auto; }
  .column--md-push-1 {
    left: 8.33333%; }
  .column--md-push-2 {
    left: 16.66667%; }
  .column--md-push-3 {
    left: 25%; }
  .column--md-push-4 {
    left: 33.33333%; }
  .column--md-push-5 {
    left: 41.66667%; }
  .column--md-push-6 {
    left: 50%; }
  .column--md-push-7 {
    left: 58.33333%; }
  .column--md-push-8 {
    left: 66.66667%; }
  .column--md-push-9 {
    left: 75%; }
  .column--md-push-10 {
    left: 83.33333%; }
  .column--md-push-11 {
    left: 91.66667%; }
  .column--md-push-12 {
    left: 100%; }
  .column--md-offset-0 {
    margin-left: 0%; }
  .column--md-offset-1 {
    margin-left: 8.33333%; }
  .column--md-offset-2 {
    margin-left: 16.66667%; }
  .column--md-offset-3 {
    margin-left: 25%; }
  .column--md-offset-4 {
    margin-left: 33.33333%; }
  .column--md-offset-5 {
    margin-left: 41.66667%; }
  .column--md-offset-6 {
    margin-left: 50%; }
  .column--md-offset-7 {
    margin-left: 58.33333%; }
  .column--md-offset-8 {
    margin-left: 66.66667%; }
  .column--md-offset-9 {
    margin-left: 75%; }
  .column--md-offset-10 {
    margin-left: 83.33333%; }
  .column--md-offset-11 {
    margin-left: 91.66667%; }
  .column--md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .column--lg-1 {
    width: 8.33333%; }
  .column--lg-2 {
    width: 16.66667%; }
  .column--lg-3 {
    width: 25%; }
  .column--lg-4 {
    width: 33.33333%; }
  .column--lg-5 {
    width: 41.66667%; }
  .column--lg-6 {
    width: 50%; }
  .column--lg-7 {
    width: 58.33333%; }
  .column--lg-8 {
    width: 66.66667%; }
  .column--lg-9 {
    width: 75%; }
  .column--lg-10 {
    width: 83.33333%; }
  .column--lg-11 {
    width: 91.66667%; }
  .column--lg-12 {
    width: 100%; }
  .column--lg-pull-0 {
    right: auto; }
  .column--lg-pull-1 {
    right: 8.33333%; }
  .column--lg-pull-2 {
    right: 16.66667%; }
  .column--lg-pull-3 {
    right: 25%; }
  .column--lg-pull-4 {
    right: 33.33333%; }
  .column--lg-pull-5 {
    right: 41.66667%; }
  .column--lg-pull-6 {
    right: 50%; }
  .column--lg-pull-7 {
    right: 58.33333%; }
  .column--lg-pull-8 {
    right: 66.66667%; }
  .column--lg-pull-9 {
    right: 75%; }
  .column--lg-pull-10 {
    right: 83.33333%; }
  .column--lg-pull-11 {
    right: 91.66667%; }
  .column--lg-pull-12 {
    right: 100%; }
  .column--lg-push-0 {
    left: auto; }
  .column--lg-push-1 {
    left: 8.33333%; }
  .column--lg-push-2 {
    left: 16.66667%; }
  .column--lg-push-3 {
    left: 25%; }
  .column--lg-push-4 {
    left: 33.33333%; }
  .column--lg-push-5 {
    left: 41.66667%; }
  .column--lg-push-6 {
    left: 50%; }
  .column--lg-push-7 {
    left: 58.33333%; }
  .column--lg-push-8 {
    left: 66.66667%; }
  .column--lg-push-9 {
    left: 75%; }
  .column--lg-push-10 {
    left: 83.33333%; }
  .column--lg-push-11 {
    left: 91.66667%; }
  .column--lg-push-12 {
    left: 100%; }
  .column--lg-offset-0 {
    margin-left: 0%; }
  .column--lg-offset-1 {
    margin-left: 8.33333%; }
  .column--lg-offset-2 {
    margin-left: 16.66667%; }
  .column--lg-offset-3 {
    margin-left: 25%; }
  .column--lg-offset-4 {
    margin-left: 33.33333%; }
  .column--lg-offset-5 {
    margin-left: 41.66667%; }
  .column--lg-offset-6 {
    margin-left: 50%; }
  .column--lg-offset-7 {
    margin-left: 58.33333%; }
  .column--lg-offset-8 {
    margin-left: 66.66667%; }
  .column--lg-offset-9 {
    margin-left: 75%; }
  .column--lg-offset-10 {
    margin-left: 83.33333%; }
  .column--lg-offset-11 {
    margin-left: 91.66667%; }
  .column--lg-offset-12 {
    margin-left: 100%; } }

.topbar {
  position: relative;
  z-index: 10;
  margin-bottom: 25px;
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.topbar__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.topbar__col {
  position: relative;
  padding: 20px 0; }

@media (max-width: 767px) {
  .topbar__controls > * {
    display: block;
    margin-bottom: 12.5px; } }

@media (min-width: 768px) {
  .topbar__controls > * {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; } }

.topbar__controls > *:not(.login) {
  padding-right: 0; }

.topbar__menu.is-opened {
  display: block; }

@media (max-width: 767px) {
  .topbar__menu {
    display: none;
    padding-top: 0; } }

.topbar a:not([role="button"]) {
  color: #fff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }

@media (max-width: 767px) {
  .topbar__head {
    display: table;
    width: 100%; } }

@media (max-width: 767px) {
  .topbar__button {
    display: table-cell;
    text-align: right;
    vertical-align: middle; } }

@media (min-width: 768px) {
  .topbar a:not([role="button"]):not([role="menuitem"]):hover,
  .topbar .btn.with-image.dropdown-toggle:hover {
    color: #e0e0e0; }
  .topbar__inner {
    display: table; }
  .topbar__col {
    display: table-cell;
    vertical-align: middle; }
  .topbar__controls {
    float: right; }
  .topbar__menu {
    display: table-cell !important; } }

.topbar-link {
  font-weight: bold;
  color: #fff; }

.topbar .language-selector .dropdown-toggle {
  font-weight: bold; }

@media (max-width: 767px) {
  .topbar .language-selector .dropdown-menu {
    position: static;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: 0; }
  .topbar .language-selector .dropdown-menu [role="menuitem"] {
    padding-left: 0;
    padding-right: 0; } }

.topbar .logo a {
  display: block; }

.header {
  position: relative;
  font-size: 14px;
  background-color: #1176AB;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .header {
      margin-bottom: 75px; } }
  .header .container-inner {
    position: relative;
    z-index: 2; }

.dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 0, 0, 0.06);
  font-size: 14px;
  overflow: hidden; }

.dropdown-menu [role="menuitem"] {
  padding: 8px 16px; }
  .dropdown-menu [role="menuitem"][aria-selected=true]:after {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    content: '\f00c'; }

.dropdown-menu [role=separator] {
  font-size: 16px;
  color: #222;
  margin: 0;
  padding: 0;
  border-color: #b7bbc4; }

@media (min-width: 768px) {
  .topbar .dropdown-menu [role="menuitem"] {
    color: #222; } }

.topbar .dropdown-toggle:after {
  color: inherit; }

@media (max-width: 767px) {
  .section-subscribe .dropdown-menu {
    left: 0;
    right: auto; } }

.comment-actions .dropdown-menu {
  left: auto;
  right: 0; }

#user-password [role=separator],
#user-profile [role=separator] {
  padding: 8px 16px;
  margin-bottom: 16px; }

@media (max-width: 767px) {
  #user-password,
  #user-profile {
    background-color: #fff;
    border-radius: 4px;
    min-width: 1px !important;
    border: 1px solid #b7bbc4; } }

#user-name {
  font-size: 14px;
  font-weight: bold; }

#user .dropdown-toggle {
  padding: 0;
  border: 0;
  color: inherit; }
  @media (max-width: 767px) {
    #user .dropdown-toggle:after {
      display: none; } }

#user #user-dropdown {
  background: #fff; }
  @media (max-width: 767px) {
    #user #user-dropdown {
      display: block !important;
      background: transparent;
      position: static;
      box-shadow: none; }
      #user #user-dropdown:before, #user #user-dropdown:after {
        display: none; } }

@media (max-width: 767px) {
  #user #user-dropdown [role="menuitem"] {
    padding-left: 0;
    padding-right: 0; }
  #user #user-dropdown [role="menuitem"]:hover {
    background-color: transparent; } }

@media (max-width: 991px) {
  #user-menu [role=separator] {
    display: none; } }

#user #user-profile {
  padding: 0 0 16px 0; }
  #user #user-profile dt {
    opacity: 1;
    text-align: left;
    padding: 4px 0 0 16px;
    font-size: 16px; }
  #user #user-profile label {
    font-weight: 400;
    margin-bottom: 0; }
  #user #user-profile dd {
    margin-left: 105px;
    padding: 2px; }

#user #profile-photo-wrapper {
  width: 20px;
  height: 20px;
  border-radius: 2px; }

#user #profile-photo img {
  max-height: 20px; }

#user #user-password #password-form {
  padding: 0 16px 16px 16px; }

#user #user-password #password-form,
#user #user-password #password-form label,
#user #user-password #password-form ul {
  font-size: 16px; }

#user #user-password #password-form ul li {
  margin-bottom: 0; }

#user #user-password #password-submit {
  float: none !important;
  margin: 0 !important; }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@media (min-width: 768px) {
  #user-dropdown, #user-dropdown[aria-expanded="false"] {
    opacity: 0; }
  #user-dropdown[aria-expanded="true"] {
    display: inline;
    opacity: 1;
    -webkit-animation: bounce .3s ease-out;
            animation: bounce .3s ease-out; } }

#user .dropdown-toggle {
  color: #fff; }

.search-box {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: none;
  padding: 0; }
  .search-box #query {
    border: none;
    border-radius: 50px;
    color: #333;
    height: 60px; }
    .search-box #query::-moz-placeholder {
      color: #A5A1A1;
      opacity: 1; }
    .search-box #query:-ms-input-placeholder {
      color: #A5A1A1; }
    .search-box #query::-webkit-input-placeholder {
      color: #A5A1A1; }

.search-box--without-button {
  padding-right: 30%;
  padding-bottom: 4%;
  padding-left: 30%;
  }

  @media (min-width: 768px) {
    .search-box--without-button {
      padding-top: 5%; } }
  .search-box--without-button .search:before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    font-size: 20px;
    color: #2B3D4E;
    content: "\f002";
    border-right: 1px solid #b7bbc4;
    padding-right: 16px; }
  .search-box--without-button .search {
   position: relative;
    max-width:100%;
}
.search-box--without-button .search:before {
display:none
}
  .search-box--without-button input[type="submit"] {
    display: none; }
  .search-box--without-button #query {
    padding: 0 55px 0 71px;
    font-size: 16px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    -webkit-transition: all .6s ease;
            transition: all .6s ease; }
    @media (max-width: 767px) {
      .search-box--without-button #query {
        height: 43px; } }
    .search-box--without-button #query:focus {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4); }

.search-box-small input[type="submit"] {
  display: none; }

.category {
  padding-bottom: 25px; }
  .category h2 > a {
    color: inherit; }

.category + .category {
  border-top: 1px dotted #b7bbc4; }

.section h3 > a {
  color: inherit; }

.section:nth-of-type(1n) {
  clear: none; }

.section:nth-of-type(2n+1) {
  clear: both; }

@media (min-width: 768px) {
  .categories {
    margin-bottom: 25px; } }

.category-item {
  position: relative;
  display: table;
  margin-bottom: 25px;
  height: 76px; }
  @media (min-width: 768px) {
    .category-item {
      height: 150px; } }

.category-item__link {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
  font-size:140%;
  font-weight:bold;
  -webkit-transition: all 0.3s linear;
          transition: all 0.3s linear;
  color: #1176AB;
  border: 2px solid rgba(43, 147, 209, 1);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(43, 147, 209, 1);
} 


  .category-item__link:active, .category-item__link:focus, .category-item__link:hover {
    color: #fff;
    background-color: #1176AB;
    text-decoration: none; }

@media (min-width: 768px) {
  .section-header {
    display: table;
    width: 100%; } }

@media (min-width: 768px) {
  .section-header__col {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 768px) {
  .section-header__col--main {
    width: 100%;
    padding-right: 16px; } }

@media (max-width: 767px) {
  .section-header__col--button {
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .section-header__col--button {
    padding: 32px 0 0 0; } }

.article-promoted span {
  font-size: 12px;
  color: #F1A033;
  vertical-align: middle; }

.article-list [aria-selected="false"] + .article-body {
  display: none; }

.article-list [aria-selected="true"] + .article-body {
  margin: 12.5px 0 50px; }

.footer {
  color: #999;
  font-size: 14px;
  line-height: 1.1;
  padding: 25px 0; }

.footer__inner {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .footer__inner {
      display: table; } }

.footer__col {
  position: relative; }
  @media (min-width: 768px) {
    .footer__col {
      display: table-cell;
      vertical-align: top; } }

@media (min-width: 768px) {
  .footer__col--social-links {
    text-align: right; } }

.footer-social-link {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  width: 24px;
  height: 24px;
  font-size: 24px !important;
  line-height: 24px !important; }
  .footer-social-link + .footer-social-link {
    margin: 0 0 0 10px; }

.copyright a {
  color: #999; }

.footer .container-inner {
  border-top: 1px solid #e1e3e6;
  padding-top: 25px;
  padding-left: 20px;

}

.breadcrumbs {
  padding: 8px 0;
  margin-bottom: 25px;
  list-style: none;
  background-color: transparent; }
  .breadcrumbs > li {
    display: inline; }
    .breadcrumbs > li + li:before {
      content: "› ";
      padding: 0 0.5rem;
      color: #ccc; }

@media (max-width: 767px) {
  .search-results-column {
    margin-bottom: 25px; } }

@media (min-width: 768px) {
  .search-results-column {
    float: left;
    width: 50%;
    padding-right: 16px; } }

.search-result {
  margin: 0 0 25px 0; }

.search-result-meta {
  margin: 0 0 6.25px 0;
  font-size: 14px;
  color: #757575; 
	/*display:none;*/
}
  .search-result-meta a {
    color: #757575; }

.search-result-link {
  margin-bottom: 0 0 6.25px 0;
  font-size: 20px; }

.search-result-description em {
  padding: 0 3px;
  font-style: normal;
  font-weight: bold;
  background-color: #fff3ca;
  border-radius: 3px; }

.search-result-votes {
  color: #549747; }

.search-result-votes:before {
  margin-right: 2px; }

.note {
  position: relative;
  padding: 0 16px;
  margin-bottom: 25px;
  color: #555555;
  border-left: 4px solid transparent; }
  .note p:last-child {
    margin-bottom: 0; }

.note-title {
  margin-top: 0;
  margin-bottom: 1rem; }

.note-default,
.note--default {
  border-color: #777777; }
  .note-default .note-title,
  .note--default .note-title {
    color: #777777; }

.note-info,
.note--info {
  border-color: #5bc0de; }
  .note-info .note-title,
  .note--info .note-title {
    color: #5bc0de; }

.note-warning,
.note--warning {
  border-color: #F1A033; }
  .note-warning .note-title,
  .note--warning .note-title {
    color: #F1A033; }

.note-success,
.note--success {
  border-color: #549747; }
  .note-success .note-title,
  .note--success .note-title {
    color: #549747; }

.note-danger,
.note--danger {
  border-color: #A92031; }
  .note-danger .note-title,
  .note--danger .note-title {
    color: #A92031; }

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 25px 0; }
  .pagination ul > li {
    display: inline-block;
    margin-right: 6px; }
    .pagination ul > li > a,
    .pagination ul > li > span {
      display: block;
      position: relative;
      padding: 8px 16px;
      line-height: 1.6;
      text-decoration: none;
      color: #1176AB;
/*       color: #0096FF; */
      background-color: #fff;
      border-radius: 4px; }
  .pagination ul > li > a:hover, .pagination ul > li > a:focus,
  .pagination ul > li > span:hover,
  .pagination ul > li > span:focus {
    color: #0a4665;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination ul > .pagination-current > span, .pagination ul > .pagination-current > span:hover, .pagination ul > .pagination-current > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #1176AB;
    border-color: #1176AB;
    cursor: default; }

/*.container {
  padding-left: 20px;
  padding-right: 20px; }*/

main,
.container-inner {
  max-width: 2500px;
   }

.menu-button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border-radius: 0.13333rem;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  @media (min-width: 768px) {
    .menu-button {
      display: none; } }
  .menu-button:hover {
    opacity: 1; }
  .menu-button:active {
    outline: 0;
    box-shadow: none;
    -webkit-transition: 0;
            transition: 0; }
  .menu-button:focus {
    outline: 0; }

.menu-button__lines {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 0.13333rem;
  background: #fff;
  border-radius: 0.13333rem;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .menu-button__lines:before, .menu-button__lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.14286rem center;
            transform-origin: 0.14286rem center;
    display: inline-block;
    width: 2rem;
    height: 0.13333rem;
    background: #fff;
    border-radius: 0.13333rem;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
  .menu-button__lines:before {
    top: 0.5rem; }
  .menu-button__lines:after {
    top: -0.5rem; }

.csstransforms3d .menu-button.is-pressed {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8); }
  .csstransforms3d .menu-button.is-pressed .menu-button__lines {
    background: transparent; }
    .csstransforms3d .menu-button.is-pressed .menu-button__lines:before, .csstransforms3d .menu-button.is-pressed .menu-button__lines:after {
      top: 0;
      width: 2rem;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .csstransforms3d .menu-button.is-pressed .menu-button__lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .csstransforms3d .menu-button.is-pressed .menu-button__lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }

.help-center-name {
  display: inline-block;
  margin: 0 0 0 8px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle; }

.user-avatar,
.article-avatar img,
.comment-avatar img,
.question-avatar img,
.answer-avatar img {
  border-style: none;
  border-radius: 100%;
  padding: 0;
}

.user-avatar {
  width: 32px;
  height: 32px; }

.article-avatar img {
  width: 32px;
  height: 32px; }

.comment-avatar img {
  width: 32px;
  height: 32px; }

.question-avatar img {
  width: 32px;
  height: 32px; }

.answer-avatar img {
  width: 32px;
  height: 32px; }

.comment-avatar-agent:after,
.question-avatar-agent:after,
.answer-avatar-agent:after {
  color: #1176AB; }

.comment-avatar-agent:after,
.question-avatar-agent:after,
.answer-avatar-agent:after {
  position: absolute; }

.comment-avatar-agent:after {
  left: 24px;
  top: 0; }

.question-avatar-agent:after,
.answer-avatar-agent:after {
  left: 24px; }

.intro-title {
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff; }
  @media (min-width: 768px) {
    .intro-title {
      margin-bottom: 0;
      font-size: 34px; }}
  @media (max-width: 768px) {
    .cta-band a {display:block;}}
.intro-subtitle {
	margin-bottom:50px;
  color:#fff;
}
.scroll-to-top {
  width: 48px;
  height: 48px;
  font-size: 32px !important;
  color: #1176AB;
  text-align: center;
  border: 2px solid #1176AB;
  border-radius: 4px;
  line-height: 48px !important;
  -webkit-transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 3; }
  .scroll-to-top:focus, .scroll-to-top:active {
    outline: 0; }
  .scroll-to-top:hover {
    border-color: #08364e;
    color: #08364e; }

.scroll-to-top--fixed {
  position: fixed;
  right: 48px;
  bottom: -192px; }
  .scroll-to-top--fixed.is-active {
    bottom: 48px; }

.meta {
  font-size: 14px;
  color: #757575; }

.meta__item {
  display: inline-block;
  margin-right: 8px; }
  .meta__item + .meta__item:before {
    margin-right: 8px;
    font-size: 10px;
    content: "\2022"; }

.meta--profile {
  margin-bottom: 0; }
  .meta--profile .meta__item {
    margin-bottom: 0; }

.avatar {
  position: relative; }

.avatar--agent:before {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -4px;
  margin-bottom: -4px;
  font-size: 14px;
  color: #1176AB;
  content: "\f19d"; }

.user-avatar {
  border-radius: 100%; }

.user-avatar--default {
  width: 32px;
  height: 32px; }

#user .user-avatar {
  width: 32px;
  height: 32px; }

.user-avatar--profile {
  width: 65px;
  height: 65px; }

.comments__callout {
  font-size: 14px;
  color: #757575; }
  .comments__callout:empty {
    display: none; }

.comments__list {
  padding-left: 0;
  list-style: none; }

.comment-list-header {
  margin-bottom: 25px;
  border-bottom: 1px solid #b7bbc4;
  padding-bottom: 12.5px; }

.comment-list-heading {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold; }

.comment-sorter {
  margin-bottom: 25px;
  border-bottom: 1px dotted #b7bbc4;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .comment-sorter {
      display: table;
      width: 100%; } }

@media (min-width: 768px) {
  .comment-sorter__col {
    display: table-cell;
    vertical-align: middle; } }

@media (max-width: 767px) {
  .comment-sorter__col--main {
    margin-bottom: 12.5px; } }

@media (min-width: 768px) {
  .comment-sorter__col--main {
    padding-right: 16px; } }

@media (min-width: 768px) {
  .comment-sorter__col--filters {
    text-align: right; } }

.comment-sorter__item.is-active {
  font-weight: bold; }

.comment-sorter__item + .comment-sorter__item:before {
  margin: 0 8px;
  font-size: 10px;
  content: '\2022'; }

.comment {
  margin-bottom: 25px;
  border-bottom: 1px dotted #b7bbc4;
  padding-bottom: 25px; }

.comment__inner {
  position: relative;
  padding-right: 56px; }

.comments__content {
  position: relative;
  padding-right: 16px; }

.comment__header {
  position: relative;
  margin-bottom: 25px; }

.comment__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center; }
  .comment__voting-and-actions .dropdown-toggle:after {
    margin-left: 0;
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f013'; }

.comment__official-heading {
  position: absolute;
  right: 48px;
  top: 0;
  width: auto;
  padding: 1px 8px;
  font-size: 14px;
  color: #fff;
  background-color: #1176AB;
  border-radius: 0 0 4px 4px; }

.comment--official .comment__inner {
  position: relative;
  border: 1px solid #1176AB;
  border-radius: 4px;
  background-color: #c5e5f6;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 32px;
  padding-right: 32px; }

.comment-form {
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .comment-form {
      padding-left: 48px; } }

.comment-form__avatar {
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 767px) {
    .comment-form__avatar {
      display: none; } }

.comment-form__body {
  margin-bottom: 25px; }

.comment-form__attachments {
  margin-bottom: 25px; }

.comment-form__mark-as-solved {
  position: relative; }

.comment-form__comment-ccs ul {
  margin-bottom: 0; }

.promoted-articles {
  margin-bottom: 50px; }

.error-page {
  padding: 0;
  margin-bottom: 50px; }
  .error-page h2 {
    font-size: 20px; }

.satisfaction-box {
  background-color: #eee;
  border-radius: 4px;
  padding: 16px 16px;
  border: 1px solid #b7bbc4;
  margin: 0 0 25px 0; }
  .satisfaction-box h4 {
    font-weight: 500; }
    .satisfaction-box h4:last-child {
      margin-bottom: 0; }

.satisfaction-box input[type=radio] ~ label {
  letter-spacing: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: normal;
  margin-bottom: 0;
  margin-right: 0;
  border: inherit;
  border-radius: 4px;
  padding: 8px 8px; }

.satisfaction-box input[type=radio][checked=checked][value=good] + label:not([class="disabled"]) {
  background: #549747 !important; }

.satisfaction-box input[type=radio][checked=checked][value=bad] + label:not([class="disabled"]) {
  background: #A92031 !important; }

.satisfaction-box input[type=radio][checked=checked] + label:not([class="disabled"]) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.satisfaction-box label.disabled {
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  margin-bottom: 25px !important;
  box-shadow: none !important;
  text-shadow: none; }

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #549747 !important; }

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #A92031 !important; }

.satisfaction-comment {
  margin-top: 25px; }

.satisfaction-box .satisfaction-submit {
  letter-spacing: 0;
  font-size: inherit !important;
  font-weight: inherit !important;
  border-radius: 4px;
  padding: 8px 8px;
  background: transparent;
  border-color: #549747;
  margin-left: 12.5px !important; }

.community {
  border: 1px dotted #b7bbc4;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 25px; }

.my-activity-item {
  padding: 8px 16px;
  margin-bottom: 25px;
  border: 1px dotted #b7bbc4;
  border-radius: 4px; }

@media (min-width: 768px) {
  .my-activity-item__title {
    max-width: 70%; } }

.my-activity-item__meta {
  font-size: 14px;
  color: #757575; }

.my-activity-item--request {
  position: relative; }
  .my-activity-item--request .request-status {
    display: inline-block; }
    @media (max-width: 767px) {
      .my-activity-item--request .request-status {
        margin-bottom: 12.5px; } }
    @media (min-width: 768px) {
      .my-activity-item--request .request-status {
        position: absolute;
        top: 16px;
        right: 16px; } }

.my-activities-header {
  margin-bottom: 25px; }

.my-activities-menu {
  font-weight: bold; }

.my-activities-menu__items {
  margin-bottom: 0; }

.my-activities-menu__item {
  float: left;
  margin-bottom: 0;
  color: #6f6f6f; }
  .my-activities-menu__item a {
    display: block; }

.my-activities-menu--main {
  margin-bottom: 25px;
  overflow: hidden;
  background-color: #eff0f2;
  border-radius: 4px; }
  .my-activities-menu--main .my-activities-menu__item.is-active {
    color: #fff;
    background-color: #1176AB; }
  .my-activities-menu--main .my-activities-menu__item.is-active,
  .my-activities-menu--main .my-activities-menu__item a {
    padding: 16px 16px; }
  @media (min-width: 768px) {
    .my-activities-menu--main .my-activities-menu__item + .my-activities-menu__item {
      border-left: 1px solid #fff; } }

.my-activities-menu--sub {
  margin-bottom: 25px; }
  .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item {
    padding-left: 16px; }

@media (max-width: 991px) {
  #quick-search {
    margin-bottom: 12.5px; } }

@media (min-width: 992px) {
  #quick-search {
    float: left;
    max-width: 300px; } }

@media (max-width: 991px) {
  .request-filter {
    margin-bottom: 12.5px; } }

.request-table-toolbar {
  padding-top: 16px;
  padding-bottom: 8px;
  margin-bottom: 25px;
  background-color: #f9f9f9;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .request-table-toolbar {
      padding-top: 8px;
      padding-bottom: 16px; } }
  .request-table-toolbar label {
    font-size: 14px;
    text-transform: uppercase; }

@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%; } }

.request-table-filters__item {
  padding-right: 16px;
  padding-left: 16px; }
  @media (max-width: 767px) {
    .request-table-filters__item {
      margin-bottom: 12.5px; } }
  @media (min-width: 768px) {
    .request-table-filters__item {
      display: table-cell;
      width: 33%;
      vertical-align: bottom; } }

.request-table-organization {
  display: table;
  width: 100%; }

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle; }

.request-table-organization__col--main {
  width: 100%; }

.request-table-organization__col--button {
  padding-left: 8px; }

.share {
  white-space: nowrap; }

.share li {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.share a {
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #757575;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  border: 1px solid #757575;
  border-radius: 4px;
  width: 36px;
  height: 36px; }
  .share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center; }

.share-facebook:hover {
  color: #3d5b95; }

.share-twitter:hover {
  color: #24aadd; }

.share-linkedin:hover {
  color: #0976b4; }

.share-googleplus:hover {
  color: #d23e30; }

.request {
  position: relative; }

.request-sidebar dt:first-child,
.request-sidebar dd {
  margin-bottom: 12.5px; }

.request-id {
  display: block;
  margin-bottom: 12.5px; }

.request-description {
  margin-bottom: 25px; }

.request-details {
  background-color: #f5f5f7;
  padding: 12.5px 16px; }

.request-status {
  padding: 2px 4px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px; }
  .request-status.request-solved, .request-status.request-closed {
    background-color: #549747; }
  .request-status.request-new, .request-status.request-open {
    background-color: #F1A033; }
  .request-status.request-answered {
    background-color: #A92031; }

table {
  background-color: transparent;  
}

caption {
  padding-top: 16px 0 8px 16px;
  padding-bottom: 16px 0 8px 16px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px; }
  table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
    padding: 16px 0 8px 16px;
    line-height: 1.6;
    vertical-align: top; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18.75px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > table {
        margin-bottom: 0; }
        .table-responsive > table > thead > tr > th,
        .table-responsive > table > thead > tr > td,
        .table-responsive > table > tbody > tr > th,
        .table-responsive > table > tbody > tr > td,
        .table-responsive > table > tfoot > tr > th,
        .table-responsive > table > tfoot > tr > td {
          white-space: nowrap; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }

.visibility-internal-icon:before {
  content: ""; }

.search-result-votes:before {
  content: ""; }

.recent-activity-item-comment span:before {
  content: ""; }

.article-vote-up:before {
  content: ""; }

.article-vote-down:before {
  content: ""; }

.vote-up:before {
  content: ""; }

.vote-down:before {
  content: ""; }

.share-facebook:before {
  content: ""; }

.share-twitter:before {
  content: ""; }

.share-linkedin:before {
  content: ""; }

.share-googleplus:before {
  content: ""; }

.dropdown-toggle:after {
  content: "";
  margin-left: 5px; }

.article {
  position: relative; }

.article-header {
  margin-bottom: 25px; }

.article-subscribe,
.article-unsubscribe {
  color: #1176AB;
  background-color: transparent;
  border-color: #1176AB; }
  .article-subscribe:hover, .article-subscribe:focus, .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active {
    color: #0b5073;
    background-color: transparent;
    border-color: #0b5073; }
  .article-subscribe:active,
  .article-unsubscribe:active {
    background-image: none; }

.article-meta {
  display: table;
  margin-bottom: 25px;
  width: 100%; }

.article-meta__col {
  display: table-cell;
  vertical-align: top; }

.article-meta__col--main {
  padding-right: 16px;
  width: 100%; }

.article__body {
  margin-bottom: 25px; }
  .article__body ul,
  .article__body ol {
    margin-left: 36px; }
  .article__body ul {
    list-style-type: disc; }
  .article__body ol {
    list-style-type: decimal; }
  .article__body .wysiwyg-font-size-x-large {
    font-size: 28px; }
  .article__body .wysiwyg-font-size-large {
    font-size: 20px; }
  .article__body .wysiwyg-font-size-medium {
    font-size: 16px; }
  .article__body .wysiwyg-font-size-small {
    font-size: 14px; }

.article-footer {
  padding-top: 12.5px;
  border-top: 1px dotted #b7bbc4; }

.article-share {
  padding: 25px 0 0;
  border-top: 1px solid #b7bbc4; }

.article-vote {
  display: table;
  margin-bottom: 25px; }

.article-vote > * {
  display: table-cell;
  vertical-align: middle; }

.article-vote > * + * {
  padding-left: 16px; }

.article-vote-up:hover, .article-vote-up.article-voted {
  color: #549747 !important; }

.article-vote-down:hover, .article-vote-down.article-voted {
  color: #A92031 !important; }

.article-vote-controls {
  white-space: nowrap; }
  .article-vote-controls a {
    color: #757575; }

.article-vote-count {
  color: #757575; }

.article-footer,
.article__attachments {
  margin-bottom: 25px; }

.article-more-questions {
  margin-bottom: 25px;
  clear: both; }
  .article-more-questions a {
    white-space: nowrap; }

.article-vote-question {
  font-size: 14px;
  font-weight: 500;
  color: #757575; }

.related-articles {
  display: none;
}

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.custom-blocks {
  margin-bottom: 25px; }

.custom-block {
  margin-bottom: 25px; }
  .custom-block a {
    display: block; }

.custom-block__image {
  margin-bottom: 25px; }

.custom-block__title {
  font-size: 16px;
  color: #333;
  -webkit-transition: color .3s ease;
          transition: color .3s ease; }
  @media (min-width: 768px) {
    .custom-block__title {
      margin-bottom: 25px; } }

@media (max-width: 767px) {
  .topbar .language-selector .dropdown-menu {
    position: static;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin: 0; }
  .topbar .language-selector .dropdown-menu [role="menuitem"] {
    padding-left: 0;
    padding-right: 0; } }

.recent-activity-item-comment span:before {
  margin-right: 2px; }

.recent-activity-item-parent {
  color: #222; }

.recent-activity-no-activities,
.recent-activity-controls {
  margin-bottom: 12.5px; }

.page-header {
  position: relative;
  margin: 0 0 25px; }

.page-header--with-border {
  border-bottom: 1px dotted #b7bbc4; }

.page-description {
  margin: 0 0 25px 0;
  color: #888888; }

.page-description:empty {
  display: none; }

.profile-header {
  margin-bottom: 25px;
  border-radius: 4px;
  background-color: #eff0f2;
  padding: 25px 16px;
  text-align: center;
  color: #222; }

.profile-header__avatar {
  display: inline-block; }

.profile-header__name {
  margin-bottom: 12.5px;
  font-size: 28px; }
  .profile-header__name a {
    color: #222; }
  @media (min-width: 768px) {
    .profile-header__name {
      font-size: 34px;
      font-weight: 300; } }

.profile-header__options [data-action="edit-profile"] {
  color: #1176AB;
  background-color: transparent;
  border-color: #1176AB; }
  .profile-header__options [data-action="edit-profile"]:hover, .profile-header__options [data-action="edit-profile"]:focus, .profile-header__options [data-action="edit-profile"]:active {
    color: #0b5073;
    background-color: transparent;
    border-color: #0b5073; }
  .profile-header__options [data-action="edit-profile"]:active {
    background-image: none; }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 25px;
  background-color: #1176AB; }

.profile-header__description {
  word-break: break-all;
  word-break: break-word; }

.profile-stats {
  margin-bottom: 12.5px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  color: #757575; }

.profile-stats__stat {
  margin-right: 16px;
  margin-bottom: 6.25px; }
  @media (max-width: 767px) {
    .profile-stats__stat {
      display: block; }
      .profile-stats__stat:before {
        display: none; } }

.profile-stats__label {
  margin-right: 8px; }

.profile-stats__value {
  color: #222; }

.profile-nav {
  margin-bottom: 25px;
  border-radius: 4px;
  background-color: #eff0f2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600; }

.profile-nav__items {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.profile-nav__item {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .profile-nav__item {
      display: inline-block;
      vertical-align: middle; } }
  .profile-nav__item a {
    display: block;
    color: #222; }
  .profile-nav__item.is-active {
    background-color: #1176AB;
    color: #fff; }
  .profile-nav__item.is-active,
  .profile-nav__item a {
    padding: 16.66667px 16px;
    line-height: 1; }
  .profile-nav__item:after {
    right: 16px !important; }

.profile-section {
  width: 100%; }

.profile-section__header {
  margin-bottom: 25px; }

.profile-section__title {
  margin-bottom: 12.5px;
  font-size: 28px; }

.profile-section__description {
  color: #757575;
  font-size: 14px; }
  @media (min-width: 768px) {
    .profile-section__description {
      padding-bottom: 0; } }

.profile-section-sorter {
  font-size: 14px; }
  .profile-section-sorter .dropdown {
    display: inline-block; }
  @media (min-width: 768px) {
    .profile-section-sorter {
      display: table;
      width: 100%; } }
  @media (min-width: 768px) {
    .profile-section-sorter {
      border-top: 0;
      padding-top: 0; } }

@media (min-width: 768px) {
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle; } }

@media (max-width: 767px) {
  .profile-section-sorter__col--main {
    margin-bottom: 12.5px; } }

@media (min-width: 768px) {
  .profile-section-sorter__col--main {
    padding-right: 16px; } }

@media (min-width: 768px) {
  .profile-section-sorter__col--btn {
    text-align: right; } }

.profile-contribution {
  position: relative;
  border-radius: 4px;
  background-color: #eff0f2;
  padding: 12.5px 16px;
  word-wrap: break-word; }

.profile-contribution__header {
  margin-bottom: 6.25px; }

.profile-contribution__status {
  margin-bottom: 6.25px; }

.profile-contribution__title {
  margin-top: 0;
  margin-bottom: 6.25px;
  font-size: 16px;
  font-weight: 600; }

.profile-contribution__body {
  margin-bottom: 12.5px; }

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 2px; }

.profile-contribution__breadcrumbs {
  margin-bottom: 12.5px;
  padding: 0;
  font-size: 14px; }

.profile__no-activity,
.profile__private-activity {
  text-align: center;
  color: #757575; }

.profile-activity-list {
  padding-left: 0;
  list-style: none; }

.profile-activity {
  position: relative;
  margin-bottom: 37.5px; }

.profile-activity__header {
  margin-bottom: 12.5px;
  font-size: 14px;
  font-weight: 600; }
  .profile-activity__header:before {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 2px; }

.profile-activity__avatar {
  width: 30px;
  height: 30px;
  margin-right: 8px; }

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  content: '\f0f6'; }

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  content: '\f0e6'; }

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  content: '\f0e5'; }

.user-subscribe {
  display: inline-block; }

.status-label {
  padding: 2px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px; }

.status-label--pending {
  background-color: #F1A033; }

.status-label--with-ticket {
  background-color: #1176AB; }
  .status-label--with-ticket:hover, .status-label--with-ticket:focus, .status-label--with-ticket:active {
    color: #fff; }

.status-label--solved,
.status-label--closed {
  background-color: #549747; }

.status-label--new,
.status-label--open {
  background-color: #A92031; }

.status-label--answered {
  background-color: #F1A033; }

.status-label--official {
  background-color: #1176AB; }

.status-label--completed,
.status-label--answered {
  background-color: #549747; }

.status-label--planned {
  background-color: #1176AB; }

.status-label--not-planned {
  color: #222;
  background-color: #b7bbc4; }

.entry-info {
  font-size: 14px;
  overflow: hidden; }
  .entry-info:before, .entry-info:after {
    display: table;
    
    content: "";
     }
  .entry-info:after {
    clear: both; }

.entry-info__avatar {
  float: left;
  padding-right: 16px; }

.entry-info__content {
  display: table-cell;
  vertical-align: top; }

.attachment-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 14px; }

.attachment-list__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12.5px; }
  .attachment-list__item:last-child {
    margin-bottom: 0; }

.attachment-list__icon {
  position: absolute;
  left: 0;
  top: 4px; }

.community-nav__item {
  float: left; }
  .community-nav__item + .community-nav__item {
    margin-left: 16px; }
  .community-nav__item.is-active {
    font-weight: bold; }

.community-nav__item--button {
  float: right; }

.vote {
  max-width: 40px;
  width: 100%; }
  .vote [aria-selected=true] {
    z-index: 2; }

.vote-sum {
  display: block;
  padding-top: 6.25px;
  padding-bottom: 6.25px;
  font-weight: bold;
  text-align: center; }

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: 4.16667px 0 !important;
  font-size: 16px !important;
  color: #222;
  border-color: #b7bbc4;
  line-height: 1.6 !important; }
  .vote-control:hover, .vote-control:active {
    z-index: 2; }

.topic-list-item:nth-child(2n+1) {
  clear: left; }

.topic-list-item__box {
  padding: 25px 16px;
  margin-bottom: 25px;
  border: 1px dotted #b7bbc4;
  border-radius: 4px; }

.topic-list-item__title {
  margin-top: 0;
  margin-bottom: 12.5px; }

.topic {
  display: table;
  width: 100%;
  padding-bottom: 12.5px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #b7bbc4; }

.topic__col {
  display: table-cell;
  vertical-align: top; }

.topic__col--new-post {
  text-align: right; }

.topic__title {
  width: 100%;
  margin-bottom: 12.5px;
  font-size: 34px; }

.topic-filters__item {
  float: left;
  margin-right: 8px; }
  @media (max-width: 767px) {
    .topic-filters__item {
      margin-bottom: 12.5px; } }

.topic-controls {
  margin-bottom: 50px; }

.topic-controls__item {
  float: left; }

.topic-followers {
  margin-right: 8px; }

@media (min-width: 768px) {
  .topic-controls__item--subscribe {
    float: right;
    white-space: nowrap; } }

.topic-controls__item--subscribe .dropdown {
  display: inline-block;
  vertical-align: middle; }

.topic-controls__item--subscribe .dropdown-menu {
  right: 0;
  left: initial; }

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #1176AB;
  background-color: transparent;
  border-color: #1176AB; }
  .topic-controls__item--subscribe .dropdown-toggle:hover, .topic-controls__item--subscribe .dropdown-toggle:focus, .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:hover,
  .topic-controls__item--subscribe .topic-unsubscribe:focus,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    color: #0b5073;
    background-color: transparent;
    border-color: #0b5073; }
  .topic-controls__item--subscribe .dropdown-toggle:active,
  .topic-controls__item--subscribe .topic-unsubscribe:active {
    background-image: none; }

@media (min-width: 768px) {
  .post-page {
    margin-bottom: 50px; } }

.post {
  position: relative;
  margin-bottom: 25px; }

.post__title {
  font-size: 28px;
  padding-right: 24px; }
  @media (min-width: 768px) {
    .post__title {
      font-size: 34px; } }
  @media (min-width: 992px) {
    .post__title {
      font-size: 41px; } }

.post-follow .post-subscribe,
.post-follow .post-unsubscribe {
  color: #1176AB;
  background-color: transparent;
  border-color: #1176AB; }
  .post-follow .post-subscribe:hover, .post-follow .post-subscribe:focus, .post-follow .post-subscribe:active,
  .post-follow .post-unsubscribe:hover,
  .post-follow .post-unsubscribe:focus,
  .post-follow .post-unsubscribe:active {
    color: #0b5073;
    background-color: transparent;
    border-color: #0b5073; }
  .post-follow .post-subscribe:active,
  .post-follow .post-unsubscribe:active {
    background-image: none; }

.post__meta {
  margin-bottom: 25px; }

.post__text {
  word-wrap: break-word; }

.post__body {
  padding-right: 56px; }

.post__voting-and-actions {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40px; }
  .post__voting-and-actions .dropdown-toggle {
    font-size: 0; }
  .post__voting-and-actions .dropdown-toggle:after {
    content: '\f013';
    margin-left: 0;
    font-size: 16px; }

.post-callout {
  background-color: #f5f5f7;
  padding: 12.5px 16px; }

.post-callout__title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0; }

.post-list-item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #b7bbc4; }
  @media (min-width: 768px) {
    .post-list-item {
      display: table;
      width: 100%; } }

.post-list-item__title {
  margin-top: 0;
  margin-bottom: 12.5px;
  font-size: 28px; }
  .post-list-item__title .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%; }

@media (min-width: 768px) {
  .post-list-item__col {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 768px) {
  .post-list-item__col--main {
    width: 60%; } }

@media (min-width: 768px) {
  .post-list-item__col--side {
    width: 40%;
    text-align: right; } }

.post-info {
  color: #757575;
  font-size: 14px; }
  @media (min-width: 768px) {
    .post-info {
      float: right;
      text-align: center;
      min-width: 90px;
      background-color: #f9f9f9;
      border-radius: 4px;
      padding: 8px 16px; } }

@media (min-width: 768px) {
  .post-info__count {
    display: block;
    color: #222;
    font-weight: bold; } }

.post-info + .post-info {
  margin-right: 16px; }
  @media (max-width: 767px) {
    .post-info + .post-info:before {
      margin-right: 8px;
      font-size: 10px;
      content: "\2022"; } }

.post-status {
  display: inline-block;
  padding: 1px 8px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px; }

.post-status--completed,
.post-status--answered {
  background-color: #549747; }

.post-status--planned {
  background-color: #1176AB; }

.post-status--not-planned {
  color: #222;
  background-color: #b7bbc4; }

.new-post-title {
  font-size: 28px; }
  @media (min-width: 768px) {
    .new-post-title {
      font-size: 34px; } }
  @media (min-width: 992px) {
    .new-post-title {
      font-size: 41px; } }

.new-post-form {
  margin-bottom: 25px; }

main {
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
}

/*.entry-info {display:none;}*/

.comment--with-voting {
  min-height: 140px;
}

/* -----------------------------------------------------------
		(KO ADDED 9/29) BEGIN - 'COMING SOON' SVG ICON STYLING...
	ENTIRE SECTION SAFE TO DELETE ONCE SVG ICON REMOVED
------------------------------------------------------------*/
		div.comingSoonTxt {
		  left: -3px;
		  display: block;
      color: #64a554;
		  position: absolute;
		  top: -2px;
		}
		g,
		line,
		path,
		circle {
		-webkit-transition: all 0.3s cubic-bezier(0.46, -0.44, 0.43, 1.43);
		transition: all 0.3s cubic-bezier(0.46, -0.44, 0.43, 1.43);
		-webkit-transform-origin: 2em 2em;
				transform-origin: 2em 2em;
		}
		.icon.huge {
		font-size: 1.3em;
		width: 4em;
		height: 4em;
		margin:0px auto 0px;
		display:block;

		}
		/*.icon:hover line,
		.icon:hover path,
		.icon:hover circle {
		stroke: #7853A2;
		}*/
		.icon-alarm_bells {
		-webkit-transform: rotateZ(0);
				transform: rotateZ(0);
		-webkit-animation: none;
				animation: none;
		}
		.icon-alarm_arms_long, 
		.icon-alarm_arms_short {
		-webkit-transition: all 0.3s cubic-bezier(0.46, -0.44, 0.43, 1.43);
		transition: all 0.3s cubic-bezier(0.46, -0.44, 0.43, 1.43);
		}
		.icon-alarm_arms_long {
		-webkit-transform: rotateZ(45deg);
				transform: rotateZ(45deg);
		}
		.icon-alarm_arms_short {
		-webkit-transform: rotateZ(-45deg);
				transform: rotateZ(-45deg);
		}
		.icon-alarm:hover .icon-alarm_arms_long {
		-webkit-transform: rotateZ(230deg);
				transform: rotateZ(230deg);
		}
		.icon-alarm:hover .icon-alarm_arms_short {
		-webkit-transform: rotateZ(-35deg);
				transform: rotateZ(-35deg);
		}
		.icon-alarm:hover .icon-alarm_bells {
		-webkit-transform: rotateZ(0);
				transform: rotateZ(0);
		-webkit-animation: ringBell 0.6s linear forwards;
				animation: ringBell 0.6s linear forwards;
		-webkit-animation-delay: 0.3s;
				animation-delay: 0.3s;
		}

		@-webkit-keyframes ringBell {
		12.5% {
		  -webkit-transform: rotateZ(-10deg);
				  transform: rotateZ(-10deg);
		  -webkit-transition-timing-function: ease-out;
				  transition-timing-function: ease-out;
		}
		25% {
		  -webkit-transform: rotateZ(10deg);
				  transform: rotateZ(10deg);
		  -webkit-transition-timing-function: ease-in;
				  transition-timing-function: ease-in;
		}
		37.5% {
		  -webkit-transform: rotateZ(-10deg);
				  transform: rotateZ(-10deg);
		  -webkit-transition-timing-function: ease-out;
				  transition-timing-function: ease-out;
		}
		50% {
		  -webkit-transform: rotateZ(10deg);
				  transform: rotateZ(10deg);
		  -webkit-transition-timing-function: ease-in;
				  transition-timing-function: ease-in;
		}
		62.5% {
		  -webkit-transform: rotateZ(-10deg);
				  transform: rotateZ(-10deg);
		  -webkit-transition-timing-function: ease-out;
				  transition-timing-function: ease-out;
		}
		75% {
		  -webkit-transform: rotateZ(10deg);
				  transform: rotateZ(10deg);
		  -webkit-transition-timing-function: ease-in;
				  transition-timing-function: ease-in;
		}
		87.5% {
		  -webkit-transform: rotateZ(0);
				  transform: rotateZ(0);
		  -webkit-transition-timing-function: ease-out;
				  transition-timing-function: ease-out;
		}
		}

		@keyframes ringBell {
		12.5% {
		  -webkit-transform: rotateZ(-10deg);
				  transform: rotateZ(-10deg);
		  -webkit-transition-timing-function: ease-out;
				  transition-timing-function: ease-out;
		}
		25% {
		  -webkit-transform: rotateZ(10deg);
				  transform: rotateZ(10deg);
		  -webkit-transition-timing-function: ease-in;
				  transition-timing-function: ease-in;
		}
		37.5% {
		  -webkit-transform: rotateZ(-10deg);
				  transform: rotateZ(-10deg);
		  -webkit-transition-timing-function: ease-out;
				  transition-timing-function: ease-out;
		}
		50% {
		  -webkit-transform: rotateZ(10deg);
				  transform: rotateZ(10deg);
		  -webkit-transition-timing-function: ease-in;
				  transition-timing-function: ease-in;
		}
		62.5% {
		  -webkit-transform: rotateZ(-10deg);
				  transform: rotateZ(-10deg);
		  -webkit-transition-timing-function: ease-out;
				  transition-timing-function: ease-out;
		}
		75% {
		  -webkit-transform: rotateZ(10deg);
				  transform: rotateZ(10deg);
		  -webkit-transition-timing-function: ease-in;
				  transition-timing-function: ease-in;
		}
		87.5% {
		  -webkit-transform: rotateZ(0);
				  transform: rotateZ(0);
		  -webkit-transition-timing-function: ease-out;
				  transition-timing-function: ease-out;
		}
		}
		#warped, #shout, #blastOff, #submit {position: relative; margin:0px auto; background: #f2f2f2;border-radius:50%;display: block; width:120px; height:120px;}
#warped {padding-top:15px;}
.comingSoonP {display:block; margin-top: -25px;font-size: 0.9em; color:#333;}
		#warped div.comingSoonTxt>span[class^=w]:nth-of-type(n+0){display:block; position:absolute;
		-moz-transform-origin:50% 100%; -webkit-transform-origin:50% 100%; -o-transform-origin:50%
		100%; -ms-transform-origin:50% 100%; transform-origin:50% 100%; }

		#warped span{font-family: 'Manrope', sans-serif;font-size:18px;font-weight:regular;font-style:normal;
		line-height:0.65; white-space:pre; overflow:visible; padding:0px;}

		#warped .w0 {-moz-transform: rotate(1.5rad);-webkit-transform: rotate(1.5rad);-o-transform:
		rotate(1.5rad);-ms-transform: rotate(1.5rad); transform: rotate(1.5rad);
		width: 11px; height: 11px; left: 3.6px; top: 51.46px;}

		#warped .w1 {-moz-transform: rotate(1.21rad);-webkit-transform: rotate(1.21rad);-o-transform:
		rotate(1.21rad);-ms-transform: rotate(1.21rad); transform: rotate(1.21rad);
		width: 11px; height: 11px; left: 6.9px; top: 67.05px;}

		#warped .w2 {-moz-transform: rotate(0.88rad);-webkit-transform: rotate(0.88rad);-o-transform:
		rotate(0.88rad);-ms-transform: rotate(0.88rad); transform: rotate(0.88rad);
		width: 16px; height: 11px; left: 13.58px; top: 83.01px;}

		#warped .w3 {-moz-transform: rotate(0.59rad);-webkit-transform: rotate(0.59rad);-o-transform:
		rotate(0.59rad);-ms-transform: rotate(0.59rad); transform: rotate(0.59rad);
		width: 5px; height: 11px; left: 30.5px; top: 93.43px;}

		#warped .w4 {-moz-transform: rotate(0.36rad);-webkit-transform: rotate(0.36rad);-o-transform:
		rotate(0.36rad);-ms-transform: rotate(0.36rad); transform: rotate(0.36rad);
		width: 11px; height: 11px; left: 39px; top: 99.42px;}

		#warped .w5 {-moz-transform: rotate(0.07rad);-webkit-transform: rotate(0.07rad);-o-transform:
		rotate(0.07rad);-ms-transform: rotate(0.07rad); transform: rotate(0.07rad);
		width: 11px; height: 11px; left: 54.57px; top: 102.85px;}

		#warped .w6 {-moz-transform: rotate(-0.17rad);-webkit-transform: rotate(-0.17rad);-o-transform:
		rotate(-0.17rad);-ms-transform: rotate(-0.17rad); transform: rotate(-0.17rad);
		width: 5px; height: 11px; left: 70.52px; top: 102.25px;}

		#warped .w7 {-moz-transform: rotate(-0.4rad);-webkit-transform: rotate(-0.4rad);-o-transform:
		rotate(-0.4rad);-ms-transform: rotate(-0.4rad); transform: rotate(-0.4rad);
		width: 10px; height: 11px; left: 80.02px; top: 98.82px;}

		#warped .w8 {-moz-transform: rotate(-0.68rad);-webkit-transform: rotate(-0.68rad);-o-transform:
		rotate(-0.68rad);-ms-transform: rotate(-0.68rad); transform: rotate(-0.68rad);
		width: 11px; height: 11px; left: 92.82px; top: 90.97px;}

		#warped .w9 {-moz-transform: rotate(-0.97rad);-webkit-transform: rotate(-0.97rad);-o-transform:
		rotate(-0.97rad);-ms-transform: rotate(-0.97rad); transform: rotate(-0.97rad);
		width: 11px; height: 11px; left: 103.7px; top: 79.32px;}

		#warped .w10 {-moz-transform: rotate(-1.26rad);-webkit-transform: rotate(-1.26rad);-o-transform:
		rotate(-1.26rad);-ms-transform: rotate(-1.26rad); transform: rotate(-1.26rad);
		width: 11px; height: 11px; left: 110.79px; top: 65.04px;}

		#warped .w11 {-moz-transform: rotate(-1.51rad);-webkit-transform: rotate(-1.51rad);-o-transform:
		rotate(-1.51rad);-ms-transform: rotate(-1.51rad); transform: rotate(-1.51rad);
		width: 6px; height: 11px; left: 115.86px; top: 51.82px;}

		#warped .w12 {-moz-transform: rotate(-5.97rad);-webkit-transform: rotate(-5.97rad);-o-transform:
		rotate(-5.97rad);-ms-transform: rotate(-5.97rad); transform: rotate(-5.97rad);
		width: 23px; height: 24px; left: 193.09px; top: 52px;}

		#warped .w13 {-moz-transform: rotate(-5.77rad);-webkit-transform: rotate(-5.77rad);-o-transform:
		rotate(-5.77rad);-ms-transform: rotate(-5.77rad); transform: rotate(-5.77rad);
		width: 15px; height: 24px; left: 219.06px; top: 61.74px;}

		#warped .w14 {-moz-transform: rotate(-5.57rad);-webkit-transform: rotate(-5.57rad);-o-transform:
		rotate(-5.57rad);-ms-transform: rotate(-5.57rad); transform: rotate(-5.57rad);
		width: 23px; height: 24px; left: 234.52px; top: 75.57px;}

		#warped .w15 {-moz-transform: rotate(-5.39rad);-webkit-transform: rotate(-5.39rad);-o-transform:
		rotate(-5.39rad);-ms-transform: rotate(-5.39rad); transform: rotate(-5.39rad);
		width: 11px; height: 24px; left: 255.97px; top: 91.7px;}

		#warped .w16 {-moz-transform: rotate(-5.2rad);-webkit-transform: rotate(-5.2rad);-o-transform:
		rotate(-5.2rad);-ms-transform: rotate(-5.2rad); transform: rotate(-5.2rad);
		width: 31px; height: 24px; left: 260.24px; top: 113.73px;}

		#warped .w17 {-moz-transform: rotate(-5rad);-webkit-transform: rotate(-5rad);-o-transform:
		rotate(-5rad);-ms-transform: rotate(-5rad); transform: rotate(-5rad); width:
		21px; height: 24px; left: 276.38px; top: 142px;}

		#warped .w18 {-moz-transform: rotate(-4.85rad);-webkit-transform: rotate(-4.85rad);-o-transform:
		rotate(-4.85rad);-ms-transform: rotate(-4.85rad); transform: rotate(-4.85rad);
		width: 23px; height: 24px; left: 280.8px; top: 168.58px;}

		#warped .w19 {-moz-transform: rotate(-4.74rad);-webkit-transform: rotate(-4.74rad);-o-transform:
		rotate(-4.74rad);-ms-transform: rotate(-4.74rad); transform: rotate(-4.74rad);
		width: 13px; height: 24px; left: 287.45px; top: 191.23px;}

		#warped .w20 {-moz-transform: rotate(-4.81rad);-webkit-transform: rotate(-4.81rad);-o-transform:
		rotate(-4.81rad);-ms-transform: rotate(-4.81rad); transform: rotate(-4.81rad);
		width: 23px; height: 24px; left: 283.46px; top: 216.82px;}

		#warped .w21 {-moz-transform: rotate(-4.94rad);-webkit-transform: rotate(-4.94rad);-o-transform:
		rotate(-4.94rad);-ms-transform: rotate(-4.94rad); transform: rotate(-4.94rad);
		width: 15px; height: 24px; left: 291.34px; top: 241.16px;}

		#warped .w22 {-moz-transform: rotate(-5.13rad);-webkit-transform: rotate(-5.13rad);-o-transform:
		rotate(-5.13rad);-ms-transform: rotate(-5.13rad); transform: rotate(-5.13rad);
		width: 35px; height: 24px; left: 290.41px; top: 269.1px;}

		#warped .w23 {-moz-transform: rotate(-5.33rad);-webkit-transform: rotate(-5.33rad);-o-transform:
		rotate(-5.33rad);-ms-transform: rotate(-5.33rad); transform: rotate(-5.33rad);
		width: 11px; height: 24px; left: 315.89px; top: 293.43px;}

		#warped .w24 {-moz-transform: rotate(-5.45rad);-webkit-transform: rotate(-5.45rad);-o-transform:
		rotate(-5.45rad);-ms-transform: rotate(-5.45rad); transform: rotate(-5.45rad);
		width: 11px; height: 24px; left: 325.92px; top: 306.06px;}

		#warped .w25 {-moz-transform: rotate(-5.63rad);-webkit-transform: rotate(-5.63rad);-o-transform:
		rotate(-5.63rad);-ms-transform: rotate(-5.63rad); transform: rotate(-5.63rad);
		width: 23px; height: 24px; left: 336.08px; top: 321.03px;}

		#warped .w26 {-moz-transform: rotate(-5.82rad);-webkit-transform: rotate(-5.82rad);-o-transform:
		rotate(-5.82rad);-ms-transform: rotate(-5.82rad); transform: rotate(-5.82rad);
		width: 13px; height: 24px; left: 360.45px; top: 333.21px;}

		#warped .w27 {-moz-transform: rotate(-5.96rad);-webkit-transform: rotate(-5.96rad);-o-transform:
		rotate(-5.96rad);-ms-transform: rotate(-5.96rad); transform: rotate(-5.96rad);
		width: 10px; height: 24px; left: 376.94px; top: 339.51px;}

		#warped .w28 {-moz-transform: rotate(-6.12rad);-webkit-transform: rotate(-6.12rad);-o-transform:
		rotate(-6.12rad);-ms-transform: rotate(-6.12rad); transform: rotate(-6.12rad);
		width: 18px; height: 24px; left: 391.5px; top: 344.25px;}

		#warped .w29 {-moz-transform: rotate(-6.31rad);-webkit-transform: rotate(-6.31rad);-o-transform:
		rotate(-6.31rad);-ms-transform: rotate(-6.31rad); transform: rotate(-6.31rad);
		width: 19px; height: 24px; left: 414.54px; top: 345.96px;}

		#warped .w30 {-moz-transform: rotate(-6.48rad);-webkit-transform: rotate(-6.48rad);-o-transform:
		rotate(-6.48rad);-ms-transform: rotate(-6.48rad); transform: rotate(-6.48rad);
		width: 11px; height: 24px; left: 438.25px; top: 343.84px;}

		#warped .w31 {-moz-transform: rotate(-6.61rad);-webkit-transform: rotate(-6.61rad);-o-transform:
		rotate(-6.61rad);-ms-transform: rotate(-6.61rad); transform: rotate(-6.61rad);
		width: 11px; height: 24px; left: 453.82px; top: 339.75px;}

		#warped .w32 {-moz-transform: rotate(-6.85rad);-webkit-transform: rotate(-6.85rad);-o-transform:
		rotate(-6.85rad);-ms-transform: rotate(-6.85rad); transform: rotate(-6.85rad);
		width: 36px; height: 24px; left: 467.28px; top: 327.41px;}

		#warped .w33 {-moz-transform: rotate(-7.13rad);-webkit-transform: rotate(-7.13rad);-o-transform:
		rotate(-7.13rad);-ms-transform: rotate(-7.13rad); transform: rotate(-7.13rad);
		width: 23px; height: 24px; left: 499.63px; top: 305.43px;}

		#warped .w34 {-moz-transform: rotate(-7.32rad);-webkit-transform: rotate(-7.32rad);-o-transform:
		rotate(-7.32rad);-ms-transform: rotate(-7.32rad); transform: rotate(-7.32rad);
		width: 15px; height: 24px; left: 517.86px; top: 286.08px;}

		#warped .w35 {-moz-transform: rotate(-7.48rad);-webkit-transform: rotate(-7.48rad);-o-transform:
		rotate(-7.48rad);-ms-transform: rotate(-7.48rad); transform: rotate(-7.48rad);
		width: 23px; height: 24px; left: 524.39px; top: 264.74px;}

		#warped .w36 {-moz-transform: rotate(-7.62rad);-webkit-transform: rotate(-7.62rad);-o-transform:
		rotate(-7.62rad);-ms-transform: rotate(-7.62rad); transform: rotate(-7.62rad);
		width: 11px; height: 24px; left: 537.18px; top: 243.16px;}

		#warped .w37 {-moz-transform: rotate(-7.71rad);-webkit-transform: rotate(-7.71rad);-o-transform:
		rotate(-7.71rad);-ms-transform: rotate(-7.71rad); transform: rotate(-7.71rad);
		width: 10px; height: 24px; left: 540.69px; top: 227.71px;}

		#warped .w38 {-moz-transform: rotate(-7.79rad);-webkit-transform: rotate(-7.79rad);-o-transform:
		rotate(-7.79rad);-ms-transform: rotate(-7.79rad); transform: rotate(-7.79rad);
		width: 15px; height: 24px; left: 539.99px; top: 211.19px;}

/* -----------------------------------------------------------
		END - 'COMING SOON' SVG ICON STYLING...
------------------------------------------------------------*/


/* -----------------------------------------------------------
		START - 'MEGPHONE' SVG ICON STYLING...
------------------------------------------------------------*/
/* MEGAPHONE START */
svg#Capa_1 {
    width: 70px;
    height: auto;
    display: block;
    margin: 0px auto;
    position: relative;
    padding-top: 20px;
}

#Capa_1:hover .megaSounds {
    -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    -webkit-animation: blastSound 0.45s linear forwards;
        animation: blastSound 0.45s linear forwards;
    -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
}


@-webkit-keyframes blastSound {
      10% {
	    -webkit-transition-timing-function: ease-out;
	            transition-timing-function: ease-out;
	  }
	  30% {
	    -webkit-transform: translateX(-2em);
	            transform: translateX(-2em);
	    -webkit-transition-timing-function: ease-in;
	            transition-timing-function: ease-in;
	  }
	  50% {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	    -webkit-transition-timing-function: ease-out;
	            transition-timing-function: ease-out;
	  }
	  80% {
	    -webkit-transform: translateX(-3em);
	            transform: translateX(-3em);
	    -webkit-transition-timing-function: ease-in;
	            transition-timing-function: ease-in;
	  }
}

@keyframes blastSound {
      10% {
	    -webkit-transition-timing-function: ease-out;
	            transition-timing-function: ease-out;
	  }
	  30% {
	    -webkit-transform: translateX(-2em);
	            transform: translateX(-2em);
	    -webkit-transition-timing-function: ease-in;
	            transition-timing-function: ease-in;
	  }
	  50% {
	    -webkit-transform: translateX(0);
	            transform: translateX(0);
	    -webkit-transition-timing-function: ease-out;
	            transition-timing-function: ease-out;
	  }
	  80% {
	    -webkit-transform: translateX(-3em);
	            transform: translateX(-3em);
	    -webkit-transition-timing-function: ease-in;
	            transition-timing-function: ease-in;
	  }
}

/* -----------------------------------------------------------
		END - 'MEGPHONE' SVG ICON STYLING...
------------------------------------------------------------*/

/* -----------------------------------------------------------
		START - 'ROCKETMAN' SVG ICON STYLING...
------------------------------------------------------------*/

/* ROCKET START */
    div#blastOff {
        padding-top: 32px;
    }


  #rocketMan:hover .rocketPollution { transform: translateY(0px) translateX(-3px) !important; }


  .fire_path { fill: #FC0 }

  /*=============================================
  [ Animation Classes ]
  ==============================================*/
  .fire {
      display: none;
      animation-delay: 0s;
      fill-opacity: 1;
      animation-timing-function: ease-in;
      stroke-width: 0px;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      transform-origin: 50% 50%;
      animation-direction: normal;
  }
  #blastOff:hover .fireLeft {
      display: block;
      animation-delay: 0s;
      animation-name: fireLeft, fillOpacity1;
      animation-duration: 1.2s;
  }
  #blastOff:hover .fireMiddle {
      display: block;
      animation-delay: 0s;
      animation-name: fireMiddle, fillOpacity1;
      animation-duration: 1s;
  }
  #blastOff:hover .fireRight {
      display: block;
      animation-delay: 0s;
      animation-name: fireRight, fillOpacity1;
      animation-duration: 1.3s;
  }
  /*=============================================
  [ KeyFrame Animations ]
  ==============================================*/
  @keyframes fireLeft { 
      6% { transform: rotate(25deg) }
      15% { transform: rotate(-19deg) }
      25% { transform: rotate(25deg) }
      32% { transform: rotate(-30deg) }
      46% { transform: rotate(22deg) }
      54% { transform: rotate(-29deg) }
      61% { transform: rotate(32deg) }
      74% { transform: rotate(-9deg) }
      83% { transform: rotate(16deg) }
      99% { transform: rotate(0deg) }
  }
  @keyframes fireMiddle { 
      10% { transform: rotate(25deg) }
      20% { transform: rotate(-25deg) }
      30% { transform: rotate(30deg) }
      40% { transform: rotate(-22deg) }
      50% { transform: rotate(29deg) }
      60% { transform: rotate(-45deg) }
      70% { transform: rotate(37deg) }
      80% { transform: rotate(-15deg) }
      90% { transform: rotate(16deg) }
      99% { transform: rotate(0deg) }
  }
  @keyframes fireRight { 
      15% { transform: rotate(17deg) }
      23% { transform: rotate(-13deg) }
      37% { transform: rotate(21deg) }
      45% { transform: rotate(-34deg) }
      54% { transform: rotate(24deg) }
      67% { transform: rotate(-17deg) }
      72% { transform: rotate(31deg) }
      84% { transform: rotate(-28deg) }
      96% { transform: rotate(14deg) }
      99% { transform: rotate(0deg) }
  }
  @keyframes fillOpacity1 { 
      0% {
          fill-opacity: 1;
          stroke-opacity: 1;
      }
      50% {
          fill-opacity: 1;
          stroke-opacity: 1;
      }
      100% {
          fill-opacity: 0;
          stroke-opacity: 0;
      }
  }
/* -----------------------------------------------------------
		END - 'ROCKETMAN' SVG ICON STYLING...
------------------------------------------------------------*/

/* -----------------------------------------------------------
		Buzz Out
-----------------------------------------------------------*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
svg#quesComment {
    margin-top: 25px;
}
.questionSVG .iconQuestionParent g path {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.questionSVG:hover .iconQuestionParent g path {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* End Question-Comments */

/*** WLI CUSTOM ***/

.cta-band, .support-alert, .red-support-alert, .green-alert {width:100%;text-align:center;padding:15px 100px;font-size:16px;color:#000;font-weight:600;}

.cta-band {background-color:#529A41;margin-top: -25px;}
.support-alert {background-color:#D2B132;margin-top:5px}
.red-support-alert {background-color:#EA4F54;margin-top:5px}
.green-alert {background-color:#008000;margin-top:5px}

.cta-band a, .support-alert a, .red-support-alert a{margin:2px;padding:.5px 10px;border:2px solid #fff;color:#fff;border-radius:10px;font-weight:bold;transition: all 0.3s ease 0s;text-transform:uppercase;}

.green-alert a{margin:2px;font-weight:bold;transition: all 0.3s ease 0s;text-transform:uppercase;}

.cta-band a:hover {background-color:#F26A26;border-color:#F26A26;}
.support-alert a:hover {background-color:#AC1E2D;border-color:#AC1E2D;}
.red-support-alert a:hover {background-color:#AC1E2D;border-color:#AC1E2D;}

.integration-section-image {max-width:50px;margin-right:10px;}

/* Changing font color of red-supportalert so that it is easier to read */
.red-support-alert {
  color: #ffffff;
}
.green-alert {
  color:#ffffff;
}

/* -----------------------------------------------------------
		Community Icon Styling
------------------------------------------------------------*/
/* Community */
svg#Capa_2 {
    /*width: 70px;*/
    height: auto;
    display: block;
    margin: 0px auto;
    position: relative;
    /*padding-top: 20px;*/
}

#Capa_2:hover .communityReach {
    -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    -webkit-animation: jumpAround 0.45s linear forwards;
        animation: jumpAround 0.45s linear forwards;
    -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
}


@-webkit-keyframes jumpAround {
      10% {
	    -webkit-transition-timing-function: ease-out;
	            transition-timing-function: ease-out;
	  }
	  30% {
	    -webkit-transform: translateY(-1em);
	            transform: translateY(-1em);
	    -webkit-transition-timing-function: ease-in;
	            transition-timing-function: ease-in;
	  }
	  50% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	    -webkit-transition-timing-function: ease-out;
	            transition-timing-function: ease-out;
	  }
	  80% {
	    -webkit-transform: translateY(-2em);
	            transform: translateY(-2em);
	    -webkit-transition-timing-function: ease-in;
	            transition-timing-function: ease-in;
	  }
}

@keyframes jumpAround {
      10% {
	    -webkit-transition-timing-function: ease-out;
	            transition-timing-function: ease-out;
	  }
	  30% {
	    -webkit-transform: translateY(-1em);
	            transform: translateY(-1em);
	    -webkit-transition-timing-function: ease-in;
	            transition-timing-function: ease-in;
	  }
	  50% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	    -webkit-transition-timing-function: ease-out;
	            transition-timing-function: ease-out;
	  }
	  80% {
	    -webkit-transform: translateY(-2em);
	            transform: translateY(-2em);
	    -webkit-transition-timing-function: ease-in;
	            transition-timing-function: ease-in;
	  }
}

.communityLink {padding-right:100px !important}

/* New CSS */

/* Note Callout Style */
span[class=wysiwyg-color-blue130] {
	background: #F0F8FF;
  font-family: Manrope;
  color: #23415a;
  border: 1px solid #edf3f8;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
span[class=wysiwyg-color-blue130]:before {
	content: '\f05a';
  font: var(--fa-font-solid);
  color: #4682B4;
  padding-right: 10px;
  }

/* Note Callout Style FOR MIGRATION*/
p:has(> span[style*="color: #000066"]) {
  background: #F0F8FF;
  font-family: Manrope;
  color: #23415a;
  border: 1px solid #edf3f8;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}

p:has(> span[style*="color: #000066"])::before {
  content: '\f05a';
  font: var(--fa-font-solid);
  color: #4682B4;
  padding-right: 10px;
}

/* Note Callout Style FOR NEW EDITOR*/
p:has(> span[style*="color: #096ECC"]) {
	background: #F0F8FF;
  font-family: Manrope;
  color: #23415a;
  border: 1px solid #edf3f8;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
span + a {
  font-weight: bold !important;
}

/* Add the icon before the block */
p:has(> span[style*="color: #096ECC"])::before {
	content: '\f05a';
  font: var(--fa-font-solid);
  color: #4682B4;
  padding-right: 10px;
  }

/* Important Callout Style */
span[class=wysiwyg-color-red130] {
	background: #f9eced;
  font-family: Manrope;
  color: #77252f;
  border: 1px solid #fbebed;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
span[class=wysiwyg-color-red130]:before {
	content: '\f071';
  font: var(--fa-font-solid);
  color: #c73e4f;
  padding-right: 10px;
  }

/* Important Callout Style FOR MIGRATION*/
p:has(> span[style*="color: #660000"]) {
	background: #f9eced;
  font-family: Manrope;
  color: #77252f;
  border: 1px solid #fbebed;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
p:has(> span[style*="color: #660000"])::before {
	content: '\f071';
  font: var(--fa-font-solid);
  color: #c73e4f;
  padding-right: 10px;
  }

/* Important Callout Style FOR NEW EDITOR*/
p:has(> span[style*="color: #C72809"]) {
	background: #f9eced;
  font-family: Manrope;
  color: #77252f;
  border: 1px solid #fbebed;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
p:has(> span[style*="color: #C72809"])::before {
	content: '\f071';
  font: var(--fa-font-solid);
  color: #c73e4f;
  padding-right: 10px;
  }

/* Series Callout Style */
span[class=wysiwyg-color-cyan130] {
	background: #deffff;
  font-family: Manrope;
  color: #637575;
  border: 1px solid #fbebed;
  border-radius: 9px;
  padding: 10px 15px;  
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;  
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
span[class=wysiwyg-color-cyan130]:before {	
  content: '\e4b7';  
  font: var(--fa-font-solid);  
  color: #006666; 
  padding-right: 10px;  
  }

/* Series Callout Style FOR MIGRATION*/
p:has(> span[style*="color: #006666"]) {
  background: #deffff;
  font-family: Manrope;
  color: #637575;
  border: 1px solid #fbebed;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
}

/* Add the icon before the block */
p:has(> span[style*="color: #006666"])::before {
  content: '\e4b7';
  font: var(--fa-font-solid);
  color: #006666;
  padding-right: 10px;
}

/* Series Callout Style FOR NEW EDITOR*/
p:has(> span[style*="color: #018747"]) {
  background: #deffff;
  font-family: Manrope;
  color: #637575;
  border: 1px solid #fbebed;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
}

/* Add the icon before the block */
p:has(> span[style*="color: #018747"])::before {
  content: '\e4b7';
  font: var(--fa-font-solid);
  color: #006666;
  padding-right: 10px;
}

/* Tip Callout Style */
span[class=wysiwyg-color-purple130] {
	background: #efe9ef;
  font-family: Manrope;
  color: #391139;
  border: 1px solid #f4eaf4;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
span[class=wysiwyg-color-purple130]:before {
  content: '\f0eb';
  font: var(--fa-font-regular);
  color: #622262;
  padding-right: 10px;
  }

/* Tip Callout Style FOR MIGRATION*/
p:has(> span[style*="color: #3D0066"]) {
	background: #efe9ef;
  font-family: Manrope;
  color: #391139;
  border: 1px solid #f4eaf4;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
p:has(> span[style*="color: #3D0066"])::before {
  content: '\f0eb';
  font: var(--fa-font-regular);
  color: #622262;
  padding-right: 10px;
  }

/* Tip Callout Style FOR NEW EDITOR*/
p:has(> span[style*="color: #960FD4"]) {
	background: #efe9ef;
  font-family: Manrope;
  color: #391139;
  border: 1px solid #f4eaf4;
  border-radius: 9px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  display: block;
  font-weight: normal;
/*   margin-top: 20px; */
  margin-bottom: 10px;
}
p:has(> span[style*="color: #960FD4"])::before {
  content: '\f0eb';
  font: var(--fa-font-regular);
  color: #622262;
  padding-right: 10px;
  }

/* Colorful veil */

/* .tableblue and .tabletext is being used; not using the other veils (yet) */
.tableblue {
  background: rgb(231,248,255);
  background: linear-gradient(0deg, rgba(231,248,255,1) 0%, rgba(218,243,254,1) 47%, rgba(231,248,255,1) 100%);
  border-radius: 10px;
  padding: 10px 60px 10px 10px;
  margin-top: 25px;
  margin-bottom: 15px;
  width: fit-content;
}

.tableblue ul {
  padding-top: 5px;
  line-height: 23px;
}

.tabletext {
  margin-left: 5px;  
}

.blue {  
  background: rgb(183,249,255);
  background: linear-gradient(90deg, rgba(0,232,255,1) 30%, rgba(183,249,255,1) 87%);
  background-position: center;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;  
  margin-bottom: 25px;
}

.yellow {
  background: rgb(254,255,0);
  background: linear-gradient(90deg, rgba(254,255,0,1) 30%, rgba(254,255,0,1) 90%);
  background-position: center;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px
}

.lime {
  background: rgb(129,255,0);
  background: linear-gradient(90deg, rgba(129,255,0,1) 30%, rgba(205,255,154,1) 90%);
  background-position: center;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px    
}

.green {
  background: rgb(131,217,131);
  background: linear-gradient(90deg, rgba(131,217,131,1) 0%, rgba(144,238,144,1) 50%);
  background-position: center;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px    
}

.gray {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(224,221,213,1) 100%);
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px
}

/* Tooltips for definitions */

    /* Tooltip container */
    .tooltip {
      position: relative;
      display: inline-block;
/*       border-bottom: dashed; */      
      text-decoration: underline;
      color: darkblue;      
    }

		/* Tooltip text */
    .tooltip .tooltiptext {
      visibility: hidden;
      width: 120px;
      background-color: black;
      color: #fff;
      text-align: center;
      padding: 5px 0;
      border-radius: 6px; 
      /* Position the tooltip text - see examples below! */
      position: absolute;
      z-index: 1;
    }

		/* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
      visibility: visible;
    }

/* Colorful borders */

div.cb {
  --b: .5em; /* border width */
	--c: 3em; /* corner size */
	--r: 2em; /* corner rounding */
	position: relative;
	margin: 1em auto;
	border: solid var(--b) transparent;
	padding: 1em;
	max-width: 100%;
	font: 1.25em ubuntu, sans-serif;
  margin-bottom: 20px;
	
	&::before {
		position: absolute;
		z-index: -1;
		inset: calc(-1*var(--b));
		border: inherit;
		border-radius: var(--r);
		background: linear-gradient(orange, deeppink, purple) border-box;
		--corner: 
			conic-gradient(from -90deg at var(--c) var(--c), red 25%, #0000 0) 
				0 0/ calc(100% - var(--c))  calc(100% - var(--c)) border-box;
		--inner: conic-gradient(red 0 0) padding-box;
		-webkit-mask: var(--corner), var(--inner);
		-webkit-mask-composite: source-out;
						mask: var(--corner) subtract, var(--inner);
		content: ''
	} 
  

/* Simple Alert */
  .notify {    
    position: absolute;
    top: 0px;
    right 0px;   
    background-color:#EA4F54;
    color:white;
  }
  


  