@charset "UTF-8";
/*BEGIN Charlie Display font*/
@font-face {
    font-family: 'charliedisplay-regular';
    src: url('/hc/theming_assets/01HZPEPVB4EBV0PJ9WJ328WZVB') format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*END Charlie Display*/

/*BEGIN Charlie Text font*/
@font-face {
    font-family: 'charlietext-regular';
    src: url('/hc/theming_assets/01HZPEPVNYH0JJT39G8KRDWK1C') format("opentype");
    font-weight: normal;
    font-style: normal;
}
/*END Charlie Text*/

/*BEGIN Roboto font*/
@font-face {
    font-family: 'Roboto';
    src: url('/hc/theming_assets/01HZPEPVGBDF9WPYRRASRBB9BK') format("truetype");
    font-weight: normal;
    font-style: normal;
}
/*END Roboto*/

/*BEGIN Add light grey background color to code blocks (pre) with a class of "hosted" for onprem guides*/

pre.hosted {
  background-color: lightgrey;
}

/*END background colors for code blocks*/


/*BEGIN Add background color to every other row in Release Note defect table and apply proper padding to left side of cells*/

.releasefixes tbody tr:nth-child(odd) {
  background-color: #ebecf0;
}

.releasefixes tbody tr td {
  padding: 10px; 
}

/*END background colors*/

/*BEGIN controls that create a lightbox effect when clicking an image*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.zoomed {
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ddd;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, .3);
  transition: opacity 1s; 
  opacity: 1 !important;
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 95%;
}

.article__body.markdown img {
  cursor: pointer; 
}

.article__body.markdown img:hover {
  opacity: 0.7;
}
/*END controls that create a lightbox effect when clicking an image*/

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

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  font-family: 'charliedisplay-regular';
  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-family: 'charliedisplay-regular', sans-serif;
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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; }

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

html, body {
  height: 100%; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-size: 16px;
  line-height: 1.5;
  color: #172B4D;
  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: #0052CC;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #0065FF;
    text-decoration: none; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #DFE1E6;
  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: 'charliedisplay-regular', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: inherit; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p,
ul,
ol {
  font-family: 'charlietext-regular', sans-serif;
  margin: 0 0 24px; }

h1, .h1 {
  font-family: 'charliedisplay-regular', sans-serif;
  font-size: 41px; }

h2, .h2 {
  font-family: 'charliedisplay-regular', sans-serif;

  font-size: 34px; }

h3, .h3 {
  font-family: 'charliedisplay-regular', sans-serif;
  font-size: 24px; }

h4, .h4 {
  font-family: 'charliedisplay-regular', sans-serif;
  font-size: 20px; }

h5, .h5 {
   font-family: 'charliedisplay-regular', sans-serif;
  font-size: 16px; }

h6, .h6 {
  font-family: 'charliedisplay-regular', sans-serif;
  font-size: 14px; }

b, strong {
  font-weight: 600; }

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

dl {
  margin-top: 0;
  margin-bottom: 24px; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  border-left: 5px solid #DFE1E6; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5; }

.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; }

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

.hidden {
  display: none !important; }

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: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #505F79;
  background-color: #fff;
  background-image: none;
  border: 2px solid #EBECF0;
  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: #B3D4FF;
    outline: 0;
    box-shadow: 0 0 2px #B3D4FF; }
  select::-moz-placeholder,
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  .nesty-input::-moz-placeholder {
    color: #5E6C84;
    opacity: 1; }
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  .nesty-input:-ms-input-placeholder {
    color: #5E6C84; }
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  .nesty-input::-webkit-input-placeholder {
    color: #5E6C84; }

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

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

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

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: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #172B4D; }

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

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: 38px; } }

.form-field {
  margin-bottom: 24px; }
  .form-field.required > label:after {
    content: "*";
    color: #FF5630;
    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: 24px;
    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: #8c94a6; }

.btn, input[type="submit"], [role="button"], .lines-button, .satisfaction-box input[type=radio] ~ label, .satisfaction-box .satisfaction-submit, .topbar .login, .community-recent-activity .recent-activity-controls a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  letter-spacing: .1px;
  padding: 6px 12px 6px 12px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease; }
  .btn:focus, input[type="submit"]:focus, [role="button"]:focus, .lines-button:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box .satisfaction-submit:focus, .topbar .login:focus, .community-recent-activity .recent-activity-controls a:focus, .btn:active:focus, input[type="submit"]:active:focus, [role="button"]:active:focus, .lines-button:active:focus, .satisfaction-box input[type=radio] ~ label:active:focus, .satisfaction-box .satisfaction-submit:active:focus, .topbar .login:active:focus, .community-recent-activity .recent-activity-controls a:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, input[type="submit"]:hover, [role="button"]:hover, .lines-button:hover, .satisfaction-box input[type=radio] ~ label:hover, .satisfaction-box .satisfaction-submit:hover, .topbar .login:hover, .community-recent-activity .recent-activity-controls a:hover, .btn:focus, input[type="submit"]:focus, [role="button"]:focus, .lines-button:focus, .satisfaction-box input[type=radio] ~ label:focus, .satisfaction-box .satisfaction-submit:focus, .topbar .login:focus, .community-recent-activity .recent-activity-controls a:focus {
    color: #0052CC;
    text-decoration: none; }
  .btn:active, input[type="submit"]:active, [role="button"]:active, .lines-button:active, .satisfaction-box input[type=radio] ~ label:active, .satisfaction-box .satisfaction-submit:active, .topbar .login:active, .community-recent-activity .recent-activity-controls a:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn--default {
  color: #0052CC;
  background-color: transparent;
  border-color: #0052CC; }
  .btn--default:hover, .btn--default:focus, .btn--default:active {
    color: #0747A6;
    background-color: transparent;
    border-color: #0747A6; }
  .btn--default:active {
    background-image: none; }

.btn--primary {
  color: #fff;
  background-color: #0052CC;
  border-color: #0052CC; }
  .btn--primary:hover, .btn--primary:focus, .btn--primary:active {
    color: #e0e0e0;
    background-color: #0747A6;
    border-color: #0747A6; }
  .btn--primary:active {
    background-image: none; }

.btn--success {
  color: #fff;
  background-color: #0052CC;
  border-color: #0052CC; }
  .btn--success:hover, .btn--success:focus, .btn--success:active {
    color: #e0e0e0;
    background-color: #0747A6;
    border-color: #0747A6; }
  .btn--success:active {
    background-image: none; }

.btn--warning {
  color: #fad782;
  background-color: transparent;
  border-color: #f9cf69; }
  .btn--warning:hover, .btn--warning:focus, .btn--warning:active {
    color: #f8c447;
    background-color: transparent;
    border-color: #f7bc2f; }
  .btn--warning:active {
    background-image: none; }

.btn--danger {
  color: #fff;
  background-color: #FF5630;
  border-color: #FF5630; }
  .btn--danger:hover, .btn--danger:focus, .btn--danger:active {
    color: #e0e0e0;
    background-color: #BF2600;
    border-color: #BF2600; }
  .btn--danger:active {
    background-image: none; }

.btn--topbar {
  color: #00B8D9;
  background-color: transparent;
  border-color: #00B8D9; }
  .btn--topbar:hover, .btn--topbar:focus, .btn--topbar:active {
    color: #0747A6;
    background-color: transparent;
    border-color: #0747A6; }
  .btn--topbar:active {
    background-image: none; }

input[type="submit"] {
  color: #fff;
  background-color: #0052CC;
  border-color: #0052CC; }
  input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    color: #e0e0e0;
    background-color: #0747A6;
    border-color: #0747A6; }
  input[type="submit"]:active {
    background-image: none; }

[role="button"] {
  color: #0052CC;
  background-color: transparent;
  border-color: #0052CC; }
  [role="button"]:hover, [role="button"]:focus, [role="button"]:active {
    color: #0747A6;
    background-color: transparent;
    border-color: #0747A6; }
  [role="button"]:active {
    background-image: none; }

.container {
  padding-right: 15px;
  padding-left: 15px; }

.container-inner {
  max-width: 980px;
  margin: 0 auto; }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #818a91;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px; }
  .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: 8px;
    line-height: 1.5;
    vertical-align: top; }
  .table > thead > tr > th {
    font-size: 12px;
    vertical-align: bottom;
    border-bottom: 1px solid #ddd; }
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table .table {
    background-color: #fff; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18px;
      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; } }

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

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

.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%; } }

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

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

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

.lines-button {
  padding: 15px 7.5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: .3s;
          transition: .3s; }
  @media (max-width: 767px) {
    .lines-button {
      float: right; } }
  @media (min-width: 768px) {
    .lines-button {
      display: none; } }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    outline: 0;
    box-shadow: none;
    -webkit-transition: 0;
            transition: 0; }
  .lines-button:focus {
    outline: 0; }

.lines {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .lines:before, .lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 2.14286px center;
            transform-origin: 2.14286px center;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
  .lines:before {
    top: 7.5px; }
  .lines:after {
    top: -7.5px; }

.csstransforms3d .lines-button.is-active {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8); }
  .csstransforms3d .lines-button.is-active .lines {
    background: transparent; }
    .csstransforms3d .lines-button.is-active .lines:before, .csstransforms3d .lines-button.is-active .lines:after {
      top: 0;
      width: 30px;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
    .csstransforms3d .lines-button.is-active .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
    .csstransforms3d .lines-button.is-active .lines:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }

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

.logo img {
  display: block;
  max-height: 30px !important; }

#user-menu {
  margin: 0 !important;
  border: 0 !important; }

#user > .btn {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 0;
  padding-right: 0; }

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0); }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 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); }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0); }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0); }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

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

#user-dropdown [role=separator] {
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    #user-dropdown [role=separator] {
      border-color: rgba(255, 255, 255, 0.15); } }

@media (min-width: 768px) {
  #user-dropdown[aria-expanded="true"] {
    top: 100%;
    -webkit-animation: bounce .6s ease-out;
            animation: bounce .6s ease-out; } }

#user-dropdown:before, #user-dropdown:after {
  color: inherit; }

@media (max-width: 767px) {
  #user-dropdown {
    position: static;
    display: inline;
    float: none;
    background: transparent !important;
    border: 0;
    box-shadow: none;
    opacity: 1 !important; }
    #user-dropdown:before, #user-dropdown:after {
      display: none; } }

#user {
  display: block; }
  #user .dropdown-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    color: inherit; }
    #user .dropdown-toggle, #user .dropdown-toggle:active, #user .dropdown-toggle:hover {
      border-color: transparent; }
    #user .dropdown-toggle:before, #user .dropdown-toggle:after {
      color: #fff; }
      @media (max-width: 767px) {
        #user .dropdown-toggle:before, #user .dropdown-toggle:after {
          display: none; } }
  @media (min-width: 768px) {
    #user {
      display: inline-block;
      vertical-align: middle; } }

#user-password,
#user-profile {
  color: #172B4D; }
  @media (max-width: 767px) {
    #user-password,
    #user-profile {
      min-width: 1px !important;
      padding: 6px 12px !important;
      margin-top: 6px;
      background-color: #fff;
      border-radius: 4px; } }
  #user-password [role=separator],
  #user-profile [role=separator] {
    padding: 6px 12px !important; }
  #user-password form,
  #user-profile form {
    padding: 6px 12px !important; }

#user-profile {
  font-size: 14px !important; }
  #user-profile dt {
    padding: 8px 4px  !important; }
    #user-profile dt label {
      margin-bottom: 0 !important; }
  #user-profile input[type="text"] {
    font-size: 14px !important; }

#password-form label {
  font-size: 14px !important; }

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

.breadcrumbs {
  padding: 8px 0 0;
  margin-bottom: 24px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumbs > li {
    display: inline-block; }
    .breadcrumbs > li + li:before {
      content: "› ";
      padding: 0 5px;
      color: #ccc; }
    .breadcrumbs > li a {
      color: #0052CC; }

.breadcrumbs--search-results {
  margin-bottom: 12px;
  font-size: 14px;
  padding: 0; }

.help-center-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .help-center-name {
      display: none; } }

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover; }

.hero-unit {
  position: relative;
  padding: 15% 15px 10%;
  margin-top: -24px;
  margin-bottom: 48px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
  -webkit-transition: all 0s ease;
          transition: all 0s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .hero-unit {
      padding-bottom: 5%;
      margin-top: -48px; } }
  .hero-unit:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #1f3249;
    opacity: 0.5; }

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

.avatar {
  position: relative;
  display: inline-block; }

.avatar--agent:before {
  display: inline-block;
  font-family: 'Roboto';
  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: #1f3249;
  content: "\f19d"; }

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

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

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

.search {
  position: relative; }
  .search:before {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px;
    font-size: 18px;
    color: #172B4D;
    content: "\f002";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .search input[type="submit"] {
    display: none; }

#query {
  display: inline-block;
  padding: 0 10px 0 35px;
  font-size: 14px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  -webkit-transition: border .3s ease;
          transition: border .3s ease; }
  #query::-moz-placeholder {
    color: #333;
    opacity: 1; }
  #query:-ms-input-placeholder {
    color: #333;
		opacity: 1;}
  #query::-webkit-input-placeholder {
    color: #333;
		opacity: 1;}


.searchbox {
  margin-top: 24px; }

.searchbox-suggestions ul {
  margin-bottom: 24px;
  list-style: none;
  padding-left: 0; }

.searchbox-suggestions li {
  margin-bottom: 8px; }

.search-box {
  position: relative; }

.search-box--hero-unit {
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  -webkit-transition: top .3s ease;
          transition: top .3s ease; }
  @media (min-width: 992px) {
    .search-box--hero-unit .search {
      padding-right: 95px; } }
  .search-box--hero-unit .search:before {
    left: 20px;
    margin-top: -11px;
    font-size: 22px; }
  .search-box--hero-unit #query {
    height: 50px;
    padding: 0 55px;
    font-size: 20px;
    font-family: 'Roboto';
    border-color: #fff; }
    @media (min-width: 992px) {
      .search-box--hero-unit #query {
        height: 60px; } }
  @media (min-width: 992px) {
    .search-box--hero-unit input[type="submit"] {
      position: absolute;
      top: 0;
      right: 0;
      display: inline-block;
      height: 60px;
      padding-right: 16px;
      padding-left: 16px;
      font-family: 'Roboto';
      font-size: 14px;
      color: #fff;
      background-color: #0052CC;
      border-color: #0052CC; 
    }
      .search-box--hero-unit input[type="submit"]:hover, .search-box--hero-unit input[type="submit"]:focus, .search-box--hero-unit input[type="submit"]:active {
        color: #e0e0e0;
        background-color: #0747A6;
        border-color: #0747A6; }
      .search-box--hero-unit input[type="submit"]:active {
        background-image: none; } }

.search-box--small {
  margin-bottom: 48px; }

.search-results-page {
  margin-bottom: 48px; }

.search-results-count {
  font-size: 20px; }

.search-result {
  margin-bottom: 24px;
  border-bottom: 2px solid #EBECF0; }

.search-result__title {
  margin-bottom: 12px;
  font-weight: 600; }

.search-result__description {
  margin-bottom: 12px;
  font-size: 14px; }
  .search-result__description:empty {
    display: none; }
  .search-result__description em {
    padding: 0 3px;
    font-style: normal;
    font-weight: 600;
    background-color: #fff3ca;
    border-radius: 3px; }

.search-result__meta {
  margin-bottom: 12px; }

.search-result-votes {
  display: inline-block;
  padding: 2px 4px;
  font-size: 14px;
  color: #fff;
  background-color: #0052CC;
  border-radius: 4px; }

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

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

.category-tree-item__title {
  padding-bottom: 12px;
  border-bottom: 2px solid #EBECF0;}

.category-tree-item__sections {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .category-tree-item__sections .section:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 992px) {
    .category-tree-item__sections .section:nth-child(2n+1) {
      clear: none; }
    .category-tree-item__sections .section:nth-child(3n+1) {
      clear: left; } }

.category-tree-item__title-link {
  color: inherit; }

.category-list {
  padding-left: 0;
  margin-bottom: 24px;
  list-style: none; }

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

.category-list-item__link {
  display: block;
  padding: 24px 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #1f3249;
  border-radius: 4px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease; }
  .category-list-item__link:active, .category-list-item__link:focus, .category-list-item__link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0052CC; }
  @media (min-width: 768px) {
    .category-list-item__link {
      display: table-cell; } }

.category-list-item__title {
  font-family: 'charliedisplay-regular', sans-serif;
  margin-bottom: 0;
  font-weight: 600;
	margin-top: 0;}

.section-page {
  margin-bottom: 48px; }

.section {
  margin-bottom: 24px; }

.section__title {
  font-family: 'charliedisplay-regular', sans-serif;
  font-weight: 300; }

.section__title-link {
  color: inherit; }

.section-header {
  position: relative; }

.section-subscribe {
  position: absolute;
  top: 0;
  right: 0; }
  .section-subscribe .dropdown-toggle {
    color: #0052CC;
    background-color: transparent;
    border-color: #0052CC; }
    .section-subscribe .dropdown-toggle:hover, .section-subscribe .dropdown-toggle:focus, .section-subscribe .dropdown-toggle:active {
      color: #0747A6;
      background-color: transparent;
      border-color: #0747A6; }
    .section-subscribe .dropdown-toggle:active {
      background-image: none; }
  .section-subscribe .dropdown-menu {
    right: 0;
    left: initial; }

.section-title {
  padding-right: 120px; }

@media (min-width: 768px) {
  .section-tree .section:nth-child(2n+1) {
    clear: left; } }

@media (min-width: 992px) {
  .section-tree .section:nth-child(2n+1) {
    clear: none; }
  .section-tree .section:nth-child(3n+1) {
    clear: left; } }

.article-page {
  margin-bottom: 48px; }

.article {
  position: relative; }

.article__title {
  font-size: 24px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .article__title {
      font-size: 34px; } }
  @media (min-width: 992px) {
    .article__title {
      font-size: 41px; } }

.article__enterprise--indicator
			position: relative;
      display: inline-block;
      height: 30px;
      padding-right: 16px;
      padding-left: 16px;
      font-family: 'charliedisplay-regular';
      font-size: 14px;
      color: #fff;
      background-color: #0052CC;
      border-color: #0052CC; 

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

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

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

.article-subscribe,
.article-unsubscribe {
  color: #0052CC;
  background-color: transparent;
  border-color: #0052CC; }
  .article-subscribe:hover, .article-subscribe:focus, .article-subscribe:active,
  .article-unsubscribe:hover,
  .article-unsubscribe:focus,
  .article-unsubscribe:active {
    color: #0747A6;
    background-color: transparent;
    border-color: #0747A6; }
  .article-subscribe:active,
  .article-unsubscribe:active {
    background-image: none; }

.article__body {
  margin-bottom: 24px; }
  .article__body .wysiwyg-font-size-x-large {
    font-size: 24px; }
  .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__body ul li,
  .article__body ol li {
    margin-bottom: 8px; }

.article-vote {
  position: relative;
  padding: 24px 12px;
  border: 2px solid #EBECF0;
  border-radius: 4px; }

.article-vote-controls__item {
  color: #172B4D;
  background-color: #EBECF0;
  border-color: #EBECF0; 
text-decoration: none;}
  .article-vote-controls__item:hover, .article-vote-controls__item:focus, .article-vote-controls__item:active {
    color: #333842;
    background-color: #d0d5d8;
    border-color: #cbd0d3; }
  .article-vote-controls__item:active {
    background-image: none; }

.article-vote-controls__item--voted {
  color: #383d48;
  border-color: #383d48; }

.article-vote-question {
  float: left;
  margin-right: 12px; }

.article-vote-controls {
  white-space: nowrap; }

.article-vote-count {
  display: block;
  font-size: 12px;
  color: #979797; }

.article__share {
  margin-bottom: 24px; }
  .article__share ul {
    margin-top: 0; }

.article-footer {
  margin-bottom: 24px; }

.article__attachments {
  margin-bottom: 24px; }

.article-more-questions {
  margin-bottom: 24px;
  clear: both; }
  .article-more-questions:empty {
    display: none; }
  .article-more-questions a {
    white-space: nowrap; }

@media (max-width: 767px) {
  .article-sidebar {
    padding-top: 24px;
    border-top: 2px solid #EBECF0; } }

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

.article-list-item {
  margin-bottom: 8px; }

.article-list-item__link {
  color: #0052CC; }

.article-list-item--is-promoted span {
  font-size: 10px;
  color: #FFAB00;
  vertical-align: middle; }

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

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

.comment-list-header {
  margin-bottom: 24px;
  border-bottom: 2px solid #EBECF0;
  padding-bottom: 12px; }

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

.comment-sorter {
  margin-bottom: 24px;
  border-bottom: 2px solid #EBECF0;
  padding-bottom: 24px; }
  @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: 12px; } }

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

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

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

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

.comment {
  margin-bottom: 24px;
  border-bottom: 2px solid #EBECF0;
  padding-bottom: 24px; }

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

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

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

.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: 'FontAwesome';
    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: 36px;
  top: 0;
  width: auto;
  padding: 1px 6px;
  font-size: 14px;
  color: #fff;
  background-color: #0052CC;
  border-radius: 0 0 4px 4px; }

.comment--official .comment__inner {
  position: relative;
  border: 2px solid #0052CC;
  border-radius: 4px;
  background-color: #e9fbf7;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px; }

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

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

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

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

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

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

.share {
  padding-left: 0;
  white-space: nowrap;
  list-style: none; }

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

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-color: #EBECF0;
  border-color: #EBECF0;
  border-radius: 4px; }
  .share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: FontAwesome;
    text-align: center; }

.share-facebook {
  color: #3d5b95;
  background-color: #EBECF0;
  border-color: #EBECF0; }
  .share-facebook:hover, .share-facebook:focus, .share-facebook:active {
    color: #2b406a;
    background-color: #d0d5d8;
    border-color: #cbd0d3; }
  .share-facebook:active {
    background-image: none; }
  .share-facebook:before {
    content: "\f09a"; }

.share-twitter {
  color: #24aadd;
  background-color: #EBECF0;
  border-color: #EBECF0; }
  .share-twitter:hover, .share-twitter:focus, .share-twitter:active {
    color: #1a82a9;
    background-color: #d0d5d8;
    border-color: #cbd0d3; }
  .share-twitter:active {
    background-image: none; }
  .share-twitter:before {
    content: "\f099"; }

.share-linkedin {
  color: #0976b4;
  background-color: #EBECF0;
  border-color: #EBECF0; }
  .share-linkedin:hover, .share-linkedin:focus, .share-linkedin:active {
    color: #06507a;
    background-color: #d0d5d8;
    border-color: #cbd0d3; }
  .share-linkedin:active {
    background-image: none; }
  .share-linkedin:before {
    content: "\f0e1"; }

.share-googleplus {
  color: #d23e30;
  background-color: #EBECF0;
  border-color: #EBECF0; }
  .share-googleplus:hover, .share-googleplus:focus, .share-googleplus:active {
    color: #a22e23;
    background-color: #d0d5d8;
    border-color: #cbd0d3; }
  .share-googleplus:active {
    background-image: none; }
  .share-googleplus:before {
    content: "\f0d5"; }

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

.my-activities-items {
  margin-bottom: 48px; }
  @media (min-width: 768px) {
    .my-activities-items {
      display: table;
      width: 100%; } }

.my-activities-items__head {
  display: none;
  color: #172B4D; }
  @media (min-width: 768px) {
    .my-activities-items__head {
      display: table-header-group;
      font-size: 14px;
      font-weight: 600;} }

@media (min-width: 768px) {
  .my-activities-items__body {
    display: table-row-group; } }

@media (min-width: 768px) {
  .my-activities-items__row {
    display: table-row; } }

@media (min-width: 768px) {
  .my-activities-items__col {
    display: table-cell;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #EBECF0; }
    .my-activities-items__col + .my-activities-items__col {
      padding-left: 12px; } }

@media (max-width: 767px) {
  .my-activities-items__request-id {
    display: inline; } }

@media (min-width: 768px) {
  .my-activities-items__request-id {
    display: none; } }

.my-activities-menu ul {
  list-style: none;
  padding-left: 0; }

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

.my-activities-menu__item {
  margin-bottom: 0; }
  .my-activities-menu__item a {
    display: block; }
  @media (min-width: 768px) {
    .my-activities-menu__item {
      float: left; } }

@media (min-width: 768px) {
  .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px; } }

.my-activities-menu--main {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 2px solid #EBECF0; }
  .my-activities-menu--main .my-activities-menu__item {
    padding: 6px 12px;
    background-color: #EBECF0;
    border-radius: 4px; }
    @media (max-width: 767px) {
      .my-activities-menu--main .my-activities-menu__item {
        margin-bottom: 8px; } }
    .my-activities-menu--main .my-activities-menu__item.is-active {
      font-weight: 600;
      color: #172B4D; }

.my-activities-menu--sub {
  margin-bottom: 24px; }
  .my-activities-menu--sub .my-activities-menu__item.is-active {
    font-weight: 600; }
  .my-activities-menu--sub .my-activities-menu__item a {
    display: inline-block; }
  @media (min-width: 768px) {
    .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
      margin-right: 6px;
      font-size: 10px;
      content: "\2022"; } }

@media (max-width: 767px) {
  .my-activities-item {
    padding: 12px 12px;
    margin-bottom: 24px;
    border: 2px solid #EBECF0;
    border-radius: 4px; } }

.my-activities-item__meta {
  font-size: 14px;
  color: #172B4D; }
  @media (max-width: 767px) {
    .my-activities-item__meta {
      display: inline-block;
      margin-right: 6px; }
      .my-activities-item__meta + .my-activities-item__meta:before {
        margin-right: 6px;
        content: "\2022"; } }

.my-activities-item__title {
  font-weight: 400; }
  @media (max-width: 767px) {
    .my-activities-item__title {
      font-size: 20px; } }

@media (max-width: 767px) {
  .my-activities-item__icon {
    display: inline-block; } }

@media (min-width: 768px) {
  .my-activities-item__icon {
    display: none; } }

.request-table-toolbar {
  padding-top: 12px;
  padding-bottom: 6px;
  margin-bottom: 24px;
  background-color: #f9f9f9;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .request-table-toolbar {
      padding-top: 6px;
      padding-bottom: 12px; } }
  .request-table-toolbar label {
    font-size: 14px; }

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

.request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px; }
  @media (max-width: 767px) {
    .request-table-filters__item {
      margin-bottom: 12px; } }
  @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: 6px; }
  .request-table-organization__col--button [role="button"] {
    height: 38px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0; }

.requests-sort-symbol {
  font-size: 0;
  display: inline-block;
  vertical-align: middle; }
  .requests-sort-symbol:after {
    font-family: FontAwesome;
    content: '\f0d7';
    display: inline-block;
    color: #172B4D;
    font-size: 14px;
    margin-left: 5px;
    margin-bottom: 2px; }

.requests-link {
  white-space: nowrap;
  color: #0052CC; }

.requests-link[href*="asc"] .requests-sort-symbol:after {
  content: '\f0d8'; }

.request-page {
  margin-bottom: 48px; }

.request {
  position: relative; }

.request-id {
  margin-bottom: 12px;
  font-weight: 600; }

.request-subject {
  font-size: 24px; }
  @media (min-width: 992px) {
    .request-subject {
      font-size: 34px;
      font-weight: 300; } }

.request-follow-up:empty {
  display: none; }

.request-sidebar {
  padding: 24px 12px 0;
  margin-bottom: 24px;
  font-size: 14px;
  border: 2px solid #EBECF0;
  border-radius: 4px; }
  .request-sidebar dd {
    margin-bottom: 12px; }

.request-status {
  display: inline-block;
  padding: 1px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  white-space: nowrap; }

.request-status--solved,
.request-status--closed {
  background-color: #006644; }

.request-status--new,
.request-status--open {
  background-color: #BF2600; }

.request-status--answered {
  background-color: #fad782; }

.new-request-page {
  margin-bottom: 48px; }

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

.new-request-form {
  margin-bottom: 24px; }

.upload-dropzone {
  padding: 24px 16px;
  border-color: #EBECF0;
  border-radius: 4px; }
  .upload-dropzone,
  .upload-dropzone a {
    font-size: 14px; }

.intro-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .intro-title {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .intro-title {
      margin-bottom: 36px;
      font-size: 34px; } }

@media (max-width: 479px) {
  .custom-blocks {
    margin-bottom: 24px; } }

.custom-block {
  margin-bottom: 24px; }
  @media (max-width: 479px) {
    .custom-block {
      float: none;
      width: 100%;
      padding: 0 16px; } }
  @media (min-width: 480px) {
    .custom-block {
      padding: 0 16px;
      text-align: center; } }
  @media (min-width: 768px) {
    .custom-block {
      margin-bottom: 24px; } }

.custom-block__link {
  display: block; }
  @media (max-width: 479px) {
    .custom-block__link {
      display: table; } }
  .custom-block__link:active .custom-block__icon path, .custom-block__link:focus .custom-block__icon path, .custom-block__link:hover .custom-block__icon path {
    fill: #1f568d; }
  .custom-block__link:active .custom-block__icon circle, .custom-block__link:focus .custom-block__icon circle, .custom-block__link:hover .custom-block__icon circle {
    stroke: #1f568d; }

.custom-block__icon {
  display: inline-block; }
  @media (min-width: 480px) {
    .custom-block__icon {
      margin-bottom: 24px; } }
  .custom-block__icon svg {
    width: 56px;
    height: 56px; }
    @media (max-width: 479px) {
      .custom-block__icon svg {
        width: 66px;
        height: 66px; } }
  .custom-block__icon circle,
  .custom-block__icon path {
    -webkit-transition: all .3s ease;
            transition: all .3s ease; }
  .custom-block__icon path {
    fill: #0052CC; }
  .custom-block__icon circle {
    stroke: #0052CC; }

.custom-block__title {
  font-size: 16px;
  font-weight: 400;
  color: #172B4D;}
  @media (max-width: 479px) {
    .custom-block__title {
      display: table-cell;
      width: 100%;
      padding-left: 0px; } }
  @media (max-width: 480px) {
    .custom-block__title {
      display: block; } }

.dropdown-toggle:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: inherit;
  content: '\f107'; }

.dropdown-menu {
  border: 0;
  min-width: 0 !important;
  font-size: 14px;
  overflow: hidden; }
  .dropdown-menu [role=menuitem] {
    padding: 12px 12px; }
  .dropdown-menu [role=menuitem][aria-selected=true]:after {
    display: inline-block;
    font-family: 'FontAwesome';
    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 a{
 text-decoration:none; }

.error-page {
  padding: 10% 0 10%;
  text-align: center; }

.error-page__title {
  text-transform: capitalize; }

.footer-submit-ticket {
  padding: 48px 16px 24px;
  margin-bottom: 48px;
  text-align: center;
  background-color: #EBECF0;
  border-radius: 4px; }

.footer-submit-ticket__title {
  font-size: 24px; }

.footer-submit-ticket__subtitle {
  font-size: 24px;
  color: #7e879b; }

.footer-submit-ticket__btn:empty {
  display: none; }

.footer-submit-ticket__btn .btn {
  padding: 9px 18px; }

.note {
  position: relative;
  padding-left: 12px;
  margin: 24px 0;
  color: #7e879b;
  border-left: 4px solid transparent; }
  .note p:last-child {
    margin-bottom: 0; }

.note-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600; }

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

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

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

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

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

.footer {
  padding-top: 48px;
  font-size: 14px;
  line-height: 1.1;
  color: #999;
  background-color: #1f3249;
  border-color: transparent;
  border-style: solid;
  border-width: 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 {
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #999;
  vertical-align: middle; }
  .footer-social-link + .footer-social-link {
    margin-left: 5px; }

.copyright a {
  color: #999; }

.layout {
  min-height: 100%;
  margin-bottom: -150px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .layout {
      margin-bottom: -198px; } }

.layout:after {
  display: block;
  content: ""; }

.footer, .layout:after {
  height: 150px; }
  @media (max-width: 767px) {
    .footer, .layout:after {
      height: 198px; } }

.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 12px; }
  .pagination ul > li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 12px; }
    .pagination ul > li > a, .pagination ul > li > span {
      position: relative;
      display: block;
      padding: 6px 16px;
      line-height: 1.5;
      color: #a6a6a7;
      text-decoration: none;
      background-color: #f6f6f6;
      border-radius: 4px; }
  .pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > li > span:hover, .pagination ul > li > span:focus {
    color: #1f568d;
    background-color: #EBECF0;
    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;
    cursor: default;
    background-color: #0052CC;
    border-color: #0052CC; }

.satisfaction-box {
  padding: 10px 16px;
  margin: 0 0 20px 0;
  margin-top: 0;
  font-size: 14px;
  border-color: #EBECF0;
  border-radius: 4px; }
  .satisfaction-box h4 {
    margin-bottom: 10px;
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-weight: normal; }
    .satisfaction-box h4:last-child {
      margin-bottom: 0; }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
  background-color: #0052CC;
  border-color: #0052CC; }
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    color: #e0e0e0;
    background-color: #0747A6;
    border-color: #0747A6; }
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_good"]:active {
    background-image: none; }

.satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
  background-color: #FF5630;
  border-color: #ff3939; }
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:hover, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:focus, .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    color: #e0e0e0;
    background-color: #ff1f1f;
    border-color: #fa0000; }
  .satisfaction-box input[type=radio] ~ label[for="satisfaction_rating_score_bad"]:active {
    background-image: none; }

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

.satisfaction-box input[type=radio][checked=checked][value=bad] + label:not([class="disabled"]) {
  background-color: #FF5630 !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 {
  padding: 0 !important;
  background-color: transparent !important;
  border: 0 !important; }

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

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

.satisfaction-comment {
  margin-top: 15px; }
  .satisfaction-comment label {
    font-weight: normal; }

.satisfaction-box .satisfaction-submit {
  margin-left: 15px !important;
  color: #fff !important;
  background-color: #0747A6 !important;
  border-color: #0747A6 !important; }

.topbar {
  width: 100% !important;
  color: #fff;
  font-family: 'charliedisplay-regular';
  background-color: #172B4D;
  border-color: #172B4D;
  border-style: solid;
  border-width: 0 0 0 0;
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .topbar {
      margin-bottom: 48px; } }
  .topbar .login {
    color: #FFFFFF;
    background-color: transparent;
    font-size: 14px;
    text-decoration: none;
    border-color: #FFFFFF; }
    .topbar .login:hover, .topbar .login:focus, .topbar .login:active {
      color: #C1C7D0;
      text-decoration: none;
      background-color: transparent;
      border-color: #C1C7D0; }
    .topbar .login:active {
      background-image: none; }
  @media (max-width: 767px) {
    .topbar .submit-a-request,
    .topbar .login,
    .topbar .language-selector {
      margin-bottom: 5px; } }

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

.topbar__col {
  position: relative;
  padding: 12px 0; }
  @media (min-width: 768px) {
    .topbar__col {
      display: table-cell;
      vertical-align: middle; } }

@media (min-width: 768px) {
  .topbar__controls {
    float: right; } }

@media (max-width: 767px) {
  .topbar__collapse {
    display: none;
    padding-bottom: 24px; } }

@media (min-width: 768px) {
  .topbar__collapse {
    display: block !important; } }

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

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  font-size: 32px !important;
  line-height: 45px !important;
  text-align: center;
  border: 2px solid #3572b0;
  border-radius: 4px;
  -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);
  width: 50px;
  height: 50px; }
  .scroll-to-top:focus, .scroll-to-top:active {
    outline: 0; }
  .scroll-to-top.is-active {
    bottom: 30px; }
  .scroll-to-top:hover {
    color: #1f568d;
    border-color: #1f568d; }

.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;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive--16by9 {
  padding-bottom: 56.25%; }

.embed-responsive--4by3 {
  padding-bottom: 75%; }

@-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; } }

.page-header {
  margin-bottom: 24px; }

.page-header--with-border {
  border-bottom: 2px solid #EBECF0; }

.related-articles h3 {
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .related-articles h3 {
      margin-top: 12px; } }

.related-articles ul {
  list-style: none;
  padding-left: 0; }
  .related-articles ul > li {
    margin-bottom: 8px; }
    .related-articles ul > li a {
      color: #172B4D;
      border-bottom: 1px solid #EBECF0;
      padding-bottom: 1px; }

.community-recent-activity {
  padding: 24px 12px;
  margin-bottom: 48px;
  border: 2px solid #EBECF0;
  border-radius: 4px; }
  .community-recent-activity .recent-activity-header {
    font-size: 16px; }
  .community-recent-activity .recent-activity-list {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0; }
    @media (min-width: 768px) {
      .community-recent-activity .recent-activity-list {
        margin-right: -15px;
        margin-left: -15px; } }
  @media (min-width: 768px) {
    .community-recent-activity .recent-activity-item {
      display: inline-block;
      width: 33.3333%;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 24px;
      vertical-align: top; } }
  .community-recent-activity .recent-activity-item-meta {
    font-size: 14px;
    color: #979797; }
  .community-recent-activity .recent-activity-item-comment span:before {
    margin-right: 3px;
    content: "\f0e5";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .community-recent-activity .recent-activity-item-parent {
    font-weight: 600;
    color: #172B4D; }
  .community-recent-activity .recent-activity-controls a {
    color: #0052CC;
    background-color: transparent;
    border-color: #0052CC; }
    .community-recent-activity .recent-activity-controls a:hover, .community-recent-activity .recent-activity-controls a:focus, .community-recent-activity .recent-activity-controls a:active {
      color: #0747A6;
      background-color: transparent;
      border-color: #0747A6; }
    .community-recent-activity .recent-activity-controls a:active {
      background-image: none; }

.profile-header {
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #172B4D	;
  padding: 24px 15px;
  text-align: center;
  color: #fff; }

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

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

.profile-header__options [data-action="edit-profile"] {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-color: #ffffff; }
  .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: #C1C7D0;
    background-color: transparent;
    border-color: #C1C7D0; }
  .profile-header__options [data-action="edit-profile"]:active {
    background-image: none; }

.profile-header__private-badge {
  display: inline-block;
  margin-bottom: 24px;
  background-color: #0052CC; }

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

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

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

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

.profile-stats__value {
  color: #fff; }

.profile-nav {
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #DFE1E6;
  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: #172B4D; }
  .profile-nav__item.is-active {
    background-color: #0052CC;
    color: #fff; }
  .profile-nav__item.is-active,
  .profile-nav__item a {
    padding: 16px 12px;
    line-height: 1; }
  .profile-nav__item:after {
    right: 12px !important; }

.profile-section {
  width: 100%; }

.profile-section__header {
   font-family: 'Charliedisplay-regular';
  margin-bottom: 24px; }

.profile-section__title {
  font-family: 'Charliedisplay-regular';
  margin-bottom: 12px;
  font-size: 24px; }

.profile-section__description {
  color: #42526E;
  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: 12px; } }

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

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

.profile-contribution {
  position: relative;
  border-radius: 4px;
  background-color: #f4f5f6;
  padding: 12px 15px;
  word-wrap: break-word; }

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

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

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

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

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: 'Charliedisplay-regular';
  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: 12px;
  padding: 0;
  font-size: 14px; }

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

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

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

.profile-activity__header {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600; }
  .profile-activity__header:before {
    display: inline-block;
    font-family: 'FontAwesome';
    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: 6px; }

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

.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: 12px; }

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

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

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

.status-label--with-ticket {
  background-color: #0052CC; }
  .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: #0052CC; }

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

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

.status-label--official {
  background-color: #0052CC; }

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

.status-label--planned {
  background-color: #1f3249; }

.status-label--not-planned {
  color: #172B4D;
  background-color: #DFE1E6; }

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

.attachment-list__item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px; }
  .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: 12px; }
  .community-nav__item.is-active {
    font-weight: 600; }

.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: 6px;
  padding-bottom: 6px;
  font-weight: 600;
  text-align: center; }

.vote-control {
  position: relative;
  z-index: 1;
  display: block !important;
  padding: 4px 0 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  color: #172B4D;
  border-color: #DFE1E6;
  line-height: 1.5 !important; }
  .vote-control:hover, .vote-control:active {
    z-index: 2; }

@media (min-width: 768px) {
  .topic-list-page {
    margin-bottom: 24px; } }

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

.topic-list-item__box {
  padding: 24px 12px;
  margin-bottom: 24px;
  border: 2px solid #DFE1E6;
  border-radius: 4px; }

.topic-list-item__title {
  margin-bottom: 12px; }

.topic-page {
  margin-bottom: 48px; }

.topic {
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 2px solid #DFE1E6;
  display: table;
  width: 100%; }

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

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

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

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

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

.topic-controls__item {
  float: left; }

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

@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 {
  left: initial;
  right: 0; }

.topic-controls__item--subscribe .dropdown-toggle,
.topic-controls__item--subscribe .topic-unsubscribe {
  color: #0052CC;
  background-color: transparent;
  font-weight: bold;
  border-color: #0052CC; }
  .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: #0747A6;
    background-color: transparent;
    border-color: #0747A6; }
  .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: 48px; } }

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

.post__title {
  font-size: 24px;
  padding-right: 18px; }
  @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: #0052CC;
  background-color: transparent;
  border-color: #0052CC; }
  .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: #0747A6;
    background-color: transparent;
    border-color: #0747A6; }
  .post-follow .post-subscribe:active,
  .post-follow .post-unsubscribe:active {
    background-image: none; }

.post__meta {
  margin-bottom: 24px; }

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

.post__body {
  padding-right: 52px; }

.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: #DFE1E6;
  padding: 12px 15px; }

.post-callout__title {
  font-size: 16px;
  font-weight: 600; }

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

.post-list-item {
  border-bottom: 2px solid #DFE1E6;
  margin-bottom: 24px;
  padding-bottom: 24px; }
  @media (min-width: 768px) {
    .post-list-item {
      display: table;
      width: 100%; } }

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

@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: #979797;
  font-size: 14px; }
  @media (min-width: 768px) {
    .post-info {
      float: right;
      text-align: center;
      min-width: 90px;
      background-color: #f9f9f9;
      border-radius: 4px;
      padding: 6px 12px; } }

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

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

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

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

.post-status--planned {
  background-color: #1f3249; }

.post-status--not-planned {
  color: #172B4D;
  background-color: #DFE1E6; }

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

.new-post-title {
  font-size: 24px; }
  @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: 24px; }

.container-header {
  font-family: 'charliedisplay-regular', sans-serif;
  padding-top: 20px;
  padding-bottom: 0px;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 40px;
}

.custom-block__icon {
  transition: all .3s ease-in-out;
}

.custom-block__icon:hover {
  transform: translateY(-3px);
}

.container-header h2 {
  font-weight: lighter;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
  height: 150px !important;
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: #0747A6;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}


figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}


figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(0, 82, 204);
}

figure.effect-oscar:hover img {
	opacity: 0.6;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
  display: inline;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	max-height: 360px;
	width: 307px;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.18);
  cursor: ponter;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2.5em;
  text-align: center;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: auto;
	font-weight: 800;
  font-size: 18px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin-top: 16px;
}

.grid figure p {
	letter-spacing: auto;
	font-size: 65.5%;
  text-transform: initial;
}

.knowledge-base {
  min-height: 560px;
}

.promoted-article-wrapper {
  padding: 15px 30px;
  padding-bottom: 10px;
  height: 140px;
  overflow: hidden;
}

.promoted-article-wrapper .fa {
  margin-right: 8px;
  color: #EFC75E;
}

.promoted-article-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promoted-article-content {
	display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.promoted-button {
  float: right;
  margin-top: -50px;
  margin-right: 20px;
}






















#DIV_1 {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    height: auto;
    text-size-adjust: 100%;
    width: 100vw;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 719.5px 155px;
    transform-origin: 719.5px 155px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px, "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
  margin-top: 50px;
  padding-bottom: 35px;
}/*#DIV_1*/

#DIV_2 {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    height: auto;
    text-size-adjust: 100%;
    width: 100vw;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 719.5px 155px;
    transform-origin: 719.5px 155px;
    background: rgb(9, 30, 66) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0pxpadding-bottom: 20px;
}/*#DIV_2*/

#DIV_3 {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    height: auto;
    text-size-adjust: 100%;
    width: 100%;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 585px 135px;
    transform-origin: 585px 135px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
    padding: 0px 15px;
  padding-top: 20px;
  padding-bottom: 30px;
}/*#DIV_3*/

#DIV_3:after {
    box-sizing: border-box;
    clear: both;
    color: rgb(37, 56, 88);
    content: '"' '"';
    display: none;
    text-size-adjust: 100%;
    column-rule-color: rgb(37, 56, 88);
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
}/*#DIV_3:after*/

#DIV_3:before {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    content: '"' '"';
    display: table;
    text-size-adjust: 100%;
    column-rule-color: rgb(37, 56, 88);
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
}/*#DIV_3:before*/

#DIV_4 {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    height: auto;
    text-size-adjust: 100%;
    width: 100%;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 585px 135px;
    transform-origin: 585px 135px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px -15px;
    outline: rgb(37, 56, 88) none 0px;
		margin-left: auto;
  	margin-right: auto;
  	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}/*#DIV_4*/

#DIV_4:after {
    box-sizing: border-box;
    clear: both;
    color: rgb(37, 56, 88);
    content: '"' '"';
    display: none;
    text-size-adjust: 100%;
    column-rule-color: rgb(37, 56, 88);
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
}/*#DIV_4:after*/

#DIV_4:before {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    content: '"' '"';
    display: table;
    text-size-adjust: 100%;
    column-rule-color: rgb(37, 56, 88);
    border: 0px none rgb(537, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
}/*#DIV_4:before*/

#DIV_5 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    float: left;
    height: 242px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-size-adjust: 100%;
    top: 0px;
    width: 292.5px;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 146.25px 121px;
    transform-origin: 146.25px 121px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(37, 56, 88) none 0px;
    padding: 0px 65px 0px 15px;
}/*#DIV_5*/

#P_6 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 224px;
    text-size-adjust: 100%;
    width: 212.5px;
    column-rule-color: rgb(151, 160, 175);
    perspective-origin: 106.25px 116px;
    transform-origin: 106.25px 116px;
    border: 0px none rgb(151, 160, 175);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    margin: 0px 0px 10px;
    outline: rgb(151, 160, 175) none 0px;
}/*#P_6*/

#IMG_7 {
    box-sizing: border-box;
    color: rgb(151, 160, 175);
    height: 50px;
    text-size-adjust: 100%;
    vertical-align: middle;
    width: 110px;
    column-rule-color: rgb(151, 160, 175);
    perspective-origin: 55px 46px;
    transform-origin: 55px 46px;
    border: 0px none rgb(151, 160, 175);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(151, 160, 175) none 0px;
    padding: 0px 0px 13px;
}/*#IMG_7*/

#BR_8, #BR_9, #BR_11 {
    box-sizing: border-box;
    color: rgb(151, 160, 175);
    text-size-adjust: 100%;
    column-rule-color: rgb(151, 160, 175);
    border: 0px none rgb(151, 160, 175);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(151, 160, 175) none 0px;
}/*#BR_8, #BR_9, #BR_11*/

#BR_10 {
    box-sizing: border-box;
    color: rgb(151, 160, 175);
    text-size-adjust: 100%;
    column-rule-color: rgb(151, 160, 175);
    border: 0px none rgb(151, 160, 175);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(151, 160, 175) none 0px;
}/*#BR_10*/

#DIV_12 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    float: left;
    height: 270px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-size-adjust: 100%;
    top: 0px;
    width: 292.5px;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 146.25px 135px;
    transform-origin: 146.25px 135px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
    padding: 0px 15px;
}/*#DIV_12*/

#DIV_13 {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    height: 250px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 131.25px 125px;
    transform-origin: 131.25px 125px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
}/*#DIV_13*/

#DIV_14, #DIV_29, #DIV_51 {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    height: 41px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 131.25px 20.5px;
    transform-origin: 131.25px 20.5px;
    border-top: 0px none rgb(37, 56, 88);
    border-right: 0px none rgb(37, 56, 88);
    border-bottom: 3px solid rgb(0, 82, 204);
    border-left: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0px 25px;
    outline: rgb(37, 56, 88) none 0px;
}/*#DIV_14, #DIV_29, #DIV_51*/

#H2_15 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    display: inline-block;
    height: 40px;
    text-size-adjust: 100%;
    width: 98.0469px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 49.0156px 20px;
    transform-origin: 49.0156px 20px;
    border-top: 0px none rgb(223, 225, 229);
    border-right: 0px none rgb(223, 225, 229);
    border-bottom: 2px solid rgb(0, 82, 204);
    border-left: 0px none rgb(2223, 225, 229);
    font: normal normal 200 normal 18px / 33px "Open Sans", Arial, sans-serif;
    margin: 0px 0px -2px;
    outline: rgb(238, 238, 238) none 0px;
    padding: 0px 0px 5px;
}/*#H2_15*/

#UL_16 {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    height: 184px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 131.25px 92px;
    transform-origin: 131.25px 92px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Roboto", sans-serif;
    list-style: none outside none;
    margin: 0px 0px 10px;
    outline: rgb(37, 56, 88) none 0px;
    padding: 0px;
}/*#UL_16*/

#LI_17 {
    box-sizing: border-box;
    color: rgb(80, 95, 121);
    height: 63px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(80, 95, 121);
    perspective-origin: 131.25px 21.5px;
    transform-origin: 131.25px 21.5px;
    border-top: 0px none rgb(80, 95, 121);
    border-right: 0px none rgb(80, 95, 121);
    border-bottom: 1px solid rgb(53, 53, 53);
    border-left: 0px none rgb(80, 95, 121);
    font: normal normal normal normal 13px / 20.8px "Roboto", sans-serif;
    list-style: none outside none;
    outline: rgb(80, 95, 121) none 0px;
    padding: 0px 0px;
}/*#LI_17*/

#LI_18 {
    box-sizing: border-box;
    color: rgb(80, 95, 121);
    height: 70px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(80, 95, 121);
    perspective-origin: 131.25px 21.5px;
    transform-origin: 131.25px 21.5px;
    border: 0px none rgb(80, 95, 121);
    font: normal normal normal normal 13px / 20.8px "Roboto", sans-serif;
    list-style: none outside none;
    outline: rgb(80, 95, 121) none 0px;
    padding: 8px 0px;
}/*#LI_18*/

#A_18, #A_21, #A_24 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    column-rule-color: rgb(223, 225, 229);
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 13px / 18.6667px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
}/*#A_18, #A_21, #A_24*/

#SMALL_19, #SMALL_22, #SMALL_25 {
    box-sizing: border-box;
    color: rgb(151, 160, 175);
    display: block;
    height: 17px;
    text-align: left;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(151, 160, 175);
    perspective-origin: 131.25px 8.5px;
    transform-origin: 131.25px 8.5px;
    border: 0px none rgb(151, 160, 175);
    font: normal normal normal normal 11.05px / 17.68px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(151, 160, 175) none 0px;
}/*#SMALL_19, #SMALL_22, #SMALL_25*/

#LI_20 {
    box-sizing: border-box;
    color: rgb(80, 95, 121);
    height: 52px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(80, 95, 121);
    perspective-origin: 131.25px 26px;
    transform-origin: 131.25px 26px;
    border-top: 1px solid rgb(53, 53, 53);
    border-right: 0px none rgb(80, 95, 121);
    border-bottom: 0px none rgb(80, 95, 121);
    border-left: 0px none rgb(80, 95, 121);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(80, 95, 121) none 0px;
    padding: 8px 0px;
}/*#LI_20*/
 
#LI_23 {
   box-sizing: border-box;
    color: rgb(80, 95, 121);
    height: 52px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(80, 95, 121);
    perspective-origin: 131.25px 26px;
    transform-origin: 131.25px 26px;
    border-top: 1px solid rgb(53, 53, 53);
    border-right: 0px none rgb(80, 95, 121);
    border-bottom: 0px none rgb(80, 95, 121);
    border-left: 0px none rgb(80, 95, 121);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(80, 95, 121) none 0px;
    padding: 8px 0px;
}/*#LI_23*/

#LI_26 {
    box-sizing: border-box;
    color: rgb(80, 95, 121);
    height: 37px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(80, 95, 121);
    perspective-origin: 131.25px 18.5px;
    transform-origin: 131.25px 18.5px;
    border-top: 1px solid rgb(53, 53, 53);
    border-right: 0px none rgb(80, 95, 121);
    border-bottom: 0px none rgb(80, 95, 121);
    border-left: 0px none rgb(80, 95, 121);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(80, 95, 121) none 0px;
    padding: 8px 0px;
}/*#LI_26*/

#A_27 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    column-rule-color: rgb(223, 225, 229);
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 13px / 13.3333px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
}/*#A_27*/

#DIV_28 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    float: left;
    height: 265px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-size-adjust: 100%;
    top: 0px;
    width: 292.5px;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 146.25px 132.5px;
    transform-origin: 146.25px 132.5px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
    padding: 0px 15px;
}/*#DIV_28*/

#H2_30 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 40px;
    text-size-adjust: 100%;
    width: 97px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 48.5px 20px;
    transform-origin: 48.5px 20px;
    border-top: 0px none rgb(223, 225, 229);
    border-right: 0px none rgb(223, 225, 229);
    border-bottom: 2px solid rgb(0, 82, 204	);
    border-left: 0px none rgb(223, 225, 229);
    font: normal normal 200 normal 18px / 33px 'charliedisplay-regular', Arial, sans-serif;
    margin: 0px 0px -2px;
    outline: rgb(223, 225, 229) none 0px;
    padding: 0px 0px 5px;
}/*#H2_30*/

#UL_31, #UL_53 {
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    height: 179px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 131.25px 89.5px;
    transform-origin: 131.25px 89.5px;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px '"Helvetica Neue"', Helvetica, Arial, sans-serif;
    list-style: none outside none;
    margin: 0px 0px 10px;
    outline: rgb(37, 56, 88) none 0px;
    padding: 0px;
}/*#UL_31, #UL_53*/

#LI_32, #LI_54 {
    box-sizing: border-box;
    color: rgb(80, 95, 121);
    height: 29px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(80, 95, 121);
    perspective-origin: 131.25px 14.5px;
    transform-origin: 131.25px 14.5px;
    border: 0px none rgb(80, 95, 121);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(80, 95, 121) none 0px;
}/*#LI_32, #LI_54*/

#A_33 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 55.4219px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 27.7031px 14.5px;
    transform-origin: 27.7031px 14.5px;
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
    padding: 6px 0px;
}/*#A_33*/

#I_34, #I_37, #I_40, #I_43, #I_46, #I_49, #I_56, #I_59, #I_62, #I_65, #I_68, #I_71 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    display: block;
    float: right;
    height: 13px;
    text-align: left;
    text-size-adjust: 100%;
    width: 4.65625px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 2.32812px 6.5px;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transform-origin: 2.32812px 6.5px;
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 13px / 13px Roboto;
    list-style: none outside none;
    margin: 10px 0px 0px;
    outline: rgb(223, 225, 229) none 0px;
}/*#I_34, #I_37, #I_40, #I_43, #I_46, #I_49, #I_56, #I_59, #I_62, #I_65, #I_68, #I_71*/

#I_34:before, #I_37:before, #I_40:before, #I_43:before, #I_46:before, #I_49:before, #I_56:before, #I_59:before, #I_62:before, #I_65:before, #I_68:before, #I_71:before {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    content: '""';
    text-align: left;
    text-size-adjust: 100%;
    column-rule-color: rgb(223, 225, 229);
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 13px / 13px FontAwesome;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
}/*#I_34:before, #I_37:before, #I_40:before, #I_43:before, #I_46:before, #I_49:before, #I_56:before, #I_59:before, #I_62:before, #I_65:before, #I_68:before, #I_71:before*/

#LI_35, #LI_38, #LI_41, #LI_44, #LI_47, #LI_57, #LI_60, #LI_63, #LI_66, #LI_69 {
    box-sizing: border-box;
    color: rgb(80, 95, 121);
    height: 30px;
    text-size-adjust: 100%;
    width: 262.5px;
    column-rule-color: rgb(80, 95, 121);
    perspective-origin: 131.25px 15px;
    transform-origin: 131.25px 15px;
    border-top: 1px solid rgb(53, 53, 53);
    border-right: 0px none rgb(80, 95, 121);
    border-bottom: 0px none rgb(80, 95, 121);
    border-left: 0px none rgb(80, 95, 121);
    font: normal normal normal normal 13px / 20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(80, 95, 121) none 0px;
}/*#LI_35, #LI_38, #LI_41, #LI_44, #LI_47, #LI_57, #LI_60, #LI_63, #LI_66, #LI_69*/

#A_36 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 57.875px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 28.9375px 14.5px;
    transform-origin: 28.9375px 14.5px;
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
    padding: 6px 0px;
}/*#A_36*/

#A_39 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 31.9844px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 15.9844px 14.5px;
    transform-origin: 15.9844px 14.5px;
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
    padding: 6px 0px;
}/*#A_39*/

#A_42 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 56.4219px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 28.2031px 14.5px;
    transform-origin: 28.2031px 14.5px;
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
    padding: 6px 0px;
}/*#A_42*/

#A_45 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 62.7344px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 31.3594px 14.5px;
    transform-origin: 31.3594px 14.5px;
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
    padding: 6px 0px;
}/*#A_45*/

#A_48 {
    box-sizing: border-box;
    color: rgb(223, 225, 229);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 69.0625px;
    column-rule-color: rgb(223, 225, 229);
    perspective-origin: 34.5312px 14.5px;
    transform-origin: 34.5312px 14.5px;
    border: 0px none rgb(223, 225, 229);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(223, 225, 229) none 0px;
    padding: 6px 0px;
}/*#A_48*/

#DIV_50 {
    background-position: 5px 60px;
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(37, 56, 88);
    float: left;
    height: 265px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-size-adjust: 100%;
    top: 0px;
    width: 292.5px;
    column-rule-color: rgb(37, 56, 88);
    perspective-origin: 146.25px 132.5px;
    transform-origin: 146.25px 132.5px;
    background: rgba(0, 4, 44, 0) no-repeat scroll 5px 60px / auto padding-box border-box;
    border: 0px none rgb(37, 56, 88);
    font: normal normal normal normal 13px / 20.8px "Roboto", Helvetica, Arial, sans-serif;
    outline: rgb(37, 56, 88) none 0px;
    padding: 0px 15px;
}/*#DIV_50*/

#H2_52 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 40px;
    text-size-adjust: 100%;
    width: 92.6094px;
    column-rule-color: rgb(238, 238, 238);
    perspective-origin: 46.2969px 20px;
    transform-origin: 46.2969px 20px;
    border-top: 0px none rgb(238, 238, 238);
    border-right: 0px none rgb(238, 238, 238);
    border-bottom: 2px solid rgb(0, 82, 204	);
    border-left: 0px none rgb(238, 238, 238);
    font: normal normal 200 normal 18px / 33px 'charliedisplay-regular', Arial, sans-serif;
    margin: 0px 0px -2px;
    outline: rgb(238, 238, 238) none 0px;
    padding: 0px 0px 5px;
}/*#H2_52*/

#A_55 {
    box-sizing: border-box;
    color: rgb(238, 238, 238);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 67.0469px;
    column-rule-color: rgb(238, 238, 238);
    perspective-origin: 33.5156px 14.5px;
    transform-origin: 33.5156px 14.5px;
    border: 0px none rgb(238, 238, 238);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(238, 238, 238) none 0px;
    padding: 6px 0px;
}/*#A_55*/

#A_58 {
    box-sizing: border-box;
    color: rgb(238, 238, 238);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 112.656px;
    column-rule-color: rgb(238, 238, 238);
    perspective-origin: 56.3281px 14.5px;
    transform-origin: 56.3281px 14.5px;
    border: 0px none rgb(238, 238, 238);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(238, 238, 238) none 0px;
    padding: 6px 0px;
}/*#A_58*/

#A_61 {
    box-sizing: border-box;
    color: rgb(238, 238, 238);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 116.719px;
    column-rule-color: rgb(238, 238, 238);
    perspective-origin: 58.3594px 14.5px;
    transform-origin: 58.3594px 14.5px;
    border: 0px none rgb(238, 238, 238);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(238, 238, 238) none 0px;
    padding: 6px 0px;
}/*#A_61*/

#A_64 {
    box-sizing: border-box;
    color: rgb(238, 238, 238);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 146.266px;
    column-rule-color: rgb(238, 238, 238);
    perspective-origin: 73.125px 14.5px;
    transform-origin: 73.125px 14.5px;
    border: 0px none rgb(238, 238, 238);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(238, 238, 238) none 0px;
    padding: 6px 0px;
}/*#A_64*/

#A_67 {
    box-sizing: border-box;
    color: rgb(238, 238, 238);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 97.7812px;
    column-rule-color: rgb(238, 238, 238);
    perspective-origin: 48.8906px 14.5px;
    transform-origin: 48.8906px 14.5px;
    border: 0px none rgb(238, 238, 238);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(238, 238, 238) none 0px;
    padding: 6px 0px;
}/*#A_67*/

#A_70 {
    box-sizing: border-box;
    color: rgb(238, 238, 238);
    display: inline-block;
    height: 29px;
    text-align: left;
    text-decoration: none;
    text-size-adjust: 100%;
    width: 75.7812px;
    column-rule-color: rgb(238, 238, 238);
    perspective-origin: 37.8906px 14.5px;
    transform-origin: 37.8906px 14.5px;
    border: 0px none rgb(238, 238, 238);
    font: normal normal normal normal 11px / 17.6px "Roboto", Helvetica, Arial, sans-serif;
    list-style: none outside none;
    outline: rgb(238, 238, 238) none 0px;
    padding: 6px 0px;
}/*#A_70*/

.fa-angle-right { 
  float: right;
  color: #fff;
  margin-top: 8px;
  margin-right: 3px;
}

.navbar-nav {
  font-size: 14px;
  font-weight: normal;
  margin-top: auto;
  margin-bottom: auto;
  height: 70px;
  color: #fff !important;
  padding: 26px 40px;
 }

.navbar-nav a {
  color: #fff !important;
  text-decoration: none;
 }

.navbar-nav a:hover {
  text-decoration: underline;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: middle;
  background: rgba(116,118,121,0.6);
 }

.navbar-nav .dropdown-toggle:after {
  display: none !important;
}

.navbar-nav .dropdown {
  margin-right: 24px;
 }

#tabs {
	border: none !important;
  font-family: "charliedisplay-regular", serif;
}

#tabs .ui-widget-header {
	background: #fff;
  border: none;
  padding-left: 20px;
  font-family: "charliedisplay-regular", serif;
 
}

#tabs .ui-widget-header {
  border: none !important
}

#tabs > ul > li {
  text-decoration: underline;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 5px;
	border: 2px; 
  border-style: solid;
  border-color: #0052CC;
  border-radius: 4px;
  font: 19px "charliedisplay-regular", serif;
  color: #0052CC;
  background: none;
  
}
#tabs > ul > li a{
	color: #0052CC;
}

#tabs > ul > li.ui-state-hover{
  border-color: #0065FF;
  border-radius: 4px;
  font: 19px "charliedisplay-regular", serif;
  color: #0052CC;
  background: none;
}



#tabs > ul > li.ui-state-hover a{
	text-decoration: none;
  	color: #0065FF;
}


#tabs > ul > li.ui-state-active {
  border-color: #0052CC;
	background: #0052CC;
  
}

#tabs > ul > li.ui-state-active a{
	text-decoration: none;
  	color: #FFFFFF;
}

#tabs > ul > li > .ui-tabs-anchor {
	padding: 5px 10px;

}

#tabs .ui-tabs-panel {
	font-family: "charliedisplay-regular", serif;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  color: #172B4D;
  border-style: none;
}

#tabs .ui-tabs-panel a{
  color: #0052CC;
  text-decoration: underline;
}

#tabs .ui-tabs-panel a:hover{
  color: #0065FF;
    text-decoration: none; }}
}
