/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  display: block; }

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "McKinsey Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #0065BD;
  text-decoration: none; }
  a:hover, a:focus {
    color: #003c71;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

h4, .h4 {
  font-size: 18px; }

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

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

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #0065BD; }

a.text-primary:hover,
a.text-primary:focus {
  color: #004a8a; }

.text-success {
  color: #fff; }

a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0065BD; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004a8a; }

.bg-success {
  background-color: #1EC1B0; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #179588; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 33px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

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

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm {
  height: 33px;
  line-height: 33px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #fff; }

.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #1EC1B0; }

.has-success .form-control-feedback {
  color: #fff; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 27px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px; } }

.description-form-control {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  border: none;
  outline: none;
  overflow-y: auto;
  background-color: #fff;
  resize: none;
  padding: 0px; }
  .description-form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .description-form-control:-ms-input-placeholder {
    color: #999; }
  .description-form-control::-webkit-input-placeholder {
    color: #999; }

.description-form-control::-webkit-scrollbar {
  width: 5px;
  background: #E6E6E6; }

.description-form-control::-webkit-scrollbar-thumb {
  background: #767676;
  border-radius: 10px;
  max-height: 1px !important; }

.description-form-control::-webkit-scrollbar-track-piece {
  display: none; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 14px 14px;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: bold;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .modal-gen-x .modal-footer .modal-submit {
  color: #fff;
  background-color: #0065BD;
  border-color: #0057a4; }
  .btn-primary:focus, .modal-gen-x .modal-footer .modal-submit:focus, .btn-primary.focus, .modal-gen-x .modal-footer .focus.modal-submit {
    color: #fff;
    background-color: #004a8a;
    border-color: #001324; }
  .btn-primary:hover, .modal-gen-x .modal-footer .modal-submit:hover {
    color: #fff;
    background-color: #004a8a;
    border-color: #003766; }
  .btn-primary:active, .modal-gen-x .modal-footer .modal-submit:active, .btn-primary.active, .modal-gen-x .modal-footer .active.modal-submit,
  .open > .btn-primary.dropdown-toggle,
  .modal-gen-x .modal-footer .open > .dropdown-toggle.modal-submit {
    color: #fff;
    background-color: #004a8a;
    border-color: #003766; }
    .btn-primary:active:hover, .modal-gen-x .modal-footer .modal-submit:active:hover, .btn-primary:active:focus, .modal-gen-x .modal-footer .modal-submit:active:focus, .btn-primary:active.focus, .modal-gen-x .modal-footer .modal-submit:active.focus, .btn-primary.active:hover, .modal-gen-x .modal-footer .active.modal-submit:hover, .btn-primary.active:focus, .modal-gen-x .modal-footer .active.modal-submit:focus, .btn-primary.active.focus, .modal-gen-x .modal-footer .active.focus.modal-submit,
    .open > .btn-primary.dropdown-toggle:hover,
    .modal-gen-x .modal-footer .open > .dropdown-toggle.modal-submit:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .modal-gen-x .modal-footer .open > .dropdown-toggle.modal-submit:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .modal-gen-x .modal-footer .open > .dropdown-toggle.focus.modal-submit {
      color: #fff;
      background-color: #003766;
      border-color: #001324; }
  .btn-primary:active, .modal-gen-x .modal-footer .modal-submit:active, .btn-primary.active, .modal-gen-x .modal-footer .active.modal-submit,
  .open > .btn-primary.dropdown-toggle,
  .modal-gen-x .modal-footer .open > .dropdown-toggle.modal-submit {
    background-image: none; }
  .btn-primary.disabled:hover, .modal-gen-x .modal-footer .disabled.modal-submit:hover, .btn-primary.disabled:focus, .modal-gen-x .modal-footer .disabled.modal-submit:focus, .btn-primary.disabled.focus, .modal-gen-x .modal-footer .disabled.focus.modal-submit, .btn-primary[disabled]:hover, .modal-gen-x .modal-footer .modal-submit[disabled]:hover, .btn-primary[disabled]:focus, .modal-gen-x .modal-footer .modal-submit[disabled]:focus, .btn-primary[disabled].focus, .modal-gen-x .modal-footer .modal-submit[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .modal-gen-x .modal-footer .modal-submit:hover,
  .modal-gen-x .modal-footer fieldset[disabled] .modal-submit:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .modal-gen-x .modal-footer .modal-submit:focus,
  .modal-gen-x .modal-footer fieldset[disabled] .modal-submit:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .modal-gen-x .modal-footer .focus.modal-submit,
  .modal-gen-x .modal-footer fieldset[disabled] .focus.modal-submit {
    background-color: #0065BD;
    border-color: #0057a4; }
  .btn-primary .badge, .modal-gen-x .modal-footer .modal-submit .badge {
    color: #0065BD;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #CD202C;
  border-color: #b71d27; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a11923;
    border-color: #490b10; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a11923;
    border-color: #82141c; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a11923;
    border-color: #82141c; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #82141c;
      border-color: #490b10; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #CD202C;
    border-color: #b71d27; }
  .btn-danger .badge {
    color: #CD202C;
    background-color: #fff; }

.btn-link {
  color: #0065BD;
  border-radius: 0;
  outline: none !important; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #003c71;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: bold;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0065BD; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #0065BD; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0065BD; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 45px;
  margin-bottom: 22px; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 11.5px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 45px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: 5px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 5.5px;
  margin-bottom: 5.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 5.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 11.5px;
          padding-bottom: 11.5px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 4.5px;
  margin-bottom: 4.5px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 4.5px;
  margin-bottom: 4.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 6px;
    margin-bottom: 6px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 11.5px;
    margin-bottom: 11.5px; }

.navbar-text {
  margin-top: 11.5px;
  margin-bottom: 11.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.alert {
  padding: 8px 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 0; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 8px 10px20; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #1EC1B0;
  border-color: #1EC1B0;
  color: #fff; }
  .alert-success hr {
    border-top-color: #1bab9c; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto; }
  .modal-dialog.modal-sm {
    width: 300px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 0;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.65;
    filter: alpha(opacity=65); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }
  .modal-header h4 {
    margin: 0;
    font-weight: bold;
    font-size: 16px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "McKinsey Sans", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #333;
  font-size: 14px !important;
  border-radius: 2px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #333; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #333; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #333; }

.clearfix:before, .r-item .info-wrap:before, .clearfix:after, .r-item .info-wrap:after {
  content: " ";
  display: table; }

.clearfix:after, .r-item .info-wrap:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

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

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

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-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; } }

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

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative; }
  .Select:focus {
    border: 0;
    outline: none; }

.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9; }

.Select.is-disabled > .Select-control:hover {
  box-shadow: none; }

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35; }

.Select-control {
  background-color: #fff;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  min-height: 37px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%; }

.Select-control .Select-input:focus {
  outline: none; }

.is-searchable.is-open > .Select-control {
  cursor: text; }

.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9; }

.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px; }

.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text; }

.Select-placeholder,
.Select--single > .Select-control .Select-value {
  font-size: 16px;
  bottom: 0;
  color: #BDBDBD;
  left: 0;
  line-height: 38px;
  padding-left: 16px;
  padding-right: 10px;
  padding-top: 1px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .Select-placeholder .industry-function-default-container,
  .Select--single > .Select-control .Select-value .industry-function-default-container {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .Select-placeholder .industry-function-default-container,
      .Select--single > .Select-control .Select-value .industry-function-default-container {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 25px; } }
  .Select-placeholder .default-pill-email-template, .Select-placeholder .function-pill-email-template,
  .Select-placeholder .Select--single > .Select-control .Select-value .function-pill-email-template, .Select--single > .Select-control .Select-value .Select-placeholder .function-pill-email-template, .Select-placeholder .industry-pill-email-template,
  .Select-placeholder .Select--single > .Select-control .Select-value .industry-pill-email-template, .Select--single > .Select-control .Select-value .Select-placeholder .industry-pill-email-template,
  .Select--single > .Select-control .Select-value .default-pill-email-template,
  .Select-placeholder .Select--single > .Select-control .Select-value .function-pill-email-template,
  .Select--single > .Select-control .Select-value .function-pill-email-template,
  .Select-placeholder .Select--single > .Select-control .Select-value .industry-pill-email-template,
  .Select--single > .Select-control .Select-value .industry-pill-email-template {
    color: #FFFFFF;
    padding: 2px 8px;
    margin-right: 6px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    background-color: #D1D1D1; }
  .Select-placeholder .function-pill-email-template,
  .Select--single > .Select-control .Select-value .function-pill-email-template {
    background-color: #9EAFC3; }
  .Select-placeholder .industry-pill-email-template,
  .Select--single > .Select-control .Select-value .industry-pill-email-template {
    background-color: #7FB4C1; }
  @media screen and (max-width: 767px) {
    .Select-placeholder .industry-pill-email-template-mobile, .Select-placeholder .function-pill-email-template-mobile,
    .Select-placeholder .Select--single > .Select-control .Select-value .function-pill-email-template-mobile, .Select--single > .Select-control .Select-value .Select-placeholder .function-pill-email-template-mobile,
    .Select--single > .Select-control .Select-value .industry-pill-email-template-mobile,
    .Select-placeholder .Select--single > .Select-control .Select-value .function-pill-email-template-mobile,
    .Select--single > .Select-control .Select-value .function-pill-email-template-mobile {
      display: inline-block;
      width: 217px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 13px; } }
  .Select-placeholder .function-pill-email-template-mobile-trim, .Select-placeholder .industry-pill-email-template-mobile-trim,
  .Select-placeholder .Select--single > .Select-control .Select-value .industry-pill-email-template-mobile-trim, .Select--single > .Select-control .Select-value .Select-placeholder .industry-pill-email-template-mobile-trim,
  .Select--single > .Select-control .Select-value .function-pill-email-template-mobile-trim,
  .Select-placeholder .Select--single > .Select-control .Select-value .industry-pill-email-template-mobile-trim,
  .Select--single > .Select-control .Select-value .industry-pill-email-template-mobile-trim {
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px; }
  .Select-placeholder .email-template-selection-value,
  .Select--single > .Select-control .Select-value .email-template-selection-value {
    color: #0265BD;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 350px; }
    @media screen and (max-width: 767px) {
      .Select-placeholder .email-template-selection-value,
      .Select--single > .Select-control .Select-value .email-template-selection-value {
        display: inline;
        white-space: normal;
        width: auto; } }

.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none; }

.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline; }

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .Select-input {
      height: auto;
      display: block !important; } }

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 24px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none; }

.is-focused .Select-input > input {
  cursor: text; }

.has-value.is-pseudo-focused .Select-input {
  opacity: 0; }

.Select-control:not(.is-searchable) > .Select-input {
  outline: none; }

.Select-loading-zone {
  display: none; }

.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px; }

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px; }

.Select-clear-zone:hover {
  color: #D0021B; }

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1; }

.Select--multi .Select-clear-zone {
  width: 17px; }

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
  display: none; }

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative; }

.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666; }

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
  margin-bottom: 9px; }

.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left; }

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.Select-menu-outer {
  background-color: #fff;
  border-style: solid;
  border-color: #999;
  border-width: 1px 0;
  -webkit-box-shadow: 0 2px 5px 0 #d6d6d6;
  -moz-box-shadow: 0 2px 5px 0 #d6d6d6;
  box-sizing: border-box;
  margin-top: 0;
  max-height: 628px;
  position: absolute;
  top: 100%;
  z-index: 1040;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  left: -44px;
  right: -19px; }

.Select-menu {
  max-height: 300px;
  overflow-y: auto;
  z-index: 2; }

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 0 18px 0 16px; }
  .Select-option:last-child {
    border-bottom: 0; }

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333; }

.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333; }

.Select-option.is-disabled {
  color: #cccccc;
  cursor: default; }

.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block; }

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0; }

.Select--multi.has-value .Select-input {
  margin-left: 5px; }

.Select--multi .Select-value {
  background-color: #fdfdfd;
  border: 1px solid #0065BD;
  border-radius: 2px;
  color: #0065BD;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 7px;
  vertical-align: top; }

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle; }

.Select--multi .Select-value-label {
  cursor: default;
  padding: 0 3px; }

.Select--multi .Select-value-label {
  color: #0065BD;
  cursor: pointer;
  text-decoration: none;
  max-width: 180px; }

.Select--multi a.Select-value-label:hover {
  text-decoration: underline; }

.Select--multi .Select-value-icon {
  cursor: pointer;
  float: right;
  padding: 2px 5px 0; }

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #f3f3f3;
  color: #0065BD; }

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24); }

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333; }

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3; }

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc; }

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn); } }

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?jpzfzg");
  src: url("/fonts/icomoon.eot?jpzfzg#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?jpzfzg") format("truetype"), url("/fonts/icomoon.woff?jpzfzg") format("woff"), url("/fonts/icomoon.svg?jpzfzg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-outline-blog-icon:before {
  content: "\E93A"; }

.icon-solid-blog-icon:before {
  content: "\E93B"; }

.icon-copy_icon:before {
  content: "\E936"; }

.icon-trending_icon:before {
  content: "\E935"; }

.icon-flag_icon:before {
  content: "\E934"; }

.icon-linkedin_icon:before {
  content: "\E931"; }

.icon-twitter_icon:before {
  content: "\E932"; }

.icon-whatsapp_icon:before {
  content: "\E933"; }

.icon-envelop_outline:before {
  content: "\E930"; }

.icon-mck_logo:before {
  content: "\E92F"; }

.icon-practice_focus:before {
  content: "\E92E"; }

.icon-contact:before {
  content: "\E929"; }

.icon-best_of_mck:before {
  content: "\E92A"; }

.icon-trending:before {
  content: "\E92B"; }

.icon-title:before {
  content: "\E92C"; }

.icon-organization:before {
  content: "\E92D"; }

.icon-airplane2:before {
  content: "\E927"; }

.icon-more_icon:before {
  content: "\E928"; }

.icon-configure:before {
  content: "\E926"; }

.icon-checked:before {
  content: "\E924"; }

.icon-unchecked:before {
  content: "\E925"; }

.icon-knowledge_activity_icon:before {
  content: "\E923"; }

.icon-email_sent:before {
  content: "\E921"; }

.icon-email_read:before {
  content: "\E922"; }

.icon-profile:before {
  content: "\E905"; }

.icon-email_template:before {
  content: "\E906"; }

.icon-practice_setting:before {
  content: "\E907"; }

.icon-lock:before {
  content: "\E900"; }

.icon-thick_check:before {
  content: "\E901"; }

.icon-right_arrow_2:before {
  content: "\E902"; }

.icon-add-circle:before {
  content: "\E903"; }

.icon-add:before {
  content: "\E904"; }

.icon-left-arrow:before {
  content: "\E908"; }

.icon-check:before {
  content: "\E909"; }

.icon-check-off:before {
  content: "\E90A"; }

.icon-check-on:before {
  content: "\E90B"; }

.icon-close:before {
  content: "\E90C"; }

.icon-close-round:before {
  content: "\E90D"; }

.icon-dropdown:before {
  content: "\E90E"; }

.icon-right-arrow:before {
  content: "\E90F"; }

.icon-group:before {
  content: "\E910"; }

.icon-information:before {
  content: "\E911"; }

.icon-no-connection:before {
  content: "\E912"; }

.icon-search-icon:before {
  content: "\E913"; }

.icon-c-suite:before, .recipient-selector .group-info .media-left .fi.icon-c-suite:before {
  content: "\E914"; }

.icon-no_contact_search:before {
  content: "\E915"; }

.icon-smile_chat:before {
  content: "\E916"; }

.icon-exclamation_mark_icon:before {
  content: "\E917"; }

.icon-launch_arrow:before {
  content: "\E918"; }

.icon-find_setting:before {
  content: "\E919"; }

.icon-airplane:before {
  content: "\E91A"; }

.icon-alert_triangle:before {
  content: "\E91B"; }

.icon-drop_down:before {
  content: "\E91C"; }

.icon-settings_line:before {
  content: "\E91D"; }

.icon-settings_solid:before {
  content: "\E91E"; }

.icon-feed:before {
  content: "\E91F"; }

.icon-navigation:before {
  content: "\E920"; }

.icon-question_mark:before {
  content: "\E937"; }

.icon-megaphone_icon:before {
  content: "\E938"; }

.icon-eye_icon:before {
  content: "\E939"; }

.icon-dropdown-cust:before {
  content: "\E90E";
  font-size: 0.73em; }

.icon-dropdown-custom-template:before {
  content: "\E90E";
  font-size: 0.60em; }

.label {
  color: #BDBDBD;
  font-size: 14px; }

.v-hidden {
  visibility: hidden; }

.dot, .error-box .eb-header .media-left span {
  width: 19px;
  position: relative;
  display: block; }
  .dot:before, .error-box .eb-header .media-left span:before {
    content: '.';
    position: absolute;
    top: 3px;
    left: -2px;
    font-size: 30px;
    line-height: 0;
    font-family: serif; }

.arrow_box {
  background: #fff;
  border: 2px solid #2e2e2e;
  max-width: 280px;
  position: absolute;
  left: 50%;
  margin-left: -140px;
  padding: 8px 15px;
  font-weight: bold;
  text-align: center;
  top: 59px;
  z-index: 999; }

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px; }

.arrow_box:before {
  border-color: rgba(46, 46, 46, 0);
  border-bottom-color: #2e2e2e;
  border-width: 15px;
  margin-left: -15px; }

.special-field {
  color: #333;
  border: 1px solid #333;
  font-weight: normal;
  border-radius: 2px;
  padding: 1px 2px 1px 2px;
  white-space: nowrap;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin-right: 5px;
  margin-left: 5px; }
  .special-field.selected {
    border-color: #004a8a;
    color: #004a8a; }

.underline {
  border-bottom: 1px dotted #8E8E93; }

.touch-overflow-scroll, .Select-menu-outer, .activity-scroll-list-wrap, .to-field__menu-list, .recipient-selector .rs-list, .ycar-widget .ycar-item-list, .contact-profile .timeline-wrap, .feed-item .contact-list, .practice-pref-wrap .pp-list, .create-template-modal .ct-wrap, .show-manage-collaborators-modal .ct-wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch !important;
  -webkit-transform: translate3d(0, 0, 0) !important; }

.h-seperator, .recipient-selector .rs-seperator {
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
  border-bottom: 1px solid #e5e5e5;
  line-height: 29px;
  font-weight: bold;
  vertical-align: middle; }

.article-item {
  background-color: #FFF;
  color: #333; }
  .article-item .media {
    font-size: 12px;
    margin-top: 0; }
    .article-item .media .media-left {
      min-width: 51px;
      font-weight: bold;
      padding-right: 0; }

.c-media .c-media-left {
  float: left; }

.c-media .c-media-right {
  float: right; }

.c-media .c-media-body {
  overflow: hidden; }

.ellipsis, .Select--multi .Select-value-label, .recipient-pill .recipients .media-body .recipient-pill__name, .preview-modal .cc-wrap .recipients .media-body .recipient-pill__name, .email-summary .draft-preview .recipients .media-body .recipient-pill__name, .recipient-pill .cc .media-body .recipient-pill__name, .preview-modal .cc-wrap .cc .media-body .recipient-pill__name, .email-summary .draft-preview .cc .media-body .recipient-pill__name, .dropdown-select .btn-dropdown, .preview-modal .btn-dropdown {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre; }

.recipient-pill .recipients, .preview-modal .cc-wrap .recipients, .email-summary .draft-preview .recipients, .recipient-pill .cc, .preview-modal .cc-wrap .cc, .email-summary .draft-preview .cc {
  padding: 10px 0 4px 0;
  margin-left: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .recipient-pill .recipients .media-body, .preview-modal .cc-wrap .recipients .media-body, .email-summary .draft-preview .recipients .media-body, .recipient-pill .cc .media-body, .preview-modal .cc-wrap .cc .media-body, .email-summary .draft-preview .cc .media-body {
    color: #1C6CBA; }
    .recipient-pill .recipients .media-body .recipient-pill__name, .preview-modal .cc-wrap .recipients .media-body .recipient-pill__name, .email-summary .draft-preview .recipients .media-body .recipient-pill__name, .recipient-pill .cc .media-body .recipient-pill__name, .preview-modal .cc-wrap .cc .media-body .recipient-pill__name, .email-summary .draft-preview .cc .media-body .recipient-pill__name {
      border: 1px solid #1C6CBA;
      padding: 2px 3px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      margin-left: 10px;
      text-decoration: none;
      margin-bottom: 5px;
      max-width: 200px;
      line-height: 15px;
      display: block;
      float: left; }
  .recipient-pill .recipients .fi.icon-group, .preview-modal .cc-wrap .recipients .fi.icon-group, .email-summary .draft-preview .recipients .fi.icon-group, .recipient-pill .cc .fi.icon-group, .preview-modal .cc-wrap .cc .fi.icon-group, .email-summary .draft-preview .cc .fi.icon-group {
    font-size: 11px;
    margin-right: 2px; }

.recipient-pill .pill-tag, .preview-modal .cc-wrap .pill-tag, .email-summary .draft-preview .pill-tag {
  padding-top: 1px;
  padding-bottom: 3px;
  display: inline-block; }
  .recipient-pill .pill-tag .pill-tag__label, .preview-modal .cc-wrap .pill-tag .pill-tag__label, .email-summary .draft-preview .pill-tag .pill-tag__label {
    vertical-align: middle;
    padding-top: 0; }
    .recipient-pill .pill-tag .pill-tag__label:hover, .preview-modal .cc-wrap .pill-tag .pill-tag__label:hover, .email-summary .draft-preview .pill-tag .pill-tag__label:hover {
      vertical-align: middle !important; }

.recipient-pill .cc, .preview-modal .cc-wrap .cc, .email-summary .draft-preview .cc {
  padding: 0 0 6px 0;
  margin: 10px 0 0 15px; }
  .recipient-pill .cc .media-left .label, .preview-modal .cc-wrap .cc .media-left .label, .email-summary .draft-preview .cc .media-left .label {
    white-space: initial;
    word-wrap: break-word;
    max-width: 80px; }
  .recipient-pill .cc .media-body, .preview-modal .cc-wrap .cc .media-body, .email-summary .draft-preview .cc .media-body {
    vertical-align: middle; }

.card, .timeline-item, .sub-page-desktop-menu, .action-modal .copy, .feed-item .fi-body, .feed-item .contact-list, .search-article-menu--updated, .settings-menu ul li a, .user-info {
  display: block;
  background: white;
  padding: 22px 16px;
  color: #333; }
  .card.card__large, .card__large.timeline-item, .card__large.sub-page-desktop-menu, .action-modal .card__large.copy, .feed-item .card__large.fi-body, .feed-item .card__large.contact-list, .card__large.search-article-menu--updated, .settings-menu ul li a.card__large, .card__large.user-info {
    padding: 32px 24px; }

.bb, .ka-toolbar .ka-toolbar-component, .template-dropdown-wrap, .timeline-item, .draft-meta-wrap, .draft-content-wrap, .preview-modal .subject-wrap, .email-summary .draft-preview .summary-recipients, .email-summary-page .saved-msg, .save-template-name, .contact-profile .contact-info, .feed-item .fi-body, .settings-menu ul li a, .user-info, .practice-pref-wrap .no-pref, .template-content-wrap, .template-name, .r-item, .create-group-modal .input-wrap, .create-group-modal .c-search-wrap, .create-group-modal .c-directory-wrap {
  border-bottom: 1px solid #e5e5e5; }

.placeholder ::placeholder, .create-group-modal .input-wrap ::placeholder, .create-group-modal .c-search-wrap ::placeholder, .placeholder ::-webkit-input-placeholder, .create-group-modal .input-wrap ::-webkit-input-placeholder, .create-group-modal .c-search-wrap ::-webkit-input-placeholder {
  color: #999999; }

.uni-header, .modal-gen-x .modal-header {
  background: #333333;
  padding: 22px 16px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative; }
  .uni-header .fi, .modal-gen-x .modal-header .fi {
    position: absolute;
    top: 0;
    right: 0;
    padding: 24px 16px;
    cursor: pointer; }
  .uni-header.with-icon, .modal-gen-x .with-icon.modal-header {
    padding-right: 60px; }

.uni-header.inverse, .modal-gen-x .inverse.modal-header {
  background: #FFFFFF;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 21px; }

.ka-grouped-contacts__label-contacts {
  background: #EDEDED !important;
  padding-bottom: 4px !important;
  padding-top: 4px !important;
  size: 20px;
  line-height: 22px; }

.mb20 {
  margin-bottom: 20px; }

.loader-wrap {
  position: relative; }

.scrollable-list {
  overflow-x: hidden;
  overflow-y: auto; }

.ios-select.is-open:after, .ios-select.is-open:before {
  bottom: -17px;
  left: 50%;
  margin-left: -45px !important;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 2; }

.ios-select.is-open:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px; }

.ios-select.is-open:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px; }

.ios-select .Select-menu-outer-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #EDEDED !important; }

.ios-select .Select-menu-outer {
  width: 488px;
  top: 54px;
  left: 50%;
  margin-left: -325px;
  right: 0;
  border: 0;
  max-height: initial;
  background: transparent;
  overflow: hidden;
  opacity: 0.99;
  border-radius: 12px;
  box-shadow: 0 0 300px -17px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 300px -17px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 0 300px -17px rgba(0, 0, 0, 0.45); }

.ios-select .Select-menu {
  border-radius: 13px;
  max-height: 628px;
  overflow: auto;
  background: white; }
  .ios-select .Select-menu::-webkit-scrollbar {
    width: 0.45em;
    background: white; }
  .ios-select .Select-menu::-webkit-scrollbar-thumb {
    background: #757575;
    border-radius: 10px;
    max-height: 1px !important; }
  .ios-select .Select-menu::-webkit-scrollbar-track-piece {
    display: none; }
  .ios-select .Select-menu::-webkit-scrollbar-track {
    margin-top: 12px;
    margin-bottom: 12px; }

.ios-select .Select-menu-mobile {
  max-height: 100vh;
  overflow: auto;
  background: white;
  margin: 0 3%; }
  .ios-select .Select-menu-mobile::-webkit-scrollbar {
    display: none; }

.ios-select .regular-templates-select-option {
  max-height: 362px; }

.ios-select .regular-templates-select-option-mobile {
  max-height: 100vh; }

.ios-select .Select-option {
  padding: 0 21.5px;
  min-width: 300px; }
  .ios-select .Select-option.is-focused, .ios-select .Select-option.is-selected {
    background-color: transparent; }
  .ios-select .Select-option:hover, .ios-select .Select-option:focus {
    background-color: #ebf5ff !important;
    background-color: rgba(0, 126, 255, 0.08) !important; }

.ios-select .select-option-titles:hover, .ios-select .select-option-titles:focus {
  background-color: white !important;
  cursor: default; }

.ios-select .select-option-titles-mobile {
  border-top: solid #EDEDED 14px; }
  .ios-select .select-option-titles-mobile:hover, .ios-select .select-option-titles-mobile:focus {
    background-color: white !important;
    cursor: default; }

.ios-select .option-wrap {
  margin-right: 10px; }
  .ios-select .option-wrap:last-child {
    border-bottom: 0; }
    .ios-select .option-wrap:last-child .option {
      border-bottom: 0; }

.ios-select .option {
  padding: 8.75px 0; }
  .ios-select .option .media-body {
    line-height: 24px;
    word-wrap: break-word; }
    .ios-select .option .media-body.long-name {
      word-break: break-all; }
    .ios-select .option .media-body .media-body-default-label span {
      background-color: #D1D1D1;
      color: white;
      color: 'white';
      padding: 5px;
      margin-right: 5px;
      border-radius: 2px;
      font-size: 14px;
      line-height: 20px; }
  .ios-select .option .media-right {
    vertical-align: middle;
    width: 24px;
    height: 29px !important;
    padding: 0px; }
  .ios-select .option .fi {
    float: right;
    padding-right: 9px;
    color: #006CFF;
    font-weight: bold;
    font-size: 14px; }

.ios-select .Select-arrow-zone .fi, .ios-select .Select-value-label {
  color: #0265BD !important; }

.ios-select .Select-control {
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .ios-select .Select-control {
      padding-top: 4px; } }
  .ios-select .Select-control .Select-value {
    padding-right: 35px; }
  @media screen and (max-width: 767px) {
    .ios-select .Select-control .Select-value {
      padding-right: 5px;
      position: relative;
      width: 60vw; } }

.email-template-dropdown-mck .option {
  border: none; }

.pill-tag {
  padding: 0 12px; }
  .pill-tag, .pill-tag.Select-value {
    background-color: #BDBDBD;
    border-radius: 16px; }
  .pill-tag .pill-tag__label {
    margin-top: 1px;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 18px;
    padding: 2px 0 0 0; }
    .pill-tag .pill-tag__label.not-clickable {
      cursor: default; }
  .pill-tag .fi.icon-group,
  .pill-tag.Select-value .fi.icon-group {
    margin-left: 0;
    margin-right: 4px;
    vertical-align: middle; }
  .pill-tag .pill-tag__remove-icon {
    padding: 3px 12px 7px 10px;
    line-height: 1;
    border-left: 1px solid;
    margin-left: 10px;
    margin-right: -12px; }
    .pill-tag .pill-tag__remove-icon .fi {
      font-weight: bold;
      margin: 0 !important;
      font-size: 7px !important; }
  .pill-tag.pill-tag--primary, .pill-tag.pill-tag--secondary, .pill-tag.pill-tag--disabled, .pill-tag.pill-tag--invalid {
    color: #fff;
    border: none; }
    .pill-tag.pill-tag--primary .pill-tag__label, .pill-tag.pill-tag--secondary .pill-tag__label, .pill-tag.pill-tag--disabled .pill-tag__label, .pill-tag.pill-tag--invalid .pill-tag__label {
      color: #fff; }
    .pill-tag.pill-tag--primary .pill-tag__remove-icon:hover,
    .pill-tag.pill-tag--primary .pill-tag__remove-icon:focus, .pill-tag.pill-tag--secondary .pill-tag__remove-icon:hover,
    .pill-tag.pill-tag--secondary .pill-tag__remove-icon:focus, .pill-tag.pill-tag--disabled .pill-tag__remove-icon:hover,
    .pill-tag.pill-tag--disabled .pill-tag__remove-icon:focus, .pill-tag.pill-tag--invalid .pill-tag__remove-icon:hover,
    .pill-tag.pill-tag--invalid .pill-tag__remove-icon:focus {
      background: transparent;
      color: #fff; }
  .pill-tag.pill-tag--primary {
    background-color: #0065BD; }
    .pill-tag.pill-tag--primary .pill-tag__remove-icon {
      border-left-color: #4d93d0; }
  .pill-tag.pill-tag--secondary {
    background-color: #333333; }
    .pill-tag.pill-tag--secondary .pill-tag__remove-icon {
      border-left-color: #707070; }
  .pill-tag.pill-tag--disabled {
    background-color: #e6e6e6; }
    .pill-tag.pill-tag--disabled .pill-tag__label {
      color: #333 !important;
      padding-right: 8px !important; }
  .pill-tag.pill-tag--invalid {
    background-color: #DD0000; }
    .pill-tag.pill-tag--invalid .pill-tag__remove-icon {
      border-left-color: rgba(255, 255, 255, 0.3); }

@media screen and (max-width: 768px) {
  .ios-select .Select-menu-outer {
    box-shadow: 0 0 200px -17px black;
    -moz-box-shadow: 0 0 200px -17px black;
    -webkit-box-shadow: 0 0 200px -17px black; } }

.no-data-msg {
  text-align: center;
  color: #A9A9A9; }
  .no-data-msg .fi {
    font-size: 50px; }
  .no-data-msg p {
    max-width: 380px;
    margin: 30px auto; }

.input-control-content-margin, .template-dropdown-wrap, .mail-body, .mail-recipients.media, .cc-recipients.media, .mail-subject-wrap, .mail-sender, .external-link .input-control, .mail-attachments, .err-attachment, .email-draft .template-dropdown-wrap, .email-summary .draft-preview .mail-sender, .email-summary .draft-preview .mail-subject, .email-summary .draft-preview .summary-recipients, .template-name, .promotion-collaborators.media {
  margin: 0 16px; }

.input-control-wrap {
  background: #FFFFFF; }

.multiple-template-ribbon {
  background-color: #1E32E6; }
  .multiple-template-ribbon .multiple-template-ribbon-inner {
    padding: 0 1%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px; }
    .multiple-template-ribbon .multiple-template-ribbon-inner svg {
      margin-right: 5px; }

.sender-input-control {
  margin-bottom: 13px; }

.input-control {
  background-color: #FFFFFF;
  border: 1px solid transparent; }
  .input-control .label {
    color: #999999; }
  .input-control.has-error {
    border-color: #DD0000; }
    .input-control.has-error > div {
      border-bottom: 1px solid transparent; }

.input-control-err {
  background: #FFFFFF;
  padding: 22px 0 20px 0;
  font-size: 14px;
  margin: 0 16px;
  border-bottom: 1px solid #e5e5e5;
  color: #DD0000; }
  .input-control-err p {
    margin: 0; }

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BDBDBD;
  opacity: 1;
  /* Firefox */ }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BDBDBD; }

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BDBDBD; }

@media screen and (max-width: 390px) {
  .pill-tag .icon-group + .pill-tag__label {
    max-width: 118px; } }

.btn-share-wrap .fi {
  margin-left: 10px;
  font-size: 12px; }

.btn-share-wrap.btn-share-wrap--v2 .btn {
  font-weight: normal; }

.btn-share-wrap .btn-link:focus, .btn-share-wrap .btn-link:hover, .btn-share-wrap .btn-link:active {
  text-decoration: none; }

.fake-ios-bar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  left: 0;
  bottom: 0;
  background: red; }
  .fake-ios-bar td {
    padding: 1px;
    border: 1px solid black;
    border-top: 0;
    border-bottom: 0; }

.widget {
  line-height: 1.25;
  background-color: #fff;
  padding: 22px 16px;
  margin-bottom: 20px; }
  .widget .title {
    margin-bottom: 16px; }
  .widget .btn-primary, .widget .modal-gen-x .modal-footer .modal-submit, .modal-gen-x .modal-footer .widget .modal-submit {
    margin-top: 20px; }
  .widget .form-group {
    margin-bottom: 0; }
    .widget .form-group input {
      font-size: 16px;
      border-radius: 0;
      -webkit-appearance: none;
      appearance: none; }
      .widget .form-group input::placeholder {
        color: #D1D1D1; }

.btn-jhatak-blue {
  color: #FFFFFF;
  background-color: #1E40E6;
  border-color: #1E40E6; }
  .btn-jhatak-blue:focus, .btn-jhatak-blue.focus {
    color: #FFFFFF;
    background-color: #1531bc;
    border-color: #0d1f77; }
  .btn-jhatak-blue:hover {
    color: #FFFFFF;
    background-color: #1531bc;
    border-color: #142fb3; }
  .btn-jhatak-blue:active, .btn-jhatak-blue.active,
  .open > .btn-jhatak-blue.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1531bc;
    border-color: #142fb3; }
    .btn-jhatak-blue:active:hover, .btn-jhatak-blue:active:focus, .btn-jhatak-blue:active.focus, .btn-jhatak-blue.active:hover, .btn-jhatak-blue.active:focus, .btn-jhatak-blue.active.focus,
    .open > .btn-jhatak-blue.dropdown-toggle:hover,
    .open > .btn-jhatak-blue.dropdown-toggle:focus,
    .open > .btn-jhatak-blue.dropdown-toggle.focus {
      color: #FFFFFF;
      background-color: #11299c;
      border-color: #0d1f77; }
  .btn-jhatak-blue:active, .btn-jhatak-blue.active,
  .open > .btn-jhatak-blue.dropdown-toggle {
    background-image: none; }
  .btn-jhatak-blue.disabled:hover, .btn-jhatak-blue.disabled:focus, .btn-jhatak-blue.disabled.focus, .btn-jhatak-blue[disabled]:hover, .btn-jhatak-blue[disabled]:focus, .btn-jhatak-blue[disabled].focus,
  fieldset[disabled] .btn-jhatak-blue:hover,
  fieldset[disabled] .btn-jhatak-blue:focus,
  fieldset[disabled] .btn-jhatak-blue.focus {
    background-color: #1E40E6;
    border-color: #1E40E6; }
  .btn-jhatak-blue .badge {
    color: #1E40E6;
    background-color: #FFFFFF; }

.stripper-input, .form-field input, .promotion-summary .link-box .input-box input {
  border: 0;
  outline: 0;
  box-shadow: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  background: transparent; }
  .stripper-input:focus, .form-field input:focus, .promotion-summary .link-box .input-box input:focus {
    border-color: transparent;
    box-shadow: none; }

.btn-default-outline {
  color: #333;
  background-color: transparent;
  border-color: #333;
  padding: 11px 14px; }
  .btn-default-outline:focus, .btn-default-outline.focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    border-color: black; }
  .btn-default-outline:hover {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    border-color: #141414; }
  .btn-default-outline:active, .btn-default-outline.active,
  .open > .btn-default-outline.dropdown-toggle {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    border-color: #141414; }
    .btn-default-outline:active:hover, .btn-default-outline:active:focus, .btn-default-outline:active.focus, .btn-default-outline.active:hover, .btn-default-outline.active:focus, .btn-default-outline.active.focus,
    .open > .btn-default-outline.dropdown-toggle:hover,
    .open > .btn-default-outline.dropdown-toggle:focus,
    .open > .btn-default-outline.dropdown-toggle.focus {
      color: #333;
      background-color: rgba(0, 0, 0, 0);
      border-color: black; }
  .btn-default-outline:active, .btn-default-outline.active,
  .open > .btn-default-outline.dropdown-toggle {
    background-image: none; }
  .btn-default-outline.disabled:hover, .btn-default-outline.disabled:focus, .btn-default-outline.disabled.focus, .btn-default-outline[disabled]:hover, .btn-default-outline[disabled]:focus, .btn-default-outline[disabled].focus,
  fieldset[disabled] .btn-default-outline:hover,
  fieldset[disabled] .btn-default-outline:focus,
  fieldset[disabled] .btn-default-outline.focus {
    background-color: transparent;
    border-color: #333; }
  .btn-default-outline .badge {
    color: transparent;
    background-color: #333; }

.btn[disabled] {
  cursor: default; }

.btn-new {
  line-height: 1;
  padding: 22px 16px;
  font-size: 16px; }
  .btn-new.btn-primary, .modal-gen-x .modal-footer .btn-new.modal-submit {
    border: 0; }
  .btn-new .fi {
    vertical-align: middle;
    margin-left: 12px;
    font-size: 15px; }

.btn-primary-inverse {
  color: #0065BD;
  background-color: #EEF7FF;
  border-color: #EEF7FF;
  font-size: 16px;
  outline: none;
  border-radius: 4px; }
  .btn-primary-inverse:focus, .btn-primary-inverse.focus {
    color: #0065BD;
    background-color: #bbdfff;
    border-color: #6fbbff; }
  .btn-primary-inverse:hover {
    color: #0065BD;
    background-color: #bbdfff;
    border-color: #b1daff; }
  .btn-primary-inverse:active, .btn-primary-inverse.active,
  .open > .btn-primary-inverse.dropdown-toggle {
    color: #0065BD;
    background-color: #bbdfff;
    border-color: #b1daff; }
    .btn-primary-inverse:active:hover, .btn-primary-inverse:active:focus, .btn-primary-inverse:active.focus, .btn-primary-inverse.active:hover, .btn-primary-inverse.active:focus, .btn-primary-inverse.active.focus,
    .open > .btn-primary-inverse.dropdown-toggle:hover,
    .open > .btn-primary-inverse.dropdown-toggle:focus,
    .open > .btn-primary-inverse.dropdown-toggle.focus {
      color: #0065BD;
      background-color: #97ceff;
      border-color: #6fbbff; }
  .btn-primary-inverse:active, .btn-primary-inverse.active,
  .open > .btn-primary-inverse.dropdown-toggle {
    background-image: none; }
  .btn-primary-inverse.disabled:hover, .btn-primary-inverse.disabled:focus, .btn-primary-inverse.disabled.focus, .btn-primary-inverse[disabled]:hover, .btn-primary-inverse[disabled]:focus, .btn-primary-inverse[disabled].focus,
  fieldset[disabled] .btn-primary-inverse:hover,
  fieldset[disabled] .btn-primary-inverse:focus,
  fieldset[disabled] .btn-primary-inverse.focus {
    background-color: #EEF7FF;
    border-color: #EEF7FF; }
  .btn-primary-inverse .badge {
    color: #EEF7FF;
    background-color: #0065BD; }
  .btn-primary-inverse:hover, .btn-primary-inverse:focus, .btn-primary-inverse:active, .btn-primary-inverse:active:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-danger-inverse {
  color: #CD202C;
  background-color: #FFE9EB;
  border-color: #FFE9EB;
  font-size: 16px;
  outline: none;
  border-radius: 4px; }
  .btn-danger-inverse:focus, .btn-danger-inverse.focus {
    color: #CD202C;
    background-color: #ffb6bd;
    border-color: #ff6a77; }
  .btn-danger-inverse:hover {
    color: #CD202C;
    background-color: #ffb6bd;
    border-color: #ffacb3; }
  .btn-danger-inverse:active, .btn-danger-inverse.active,
  .open > .btn-danger-inverse.dropdown-toggle {
    color: #CD202C;
    background-color: #ffb6bd;
    border-color: #ffacb3; }
    .btn-danger-inverse:active:hover, .btn-danger-inverse:active:focus, .btn-danger-inverse:active.focus, .btn-danger-inverse.active:hover, .btn-danger-inverse.active:focus, .btn-danger-inverse.active.focus,
    .open > .btn-danger-inverse.dropdown-toggle:hover,
    .open > .btn-danger-inverse.dropdown-toggle:focus,
    .open > .btn-danger-inverse.dropdown-toggle.focus {
      color: #CD202C;
      background-color: #ff929c;
      border-color: #ff6a77; }
  .btn-danger-inverse:active, .btn-danger-inverse.active,
  .open > .btn-danger-inverse.dropdown-toggle {
    background-image: none; }
  .btn-danger-inverse.disabled:hover, .btn-danger-inverse.disabled:focus, .btn-danger-inverse.disabled.focus, .btn-danger-inverse[disabled]:hover, .btn-danger-inverse[disabled]:focus, .btn-danger-inverse[disabled].focus,
  fieldset[disabled] .btn-danger-inverse:hover,
  fieldset[disabled] .btn-danger-inverse:focus,
  fieldset[disabled] .btn-danger-inverse.focus {
    background-color: #FFE9EB;
    border-color: #FFE9EB; }
  .btn-danger-inverse .badge {
    color: #FFE9EB;
    background-color: #CD202C; }
  .btn-danger-inverse:hover, .btn-danger-inverse:focus, .btn-danger-inverse:active, .btn-danger-inverse:active:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.modal .modal-dialog {
  margin-top: 0;
  margin-bottom: 0; }

.modal.level-1 {
  z-index: 1060; }

.modal.level-beyond-pendo {
  z-index: 300002; }

.modal-backdrop.level-beyond-pendo {
  z-index: 300001; }

.modal-backdrop.level-1 {
  z-index: 1059; }

html, body {
  height: 100%; }

body {
  padding-top: 45px;
  background-color: #ededed; }

.fh {
  height: 100%; }

.overlay-mode {
  display: none; }

.main-container {
  padding-top: 10px; }

.main-container--centered {
  margin: 0 auto;
  float: unset; }

@media screen and (min-width: 992px) {
  .side-container {
    width: 30%;
    float: left;
    padding-right: 10px; }
  .main-container {
    width: 70%;
    float: left;
    padding: 10px; } }

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

.no-border {
  outline: 0 solid transparent; }

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

.rte-toolbar-container {
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 0 2px 0;
  margin-bottom: 20px; }
  .rte-toolbar-container .rte-toolbar-first-raw {
    margin-top: -1px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .rte-toolbar-container .rte-toolbar-first-raw .btn-special-field {
      font-weight: normal;
      border-color: transparent !important;
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      font-size: 16px;
      height: 24px;
      letter-spacing: 0.6px; }
      .rte-toolbar-container .rte-toolbar-first-raw .btn-special-field:first-child {
        padding-left: 18px !important;
        padding-right: 18px !important;
        border-radius: 4px !important; }
    .rte-toolbar-container .rte-toolbar-first-raw .btn-sm, .rte-toolbar-container .rte-toolbar-first-raw .btn-group-sm > .btn {
      padding: 0px 3px !important;
      padding-top: 0px;
      padding-bottom: 0;
      border-radius: 5px !important; }
    .rte-toolbar-container .rte-toolbar-first-raw .btn-default {
      border-color: transparent;
      margin-right: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: solid transparent 1px; }
      .rte-toolbar-container .rte-toolbar-first-raw .btn-default:nth-child(5) {
        margin-right: 0px; }
    .rte-toolbar-container .rte-toolbar-first-raw .btn-font-family {
      width: 32px;
      height: 24px; }
    .rte-toolbar-container .rte-toolbar-first-raw .rte-toolbar-format {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-right: 10px; }
      .rte-toolbar-container .rte-toolbar-first-raw .rte-toolbar-format .btn-color {
        margin-right: 0px; }
      .rte-toolbar-container .rte-toolbar-first-raw .rte-toolbar-format .color-dropdown-container {
        min-width: 145px !important;
        padding-top: 8px;
        padding-bottom: 0px;
        box-shadow: 0 4px 8px -1px rgba(5, 28, 44, 0.2), 0 0 1px 0 rgba(5, 28, 44, 0.15); }
        .rte-toolbar-container .rte-toolbar-first-raw .rte-toolbar-format .color-dropdown-container .color-box {
          cursor: pointer;
          width: 30px;
          height: 30px;
          margin: 7px 4.75px 3px 10px;
          display: inline-block; }
          .rte-toolbar-container .rte-toolbar-first-raw .rte-toolbar-format .color-dropdown-container .color-box:hover {
            border: solid black 0.1px; }
          .rte-toolbar-container .rte-toolbar-first-raw .rte-toolbar-format .color-dropdown-container .color-box:last-child {
            border: solid #757575 1px;
            color: #757575;
            width: 120px;
            height: 32px;
            margin-bottom: 15px;
            font-size: 14px;
            line-height: 20px;
            padding-top: 6px;
            padding-bottom: 6px;
            display: flex;
            align-items: center;
            justify-content: center; }
    .rte-toolbar-container .rte-toolbar-first-raw .btn-editor-custom {
      outline: none;
      background-color: #fff; }
    .rte-toolbar-container .rte-toolbar-first-raw .btn-editor {
      outline: none;
      background-color: #fff; }
      .rte-toolbar-container .rte-toolbar-first-raw .btn-editor:hover {
        background-color: #e6e6e6; }
      .rte-toolbar-container .rte-toolbar-first-raw .btn-editor:active {
        background-color: #e6e6e6; }
    .rte-toolbar-container .rte-toolbar-first-raw .active-editor {
      background-color: #e6e6e6; }
    .rte-toolbar-container .rte-toolbar-first-raw .dropdown-menu {
      border: 1px solid #f4f5f6;
      z-index: 1021;
      margin-top: 0px; }
      .rte-toolbar-container .rte-toolbar-first-raw .dropdown-menu .dropdown-item {
        padding: 0 10px 0 10px;
        cursor: pointer; }
        .rte-toolbar-container .rte-toolbar-first-raw .dropdown-menu .dropdown-item .item-data {
          padding: 12px 20px;
          position: relative; }
          .rte-toolbar-container .rte-toolbar-first-raw .dropdown-menu .dropdown-item .item-data .name {
            font-size: 16px; }
          .rte-toolbar-container .rte-toolbar-first-raw .dropdown-menu .dropdown-item .item-data .label {
            position: absolute;
            right: 0;
            top: 15px;
            color: #BDBDBD;
            font-size: 14px; }
    .rte-toolbar-container .rte-toolbar-first-raw .hyperlink-dropdown-container {
      position: absolute;
      right: 4px;
      background-color: #fff;
      width: 260px;
      height: 260px;
      line-height: 24px;
      box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2); }
      .rte-toolbar-container .rte-toolbar-first-raw .hyperlink-dropdown-container .hyperlink-input-and-label {
        height: 72px;
        width: 230px;
        margin: 20px 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .rte-toolbar-container .rte-toolbar-first-raw .hyperlink-dropdown-container .hyperlink-input-and-label .hyperlink-input {
          padding-left: 10px;
          height: 40px;
          box-shadow: none;
          outline: none !important;
          text-overflow: ellipsis;
          border: solid #b3b3b3 1px; }
      .rte-toolbar-container .rte-toolbar-first-raw .hyperlink-dropdown-container .hyperlink-input-button {
        outline: none;
        border: solid #2251ff 1px;
        width: 230px;
        height: 40px;
        margin: 20px 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: lighter;
        color: #2251ff;
        cursor: pointer; }
    .rte-toolbar-container .rte-toolbar-first-raw .font-data li:last-child .dropdown-item .item-data {
      border: #757575 solid 1px;
      text-align: center;
      margin: 0px 5px 10px;
      padding: 6px 16.84px;
      color: #757575;
      font-size: 14px;
      line-height: 20px; }
    .rte-toolbar-container .rte-toolbar-first-raw .font-dropdown-container {
      left: -100%;
      min-width: 90px;
      margin-top: 2px;
      height: 266px;
      overflow-y: scroll; }
      .rte-toolbar-container .rte-toolbar-first-raw .font-dropdown-container .font-box {
        cursor: pointer;
        text-align: center;
        display: block;
        padding: 10px 0px 10px 10px; }
        .rte-toolbar-container .rte-toolbar-first-raw .font-dropdown-container .font-box:hover {
          border: solid #e5e5e5 0.1px; }
        .rte-toolbar-container .rte-toolbar-first-raw .font-dropdown-container .font-box:last-child {
          border: solid #e5e5e5 1px;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 5px;
          margin: 5px; }
    .rte-toolbar-container .rte-toolbar-first-raw .font-dropdown-container::-webkit-scrollbar {
      width: 0.45em;
      background: white; }
    .rte-toolbar-container .rte-toolbar-first-raw .font-dropdown-container::-webkit-scrollbar-thumb {
      background: #a8a6a6;
      border-radius: 10px;
      max-height: 1px !important; }
    .rte-toolbar-container .rte-toolbar-first-raw .font-dropdown-container::-webkit-scrollbar-track-piece {
      display: none; }
    .rte-toolbar-container .rte-toolbar-first-raw .rte-toolbar-style-first-raw {
      position: relative;
      display: flex;
      z-index: 2;
      justify-content: center;
      align-items: center;
      height: 47px; }
      .rte-toolbar-container .rte-toolbar-first-raw .rte-toolbar-style-first-raw:last-child {
        align-self: flex-end; }
  .rte-toolbar-container .rte-toolbar-second-raw {
    display: none; }
  .rte-toolbar-container .open-second-row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10.5px 0 7.5px 0; }
    .rte-toolbar-container .open-second-row .btn-sm, .rte-toolbar-container .open-second-row .btn-group-sm > .btn {
      border-radius: 5px !important;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 4px !important;
      padding: 0px 3px; }
    .rte-toolbar-container .open-second-row .btn-default {
      border-color: transparent;
      background-color: #f8f8f8;
      border: solid transparent 1px; }
      .rte-toolbar-container .open-second-row .btn-default:last-child {
        margin-right: 0px !important; }
    .rte-toolbar-container .open-second-row .second-row-icon-group-container {
      display: flex;
      align-items: center;
      justify-content: center; }
      .rte-toolbar-container .open-second-row .second-row-icon-group-container .btn-editor {
        background-color: #f8f8f8; }
        .rte-toolbar-container .open-second-row .second-row-icon-group-container .btn-editor:hover {
          background-color: #e6e6e6; }
        .rte-toolbar-container .open-second-row .second-row-icon-group-container .btn-editor:active {
          background-color: #e6e6e6; }
      .rte-toolbar-container .open-second-row .second-row-icon-group-container .active-editor {
        background-color: #e6e6e6; }
  .rte-toolbar-container .open-first-row {
    padding-bottom: 0; }
    .rte-toolbar-container .open-first-row .btn-sm:last-child, .rte-toolbar-container .open-first-row .btn-group-sm > .btn:last-child {
      align-self: center;
      display: flex;
      justify-content: center;
      align-items: flex-end; }

.open-toolbar-container {
  padding-bottom: 0px; }

.active-ribbon-dropdown {
  background-color: #f8f8f8 !important;
  z-index: 2; }

.active-ribbon-dropdown2 {
  position: absolute;
  background-color: #f8f8f8 !important;
  height: 38px;
  width: 24px;
  margin-top: 10px;
  right: 0;
  top: 5px;
  z-index: 1;
  border: none;
  border-top-right-radius: 20%;
  border-top-left-radius: 20%; }

.btn-second-row-toggle {
  outline: none !important; }
  .btn-second-row-toggle:hover {
    background-color: #f8f8f8; }
  .btn-second-row-toggle:active {
    background-color: #f8f8f8; }
  .btn-second-row-toggle:focus {
    background-color: #f8f8f8; }
  .btn-second-row-toggle:focus:active {
    background-color: #f8f8f8; }

.swal2-close:focus {
  outline: 0; }

.swal2-input::placeholder {
  font-size: 18px; }

a:hover {
  cursor: pointer; }

.swal2-styled.swal2-confirm {
  font-size: 16px; }

._pendo-proceed-button_ {
  padding-top: 19px;
  padding-bottom: 19px; }
  ._pendo-proceed-button_ .fi {
    vertical-align: middle;
    margin-left: 8px; }

.share-page .side-container {
  padding: 0; }

.share-page .main-container {
  margin-bottom: 66px;
  padding: 16px 12px 0;
  overflow: auto; }

@media screen and (min-width: 768px) {
  .share-page .main-container {
    padding-top: 16px; } }

@media screen and (min-width: 992px) {
  .share-page .side-container {
    padding: 16px 16px 0 0; }
  .share-page .main-container {
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: -12px;
    margin-right: -12px;
    width: calc(70% + 24px); } }

.email-summary-page {
  margin-top: 16px; }
  .email-summary-page .main-container {
    padding: 0 12px; }
  .email-summary-page .side-container {
    padding: 0 12px; }

@media screen and (min-width: 992px) {
  .email-summary-page .main-container {
    padding: 0; }
  .email-summary-page .side-container {
    padding: 0 0 0 16px; } }

.view-page .side-container {
  padding: 16px 0; }

.view-page .main-container {
  padding: 16px 0; }
  .view-page .main-container .btn-share-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }

@media screen and (min-width: 992px) {
  .view-page {
    display: flex; }
    .view-page .side-container {
      padding: 16px 0 16px; }
      .view-page .side-container .summary__container {
        position: -webkit-sticky;
        position: sticky;
        top: 61px;
        left: 0; }
    .view-page .main-container {
      padding: 16px 16px 0 0; }
      .view-page .main-container .btn-share-wrap {
        display: none; } }

.feed-page {
  line-height: 1.25; }
  .feed-page .side-container {
    padding: 0; }
  .feed-page .main-container {
    padding: 16px 12px 0; }
  .feed-page .sub-page-desktop-menu .menu-item .media-left .fi.icon-solid-blog-icon {
    font-size: 0.9em;
    margin: 0 0.06em; }
  .feed-page .sub-page-desktop-menu .menu-item .media-left .fi.icon-airplane2 {
    margin-right: -2px; }
  .feed-page .menu-item.external-share-menu-item {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 16px;
    padding-left: 16px;
    background: #f9f9f9; }

@media screen and (min-width: 768px) {
  .feed-page .main-container {
    padding: 16px 0 0 0; } }

@media screen and (min-width: 992px) {
  .feed-page .side-container {
    padding: 16px 16px 0 0; } }

.settings-page {
  position: relative;
  line-height: 1.25;
  margin-top: 16px; }
  .settings-page .side-container {
    display: none; }
  .settings-page .main-container {
    padding: 0 12px; }
  .settings-page .practice-pref-wrap {
    margin-top: 0;
    margin-bottom: 0;
    background: none; }

@media screen and (min-width: 768px) {
  .settings-page .main-container {
    padding: 0; } }

@media screen and (min-width: 992px) {
  .settings-page .side-container {
    display: block;
    padding-right: 16px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .settings-page .settings-menu {
    font-size: 14px; } }

.groups-page {
  line-height: 1.25;
  margin-top: 16px; }
  .groups-page .side-container {
    display: none; }
  .groups-page .main-container {
    padding: 0 12px; }

@media screen and (min-width: 992px) {
  .groups-page .side-container {
    display: block;
    padding-right: 16px; }
  .groups-page .main-container {
    padding: 0; } }

.group-contacts-page {
  line-height: 1.25;
  margin-top: 16px; }
  .group-contacts-page .side-container {
    padding: 0 12px; }
  .group-contacts-page .main-container {
    padding: 0 12px; }

@media screen and (min-width: 992px) {
  .group-contacts-page .side-container {
    display: block;
    padding: 0; }
  .group-contacts-page .main-container {
    padding: 0 0 0 12px; } }

.knowledge-activity-page {
  line-height: 1.25; }
  .knowledge-activity-page .no-data-msg {
    padding-top: 100px; }
  .knowledge-activity-page .no-search-results {
    padding-top: 45px; }
  .knowledge-activity-page .side-container {
    margin-bottom: 16px; }
    .knowledge-activity-page .side-container > div:first-child {
      margin-top: 0; }
  .knowledge-activity-page .side-container-alphabet-list {
    float: right; }
  .knowledge-activity-page .alphabet-list {
    float: right;
    font-size: 14px;
    margin-bottom: 5px;
    color: blue;
    cursor: pointer;
    width: 100%; }
  .knowledge-activity-page .inline-item-contact {
    display: inline-block;
    width: 90%; }
  .knowledge-activity-page .inline-item-alphabet-list {
    display: inline-block;
    width: 10%;
    margin-top: 10.5%;
    padding-left: 9.9%; }
  .knowledge-activity-page .contact-item-new .c-reason {
    color: #999999; }
  .knowledge-activity-page .side-container,
  .knowledge-activity-page .main-container {
    padding: 16px 12px 0 12px; }
  .knowledge-activity-page .search-field-wrap {
    width: 135%;
    margin-bottom: 0;
    border-bottom: 0; }
    .knowledge-activity-page .search-field-wrap input {
      height: 51px;
      padding-left: 39px; }
  .knowledge-activity-page .search-field-wrap-full {
    width: 200%; }
  .knowledge-activity-page .search-icon-contact {
    padding-left: 13px;
    color: darkgray; }
  .knowledge-activity-page .ka-toolbar, .knowledge-activity-page .sub-page-desktop-menu {
    margin-top: 16px;
    margin-bottom: 16px; }
  .knowledge-activity-page .main-container .activity-scroll-list-wrap > div:first-child {
    margin-top: 0; }
  .knowledge-activity-page .inline-item {
    display: inline-block;
    width: 50%; }

.alphabet-width {
  width: 1300px; }

.ka-toolbar .ka-toolbar-component {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px; }
  .ka-toolbar .ka-toolbar-component:last-child {
    padding-bottom: 0;
    border-bottom: none; }

@media screen and (min-width: 992px) {
  .ka-toolbar .ka-toolbar-component span {
    size: 16px;
    line-height: 24px;
    color: #333333;
    display: block; }
    .ka-toolbar .ka-toolbar-component span:nth-of-type(2n) {
      padding-bottom: 9px;
      margin-top: 3px;
      margin-left: 18px;
      margin-bottom: 3px; }
  .ka-toolbar .ka-toolbar-component .zero-stat-data {
    color: #D1D1D1;
    letter-spacing: 0; } }

@media screen and (min-width: 768px) {
  .knowledge-activity-page .main-container {
    padding: 16px 0 0 0; }
  .knowledge-activity-page .side-container {
    padding: 16px 0 0 0; } }

@media screen and (min-width: 992px) {
  .knowledge-activity-page .side-container {
    display: block;
    padding-right: 16px; }
  .knowledge-activity-page .side-container.fixed {
    position: fixed;
    width: 350px; }
  .knowledge-activity-page .main-container .no-data-msg,
  .knowledge-activity-page .main-container .no-search-results {
    padding-top: 200px; }
  .knowledge-activity-page .main-container.outer-scroll {
    float: right; }
  .knowledge-activity-page .main-container.outer-scroll1 {
    margin-left: 27%; } }

.more-page {
  padding: 16px 12px; }
  .more-page .app-version {
    padding: 12px 0 4px 0; }

.navbar {
  background: #0065BD;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23); }
  .navbar.navbar-not-alone {
    box-shadow: none; }
  .navbar .navbar-content {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto; }
  .navbar .title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    line-height: 45px;
    font-weight: bold; }
  .navbar .btn-header {
    padding: 14px 10px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 2; }
  .navbar .header-left .btn-header {
    float: left; }
  .navbar .header-right .btn-header {
    float: right; }
  .navbar .header-right .btn-skip {
    font-size: 14px;
    padding-right: 16px;
    line-height: 16px; }
  .navbar .navbar-brand {
    float: left;
    padding: 12px 25px 11px 15px;
    font-size: 18px;
    height: 45px; }
  .navbar img, .navbar span {
    display: inline-block; }
  .navbar .subtitle {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 8px;
    margin-left: 8px;
    font-size: 14px;
    vertical-align: 1px; }
  .navbar .navbar-nav {
    font-size: 14px;
    position: relative;
    z-index: 2; }
    .navbar .navbar-nav > li {
      padding-right: 20px; }
      .navbar .navbar-nav > li:last-child {
        padding-right: 0; }
      .navbar .navbar-nav > li > a {
        padding: 12px 0 7px 0;
        color: #fff;
        border-bottom: 4px solid transparent;
        font-weight: normal; }
        .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
          background-color: transparent;
          outline: none; }
      .navbar .navbar-nav > li.active > a {
        border-color: #fff; }
    .navbar .navbar-nav.navbar-right {
      margin-right: 0; }
      .navbar .navbar-nav.navbar-right > li {
        padding-right: 0; }
      .navbar .navbar-nav.navbar-right a {
        padding: 12px 11px 3px 11px;
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
        .navbar .navbar-nav.navbar-right a .fi {
          font-size: 21px; }
        .navbar .navbar-nav.navbar-right a.active {
          background: #186DB7; }

#loader.loader-sm {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px; }

.triple-dot-loader {
  font-size: 1.6rem;
  background: #f1f1f1;
  padding: .4em;
  border-radius: 1.8em;
  width: 3.7em;
  display: flex;
  justify-content: space-between; }
  .triple-dot-loader .load-child {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background-color: #0065BD;
    animation: load-three-bounce 1.4s ease-in-out 0s infinite both; }
    .triple-dot-loader .load-child:last-child {
      margin-right: 0; }
  .triple-dot-loader .load-bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .triple-dot-loader .load-bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@-webkit-keyframes load-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: sacle(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes load-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: sacle(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes load-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: sacle(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes load-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: sacle(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes placeholder-shimmer {
  /* line 53, ../sass/_functions.scss */
  0% {
    background-position: -468px 0; }
  /* line 56, ../sass/_functions.scss */
  100% {
    background-position: 468px 0; } }

@-moz-keyframes placeholder-shimmer {
  /* line 53, ../sass/_functions.scss */
  0% {
    background-position: -468px 0; }
  /* line 56, ../sass/_functions.scss */
  100% {
    background-position: 468px 0; } }

@-ms-keyframes placeholder-shimmer {
  /* line 53, ../sass/_functions.scss */
  0% {
    background-position: -468px 0; }
  /* line 56, ../sass/_functions.scss */
  100% {
    background-position: 468px 0; } }

@-o-keyframes placeholder-shimmer {
  /* line 53, ../sass/_functions.scss */
  0% {
    background-position: -468px 0; }
  /* line 56, ../sass/_functions.scss */
  100% {
    background-position: 468px 0; } }

@keyframes placeholder-shimmer {
  /* line 53, ../sass/_functions.scss */
  0% {
    background-position: -468px 0; }
  /* line 56, ../sass/_functions.scss */
  100% {
    background-position: 468px 0; } }

.placeholder-item, .feed-item .fi-image .lazyload-placeholder {
  -webkit-animation-name: placeholder-shimmer;
  -moz-animation-name: placeholder-shimmer;
  -ms-animation-name: placeholder-shimmer;
  -o-animation-name: placeholder-shimmer;
  animation-name: placeholder-shimmer;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), color-stop(100%, #f6f7f8));
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-image: -moz-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-image: -o-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-image: linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }

.lazy-load-image-background.black-and-white {
  filter: grayscale(1); }

.lazy-load-image-background.black-and-white.lazy-load-image-loaded {
  filter: grayscale(0);
  transition: filter .3s; }

.lazy-load-image-background.black-and-white > img {
  opacity: 0; }

.lazy-load-image-background.black-and-white.lazy-load-image-loaded > img {
  opacity: 1;
  transition: opacity .3s; }

.load-more-wrap {
  position: relative;
  height: 43px;
  margin-bottom: 16px; }

.load-more-btn {
  border-color: transparent;
  line-height: 1em;
  padding-bottom: 13px;
  background: #fff; }

.btn-load-more-err p {
  margin-top: 16px;
  margin-bottom: 0;
  color: #A3A3A3;
  font-weight: bold;
  font-size: 18px;
  text-align: center; }

.btn-load-more-err button {
  margin: 20px auto 16px;
  max-width: 125px; }

.error-box {
  background: #fff;
  width: 282px;
  margin: 50px auto;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  .error-box .eb-body {
    padding: 17px 21px 15px 21px;
    font-size: 14px; }
    .error-box .eb-body p {
      margin-bottom: 20px; }
    .error-box .eb-body p:last-child {
      margin-bottom: 0; }
    .error-box .eb-body a {
      color: #337ab7;
      text-decoration: none;
      cursor: pointer; }
  .error-box .eb-footer {
    border-top: 1px solid #e5e5e5;
    position: relative;
    min-height: 52px; }
    .error-box .eb-footer p {
      margin-bottom: 0;
      color: #999;
      text-align: center;
      padding: 17px 10px;
      font-size: 12px; }
  .error-box .eb-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 0 14px 0; }
    .error-box .eb-header .media-left {
      padding-left: 23px; }
    .error-box .eb-header .media-body {
      line-height: 26px; }
      .error-box .eb-header .media-body span {
        font-weight: bold;
        font-size: 16px; }
  .error-box .icon-exclamation_mark_icon {
    color: #DD0000;
    font-size: 24px; }
  .error-box .icon-smile_chat {
    font-size: 23px; }

.toast {
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 1065;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  opacity: 0.0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .toast .message {
    margin-bottom: 0;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 0; }
  .toast .fi {
    font-weight: bold;
    font-size: 12px;
    padding-right: 8px; }
  .toast.error .message {
    background: #DD0000; }
  .toast.success .message {
    background: #1EC1B0; }
  .toast.fade-in {
    opacity: 1;
    visibility: visible; }

.main-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  -webkit-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  will-change: opacity;
  opacity: 0; }
  .main-nav.open {
    opacity: 1; }
    .main-nav.open .mn-menu {
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      transform: none; }
  .main-nav .mn-menu {
    max-width: 320px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1040;
    background: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 150ms ease-in-out;
    -o-transition: transform 150ms ease-in-out;
    transition: transform 150ms ease-in-out;
    will-change: transform; }
  .main-nav .mn-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #000;
    opacity: 0.8; }
  .main-nav .mn-head {
    padding: 14px 0 11px 16px; }
    .main-nav .mn-head p {
      font-weight: bold;
      margin-bottom: 0; }
    .main-nav .mn-head .fi {
      position: absolute;
      top: 6px;
      right: 9px;
      padding: 10px;
      cursor: pointer;
      font-weight: bold; }
  .main-nav .mn-body ul {
    padding: 0;
    list-style: none; }
  .main-nav .mn-body li.separator {
    border-top: 1px solid #e5e5e5;
    margin: 12px 16px; }
  .main-nav .mn-body a {
    padding: 8px 16px;
    color: #333333;
    display: block;
    text-decoration: none;
    cursor: pointer; }
    .main-nav .mn-body a .fi {
      color: #d1d1d1;
      vertical-align: middle;
      margin-right: 16px;
      font-size: 22px;
      width: 26px;
      height: 22px;
      text-align: center;
      display: inline-block; }
    .main-nav .mn-body a span {
      vertical-align: middle; }
  .main-nav .mn-body a:hover, .main-nav .mn-body a:focus {
    background: #f3f3f3; }
    .main-nav .mn-body a:hover .fi, .main-nav .mn-body a:focus .fi {
      color: #b3b3b3; }

.article-search-bar-wrap {
  position: absolute;
  top: 0;
  right: 0;
  background: #0065BD; }

.article-search-bar {
  float: right;
  position: relative;
  width: 45px;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .article-search-bar .media-left {
    padding-right: 0; }
  .article-search-bar .search-icon {
    display: block;
    padding: 13px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    user-select: none; }
  .article-search-bar #article-search-input {
    font-size: 14px;
    background: transparent;
    width: 100%;
    padding: 13px 96px 12px 0;
    box-sizing: border-box;
    outline: 0;
    color: white;
    font-weight: normal;
    border: 0; }
    .article-search-bar #article-search-input::-webkit-input-placeholder {
      color: #8BADBB; }
    .article-search-bar #article-search-input::-moz-placeholder {
      color: #8BADBB; }
    .article-search-bar #article-search-input:-ms-input-placeholder {
      color: #8BADBB; }
  .article-search-bar span {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    user-select: none;
    padding: 13px 15px 13px 7px;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out; }
  .article-search-bar .clear-icon {
    cursor: pointer;
    position: absolute;
    font-size: 18px;
    top: 0;
    right: 65px;
    padding: 14px 8px 14px 2px;
    color: #fff;
    opacity: 0.6; }

.with-search-mode-on .article-search-bar {
  width: 100%; }
  .with-search-mode-on .article-search-bar .search-icon {
    background: transparent;
    color: #fff; }
  .with-search-mode-on .article-search-bar span {
    visibility: visible;
    opacity: 1; }

@media screen and (min-width: 992px) {
  .article-search-bar-wrap {
    position: relative; }
  .article-search-bar {
    max-width: 335px; }
    .article-search-bar .search-icon,
    .article-search-bar .close-icon {
      background: transparent; }
  .with-search-mode-on .article-search-bar {
    width: 320px; } }

@media screen and (min-width: 1200px) {
  .article-search-bar .search-icon {
    border-left: 1px solid rgba(255, 255, 255, 0.3); } }

.app-update-modal .update-modal-header {
  padding: 18px 16px;
  background: #333;
  color: white; }

.app-update-modal .fi {
  padding-top: 6px;
  float: right;
  font-size: 14px; }

.app-update-modal .modal-label {
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold; }

.app-update-modal .modal-body {
  padding: 21px 16px; }

.app-update-modal .update-link {
  font-weight: bold; }

.app-update-modal .modal-dialog {
  margin: 57px auto; }

.template-dropdown-wrap {
  padding: 10px 0 7px 0; }
  .template-dropdown-wrap .dropdown-label {
    font-size: 14px;
    color: #bdbdbd; }
  .template-dropdown-wrap .Select-value {
    margin-top: -2px;
    padding-left: 0 !important; }
  .template-dropdown-wrap .smartshare-email-templates-title, .template-dropdown-wrap .smartshare-email-templates-title2, .template-dropdown-wrap .practice-promotion-templates-title {
    pointer-events: none !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    padding-top: 15px; }
  .template-dropdown-wrap .smartshare-email-templates-title2 {
    border-top: solid #dedede 1px;
    padding: 30px 0px 0px; }
  .template-dropdown-wrap .smartshare-email-templates-title2-mobile {
    border-top: none;
    padding-top: 10px; }
  .template-dropdown-wrap .practice-promotion-templates-title-mobile {
    padding-top: 10px; }
  .template-dropdown-wrap .template-function-pill, .template-dropdown-wrap .template-industry-pill, .template-dropdown-wrap .default-template-label {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    border-radius: 2px;
    background-color: #9EAFC3;
    padding: 4px 8px;
    color: #FFFFFF;
    margin-right: 6px; }
  .template-dropdown-wrap .template-industry-pill {
    background-color: #7FB4C1; }
  .template-dropdown-wrap .selected-template-label {
    font-weight: 600; }
  .template-dropdown-wrap .default-template-label {
    background-color: #D1D1D1; }
  .template-dropdown-wrap .select-wrap,
  .template-dropdown-wrap .select-wrap .media-body {
    overflow: visible; }
  .template-dropdown-wrap .Select-arrow-zone {
    display: table-cell;
    padding-top: 7px; }
    @media screen and (max-width: 767px) {
      .template-dropdown-wrap .Select-arrow-zone {
        padding-top: 0px;
        vertical-align: top;
        padding-right: 5px; } }
  .template-dropdown-wrap .option-create, .template-dropdown-wrap .option-create-mobile {
    cursor: pointer;
    display: none;
    color: #0065BD;
    padding: 16px 0;
    border-bottom: 1px solid #dedede; }
    .template-dropdown-wrap .option-create .option-create-inner-container, .template-dropdown-wrap .option-create-mobile .option-create-inner-container {
      margin: 14px 0px; }
      .template-dropdown-wrap .option-create .option-create-inner-container span, .template-dropdown-wrap .option-create-mobile .option-create-inner-container span {
        margin-left: 17.5px;
        line-height: 28px;
        font-size: 18px;
        color: #2151FE; }
      @media screen and (max-width: 767px) {
        .template-dropdown-wrap .option-create .option-create-inner-container, .template-dropdown-wrap .option-create-mobile .option-create-inner-container {
          display: flex;
          justify-content: center;
          align-items: center; } }
  .template-dropdown-wrap .option-create-mobile {
    border-bottom: none; }
    .template-dropdown-wrap .option-create-mobile .option-create-inner-container {
      margin: 7px 0px; }
  .template-dropdown-wrap .option-wrap:first-child .option-create, .template-dropdown-wrap .option-wrap:first-child .option-create-mobile {
    display: block; }
  .template-dropdown-wrap .option-wrap:first-child .option-create-mobile:first-child {
    border: solid #2151FE 1px;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-top: 26px; }
  .template-dropdown-wrap .option-wrap-mobile {
    margin-right: 0; }
    .template-dropdown-wrap .option-wrap-mobile:first-child {
      background-color: #ededed; }

.template-dropdown-wrap-mobile {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .template-dropdown-wrap-mobile .select-wrap .media-left {
    vertical-align: top !important;
    padding-top: 4px !important; }

.content-modal .modal-dialog {
  width: 100%; }

.content-modal .loader-wrap {
  background: #f1f1f1; }

.content-modal .modal-header {
  background: #fff;
  text-align: center;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  box-shadow: 0 0 5px 0 #ccc;
  z-index: 1; }
  .content-modal .modal-header .title {
    padding: 13px 0;
    margin: 0;
    font-weight: bold;
    font-size: 12px; }
  .content-modal .modal-header .fi {
    font-size: 11px;
    padding: 15px 12px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0; }

.content-modal .modal-body {
  height: 100%;
  background: #f1f1f1;
  padding: 16px 12px; }

.modal-gen-x .modal-body {
  padding: 32px; }
  .modal-gen-x .modal-body.modal-body--with-min-height {
    min-height: 340px; }

.modal-gen-x .modal-footer {
  background: #f0f0f0;
  border-top: none; }
  .modal-gen-x .modal-footer button {
    border: none;
    padding: 12px 16px;
    font-size: 16px; }
  .modal-gen-x .modal-footer .modal-cancel {
    color: #7F7F7F;
    background: none; }
    .modal-gen-x .modal-footer .modal-cancel:hover {
      color: #363636; }

@media screen and (min-width: 768px) {
  .modal-gen-x .modal-dialog {
    width: 600px; } }

@media screen and (min-width: 1200px) {
  .modal-gen-x .modal-dialog {
    width: 800px; } }

.modal-gen-x.modal-gen-x--with-inner-scroll {
  justify-content: center;
  align-items: center; }
  .modal-gen-x.modal-gen-x--with-inner-scroll.show, .modal-gen-x.modal-gen-x--with-inner-scroll:not(.hide) {
    display: flex !important; }
  .modal-gen-x.modal-gen-x--with-inner-scroll .modal-body {
    max-height: 70vh;
    overflow: auto; }

@media screen and (min-width: 769px) {
  .content-modal .modal-dialog {
    margin-top: 46px;
    width: 668px; } }

.timeline-item {
  background-color: #fff;
  margin-bottom: 16px; }
  .timeline-item:last-of-type {
    margin-bottom: 0; }
  .timeline-item .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
    text-decoration: none;
    word-wrap: break-word; }
  .timeline-item .t-info {
    margin: 0;
    padding-left: 12px;
    list-style: none; }
    .timeline-item .t-info li {
      position: relative;
      font-size: 14px;
      padding-bottom: 11px;
      line-height: 15px; }
      .timeline-item .t-info li:last-child {
        padding-bottom: 0; }
      .timeline-item .t-info li:before, .timeline-item .t-info li:after {
        display: block;
        content: "";
        position: absolute; }
      .timeline-item .t-info li:before {
        width: 7px;
        height: 7px;
        border: 1px solid #000;
        border-radius: 50%;
        left: -14px;
        top: 4px;
        background: white;
        z-index: 2; }
      .timeline-item .t-info li:after {
        width: 6px;
        height: 100%;
        left: -11px;
        top: 0;
        border-left: 1px solid #000; }
  .timeline-item.highlighted {
    border: 1px solid rgba(0, 100, 189, 0.49);
    background-color: #EEFAFF; }
    .timeline-item.highlighted .title {
      color: #00437F; }
    .timeline-item.highlighted .title:hover {
      color: #0079e5; }
    .timeline-item.highlighted .t-info {
      color: #005097; }
  .timeline-item footer {
    text-align: right;
    margin: 14px -16px -22px -16px;
    border-top: 1px solid #e5e5e5; }
    .timeline-item footer .btn-share-wrap {
      display: inline-block; }
      .timeline-item footer .btn-share-wrap .btn {
        padding: 12px 16px; }

.aggregate {
  margin-bottom: 0; }
  .aggregate .zero-stat-data {
    color: #D1D1D1;
    letter-spacing: 0; }
  .aggregate .pipe-contact {
    padding-left: 20px;
    padding-right: 20px;
    width: 1px;
    height: 15px; }
  .aggregate .fi {
    padding-right: 4px;
    font-size: 12px;
    vertical-align: middle; }
  .aggregate span {
    display: inline;
    font-size: 16px;
    line-height: 17px; }
  .aggregate .icon {
    height: 16px;
    width: 14px;
    margin-right: 6px;
    margin-bottom: -2px; }

@media screen and (max-width: 383px) {
  .aggregate .activity-page-profile-aggregate span {
    display: block; }
    .aggregate .activity-page-profile-aggregate span:first-of-type {
      padding-bottom: 9px; } }

.activity-page-profile-aggregate span {
  font-size: 16px; }

.search-field-wrap {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 16px;
  margin-bottom: 20px; }
  .search-field-wrap .fi {
    position: absolute;
    font-size: 18px;
    top: 50%;
    margin-top: -18px; }
  .search-field-wrap .close-icon {
    cursor: pointer;
    right: 0;
    color: #CCCCCC;
    padding: 12px;
    margin-top: -30px; }
  .search-field-wrap input {
    width: 100%;
    padding: 0 30px 0 25px;
    box-sizing: border-box;
    font-size: 16px;
    border: none;
    outline: 0; }

.no-search-results {
  color: #CCCCCC;
  padding-top: 193px;
  margin: 0 auto;
  max-width: 374px;
  text-align: center;
  user-select: none; }
  .no-search-results img {
    height: 102px;
    padding-left: 32px; }
  .no-search-results p {
    text-align: center;
    color: #999999; }
  .no-search-results .laashh {
    font-size: 28px;
    padding-top: 26px;
    font-weight: bold;
    margin-bottom: 0; }
  .no-search-results .msg {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0; }
  .no-search-results button {
    margin-top: 28px; }

.custom-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block; }
  .custom-checkbox .fi {
    font-size: 22px;
    display: inline;
    line-height: 1;
    vertical-align: -5px;
    color: #333333; }
  .custom-checkbox .checkbox-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #333333; }
  .custom-checkbox.primary .fi {
    color: #0065BD; }
  .custom-checkbox.primary .checkbox-label {
    color: #0065BD; }

.custom-event-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block; }
  .custom-event-checkbox .fi {
    font-size: 20px;
    display: inline;
    line-height: 1;
    vertical-align: -5px;
    color: #1c6cba; }
  .custom-event-checkbox .checkbox-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 16px;
    font-weight: normal;
    color: #333333; }

.event-unCheckedBox .fi {
  color: #333333; }

.dropdown-select .rec-select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1; }

.dropdown-select .btn-dropdown {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-right: 55px;
  position: relative; }
  .dropdown-select .btn-dropdown .fi {
    top: 15px;
    right: 18px;
    position: absolute;
    font-weight: normal;
    float: right;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 4px; }

.dropdown-select .Select-arrow-zone {
  display: inline; }
  .dropdown-select .Select-arrow-zone .fi {
    font-weight: normal;
    float: right;
    font-size: 11px;
    padding: 18px 18px 14px 0; }

.dropdown-select .Select-value-label {
  font-size: 14px;
  font-weight: bold; }

.dropdown-select .Select-input {
  height: 43px; }

.dropdown-select .Select-menu-outer {
  top: 42px;
  left: 0;
  right: 0;
  border: 1px solid #D3D2D2; }

.dropdown-select .Select-menu {
  max-height: 250px;
  overflow: auto; }

.dropdown-select .Select-value {
  padding-right: 40px;
  border: none; }

.dropdown-select .Select-option {
  padding: 0 16px;
  border-radius: 0; }

.dropdown-select .option {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: bold;
  color: #999999; }
  .dropdown-select .option.selected-option {
    color: #1c6cba; }
  .dropdown-select .option .media-body {
    word-wrap: break-word; }
    .dropdown-select .option .media-body.long-name {
      word-break: break-all; }
  .dropdown-select .option .media-right {
    padding-right: 4px;
    vertical-align: middle; }
  .dropdown-select .option .fi {
    float: right;
    color: #0065BD;
    font-weight: bold;
    font-size: 11px; }

.dropdown-select .Select-option:last-child > .option {
  border-bottom: 1px solid transparent; }

.contact-sort {
  width: 60%;
  float: right;
  height: 30px; }

hr.separator {
  margin-top: 0;
  border-top: none;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5; }

.external-recipient-warning {
  padding-bottom: 21px;
  background: #333333;
  color: #FFFFFF;
  font-size: 14px; }

.sub-page-desktop-menu {
  font-size: 14px;
  background: #fff;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 16px; }
  .sub-page-desktop-menu > a {
    text-decoration: none;
    display: block; }
    .sub-page-desktop-menu > a:first-child .menu-item {
      border-top: none; }
  .sub-page-desktop-menu .menu-item {
    border-top: 1px solid #e5e5e5;
    line-height: 40px;
    color: #333333; }
    .sub-page-desktop-menu .menu-item .media-left {
      padding: 12px 8px 0 0;
      font-size: 16px; }
    .sub-page-desktop-menu .menu-item .media-body {
      padding: 24px 8px 24px 0;
      line-height: 1; }
    .sub-page-desktop-menu .menu-item .media-right {
      min-width: 23px;
      vertical-align: middle; }
      .sub-page-desktop-menu .menu-item .media-right .fi {
        font-size: 11px;
        font-weight: 700; }
    .sub-page-desktop-menu .menu-item.active {
      color: #0065BD; }
      .sub-page-desktop-menu .menu-item.active .media-body {
        font-weight: bold; }

.action-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 100%; }

.action-modal .modal-content {
  width: 300px;
  border-radius: 1px;
  line-height: 1.42857;
  letter-spacing: initial; }

.action-modal .loader-wrap {
  height: 90px; }

.action-modal .loader-text {
  text-align: center;
  margin-top: -16px;
  padding-bottom: 16px;
  font-size: 16px; }

.action-modal .copy {
  margin-bottom: 0;
  font-size: 16px; }

.action-modal .btn {
  font-size: 16px;
  font-weight: normal; }

.tooltip-wrap {
  position: relative;
  display: inline-block; }
  .tooltip-wrap .tooltip {
    margin-top: 0;
    top: -36px;
    margin-left: -32px;
    left: 50%; }

.form-field-content-margin {
  margin: 0 16px; }

.form-field-wrap {
  background: #FFFFFF;
  border: 1px solid transparent; }

.form-field-wrap--error .form-field {
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 10px; }
  .form-field-wrap--error .form-field label,
  .form-field-wrap--error .form-field p.error {
    color: #DD0000; }
  .form-field-wrap--error .form-field p.error {
    margin-bottom: 0;
    font-size: 14px; }
  .form-field-wrap--error .form-field .content {
    margin-top: -8px; }

.form-field {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  min-height: 64px; }
  .form-field label {
    color: #333333;
    width: 80px;
    margin-right: 16px;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 14px; }
  .form-field .content {
    flex-grow: 1; }
  .form-field input {
    color: #333333; }

.form-field-err {
  background: #FFFFFF;
  padding: 22px 0 20px 0;
  font-size: 14px;
  margin: 0 16px;
  border-bottom: 1px solid #e5e5e5;
  color: #DD0000; }
  .form-field-err p {
    margin: 0; }

.promotion-body-container .form-field {
  padding-top: 2px !important; }
  .promotion-body-container .form-field label {
    display: none; }

.single-select__control {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important; }

.single-select__value-container {
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.single-select__menu {
  max-width: 472px; }

.single-select__menu-list {
  height: 207px !important; }

.single-select__single-value {
  margin-left: 0 !important; }

.single-select__option {
  padding: 0 24px !important; }
  .single-select__option:hover, .single-select__option:focus {
    background-color: #ebf5ff !important;
    background-color: rgba(0, 126, 255, 0.08) !important; }
    .single-select__option:hover .option-label, .single-select__option:focus .option-label {
      color: #0065BD; }
  .single-select__option .option-label {
    padding: 10px 0;
    display: flex;
    justify-content: space-between; }
    .single-select__option .option-label .icon-check {
      color: #0065BD;
      padding-top: 2px;
      padding-left: 5px; }

.single-select__option--is-selected .option-label {
  color: #0065BD; }

.single-select__placeholder {
  color: #999999 !important;
  margin-left: 0 !important; }

.single-select__indicators .fi {
  color: #0065BD; }

.ios-select .single-select__menu {
  width: 280px !important;
  left: 50%;
  margin-left: -175px;
  opacity: 0.99 !important;
  border-radius: 13px !important;
  box-shadow: 0 0 300px -17px rgba(0, 0, 0, 0.45) !important;
  -moz-box-shadow: 0 0 300px -17px rgba(0, 0, 0, 0.45) !important;
  -webkit-box-shadow: 0 0 300px -17px rgba(0, 0, 0, 0.45) !important; }
  .ios-select .single-select__menu:after, .ios-select .single-select__menu:before {
    top: -22px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 2; }
  .ios-select .single-select__menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px; }
  .ios-select .single-select__menu:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 11px;
    margin-left: -11px; }

.ios-select .single-select__option {
  padding: 0 16px !important; }
  .ios-select .single-select__option:hover .option-label, .ios-select .single-select__option:focus .option-label {
    color: #333333; }
  .ios-select .single-select__option .option-label {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #777777; }
  .ios-select .single-select__option:last-child .option-label {
    border-bottom: none; }

.ios-select .single-select__option--is-selected .option-label {
  color: #333333; }

.email-draft {
  line-height: 1.25; }

.draft-meta-wrap {
  border-bottom: none;
  padding-top: 15px; }
  .draft-meta-wrap .input-control .label {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 25px 0 0; }
    @media screen and (max-width: 767px) {
      .draft-meta-wrap .input-control .label {
        padding: 0 14px 0 0;
        white-space: normal; } }

.event-date-alert {
  background: #FDF8E7;
  padding: 20px 10px 19px 64px;
  color: #FF8100; }
  .event-date-alert svg {
    margin-right: 16px;
    vertical-align: bottom; }

.alert-msg-txt {
  vertical-align: bottom; }

@media screen and (min-width: 992px) {
  .email-draft-wrap.is-multiple .email-draft {
    border-color: #bbc8cf; } }

.mini-modal {
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.mini-modal-content {
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  height: 220px;
  width: 580px;
  background-color: #FFFFFF;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mini-modal-title {
  color: #000000;
  font-family: "McKinsey Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center; }

.mini-modal-text {
  height: 48px;
  width: 500px;
  color: #4D4D4D;
  font-family: "McKinsey Sans", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center; }

.close-icon-wrapper {
  text-align: right; }
  .close-icon-wrapper .icon-close {
    cursor: pointer; }

.expiry-warning-icon {
  display: flex;
  justify-content: center;
  align-items: center; }

.confirm-modal .modal-dialog {
  margin: 125px auto 0; }

.confirm-modal .modal-header {
  border-bottom: 0; }

.confirm-modal .modal-body {
  padding-top: 0; }

.confirm-modal .media {
  user-select: none; }
  .confirm-modal .media .media-left {
    padding-right: 7px;
    cursor: pointer; }
  .confirm-modal .media .media-body {
    line-height: 24px; }
    .confirm-modal .media .media-body p {
      margin-bottom: 0;
      cursor: pointer; }

.confirm-modal .check-icon {
  cursor: pointer;
  color: #E5E5E5;
  font-size: 22px; }
  .confirm-modal .check-icon.checked {
    color: #1EC1B0; }

.resolver-modal .modal-dialog {
  margin-top: 100px;
  padding: 0 20px; }

.resolver-modal .modal-header {
  color: #FFFFFF;
  background: #333333; }
  .resolver-modal .modal-header .media h4 {
    font-size: 18px; }
  .resolver-modal .modal-header .media .media-left img {
    cursor: default;
    line-height: normal;
    vertical-align: -2px; }
  .resolver-modal .modal-header .media .media-right {
    vertical-align: middle; }
    .resolver-modal .modal-header .media .media-right .fi {
      vertical-align: -2px; }

.resolver-modal .modal-body {
  -webkit-box-shadow: inset 0 0 20px 0 #e6e6e6;
  box-shadow: inset 0 0 20px 0 #e6e6e6;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto; }

.resolver-modal .label {
  color: #333;
  font-size: 14px;
  font-weight: bold; }

.resolver-modal .media {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .resolver-modal .media .media-left {
    padding-right: 10px; }
    .resolver-modal .media .media-left .fi {
      line-height: 25px; }
  .resolver-modal .media .media-body {
    vertical-align: middle; }
  .resolver-modal .media.conflict-contact {
    border-bottom: 1px solid #e5e5e5; }
    .resolver-modal .media.conflict-contact:last-child {
      border-bottom: 0; }

.resolver-modal .c-name {
  margin-top: 2px;
  margin-bottom: 11px;
  cursor: pointer; }

.resolver-modal .c-details {
  font-size: 14px;
  margin-bottom: 0; }
  .resolver-modal .c-details .article-item {
    margin-top: 7px; }
    .resolver-modal .c-details .article-item:first-child {
      margin-top: 0; }
    .resolver-modal .c-details .article-item .media .media-left {
      padding-right: 0; }
  .resolver-modal .c-details .conflict-article {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 12px;
    margin-bottom: 16px; }
    .resolver-modal .c-details .conflict-article:last-child {
      border-bottom: 0;
      padding-bottom: 0; }

.resolver-modal .check-icon {
  cursor: pointer;
  color: #E5E5E5;
  font-size: 22px; }
  .resolver-modal .check-icon.checked {
    color: #1EC1B0; }

.resolver-modal .icon-exclamation_mark_icon {
  color: #DD0000;
  cursor: pointer;
  font-size: 24px; }

.mail-body {
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .mail-body .toolbar-menu {
    top: -39px;
    right: -17px; }

.mail-recipients, .cc-recipients {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-bottom-color: #e5e5e5;
  overflow: visible;
  position: relative; }
  .mail-recipients .pill-tag, .cc-recipients .pill-tag {
    margin-top: 8px; }
    .mail-recipients .pill-tag:first-child, .cc-recipients .pill-tag:first-child {
      margin-left: 0; }
  .mail-recipients .media-body, .cc-recipients .media-body {
    overflow: visible;
    position: relative; }
  .mail-recipients .label, .cc-recipients .label {
    padding-top: 11px;
    vertical-align: top; }
  .mail-recipients .btn-add-recipients, .cc-recipients .btn-add-recipients {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    padding: 10px 0 2px 5px; }
    .mail-recipients .btn-add-recipients .fi, .cc-recipients .btn-add-recipients .fi {
      font-size: 12px;
      color: #1C6CBA;
      padding-right: 4px; }
    .mail-recipients .btn-add-recipients span, .cc-recipients .btn-add-recipients span {
      font-size: 12px;
      color: #1C6CBA;
      margin-top: -4px; }
    @media screen and (min-width: 992px) {
      .mail-recipients .btn-add-recipients, .cc-recipients .btn-add-recipients {
        display: none; } }

.cc-recipients {
  padding: 0 0 2px 0; }
  .cc-recipients .Select-input {
    margin-left: 0; }
  .cc-recipients .Select-menu-outer {
    margin-top: 2px;
    left: -139px; }
  .cc-recipients .Select-multi-value-wrapper {
    padding-top: 8px;
    padding-bottom: 13px;
    margin-bottom: 0;
    vertical-align: middle; }
  .cc-recipients .Select-placeholder {
    padding-left: 0; }

.mail-recipients {
  padding: 9px 0 6px 0; }
  .mail-recipients .Select--multi {
    padding-right: 35px; }
  .mail-recipients .input-control-err {
    border-bottom: none;
    font-size: 16px;
    margin: 0 0 0 5px;
    padding: 14px 0 8px 0; }

@media screen and (min-width: 768px) {
  .opt-search-more-wrap {
    display: none; } }

@media screen and (min-width: 768px) {
  .mail-recipients .Select-menu-outer {
    border-width: 1px; }
  .mail-recipients #send-separate-tooltip {
    max-width: 478px;
    margin-left: -239px; }
  .mail-recipients #no-rec-tooltip {
    max-width: 286px;
    margin-left: -143px; }
  .cc-recipients .Select-menu-outer {
    border-width: 1px; } }

.recipient-typeahead .Select-menu-outer {
  border-color: #e5e5e5;
  max-height: none; }

.recipient-typeahead .Select-menu {
  padding: 14px 12px;
  max-height: none; }

.r-opt-wrap.opt-header-wrap:last-child {
  display: none; }

.r-opt-wrap:last-of-type .r-opt-data {
  padding-bottom: 4px; }

.r-opt-wrap .Select-option {
  padding: 0; }

.r-opt-wrap .r-opt {
  font-size: 16px; }
  .r-opt-wrap .r-opt.is-focused {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px; }

.r-opt-wrap .opt-recipient {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 100%; }
  .r-opt-wrap .opt-recipient .disabled-msg {
    font-size: 14px;
    color: #A9A9A9; }

.r-opt-wrap .opt-search-more {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 6px; }
  .r-opt-wrap .opt-search-more .btn-search-more {
    padding: 2px 8px; }
  .r-opt-wrap .opt-search-more span {
    padding-right: 8px;
    font-size: 14px;
    font-weight: normal; }
  .r-opt-wrap .opt-search-more .fi {
    vertical-align: middle;
    font-size: 15px; }

.r-opt-wrap .rec-name {
  font-weight: bold;
  color: #0065BD;
  padding-right: 8px; }

.r-opt-wrap .email {
  color: #0065BD; }

.r-opt-wrap .is-disabled {
  background-color: #fff; }
  .r-opt-wrap .is-disabled .opt-recipient span {
    color: #A9A9A9; }

.opt-header {
  color: #333;
  font-weight: bold; }
  .opt-header hr {
    margin-top: 4px;
    margin-bottom: 20px; }

.r-opt-data {
  padding: 6px 0 7px 0;
  font-size: 16px;
  white-space: pre; }
  .r-opt-data p {
    margin-bottom: 0; }
  .r-opt-data.disabled-opt-rec {
    padding: 3px 0 4px 0; }

.to-recipients .Select-value-label.not-clickable:hover, .to-recipients .Select-value-label.not-clickable:focus {
  text-decoration: none;
  cursor: default; }

.cc-recipients-new .opt-header hr {
  display: none; }

@media screen and (min-width: 768px) {
  .to-recipients #send-separate-tooltip {
    max-width: 478px;
    margin-left: -239px; }
  .to-recipients #no-rec-tooltip {
    max-width: 286px;
    margin-left: -143px; }
  .cc-recipients-new .Select-menu-outer, .to-recipients .Select-menu-outer {
    border-width: 1px; } }

.to-recipients-new {
  padding: 9px 0 14px 0; }
  .to-recipients-new .Select--multi .Select-value {
    margin-top: 8px; }

.to-field__control {
  min-height: 37px !important;
  overflow: hidden;
  position: relative;
  width: 100%; }

.to-field__value-container {
  padding: 0 !important; }

.to-field__placeholder {
  color: #BDBDBD !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  line-height: 38px; }

.to-field__input-wrapper {
  display: inline-block;
  vertical-align: top;
  overflow-x: hidden;
  max-width: 240px; }
  @media screen and (min-width: 768px) {
    .to-field__input-wrapper {
      max-width: 614px; } }
  @media screen and (min-width: 992px) {
    .to-field__input-wrapper {
      max-width: 577px; } }
  @media screen and (min-width: 1200px) {
    .to-field__input-wrapper {
      max-width: 700px; } }

.to-field__input {
  line-height: 37px; }
  .to-field__value-container--has-value .to-field__input {
    line-height: 27px;
    margin-top: 7px;
    margin-left: 4px; }

.to-field__menu {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 5px 0 #d6d6d6;
  box-shadow: 0 2px 5px 0 #d6d6d6;
  margin-top: 14px;
  position: absolute;
  left: -48px;
  right: -18px;
  z-index: 1040;
  box-sizing: border-box;
  width: auto; }

.to-field__menu-list {
  border: solid #e5e5e5;
  border-width: 1px 0;
  max-height: 305px;
  padding: 14px 12px;
  background: #FFFFFF; }

.to-field__option {
  cursor: pointer; }

.to-field__option--is-focused {
  margin: 0 -12px;
  padding: 0 12px;
  background-color: rgba(0, 126, 255, 0.08); }

.to-field__option--is-disabled {
  outline: 0;
  cursor: default;
  color: #ccc; }
  .to-field__option--is-disabled .rec-name, .to-field__option--is-disabled .email {
    color: #A9A9A9; }

.to-field__indicator-separator, .to-field__indicator {
  display: none; }

.to-field__option__create-new {
  color: #0065BD;
  line-height: 2.2; }

.to-field__group + .to-field__option {
  margin-top: 10px; }

.preview-modal .modal-content {
  background: #f1f1f1; }

.preview-modal .modal-header {
  background: #fff;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .preview-modal .modal-header .fi {
    float: right;
    padding: 15px;
    color: #1c6cba;
    cursor: pointer;
    position: absolute;
    right: 0; }

.preview-modal .title {
  color: #405F88;
  padding: 14px 0;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: bold; }

.preview-modal .modal-dialog {
  background: #f1f1f1;
  width: 100%;
  margin: 0 auto; }

.preview-modal .modal-body {
  background: #fff;
  margin-top: 8px;
  padding: 17px;
  overflow: auto;
  height: 100%; }
  .preview-modal .modal-body .label {
    color: #999999;
    font-size: 14px;
    font-weight: normal; }

.preview-modal.with-error .modal-body {
  background: #f1f1f1; }

.preview-modal .btn-default-outline {
  font-size: 16px;
  padding: 11px 16px;
  width: 288px;
  text-align: left; }

.preview-modal .media-left {
  vertical-align: middle; }

.preview-modal .media-right {
  position: relative;
  padding: 0; }

.preview-modal .rec-select {
  height: 52px;
  width: 317px; }

.preview-modal .Select {
  width: 317px; }

.preview-modal .Select-value {
  border: 1px solid #999999;
  padding-right: 42px !important; }

.preview-modal .Select-value-label {
  font-size: 16px; }

.preview-modal .select-wrap {
  overflow: visible;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 8px;
  padding-bottom: 24px; }
  .preview-modal .select-wrap .media-body {
    position: relative;
    overflow: visible; }

.preview-modal .Select-arrow-zone .fi {
  font-size: 14px;
  padding: 14px 18px;
  margin-right: 21px; }

.preview-modal .cc-wrap .cc {
  margin-left: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5 !important; }

.preview-modal .cc-wrap .label {
  margin: 0; }

.preview-modal .subject-wrap p {
  margin: 0; }

.preview-modal .subject-wrap .mail-subject {
  padding: 14px 0; }

.preview-modal .subject-wrap .subject-text {
  word-break: break-word; }

.preview-modal .mail-body {
  margin: 0;
  padding: 18px 0 12px 0;
  word-break: break-word; }
  .preview-modal .mail-body p {
    min-height: 22px;
    margin: 0; }

.preview-modal .mail-attachments {
  margin: 0;
  border-bottom: 0; }
  .preview-modal .mail-attachments p {
    padding: 0; }
  .preview-modal .mail-attachments .label {
    color: #333333;
    font-size: 14px;
    font-weight: bold; }
  .preview-modal .mail-attachments .check-icon {
    cursor: default; }

.preview-modal .article-attachment:last-child {
  padding-bottom: 0; }

.preview-modal .rec-select {
  height: 52px;
  width: 317px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1; }

.preview-modal .btn-dropdown {
  width: 317px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-right: 55px;
  position: relative; }
  .preview-modal .btn-dropdown .fi {
    top: 15px;
    right: 18px;
    position: absolute;
    font-weight: normal;
    float: right;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 4px; }

.email-summary-cc-item {
  margin-bottom: 5px;
  margin-left: 10px; }

@media screen and (min-width: 768px) {
  .preview-modal .modal-dialog {
    width: 600px;
    margin-top: 100px; } }

@media screen and (max-width: 767px) {
  .preview-modal .modal-backdrop {
    opacity: 1;
    background: #fff; }
  .preview-modal.with-error .modal-backdrop {
    opacity: 1;
    background: #f1f1f1; } }

.mail-subject-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5; }

.mail-subject {
  border: 1px solid transparent;
  margin-top: 0;
  position: relative;
  overflow: visible; }
  .mail-subject .media-left {
    padding-right: 25px; }
  .mail-subject.empty-error {
    border: 1px solid #DD0000; }
  .mail-subject .master-template-subject span {
    font-style: italic; }
  .mail-subject .toolbar-menu {
    top: -56px;
    right: -18px; }

.mail-sender {
  padding: 17px 0 16px 0;
  border-bottom: 1px solid #e5e5e5; }
  .mail-sender .label {
    padding-right: 15px; }
  .mail-sender .sender-name-wrap {
    color: #FFFFFF;
    display: inline-block; }

.external-link .input-control {
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .external-link .input-control .loader-sm {
    left: auto !important;
    right: 0; }

.external-link.external-link--has-error .label {
  color: #DD0000;
  vertical-align: top !important;
  padding-top: 9px !important; }

.external-link .media-body {
  position: relative; }
  .external-link .media-body:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%); }

.external-link .error {
  color: #DD0000;
  font-size: 12px; }

.external-link input {
  width: 100%;
  border: 0;
  padding: 0;
  color: #0065BD; }
  .external-link input:focus, .external-link input {
    box-shadow: none; }
  .external-link input:disabled {
    background: none;
    -webkit-text-fill-color: #999999;
    /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    /* Override iOS opacity change affecting text & background color */
    opacity: 1;
    color: #999999; }

.external-link ::-webkit-input-placeholder {
  /* Edge */
  color: #BDBDBD; }

.external-link :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BDBDBD; }

.external-link ::placeholder {
  color: #BDBDBD; }

.mail-attachments {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding-top: 3px; }
  .mail-attachments .label {
    margin-bottom: 0;
    font-weight: bold;
    color: #333; }
  .mail-attachments .a-title {
    margin-bottom: 0; }
  .mail-attachments .a-desc {
    margin-top: 4px;
    margin-bottom: 0;
    color: #999999; }
  .mail-attachments .a-url {
    margin-top: 4px;
    margin-bottom: 0;
    color: #999999;
    font-size: 12px; }
  .mail-attachments .check-icon {
    cursor: pointer;
    color: #E5E5E5;
    font-size: 24px; }
    .mail-attachments .check-icon.checked {
      color: #1EC1B0; }
  .mail-attachments .fi {
    cursor: pointer;
    font-size: 24px; }

.article-attachment {
  padding-top: 16px;
  margin-top: 0;
  word-break: break-word; }
  .article-attachment .media-left {
    padding-right: 0; }
  .article-attachment.with-checkbox .media-left {
    padding-right: 8px; }
  .article-attachment .media-body {
    padding-bottom: 0; }
  .article-attachment:last-child {
    padding-bottom: 18px; }

.err-attachment {
  padding: 19px 0 10px 0;
  margin-top: 0;
  border-top: 1px solid #e5e5e5; }
  .err-attachment .media-left {
    padding: 0; }
  .err-attachment .media-body span {
    font-style: italic;
    color: #DD0000;
    vertical-align: middle;
    font-size: 14px; }
  .err-attachment .error-icon {
    color: #DD0000;
    padding-right: 8px;
    font-size: 24px; }

.share-page .action-buttons .label {
  color: #999;
  text-shadow: 1px 1px 1px #f1f1f1; }

.share-page .action-buttons .btn {
  display: block;
  width: 100%; }

.share-page .action-buttons .btn-preview {
  padding: 14px; }

.share-page .action-buttons.for-desktop {
  margin-top: 16px;
  display: none; }
  .share-page .action-buttons.for-desktop .label {
    vertical-align: middle;
    width: auto;
    margin: 0 0 0 15px;
    display: inline-block; }
  .share-page .action-buttons.for-desktop .btn {
    min-width: 200px; }

.share-page .action-buttons.for-mobile .btn-preview {
  margin-top: 16px; }

.share-page .action-buttons.action-buttons-fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #ededed;
  z-index: 1040; }
  .share-page .action-buttons.action-buttons-fixed .label {
    margin: 15px auto;
    text-align: center;
    max-width: 200px; }

.with-keyboard .share-page .action-buttons.action-buttons-fixed {
  position: relative;
  margin-top: 16px; }

@media screen and (min-width: 500px) {
  .share-page .action-buttons.for-mobile .label {
    max-width: initial; } }

@media screen and (min-width: 992px) {
  .share-page .action-buttons {
    margin-top: 10px; }
    .share-page .action-buttons .btn {
      display: inline-block;
      width: auto; }
    .share-page .action-buttons .btn-preview {
      position: inherit;
      margin-left: 8px;
      padding: 14px; }
    .share-page .action-buttons.for-desktop {
      display: block; }
    .share-page .action-buttons.for-mobile {
      display: none; } }

.remove-draft p {
  margin-bottom: 0;
  margin-right: 15px;
  font-size: 11px;
  float: right;
  line-height: 33px;
  color: #CE1F2C;
  cursor: pointer; }

.email-draft .template-dropdown-wrap {
  padding: 10px 0; }

.recipient-selector .rs-header {
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  line-height: 37px;
  background: #fff;
  font-size: 14px;
  position: relative; }
  .recipient-selector .rs-header.no-h-margin {
    margin-bottom: 0; }
  .recipient-selector .rs-header .rs-label {
    font-weight: bold;
    color: #0065BD; }
  .recipient-selector .rs-header .btn-done {
    position: absolute;
    background: #0065BD;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    line-height: 0;
    padding: 12px 8px;
    right: 10px;
    top: 7px;
    border: solid red 1px !important; }
  .recipient-selector .rs-header .btn-back {
    color: #0065BD;
    float: left;
    font-size: 18px;
    padding: 9px 10px 10px 10px;
    cursor: pointer; }

.recipient-selector .rs-tab-wrap {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 37px;
  margin-bottom: 10px;
  font-size: 14px; }
  .recipient-selector .rs-tab-wrap .rs-tab {
    float: left;
    width: 50%;
    background: #fff;
    border-bottom: 3px solid transparent;
    color: #999;
    font-weight: bold;
    cursor: pointer; }
    .recipient-selector .rs-tab-wrap .rs-tab.active {
      border-color: #0065BD;
      cursor: default;
      color: #0065BD; }

.recipient-selector .rs-search-box {
  position: relative;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e5e5e5; }
  .recipient-selector .rs-search-box .media-left {
    padding-right: 0; }
  .recipient-selector .rs-search-box input {
    border: none;
    outline: 0;
    line-height: 34px;
    width: 100%;
    padding-right: 43px; }
    .recipient-selector .rs-search-box input:focus {
      outline: 0; }
  .recipient-selector .rs-search-box .rs-search {
    font-size: 16px;
    padding: 10px;
    color: #8E8E93;
    display: block; }
  .recipient-selector .rs-search-box .btn-clear {
    padding: 10px 15px 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    cursor: pointer; }
    .recipient-selector .rs-search-box .btn-clear:hover {
      color: #666; }

.recipient-selector .rs-seperator {
  padding: 0 15px;
  font-size: 14px; }
  .recipient-selector .rs-seperator .fi {
    font-size: 24px;
    background-color: #e5e5e5;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer; }
  .recipient-selector .rs-seperator.is-selected .fi {
    background-color: #FFFFFF;
    color: #1EC1B0; }
  .recipient-selector .rs-seperator .group-members-text {
    padding-left: 10px;
    user-select: none; }

.recipient-selector .rs-single-result {
  color: #333333;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 10px;
  background-color: white;
  padding: 8px 12px; }

.recipient-selector .rs-list-wrap {
  position: relative; }

.recipient-selector .rs-list {
  overflow-x: hidden; }

.recipient-selector .rs-placeholder {
  background: #e5e5e5; }
  .recipient-selector .rs-placeholder .rs-placeholder-info {
    padding-top: 26px;
    color: #CFCFCF;
    line-height: 21px;
    width: 190px;
    margin: 0 auto;
    text-align: center; }
    .recipient-selector .rs-placeholder .rs-placeholder-info .placeholder-icon {
      font-size: 51px;
      margin-bottom: 15px; }

.recipient-selector .group-info {
  background-color: #fff;
  position: relative;
  margin: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  min-height: 111px; }
  .recipient-selector .group-info .media-left {
    background-color: #fff;
    padding: 17px 16px 0 20px; }
    .recipient-selector .group-info .media-left .fi {
      font-size: 48px;
      color: #e5e5e5; }
  .recipient-selector .group-info .media-body {
    padding: 18px 10px 18px 0; }
    .recipient-selector .group-info .media-body .recipient-name {
      margin-bottom: 0;
      font-weight: bold; }
    .recipient-selector .group-info .media-body div {
      font-size: 11px; }
    .recipient-selector .group-info .media-body .group-type {
      color: #999; }

.btn-profile-preview-done {
  position: fixed; }

.recipient-item {
  background-color: #fff;
  margin: 0 0 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #E5E5E5;
  min-height: 62px; }
  .recipient-item p {
    margin-bottom: 0; }
  .recipient-item .media-left {
    padding: 14px 15px 12px 20px; }
  .recipient-item .media-body {
    padding: 10px 0; }
  .recipient-item .c-title, .recipient-item .c-org {
    text-transform: uppercase; }
  .recipient-item .c-title, .recipient-item .c-org {
    font-size: 11px; }
  .recipient-item .g-count-members {
    font-size: 12px; }
  .recipient-item .fi {
    cursor: pointer;
    font-size: 44px;
    color: #E5E5E5; }
  .recipient-item.is-selected {
    background-color: #F4F4F4;
    border-top: 1px solid #fff; }
    .recipient-item.is-selected .fi.icon-check-on {
      color: #1EC1B0; }
      .recipient-item.is-selected .fi.icon-check-on:before {
        background: #fff;
        border-radius: 50%; }
  .recipient-item.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #E5E5E5; }
    .recipient-item.is-disabled .fi {
      cursor: not-allowed; }
  .recipient-item.is-invalid {
    background-color: #F5F5F5;
    cursor: default; }
    .recipient-item.is-invalid .fi {
      cursor: default; }
    .recipient-item.is-invalid p {
      color: #B8B8B8; }
    .recipient-item.is-invalid .c-reason {
      font-size: 11px;
      color: #DD0000;
      margin-bottom: 0; }
  .recipient-item.group-item .media-left {
    padding: 9px 15px 4px 20px; }
  .recipient-item.group-item .media-body {
    padding: 10px 0 7px 0; }
  .recipient-item.group-item .fi.icon-group {
    font-size: 31px;
    display: inline-block;
    height: 44px;
    width: 44px;
    border: 1px solid #e5e5e5;
    margin-bottom: 3px;
    border-radius: 50%; }
    .recipient-item.group-item .fi.icon-group:before {
      font-size: 25px;
      margin-top: 7px;
      margin-left: 6px;
      display: inline-block; }
  .recipient-item.group-item .fi.icon-c-suite, .recipient-item.group-item .recipient-selector .group-info .media-left .fi.icon-c-suite, .recipient-selector .group-info .media-left .recipient-item.group-item .fi.icon-c-suite {
    padding: 0 3px; }
  .recipient-item.group-item .media-right {
    vertical-align: middle;
    padding: 0 18px;
    cursor: pointer;
    border-left: 2px solid #f1f1f1; }
    .recipient-item.group-item .media-right .fi {
      font-size: 18px;
      color: #333; }

.recipient-name {
  font-size: 16px !important;
  font-weight: bold;
  word-wrap: break-word; }
  .recipient-name.long-name {
    word-break: break-all; }

.email-draft .checkbox-wrap {
  background: #F8F8F8 !important; }

.email-draft .custom-checkbox {
  padding: 18px 0;
  margin: 0 16px; }

.attachment-shadow-box {
  font-size: 14px; }
  .attachment-shadow-box div {
    height: 1em;
    background: #D8D8D8;
    margin-bottom: .5em; }
    .attachment-shadow-box div:nth-child(1) {
      width: 30%; }
    .attachment-shadow-box div:nth-child(2) {
      width: 77%; }
    .attachment-shadow-box div:nth-child(3) {
      width: 80%; }
    .attachment-shadow-box div:nth-child(4) {
      width: 60%; }

p.external-link-placeholder {
  color: #BDBDBD; }

.attachment-placeholder .triple-dot-loader {
  font-size: 14px;
  margin-bottom: 11px; }

.sending-page-loader-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1040; }

.save-group-widget {
  padding: 12px; }
  .save-group-widget .btn-float {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    z-index: 1; }
  .save-group-widget .form-group {
    border: 1px solid #e5e5e5; }
    .save-group-widget .form-group label {
      font-size: 8px;
      color: #999999;
      padding-left: 5px; }
    .save-group-widget .form-group input {
      border: none;
      box-shadow: none;
      padding: 0 0 4px 6px;
      height: initial; }
    .save-group-widget .form-group.errInput {
      border: 1px solid #DD0000;
      box-shadow: none; }
    .save-group-widget .form-group .email-success-page-input {
      padding: 8px 16px; }
  .save-group-widget .action-buttons {
    margin-top: 15px; }
    .save-group-widget .action-buttons .btn {
      display: block;
      width: 100%; }
  .save-group-widget .media-body {
    padding-bottom: 0;
    line-height: 23px; }
    .save-group-widget .media-body.err-msg {
      vertical-align: bottom; }
  .save-group-widget .err-msg {
    color: #DD0000;
    font-size: 14px; }
    .save-group-widget .err-msg p {
      margin-bottom: 0; }

.email-summary .draft-preview {
  background: #fff;
  margin-bottom: 16px; }
  .email-summary .draft-preview p {
    margin-bottom: 0; }
  .email-summary .draft-preview .label {
    white-space: nowrap; }
  .email-summary .draft-preview .mail-sender {
    padding: 13px 0 13px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px; }
    .email-summary .draft-preview .mail-sender .sender-name-wrap .pill-tag__label {
      line-height: 1.42; }
  .email-summary .draft-preview .mail-subject {
    padding: 13px 0 13px 0;
    border-bottom: 1px solid #e5e5e5; }
  .email-summary .draft-preview .mail-body {
    padding: 15px 0 15px 0;
    margin-left: 15px;
    border-bottom: 1px solid #e5e5e5; }
    .email-summary .draft-preview .mail-body p {
      min-height: 10px; }
  .email-summary .draft-preview .summary-recipients .media-left {
    padding-top: 16px; }
  .email-summary .draft-preview .summary-recipients .media-body {
    padding: 13px 0 12px 0; }
  .email-summary .draft-preview .cc {
    padding-bottom: 0; }
    .email-summary .draft-preview .cc .media-left {
      padding-top: 7px; }

.email-summary-page .alert {
  font-weight: bold;
  margin-bottom: 16px; }
  .email-summary-page .alert .fi {
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle; }
  .email-summary-page .alert a {
    color: #fff;
    font-weight: normal;
    opacity: .7;
    text-decoration: none; }

.email-summary-page .saved-msg {
  background-color: #E4E5E6;
  padding: 10px 15px;
  font-size: 14px;
  color: #424242;
  font-weight: bold;
  margin-bottom: 16px; }
  .email-summary-page .saved-msg p {
    margin-bottom: 0; }
  .email-summary-page .saved-msg .fi {
    padding-right: 8px; }
  .email-summary-page .saved-msg .saved-text {
    height: 20px; }

.email-summary-page .social-share-widget {
  padding-bottom: 20px; }

.save-template-name {
  position: relative;
  padding: 0;
  border: 0; }
  .save-template-name label {
    left: 7px;
    top: 8px;
    font-size: 8px;
    font-weight: bold;
    margin-bottom: 0;
    color: #999;
    display: block;
    position: absolute; }
  .save-template-name input {
    border: 1px solid #e5e5e5;
    width: 100%;
    display: block;
    outline: none;
    padding: 23px 75px 7px 7px; }
    .save-template-name input::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #BDBDBD;
      opacity: 1;
      /* Firefox */ }
    .save-template-name input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #BDBDBD; }
    .save-template-name input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #BDBDBD; }
  .save-template-name .input-template-name {
    padding: 8px 16px; }
  .save-template-name .btn-delete {
    position: absolute;
    top: 27px;
    right: 18px; }
  .save-template-name .master-template-name {
    color: #999;
    margin-bottom: 0;
    padding-top: 24px;
    padding-left: 9px;
    padding-bottom: 8px; }
    .save-template-name .master-template-name span {
      font-style: italic; }
  .save-template-name.has-error input {
    border: 1px solid #E4394F !important; }
  .save-template-name .template-error {
    margin: 20px 0 0 6px;
    font-size: 14px;
    color: #DD0000; }

.email-success-page-label {
  font-weight: normal;
  margin-bottom: 16px; }

.knowledge__view {
  margin-bottom: 60px;
  line-height: 30px;
  background: #fff; }
  .knowledge__view h1, .knowledge__view .knowledge__body__wrap {
    font-family: Georgia, Times, serif;
    letter-spacing: -.02em; }
  .knowledge__view .knowledge__body__wrap {
    padding: 20px;
    color: #4a4a4a; }
    .knowledge__view .knowledge__body__wrap a {
      color: #00adef; }
  .knowledge__view h1, .knowledge__view h2, .knowledge__view h3, .knowledge__view h4, .knowledge__view h5, .knowledge__view h6 {
    color: #00306e; }
  .knowledge__view h2, .knowledge__view h3, .knowledge__view h4, .knowledge__view h5, .knowledge__view h6 {
    margin-bottom: 1em;
    margin-top: 2.72727em;
    font-size: 20px;
    font-weight: 700; }
  .knowledge__view .header {
    background-size: cover;
    background: url("/images/article-hero-background.png") scroll repeat center center transparent;
    padding: 20px;
    position: relative; }
    .knowledge__view .header .darken {
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.6) 100%);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      z-index: 2; }
    .knowledge__view .header .image {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      background-position: center center;
      background-size: cover;
      z-index: 1; }
    .knowledge__view .header .content {
      z-index: 3;
      position: relative; }
    .knowledge__view .header .date {
      color: #999;
      font-size: 11px; }
      .knowledge__view .header .date b {
        color: #777; }
    .knowledge__view .header h1 {
      font-size: 30px;
      margin-top: 0; }
    .knowledge__view .header .fi {
      color: #1c6cba;
      padding: 5px;
      position: absolute;
      right: 10px;
      top: 20px;
      cursor: pointer;
      z-index: 4;
      font-size: 18px;
      font-weight: bold; }
    .knowledge__view .header .authors {
      font-size: 12px;
      letter-spacing: initial;
      line-height: 20px; }
    .knowledge__view .header.with-image h1, .knowledge__view .header.with-image .date, .knowledge__view .header.with-image .date b, .knowledge__view .header.with-image .authors, .knowledge__view .header.with-image .fi {
      color: #fff; }

@media screen and (min-width: 1200px) {
  .knowledge__view h1 {
    width: 90%; } }

@media screen and (min-width: 600px) {
  .knowledge__view .header {
    padding: 20% 45px 45px 45px; }
    .knowledge__view .header h1 {
      font-size: 46px; } }

@media screen and (min-width: 992px) {
  .knowledge__view .header .fi, .knowledge__view .header .date, .knowledge__view .header .authors {
    display: none; } }

.article__view .modal {
  font-family: sans-serif, serif, arial; }
  .article__view .modal a {
    text-decoration: none;
    color: #fff; }
  .article__view .modal h3 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    color: #333; }

.article__view .about-authors {
  display: none; }

.article__view .a-desc {
  margin-bottom: 32px;
  color: #999999;
  font-size: 16px;
  line-height: 19px; }

.article__view .link-footnote {
  display: none; }

.article__view .a-body > p:nth-child(1)::first-letter {
  font-size: 350%;
  margin: 9px 0 -10px;
  padding: 0 12px 0 0;
  height: .7em;
  line-height: .85em;
  float: left; }

.article__view p {
  margin-bottom: 15px;
  font-size: 18px; }

.article__view hr {
  margin: 20px 60px;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d4d4d4;
  padding: 0; }

.article__view .a-exhibit {
  border-top: solid 1px #d4d4d4;
  margin: 60px 0;
  padding: 35px 0 0; }
  .article__view .a-exhibit .eyebrow {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #9c9d9d; }
  .article__view .a-exhibit .infographic img {
    margin-top: 30px;
    width: 100%; }

.article__view .nga-exhibit {
  margin: 60px 0; }
  .article__view .nga-exhibit img {
    width: 100%;
    height: auto; }

.article__view .a-interactive {
  border-top: solid 1px #d4d4d4;
  margin: 60px 0;
  padding: 35px 0 0; }
  .article__view .a-interactive .eyebrow {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #9c9d9d; }
  .article__view .a-interactive .interactive-img {
    cursor: pointer;
    position: relative;
    margin-top: 30px; }
    .article__view .a-interactive .interactive-img img {
      width: 100%; }
  .article__view .a-interactive .interactive-label {
    color: #4a4a4a;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 600; }
  .article__view .a-interactive .description {
    margin-top: 18px;
    letter-spacing: -.02em;
    font-size: 18px;
    line-height: 1.67em;
    color: #4a4a4a;
    clear: none; }
  .article__view .a-interactive .fi {
    float: right;
    position: absolute;
    color: #2bafe9;
    font-size: 40px;
    display: block;
    right: 0;
    margin-top: -20px;
    margin-right: -20px; }

.article__view .a-video {
  position: relative;
  padding-bottom: 51.70%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
  margin-bottom: 50px; }
  .article__view .a-video object, .article__view .a-video embed, .article__view .a-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }

@media screen and (min-width: 1200px) {
  .article__view .knowledge__body__wrap {
    width: 80%; } }

@media screen and (min-width: 600px) {
  .article__view .knowledge__body__wrap {
    padding: 45px; } }

.blog__view .breadcrumb {
  display: none; }

.blog__view h1 {
  font-family: Georgia, Times, serif;
  letter-spacing: -.02em;
  font-weight: 500;
  font-size: 2.125em;
  margin-top: 12px;
  margin-bottom: 24px; }

.blog__view .hero {
  margin-bottom: 36px; }

.blog__view .hero-container {
  position: relative;
  height: auto;
  max-height: 400px;
  padding-top: 62.5%;
  background-color: #051C2C;
  background-size: cover;
  background-position: center center; }

.blog__view .tags-container {
  display: none;
  margin-bottom: 36px;
  flex-wrap: wrap; }
  .blog__view .tags-container a {
    font-size: .875em;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    color: #333; }
    .blog__view .tags-container a:not(:last-of-type):after {
      font-weight: 300;
      content: '|';
      color: #333;
      padding-left: 6px;
      padding-right: 6px; }

.blog__view .text-longform p {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 18px; }

.blog__view time {
  font-style: italic; }
  .blog__view time:after {
    padding: 0 4px;
    content: '\2011'; }

.blog__view .eyebrow {
  display: block;
  padding-bottom: 3px;
  font-size: 14px; }

.blog__view .inline-image, .blog__view .exhibit, .blog__view .nga-exhibit {
  margin: 60px 0; }
  .blog__view .inline-image img, .blog__view .exhibit img, .blog__view .nga-exhibit img {
    width: 100%;
    height: auto; }

.blog__view .infographic img {
  max-width: 100%;
  height: auto; }

.blog__view .inline-video {
  margin-top: 33px;
  margin-bottom: 33px;
  display: block;
  width: 100%;
  position: relative; }
  .blog__view .inline-video .video-wrapper {
    width: 100%;
    margin-bottom: 5px; }

.blog__view .description {
  font-size: 14px;
  margin-top: 1em;
  color: #757575;
  line-height: 1.4; }

.blog__view .a-video {
  position: relative;
  padding-bottom: 51.70%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
  margin-bottom: 12px; }
  .blog__view .a-video object, .blog__view .a-video embed, .blog__view .a-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%; }

.blog__view .author-container {
  margin-bottom: 36px; }
  .blog__view .author-container .author-bio {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 14px; }
    .blog__view .author-container .author-bio .image {
      width: 45px;
      margin-right: 24px; }
    .blog__view .author-container .author-bio .text-wrapper {
      max-width: 70%;
      color: #757575; }
      .blog__view .author-container .author-bio .text-wrapper p {
        line-height: 16px; }
      .blog__view .author-container .author-bio .text-wrapper > * {
        margin-bottom: 6px; }

.blog__view blockquote {
  position: relative;
  margin-left: 0;
  margin-right: 24px;
  padding-left: 24px; }
  .blog__view blockquote.-emphasize > p {
    margin-top: 0;
    line-height: 1.4;
    font-size: 1.5em;
    font-weight: 500;
    color: #333; }
  .blog__view blockquote.-quotes > p:first-child:before {
    margin-left: -0.4em;
    content: '\201C'; }
  .blog__view blockquote.-quotes > p:last-of-type:after {
    content: '\201D'; }
  .blog__view blockquote cite {
    margin-top: 24px;
    display: block;
    font-style: normal;
    padding-left: 20px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4; }
    .blog__view blockquote cite:before {
      content: '\2014';
      position: absolute;
      left: 0;
      padding-left: 24px; }
    .blog__view blockquote cite span {
      display: block;
      font-weight: 300; }

.blog__view .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.blog__view .circle-crop {
  width: 100%;
  height: 0;
  padding-bottom: 100% !important;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-image: url(https://mckinsey.com/redesign/resources/images/lazy-placeholder.png);
  background-size: cover; }
  .blog__view .circle-crop img {
    margin: 0;
    width: 100%; }

.blog__view .ceros-section {
  margin-top: 30px; }
  .blog__view .ceros-section .ceros-holder {
    display: block;
    position: relative; }
  .blog__view .ceros-section .ceros-experience-holder {
    width: auto;
    min-width: 1px;
    min-height: 1px;
    margin: 0;
    border: 0 none;
    -webkit-box-sizing: initial;
    box-sizing: initial; }
  .blog__view .ceros-section .ceros-experience {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: 1px;
    width: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: initial;
    box-sizing: initial; }

.blog__view .blog-share, .blog__view .caption-container, .blog__view .rail, .blog__view .blog-promo, .blog__view header, .blog__view .hero {
  display: none; }

@media screen and (min-width: 768px) {
  .blog__view h1 {
    font-size: 2.5em; } }

@media screen and (min-width: 1200px) {
  .blog__view h1 {
    font-size: 2.5em; }
  .blog__view blockquote.-emphasize > p {
    font-size: 1.875em; }
  .blog__view blockquote cite {
    font-size: 1.125em; } }

.dot-separator {
  width: 2px;
  height: 2px;
  background: #999999;
  display: inline-block;
  border-radius: 1000px;
  vertical-align: top;
  margin: 6px 4px; }

.knowledge__summary {
  margin-bottom: 16px; }
  .knowledge__summary .title {
    position: relative;
    padding-right: 40px;
    color: #00306E;
    font-size: 22px;
    line-height: 33px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 10px; }
    .knowledge__summary .title .fi {
      color: #1c6cba;
      padding: 5px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }
  .knowledge__summary .date {
    font-size: 14px;
    margin-bottom: 0;
    color: #777777; }
    .knowledge__summary .date .dot-separator {
      margin: 6px 5px; }
  .knowledge__summary .authors {
    font-size: 14px;
    color: #00306E;
    margin-bottom: 10px; }
    .knowledge__summary .authors .media-left {
      padding-right: 3px; }
    .knowledge__summary .authors .media-body {
      font-style: italic;
      line-height: inherit; }
  .knowledge__summary .social-share-widget {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 0; }
    .knowledge__summary .social-share-widget > p {
      font-size: 14px;
      margin-bottom: 0; }
    .knowledge__summary .social-share-widget .social-share-group {
      text-align: right;
      flex-grow: 1;
      margin-left: 16px; }
  .knowledge__summary .btn-share-wrap {
    margin-top: 30px; }

@media screen and (min-width: 992px) {
  .knowledge__summary .title .fi {
    display: none; }
  .knowledge__summary .btn-share-wrap {
    position: relative; }
    .knowledge__summary .btn-share-wrap .container {
      width: auto; } }

.ycar-widget--old .title {
  color: #999999;
  font-size: 12px;
  line-height: 14px; }

.ycar-widget--old .ycar-info {
  color: #333;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase; }
  .ycar-widget--old .ycar-info .name {
    font-weight: bold; }
  .ycar-widget--old .ycar-info .title-org {
    color: #999999; }
  .ycar-widget--old .ycar-info .dot-separator {
    margin: 8px 4px; }

.ycar-widget {
  padding-bottom: 0; }
  .ycar-widget .title {
    font-weight: bold; }
  .ycar-widget .ycar-item-list {
    padding: 0 16px; }
  .ycar-widget .ycar-item {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5; }
    .ycar-widget .ycar-item .name {
      text-overflow: ellipsis;
      overflow: hidden;
      padding-right: 15px; }
    .ycar-widget .ycar-item .read-count {
      font-weight: bold; }
  .ycar-widget footer {
    font-size: 14px;
    padding: 24px;
    text-align: center;
    color: #999999; }

@media screen and (min-width: 768px) {
  .ycar-widget .ycar-item-list {
    max-height: 233px; } }

.contact-profile-modal {
  line-height: 1.25; }

.contact-profile {
  overflow: hidden; }
  .contact-profile .no-data-msg {
    padding-top: 130px; }
    .contact-profile .no-data-msg p {
      line-height: 1.42857;
      font-size: 14px;
      max-width: 225px; }
  .contact-profile .contact-info {
    margin-bottom: 16px;
    background-color: #FFF;
    color: #333;
    padding-bottom: 16px;
    word-wrap: break-word; }
    .contact-profile .contact-info p {
      margin-bottom: 12px; }
    .contact-profile .contact-info > p:last-of-type {
      margin-bottom: 0; }
    .contact-profile .contact-info .c-name {
      font-size: 18px;
      font-weight: bold; }
    .contact-profile .contact-info .c-title-org {
      font-size: 14px; }
      .contact-profile .contact-info .c-title-org span > span {
        font-weight: bold; }
    .contact-profile .contact-info .c-email {
      font-size: 14px; }
    .contact-profile .contact-info .c-reason {
      display: block;
      font-size: 14px;
      color: #999999;
      margin-bottom: 12px; }
  .contact-profile .error-message {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 50px 0 65px; }

.feed-tab-menu {
  background-color: #0065BD;
  padding: 12px 0 28px 0;
  margin-bottom: -36px;
  border-top: 1px solid #4d93d0;
  line-height: 1.25;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0); }
  .feed-tab-menu .nav {
    text-align: center;
    margin-right: 12px; }
    .feed-tab-menu .nav .separator {
      display: inline-block;
      vertical-align: middle;
      margin: 0 12px;
      background: white;
      width: 1px;
      height: 12px;
      opacity: 0.2; }
    .feed-tab-menu .nav li {
      display: inline-block;
      padding: 0 0 5px;
      border-bottom: 3px solid transparent;
      opacity: 0.6; }
      .feed-tab-menu .nav li a {
        display: inline;
        font-weight: bold;
        padding: 0; }
      .feed-tab-menu .nav li .fi {
        padding: 0 8px 0 0;
        min-width: 22px;
        display: inline-block; }
      .feed-tab-menu .nav li a, .feed-tab-menu .nav li .fi {
        font-size: 14px;
        color: #fff; }
        .feed-tab-menu .nav li a:focus, .feed-tab-menu .nav li a:hover, .feed-tab-menu .nav li .fi:focus, .feed-tab-menu .nav li .fi:hover {
          background-color: transparent;
          outline: none; }
      .feed-tab-menu .nav li .fi, .feed-tab-menu .nav li span {
        vertical-align: middle; }
      .feed-tab-menu .nav li.active {
        opacity: 1;
        background-color: transparent;
        border-color: #fff; }
      .feed-tab-menu .nav li:first-child {
        margin-left: 24px; }
      .feed-tab-menu .nav li:last-child {
        margin-right: 24px; }
    .feed-tab-menu .nav .icon-practice_promoted {
      margin-right: 10px;
      margin-bottom: -3px; }
  .feed-tab-menu::-webkit-scrollbar {
    display: none; }

.feed-page .sort-option .Select-value {
  padding-top: 6px; }

.feed-page .sort-option .Select-control {
  padding: 4px 0; }

.feed-page .sort-option .Select-value-label {
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal; }

.feed-page .sort-option .Select-menu-outer {
  top: 51px;
  border-width: 1px 0;
  border-color: #e5e5e5;
  box-shadow: none; }

.feed-page .sort-option .option {
  font-weight: normal;
  color: #333333; }
  .feed-page .sort-option .option.selected-option {
    font-weight: bold;
    color: #1c6cba; }

.feed-page .sort-option-modal {
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto; }
  .feed-page .sort-option-modal .modal-body {
    padding: 0 16px; }
  .feed-page .sort-option-modal .modal-dialog {
    width: 300px; }
  .feed-page .sort-option-modal .sort-option {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 0;
    padding: 15px 0;
    cursor: pointer; }
    .feed-page .sort-option-modal .sort-option.selected-option {
      color: #0065BD; }
    .feed-page .sort-option-modal .sort-option .fi {
      font-size: 11px;
      font-weight: bold;
      color: #0065BD; }

.feed-page .no-data-msg {
  background: white;
  padding: 30px 0 30px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
  position: relative; }
  .feed-page .no-data-msg p {
    font-size: 20px;
    color: #333;
    font-weight: bold; }

.feed-page .sort-option-btn {
  max-width: 300px;
  position: fixed;
  bottom: -60px;
  z-index: 1;
  padding: 7px 17px;
  background: #fff;
  border-radius: 30px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #A9A9A9;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: bottom ease-in-out 0.15s 0.05s;
  -o-transition: bottom ease-in-out 0.15s 0.05s;
  transition: bottom ease-in-out 0.15s 0.05s;
  --publishedDateWidth: 86px;
  --relevancyWidth: 105px;
  --contactSortWidth1: 95px;
  --contactSortWidth2: 80px; }
  .feed-page .sort-option-btn.sort-relevancy {
    left: calc(50% - var(--relevancyWidth)); }
  .feed-page .sort-option-btn.sort-recently {
    left: calc(50% - var(--contactSortWidth1)); }
  .feed-page .sort-option-btn.sort-articles {
    left: calc(50% - var(--contactSortWidth2)); }
  .feed-page .sort-option-btn.sort-events {
    left: calc(50% - var(--contactSortWidth1)); }
  .feed-page .sort-option-btn.sort-first {
    left: calc(50% - var(--contactSortWidth2)); }
  .feed-page .sort-option-btn.sort-last {
    left: calc(50% - var(--contactSortWidth2)); }
  .feed-page .sort-option-btn.sort-date {
    left: calc(50% - var(--publishedDateWidth)); }
  .feed-page .sort-option-btn:hover {
    background: #fbfbfb; }
  .feed-page .sort-option-btn span {
    padding-right: 8px;
    vertical-align: middle;
    line-height: 1; }
  .feed-page .sort-option-btn .fi {
    vertical-align: middle;
    font-size: 14px; }
  .feed-page .sort-option-btn.show {
    bottom: 16px; }

.feed-item {
  background-color: #fff;
  margin-bottom: 16px;
  z-index: 1;
  position: relative; }
  .feed-item a {
    cursor: pointer; }
  .feed-item .fi-content {
    display: flex;
    flex-direction: column; }
  .feed-item .fi-image > div {
    padding: 22.18%;
    position: relative; }
  .feed-item .fi-image img, .feed-item .fi-image .lazyload-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .feed-item .fi-body {
    flex-grow: 1;
    border-bottom: 0;
    padding-bottom: 23px; }
  .feed-item .eyebrow {
    font-size: 14px;
    color: #999999;
    margin-bottom: 8px; }
    .feed-item .eyebrow > span {
      display: inline-block; }
    .feed-item .eyebrow .separator {
      padding: 0 6px; }
    .feed-item .eyebrow .eyebrow__content {
      display: block; }
    .feed-item .eyebrow .article-label {
      margin-bottom: 16px; }
  .feed-item .title {
    display: block;
    color: #00306E;
    font-size: 22px;
    line-height: 33px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    word-break: break-word;
    overflow-wrap: break-word; }
    .feed-item .title:hover {
      text-decoration: underline; }
  .feed-item .show-more {
    font-size: 14px;
    padding: 10px 12px;
    margin-left: -12px;
    user-select: none;
    cursor: pointer;
    text-align: center;
    color: #999999;
    -webkit-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out; }
    @media screen and (max-width: 479px) {
      .feed-item .show-more {
        padding: 10px 8px;
        margin-left: -8px; } }
    .feed-item .show-more .fi {
      display: inline-block;
      font-size: 8px;
      margin-left: 8px;
      vertical-align: middle;
      font-weight: bold; }
  .feed-item .meta-wrap {
    max-height: 0;
    -webkit-transition: max-height 0.15s linear;
    -o-transition: max-height 0.15s linear;
    transition: max-height 0.15s linear;
    overflow: hidden; }
  .feed-item .meta {
    padding: 7px 16px 16px; }
  .feed-item .contact-list {
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    max-height: 240px;
    z-index: 1;
    margin-bottom: 12px; }
    .feed-item .contact-list .c-media {
      margin-bottom: 12px;
      max-width: 100%; }
      .feed-item .contact-list .c-media .c-media-body p {
        margin-bottom: 0; }
      .feed-item .contact-list .c-media .c-media-body .name {
        font-weight: bold;
        margin-bottom: 4px; }
      .feed-item .contact-list .c-media .c-media-right {
        margin-left: 20px; }
      .feed-item .contact-list .c-media:last-child {
        margin-bottom: 0; }
    .feed-item .contact-list .deleted-msg {
      color: #999999;
      font-size: 14px; }
    .feed-item .contact-list .external-msg {
      color: #999999;
      font-size: 14px; }
  .feed-item .authors {
    font-size: 14px;
    margin-top: 13px;
    color: #00306E; }
  .feed-item .tag {
    margin: 5px 8px 0 0;
    border-radius: 2px;
    padding: 3px 4px;
    font-size: 14px;
    display: block;
    float: left;
    word-break: break-all;
    line-height: 15px;
    color: #fff; }
    .feed-item .tag.tag-IND {
      background: #7FB4C1; }
    .feed-item .tag.tag-FUN {
      background: #9FAFC3; }
  .feed-item .category {
    font-weight: bold; }
    .feed-item .category i {
      font-style: normal;
      font-weight: normal; }
  .feed-item .description {
    font-size: 16px;
    max-width: 500px; }
    .feed-item .description a {
      color: #00ADEF;
      text-decoration: none; }
  .feed-item .share-link {
    font-size: 14px;
    font-weight: bold; }
    .feed-item .share-link a {
      text-decoration: none; }
    .feed-item .share-link .fi {
      vertical-align: middle;
      margin-left: 8px; }
  .feed-item .tags-wrap {
    padding: 0 16px 32px 16px; }
    .feed-item .tags-wrap p {
      color: #999999;
      font-size: 12px;
      margin-bottom: 12px;
      font-weight: bold; }
  .feed-item .tags-display-flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 15px !important; }
  .feed-item .tags-label {
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
    min-width: 80px;
    padding-top: 5px; }
  .feed-item.is-expanded .show-more {
    color: #999999; }
    .feed-item.is-expanded .show-more .fi {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-top: -2px; }
  .feed-item.is-expanded .meta-wrap {
    -webkit-transition: max-height 0.25s linear;
    -o-transition: max-height 0.25s linear;
    transition: max-height 0.25s linear;
    max-height: 1000px; }
  .feed-item .actions {
    text-align: right;
    padding: 12px 12px 12px 16px;
    border-top: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .feed-item .actions .btn-share-wrap .btn {
      padding: 8px 16px; }
      @media screen and (max-width: 479px) {
        .feed-item .actions .btn-share-wrap .btn {
          padding: 8px 12px; } }
    .feed-item .actions .actions__right-hand-section {
      display: flex;
      align-items: center; }
    .feed-item .actions .social-share-group {
      margin-right: 15px; }
      @media screen and (max-width: 479px) {
        .feed-item .actions .social-share-group .social-share-button {
          margin-left: 3px;
          padding-left: 3px;
          padding-right: 3px; } }
  .feed-item .explicit-url {
    font-size: 14px;
    color: #a9a9a9;
    word-break: break-word; }
    .feed-item .explicit-url:hover {
      text-decoration: none; }

.article-label {
  color: #fff;
  padding: 4px 12px 2px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 12px;
  margin-bottom: 0;
  vertical-align: 1px;
  height: 24px;
  min-width: 46px;
  border-radius: 12px;
  display: inline-block; }
  .article-label .fi {
    margin-left: 6px; }
  .article-label.article-label--featured {
    background: #999999; }
  .article-label.article-label--new {
    background: #13AD00; }
  .article-label.article-label--practice-promoted {
    background: #E5546C;
    margin-bottom: 16px; }
  .article-label.article-label--trending {
    background: #F40042; }
    .article-label.article-label--trending .fi {
      font-size: 0.9em;
      margin-right: -2px; }

.article-rank {
  font-weight: bold;
  font-size: 19px;
  color: #F40042;
  margin-right: 8px;
  vertical-align: -2px; }

.feed-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0); }

@media screen and (min-width: 768px) {
  .feed-item .fi-content {
    flex-direction: row; }
  .feed-item .fi-image > div {
    width: 250px;
    height: 100%;
    padding: initial; } }

@media screen and (min-width: 768px) {
  .feed-list {
    padding: 0; }
  .contact-list .c-media {
    max-width: 50%; } }

.results-found {
  margin: 0;
  height: 45px;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  border-bottom: solid 1px #e5e5e5;
  color: #405F88;
  background: #fff; }

.search-article-menu {
  padding: 5px 16px 0 16px;
  height: 100%;
  background: #fff; }

.search-article-menu--updated {
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
  min-height: 100px;
  margin-bottom: 16px; }
  .search-article-menu--updated .results-found {
    line-height: 1;
    height: auto;
    padding: 24px 0;
    color: #333333; }

.article-search-results .results-found {
  padding-left: 16px;
  margin-top: -16px;
  margin-bottom: 16px; }

@media screen and (max-width: 768px) {
  .article-search-results .results-found {
    margin-left: -12px;
    margin-right: -12px; } }

.article-search-list .feed-item .content-loader-wrap {
  position: relative; }

.article-search-list .feed-item .triple-dot-loader {
  font-size: 12px; }

@media screen and (max-height: 450px) {
  .feed-page .no-article-search-result {
    padding-top: 10px; } }

@media screen and (max-width: 400px) {
  .feed-page .no-article-search-result {
    padding-top: 100px; } }

.promotion-banner {
  margin-top: 13px;
  z-index: 0;
  height: 36px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  background: #1EC1B0; }
  .promotion-banner:after {
    left: 508px;
    border: solid transparent;
    content: " ";
    bottom: 59px;
    position: relative;
    pointer-events: none;
    border-bottom-color: #1EC1B0;
    border-width: 13px;
    margin-left: -13px; }

.banner-message {
  padding-top: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  color: #FFFF;
  display: flex;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px; }

.send-icon {
  margin-right: 8px; }

.settings-menu-wrapper {
  padding: 0 12px; }

.settings-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .settings-menu ul a .check-icon {
    visibility: hidden; }
  .settings-menu ul li a {
    padding: 20px 16px;
    position: relative;
    text-decoration: none;
    color: #0065BD; }
    .settings-menu ul li a.active {
      background: #f8f8f8; }
      .settings-menu ul li a.active .check-icon {
        visibility: visible; }
    .settings-menu ul li a.displaying-partners-dropdown {
      background: #fff; }
  .settings-menu ul ul {
    max-height: 185px;
    overflow: auto; }
    .settings-menu ul ul li a {
      color: #333333;
      padding-left: 50px; }
      .settings-menu ul ul li a.active {
        background: #f8f8f8;
        color: #0065BD; }
  .settings-menu ul .menu-icon {
    margin-right: 8px; }
  .settings-menu ul span, .settings-menu ul .fi {
    vertical-align: middle; }
  .settings-menu ul span {
    font-weight: bold; }
  .settings-menu ul .nav-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 16px; }

@media screen and (min-width: 769px) {
  .settings-menu-wrapper {
    padding: 0; } }

.user-info {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px; }
  .user-info .icon-wrap {
    height: 32px;
    background: #b5b5b5;
    display: inline-block;
    border-radius: 100%; }
  .user-info .media-left {
    padding-right: 16px; }
  .user-info .fi {
    color: #d8d8d8;
    font-size: 27px; }
  .user-info .media-body {
    vertical-align: middle; }
    .user-info .media-body p {
      margin-bottom: 0; }

.preference-item {
  position: relative;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .preference-item .fi {
    font-size: 22px;
    color: #d1d1d1; }
  .preference-item.selected {
    background: #f8f8f8; }
    .preference-item.selected .fi {
      color: #0065BD; }
  .preference-item.card, .preference-item.timeline-item, .preference-item.sub-page-desktop-menu, .action-modal .preference-item.copy, .feed-item .preference-item.fi-body, .feed-item .preference-item.contact-list, .preference-item.search-article-menu--updated, .settings-menu ul li a.preference-item, .preference-item.user-info {
    padding: 20px 16px; }
  .preference-item .tag-name {
    font-weight: bold;
    color: #333;
    padding-right: 35px;
    padding-left: 47px; }

.practice-pref-wrap {
  margin: 16px 0;
  background: #fff; }
  .practice-pref-wrap .practice-pref-search {
    padding: 20px 16px; }
    .practice-pref-wrap .practice-pref-search .details {
      color: #333;
      font-size: 14px; }
  .practice-pref-wrap .pp-list {
    padding-bottom: 16px; }
    .practice-pref-wrap .pp-list .content-wrap {
      position: relative; }
    .practice-pref-wrap .pp-list .tag-category-wrap {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      vertical-align: middle; }
    .practice-pref-wrap .pp-list .tag-category-pill {
      border-radius: 2px;
      margin-right: 13px; }
      .practice-pref-wrap .pp-list .tag-category-pill .tag-category {
        padding: 2px 6px;
        font-size: 14px;
        font-weight: bold;
        color: #fff; }
    .practice-pref-wrap .pp-list .ind {
      background: #7FB4C1; }
    .practice-pref-wrap .pp-list .fun {
      background: #9FAFC3; }
    .practice-pref-wrap .pp-list .tag-name-wrap {
      padding-left: 50px;
      vertical-align: middle; }
    .practice-pref-wrap .pp-list .tag-name span {
      color: #333;
      background: #F7E102; }
    .practice-pref-wrap .pp-list .pp-item {
      background: #fff;
      cursor: pointer; }
      .practice-pref-wrap .pp-list .pp-item.selected {
        background: #f8f8f8; }
        .practice-pref-wrap .pp-list .pp-item.selected .fi {
          color: #0065BD; }
      .practice-pref-wrap .pp-list .pp-item.card, .practice-pref-wrap .pp-list .pp-item.timeline-item, .practice-pref-wrap .pp-list .pp-item.sub-page-desktop-menu, .practice-pref-wrap .pp-list .action-modal .pp-item.copy, .action-modal .practice-pref-wrap .pp-list .pp-item.copy, .practice-pref-wrap .pp-list .feed-item .pp-item.fi-body, .feed-item .practice-pref-wrap .pp-list .pp-item.fi-body, .practice-pref-wrap .pp-list .feed-item .pp-item.contact-list, .feed-item .practice-pref-wrap .pp-list .pp-item.contact-list, .practice-pref-wrap .pp-list .pp-item.search-article-menu--updated, .practice-pref-wrap .pp-list .settings-menu ul li a.pp-item, .settings-menu ul li .practice-pref-wrap .pp-list a.pp-item, .practice-pref-wrap .pp-list .pp-item.user-info {
        padding: 20px 16px; }
  .practice-pref-wrap .no-pref {
    background: white;
    padding: 30px 0 30px;
    text-align: center;
    color: #CDCDCD; }
    .practice-pref-wrap .no-pref .fi {
      font-size: 40px; }
    .practice-pref-wrap .no-pref p {
      max-width: 280px;
      margin: 20px auto; }
  .practice-pref-wrap .btn-show {
    font-size: 16px;
    color: #1C6CBA;
    background-color: #fff;
    border-color: #fff;
    outline: 0; }
    .practice-pref-wrap .btn-show:hover, .practice-pref-wrap .btn-show:focus, .practice-pref-wrap .btn-show:active, .practice-pref-wrap .btn-show:active:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

@media screen and (min-width: 768px) {
  .practice-pref-wrap {
    margin: 16px auto 16px auto; }
    .practice-pref-wrap .pp-list .tag-name {
      max-width: none; } }

.email-templates-wrap {
  padding-bottom: 16px; }
  .email-templates-wrap .read-only {
    color: #999; }
  .email-templates-wrap .read-only-master-body {
    margin-top: 20px;
    min-height: 100px !important; }
  .email-templates-wrap .mail-body {
    min-height: 200px; }
  .email-templates-wrap .with-rte .toolbar-menu .dropdown-menu {
    border: 1px solid #333; }
  .email-templates-wrap .set-default-wrap {
    background: #fff; }
    .email-templates-wrap .set-default-wrap .btn-set-default {
      line-height: 1;
      float: right; }
    .email-templates-wrap .set-default-wrap .btn-default {
      line-height: 1;
      border-radius: 4px;
      padding: 6px 10px;
      background: #E5E5E5;
      border-color: #E5E5E5;
      float: right;
      cursor: default; }
    .email-templates-wrap .set-default-wrap .fi {
      font-size: 12px;
      font-weight: bold;
      padding-right: 8px; }
  .email-templates-wrap #btn-create-e2e {
    display: none; }
  .email-templates-wrap .template-dropdown-wrap {
    border-bottom: 1px solid transparent; }

.template-select-wrap {
  margin-bottom: 16px; }
  .template-select-wrap .select-wrap .media-left {
    vertical-align: middle;
    padding-right: 20px; }

.template-content-wrap {
  background-color: #FFFFFF; }

.create-template-modal .mail-subject-wrap, .create-template-modal .template-name, .create-template-modal .mail-body {
  background: #fff; }

.template-name .media-left {
  vertical-align: middle;
  padding-right: 16px; }

.template-name .media-body {
  padding: 0;
  vertical-align: middle; }

.template-name .media-right {
  vertical-align: middle; }

.template-name .label {
  vertical-align: middle; }

.template-name input {
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid transparent;
  padding: 19px 0; }
  .template-name input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD;
    opacity: 1;
    /* Firefox */ }
  .template-name input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BDBDBD; }
  .template-name input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BDBDBD; }

.template-name .master-template-name {
  color: #999;
  padding: 18px 0;
  margin-bottom: 0; }
  .template-name .master-template-name span {
    font-style: italic; }

.app-version {
  font-size: 14px;
  text-align: center;
  padding: 22px 16px;
  color: #808080; }

.blog-preferences-header {
  padding: 24px 16px;
  margin-bottom: 16px; }
  .blog-preferences-header .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 0; }
  .blog-preferences-header .description {
    margin-bottom: 0;
    line-height: 22px;
    margin-top: 8px; }

.blog-preferences {
  margin-bottom: 16px; }

.r-item {
  position: relative;
  padding-right: 50px;
  cursor: pointer; }
  .r-item.card, .r-item.timeline-item, .r-item.sub-page-desktop-menu, .action-modal .r-item.copy, .feed-item .r-item.fi-body, .feed-item .r-item.contact-list, .r-item.search-article-menu--updated, .settings-menu ul li a.r-item, .r-item.user-info {
    padding: 20px 16px; }
  .r-item .recipient-name {
    font-size: 18px;
    color: #0065BD;
    font-weight: bold;
    margin-bottom: 12px; }
  .r-item .activity-page-recipient-name {
    margin-bottom: 0px;
    color: #333333; }
  .r-item .info {
    color: #999999;
    font-size: 14px;
    margin-bottom: 13px; }
  .r-item .r-group-icon {
    margin-right: 8px; }
  .r-item .r-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -9px;
    font-size: 18px; }
  .r-item .r-nav-icon {
    color: #0065BD; }
  .r-item .r-check-icon {
    color: #D1D1D1; }
  .r-item.is-invalid {
    background-color: #F5F5F5;
    opacity: 0.4;
    cursor: default; }
  .r-item.is-selected {
    background: #f8f8f8; }
    .r-item.is-selected .r-check-icon {
      color: #0065BD; }
  .r-item.selectable .recipient-name {
    color: #333333; }

@media screen and (min-width: 768px) {
  .r-item .info {
    float: left;
    margin-bottom: 0;
    min-width: 120px; }
    .r-item .info:first-child {
      margin-right: 30px; } }

.icon-right_arrow_2-contacts {
  border: soild red 1px;
  color: #2251FF !important;
  height: 16.83px;
  width: 22px; }

.group-list a:hover, .group-list a:focus {
  text-decoration: none; }

.group-item .g-contacts {
  font-weight: bold;
  margin-bottom: 0; }

.no-groups {
  background: #fff;
  font-size: 16px; }
  .no-groups .msg-wrap {
    margin: 0 auto;
    text-align: center;
    max-width: 180px;
    color: #d1d1d1;
    line-height: 1.2; }
  .no-groups .fi {
    font-size: 28px; }
  .no-groups .msg {
    margin-top: 15px;
    margin-bottom: 0; }

.contact-item-new .c-details {
  padding-right: 30px; }
  .contact-item-new .c-details span > span {
    font-weight: bold; }

.contact-item-new .info {
  word-wrap: break-word; }
  .contact-item-new .info:last-child {
    margin-bottom: 0; }

.contact-item-new .c-reason {
  display: block;
  font-size: 14px;
  color: #DD0000;
  margin-bottom: 14px; }
  .contact-item-new .c-reason.reason-email {
    margin-bottom: 0; }

.contact-item-new .info-wrap {
  padding-right: 30px; }

.contact-item-new .info-wrap + .reason-email {
  margin-top: 14px; }

@media screen and (min-width: 768px) {
  .contact-item-new .c-details {
    width: 250px; }
  .contact-item-new .c-email {
    min-width: 300px; }
  .modal .contact-item-new .c-email {
    min-width: initial; } }

.group-info {
  position: relative; }
  .group-info .r-item {
    padding-right: 70px;
    cursor: initial; }
  .group-info .card, .group-info .timeline-item, .group-info .sub-page-desktop-menu, .group-info .action-modal .copy, .action-modal .group-info .copy, .group-info .feed-item .fi-body, .feed-item .group-info .fi-body, .group-info .feed-item .contact-list, .feed-item .group-info .contact-list, .group-info .search-article-menu--updated, .group-info .settings-menu ul li a, .settings-menu ul li .group-info a, .group-info .user-info {
    margin-bottom: 16px; }
  .group-info .recipient-name {
    color: #333; }
  .group-info .g-contacts {
    margin-bottom: 0; }
  .group-info .btn-edit {
    position: absolute;
    margin: 16px;
    right: 0;
    top: 0; }
  .group-info .last-updated {
    margin-bottom: 16px;
    color: #999999;
    font-size: 14px;
    text-align: center; }

.create-group-modal .modal-body {
  padding-bottom: 0; }
  .create-group-modal .modal-body .search-result {
    display: none; }
  .create-group-modal .modal-body.search-mode .c-directory-wrap, .create-group-modal .modal-body.search-mode .selected-contacts-list {
    display: none; }
  .create-group-modal .modal-body.search-mode .search-result {
    display: block; }

.create-group-modal .input-wrap {
  padding: 15px 9px;
  background: #fff;
  position: relative; }
  .create-group-modal .input-wrap input {
    width: 100%;
    display: block;
    outline: none;
    padding-top: 22px;
    border: 1px solid transparent;
    padding-bottom: 7px;
    padding-left: 6px;
    padding-right: 90px; }
  .create-group-modal .input-wrap label {
    font-size: 10px;
    color: #999;
    font-weight: normal;
    display: block;
    margin-bottom: 0;
    position: absolute;
    left: 16px;
    top: 23px; }
  .create-group-modal .input-wrap p {
    margin: 20px 0 5px 6px;
    font-size: 14px;
    color: #DD0000; }
  .create-group-modal .input-wrap.has-error input {
    border-color: #DD0000; }
  .create-group-modal .input-wrap .btn-delete {
    position: absolute;
    right: 16px;
    top: 21px; }

.create-group-modal .c-search-wrap {
  background: #fff; }
  .create-group-modal .c-search-wrap .details {
    color: #333;
    font-size: 14px; }

.create-group-modal .load-more-wrap {
  margin-bottom: 13px;
  margin-top: 13px; }

.confirm-delete-modal {
  margin-top: 45px; }
  .confirm-delete-modal .modal-body p {
    margin-bottom: 20px;
    line-height: 1.2; }

@media screen and (min-width: 769px) {
  .confirm-delete-modal {
    margin-top: 90px; } }

.groups-page .create-btn-mobile {
  font-size: 20px;
  border-radius: 200px;
  padding: 15px;
  line-height: 0;
  position: fixed;
  bottom: 10px;
  right: 12px;
  z-index: 20;
  vertical-align: top;
  border: 0;
  outline: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }

.groups-page .create-btn-desktop {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 10px 24px; }
  .groups-page .create-btn-desktop .fi {
    position: initial;
    font-size: inherit;
    padding: 0 0 0 8px;
    vertical-align: middle; }

@media screen and (min-width: 992px) {
  .groups-page .create-btn-mobile {
    display: none; }
  .groups-page .create-btn-desktop {
    display: block; } }

.groups-menu .tab {
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  word-wrap: break-word;
  padding-right: 45px;
  position: relative;
  display: block; }
  .groups-menu .tab:hover {
    text-decoration: none; }
  .groups-menu .tab .fi {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -8px;
    display: none; }
  .groups-menu .tab.selected {
    background: #f8f8f8;
    color: #0065BD; }
    .groups-menu .tab.selected .fi {
      float: right;
      display: block; }

.partner-conflict-modal .btn {
  float: right;
  margin-bottom: 10px;
  padding: 10px 20px; }

.partner-conflict-modal .modal-content {
  width: 100%; }

.partner-conflict-modal .modal-header {
  font-weight: bold; }

.ka-grouped-contacts {
  margin-bottom: 4px; }

.activity-mobile-menu {
  padding: 11px 12px;
  text-align: center;
  background: #FFFFFF;
  border-bottom: 1px solid #e5e5e5;
  display: flex; }
  .activity-mobile-menu a {
    flex-basis: 100%;
    font-size: 12px;
    padding: 5px 0;
    border: 1px solid #0065BD;
    color: #0065BD;
    text-decoration: none; }
    .activity-mobile-menu a.active {
      color: #FFFFFF;
      background: #0065BD; }
    .activity-mobile-menu a:first-child {
      border-radius: 4px 0 0 4px; }
    .activity-mobile-menu a:last-child {
      border-radius: 0 4px 4px 0; }
    .activity-mobile-menu a:not(:first-child):not(:last-child) {
      border-left: 0;
      border-right: 0; }

@media screen and (min-width: 992px) {
  .activity-mobile-menu {
    display: none; } }

.promotions-aggregate p {
  font-size: 14px; }
  .promotions-aggregate p .fi {
    margin-right: 8px;
    vertical-align: middle;
    display: inline-block;
    min-width: 20px;
    text-align: center; }
    .promotions-aggregate p .fi.icon-megaphone_icon {
      font-size: 1.1em; }
  .promotions-aggregate p .fi.icon-megaphone_icon {
    margin-right: 15px; }
  .promotions-aggregate p:last-child {
    margin-bottom: 0; }

.promotions-aggregate.light p {
  color: #363636; }
  .promotions-aggregate.light p .fi {
    color: #a9a9a9; }

.promotions-list-error-wrap {
  height: 300px; }

.promotion {
  padding-bottom: 0; }
  .promotion .date {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #8E8E8E; }
  .promotion .article-title {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    text-decoration: none;
    max-width: 400px; }
  .promotion .promotions-aggregate {
    margin-top: 16px;
    margin-bottom: 16px; }
  .promotion .copy-link-sub-card {
    margin-left: -16px;
    margin-right: -16px;
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    font-size: 14px;
    font-family: McKinsey Sans, Arial, sans-serif; }
    .promotion .copy-link-sub-card .promotion-copy-link-wrap {
      display: block; }
      .promotion .copy-link-sub-card .promotion-copy-link-wrap .btn-link {
        padding: 18px 16px;
        display: block;
        width: 100%;
        text-decoration: none; }
        .promotion .copy-link-sub-card .promotion-copy-link-wrap .btn-link > span {
          display: flex;
          justify-content: flex-start;
          font-size: 14px; }
        .promotion .copy-link-sub-card .promotion-copy-link-wrap .btn-link .fi {
          margin-left: 0;
          margin-right: 8px;
          margin-top: 2px; }
        .promotion .copy-link-sub-card .promotion-copy-link-wrap .btn-link:hover .fi {
          text-decoration: none;
          outline: none; }
    .promotion .copy-link-sub-card .row:after {
      content: "";
      display: table;
      clear: both;
      width: 100%; }
    .promotion .copy-link-sub-card .row-layout-links {
      display: inline-block; }
    .promotion .copy-link-sub-card .col-addmanage {
      float: left;
      padding-right: 40px; }
    .promotion .copy-link-sub-card .col-compose {
      float: left;
      padding-right: 40px; }
    .promotion .copy-link-sub-card .col-article {
      float: left; }
  .promotion .promotion-header {
    display: flex;
    align-items: center; }
    .promotion .promotion-header :first-child {
      flex-grow: 1;
      vertical-align: middle; }
  .promotion .locked-by-msg {
    color: #DD0000;
    font-size: 14px;
    font-family: "McKinsey Sans Regular", Arial, sans-serif;
    color: #4A4A4A; }
  .promotion .promotion-edit-button {
    background: none;
    border: none; }
    .promotion .promotion-edit-button svg > g {
      fill: #2251FE; }
    .promotion .promotion-edit-button .promotion-edit-disabled g {
      fill: #7F7F7F; }
  .promotion .promotion-lock-toggle-button {
    background: none;
    border: none; }
    .promotion .promotion-lock-toggle-button .promotion-lock-icon g {
      fill: #E12E40; }
    .promotion .promotion-lock-toggle-button .promotion-unlock-icon g {
      fill: #2251FE; }
  .promotion .promotion-tooltip-wrap {
    position: relative; }
  .promotion .tooltip-promotion {
    background: #333; }
    .promotion .tooltip-promotion .tooltip-inner {
      background-color: #333;
      font-family: "McKinsey Sans Regular", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      padding: 4px 12px 0px 12px;
      text-align: left;
      vertical-align: bottom; }
  .promotion .tooltip-promotion.top.lock {
    margin-top: -50px !important;
    margin-left: -155px; }
    .promotion .tooltip-promotion.top.lock .tooltip-inner {
      max-width: 204px !important;
      min-width: 204px !important; }
  .promotion .tooltip-promotion.top.unlock {
    margin-top: -70px !important;
    margin-left: -190px; }
    .promotion .tooltip-promotion.top.unlock .tooltip-inner {
      max-width: 245px !important;
      min-width: 245px !important; }
  .promotion .tooltip-promotion.top .tooltip-arrow {
    top: 100%;
    left: 86%;
    margin-left: -10px;
    border-width: 10px 10px 0 !important; }
  .promotion .tooltip-promotion.bottom {
    margin-top: 50px;
    margin-left: -110px; }
    .promotion .tooltip-promotion.bottom .tooltip-arrow {
      top: -10px;
      left: 86%;
      margin-left: -10px;
      border-width: 0 10px 10px;
      border-bottom-color: #333; }
    .promotion .tooltip-promotion.bottom .tooltip-inner {
      max-width: 154px !important;
      min-width: 154px !important; }

.promotions-view .no-promotions-card {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px; }
  .promotions-view .no-promotions-card h4 {
    margin-bottom: 8px;
    font-size: 20px;
    max-width: initial; }
  .promotions-view .no-promotions-card p {
    margin-bottom: 32px; }
  .promotions-view .no-promotions-card img {
    margin-bottom: 30px; }

.promotions-view .card, .promotions-view .timeline-item, .promotions-view .sub-page-desktop-menu, .promotions-view .action-modal .copy, .action-modal .promotions-view .copy, .promotions-view .feed-item .fi-body, .feed-item .promotions-view .fi-body, .promotions-view .feed-item .contact-list, .feed-item .promotions-view .contact-list, .promotions-view .search-article-menu--updated, .promotions-view .settings-menu ul li a, .settings-menu ul li .promotions-view a, .promotions-view .user-info {
  margin-bottom: 20px; }

.promotions-view h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 400px; }

.promotions-view .promotions-aggregate-card h4 {
  margin-bottom: 20px; }

.promotions-view .card.promotions-list-header, .promotions-view .promotions-list-header.timeline-item, .promotions-view .promotions-list-header.sub-page-desktop-menu, .promotions-view .action-modal .promotions-list-header.copy, .action-modal .promotions-view .promotions-list-header.copy, .promotions-view .feed-item .promotions-list-header.fi-body, .feed-item .promotions-view .promotions-list-header.fi-body, .promotions-view .feed-item .promotions-list-header.contact-list, .feed-item .promotions-view .promotions-list-header.contact-list, .promotions-view .promotions-list-header.search-article-menu--updated, .promotions-view .settings-menu ul li a.promotions-list-header, .settings-menu ul li .promotions-view a.promotions-list-header, .promotions-view .promotions-list-header.user-info {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5; }

.promotions-view .rs-tab-wrap {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 37px;
  font-size: 14px; }
  .promotions-view .rs-tab-wrap .rs-tab {
    float: left;
    width: 20%;
    background: transparent;
    border-bottom: 3px solid transparent;
    color: black;
    font-weight: bold;
    cursor: pointer; }
    .promotions-view .rs-tab-wrap .rs-tab.active {
      border-bottom: 5px solid #0065BD;
      cursor: default;
      color: #0065BD; }

.app-tiles .tile__wrap {
  text-align: center;
  width: 100px;
  height: 100px; }

.app-tiles .tile {
  padding: 12px;
  background-color: #FFFFFF;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  color: #333333;
  box-sizing: border-box;
  cursor: pointer; }
  .app-tiles .tile:hover, .app-tiles .tile:active, .app-tiles .tile:focus {
    text-decoration: none; }
  .app-tiles .tile:active {
    color: white;
    background-color: #0065BD; }
    .app-tiles .tile:active .tile__image {
      display: none; }
    .app-tiles .tile:active .tile__image--active {
      display: inline-block; }

.app-tiles .tile__image {
  height: 30px;
  display: inline-block;
  margin-top: 11px; }

.app-tiles .tile__image--active {
  display: none; }

.app-tiles .tile__text {
  font-size: 12px;
  padding-top: 16px;
  margin-bottom: 0; }

.app-tiles .tile__status {
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 8px;
  display: none; }

.app-tiles .tile__wrap--disabled {
  pointer-events: none;
  cursor: default;
  opacity: .5; }
  .app-tiles .tile__wrap--disabled .tile {
    border: 1px solid #d7d7d7; }
  .app-tiles .tile__wrap--disabled .tile__status {
    display: block; }

.contact-us-container {
  display: flex; }

.contact-us {
  flex: 1;
  font-size: 14px;
  text-align: center; }
  .contact-us p {
    font-weight: bold;
    margin-bottom: 12px; }
  .contact-us .btn .fi {
    margin-right: 8px;
    vertical-align: middle; }

.helper-docs {
  flex: 1;
  font-size: 14px;
  text-align: center; }
  .helper-docs p {
    font-weight: bold;
    margin-bottom: 12px; }
  .helper-docs .btn .fi {
    margin-right: 8px;
    vertical-align: middle; }

.more-popover {
  position: fixed;
  top: 45px;
  right: 24px;
  width: 321px;
  height: 330px;
  padding: 16px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
  color: black;
  background: #f1f1f1;
  z-index: 1040; }
  .more-popover:after {
    bottom: 100%;
    right: 34px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-bottom-color: #f1f1f1;
    border-width: 8px;
    margin-left: -8px; }

.social-share-button {
  padding: 5px;
  margin-left: 5px;
  color: #b3b3b3;
  font-size: 28px; }
  .social-share-button:first-child {
    margin-left: -5px; }
  .social-share-button:last-child {
    margin-right: -5px; }
  .social-share-button i {
    vertical-align: -2px;
    margin-left: -1px; }

.social-share-button:focus {
  color: #b3b3b3;
  text-decoration: none; }

.social-share-button:hover,
.social-share-button:active {
  text-decoration: none;
  color: #333333; }

.promotion-page .main-container--centered {
  padding-top: 30px;
  max-width: 820px; }

.event-promotion-creation-form .form-field {
  line-height: 22.4px; }
  .event-promotion-creation-form .form-field .character-limit-class, .event-promotion-creation-form .form-field .character-limit-exceede-class {
    position: absolute;
    color: #808080; }
  .event-promotion-creation-form .form-field .character-limit-exceede-class {
    color: #DD0000 !important; }
  .event-promotion-creation-form .form-field .character-limit-warning-text {
    color: #DD0000;
    padding-top: 8px;
    line-height: 16px;
    font-size: 14px; }

.promotion-creation-form .form-fragment {
  padding-bottom: 0; }

.promotion-creation-form .form-field label {
  font-size: 16px; }

.promotion-creation-form .promotion-creation-form__actions {
  text-align: right;
  margin-bottom: 16px; }

.promotion-creation-form .void {
  max-height: 500px; }

.promotion-creation-form__article-link-box {
  position: relative; }
  .promotion-creation-form__article-link-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%); }
  .promotion-creation-form__article-link-box input {
    color: #0065BD; }
  .promotion-creation-form__article-link-box .loader-sm {
    left: auto !important;
    right: 10px;
    opacity: 1;
    z-index: 999; }

.form-fragment {
  margin-bottom: 16px;
  padding: 25px 65px 28px 25px !important; }

.event-form-fragment {
  padding-right: 40px !important; }

.form-b {
  margin-bottom: 0px !important; }

.form-fragment__title {
  font-size: 26px;
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 25px; }

.form-fragment__subtitle {
  color: #333333;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 24px; }

.form-fragment__asterisk_after:after {
  content: "*"; }

.form-fragment__asterisk_before:before {
  content: "*"; }

.form-fragment__margin {
  margin-bottom: 32px; }

.form-fragment__required {
  color: #333333;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px; }

.form-fragment__fields .form-field-wrap {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px; }

.promotion-template-editor .form-field {
  align-items: flex-start;
  padding-top: 21px;
  padding-bottom: 20px; }

.promotion-template-editor .sender-name-placeholder {
  background: #333;
  padding: 3px 8px;
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 12px; }

.form-navigation-button {
  padding: 14px 50px; }
  .form-navigation-button > span {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center; }
    .form-navigation-button > span i.fi {
      margin-left: 8px; }

.form-navigation-button--loading {
  pointer-events: none; }

.promotion-summary .link-box__title {
  font-weight: bold; }

.promotion-summary .link-box {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 16px;
  background: #F2F7FB;
  border: 1px solid #0065BD;
  color: #0065BD;
  position: relative; }
  .promotion-summary .link-box .input-box {
    flex-grow: 1;
    position: relative; }
    .promotion-summary .link-box .input-box:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #F2F7FB 100%); }
    .promotion-summary .link-box .input-box input {
      width: 100%; }
  .promotion-summary .link-box .tooltip {
    left: 68%; }
  .promotion-summary .link-box .fi {
    text-align: right;
    padding: 16px;
    margin: -16px -16px -16px 0; }

.promotion-summary .form-fragment:first-of-type {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5; }

.promotion-summary__actions {
  margin-top: 32px;
  text-align: center; }
  .promotion-summary__actions .btn {
    margin: 0 4px;
    min-width: 280px;
    text-align: center; }

.promotion-summary__instructions {
  margin-top: 15px;
  display: flex; }
  .promotion-summary__instructions .thumbnail {
    margin-left: 16px;
    margin-right: 0px;
    flex-basis: 100%; }
    .promotion-summary__instructions .thumbnail img {
      width: 100%; }
    .promotion-summary__instructions .thumbnail h5 {
      margin-top: 16px;
      font-weight: bold;
      margin-bottom: 6px; }
    .promotion-summary__instructions .thumbnail p {
      font-size: 14px;
      margin-bottom: 0;
      color: #4a4a4a; }

.practice-select-box {
  cursor: pointer; }

.promotion-creation-button {
  min-width: 333px; }

.event-promotion-generation-button {
  margin-top: 16px; }

.promotion-link {
  position: relative;
  display: inline-block;
  width: 33%; }

.right {
  text-align: right; }

.addmore {
  font-size: 14px;
  color: #195fa4;
  padding-top: 14px; }

.row-layout:after {
  content: "";
  display: table;
  clear: both;
  width: 100%; }

.links {
  margin-left: 20px;
  margin-right: 20px; }

.event-promotion-links {
  margin-right: 0; }

.column-two-1 {
  float: left;
  width: 70%; }

.column-two-2 {
  float: left;
  width: 30%; }

.link-font, .column-addmanage-link, .column-article, .column-compose {
  font-size: 16px;
  color: #0265bd; }

.column-addmanage-link {
  float: left;
  padding-right: 72px; }

.column-article {
  float: left; }

.column-compose {
  float: left;
  padding-right: 65px; }

.event-promotion-column-compose {
  float: right;
  padding-right: 0px; }

.subtitle-font, .promotion_subtitle, .promotion_second_subtitle {
  color: #333333 !important;
  font-size: 16px !important; }

.promotion_subtitle {
  padding-bottom: 12px;
  line-height: 24px;
  margin: 0 0 0; }

.promotion_second_subtitle {
  padding-bottom: 32px;
  margin: 0 0 0; }

.promotion_title {
  color: #000000;
  font-size: 18px;
  padding-bottom: 12px;
  margin: 0 0 0; }

.promotion_heading {
  font-size: 26px;
  color: #000000;
  word-break: break-word;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 12px; }

.promotion {
  display: block;
  background: #ffffff; }

.promotion_content {
  margin-bottom: 2px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 35.5px; }

a:hover {
  text-decoration: none; }

.icon-group {
  padding-right: 6px; }

.icon-add {
  padding-right: 6px; }

.icon-copy_icon {
  padding-left: 6px; }

.promo-navbar {
  background: #ffffff; }
  .promo-navbar .promo-navbar-content {
    position: relative;
    z-index: 1; }
  .promo-navbar .promo-nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .promo-navbar .promo-nav .navbar-nav1 {
    font-size: 14px;
    position: relative;
    z-index: 2; }
  .promo-navbar .navbar-nav1 > li.active > a {
    border-color: #0065bd;
    color: #0265bd; }
  .promo-navbar .navbar-nav1 > li > a {
    font-size: 16px;
    color: #333333;
    padding-bottom: 24px;
    border-bottom: 4px solid transparent;
    text-decoration: none; }
  .promo-navbar .navbar-nav1 > li {
    float: left;
    padding: 12px 0px 24px 0px;
    border-bottom: 1px solid transparent;
    border-color: #CCCCCC; }
  .promo-navbar .navbar-nav1 > li:first-child {
    padding-right: 20px; }
  .promo-navbar .promo-nav > li {
    position: relative;
    display: block; }
  .promo-navbar .promo-navbar-content > ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px; }

.tab-container {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px; }

.help-container {
  margin-left: 36px;
  margin-right: 15px; }

.event-help-container {
  margin-left: 0;
  margin-right: 0; }

.ins-title {
  font-size: 18px !important;
  line-height: 28px;
  letter-spacing: normal;
  color: #333333;
  margin: 0 0 0;
  width: 180px;
  cursor: pointer; }

.fi {
  padding-right: 6px !important; }

.help-img {
  padding: 10px !important; }

.step-content {
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #333333 !important; }

.promotion-visibility-toggle {
  display: inline-flex;
  align-items: center;
  background: #F8F8F8;
  width: 100%;
  height: 58px;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 25px; }
  .promotion-visibility-toggle > span {
    color: #346BA6;
    line-height: 24px; }
  .promotion-visibility-toggle .promotion-tooltip-wrap {
    margin-left: 6px;
    padding-top: 4px; }
    .promotion-visibility-toggle .promotion-tooltip-wrap > div {
      margin-left: 24px;
      margin-top: -25px;
      width: max-content; }
      .promotion-visibility-toggle .promotion-tooltip-wrap > div .tooltip-inner {
        padding: 4px 5px 6px;
        line-height: 20px; }
      .promotion-visibility-toggle .promotion-tooltip-wrap > div .tooltip-arrow {
        left: -5px;
        margin-top: -10px;
        border-width: 10px 10px 10px 0px; }
  .promotion-visibility-toggle .promotion-visibility-toggle-slider {
    width: 40px;
    height: 20px;
    margin-left: 13px; }

.from-promotion-creation-page {
  margin-bottom: 16px !important; }

.edit-promotion-modal .modal-body {
  padding-top: 16px;
  padding-bottom: 16px; }

.edit-promotion-modal .promotion-template-editor .form-field-wrap:first-of-type .form-field {
  border-top: none; }

.edit-promotion-modal .promotion-template-editor .form-field-wrap:first-of-type .toolbar-menu {
  top: -38px; }

.edit-promotion-modal .modal-submit {
  min-width: 141px; }

.promotion-currently-being-edited .modal-content {
  text-align: center;
  width: 548px;
  padding-bottom: 12px; }

.promotion-currently-being-edited .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: 100%; }

.promotion-currently-being-edited .modal-body {
  padding-top: 16px;
  padding-bottom: 16px; }
  .promotion-currently-being-edited .modal-body .info-text {
    width: 508px;
    height: 56px;
    font-family: McKinsey Sans Lite, Arial, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #333333;
    text-align: center;
    border-style: none;
    margin-bottom: 25px; }

.promotion-currently-being-edited .modal-close-btn {
  width: 194px;
  height: 52px;
  background-color: #0265BD;
  font-family: McKinsey Sans Regular, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  color: #FFFFFF;
  text-align: center;
  border-style: none; }

.button-container {
  display: inline-block;
  width: 100%; }
  .button-container .col-1 {
    float: left;
    margin: 11px 10px; }
  .button-container .col-2 {
    float: right; }

.warning-img {
  height: 27.96px;
  width: 32px; }

.show-manage-collaborators-modal {
  overflow: auto; }
  .show-manage-collaborators-modal .mail-subject-wrap, .show-manage-collaborators-modal .template-name, .show-manage-collaborators-modal .mail-body {
    background: #fff; }
  .show-manage-collaborators-modal .modal {
    left: 346px;
    right: 336px; }
  .show-manage-collaborators-modal .modal-dialog {
    margin-top: 196px;
    width: 770px; }
    .show-manage-collaborators-modal .modal-dialog .modal-content {
      min-height: 455px;
      margin-bottom: 349px; }
      .show-manage-collaborators-modal .modal-dialog .modal-content .modal-header {
        box-shadow: none;
        border-bottom: none; }
        .show-manage-collaborators-modal .modal-dialog .modal-content .modal-header .fi {
          padding: 0px;
          font-size: 11px;
          color: #333;
          font-weight: bold;
          cursor: pointer;
          position: absolute;
          right: 22px;
          top: 26px; }
        .show-manage-collaborators-modal .modal-dialog .modal-content .modal-header .title {
          text-align: left;
          padding: 0px;
          font-size: 24px;
          margin-top: 20px;
          margin-left: 20px;
          line-height: 28px;
          font-weight: bold; }
      .show-manage-collaborators-modal .modal-dialog .modal-content .collaborator-results {
        margin: 20px; }
      .show-manage-collaborators-modal .modal-dialog .modal-content .btn-save {
        margin-right: 20px;
        margin-bottom: 40px;
        margin-top: 40px;
        margin-left: 556px;
        width: 194px;
        height: 52px;
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 0; }
        .show-manage-collaborators-modal .modal-dialog .modal-content .btn-save label {
          font-size: 16px;
          height: 24px;
          width: 34px;
          text-align: center;
          font-family: McKinsey Sans, Arial, sans-serif;
          font-weight: normal; }

.promotion-collaborators {
  padding: 30px 0 0 6px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  border-bottom-color: #e5e5e5;
  overflow: visible;
  position: relative; }
  .promotion-collaborators .media-body {
    overflow: visible;
    position: relative; }
  .promotion-collaborators .label {
    padding-top: 11px;
    vertical-align: top; }
  .promotion-collaborators .btn-add-recipients {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    padding: 10px 0 2px 5px; }
    .promotion-collaborators .btn-add-recipients .fi {
      font-size: 12px;
      color: #1C6CBA;
      padding-right: 4px; }
    .promotion-collaborators .btn-add-recipients span {
      font-size: 12px;
      color: #1C6CBA;
      margin-top: -4px; }
    @media screen and (min-width: 992px) {
      .promotion-collaborators .btn-add-recipients {
        display: none; } }
  .promotion-collaborators .Select-value-label.not-clickable:hover, .promotion-collaborators .Select-value-label.not-clickable:focus {
    text-decoration: none;
    cursor: default; }
  .promotion-collaborators .Select-multi-value-wrapper {
    margin-bottom: 5px !important; }
  .promotion-collaborators .input-control-err {
    border-bottom: none;
    font-size: 16px;
    margin: 0 0 0 5px;
    padding: 14px 0 8px 0; }
  .promotion-collaborators .Select-menu-outer {
    border-color: #e5e5e5;
    max-height: none;
    width: 680px;
    left: -6px;
    border: 1px solid #979797; }
  .promotion-collaborators .Select-menu {
    padding: 14px 12px;
    max-height: none; }
  .promotion-collaborators .Select-placeholder {
    padding-left: 6px; }
  .promotion-collaborators .Select-input {
    margin-left: 6px; }
  .promotion-collaborators .item-wrapper-search-box {
    margin-bottom: 0;
    vertical-align: middle;
    width: fit-content;
    display: contents; }

@media screen and (min-width: 768px) {
  .promotion-collaborators .Select-menu-outer {
    border-width: 1px; } }

.collaborator-results {
  display: table; }
  .collaborator-results .result-header {
    display: table-row;
    font-size: 18px;
    line-height: 28px;
    color: #4A4A4A; }
  .collaborator-results .result-set {
    overflow-y: auto;
    height: 135px !important; }
  .collaborator-results .item-wrapper {
    display: inline-flex;
    padding-right: 8px; }
  .collaborator-results .item-wrapper-search-box {
    margin-bottom: 0;
    vertical-align: middle; }

.pill-tag-collaborators {
  margin-top: 8px;
  padding: 0 !important;
  max-height: 24px;
  min-width: fit-content;
  display: inline-flex;
  text-align: left;
  border-radius: 4px !important; }
  .pill-tag-collaborators .pill-tag__remove-icon {
    margin-left: 0;
    border-left: 0px !important;
    padding: 2px 8px 0px 8px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0px !important; }
    .pill-tag-collaborators .pill-tag__remove-icon .close-button {
      font-size: large;
      color: white;
      vertical-align: bottom; }
  .pill-tag-collaborators .pill-tag__label {
    padding-left: 8px !important;
    padding-top: 1px !important;
    padding-bottom: 3px !important;
    font-size: 14px !important;
    line-height: 20px !important; }

/*
This is the extracted copied part responsible for showing & hiding the submenu.
*/
.nav__menu-item:hover .nav__submenu {
  display: block; }

.nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

.nav a {
  display: block;
  padding: 0 16px;
  line-height: inherit;
  cursor: pointer;
  color: white; }

.nav__menu {
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase; }

.nav__menu-item {
  display: inline-block;
  position: relative; }
  .nav__menu-item:hover {
    background-color: #0065BD; }
    .nav__menu-item:hover .nav__submenu {
      display: block; }

.nav__submenu {
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width: 205px;
  left: -20px;
  background-color: #0065BD; }

.nav__submenu-item {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 5px; }
  .nav__submenu-item:hover {
    font-weight: bold; }
  .nav__submenu-item a {
    text-decoration: none !important; }
  .nav__submenu-item.active {
    font-weight: bold;
    text-decoration: underline !important; }

.event-desc-grow-wrap {
  display: grid;
  margin-top: 17px;
  max-height: 110px;
  overflow: hidden; }

.event-desc-grow-wrap::after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden; }

.event-desc-grow-wrap > textarea {
  resize: none;
  overflow-y: auto;
  max-height: 109px; }

.event-desc-grow-wrap > textarea,
.event-desc-grow-wrap::after {
  font: inherit;
  grid-area: 1 / 1 / 2 / 2;
  word-break: break-word; }

.event-date-calender::-webkit-calendar-picker-indicator {
  margin-left: -15px; }

.disabled-copy-link {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: grey; }

.event-dates {
  font-size: 14px; }

.event-create-page-summary-container {
  border-top: solid #e5e5e5 1px;
  padding-top: 25px; }
  .event-create-page-summary-container .event-create-page-summary-description {
    max-height: 110px;
    line-height: 22px;
    overflow-y: auto;
    margin-top: 8px; }
  .event-create-page-summary-container .event-create-page-summary-description::-webkit-scrollbar {
    width: 5px;
    background: #E6E6E6; }
  .event-create-page-summary-container .event-create-page-summary-description::-webkit-scrollbar-thumb {
    background: #767676;
    border-radius: 10px;
    max-height: 1px !important; }
  .event-create-page-summary-container .event-create-page-summary-description::-webkit-scrollbar-track-piece {
    display: none; }

.event-compose-email-page-summary, .event-compose-email-page-summary-preview {
  color: #424242;
  font-family: Arial;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 18px 32px 16px 18px;
  background-color: white;
  border-top: none; }
  .event-compose-email-page-summary a, .event-compose-email-page-summary-preview a {
    color: #346BA6; }

.event-compose-email-page-summary-preview {
  padding-left: 0; }

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: inherit;
  height: inherit; }

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2251FE; }

input:focus + .slider {
  box-shadow: 0 0 1px #2251FE; }

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px); }

/* Rounded sliders */
.slider.round {
  border-radius: 20px; }

.slider.round:before {
  border-radius: 50%; }

.promotion-warning-container {
  background-color: #fce7e6;
  font-size: 14px;
  line-height: 28px; }
  .promotion-warning-container .promotion-warning-inner-container {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding-bottom: 20px; }
    .promotion-warning-container .promotion-warning-inner-container .promotion-warning-first-line-text {
      color: #dd0000;
      padding-top: 25px;
      padding-bottom: 6px;
      display: flex;
      font-weight: normal; }
      .promotion-warning-container .promotion-warning-inner-container .promotion-warning-first-line-text span {
        padding-left: 5px; }
    .promotion-warning-container .promotion-warning-inner-container p {
      margin-bottom: 6px;
      line-height: 28px; }
      .promotion-warning-container .promotion-warning-inner-container p span {
        font-weight: bold; }
    .promotion-warning-container .promotion-warning-inner-container .modal-collaborators {
      line-height: 20px;
      font-size: 14px; }
    .promotion-warning-container .promotion-warning-inner-container .collab-accordion-toggle {
      color: #2a9fd8;
      cursor: pointer; }

.cxo-group-info-toggle {
  display: inline-flex;
  align-items: center; }
  .cxo-group-info-toggle > span {
    color: #346BA6;
    line-height: 24px; }
  .cxo-group-info-toggle .cxo-info-tooltip-wrap {
    margin-left: 12px;
    padding-top: 3px; }
    .cxo-group-info-toggle .cxo-info-tooltip-wrap > div {
      width: max-content; }
      .cxo-group-info-toggle .cxo-info-tooltip-wrap > div .tooltip-inner {
        padding: 4px 5px 6px;
        line-height: 20px;
        max-width: 400px; }
    .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom {
      margin-left: -52%; }
      .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-inner {
        max-width: 320px !important; }
      .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-arrow {
        left: 55.5%; }
  .cxo-group-info-toggle .tooltip-cxo-group.bottom {
    margin-left: -27px;
    margin-top: 22px; }
    .cxo-group-info-toggle .tooltip-cxo-group.bottom .tooltip-arrow {
      top: -5px;
      left: 7.2%;
      border-width: 0 10px 10px;
      border-bottom-color: #333; }
    .cxo-group-info-toggle .tooltip-cxo-group.bottom .tooltip-inner {
      max-width: 426px; }

.share-page .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom {
  margin-left: 0px;
  width: 100%;
  left: 0px; }

.share-page .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-arrow {
  margin-left: 200px !important;
  left: 0px !important; }

.share-page .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-inner {
  width: 100% !important;
  max-width: 90% !important;
  margin: 0px 10px !important; }

@media (max-device-width: 480px) {
  .cxo-info-tooltip-wrap > div {
    left: 10%; }
  .cxo-info-tooltip-wrap.recipient-selector > div.bottom {
    margin-left: -7% !important; }
    .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-arrow {
      left: 54% !important; }
    .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-inner {
      max-width: 355px !important; }
  .groups-page .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-arrow, .group-contacts-page .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-arrow {
    left: 138px !important; }
  .groups-page .tooltip-cxo-group, .group-contacts-page .tooltip-cxo-group {
    left: 0px !important;
    margin-left: 0px !important;
    width: 95% !important; }
    .groups-page .tooltip-cxo-group.bottom .tooltip-arrow, .group-contacts-page .tooltip-cxo-group.bottom .tooltip-arrow {
      left: 138px !important; }
  .share-page .cxo-info-tooltip-wrap.recipient-selector > div.bottom {
    margin-left: 0% !important; }
  .share-page .cxo-group-info-toggle .cxo-info-tooltip-wrap.recipient-selector > div.bottom .tooltip-arrow {
    left: 0px !important;
    margin-left: 200px !important; }
  .share-page .tooltip-cxo-group.bottom .tooltip-arrow {
    left: 200px !important; }
  .group-contacts-page .tooltip-cxo-group.bottom .tooltip-arrow {
    left: 138.5px !important; }
  .tooltip-cxo-group.bottom {
    margin-left: -30.5%;
    margin-top: 22px; }
    .tooltip-cxo-group.bottom .tooltip-arrow {
      left: 110px !important; }
    .tooltip-cxo-group.bottom .tooltip-inner {
      max-width: 308px !important; } }

.tooltip-inner {
  border-radius: 9px !important;
  text-align: -webkit-left; }

