/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/***
Spectrum Colorpicker v1.5.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
.react-date-picker {
  display: inline-flex;
  position: relative;
}

.react-date-picker,
.react-date-picker *,
.react-date-picker *:before,
.react-date-picker *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.react-date-picker--disabled {
  background-color: #f0f0f0;
  color: #6d6d6d;
}

.react-date-picker__wrapper {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  border: thin solid gray;
}

.react-date-picker__inputGroup {
  min-width: calc((4px * 3) + 0.54em * 8 + 0.217em * 2);
  flex-grow: 1;
  padding: 0 2px;
  box-sizing: content-box;
}

.react-date-picker__inputGroup__divider {
  padding: 1px 0;
  white-space: pre;
}

.react-date-picker__inputGroup__divider,
.react-date-picker__inputGroup__leadingZero {
  display: inline-block;
  font: inherit;
}

.react-date-picker__inputGroup__input {
  min-width: 0.54em;
  height: 100%;
  position: relative;
  padding: 0 1px;
  border: 0;
  background: none;
  color: currentColor;
  font: inherit;
  box-sizing: content-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.react-date-picker__inputGroup__input::-webkit-outer-spin-button,
.react-date-picker__inputGroup__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.react-date-picker__inputGroup__input:invalid {
  background: rgba(255, 0, 0, 0.1);
}

.react-date-picker__inputGroup__input--hasLeadingZero {
  margin-left: -0.54em;
  padding-left: calc(1px + 0.54em);
}

.react-date-picker__button {
  border: 0;
  background: transparent;
  padding: 4px 6px;
}

.react-date-picker__button:enabled {
  cursor: pointer;
}

.react-date-picker__button:enabled:hover .react-date-picker__button__icon,
.react-date-picker__button:enabled:focus .react-date-picker__button__icon {
  stroke: #0078d7;
}

.react-date-picker__button:disabled .react-date-picker__button__icon {
  stroke: #6d6d6d;
}

.react-date-picker__button svg {
  display: inherit;
}

.react-date-picker__calendar {
  width: 350px;
  max-width: 100vw;
  z-index: 1;
}

.react-date-picker__calendar--closed {
  display: none;
}

.react-date-picker__calendar .react-calendar {
  border-width: thin;
}

body {
  -webkit-font-smoothing: antialiased
;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #067cb0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #034866;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 100;
  line-height: 1.1;
  color: #00324d;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #067cb0;
}
a.text-primary:hover {
  color: #04597f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #067cb0;
}
a.bg-primary:hover {
  background-color: #04597f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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 #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
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;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
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;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 36px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #067cb0;
  border-color: #056b97;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #056089;
  border-color: #03415c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #067cb0;
  border-color: #056b97;
}
.btn-primary .badge {
  color: #067cb0;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #93c95f;
  border-color: #86c34c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #7ebf40;
  border-color: #689c35;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #93c95f;
  border-color: #86c34c;
}
.btn-success .badge {
  color: #93c95f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #067cb0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #034866;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/Users/danstanhope/Documents/SoftwareDevelopment/Speakerfile/public_profiles/speakers/fontglyphicons-halflings-regular.eot');
  src: url('/Users/danstanhope/Documents/SoftwareDevelopment/Speakerfile/public_profiles/speakers/fontglyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/Users/danstanhope/Documents/SoftwareDevelopment/Speakerfile/public_profiles/speakers/fontglyphicons-halflings-regular.woff') format('woff'), url('/Users/danstanhope/Documents/SoftwareDevelopment/Speakerfile/public_profiles/speakers/fontglyphicons-halflings-regular.ttf') format('truetype'), url('/Users/danstanhope/Documents/SoftwareDevelopment/Speakerfile/public_profiles/speakers/fontglyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "*";
}
.glyphicon-plus:before {
  content: "+";
}
.glyphicon-euro:before {
  content: "\20AC";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270F";
}
.glyphicon-glass:before {
  content: "\E001";
}
.glyphicon-music:before {
  content: "\E002";
}
.glyphicon-search:before {
  content: "\E003";
}
.glyphicon-heart:before {
  content: "\E005";
}
.glyphicon-star:before {
  content: "\E006";
}
.glyphicon-star-empty:before {
  content: "\E007";
}
.glyphicon-user:before {
  content: "\E008";
}
.glyphicon-film:before {
  content: "\E009";
}
.glyphicon-th-large:before {
  content: "\E010";
}
.glyphicon-th:before {
  content: "\E011";
}
.glyphicon-th-list:before {
  content: "\E012";
}
.glyphicon-ok:before {
  content: "\E013";
}
.glyphicon-remove:before {
  content: "\E014";
}
.glyphicon-zoom-in:before {
  content: "\E015";
}
.glyphicon-zoom-out:before {
  content: "\E016";
}
.glyphicon-off:before {
  content: "\E017";
}
.glyphicon-signal:before {
  content: "\E018";
}
.glyphicon-cog:before {
  content: "\E019";
}
.glyphicon-trash:before {
  content: "\E020";
}
.glyphicon-home:before {
  content: "\E021";
}
.glyphicon-file:before {
  content: "\E022";
}
.glyphicon-time:before {
  content: "\E023";
}
.glyphicon-road:before {
  content: "\E024";
}
.glyphicon-download-alt:before {
  content: "\E025";
}
.glyphicon-download:before {
  content: "\E026";
}
.glyphicon-upload:before {
  content: "\E027";
}
.glyphicon-inbox:before {
  content: "\E028";
}
.glyphicon-play-circle:before {
  content: "\E029";
}
.glyphicon-repeat:before {
  content: "\E030";
}
.glyphicon-refresh:before {
  content: "\E031";
}
.glyphicon-list-alt:before {
  content: "\E032";
}
.glyphicon-lock:before {
  content: "\E033";
}
.glyphicon-flag:before {
  content: "\E034";
}
.glyphicon-headphones:before {
  content: "\E035";
}
.glyphicon-volume-off:before {
  content: "\E036";
}
.glyphicon-volume-down:before {
  content: "\E037";
}
.glyphicon-volume-up:before {
  content: "\E038";
}
.glyphicon-qrcode:before {
  content: "\E039";
}
.glyphicon-barcode:before {
  content: "\E040";
}
.glyphicon-tag:before {
  content: "\E041";
}
.glyphicon-tags:before {
  content: "\E042";
}
.glyphicon-book:before {
  content: "\E043";
}
.glyphicon-bookmark:before {
  content: "\E044";
}
.glyphicon-print:before {
  content: "\E045";
}
.glyphicon-camera:before {
  content: "\E046";
}
.glyphicon-font:before {
  content: "\E047";
}
.glyphicon-bold:before {
  content: "\E048";
}
.glyphicon-italic:before {
  content: "\E049";
}
.glyphicon-text-height:before {
  content: "\E050";
}
.glyphicon-text-width:before {
  content: "\E051";
}
.glyphicon-align-left:before {
  content: "\E052";
}
.glyphicon-align-center:before {
  content: "\E053";
}
.glyphicon-align-right:before {
  content: "\E054";
}
.glyphicon-align-justify:before {
  content: "\E055";
}
.glyphicon-list:before {
  content: "\E056";
}
.glyphicon-indent-left:before {
  content: "\E057";
}
.glyphicon-indent-right:before {
  content: "\E058";
}
.glyphicon-facetime-video:before {
  content: "\E059";
}
.glyphicon-picture:before {
  content: "\E060";
}
.glyphicon-map-marker:before {
  content: "\E062";
}
.glyphicon-adjust:before {
  content: "\E063";
}
.glyphicon-tint:before {
  content: "\E064";
}
.glyphicon-edit:before {
  content: "\E065";
}
.glyphicon-share:before {
  content: "\E066";
}
.glyphicon-check:before {
  content: "\E067";
}
.glyphicon-move:before {
  content: "\E068";
}
.glyphicon-step-backward:before {
  content: "\E069";
}
.glyphicon-fast-backward:before {
  content: "\E070";
}
.glyphicon-backward:before {
  content: "\E071";
}
.glyphicon-play:before {
  content: "\E072";
}
.glyphicon-pause:before {
  content: "\E073";
}
.glyphicon-stop:before {
  content: "\E074";
}
.glyphicon-forward:before {
  content: "\E075";
}
.glyphicon-fast-forward:before {
  content: "\E076";
}
.glyphicon-step-forward:before {
  content: "\E077";
}
.glyphicon-eject:before {
  content: "\E078";
}
.glyphicon-chevron-left:before {
  content: "\E079";
}
.glyphicon-chevron-right:before {
  content: "\E080";
}
.glyphicon-plus-sign:before {
  content: "\E081";
}
.glyphicon-minus-sign:before {
  content: "\E082";
}
.glyphicon-remove-sign:before {
  content: "\E083";
}
.glyphicon-ok-sign:before {
  content: "\E084";
}
.glyphicon-question-sign:before {
  content: "\E085";
}
.glyphicon-info-sign:before {
  content: "\E086";
}
.glyphicon-screenshot:before {
  content: "\E087";
}
.glyphicon-remove-circle:before {
  content: "\E088";
}
.glyphicon-ok-circle:before {
  content: "\E089";
}
.glyphicon-ban-circle:before {
  content: "\E090";
}
.glyphicon-arrow-left:before {
  content: "\E091";
}
.glyphicon-arrow-right:before {
  content: "\E092";
}
.glyphicon-arrow-up:before {
  content: "\E093";
}
.glyphicon-arrow-down:before {
  content: "\E094";
}
.glyphicon-share-alt:before {
  content: "\E095";
}
.glyphicon-resize-full:before {
  content: "\E096";
}
.glyphicon-resize-small:before {
  content: "\E097";
}
.glyphicon-exclamation-sign:before {
  content: "\E101";
}
.glyphicon-gift:before {
  content: "\E102";
}
.glyphicon-leaf:before {
  content: "\E103";
}
.glyphicon-fire:before {
  content: "\E104";
}
.glyphicon-eye-open:before {
  content: "\E105";
}
.glyphicon-eye-close:before {
  content: "\E106";
}
.glyphicon-warning-sign:before {
  content: "\E107";
}
.glyphicon-plane:before {
  content: "\E108";
}
.glyphicon-calendar:before {
  content: "\E109";
}
.glyphicon-random:before {
  content: "\E110";
}
.glyphicon-comment:before {
  content: "\E111";
}
.glyphicon-magnet:before {
  content: "\E112";
}
.glyphicon-chevron-up:before {
  content: "\E113";
}
.glyphicon-chevron-down:before {
  content: "\E114";
}
.glyphicon-retweet:before {
  content: "\E115";
}
.glyphicon-shopping-cart:before {
  content: "\E116";
}
.glyphicon-folder-close:before {
  content: "\E117";
}
.glyphicon-folder-open:before {
  content: "\E118";
}
.glyphicon-resize-vertical:before {
  content: "\E119";
}
.glyphicon-resize-horizontal:before {
  content: "\E120";
}
.glyphicon-hdd:before {
  content: "\E121";
}
.glyphicon-bullhorn:before {
  content: "\E122";
}
.glyphicon-bell:before {
  content: "\E123";
}
.glyphicon-certificate:before {
  content: "\E124";
}
.glyphicon-thumbs-up:before {
  content: "\E125";
}
.glyphicon-thumbs-down:before {
  content: "\E126";
}
.glyphicon-hand-right:before {
  content: "\E127";
}
.glyphicon-hand-left:before {
  content: "\E128";
}
.glyphicon-hand-up:before {
  content: "\E129";
}
.glyphicon-hand-down:before {
  content: "\E130";
}
.glyphicon-circle-arrow-right:before {
  content: "\E131";
}
.glyphicon-circle-arrow-left:before {
  content: "\E132";
}
.glyphicon-circle-arrow-up:before {
  content: "\E133";
}
.glyphicon-circle-arrow-down:before {
  content: "\E134";
}
.glyphicon-globe:before {
  content: "\E135";
}
.glyphicon-wrench:before {
  content: "\E136";
}
.glyphicon-tasks:before {
  content: "\E137";
}
.glyphicon-filter:before {
  content: "\E138";
}
.glyphicon-briefcase:before {
  content: "\E139";
}
.glyphicon-fullscreen:before {
  content: "\E140";
}
.glyphicon-dashboard:before {
  content: "\E141";
}
.glyphicon-paperclip:before {
  content: "\E142";
}
.glyphicon-heart-empty:before {
  content: "\E143";
}
.glyphicon-link:before {
  content: "\E144";
}
.glyphicon-phone:before {
  content: "\E145";
}
.glyphicon-pushpin:before {
  content: "\E146";
}
.glyphicon-usd:before {
  content: "\E148";
}
.glyphicon-gbp:before {
  content: "\E149";
}
.glyphicon-sort:before {
  content: "\E150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}
.glyphicon-sort-by-order:before {
  content: "\E153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}
.glyphicon-sort-by-attributes:before {
  content: "\E155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}
.glyphicon-unchecked:before {
  content: "\E157";
}
.glyphicon-expand:before {
  content: "\E158";
}
.glyphicon-collapse-down:before {
  content: "\E159";
}
.glyphicon-collapse-up:before {
  content: "\E160";
}
.glyphicon-log-in:before {
  content: "\E161";
}
.glyphicon-flash:before {
  content: "\E162";
}
.glyphicon-log-out:before {
  content: "\E163";
}
.glyphicon-new-window:before {
  content: "\E164";
}
.glyphicon-record:before {
  content: "\E165";
}
.glyphicon-save:before {
  content: "\E166";
}
.glyphicon-open:before {
  content: "\E167";
}
.glyphicon-saved:before {
  content: "\E168";
}
.glyphicon-import:before {
  content: "\E169";
}
.glyphicon-export:before {
  content: "\E170";
}
.glyphicon-send:before {
  content: "\E171";
}
.glyphicon-floppy-disk:before {
  content: "\E172";
}
.glyphicon-floppy-saved:before {
  content: "\E173";
}
.glyphicon-floppy-remove:before {
  content: "\E174";
}
.glyphicon-floppy-save:before {
  content: "\E175";
}
.glyphicon-floppy-open:before {
  content: "\E176";
}
.glyphicon-credit-card:before {
  content: "\E177";
}
.glyphicon-transfer:before {
  content: "\E178";
}
.glyphicon-cutlery:before {
  content: "\E179";
}
.glyphicon-header:before {
  content: "\E180";
}
.glyphicon-compressed:before {
  content: "\E181";
}
.glyphicon-earphone:before {
  content: "\E182";
}
.glyphicon-phone-alt:before {
  content: "\E183";
}
.glyphicon-tower:before {
  content: "\E184";
}
.glyphicon-stats:before {
  content: "\E185";
}
.glyphicon-sd-video:before {
  content: "\E186";
}
.glyphicon-hd-video:before {
  content: "\E187";
}
.glyphicon-subtitles:before {
  content: "\E188";
}
.glyphicon-sound-stereo:before {
  content: "\E189";
}
.glyphicon-sound-dolby:before {
  content: "\E190";
}
.glyphicon-sound-5-1:before {
  content: "\E191";
}
.glyphicon-sound-6-1:before {
  content: "\E192";
}
.glyphicon-sound-7-1:before {
  content: "\E193";
}
.glyphicon-copyright-mark:before {
  content: "\E194";
}
.glyphicon-registration-mark:before {
  content: "\E195";
}
.glyphicon-cloud-download:before {
  content: "\E197";
}
.glyphicon-cloud-upload:before {
  content: "\E198";
}
.glyphicon-tree-conifer:before {
  content: "\E199";
}
.glyphicon-tree-deciduous:before {
  content: "\E200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -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.42857143;
  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: #555555;
  text-decoration: none;
  outline: 0;
  background-color: #eeeeee;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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.42857143;
  color: #999999;
}
.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 solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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 .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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #067cb0;
}
.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.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 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-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: #067cb0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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: 80px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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.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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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: 29px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.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: 14.5px -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: 29px;
    padding-bottom: 29px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.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: 22px;
  margin-bottom: 22px;
}
@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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 22px;
  margin-bottom: 22px;
}
.navbar-btn.btn-sm {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #fff;
  border-color: #A8BBDA;
}
.navbar-default .navbar-brand {
  color: #04597f;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #03374d;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #04597f;
}
.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: #eeeeee;
}
.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: #A8BBDA;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #04597f;
  }
  .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: #eeeeee;
  }
  .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: #04597f;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .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: #080808;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\A0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #067cb0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #034866;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #067cb0;
  border-color: #067cb0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #067cb0;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #04597f;
}
.label-success {
  background-color: #93c95f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #79b73e;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #067cb0;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 0;
  margin-bottom: 0;
  color: inherit;
  background-color: transparent;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 4px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container .jumbotron {
    padding-left: 0;
    padding-right: 0;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #067cb0;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #067cb0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #93c95f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #067cb0;
  border-color: #067cb0;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #87d7fb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #067cb0;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #067cb0;
  border-color: #067cb0;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #067cb0;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #067cb0;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 4px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.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.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 250px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 205px;
  padding: 1px;
  text-align: left;
  background-color: #A8BBDA;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #9db3d5;
  border-bottom: 1px solid #8ba5ce;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #A8BBDA;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #A8BBDA;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #A8BBDA;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #A8BBDA;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203A';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !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;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/speakers/font/fontawesome-webfont.eot?v=4.5.0');
  src: url('/speakers/font/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/speakers/font/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/speakers/font/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/speakers/font/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/speakers/font/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
/*!
 *  The Black Tie Font is commercial software. Please do not distribute.
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Black Tie';
  src: url('/speakers/font/solid/BlackTie-Solid-webfont.eot?v=1.0.0');
  src: url('/speakers/font/solid/BlackTie-Solid-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/speakers/font/solid/BlackTie-Solid-webfont.woff2?v=1.0.0') format('woff2'), url('/speakers/font/solid/BlackTie-Solid-webfont.woff?v=1.0.0') format('woff'), url('/speakers/font/solid/BlackTie-Solid-webfont.ttf?v=1.0.0') format('truetype'), url('/speakers/font/solid/BlackTie-Solid-webfont.svg?v=1.0.0#black_tiesolid') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('/speakers/font/bold/BlackTie-Bold-webfont.eot?v=1.0.0');
  src: url('/speakers/font/bold/BlackTie-Bold-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/speakers/font/bold/BlackTie-Bold-webfont.woff2?v=1.0.0') format('woff2'), url('/speakers/font/bold/BlackTie-Bold-webfont.woff?v=1.0.0') format('woff'), url('/speakers/font/bold/BlackTie-Bold-webfont.ttf?v=1.0.0') format('truetype'), url('/speakers/font/bold/BlackTie-Bold-webfont.svg?v=1.0.0#black_tiebold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('/speakers/font/regular/BlackTie-Regular-webfont.eot?v=1.0.0');
  src: url('/speakers/font/regular/BlackTie-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/speakers/font/regular/BlackTie-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('/speakers/font/regular/BlackTie-Regular-webfont.woff?v=1.0.0') format('woff'), url('/speakers/font/regular/BlackTie-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('/speakers/font/regular/BlackTie-Regular-webfont.svg?v=1.0.0#black_tieregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('/speakers/font/light/BlackTie-Light-webfont.eot?v=1.0.0');
  src: url('/speakers/font/light/BlackTie-Light-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/speakers/font/light/BlackTie-Light-webfont.woff2?v=1.0.0') format('woff2'), url('/speakers/font/light/BlackTie-Light-webfont.woff?v=1.0.0') format('woff'), url('/speakers/font/light/BlackTie-Light-webfont.ttf?v=1.0.0') format('truetype'), url('/speakers/font/light/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome Brands';
  src: url('/speakers/font/brands/FontAwesomeBrands-Regular-webfont.eot?v=1.0.0');
  src: url('/speakers/font/brands/FontAwesomeBrands-Regular-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/speakers/font/brands/FontAwesomeBrands-Regular-webfont.woff2?v=1.0.0') format('woff2'), url('/speakers/font/brands/FontAwesomeBrands-Regular-webfont.woff?v=1.0.0') format('woff'), url('/speakers/font/brands/FontAwesomeBrands-Regular-webfont.ttf?v=1.0.0') format('truetype'), url('/speakers/font/brands/FontAwesomeBrands-Regular-webfont.svg?v=1.0.0#font_awesome_brandsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.bts,
.btb,
.btr,
.btl,
.fab {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.bts {
  font-weight: 900;
}
.btb {
  font-weight: 700;
}
.btl {
  font-weight: 200;
}
.fab {
  font-family: "Font Awesome Brands";
}
/* makes the font 25% smaller relative to the icon container */
.bt-sm {
  font-size: .7em;
  vertical-align: baseline;
}
/* makes the font 33% larger relative to the icon container */
.bt-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
}
.bt-2x {
  font-size: 2em;
}
.bt-3x {
  font-size: 3em;
}
.bt-4x {
  font-size: 4em;
}
.bt-5x {
  font-size: 5em;
}
.bt-lg,
.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x {
  vertical-align: -30%;
}
.bt-fw {
  width: 1.28571429em;
  text-align: center;
}
.bt-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.bt-ul > li {
  position: relative;
}
.bt-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.bt-li.bt-lg {
  left: -2em;
}
.bt-border {
  padding: .2em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.bts.pull-left,
.btb.pull-left,
.btr.pull-left,
.btl.pull-left,
.fab.pull-left {
  margin-right: .3em;
}
.bts.pull-right,
.btb.pull-right,
.btr.pull-right,
.btl.pull-right,
.fab.pull-right {
  margin-left: .3em;
}
.bt-spin {
  -webkit-animation: bt-spin 2s infinite linear;
  animation: bt-spin 2s infinite linear;
}
.bt-pulse {
  -webkit-animation: bt-spin 1s infinite steps(8);
  animation: bt-spin 1s infinite steps(8);
}
@-webkit-keyframes bt-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes bt-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.bt-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bt-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bt-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bt-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.bt-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .bt-rotate-90,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-flip-horizontal,
:root .bt-flip-vertical {
  filter: none;
}
.bt-stack {
  position: relative;
  display: inline-block;
  width: 1.28571429em;
  height: 1em;
  line-height: 1em;
  vertical-align: baseline;
}
.bt-stack-sm {
  position: absolute;
  top: 0;
  left: 0;
  line-height: inherit;
  font-size: .5em;
}
.bt-stack-1x,
.bt-stack-sm {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.bt-inverse {
  color: #fff;
}
/* Black Tie uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.bt-bars:before {
  content: "\F000";
}
.bt-envelope:before {
  content: "\F001";
}
.bt-search:before {
  content: "\F002";
}
.bt-search-plus:before {
  content: "\F003";
}
.bt-search-minus:before {
  content: "\F004";
}
.bt-phone:before {
  content: "\F005";
}
.bt-comment:before {
  content: "\F007";
}
.bt-commenting:before {
  content: "\F008";
}
.bt-comments:before {
  content: "\F009";
}
.bt-rss:before {
  content: "\F00A";
}
.bt-times:before {
  content: "\F00C";
}
.bt-times-circle:before {
  content: "\F00D";
}
.bt-clock:before {
  content: "\F00E";
}
.bt-star:before {
  content: "\F010";
}
.bt-star-half:before {
  content: "\F011";
}
.bt-check:before {
  content: "\F012";
}
.bt-check-circle:before {
  content: "\F013";
}
.bt-check-square:before {
  content: "\F014";
}
.bt-th:before {
  content: "\F015";
}
.bt-th-large:before {
  content: "\F016";
}
.bt-heart:before {
  content: "\F017";
}
.bt-heart-half:before {
  content: "\F018";
}
.bt-calendar:before {
  content: "\F019";
}
.bt-shopping-cart:before {
  content: "\F01A";
}
.bt-plus:before {
  content: "\F01B";
}
.bt-plus-circle:before {
  content: "\F01C";
}
.bt-plus-square:before {
  content: "\F01D";
}
.bt-pen:before {
  content: "\F01E";
}
.bt-minus:before {
  content: "\F021";
}
.bt-minus-circle:before {
  content: "\F022";
}
.bt-minus-square:before {
  content: "\F023";
}
.bt-pencil:before {
  content: "\F024";
}
.bt-edit:before {
  content: "\F025";
}
.bt-thumbs-up:before {
  content: "\F026";
}
.bt-thumbs-down:before {
  content: "\F027";
}
.bt-gear:before {
  content: "\F028";
}
.bt-trash:before {
  content: "\F029";
}
.bt-file:before {
  content: "\F02A";
}
.bt-info-circle:before {
  content: "\F02B";
}
.bt-label:before {
  content: "\F02C";
}
.bt-rocket:before {
  content: "\F02D";
}
.bt-book:before {
  content: "\F02E";
}
.bt-book-open:before {
  content: "\F02F";
}
.bt-notebook:before {
  content: "\F030";
}
.bt-camera:before {
  content: "\F031";
}
.bt-folder:before {
  content: "\F032";
}
.bt-quote-left:before {
  content: "\F036";
}
.bt-quote-right:before {
  content: "\F037";
}
.bt-eye:before {
  content: "\F038";
}
.bt-lock:before {
  content: "\F039";
}
.bt-lock-open:before {
  content: "\F03A";
}
.bt-gift:before {
  content: "\F03B";
}
.bt-spinner-clock:before {
  content: "\F03C";
}
.bt-spinner:before {
  content: "\F03D";
}
.bt-wrench:before {
  content: "\F03E";
}
.bt-cloud:before {
  content: "\F040";
}
.bt-cloud-upload:before {
  content: "\F041";
}
.bt-cloud-download:before {
  content: "\F042";
}
.bt-sync:before {
  content: "\F043";
}
.bt-question-circle:before {
  content: "\F044";
}
.bt-share:before {
  content: "\F045";
}
.bt-briefcase:before {
  content: "\F046";
}
.bt-money:before {
  content: "\F047";
}
.bt-megaphone:before {
  content: "\F048";
}
.bt-sign-in:before {
  content: "\F049";
}
.bt-sign-out:before {
  content: "\F04A";
}
.bt-film:before {
  content: "\F04B";
}
.bt-trophy:before {
  content: "\F04C";
}
.bt-code:before {
  content: "\F04D";
}
.bt-light-bulb:before {
  content: "\F04E";
}
.bt-print:before {
  content: "\F050";
}
.bt-fax:before {
  content: "\F051";
}
.bt-video:before {
  content: "\F052";
}
.bt-signal:before {
  content: "\F053";
}
.bt-sitemap:before {
  content: "\F054";
}
.bt-upload:before {
  content: "\F055";
}
.bt-download:before {
  content: "\F056";
}
.bt-key:before {
  content: "\F057";
}
.bt-mug:before {
  content: "\F058";
}
.bt-bookmark:before {
  content: "\F059";
}
.bt-flag:before {
  content: "\F05A";
}
.bt-external-link:before {
  content: "\F05B";
}
.bt-smile:before {
  content: "\F05C";
}
.bt-frown:before {
  content: "\F05D";
}
.bt-meh:before {
  content: "\F05E";
}
.bt-magic:before {
  content: "\F060";
}
.bt-bolt:before {
  content: "\F061";
}
.bt-exclamation-triangle:before {
  content: "\F062";
}
.bt-exclamation-circle:before {
  content: "\F063";
}
.bt-flask:before {
  content: "\F064";
}
.bt-music:before {
  content: "\F065";
}
.bt-push-pin:before {
  content: "\F066";
}
.bt-shield:before {
  content: "\F067";
}
.bt-sort:before {
  content: "\F068";
}
.bt-reply:before {
  content: "\F069";
}
.bt-forward:before {
  content: "\F06A";
}
.bt-reply-all:before {
  content: "\F06B";
}
.bt-forward-all:before {
  content: "\F06C";
}
.bt-bell:before {
  content: "\F06D";
}
.bt-bell-off:before {
  content: "\F06E";
}
.bt-ban:before {
  content: "\F070";
}
.bt-database:before {
  content: "\F071";
}
.bt-hard-drive:before {
  content: "\F072";
}
.bt-merge:before {
  content: "\F073";
}
.bt-fork:before {
  content: "\F074";
}
.bt-wifi:before {
  content: "\F075";
}
.bt-paper-plane:before {
  content: "\F076";
}
.bt-inbox:before {
  content: "\F077";
}
.bt-fire:before {
  content: "\F078";
}
.bt-play:before {
  content: "\F079";
}
.bt-pause:before {
  content: "\F07A";
}
.bt-stop:before {
  content: "\F08B";
}
.bt-play-circle:before {
  content: "\F07B";
}
.bt-next:before {
  content: "\F07C";
}
.bt-previous:before {
  content: "\F07D";
}
.bt-repeat:before {
  content: "\F07E";
}
.bt-fast-forward:before {
  content: "\F080";
}
.bt-fast-reverse:before {
  content: "\F081";
}
.bt-volume:before {
  content: "\F082";
}
.bt-volume-off:before {
  content: "\F083";
}
.bt-volume-up:before {
  content: "\F084";
}
.bt-volume-down:before {
  content: "\F085";
}
.bt-maximize:before {
  content: "\F086";
}
.bt-minimize:before {
  content: "\F087";
}
.bt-closed-captions:before {
  content: "\F088";
}
.bt-shuffle:before {
  content: "\F089";
}
.bt-triangle:before {
  content: "\F08A";
}
.bt-square:before {
  content: "\F08B";
}
.bt-circle:before {
  content: "\F08C";
}
.bt-hexagon:before {
  content: "\F08D";
}
.bt-octagon:before {
  content: "\F08E";
}
.bt-angle-up:before {
  content: "\F090";
}
.bt-angle-down:before {
  content: "\F091";
}
.bt-angle-left:before {
  content: "\F092";
}
.bt-angle-right:before {
  content: "\F093";
}
.bt-angles-up:before {
  content: "\F094";
}
.bt-angles-down:before {
  content: "\F095";
}
.bt-angles-left:before {
  content: "\F096";
}
.bt-angles-right:before {
  content: "\F097";
}
.bt-arrow-up:before {
  content: "\F098";
}
.bt-arrow-down:before {
  content: "\F099";
}
.bt-arrow-left:before {
  content: "\F09A";
}
.bt-arrow-right:before {
  content: "\F09B";
}
.bt-bar-chart:before {
  content: "\F09C";
}
.bt-pie-chart:before {
  content: "\F09D";
}
.bt-circle-arrow-up:before {
  content: "\F0A0";
}
.bt-circle-arrow-down:before {
  content: "\F0A1";
}
.bt-circle-arrow-left:before {
  content: "\F0A2";
}
.bt-circle-arrow-right:before {
  content: "\F0A3";
}
.bt-caret-up:before {
  content: "\F0A4";
}
.bt-caret-down:before {
  content: "\F0A5";
}
.bt-caret-left:before {
  content: "\F0A6";
}
.bt-caret-right:before {
  content: "\F0A7";
}
.bt-long-arrow-up:before {
  content: "\F0A8";
}
.bt-long-arrow-down:before {
  content: "\F0A9";
}
.bt-long-arrow-left:before {
  content: "\F0AA";
}
.bt-long-arrow-right:before {
  content: "\F0AB";
}
.bt-Bold:before {
  content: "\F0AC";
}
.bt-italic:before {
  content: "\F0AD";
}
.bt-underline:before {
  content: "\F0AE";
}
.bt-link:before {
  content: "\F0B0";
}
.bt-paper-clip:before {
  content: "\F0B1";
}
.bt-align-left:before {
  content: "\F0B2";
}
.bt-align-center:before {
  content: "\F0B3";
}
.bt-align-right:before {
  content: "\F0B4";
}
.bt-align-justify:before {
  content: "\F0B5";
}
.bt-cut:before {
  content: "\F0B6";
}
.bt-copy:before {
  content: "\F0B7";
}
.bt-paste:before {
  content: "\F0B8";
}
.bt-photo:before {
  content: "\F0B9";
}
.bt-table:before {
  content: "\F0BA";
}
.bt-ulist:before {
  content: "\F0BB";
}
.bt-olist:before {
  content: "\F0BC";
}
.bt-indent:before {
  content: "\F0BD";
}
.bt-outdent:before {
  content: "\F0BE";
}
.bt-undo:before {
  content: "\F0C0";
}
.bt-redo:before {
  content: "\F0C1";
}
.bt-sup:before {
  content: "\F0C2";
}
.bt-sub:before {
  content: "\F0C3";
}
.bt-text-size:before {
  content: "\F0C4";
}
.bt-text-color:before {
  content: "\F0C5";
}
.bt-remove-formatting:before {
  content: "\F0C6";
}
.bt-blockquote:before {
  content: "\F036";
}
.bt-globe:before {
  content: "\F0C7";
}
.bt-map:before {
  content: "\F0C8";
}
.bt-map-arrow:before {
  content: "\F0C9";
}
.bt-map-marker:before {
  content: "\F0CA";
}
.bt-map-pin:before {
  content: "\F0CB";
}
.bt-home:before {
  content: "\F0CC";
}
.bt-building:before {
  content: "\F0CD";
}
.bt-industry:before {
  content: "\F0CE";
}
.bt-desktop:before {
  content: "\F0D0";
}
.bt-laptop:before {
  content: "\F0D1";
}
.bt-tablet:before {
  content: "\F0D2";
}
.bt-mobile:before {
  content: "\F0D3";
}
.bt-tv:before {
  content: "\F0D4";
}
.bt-radio-checked:before {
  content: "\F0D5";
}
.bt-radio-unchecked:before {
  content: "\F08C";
}
.bt-checkbox-checked:before {
  content: "\F014";
}
.bt-checkbox-unchecked:before {
  content: "\F08B";
}
.bt-checkbox-intermediate:before {
  content: "\F023";
}
.bt-user:before {
  content: "\F0D6";
}
.bt-user-male:before {
  content: "\F0D6";
}
.bt-user-female:before {
  content: "\F0D7";
}
.bt-crown:before {
  content: "\F0D8";
}
.bt-credit-card:before {
  content: "\F0D9";
}
.bt-strikethrough:before {
  content: "\F0DA";
}
.bt-eject:before {
  content: "\F0DB";
}
.bt-ellipsis-h:before {
  content: "\F0DC";
}
.bt-ellipsis-v:before {
  content: "\F0DD";
}
.fab-facebook:before {
  content: "\F000";
}
.fab-facebook-alt:before {
  content: "\F001";
}
.fab-twitter:before {
  content: "\F002";
}
.fab-linkedin:before {
  content: "\F003";
}
.fab-linkedin-alt:before {
  content: "\F004";
}
.fab-instagram:before {
  content: "\F005";
}
.fab-github:before {
  content: "\F006";
}
.fab-github-alt:before {
  content: "\F007";
}
.fab-googleplus:before {
  content: "\F008";
}
.fab-googleplus-alt:before {
  content: "\F009";
}
.fab-pinterest:before {
  content: "\F00A";
}
.fab-pinterest-alt:before {
  content: "\F00B";
}
.fab-tumblr:before {
  content: "\F00C";
}
.fab-tumblr-alt:before {
  content: "\F00D";
}
.fab-bitcoin:before {
  content: "\F010";
}
.fab-bitcoin-alt:before {
  content: "\F011";
}
.fab-dropbox:before {
  content: "\F012";
}
.fab-stackexchange:before {
  content: "\F013";
}
.fab-stackoverflow:before {
  content: "\F014";
}
.fab-flickr:before {
  content: "\F015";
}
.fab-flickr-alt:before {
  content: "\F016";
}
.fab-bitbucket:before {
  content: "\F017";
}
.fab-html5:before {
  content: "\F018";
}
.fab-css3:before {
  content: "\F019";
}
.fab-apple:before {
  content: "\F01A";
}
.fab-windows:before {
  content: "\F01B";
}
.fab-android:before {
  content: "\F01C";
}
.fab-linux:before {
  content: "\F01D";
}
.fab-dribbble:before {
  content: "\F01E";
}
.fab-youtube:before {
  content: "\F021";
}
.fab-skype:before {
  content: "\F022";
}
.fab-foursquare:before {
  content: "\F023";
}
.fab-trello:before {
  content: "\F024";
}
.fab-maxcdn:before {
  content: "\F025";
}
.fab-gittip:before,
.fab-gratipay:before {
  content: "\F026";
}
.fab-vimeo:before {
  content: "\F027";
}
.fab-vimeo-alt:before {
  content: "\F028";
}
.fab-slack:before {
  content: "\F029";
}
.fab-wordpress:before {
  content: "\F02A";
}
.fab-wordpress-alt:before {
  content: "\F02B";
}
.fab-openid:before {
  content: "\F02C";
}
.fab-yahoo:before {
  content: "\F02D";
}
.fab-yahoo-alt:before {
  content: "\F02E";
}
.fab-reddit:before {
  content: "\F02F";
}
.fab-google:before {
  content: "\F030";
}
.fab-google-alt:before {
  content: "\F031";
}
.fab-stumbleupon:before {
  content: "\F032";
}
.fab-stumbleupon-alt:before {
  content: "\F033";
}
.fab-delicious:before {
  content: "\F034";
}
.fab-digg:before {
  content: "\F035";
}
.fab-piedpiper:before {
  content: "\F036";
}
.fab-piedpiper-alt:before {
  content: "\F037";
}
.fab-drupal:before {
  content: "\F038";
}
.fab-joomla:before {
  content: "\F039";
}
.fab-behance:before {
  content: "\F03A";
}
.fab-steam:before {
  content: "\F03B";
}
.fab-steam-alt:before {
  content: "\F03C";
}
.fab-spotify:before {
  content: "\F03D";
}
.fab-deviantart:before {
  content: "\F03E";
}
.fab-soundcloud:before {
  content: "\F040";
}
.fab-vine:before {
  content: "\F041";
}
.fab-codepen:before {
  content: "\F042";
}
.fab-jsfiddle:before {
  content: "\F043";
}
.fab-rebel:before {
  content: "\F044";
}
.fab-empire:before {
  content: "\F045";
}
.fab-git:before {
  content: "\F046";
}
.fab-hackernews:before {
  content: "\F047";
}
.fab-hackernews-alt:before {
  content: "\F048";
}
.fab-slideshare:before {
  content: "\F049";
}
.fab-twitch:before {
  content: "\F04A";
}
.fab-yelp:before {
  content: "\F04B";
}
.fab-paypal:before {
  content: "\F04C";
}
.fab-google-wallet:before {
  content: "\F04D";
}
.fab-angellist:before {
  content: "\F04E";
}
.fab-cc-visa:before {
  content: "\F050";
}
.fab-cc-mastercard:before {
  content: "\F051";
}
.fab-cc-discover:before {
  content: "\F052";
}
.fab-cc-amex:before {
  content: "\F053";
}
.fab-cc-paypal:before {
  content: "\F054";
}
.fab-cc-stripe:before {
  content: "\F055";
}
.fab-lastfm:before {
  content: "\F056";
}
.fab-whatsapp:before {
  content: "\F057";
}
.fab-medium:before {
  content: "\F058";
}
.fab-meanpath:before {
  content: "\F059";
}
.fab-meanpath-alt:before {
  content: "\F05A";
}
.fab-pagelines:before {
  content: "\F05B";
}
.fab-ioxhost:before {
  content: "\F060";
}
.fab-buysellads:before {
  content: "\F061";
}
.fab-buysellads-alt:before {
  content: "\F062";
}
.fab-connectdevelop:before {
  content: "\F063";
}
.fab-dashcube:before {
  content: "\F064";
}
.fab-forumbee:before {
  content: "\F065";
}
.fab-leanpub:before {
  content: "\F066";
}
.fab-sellsy:before {
  content: "\F067";
}
.fab-shirtsinbulk:before {
  content: "\F068";
}
.fab-simplybuilt:before {
  content: "\F069";
}
.fab-skyatlas:before {
  content: "\F06A";
}
.fab-viacoin:before {
  content: "\F06B";
}
.fab-codiepie:before {
  content: "\F06C";
}
.fab-queue:before {
  content: "\F06D";
}
.fab-queue-alt:before {
  content: "\F06E";
}
.fab-fonticons:before {
  content: "\F070";
}
.fab-fonticons-alt:before {
  content: "\F071";
}
.fab-blacktie:before {
  content: "\F072";
}
.fab-blacktie-alt:before {
  content: "\F073";
}
.fab-xing:before {
  content: "\F090";
}
.fab-vk:before {
  content: "\F091";
}
.fab-weibo:before {
  content: "\F092";
}
.fab-renren:before {
  content: "\F093";
}
.fab-tencent-weibo:before {
  content: "\F094";
}
.fab-qq:before {
  content: "\F095";
}
.fab-wechat:before,
.fab-weixin:before {
  content: "\F096";
}
body#design-lab {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
body#design-lab .loading-wrapper {
  position: absolute;
  top: 150px;
  left: 50%;
}
body#design-lab .loading-wrapper i {
  color: #476c82;
  display: block;
  text-align: center;
  font-size: 42px;
}
body#design-lab .loading-wrapper strong {
  color: #476c82;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}
body#design-lab .dropdown-menu {
  text-align: left;
  padding: 5px 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
body#design-lab .dropdown-menu h5 {
  text-align: center;
  font-size: 14px;
}
body#design-lab .dropdown-menu li a {
  font-size: 14px;
  font-weight: 300;
}
body#design-lab .tooltip {
  z-index: 2000;
}
body#design-lab .tooltip .tooltip-inner {
  color: #497C98;
  background-color: #DFEAED;
  border: 1px solid #DFEAED;
  font-size: 12px;
}
body#design-lab .tooltip.top .tooltip-arrow {
  border-top-color: #DFEAED;
}
body#design-lab .tooltip.right .tooltip-arrow {
  border-right-color: #DFEAED;
}
body#design-lab .tooltip.left .tooltip-arrow {
  border-left-color: #DFEAED;
}
body#design-lab .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #DFEAED;
}
body#design-lab .step-wrap .step-header p {
  font-size: 16px;
  font-weight: 300;
}
body#design-lab .form-group.error label.error-msg {
  display: block;
  color: #C56C6C;
  padding: 5px 10px;
  border: 1px solid #D6A6A6;
  border-radius: 5px;
}
body#design-lab .form-group label.error-msg {
  display: none;
}
body#design-lab .get-code {
  background-color: #249cd0 !important;
  border-left: 1px solid #249CD0 !important;
}
body#design-lab input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  height: 1.25em;
  width: 1.25em;
  margin-bottom: -0.25em;
  margin-right: 5px;
  vertical-align: top;
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  background-color: #fff;
  color: #565a5c;
  outline: 0;
  float: left;
}
body#design-lab input[type=radio]:checked:before {
  content: "\25CF";
  position: absolute;
  font-size: 33px;
  left: -13px;
  text-align: center;
  width: 44px;
  color: #93c95f;
  top: -15px;
}
body#design-lab input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  height: 1.25em;
  width: 1.25em;
  margin-bottom: -0.25em;
  margin-right: 5px;
  vertical-align: top;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  background-color: #fff;
  color: #565a5c;
  outline: 0;
  float: left;
}
body#design-lab input[type=checkbox]:checked:before {
  content: "\2713";
  position: absolute;
  font-size: 22px;
  left: -2px;
  text-align: center;
  width: 1.25em;
  color: #93c95f;
  top: -8px;
}
body#design-lab input[type=text],
body#design-lab textarea {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #747c83;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: white;
}
body#design-lab header {
  padding: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), 0 2px 3px rgba(0, 0, 0, 0.05);
  z-index: 100;
  background: #FFF;
  padding-top: 0px;
}
body#design-lab header .nav-brand {
  top: 0px;
  left: 0px;
}
body#design-lab header .setting-dropdown {
  padding: 5px 10px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  float: right!important;
}
body#design-lab header .btn.ghost {
  width: 125px;
  float: right;
  font-size: 14px;
  padding: 6px 17px !important;
  color: #0e96d2 !important;
  border-color: #0e96d2 !important;
  margin-top: 15px;
}
body#design-lab header .btn.ghost:hover {
  color: #FFF !important;
}
body#design-lab header .nav-wrap {
  top: 15px;
}
body#design-lab footer {
  background-color: #FFF;
  padding: 15px 0;
  font-size: 14px;
  color: #c3d2d5;
  bottom: 0px;
  width: 100%;
  margin-top: 30px;
  border-top: 0px;
}
body#design-lab footer p {
  margin: 0px;
  text-align: center;
  color: #838c8e;
}
body#design-lab footer p a {
  color: #6B9BB1;
}
body#design-lab .step-one,
body#design-lab .step-two,
body#design-lab .step-three,
body#design-lab .step-four {
  padding: 40px 0;
}
body#design-lab .step-one .step-wrap div.step-content .badge.new-feature {
  background: #8eb38e;
  position: absolute;
  top: -10px;
  right: 10px;
  font-style: normal;
}
body#design-lab .step-one .step-wrap div.step-content .type-select {
  list-style-type: none;
}
body#design-lab .step-one .step-wrap div.step-content .type-select .col-md-2 {
  padding: 0px;
  width: 20%;
  cursor: pointer;
}
body#design-lab .step-one .step-wrap div.step-content .type-select .type-select-wrap {
  position: relative;
  border: 1px solid #E0E0E0;
  padding: 0 10px;
  margin: 0 10px 0 0;
  border-radius: 5px;
  cursor: pointer;
}
body#design-lab .step-one .step-wrap div.step-content .type-select .type-select-wrap h3 {
  background: #FFF;
  border-bottom: 0px;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #00324d;
}
body#design-lab .step-one .step-wrap div.step-content .type-select .type-select-wrap .circle {
  text-align: center;
  width: 115px;
  height: 115px;
  vertical-align: middle;
  border: 1px solid #DFDFDF;
  border-radius: 1000px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), 0 2px 3px rgba(0, 0, 0, 0.05);
  padding-top: 35px;
  margin: 0 auto;
}
body#design-lab .step-one .step-wrap div.step-content .type-select .type-select-wrap .circle i {
  color: #CBCBCB;
  font-size: 42px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
body#design-lab .step-one .step-wrap div.step-content .type-select .type-select-wrap p {
  padding: 10px 0;
  text-align: center;
  margin-top: 18px;
  font-weight: 300;
  min-height: 85px;
  font-weight: 500;
}
body#design-lab .step-one .step-wrap div.step-content .type-select .type-select-wrap:hover {
  opacity: 0.5;
  border-color: #93c95f;
}
body#design-lab .step-one .step-wrap div.step-content .type-select li.active .type-select-wrap {
  opacity: 1.0;
  border-bottom: 5px solid #93c95f;
  border-radius: 5px 5px 0 0;
}
body#design-lab .step-wrap {
  margin: 0 auto;
  float: none;
  margin-top: 100px;
}
body#design-lab .step-wrap h1 {
  margin-top: 0px;
  font-size: 20px;
  border-bottom: 1px solid #E8ECEF;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #575a5d;
  font-weight: 700;
}
body#design-lab .step-wrap p {
  font-size: 14px;
  color: #747c83;
  font-weight: 500;
}
body#design-lab .step-wrap div.step-content {
  border: 1px solid #dce0e0;
  background-color: #fff;
  margin-top: 30px;
}
body#design-lab .step-wrap div.step-content h3 {
  color: #565a5c;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dce0e0;
  background-color: #edefed;
  margin-top: 0px;
  padding-left: 20px;
  font-size: 18px;
}
body#design-lab .step-wrap div.step-content p {
  padding: 10px 0 10px 20px;
  color: #747c83;
  font-weight: 500;
}
body#design-lab .step-wrap div.step-content p em {
  display: block;
  font-weight: 500;
  margin-top: 10px;
}
body#design-lab .step-wrap div.step-content input[type=radio] {
  margin-top: 2px;
}
body#design-lab .step-wrap div.step-content label {
  font-weight: 500;
  color: #747c83;
}
body#design-lab .step-wrap div.step-content ul {
  padding: 10px 10px 10px 20px;
  margin-bottom: 0px;
  padding-top: 0px;
}
body#design-lab .step-wrap div.step-content ul li {
  margin-bottom: 10px;
}
body#design-lab .step-wrap div.step-content .control-group {
  padding: 0 20px 20px;
}
body#design-lab .step-wrap div.step-content .control-group strong {
  display: block;
  margin-bottom: 10px;
}
body#design-lab .step-wrap div.step-content .control-group textarea {
  height: 100px;
}
body#design-lab .step-wrap div.step-content .template-image {
  margin-bottom: 20px;
}
body#design-lab .step-wrap div.step-content .template-image .disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default !important;
}
body#design-lab .step-wrap div.step-content .template-image .template-image-wrap {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  cursor: pointer;
}
body#design-lab .step-wrap div.step-content .template-image .template-image-wrap h3 {
  background: #FFF;
  border-bottom: 0px;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 3px;
  color: #00324d;
}
body#design-lab .step-wrap div.step-content .template-image .template-image-wrap img {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #DFDFDF;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075), 0 2px 3px rgba(0, 0, 0, 0.05);
  width: 70%;
  display: block;
  margin: 0 auto;
  opacity: 0;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -ms-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
body#design-lab .step-wrap div.step-content .template-image .template-image-wrap:hover {
  opacity: 0.5;
  border: 1px solid #93c95f;
}
body#design-lab .step-wrap div.step-content .template-image .template-image-wrap.active {
  opacity: 1.0;
  border-bottom: 5px solid #93c95f;
  border-radius: 8px 8px 0 0;
}
body#design-lab .step-wrap .directory-toggle-block:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
body#design-lab .step-wrap .directory-toggle-block {
  text-align: right;
  margin-bottom: 15px;
  margin-right: 10px;
}
body#design-lab .step-wrap .directory-toggle-block div {
  display: inline-block;
  vertical-align: middle;
}
body#design-lab .step-wrap .directory-toggle-block .text {
  margin-right: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  margin: 0px 5px;
  cursor: pointer;
  font-weight: 300;
  color: #747c83;
}
body#design-lab .step-wrap .directory-toggle-block .pipe {
  position: relative;
  padding: 4px 0px;
  border-right: 1px solid #c6cbd0;
  height: 15px;
  display: inline-block;
  top: 4px;
  width: 0px;
  margin: 0 5px;
  font-weight: 300;
}
body#design-lab .step-wrap .directory-toggle-block .text-active {
  color: #6B9BB1;
  font-weight: 700;
}
body#design-lab .step-wrap div.footer {
  background-color: #FFF;
  padding: 0;
  font-size: 14px;
  color: #c3d2d5;
  margin-top: 20px;
  text-align: right;
}
body#design-lab .step-wrap div.footer a {
  text-align: center;
  height: 100%;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #067cb0;
  padding: 10px 20px;
  color: #067cb0;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 1000px;
}
body#design-lab .step-wrap div.footer a:hover {
  background-color: #3F8FB3;
  border-color: #3F8FB3;
  color: #FFF;
  text-decoration: none;
}
body#design-lab .design-breadcrumb {
  margin-top: 25px;
  margin-bottom: 35px;
  background: #FDFDFD;
  padding: 0px;
  border-bottom: 1px solid #dce0e0;
  height: 37px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
body#design-lab .design-breadcrumb ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
body#design-lab .design-breadcrumb ul li {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  padding: 0 4px;
  color: #9F9F9F;
  text-transform: capitalize;
}
body#design-lab .design-breadcrumb ul li:first-child {
  padding-left: 0px;
}
body#design-lab .design-breadcrumb .col-md-9 ul {
  padding: 6px 0;
}
body#design-lab .design-breadcrumb.customize {
  border-left: 1px solid #C0D8E2;
  width: 75%;
}
body#design-lab .share ul {
  text-align: center;
  position: relative;
  height: 37px;
  right: -15px;
}
body#design-lab .share ul li {
  display: inline-block;
  width: 50%;
  padding: 0;
  height: 37px;
}
body#design-lab .share ul li a {
  text-align: center;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: #067cb0;
  padding: 10px 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
body#design-lab .share ul li a i {
  font-weight: 700;
}
body#design-lab .share ul li a:hover {
  background-color: #056089;
  border-color: #03415c;
  text-decoration: none;
}
body#design-lab .share ul li a:first-child {
  border-left: 1px solid #056089;
}
body#design-lab .share ul li span.disabled {
  text-align: center;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: #AFAFAF;
  padding: 10px 0;
  color: #0e0e0e;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0.5;
  font-weight: 700;
}
body#design-lab .share ul li:first-child {
  border-right: 1px solid #FFF;
}
body#design-lab .view-type {
  position: fixed;
  right: 20px;
  bottom: 10px;
}
body#design-lab .view-type a {
  box-shadow: 0 0 0 1px #DADADA inset;
  display: block;
  color: #635D5D;
  padding: 10px 0;
  margin-right: 10px;
  font-size: 14px;
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  margin-bottom: 15px;
}
body#design-lab .view-type a i {
  position: relative;
  top: 2px;
  color: #AFAFAF;
}
body#design-lab a:last-child {
  margin-right: 0px;
}
body#design-lab a.active {
  color: #067cb0;
  box-shadow: 0 0 0 1px #067cb0 inset;
}
body#design-lab a.active i {
  color: #067cb0;
}
body#design-lab hr {
  margin: 20px 0;
  border-top: 1px solid #f2f5f6;
}
body#design-lab #designlab-content .editor-container {
  height: 100%;
  position: fixed;
  background-color: #fff;
  display: block;
  left: 0;
  top: 65px;
  z-index: 1;
  transition: width .25s;
  border-right: 1px solid #DFDFDF;
}
body#design-lab #designlab-content .editor-container .menu-header {
  background: #FDFDFD;
  border-bottom: 1px solid #DCEFF7;
}
body#design-lab #designlab-content .editor-container .menu-header header {
  padding: 9px 15px;
  font-size: 13px;
  color: #7e8890;
  font-weight: 300;
}
body#design-lab #designlab-content .editor-container .menu-header header i {
  color: #7e8890 !important;
}
body#design-lab #designlab-content .editor-container ul,
body#design-lab #designlab-content .editor-container ol {
  margin-bottom: 0px;
  padding: 0px 0 0 0px;
  list-style-type: none;
}
body#design-lab #designlab-content .editor-container h3 {
  margin: 0px;
  opacity: 0.7;
  margin-bottom: 20px;
  background: #EEF3F5;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 700;
  color: #476C82;
  border-bottom: 1px solid #AFCFE0;
  border-top: 1px solid #AFCFE0;
  letter-spacing: 0px;
}
body#design-lab #designlab-content .editor-container h3.first {
  margin: 0px;
  opacity: 0.7;
  margin-bottom: 20px;
  background: #EEF3F5;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: 700;
  color: #476C82;
  border-bottom: 1px solid #AFCFE0;
  border-top: 1px solid #AFCFE0;
  letter-spacing: 0px;
  border-top: 0px;
}
body#design-lab #designlab-content .editor-container i {
  color: #476C82;
}
body#design-lab #designlab-content .editor-container .alert.alert-warning {
  font-size: 13px;
  margin: 0 15px 15px;
}
body#design-lab #designlab-content .editor-container .control-group {
  padding: 0 15px 0;
}
body#design-lab #designlab-content .editor-container .control-group strong {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #00324d;
}
body#design-lab #designlab-content .editor-container .control-group strong.color {
  margin-bottom: 5px;
}
body#design-lab #designlab-content .editor-container .control-group select {
  font-size: 14px;
  font-weight: 500;
}
body#design-lab #designlab-content .editor-container .control-group .avatarStyle li {
  margin-right: 15px;
  display: inline-block;
  float: left;
}
body#design-lab #designlab-content .editor-container .control-group .colorpicker {
  margin-bottom: 10px;
}
body#design-lab #designlab-content .editor-container .control-group .colorpicker label {
  float: left;
  margin-right: 15px;
  width: 28%;
  text-align: right;
}
body#design-lab #designlab-content .editor-container .control-group .colorpicker:last-child {
  margin-bottom: 0px;
}
body#design-lab #designlab-content .editor-container .control-group label {
  font-weight: 300;
  font-size: 14px;
  margin-top: 4px;
  color: #333;
}
body#design-lab #designlab-content .editor-container .control-group .avatar-style {
  border: 1px solid #DDD;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #FFF;
}
body#design-lab #designlab-content .editor-container .control-group .avatar-style i {
  position: relative;
  color: #A0A0A0;
  font-size: 17px;
  left: 11px;
  top: 5px;
  font-weight: 300!important;
}
body#design-lab #designlab-content .editor-container .control-group .avatar-style.circle {
  border-radius: 1000px;
}
body#design-lab #designlab-content .editor-container .control-group .avatar-style.active {
  border: 1px solid #056089;
}
body#design-lab #designlab-content .editor-container .control-group .avatar-style.active i {
  color: #056089;
}
body#design-lab #designlab-content .editor-container .control-group .webfont,
body#design-lab #designlab-content .editor-container .control-group .custom-url {
  margin-top: 10px;
}
body#design-lab #designlab-content .editor-container .control-group button {
  width: 100%;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px #067cb0;
  background: #FFF;
  color: #067cb0;
  font-size: 14px;
}
body#design-lab #designlab-content .editor-container .outerForm {
  position: relative;
  overflow: hidden;
}
body#design-lab #designlab-content .editor-container .innerForm {
  position: absolute;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
body#design-lab #designlab-content .editor-container footer {
  margin: 0;
  background: #fff;
  position: fixed;
  bottom: 0;
  padding: 0;
  border-top: 1px solid #DDD;
  height: auto;
}
body#design-lab #designlab-content .editor-container footer div {
  height: 36px;
}
body#design-lab #designlab-content .editor-container footer button {
  border-radius: 0px;
  display: inline-block;
}
body#design-lab #designlab-content .editor-container footer button i {
  color: #FFF;
}
body#design-lab #designlab-content .editor-container footer button.btn-get-code {
  width: 87%;
  border-color: #067cb0;
}
body#design-lab #designlab-content .editor-container footer button.btn-toggle {
  width: 13%;
  background: #046088;
  border: 1px solid #046088;
}
body#design-lab #designlab-content .editor-container footer.closed {
  width: 200px;
}
body#design-lab #designlab-content .editor-container footer.closed div {
  height: auto;
  width: 100%;
}
body#design-lab #designlab-content .editor-container footer.closed button.btn-get-code {
  width: 100%;
  display: block;
}
body#design-lab #designlab-content .editor-container footer.closed button.btn-get-code span {
  display: none;
}
body#design-lab #designlab-content .editor-container footer.closed button.btn-toggle {
  width: 100%;
  display: block;
}
body#design-lab #designlab-content .builder .frame {
  padding: 40px 0;
}
body#design-lab #designlab-content .builder .frame h3 {
  color: #565a5c;
  margin-top: 100px;
  font-size: 20px;
}
body#design-lab #designlab-content .builder .frame .frame-wrap {
  width: 810px;
  margin: 0 auto;
  box-shadow: 0 0 0 1px #E4E4E4 inset;
  border-radius: 7px;
  margin-top: 25px;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .frame-browser-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding-left: 5px;
  text-align: left;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .frame-browser-header i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 10px 0 0 5px;
  box-shadow: 0 0 0 1px #E4E4E4 inset;
  border-radius: 50%;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .expertfile-embed-wrap {
  position: relative;
  text-align: left;
  padding: 0 20px;
  padding-bottom: 10px;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .expertfile-embed-wrap h1 {
  font-size: 18px;
  font-weight: bold;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .expertfile-embed-wrap p {
  font-size: 14px;
  margin-bottom: 20px;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .expertfile-embed-wrap p.last {
  margin-bottom: 25px;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .expertfile-embed-wrap ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 25px;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .expertfile-embed-wrap ul li {
  font-size: 14px;
  margin-bottom: 5px;
}
body#design-lab #designlab-content .builder .frame .frame-wrap iframe {
  width: 100%;
  border: 0px;
  min-height: 500px;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .sync {
  position: absolute;
  left: 50%;
  top: 30px;
  display: none;
}
body#design-lab #designlab-content .builder .frame .frame-wrap .sync i {
  font-size: 42px;
  color: #476c82;
}
body#design-lab #designlab-content .builder .frame .frame-wrap.loading .expertfile-embed-wrap iframe,
body#design-lab #designlab-content .builder .frame .frame-wrap.loading .expertfile-embed-wrap h1,
body#design-lab #designlab-content .builder .frame .frame-wrap.loading .expertfile-embed-wrap p {
  opacity: 0.4;
}
body#design-lab #designlab-content .builder .frame .frame-wrap.loading .sync {
  display: block;
}
body#design-lab #designlab-content .builder .frame .supplementary-text-edit {
  cursor: pointer;
  min-height: 25px;
}
body#design-lab #designlab-content .builder .frame .supplementary-text-edit .edit-message {
  overflow-y: hidden;
  max-height: 0;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  position: absolute;
  top: 0px;
  right: 25px;
  color: #00324d;
}
body#design-lab #designlab-content .builder .frame .supplementary-text-edit:hover {
  opacity: 0.5;
  background: #eef3f5;
}
body#design-lab #designlab-content .builder .frame .supplementary-text-edit:hover .edit-message {
  max-height: 100px;
}
body#design-lab #designlab-content .builder .frame .edit-text-form {
  margin-bottom: 40px;
}
body#design-lab #designlab-content .builder .frame .edit-text-form input,
body#design-lab #designlab-content .builder .frame .edit-text-form textarea {
  margin-bottom: 10px;
}
body#design-lab #designlab-content .builder .frame .edit-text-form textarea {
  height: 100px;
}
body#design-lab #designlab-content .builder .frame .edit-text-form .form-group {
  text-align: right;
  margin-bottom: 10px;
}
body#design-lab #designlab-content .builder .frame .edit-text-form .form-group a {
  margin-right: 20px;
  color: #56879C;
  font-size: 13px;
  cursor: pointer;
}
body#design-lab #designlab-content .builder .frame .edit-text-form .form-group button {
  color: #FFF;
  background-color: #249CD0;
  border-left: 1px solid #249CD0;
}
body#design-lab .overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body#design-lab .overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 1000;
}
body#design-lab .overlay ul {
  list-style-type: none;
  float: right;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body#design-lab .overlay ul li {
  color: #FFF;
  font-size: 25px;
  cursor: pointer;
  margin: 10px 5px;
}
body#design-lab .overlay .modal-body {
  margin: 0 auto;
  float: none;
}
body#design-lab .overlay .modal-body h1 {
  color: #FFF;
  font-weight: bold;
}
body#design-lab .overlay .modal-body p {
  color: #4E7990;
  font-size: 18px;
  margin: 15px 0 25px 0;
}
body#design-lab .overlay .modal-body a {
  text-align: center;
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: #067cb0;
  padding: 0;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
}
body#design-lab .overlay .modal-body textarea {
  height: 250px;
}
body#design-lab .overlay .modal-body ul {
  padding-right: 2px;
  text-align: right;
}
body#design-lab .overlay .modal-body ul li {
  display: inline-block;
  margin-left: 10px;
  width: 95px;
}
body#design-lab .overlay .modal-body ul li span {
  font-size: 13px;
  padding: 10px;
  display: inline-block;
}
body#design-lab .overlay .modal-body .edit-tag {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  overflow: hidden;
  cursor: default;
  white-space: nowrap;
  width: 100%;
}
body#design-lab .overlay .modal-body .edit-tag .edit-tag-wrap {
  width: auto;
}
body#design-lab .overlay .modal-body .edit-tag .edit-tag-wrap span[data-tag-type="email"] {
  margin-right: 5px;
  display: block;
  float: left;
  margin-bottom: 5px;
}
body#design-lab .overlay .modal-body .edit-tag .input-tag-wrap {
  width: 100%;
  height: auto;
  padding: 4px 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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 linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-radius: 0;
}
body#design-lab .overlay .modal-body .edit-tag a.edit-tag-action {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #067cb0;
  -webkit-transition: min-width 0.2s linear;
  -moz-transition: min-width 0.2s linear;
  -o-transition: min-width 0.2s linear;
  transition: min-width 0.2s linear;
  -webkit-transition: background 0.25s ease-in;
  -moz-transition: background 0.25s ease-in;
  -o-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
  background-color: #DFEAED;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  text-align: center;
  border-bottom: 1px solid #DFEAED;
  float: left;
  line-height: 24px;
  padding: 2px 5px;
  width: 22px;
}
body#design-lab .overlay .modal-body .edit-tag .edit-tag-text {
  padding-top: 3px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 17px;
  color: #333;
  font-weight: 400;
  background-color: #f0f0f0;
  position: relative;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  float: left;
  line-height: 24px;
}
body#design-lab .overlay .modal-body .edit-tag input[type=text] {
  border: 0;
  background: #FFF;
  display: block;
  float: left;
  width: 150px!important;
  box-shadow: none;
  outline: 0;
  height: 26px;
}
body#design-lab .overlay.embed-code .code-loader,
body#design-lab .overlay.embed-code .code-success {
  position: absolute;
  right: -45px;
  top: 5px;
}
body#design-lab .overlay.embed-code .code-success {
  right: -165px;
  top: 1px;
  width: 150px;
  text-align: left;
}
body#design-lab .overlay.embed-code .code-success strong {
  font-size: 16px;
  color: #FFF;
  padding-left: 5px;
}
body#design-lab .overlay.embed-code .code-success i {
  position: relative;
  top: 3px;
}
body#design-lab .overlay.embed-code .get-embed-controls {
  padding-left: 0px;
  width: 100%;
}
body#design-lab .overlay.embed-code .get-embed-controls li.first {
  text-align: left;
  float: left;
}
body#design-lab .overlay.embed-code .get-embed-controls li.first span {
  padding-left: 0px;
  text-transform: uppercase;
}
body#design-lab .overlay.embed-code .get-embed-controls li {
  position: relative;
}
body#design-lab .overlay.embed-code .get-embed-controls li span {
  padding: 0px;
  padding-left: 5px;
}
body#design-lab .overlay.embed-code .get-embed-controls a {
  font-size: 13px;
  padding: 10px;
  display: inline-block;
}
body#design-lab .overlay.embed-code .copy-embed-code h1 {
  margin-bottom: 10px;
}
body#design-lab .overlay.embed-code .copy-embed-code p {
  margin-bottom: 20px;
  margin-top: 5px;
}
body#design-lab .overlay.embed-code .copy-embed-code li {
  position: relative;
}
body#design-lab .overlay.embed-code .email-embed-code h1 {
  margin-bottom: 10px;
}
body#design-lab .overlay.embed-code .email-embed-code p {
  margin-bottom: 20px;
  margin-top: 5px;
}
body#design-lab .overlay.embed-code .email-embed-code .control-group {
  margin-bottom: 10px;
}
body#design-lab .overlay.embed-code .email-embed-code .control-group strong {
  margin-bottom: 5px;
  display: block;
  color: #716B6B;
}
body#design-lab .overlay.embed-code .email-embed-code .control-group textarea {
  height: 125px;
}
body#design-lab .overlay.embed-code .email-embed-code .error-msg {
  border: 0px;
  padding: 3px 0 0 0;
}
body#design-lab .overlay.embed-code .email-embed-code .attachMsg {
  margin-top: 10px;
  display: block;
  color: #4E7990;
  text-align: right;
  font-size: 14px;
}
body#design-lab .overlay.embed-code .email-embed-code .attachMsg strong {
  display: inline-block;
  color: #4E7990;
}
body#design-lab .overlay.embed-code .embed-congrats h1,
body#design-lab .overlay.embed-code .embed-congrats p {
  text-align: center;
}
body#design-lab .overlay.embed-code .embed-congrats ul {
  width: 100%;
  padding-left: 0px;
}
body#design-lab .overlay.embed-code .embed-congrats ul li {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}
body#design-lab .overlay.embed-code .embed-congrats ul li a,
body#design-lab .overlay.embed-code .embed-congrats ul li span {
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 1000px;
  padding: 10px;
  width: 45%;
  background: transparent;
}
body#design-lab .overlay.embed-code .embed-congrats ul li a:hover,
body#design-lab .overlay.embed-code .embed-congrats ul li span:hover {
  border-color: #067cb0;
  color: #067cb0;
  text-decoration: none;
}
body#design-lab .overlay.embed-type h1 {
  margin-bottom: 15px;
}
body#design-lab .overlay.embed-type .control-group {
  margin-bottom: 20px;
}
body#design-lab .overlay.embed-type .control-group strong {
  margin-bottom: 5px;
  display: block;
  color: #716B6B;
}
body#design-lab .overlay.embed-type .control-group textarea {
  height: 100px;
}
body#design-lab .overlay.embed-type .control-group select {
  font-size: 14px;
  color: #747c83;
}
body#design-lab .overlay.embed-type a {
  padding: 10px;
}
body#design-lab .overlay.embed-type ul {
  padding-top: 0px;
}
body#design-lab .overlay.embed-type ul span {
  text-transform: uppercase;
}
body#design-lab .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(195, 210, 213, 0.95);
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body#design-lab .builder .frame .frame-wrap {
    width: 90% !important;
  }
  body#design-lab .view-type {
    display: none;
  }
  body#design-lab .editor-container .control-group label {
    width: 80%;
  }
  body#design-lab .get-embed-code .btn-block {
    width: 80% !important;
  }
  body#design-lab .get-embed-code .btn-toggle {
    width: 20% !important;
  }
  body#design-lab .get-embed-code.closed .btn-block {
    width: 100% !important;
  }
  body#design-lab .get-embed-code.closed .btn-toggle {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body#design-lab .loading-wrapper {
    left: 40% !important;
  }
  body#design-lab header {
    position: static;
  }
  body#design-lab header .col-md-6 {
    float: left;
    width: 50%;
  }
  body#design-lab .modal-body {
    padding-top: 0px;
  }
  body#design-lab div.step-content .template-image {
    width: 25%;
    float: left;
  }
  body#design-lab .type-select .type-select-wrap {
    min-height: 290px;
  }
  body#design-lab .type-select .col-md-3 {
    width: 25%;
    float: left;
  }
  body#design-lab #designlab-content .step-one,
  body#design-lab #designlab-content .step-two {
    padding-top: 1px;
    width: 100%;
  }
  body#design-lab #designlab-content .step-one .design-breadcrumb,
  body#design-lab #designlab-content .step-two .design-breadcrumb {
    position: static;
    margin-top: 0px;
    width: 100%;
  }
  body#design-lab #designlab-content .step-one .design-breadcrumb .col-md-9,
  body#design-lab #designlab-content .step-two .design-breadcrumb .col-md-9 {
    display: none;
  }
  body#design-lab #designlab-content .step-one .design-breadcrumb .share,
  body#design-lab #designlab-content .step-two .design-breadcrumb .share {
    padding: 0px;
  }
  body#design-lab #designlab-content .step-one .design-breadcrumb .share ul,
  body#design-lab #designlab-content .step-two .design-breadcrumb .share ul {
    right: 0px;
    position: static;
  }
  body#design-lab #designlab-content .step-one .step-wrap,
  body#design-lab #designlab-content .step-two .step-wrap {
    margin: 0px;
  }
  body#design-lab #designlab-content .builder .col-md-3 {
    padding: 0px;
  }
  body#design-lab #designlab-content .editor-container {
    position: static;
    border-right: 0px;
    margin-top: 5px;
  }
  body#design-lab #designlab-content .editor-container .outerForm {
    position: static;
    overflow: auto;
    height: auto !important;
    width: auto !important;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm {
    height: auto !important;
    position: static;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm .element {
    height: auto !important;
    width: auto !important;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm .get-embed-code {
    z-index: 1000;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm .get-embed-code .btn-toggle {
    display: none;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm .get-embed-code .btn-get-code {
    width: 100%;
  }
  body#design-lab #designlab-content .col-md-9 .design-breadcrumb,
  body#design-lab #designlab-content .col-md-9 .view-type {
    display: none;
  }
  body#design-lab #designlab-content .col-md-9 h3 {
    margin-top: 0px !important;
  }
  body#design-lab #designlab-content .col-md-9 .frame-wrap {
    width: 90% !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  body#design-lab .loading-wrapper {
    left: 40% !important;
  }
  body#design-lab header {
    position: static;
  }
  body#design-lab header .col-md-6 {
    float: left;
    width: 50%;
  }
  body#design-lab .modal-body {
    padding-top: 0px;
  }
  body#design-lab #designlab-content .step-one,
  body#design-lab #designlab-content .step-two {
    padding-top: 1px;
    width: 100%;
  }
  body#design-lab #designlab-content .step-one .design-breadcrumb,
  body#design-lab #designlab-content .step-two .design-breadcrumb {
    position: static;
    margin-top: 0px;
    width: 100%;
  }
  body#design-lab #designlab-content .step-one .design-breadcrumb .col-md-9,
  body#design-lab #designlab-content .step-two .design-breadcrumb .col-md-9 {
    display: none;
  }
  body#design-lab #designlab-content .step-one .design-breadcrumb .share,
  body#design-lab #designlab-content .step-two .design-breadcrumb .share {
    padding: 0px;
  }
  body#design-lab #designlab-content .step-one .design-breadcrumb .share ul,
  body#design-lab #designlab-content .step-two .design-breadcrumb .share ul {
    right: 0px;
    position: static;
  }
  body#design-lab #designlab-content .step-one .step-wrap,
  body#design-lab #designlab-content .step-two .step-wrap {
    margin: 0px;
  }
  body#design-lab #designlab-content .builder .col-md-3 {
    padding: 0px;
  }
  body#design-lab #designlab-content .editor-container {
    position: static;
    border-right: 0px;
    margin-top: 5px;
  }
  body#design-lab #designlab-content .editor-container .outerForm {
    position: static;
    overflow: auto;
    height: auto !important;
    width: auto !important;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm {
    height: auto !important;
    position: static;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm .element {
    height: auto !important;
    width: auto !important;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm .get-embed-code {
    z-index: 1000;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm .get-embed-code .btn-toggle {
    display: none;
  }
  body#design-lab #designlab-content .editor-container .outerForm .innerForm .get-embed-code .btn-get-code {
    width: 100%;
  }
  body#design-lab #designlab-content .col-md-9 .design-breadcrumb,
  body#design-lab #designlab-content .col-md-9 .view-type {
    display: none;
  }
  body#design-lab #designlab-content .col-md-9 h3 {
    margin-top: 0px !important;
  }
  body#design-lab #designlab-content .col-md-9 .frame-wrap {
    width: 90% !important;
  }
}
.btn {
  text-shadow: none !important;
}
.btn.ghost {
  color: #FFF !important;
  font-weight: 300 !important;
  border: solid 1px #FFF;
  background: transparent;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 17px !important;
  margin-left: 15px;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.05em;
  padding: 10px;
}
.btn.ghost:hover {
  color: #FFF !important;
  border-color: #86c34c !important;
  background-color: #86c34c !important;
}
.btn.ghost.blue {
  color: #FFF !important;
  border-color: #FFF !important;
}
.btn.ghost.blue:hover {
  color: #FFF !important;
  border-color: #0E96D2 !important;
  background-color: #0E96D2 !important;
}
.btn.big-ghost {
  -webkit-transition-property: color, border-color, background-color, opacity;
  -moz-transition-property: color, border-color, background-color, opacity;
  -o-transition-property: color, border-color, background-color, opacity;
  -webkit-transition-duration: 300ms,300ms,300ms,300ms;
  -moz-transition-duration: 300ms,300ms,300ms,300ms;
  -o-transition-duration: 300ms,300ms,300ms,300ms;
  transition-duration: 300ms,300ms,300ms,300ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  font-weight: bold;
  height: 62px;
  line-height: 36.111px;
  opacity: 0.7;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 11px 30px;
  display: inline-block;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s;
  transition-property: color, border-color, background-color, opacity;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.btn.big-ghost:hover {
  opacity: 1.0;
}
.btn.big-ghost.sm {
  font-size: 16px;
  height: 40px;
  line-height: normal;
  padding: 8px 20px;
}
.btn.big-ghost.grey {
  border: 2px solid #8a9ba8;
  color: #8a9ba8;
}
.btn.big-ghost.grey i {
  font-size: inherit !important;
}
label {
  color: #555555;
  font-weight: 700;
  font-size: 14.4px;
}
.alert {
  font-weight: 400;
  font-size: 14.4px;
}
.help-block {
  font-weight: 400;
  font-size: 14.4px;
}
p.error,
p.text-danger {
  margin-top: 5px;
  padding: 5px;
  border-radius: 4px;
  font-size: 14.4px;
  font-weight: 500;
}
.form-control {
  font-weight: 500;
}
article#content a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
article#content .btn {
  text-transform: uppercase;
}
hr.unruly {
  margin: 40px 20% 20px;
}
.tooltip {
  font-weight: 500 !important;
  opacity: 0.95 !important;
}
.more {
  margin-left: 40%;
  margin-top: 40px;
}
.loadable {
  display: none;
}
.buttony {
  margin: 40px;
}
.buttony > span > i.fa {
  display: none;
}
.buttony em {
  font-weight: 100;
  margin: 10px;
  display: block;
}
.touch .buttony > span > i.fa {
  display: none !important;
}
.buttony a,
.buttony i {
  color: #484848;
}
.breadcrumb {
  margin-top: 20px;
}
.breadcrumb li {
  font-size: 14.4px;
}
.sub-nav {
  margin-top: 15px;
}
.sub-nav hr {
  margin-top: 20px;
}
.sub-nav > .nav > li > a {
  background-color: #eeeeee;
}
.sub-nav > .nav > li > a:hover {
  background-color: #e2e2e2;
}
.scroll_top_icon {
  opacity: 0.3;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  cursor: pointer;
}
.scroll_top_icon:hover {
  opacity: .8;
}
.modal .modal-header h4 {
  font-weight: 700;
  font-size: 16px;
}
.modal p.text-danger {
  padding: 2px;
  margin-top: 5px;
}
#modalGeneral .modal-body {
  margin: 20px;
}
#modalGeneral .modal-body img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .unbreakable {
    white-space: nowrap;
  }
  .more {
    margin-left: 45%;
  }
  .buttony > span {
    padding-bottom: 25px;
    position: relative;
  }
  .buttony > span i.fa {
    color: #034866;
    position: absolute;
    bottom: 0;
    left: 48%;
  }
  .buttony em {
    display: inline;
    margin: 0 10px;
  }
  .sub-nav > .nav > li > a {
    border-right: 1px solid #fff;
  }
  .sub-nav > .nav > li:last-child a {
    border-right: none;
  }
  ul.nav.nav-pills.nav-stacked > li a {
    padding: 5px 10px;
  }
  ul.nav.nav-pills.nav-stacked > li.active > a {
    color: #555555;
  }
  ul.nav.nav-pills.nav-stacked.affix {
    top: 100px;
  }
}
h2 {
  color: #04597f;
}
.strongheaded {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #034866;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.popover {
  font-size: 12.8px;
  /*	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
*/
  text-align: center;
}
.tags {
  margin: 40px 0 20px;
  line-height: 2;
}
.tags a {
  margin: 0 10px;
  white-space: nowrap;
}
@-moz-document url-prefix() {
  .tags a {
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .unbreakable-md {
    white-space: nowrap;
  }
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.source-callout {
  background: #FFF;
  position: fixed;
  width: 100%;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px !important;
  padding-bottom: 7px;
}
@media (max-width: 1078px) {
  .source-callout {
    display: none;
  }
}
.source-callout .col-md-4 {
  text-align: right;
  padding-top: 7px;
}
.source-callout img {
  width: 180px;
  border-right: 1px solid #D0D0D0;
  padding-right: 20px;
}
.source-callout p {
  padding-top: 15px;
  width: 75%;
}
.source-callout a {
  color: #067cb0 !important;
}
.mobile-toggle {
  display: none;
}
.mobile-toggle .logo-item img {
  width: 150px;
}
@media (max-width: 1078px) {
  .mobile-toggle .logo-item img {
    width: 115px;
    padding-top: 10px;
  }
}
.mobile-toggle .mobile-logo-wrap {
  width: 200px;
  display: inline-block;
}
.mobile-toggle .mobile-toggle-menu {
  text-align: right;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 11px 14px 13px 14px;
  width: 44px;
  float: right;
  height: 40px;
  cursor: pointer;
}
.mobile-toggle .mobile-nav {
  padding: 0px;
  list-style-type: none;
  position: absolute;
  z-index: 1000;
  background: #FFF;
  top: 55px;
  width: 100%;
  text-align: left;
  display: none;
}
.mobile-toggle .mobile-nav li a {
  text-decoration: none;
  font-size: 15px;
  padding: 10px 5px;
  display: inline-block;
  width: 100%;
  color: #484848;
}
.mobile-toggle .mobile-nav li a:hover {
  background-color: #eaf3f7;
}
.mobile-toggle .mobile-nav li.search-heading a {
  color: #41b6e6 !important;
  text-decoration: none;
}
.mobile-toggle .mobile-nav .sub-menu-mobile {
  display: none;
  list-style-type: none;
  padding: 0 0 0 20px;
}
.mobile-toggle .mobile-nav .sub-menu-mobile li a {
  font-size: 13px;
}
.mobile-toggle .mobile-nav .sub-menu-flyout-mobile {
  display: none;
  list-style-type: none;
  padding: 0 0 0 20px;
}
.mobile-toggle .mobile-nav .sub-menu-flyout-mobile ul {
  position: static;
  padding: 0px;
  width: auto;
}
.mobile-toggle .mobile-nav .sub-menu-mobile:last-child {
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 1078px) {
  .mobile-toggle {
    display: block;
  }
}
.main-nav {
  display: block;
}
@media (max-width: 1078px) {
  .main-nav {
    display: none !important;
  }
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,visibility 0s .5s;
  transition: opacity .5s,visibility 0s .5s;
  z-index: 10000000;
}
.overlay ul.close-overlay {
  list-style-type: none;
  float: right;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 20px 0;
}
.overlay ul.close-overlay li i {
  font-size: 25px;
  cursor: pointer;
}
.overlay #password_form {
  display: none;
}
.overlay #password_form label.control-label {
  padding-left: 0px;
}
.overlay #password_form h1 {
  font-size: 22px !important;
  margin-top: 0px;
}
.overlay #password_form .alert-info {
  border-color: #31708f;
  color: #31708f;
  background: #FFF;
}
.overlay #password_form .alert-danger,
.overlay #password_form .alert-success {
  display: none;
  background: #FFF;
}
.overlay #password_form .alert-danger {
  border-color: #F7C7C5;
  color: #E75753;
}
.overlay .nav-brand {
  width: 280px;
  height: 110px;
  background: transparent url(/speakers/img/expertfilelogo-dark.png) no-repeat top left;
  background-size: 280px 110px;
  position: relative;
  top: -10px;
  margin: 0 auto;
}
.overlay nav ul.main-nav {
  list-style-type: none;
  float: right;
  padding: 0px;
  margin: 0px;
}
.overlay nav ul.main-nav > li {
  color: #484848;
  font-size: 25px;
  cursor: pointer;
  margin: 10px 5px;
}
.overlay .col-sm-offset-4 {
  margin-left: 30%;
}
.overlay #login-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 40px 60px;
  border: 1px solid #DBE2ED;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.09);
}
.overlay #login-wrapper #login_group_error {
  display: none;
  margin-bottom: 20px;
}
.overlay #login-wrapper h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}
.overlay #login-wrapper label {
  display: block;
  float: none;
  text-align: left;
}
.overlay #login-wrapper .btn.btn-default {
  width: 100%;
}
.overlay #login-wrapper .col-sm-12 {
  padding: 0px;
  margin-bottom: 10px;
}
.overlay #login-wrapper .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.overlay #login-wrapper .form-group input {
  height: 55px;
  padding: 0px 20px;
}
.overlay #login-wrapper button {
  padding: 15px;
  text-transform: uppercase;
}
.overlay #login-wrapper .signup-actions {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}
.overlay #login-wrapper .signup-actions li {
  margin-bottom: 10px;
}
.overlay #login-wrapper .signup-actions li span {
  display: inline-block;
  margin-right: 5px;
  color: #767676;
}
.header-callout {
  display: none;
  background: #FFF;
  height: 55px;
  padding: 11px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 101;
  text-align: center;
  border-top: 1px solid #E0E0E0;
  -webkit-backface-visibility: hidden;
}
.header-callout p {
  display: inline-block;
  color: #484848;
  font-size: 13px;
  font-weight: 700;
}
.header-callout > i {
  position: absolute;
  right: 20px;
  color: #484848;
  font-size: 9px;
  top: -15px;
  background: #FFF;
  cursor: pointer;
  padding: 8px;
  border-radius: 1000px;
  border: 1px solid #e0e0e0;
}
.header-callout a {
  font-weight: 700 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  border: 1px solid #FFF;
  padding: 7px 15px 7px 5px;
  border-radius: 1000px;
  font-size: 10px;
  /* margin-left: 5px; */
  font-size: 13px;
}
.header-callout a i {
  font-weight: 500;
  font-size: 12px;
  margin-right: 2px;
}
.header-callout .ap-logo {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
.header-callout #header-callout-text-lg {
  display: inline-block !important;
}
.header-callout #header-callout-text-sm {
  display: none;
}
.header-callout #header-callout-text-xs {
  display: none;
}
.header-callout.terms-update {
  color: #fff;
  background-color: #ab446a;
  border-top: 0px;
  height: auto;
  padding-bottom: 15px;
}
.header-callout.terms-update p,
.header-callout.terms-update a {
  color: #fff;
  float: left;
  margin-bottom: 0px;
  padding-top: 3px;
  width: 80%;
  text-align: left;
}
@media (max-width: 480px) {
  .header-callout.terms-update p,
  .header-callout.terms-update a {
    width: 100%;
  }
}
.header-callout.terms-update a {
  border: 0px;
  text-decoration: underline;
  float: none;
  width: auto;
  padding: 0px;
  margin: 0px;
}
.header-callout.terms-update .action {
  float: right;
}
@media (max-width: 480px) {
  .header-callout.terms-update .action {
    float: none;
  }
}
.header-callout.terms-update .action button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
  box-shadow: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  margin-top: 5px;
}
@media (max-width: 992px) {
  .header-callout.terms-update .action button {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .header-callout.terms-update .action button {
    margin-top: 20px;
  }
}
header {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 23px 20px 15px 0px;
  z-index: 100;
  border-bottom: none;
  position: fixed;
  width: 100%;
  background: #FFF;
  top: 0px;
}
@media (max-width: 1078px) {
  header {
    padding-right: 0px;
  }
}
header li.logo-item img {
  width: 150px;
}
header .sub-menu-flyout {
  display: none;
  width: auto;
  top: auto;
  left: 0px;
  margin-left: 205px;
  margin-top: -46px;
  width: 210px;
  padding: 0px;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  background: #FFF;
  border: 1px solid #dbdbdb;
}
header .sub-menu {
  width: auto;
  min-width: 10em;
  display: none;
  max-width: 1000px;
  top: auto;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  font-size: 15px;
  font-weight: 400;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #dbdbdb;
  border-radius: 0 0 5px 5px;
  position: absolute;
  background: #FFF;
  padding: 0px;
  width: 205px;
}
header .sub-menu li {
  padding: 0px;
  list-style-type: none;
  line-height: normal;
}
header .sub-menu li a {
  text-decoration: none;
  font-size: 15px;
  padding: 13px 20px;
  display: inline-block;
  width: 100%;
}
header .sub-menu li a:hover {
  background-color: #eaf3f7;
}
header li.align-right.mobile-nav {
  display: none;
}
header .nav-brand {
  width: 165px;
  height: 65px;
  background: transparent url(/speakers/img/expertfilelogo-dark.png) no-repeat top left;
  background-size: 165px 65px;
  position: relative;
  top: -10px;
  left: -10px;
  display: inline-block;
  float: left;
}
header .nav-brand-small {
  width: 75px;
  height: 60px;
  background: transparent url(/speakers/img/ExpertFileX.png) no-repeat top left;
  background-size: 75px 60px;
  position: relative;
  top: -7px;
  left: -30px;
  float: left;
  display: none;
}
header .twitter-typeahead {
  width: 90%;
}
header .authenticated img {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  border: 2px solid #8a9ba8;
}
header .authenticated span.default-avatar {
  width: 30px;
  height: 30px;
  float: none;
  display: inline-block;
  margin-right: 0px;
  background: #8a9ba8;
  top: 0px;
  position: relative;
}
header .authenticated span.default-avatar i {
  font-size: 17px;
  padding: 0px;
  padding-top: 5px;
}
header .authenticated .dropdown-menu {
  margin-top: 0px !important;
}
header .authenticated:hover .dropdown-menu {
  display: block;
}
header ul.main-nav {
  display: inline-block;
  padding-left: 0px;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
header ul.main-nav > li {
  height: 45px;
  line-height: 45px;
  position: relative;
  float: left;
  list-style-type: none;
  padding: 0 20px;
}
header ul.main-nav > li a {
  color: #484848;
  font-size: 15px;
}
header ul.main-nav > li > a:hover {
  text-decoration: none;
  opacity: 1!important;
}
header ul.main-nav li.highlight {
  width: 95px;
}
header ul.main-nav li.align-right {
  float: right;
}
header ul.main-nav li.search-heading a {
  color: #41b6e6 !important;
}
header ul.main-nav li.align-right:hover {
  border-bottom: 2px solid #41b6e6;
}
header ul.main-nav li.search-heading:hover {
  border-bottom: none;
}
.account-menu li a {
  font-weight: 300;
}
body.scrolled-some header#new-header {
  position: fixed;
  background: #FFF;
  top: 0;
  width: 100%;
}
header#profile-header {
  position: fixed;
  background: #FFF;
  top: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  border-bottom: 1px solid #dce0e0;
  padding-top: 15px;
}
header#profile-header .nav-brand {
  width: 165px;
  height: 60px;
  background: transparent url(/speakers/img/expertfilelogo-dark.png) no-repeat top left;
  background-size: 165px 65px;
  position: relative;
  top: -5px;
  left: -10px;
  display: inline-block;
  float: left;
}
header#profile-header img {
  height: 40px;
  position: relative;
  top: 5px;
  left: 0px;
  display: inline-block;
  float: left;
}
header#profile-header .header-connect {
  display: none;
  position: relative;
  top: 5px;
}
header#profile-header .header-connect img {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  position: relative;
  top: 8px;
  margin-right: 10px;
}
header#profile-header .header-connect a {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  float: left;
  font-size: 14px;
}
header#profile-header .header-connect a i {
  font-weight: 500;
}
.mobile-nav-overlay ul {
  list-style-type: none;
}
.mobile-nav-overlay ul li {
  margin-bottom: 20px;
}
.mobile-nav-overlay ul li a {
  color: #484848;
  font-size: 21px;
  font-weight: 300;
}
.mobile-nav-overlay ul.close-overlay {
  margin-bottom: 0px;
}
.mobile-nav-overlay hr.unruly {
  border-top: 1px solid #c1bfbf;
  margin-bottom: 50px;
}
.mobile-nav-overlay h3 {
  padding-left: 40px;
  margin-bottom: 20px;
}
.mobile-nav-overlay h3 img {
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  border: 2px solid #8a9ba8;
  position: relative;
  top: -2px;
  left: 5px;
}
@media (max-width: 1339px) {
  header ul.main-nav li.nav-search {
    width: 30%;
  }
}
@media (max-width: 1339px) and (max-width: 1247px) {
  header ul.main-nav li.nav-search {
    width: 27%;
  }
}
@media (max-width: 1339px) and (max-width: 1200px) {
  header ul.main-nav li.nav-search {
    width: 20%;
  }
}
@media (max-width: 1339px) and (max-width: 997px) {
  header ul.main-nav li.nav-search {
    width: 18%;
  }
}
@media (max-width: 600px) {
  .header-callout #header-callout-text-sm {
    display: none;
  }
  .header-callout #header-callout-text-xs {
    display: inline-block;
  }
  .header-callout a {
    padding: 5px;
  }
}
@media (max-width: 325px) {
  .header-callout #header-callout-text-xs {
    font-size: 12px;
  }
  .header-callout a {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  header ul.main-nav li.align-right {
    padding: 0 12px;
  }
}
@media (max-width: 1200px) and (max-width: 973px) {
  header ul.main-nav li.nav-search {
    width: 25%;
  }
  header ul.main-nav li.nav-search .bt-search {
    display: none;
  }
  header ul.main-nav li.logo-item {
    width: 25px;
  }
  header ul.main-nav li.logo-item .nav-brand-small {
    display: block !important;
  }
}
@media (max-width: 805px) {
  header ul.main-nav li.align-right {
    display: none;
  }
  header ul.main-nav li.align-right.mobile-nav {
    display: block;
    cursor: pointer;
  }
}
@media (max-width: 805px) and (max-width: 973px) {
  header ul.main-nav li.nav-search {
    width: 65%;
    margin-left: 20px;
  }
  header ul.main-nav li.nav-search .bt-search {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  header#profile-header img {
    top: 6px;
    left: 0px;
  }
  header#profile-header .nav-brand {
    top: -10px;
    left: -15px;
  }
  header#profile-header .header-connect img {
    left: -10px;
  }
}
@media (max-width: 700px) {
  header#profile-header img {
    left: 15px;
    max-width: 90%;
  }
  header#profile-header .nav-brand {
    top: -5px;
    left: 0px;
  }
  header#profile-header .header-connect img {
    left: -10px;
  }
}
@media (max-width: 480px) {
  header ul.main-nav li.nav-search {
    width: 60%;
  }
}
body#profile .container,
body#organization .container {
  max-width: 950px;
}
body .container {
  max-width: 1080px;
}
body .control-label {
  text-align: left;
  display: block;
}
body .revision {
  text-align: center;
  display: block;
  color: #636262;
}
body .revision i {
  font-size: 12px;
  position: relative;
  top: -1px;
}
body ul.links li {
  margin-bottom: 5px;
}
body a.button {
  font-weight: 200!important;
  color: #484848!important;
  text-align: right;
  width: auto;
  display: inline-block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 0;
}
body #nav .sub-nav .nav {
  width: 60%;
  margin: 0 auto;
}
body #nav .sub-nav .nav > li > a {
  background: transparent;
  font-weight: 300;
  color: #8a959e !important;
  border-right: transparent;
  display: inline-block;
  padding: 3px 15px;
  font-size: 13px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1em;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding-bottom: 15px;
  padding-top: 15px;
}
body #nav .sub-nav .nav li.active a {
  border-bottom: 2px solid #82b4ca;
  color: #067cb0;
}
body #nav .sub-nav .nav.smaller {
  width: 40%;
}
body #nav .sub-nav .nav.larger {
  width: 85%;
}
body section ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 10px;
}
body section ul li {
  margin-bottom: 20px;
  color: #747c83;
  font-weight: 300;
}
body section .no-margin {
  margin: 0px !important;
}
body section p.body-text {
  color: #747c83;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}
body section p.body-text strong {
  display: block;
  margin-bottom: 10px;
  color: #747c83;
  font-weight: 900;
  font-size: 16px;
}
body section ul.body-list {
  list-style: circle;
  margin-left: 20px;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}
body section ul.body-list li {
  color: #565759;
  font-weight: 300;
}
body section img {
  border-radius: 3px;
  width: 100%;
}
body section strong.section-header {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: normal;
  color: #333c4e;
  font-weight: 300;
  display: block;
}
body section .video-wrap iframe {
  width: 100%;
  height: 265px;
}
body section .product-header {
  font-size: 28px !important;
  letter-spacing: normal;
  color: #333c4e;
  font-weight: 300;
}
body section .product-header em {
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 992px) {
  body section p.body-text {
    font-size: 14px;
  }
}
body section#carousel {
  margin-bottom: 30px;
}
body section#carousel .col-sm-5 {
  padding-left: 0px;
}
body section#carousel .carousel-indicators {
  bottom: -50px;
}
body section#carousel .carousel-indicators li {
  border: 1px solid #d3e2e8;
}
body section#carousel .carousel-indicators .active {
  background: #e8eef1;
}
body section.our-partners .partner,
body section.media-distribution-partners .partner {
  margin: 40px 0;
}
body section.our-partners .partner img,
body section.media-distribution-partners .partner img {
  width: 150px;
  margin-bottom: 20px;
}
body section.our-partners .partner h4,
body section.media-distribution-partners .partner h4 {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: normal;
  color: #333c4e;
}
body section.our-partners .partner a,
body section.media-distribution-partners .partner a {
  display: inline-block;
  font-weight: 300 !important;
  color: #484848;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-right: 20px;
}
body section.our-partners .partner a i,
body section.media-distribution-partners .partner a i {
  font-weight: 500;
  font-size: 11px;
  top: -1px;
  position: relative;
}
body section.our-partners .partner div.screenshot-wrapper,
body section.media-distribution-partners .partner div.screenshot-wrapper {
  text-align: center;
}
body section.our-partners .partner img#dejero,
body section.media-distribution-partners .partner img#dejero {
  margin-bottom: 0px;
}
body section.our-partners .partner img.media-distribution-screenshot,
body section.media-distribution-partners .partner img.media-distribution-screenshot {
  width: 80%;
}
@media (max-width: 600px) {
  body section.our-partners .partner img.media-distribution-screenshot,
  body section.media-distribution-partners .partner img.media-distribution-screenshot {
    width: 100%;
  }
}
body section.our-partners .partner .media-distribution-link-wrapper,
body section.media-distribution-partners .partner .media-distribution-link-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
body section.our-partners .partner .media-distribution-link-wrapper a,
body section.media-distribution-partners .partner .media-distribution-link-wrapper a {
  font-weight: 400 !important;
  color: #a0a0a0;
  text-align: right;
  border: 1px solid #d6d6d6;
  border-radius: 1000px;
  font-size: 13px;
  text-transform: capitalize;
  margin: 20px 0px;
  padding: 15px 25px;
}
@media (max-width: 500px) {
  body section.our-partners .partner .media-distribution-link-wrapper,
  body section.media-distribution-partners .partner .media-distribution-link-wrapper {
    margin-top: 20px;
  }
  body section.our-partners .partner .media-distribution-link-wrapper a,
  body section.media-distribution-partners .partner .media-distribution-link-wrapper a {
    font-size: 11px;
  }
}
body #our_partners,
body #become_partners {
  display: none;
}
body div.partner-nav .buttony {
  margin-top: 0px;
  margin-bottom: 70px;
}
body div.partner-nav a {
  display: inline-block;
  font-weight: 300 !important;
  color: #484848;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-right: 20px;
}
body div.partner-nav i {
  display: inline-block;
  font-weight: 500;
  left: 40% !important;
  color: #7d7d7d !important;
  position: absolute;
  bottom: 0;
  font-size: 13px;
}
body section.partner-steps .customer_logos {
  opacity: 0.5;
}
body section.partner-steps blockquote {
  padding: 0;
  margin: 0;
  font-size: 0;
  border-left: 0px;
}
body section.partner-steps blockquote h4 {
  color: #3a4351;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0px;
}
body section.partner-steps blockquote ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 17px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}
body section.partner-steps blockquote ul li {
  margin-bottom: 20px;
  color: #747c83;
  font-weight: 300;
}
body section.built-for .col-sm-12 {
  margin-bottom: 40px;
}
body section.built-for .col-sm-12 img {
  border-radius: 3px;
}
body section.built-for .col-sm-12 a.view-more {
  margin-top: 0px;
  text-align: left;
}
body section.built-for .col-sm-12 p {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  body section.built-for .col-sm-12 a.view-more {
    margin-top: 10px;
  }
  body section.built-for .col-sm-12 .image-wrap img {
    margin-bottom: 20px;
  }
}
body section.careers h2 small {
  display: block;
  margin-top: 5px;
}
body section.careers a.big-career-callout {
  display: inline-block;
  float: none;
  text-align: center;
  border-radius: 3px;
  font-size: 18px;
}
body section.careers a {
  font-weight: 200 !important;
}
body section.careers .pd {
  margin-bottom: 30px;
}
body section.careers .reason-to-work strong {
  display: block;
  margin-bottom: 10px;
}
body section.careers .reason-to-work ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 10px;
}
body section.careers .reason-to-work ul li {
  margin-bottom: 20px;
  color: #747c83;
  font-weight: 300;
}
body section.careers .job {
  margin-bottom: 30px;
}
body section.careers .job h4 {
  color: #3a4351;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
  margin-top: 0px;
}
body section.careers .job p {
  margin-bottom: 20px;
}
body section.careers .job ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}
body section.careers .job ul li {
  margin-bottom: 20px;
  color: #747c83;
  font-weight: 300;
}
body section.careers .job a {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  /* float: left; */
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
}
body section.careers .job a i {
  font-weight: 500;
  font-size: 11px;
  top: -1px;
  position: relative;
}
body section.careers .job a.no-border {
  border: 0px;
  padding: 0px;
}
body section.offices a,
body section.contact-us a {
  display: inline-block;
  font-weight: 300 !important;
  color: #484848;
  font-size: 15px;
  margin-top: 10px;
  margin-right: 20px;
}
body section.offices i,
body section.contact-us i {
  color: #484848;
}
@media (max-width: 1200px) {
  body section.offices a,
  body section.contact-us a {
    margin-right: 5px;
  }
  body section.offices a i,
  body section.contact-us a i {
    font-size: 28px;
  }
}
body section.offices h3,
body section.contact-us h3 {
  color: #333333;
  font-weight: 700;
  font-size: 18px;
}
body section.offices img,
body section.contact-us img {
  width: 100%;
}
body section.news .news-item,
body section.events-wrap .news-item,
body section.news .event-item,
body section.events-wrap .event-item {
  margin-bottom: 40px;
}
body section.news .news-item h6,
body section.events-wrap .news-item h6,
body section.news .event-item h6,
body section.events-wrap .event-item h6 {
  font-size: 11px;
  color: #8a959e;
  font-weight: 600;
  float: none;
  text-transform: uppercase;
}
body section.news .news-item h6 i,
body section.events-wrap .news-item h6 i,
body section.news .event-item h6 i,
body section.events-wrap .event-item h6 i {
  position: relative;
  top: -1px;
  left: 2px;
}
body section.news .news-item h4,
body section.events-wrap .news-item h4,
body section.news .event-item h4,
body section.events-wrap .event-item h4 {
  color: #3a4351;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 0px;
}
body section.news .news-item a,
body section.events-wrap .news-item a,
body section.news .event-item a,
body section.events-wrap .event-item a {
  float: none;
  margin-top: 0px;
  display: inline-block;
}
body section.news .news-item a i,
body section.events-wrap .news-item a i,
body section.news .event-item a i,
body section.events-wrap .event-item a i {
  font-weight: 500;
  font-size: 11px;
  top: -1px;
  position: relative;
}
body section.news .news-item .no-subheadline,
body section.events-wrap .news-item .no-subheadline,
body section.news .event-item .no-subheadline,
body section.events-wrap .event-item .no-subheadline {
  margin-top: 10px;
}
body section.news .pd,
body section.events-wrap .pd {
  margin-top: 40px;
}
body section.case-studies .case-study,
body section.best-practices .case-study,
body section.case-studies .practice,
body section.best-practices .practice {
  margin-bottom: 40px;
}
body section.case-studies .case-study h6,
body section.best-practices .case-study h6,
body section.case-studies .practice h6,
body section.best-practices .practice h6 {
  font-size: 11px;
  color: #8a959e;
  font-weight: 600;
  float: none;
  text-transform: uppercase;
}
body section.case-studies .case-study h6 i,
body section.best-practices .case-study h6 i,
body section.case-studies .practice h6 i,
body section.best-practices .practice h6 i {
  position: relative;
  top: -1px;
  left: 2px;
}
body section.case-studies .case-study h4,
body section.best-practices .case-study h4,
body section.case-studies .practice h4,
body section.best-practices .practice h4 {
  color: #3a4351;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 5px;
  margin-top: 0px;
}
body section.case-studies .case-study .bt-quote-left,
body section.best-practices .case-study .bt-quote-left,
body section.case-studies .practice .bt-quote-left,
body section.best-practices .practice .bt-quote-left {
  font-weight: 500;
  position: relative;
  top: -5px;
  left: -5px;
  font-size: 11px;
}
body section.case-studies .case-study .bt-quote-right,
body section.best-practices .case-study .bt-quote-right,
body section.case-studies .practice .bt-quote-right,
body section.best-practices .practice .bt-quote-right {
  font-weight: 500;
  position: relative;
  top: -5px;
  left: 5px;
  font-size: 11px;
}
@media (max-width: 992px) {
  body section.case-studies .case-study .col-md-3,
  body section.best-practices .case-study .col-md-3,
  body section.case-studies .practice .col-md-3,
  body section.best-practices .practice .col-md-3 {
    text-align: center;
  }
  body section.case-studies .case-study .col-md-3 img,
  body section.best-practices .case-study .col-md-3 img,
  body section.case-studies .practice .col-md-3 img,
  body section.best-practices .practice .col-md-3 img {
    width: 60%;
  }
  body section.case-studies .case-study .col-md-3 a,
  body section.best-practices .case-study .col-md-3 a,
  body section.case-studies .practice .col-md-3 a,
  body section.best-practices .practice .col-md-3 a {
    margin: 20px 0;
  }
  body section.case-studies .case-study .col-md-8,
  body section.best-practices .case-study .col-md-8,
  body section.case-studies .practice .col-md-8,
  body section.best-practices .practice .col-md-8 {
    margin-bottom: 20px;
  }
  body section.case-studies .case-study .col-md-4,
  body section.best-practices .case-study .col-md-4,
  body section.case-studies .practice .col-md-4,
  body section.best-practices .practice .col-md-4 {
    margin-bottom: 10px;
  }
}
body section.case-studies a,
body section.best-practices a {
  display: inline-block;
  font-weight: 300 !important;
  color: #484848;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
body section.case-studies a i,
body section.best-practices a i {
  font-weight: 500;
  font-size: 11px;
  top: -1px;
  position: relative;
}
body section.case-studies a.circle-button,
body section.best-practices a.circle-button {
  width: auto;
  display: inline-block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  float: right;
  font-size: 12px;
  margin-bottom: 0px;
}
body section.case-studies a.align-right,
body section.best-practices a.align-right {
  text-align: right;
}
body section.case-studies strong,
body section.best-practices strong {
  margin-bottom: 10px;
  display: inline-block;
}
body section.case-studies img.logo,
body section.best-practices img.logo {
  width: 50%;
}
body section.case-studies img,
body section.best-practices img {
  width: 100%;
}
body section.case-studies hr.unruly,
body section.best-practices hr.unruly {
  margin-bottom: 50px;
}
body section.say-goodbye-to .col-sm-12,
body section.partner-benefits .col-sm-12 {
  margin-bottom: 20px;
}
body section.say-goodbye-to .good-bye::before,
body section.partner-benefits .good-bye::before {
  height: 100%;
  width: 4px;
  background: #808080;
  content: '';
  position: absolute;
  display: block;
}
body section.say-goodbye-to .good-bye.fragmented::before,
body section.partner-benefits .good-bye.fragmented::before {
  background: #bebee0;
}
body section.say-goodbye-to .good-bye.experts::before,
body section.partner-benefits .good-bye.experts::before {
  background: #c5dec5;
}
body section.say-goodbye-to .good-bye.lack::before,
body section.partner-benefits .good-bye.lack::before {
  background: #c9e0ea;
}
body section.say-goodbye-to .good-bye.metrics::before,
body section.partner-benefits .good-bye.metrics::before {
  background: #efdad7;
}
body section.say-goodbye-to .good-bye strong,
body section.partner-benefits .good-bye strong,
body section.say-goodbye-to .good-bye p,
body section.partner-benefits .good-bye p {
  padding-left: 15px;
  margin-bottom: 0px;
}
body .search-box .twitter-typeahead {
  float: left;
}
body .search-box .typeahead-error {
  border-bottom: 1px solid #efadad !important;
}
body .tt-dropdown-menu,
body .recent_searches {
  background: #FFF;
  border: 1px solid #c3d2d5;
  border-radius: 0 0 8px 8px;
  width: 100%;
  font-size: 20px;
}
body .tt-dropdown-menu .tt-dataset-experts,
body .recent_searches .tt-dataset-experts,
body .tt-dropdown-menu .tt-dataset-category,
body .recent_searches .tt-dataset-category {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
body .tt-dropdown-menu .tt-suggestion,
body .recent_searches .tt-suggestion {
  cursor: pointer;
}
body .tt-dropdown-menu .tt-suggestion p,
body .recent_searches .tt-suggestion p {
  color: #00324d !important;
  width: 100%;
  font-size: 20px;
}
body .tt-dropdown-menu .tt-suggestion:hover,
body .recent_searches .tt-suggestion:hover {
  background: #eef4f7 !important;
}
body .tt-dropdown-menu .tt-active,
body .recent_searches .tt-active {
  background: #eef4f7 !important;
}
body .recent_searches {
  position: absolute;
  z-index: 1000;
  top: 96%;
}
body .recent_searches h5 {
  padding-left: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 20px;
}
body .recent_searches ul {
  list-style-type: none;
  padding: 10px 20px;
  margin-bottom: 0px;
}
body .recent_searches ul li {
  margin-bottom: 11px;
}
body .recent_searches ul li a {
  background: #FFF;
  width: 100%;
  display: block;
  font-size: 20px;
  text-transform: CAPITALIZE;
  font-weight: 300 !important;
  color: #00324d !important;
}
body .recent_searches ul li a:hover {
  background: #eef4f7 !important;
}
body input:focus,
body select:focus,
body textarea:focus,
body button:focus {
  outline: none;
}
body #featured_searches .topic {
  height: auto !important;
  margin-top: 0px !important;
}
body .modal-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
body .modal-embed-container iframe,
body .modal-embed-container object,
body .modal-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body label.error {
  color: #E75753 !important;
  border: 1px solid #F7C7C5;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 300 !important;
  background: #FFF;
}
body #banner.banner-subpage .container {
  margin-top: 11%;
}
body #search .container h1 {
  color: #484848;
  margin-bottom: 30px;
  font-size: 24px;
}
body #search .container h1 strong {
  font-weight: 700;
  color: #056b97;
  margin-right: 5px;
  margin-bottom: 0px;
  display: block;
  line-height: 41px;
}
body #search .container h1 span {
  font-size: 18px;
}
body #search .search-box {
  padding: 10px;
  border: 1px solid #d2d6df;
  border-radius: 3px 0 0 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #eee;
}
body #search .search-box .twitter-typeahead {
  width: 90%;
}
@media (max-width: 992px) {
  body #search .search-box .twitter-typeahead {
    width: 85%;
  }
}
body #search .search-box .twitter-typeahead input {
  width: 100%;
}
@media (max-width: 480px) {
  body #search .search-box .twitter-typeahead {
    width: 80%;
  }
}
@media (max-width: 320px) {
  body #search .search-box .twitter-typeahead {
    width: 75%;
  }
}
body #search .search-box input {
  box-sizing: border-box;
  vertical-align: middle;
  width: 80%;
  background: #fff;
  color: #45494e;
  font-size: 20px;
  font-weight: 300;
  float: left;
  border: none;
  padding: 10px 10px 11px 10px;
}
@media (max-width: 480px) {
  body #search .search-box input {
    font-size: 17px;
    padding-top: 15px;
  }
}
@media (max-width: 320px) {
  body #search .search-box input {
    width: 75%;
  }
}
body #search .search-box input:active,
body #search .search-box input:focus {
  border-bottom: 1px solid #056b97;
}
body #search .search-box button {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  color: #fff;
  background-color: #056b97;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  vertical-align: middle;
  position: relative;
  width: 140px;
  height: 50px;
  border: 0;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
  border-radius: 3px;
  margin-left: 15px;
  width: 7%;
  float: right;
}
@media (max-width: 992px) {
  body #search .search-box button {
    width: 10%;
  }
  body #search .search-box button span {
    display: none;
  }
}
@media (max-width: 768px) {
  body #search .search-box button {
    background: transparent;
    color: #484848;
  }
}
body #search .search-box button i {
  font-weight: 500 !important;
  font-size: 16px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #homepage .jumbotron {
    margin-bottom: 0;
    border-bottom: none;
  }
  #homepage .jumbotron .content div.text {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 0;
    top: 10%;
    width: 60%;
  }
  #homepage .jumbotron .content .the-second div.text {
    background-color: rgba(4, 89, 127, 0.9);
    color: #fff;
  }
}
/* EXPERTS 
--------------------------------------*/
.expert {
  margin: 0 0 40px 0;
  min-height: 130px;
}
.expert:before,
.expert:after {
  content: " ";
  display: table;
}
.expert:after {
  clear: both;
}
.expert:before,
.expert:after {
  content: " ";
  display: table;
}
.expert:after {
  clear: both;
}
.expert img {
  float: left;
  margin: 0 10px 20px 0;
  max-width: 210px;
}
.expert img.logo {
  width: auto;
  height: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: none;
  border: none;
  float: none;
  margin: 0 0 10px 0;
}
.expert a {
  color: rgba(0, 0, 0, 0.85);
  font-size: 26px;
  font-weight: 600;
}
.expert h3 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.expert strong {
  color: rgba(0, 0, 0, 0.85);
}
.expert p {
  margin-bottom: 5px;
  font-size: 14.4px;
  line-height: 1.28571429;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}
.expert p a {
  color: #222222;
}
.expert p a:hover {
  color: #555555;
}
/* TOPICS 
--------------------------------------*/
.topic {
  margin-top: 20px;
}
.topic > a {
  position: relative;
  text-align: center;
  display: block;
}
.topic > a h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20.8px;
  position: absolute;
  top: 40%;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  -moz-text-shadow: 0 0 10px #000000;
  -webkit-text-shadow: 0 0 10px #000000;
}
.topic > a img {
  width: 100%;
}
.topic > a:hover h3 {
  font-size: 22.4px;
  color: #eaf8fe;
}
.topic > ul {
  text-align: center;
  padding-left: 0;
  margin: 10px 0;
}
.topic > ul li {
  list-style-type: none;
  display: inline;
}
.topic > ul li img {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
/* TOUR PAGE 
--------------------------------------*/
.tour {
  margin: 0 0 20px 0;
}
.tour h3.popover-title {
  display: none;
}
.tour-odd {
  background-color: #f5f7fb;
}
.tour-e {
  margin-bottom: -20px;
}
.tour-slider {
  padding: 80px 0;
}
.tour-slider h2 {
  font-size: 42px;
  border-bottom: 20px;
}
.tour-slider p {
  font-size: 17.6px;
  font-weight: 200;
}
.tour-slider .popover {
  box-shadow: none;
  font-weight: 700;
  -webkit-box-shadow: none;
}
.tour-slider .popover > .arrow {
  display: none !important;
}
.tour-slider .slider > h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #034866;
  margin: 40px auto 20px 0;
  text-align: center;
}
.tour-slider .slider figure {
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.tour-slider .slider figure img {
  width: 100%;
  max-width: 390px;
  border: 5px solid #A8BBDA;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.tour-slider .slider figure figcaption {
  text-align: center;
  font-weight: 200;
  margin: 10px auto;
  max-width: 370px;
}
.tour-slider .tour-nav > div {
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #A8BBDA;
}
.tour-slider .tour-nav > div h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #034866;
  color: #A8BBDA;
  margin-top: 5px;
  font-size: 16px;
}
.tour-slider .tour-nav > div.active {
  color: #4669a3;
}
.tour-slider .tour-nav > div.active h3 {
  color: #4669a3;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .tour-slider .slider figure {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .tour-slider .slider figure.active {
    opacity: 1;
  }
  .tour-slider .slider figure img {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
  }
  .tour-slider .slider figure figcaption {
    position: absolute;
    visibility: hidden;
    height: 0;
    width: 0;
  }
  .tour-slider .slider figure figcaption.first {
    top: 85px;
    right: 100px;
  }
  .tour-slider .slider figure figcaption.second {
    position: absolute;
    bottom: 85px;
    left: 100px;
  }
}
/* Medium devices (laptops and up) */
@media (min-width: 992px) {
  .tour-slider h2 span {
    white-space: nowrap;
  }
  .tour-slider .slider figure img {
    width: 390px;
    height: 390px;
    border-radius: 195px;
    -moz-border-radius: 195px;
    -webkit-border-radius: 195px;
  }
  .tour-slider .tour-nav > div h3 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .tour-slider {
    min-height: 460px;
  }
}
.tour {
  padding: 40px;
}
.tour h2 {
  font-size: 42px;
  border-bottom: 20px;
}
.tour .slide {
  display: none;
}
.tour .slide:first-child {
  display: block;
}
.tour p {
  font-weight: 200;
}
.tour .first p {
  margin: 0 0 10px 0;
}
.tour .second img {
  width: 100%;
}
@media (max-width: 992px) {
  .tour .popover-content {
    display: none;
  }
}
.tour .circle-button {
  float: none !important;
  display: inline-block !important;
}
/* GRADER PAGE 
--------------------------------------*/
#benefits.subnav_active-grader article#cta {
  display: none;
}
#benefits.subnav_active-grader #industry-intro {
  background-color: #ffffff;
}
#benefits.subnav_active-grader #grader-content .main {
  margin: 40px 0;
}
#benefits.subnav_active-grader #grader-content .main h3 {
  color: #04597f;
  font-weight: 700;
  line-height: 1.42857143;
  font-size: 20.8px;
  margin: 0 0 20px;
}
#benefits.subnav_active-grader #grader-content .main h4 {
  margin-top: 40px;
  font-weight: 700;
  color: #04597f;
  font-size: 19.2px;
}
#benefits.subnav_active-grader #grader-content .main h4 span {
  background: #04597f;
  color: #fff;
  padding: 8px 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  margin-right: 10px;
  font-size: 16px;
}
#benefits.subnav_active-grader #grader-content .main ul {
  margin-left: 30px;
  list-style-type: square;
  margin-bottom: 20px;
}
#benefits.subnav_active-grader #grader-content .main ul li {
  margin: 5px;
  font-size: 15.2px;
}
#benefits.subnav_active-grader #grader-content .sidebar {
  margin: 40px 0;
}
#benefits.subnav_active-grader #grader-content .sidebar img {
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 5px auto 15px;
}
#benefits.subnav_active-grader #grader-content .sidebar h3 {
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
#benefits.subnav_active-grader #grader-content .sidebar p {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
#benefits.subnav_active-grader #grader-content .sidebar p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#benefits.subnav_active-grader #grader-form-wrapper {
  font-weight: 500;
  background-color: #f2f5f6;
  padding: 40px 0;
  border-bottom: 5px solid #A8BBDA;
}
#benefits.subnav_active-grader #grader-form-wrapper h1 {
  color: #04597f;
  font-size: 24px;
  font-weight: 700;
}
#benefits.subnav_active-grader #grader-form-wrapper form {
  margin-top: 40px;
  background: #fff;
}
#benefits.subnav_active-grader #grader-form-wrapper form label sup {
  color: #067cb0;
}
#benefits.subnav_active-grader #grader-form-wrapper form .btn {
  font-size: 19.2px;
  font-weight: 700;
}
#embed-frame-spotlight_post {
  min-height: 100px !important;
}
.subnav_active-embed input.error,
.subnav_active-embed select.error {
  border: 1px solid #d43f3a;
}
.subnav_active-embed #industry-intro p {
  margin-bottom: 0;
}
.subnav_active-embed article#content {
  margin-bottom: 80px;
}
.subnav_active-embed article#content h3 {
  font-size: 19.2px;
}
.subnav_active-embed article#content .well hr {
  border-color: #b3b3b3;
}
.subnav_active-embed article#content #embed-form-wrapper {
  margin-top: 20px;
}
.subnav_active-embed article#content #embed-form-wrapper h3 {
  margin-bottom: 20px;
}
.subnav_active-embed article#content #embed-form-wrapper h4 {
  font-weight: 700;
  font-size: 16px;
}
.subnav_active-embed article#content #embed-form-wrapper .btn {
  text-transform: none;
}
.subnav_active-embed article#content #embed-form-wrapper label {
  color: #555555;
  font-size: 12.8px;
}
.subnav_active-embed article#content #embed-form-wrapper .customURL {
  display: none;
}
.subnav_active-embed article#content #embed-form-wrapper .customURL .add_custom_profile_url {
  width: 100%;
}
.subnav_active-embed article#content #embed-form-wrapper .webfont {
  display: none;
}
.subnav_active-embed article#content #embed-form-wrapper .webfont .add_other_font {
  width: 100%;
}
.subnav_active-embed article#content #embed-form-wrapper .colorpicker {
  margin-top: 10px;
}
.subnav_active-embed article#content #embed-form-wrapper .colorpicker label {
  display: inline-block;
  width: 85px;
  float: left;
  margin-right: 10px;
  text-align: right;
}
.subnav_active-embed article#content #embed-form-wrapper .embed_wrapper {
  border: 1px solid #eeeeee;
  padding: 40px 20px 20px;
  border-radius: 4px;
  position: relative;
}
.subnav_active-embed article#content #embed-form-wrapper .embed_wrapper .error {
  width: 90%;
  margin: 0 5%;
  position: absolute;
  top: 20%;
}
.subnav_active-embed article#content #embed-form-wrapper .embed_wrapper .fa-spinner {
  position: absolute;
  left: 48%;
  top: 30%;
}
.subnav_active-embed #cta {
  display: none;
}
.subnav_active-embed .content-type {
  margin-top: 20px;
}
.subnav_active-embed .content-type .btn {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 150px;
}
.subnav_active-embed .content-type hr {
  opacity: 0.3;
  margin: 15px;
}
.sp-container {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sp-container .sp-cancel {
  color: #067cb0 !important;
  text-transform: uppercase;
}
.sp-container .sp-choose {
  text-transform: uppercase;
}
.get-download-modal textarea {
  border: 1px solid #DDDDDD;
  height: 190px;
  width: 100%;
}
#homepage .jumbotron .content h1 {
  /*font-size: 36px;
	  margin-top: 0;
	  text-align: center;*/
  -webkit-font-smoothing: antialiased;
  display: block;
  letter-spacing: 3px;
  line-height: 42px;
  margin: 20px 0 5px 0;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  font-weight: 300;
  margin-top: 8%;
  font-size: 42px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 992px) and (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: -10%;
  }
}
@media (max-width: 922px) and (min-width: 768px) {
  #homepage .jumbotron .content div.text a {
    width: 30% !important;
  }
  #homepage .jumbotron .content div.text p {
    display: none;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -1%;
  }
}
@media (max-width: 1120px) {
  #homepage .jumbotron .content h1 {
    margin-top: 5%;
  }
}
@media (max-width: 768px) {
  #homepage .jumbotron .content h1 {
    margin-top: 5%;
  }
  #homepage .jumbotron .content div.text a {
    width: 100%;
  }
}
#homepage .jumbotron .content div.text {
  padding: 30px;
}
#homepage .jumbotron .content div.text p {
  /*max-width: 700px;*/
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#homepage .jumbotron .bxslider {
  visibility: hidden;
}
#homepage .jumbotron .bx-wrapper .bxslider {
  visibility: visible;
}
#homepage #org-logos {
  margin-bottom: 60px;
  padding: 20px 0 10px 0;
  background-color: #F9F9FA;
}
#homepage #org-logos img {
  margin: 0 10px 10px;
  opacity: 1;
  width: 125px;
}
#homepage #promote .col-sm-4 {
  margin-bottom: 60px;
}
#homepage #promote {
  text-align: center;
}
#homepage #promote i.fa {
  color: #8a959e;
  font-size: 8em;
}
#homepage #promote h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  color: #8a959e;
}
#homepage #promote p {
  font-weight: 200;
  font-size: 18px;
  width: 95%;
  margin: 0 auto;
}
#homepage #featured_in p.text-muted {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 20px 0;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #homepage .jumbotron {
    margin-bottom: 0;
    border-bottom: none;
  }
  #homepage .jumbotron .content div.text {
    background: rgba(25, 29, 34, 0.45);
    position: absolute;
    right: 0;
    top: 1%;
    width: 100%;
    height: 100%;
  }
  #homepage .jumbotron .content .the-second div.text {
    background: rgba(25, 29, 34, 0.45);
    color: #fff;
  }
  #homepage .jumbotron .content div.text a {
    text-transform: none;
    font-weight: 500;
    width: 25%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 992px) {
  #homepage .jumbotron .content h1 {
    font-size: 42px;
  }
  #homepage .jumbotron .content div.text {
    top: 1%;
  }
  #homepage .bx-viewport {
    max-height: 630px !important;
  }
}
@media (min-width: 768px) {
  #homepage .jumbotron .content div.text {
    width: 100% !important;
    background: rgba(25, 29, 34, 0.45);
    color: #fff;
  }
}
.divider {
  width: 100%;
  clear: both;
}
#services_content,
#industry-intro {
  padding: 40px 0;
  font-weight: 200;
}
#services_content #services-success-message,
#industry-intro #services-success-message {
  text-align: center;
}
#services_content #services-success-message p,
#industry-intro #services-success-message p {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
#services_content ul,
#industry-intro ul {
  padding: 0;
  padding-left: 20px;
}
#services_content ul li,
#industry-intro ul li {
  margin-bottom: 5px;
}
#services_content strong,
#industry-intro strong {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
}
#services_content .intro-row,
#industry-intro .intro-row {
  padding: 0px;
}
#services_content .intro-row p,
#industry-intro .intro-row p {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
#services_content .intro-row ul,
#industry-intro .intro-row ul {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
}
#services_content span.cost,
#industry-intro span.cost {
  font-size: 48px;
  font-weight: bold;
  color: #AFAFAF;
  margin-bottom: 10px;
  display: block;
}
#services_content span.cost sup,
#industry-intro span.cost sup {
  font-size: 13px;
  font-weight: 500;
  top: -25px;
  padding-left: 5px;
}
#services_content .error,
#industry-intro .error {
  border-color: #d43f3a;
}
#services_content label.error,
#industry-intro label.error {
  color: #d43f3a;
  font-weight: 500;
  padding-top: 5px;
}
#services_content .col-md-6 strong,
#industry-intro .col-md-6 strong {
  margin-bottom: 15px;
}
#services_content .col-md-6 .no-margin,
#industry-intro .col-md-6 .no-margin {
  margin-bottom: 0px;
}
#services_content .col-md-6 form label,
#industry-intro .col-md-6 form label {
  float: none;
  text-align: left;
  display: block;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 5px;
}
#services_content .col-md-6 form label.col-sm-3,
#industry-intro .col-md-6 form label.col-sm-3 {
  width: 100%;
}
#services_content .col-md-6 form #expiration,
#industry-intro .col-md-6 form #expiration {
  width: 100px;
  display: inline-block;
}
#services_content .col-md-6 form #cvc,
#industry-intro .col-md-6 form #cvc {
  width: 70px;
}
#services_content .col-md-6 form #credit_card,
#industry-intro .col-md-6 form #credit_card {
  width: 240px;
}
#services_content .col-md-6 form .col-sm-6 .col-sm-3,
#industry-intro .col-md-6 form .col-sm-6 .col-sm-3,
#services_content .col-md-6 form .col-sm-6 .col-sm-12,
#industry-intro .col-md-6 form .col-sm-6 .col-sm-12 {
  padding-left: 0px;
}
#services_content .col-md-6 form .powered-by,
#industry-intro .col-md-6 form .powered-by {
  width: 90px;
  position: relative;
  top: -2px;
}
#industry-intro {
  padding: 40px 0 0 0;
}
#experts h2,
#homepage h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
}
#experts #featured_experts img,
#homepage #featured_experts img {
  height: 100px;
  width: 100px;
}
#experts #trending_topics .col-sm-4,
#homepage #trending_topics .col-sm-4,
#experts #featured_searches .col-sm-4,
#homepage #featured_searches .col-sm-4,
#experts #trending_topics .col-sm-8,
#homepage #trending_topics .col-sm-8,
#experts #featured_searches .col-sm-8,
#homepage #featured_searches .col-sm-8 {
  padding-left: 0px;
}
@media (max-width: 480px) {
  #experts #trending_topics .col-sm-4,
  #homepage #trending_topics .col-sm-4,
  #experts #featured_searches .col-sm-4,
  #homepage #featured_searches .col-sm-4,
  #experts #trending_topics .col-sm-8,
  #homepage #trending_topics .col-sm-8,
  #experts #featured_searches .col-sm-8,
  #homepage #featured_searches .col-sm-8 {
    padding: 0px;
  }
}
#experts #trending_topics .col-sm-4.np,
#homepage #trending_topics .col-sm-4.np,
#experts #featured_searches .col-sm-4.np,
#homepage #featured_searches .col-sm-4.np,
#experts #trending_topics .col-sm-8.np,
#homepage #trending_topics .col-sm-8.np,
#experts #featured_searches .col-sm-8.np,
#homepage #featured_searches .col-sm-8.np {
  padding-right: 0px;
}
#experts #trending_topics .image-category,
#homepage #trending_topics .image-category,
#experts #featured_searches .image-category,
#homepage #featured_searches .image-category {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#experts #trending_topics .image-category .image-category-wrapper,
#homepage #trending_topics .image-category .image-category-wrapper,
#experts #featured_searches .image-category .image-category-wrapper,
#homepage #featured_searches .image-category .image-category-wrapper {
  overflow: hidden;
  position: relative;
}
#experts #trending_topics .image-category .image-category-wrapper .image-category-tint,
#homepage #trending_topics .image-category .image-category-wrapper .image-category-tint,
#experts #featured_searches .image-category .image-category-wrapper .image-category-tint,
#homepage #featured_searches .image-category .image-category-wrapper .image-category-tint {
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
#experts #trending_topics .image-category .image-category-wrapper .image-category-tint .image-category-image,
#homepage #trending_topics .image-category .image-category-wrapper .image-category-tint .image-category-image,
#experts #featured_searches .image-category .image-category-wrapper .image-category-tint .image-category-image,
#homepage #featured_searches .image-category .image-category-wrapper .image-category-tint .image-category-image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform .35s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 140px;
  background-color: #EFF2F5;
}
#experts #trending_topics .image-category .image-category-wrapper .image-category-text-wrapper,
#homepage #trending_topics .image-category .image-category-wrapper .image-category-text-wrapper,
#experts #featured_searches .image-category .image-category-wrapper .image-category-text-wrapper,
#homepage #featured_searches .image-category .image-category-wrapper .image-category-text-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  -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);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform .35s;
  width: 100%;
  text-align: center;
}
#experts #trending_topics .image-category .image-category-wrapper .image-category-text-wrapper .image-category-label,
#homepage #trending_topics .image-category .image-category-wrapper .image-category-text-wrapper .image-category-label,
#experts #featured_searches .image-category .image-category-wrapper .image-category-text-wrapper .image-category-label,
#homepage #featured_searches .image-category .image-category-wrapper .image-category-text-wrapper .image-category-label {
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  -moz-text-shadow: 0 0 10px #000000;
  -webkit-text-shadow: 0 0 10px #000000;
}
#experts #trending_topics .image-category .image-category-wrapper .image-category-text-wrapper .image-category-desc,
#homepage #trending_topics .image-category .image-category-wrapper .image-category-text-wrapper .image-category-desc,
#experts #featured_searches .image-category .image-category-wrapper .image-category-text-wrapper .image-category-desc,
#homepage #featured_searches .image-category .image-category-wrapper .image-category-text-wrapper .image-category-desc {
  color: #FFF;
  font-weight: 500;
  font-size: 13px;
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.7s, -webkit-transform 0.35s;
  transition: opacity 0.7s, -webkit-transform 0.35s;
}
#experts #trending_topics .image-category:last-child,
#homepage #trending_topics .image-category:last-child,
#experts #featured_searches .image-category:last-child,
#homepage #featured_searches .image-category:last-child {
  margin-bottom: 0px;
}
#experts #trending_topics .image-category:hover .image-category-tint:after,
#homepage #trending_topics .image-category:hover .image-category-tint:after,
#experts #featured_searches .image-category:hover .image-category-tint:after,
#homepage #featured_searches .image-category:hover .image-category-tint:after,
#experts #trending_topics .image-category:focus .image-category-tint:after,
#homepage #trending_topics .image-category:focus .image-category-tint:after,
#experts #featured_searches .image-category:focus .image-category-tint:after,
#homepage #featured_searches .image-category:focus .image-category-tint:after,
#experts #trending_topics .image-category:active .image-category-tint:after,
#homepage #trending_topics .image-category:active .image-category-tint:after,
#experts #featured_searches .image-category:active .image-category-tint:after,
#homepage #featured_searches .image-category:active .image-category-tint:after {
  opacity: .4;
  background-color: #282C35;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 3px;
}
#experts #trending_topics .image-category:hover .image-category-image,
#homepage #trending_topics .image-category:hover .image-category-image,
#experts #featured_searches .image-category:hover .image-category-image,
#homepage #featured_searches .image-category:hover .image-category-image,
#experts #trending_topics .image-category:focus .image-category-image,
#homepage #trending_topics .image-category:focus .image-category-image,
#experts #featured_searches .image-category:focus .image-category-image,
#homepage #featured_searches .image-category:focus .image-category-image,
#experts #trending_topics .image-category:active .image-category-image,
#homepage #trending_topics .image-category:active .image-category-image,
#experts #featured_searches .image-category:active .image-category-image,
#homepage #featured_searches .image-category:active .image-category-image {
  -webkit-transform: scale(1.12) !important;
  -moz-transform: scale(1.12) !important;
  -ms-transform: scale(1.12) !important;
  -o-transform: scale(1.12) !important;
  transform: scale(1.12) !important;
}
#experts #trending_topics .image-category:hover .image-category-text-wrapper,
#homepage #trending_topics .image-category:hover .image-category-text-wrapper,
#experts #featured_searches .image-category:hover .image-category-text-wrapper,
#homepage #featured_searches .image-category:hover .image-category-text-wrapper,
#experts #trending_topics .image-category:focus .image-category-text-wrapper,
#homepage #trending_topics .image-category:focus .image-category-text-wrapper,
#experts #featured_searches .image-category:focus .image-category-text-wrapper,
#homepage #featured_searches .image-category:focus .image-category-text-wrapper,
#experts #trending_topics .image-category:active .image-category-text-wrapper,
#homepage #trending_topics .image-category:active .image-category-text-wrapper,
#experts #featured_searches .image-category:active .image-category-text-wrapper,
#homepage #featured_searches .image-category:active .image-category-text-wrapper {
  -webkit-transform: translate3d(0, -25%, 0) !important;
  -moz-transform: translate3d(0, -25%, 0) !important;
  -ms-transform: translate3d(0, -25%, 0) !important;
  -o-transform: translate3d(0, -25%, 0) !important;
  transform: translate3d(0, -25%, 0) !important;
}
#experts #trending_topics .image-category:hover .image-category-desc,
#homepage #trending_topics .image-category:hover .image-category-desc,
#experts #featured_searches .image-category:hover .image-category-desc,
#homepage #featured_searches .image-category:hover .image-category-desc,
#experts #trending_topics .image-category:focus .image-category-desc,
#homepage #trending_topics .image-category:focus .image-category-desc,
#experts #featured_searches .image-category:focus .image-category-desc,
#homepage #featured_searches .image-category:focus .image-category-desc,
#experts #trending_topics .image-category:active .image-category-desc,
#homepage #trending_topics .image-category:active .image-category-desc,
#experts #featured_searches .image-category:active .image-category-desc,
#homepage #featured_searches .image-category:active .image-category-desc {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1 !important;
  -ms-filter: "alpha(Opacity=100)" !important;
  filter: alpha(opacity=100) !important;
}
#experts #trending_topics div.topic,
#homepage #trending_topics div.topic,
#experts #featured_searches div.topic,
#homepage #featured_searches div.topic,
#experts #trending_topics div.category,
#homepage #trending_topics div.category,
#experts #featured_searches div.category,
#homepage #featured_searches div.category {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 140px !important;
}
#experts #trending_topics div.topic h3,
#homepage #trending_topics div.topic h3,
#experts #featured_searches div.topic h3,
#homepage #featured_searches div.topic h3,
#experts #trending_topics div.category h3,
#homepage #trending_topics div.category h3,
#experts #featured_searches div.category h3,
#homepage #featured_searches div.category h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20.8px;
  position: absolute;
  top: 45%;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  -moz-text-shadow: 0 0 10px #000000;
  -webkit-text-shadow: 0 0 10px #000000;
}
#experts #trending_topics div.topic img,
#homepage #trending_topics div.topic img,
#experts #featured_searches div.topic img,
#homepage #featured_searches div.topic img,
#experts #trending_topics div.category img,
#homepage #trending_topics div.category img,
#experts #featured_searches div.category img,
#homepage #featured_searches div.category img {
  border-radius: 3px;
  opacity: 0.9;
}
#experts #trending_topics.featured_searches .image-category-text-wrapper,
#homepage #trending_topics.featured_searches .image-category-text-wrapper {
  top: 60% !important;
}
@media (max-width: 992px) {
  #experts #featured_searches .less-padding,
  #homepage #featured_searches .less-padding {
    padding-top: 0px;
  }
  #experts #featured_searches .topic,
  #homepage #featured_searches .topic {
    height: auto !important;
  }
  #experts #featured_searches .topic h3,
  #homepage #featured_searches .topic h3 {
    font-size: 16px !important;
  }
  #experts #featured_searches img,
  #homepage #featured_searches img {
    height: 110px;
  }
}
#experts .img-pressrelease-wrap,
#homepage .img-pressrelease-wrap {
  min-width: 200px;
  max-width: 300px;
  margin: auto;
}
#experts #benefits_content #about-content .button-wrap,
#homepage #benefits_content #about-content .button-wrap {
  max-width: 200px;
  margin: auto;
}
#search_results .breadcrumb {
  background: #FAFAFA;
  margin: 30px 0;
}
@media (max-width: 510px) {
  #search_results .breadcrumb {
    margin: 0px 0 20px 0 !important;
  }
}
@media (max-width: 900px) {
  #search_results .breadcrumb {
    margin: 10px 0 20px 0 !important;
  }
}
#search_results #experts {
  padding-bottom: 20px;
}
#user_persona .persona-card {
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 20px;
}
#user_persona .persona-card h2 {
  font-weight: 700 !important;
  color: #484848 !important;
  font-size: 30px !important;
  text-align: left;
  margin-bottom: 7px;
  margin-top: 10px;
}
#user_persona .persona-card p {
  font-weight: 200 !important;
  color: #484848 !important;
  font-size: 15px !important;
  margin-bottom: 5px;
}
#user_persona .persona-card a {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  float: left;
  font-size: 14px;
  margin-top: 15px;
}
#user_persona .persona-card a i {
  font-weight: 200 !important;
}
#user_persona .persona-card img {
  left: 0px !important;
  position: absolute !important;
  z-index: 1 !important;
  top: -37px;
  width: auto;
}
@media (max-width: 1200px) {
  #user_persona .persona-card img {
    top: -16px;
  }
}
@media (max-width: 992px) {
  #user_persona .persona-card img {
    top: 20px;
    position: relative !important;
  }
}
@media (max-width: 480px) {
  #user_persona .persona-card img {
    width: 100%;
  }
}
#user_persona .i-am-expert {
  background-color: #A7DFE1 !important;
  background: -moz-radial-gradient(farthest-corner at 30% 100%, #B7DFD0 20%, #A7DFE1 60%, #A3D1D6) !important;
  background: -webkit-radial-gradient(farthest-corner at 30% 100%, #B7DFD0 20%, #A7DFE1 60%, #A3D1D6) !important;
  background: radial-gradient(farthest-corner at 30% 100%, #B7DFD0 20%, #A7DFE1 60%, #A3D1D6) !important;
}
#user_persona .i-am-organization {
  background-color: #F63C46 !important;
  background: -moz-radial-gradient(farthest-corner at 30% 20%, #FF9077 20%, #F63C46 72%, #5C0030) !important;
  background: -webkit-radial-gradient(farthest-corner at 30% 20%, #FF9077 20%, #F63C46 72%, #5C0030) !important;
  background: radial-gradient(farthest-corner at 30% 20%, #aec4e8 20%, #92afde 72%, #476ca7) !important;
}
#user_persona .i-am-seeker {
  background-color: #FFD2C4 !important;
  background: -moz-radial-gradient(farthest-corner at 30% 20%, #FFEEC7 20%, #FFD2C4 60%, #FFA58C) !important;
  background: -webkit-radial-gradient(farthest-corner at 30% 20%, #FFEEC7 20%, #FFD2C4 60%, #FFA58C) !important;
  background: radial-gradient(farthest-corner at 30% 20%, #FFEEC7 20%, #FFD2C4 60%, #FFA58C) !important;
}
#user_persona .persona-card:last-child {
  margin-bottom: 0px;
}
#resources .resource-panel {
  background: none;
  border: 1px solid #d0d5d8;
  border-top-width: 3px;
  display: block;
  padding: 40px;
  margin-right: 20px;
  width: 32%;
  min-height: 300px;
}
@media (max-width: 1200px) {
  #resources .resource-panel {
    width: 31%;
    min-height: 330px;
  }
}
@media (max-width: 992px) {
  #resources .resource-panel {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  #resources .resource-panel {
    width: 100%;
    min-height: auto;
  }
}
#resources .resource-panel .date {
  font-size: 11px;
  color: #8a959e;
  font-weight: 600;
  float: none;
  text-transform: uppercase;
}
#resources .resource-panel strong {
  font-weight: 300;
  font-size: 22px;
  color: #323a45;
  line-height: 28px;
  margin-bottom: 20px;
  text-transform: none;
  display: block;
}
#resources .resource-panel p {
  font-weight: 300;
  color: #484848;
  margin-bottom: 30px;
}
#resources .resource-panel span {
  display: inline-block;
  font-weight: 300;
  color: #8a959e;
  font-size: 15px;
  float: right;
  text-transform: capitalize;
}
#resources .resource-panel span i {
  font-weight: 500;
  font-size: 11px;
  top: -1px;
  position: relative;
}
#resources .resource-panel:hover strong,
#resources .resource-panel:hover span,
#resources .resource-panel:hover i,
#resources .resource-panel:hover .date,
#resources .resource-panel:hover p {
  color: #FFF;
}
#resources .resource-panel.blog {
  border-color: #8d708e #e1e3e5 #e1e3e5;
}
#resources .resource-panel.blog:hover {
  background-color: #8d708e;
  border-color: #8d708e;
}
#resources .resource-panel.whitepaper {
  border-color: #807fff #e1e3e5 #e1e3e5;
}
#resources .resource-panel.whitepaper:hover {
  background-color: #807fff;
  border-color: #807fff;
}
#resources .resource-panel.webinar {
  border-color: #00ab84 #e1e3e5 #e1e3e5;
  margin-right: 0px;
}
#resources .resource-panel.webinar:hover {
  background-color: #00ab84;
  border-color: #00ab84;
}
#customers {
  margin-bottom: 40px;
}
#customers .carousel-control {
  background-image: none;
  color: #484848;
  top: 40%;
}
#customers .carousel-control span {
  color: #767676;
  font-weight: 700;
  text-shadow: none;
}
#customers .carousel-control.right {
  right: -80px;
}
#customers .carousel-control.left {
  left: -90px;
}
#customers blockquote {
  border: 0px;
  font-size: 15px;
  padding: 20px 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #747c83;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 300;
}
#customers h3 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-top: 5px;
}
#customers h3 a {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #484848 !important;
}
#customers strong a,
#customers h3 a {
  color: #747c83;
  font-size: 16px;
  font-weight: 500;
}
#customers .col-sm-10 {
  padding-right: 0px;
}
#customers img {
  display: inline-block;
  float: left;
  width: 125px;
  height: 125px;
  border-radius: 1000px;
  margin-right: 25px;
}
#customers img.logo {
  border-radius: 0px;
  width: 125px;
  height: auto;
  float: right;
  position: relative;
  top: 45px;
}
#customers img.logo.meerman {
  width: 70px;
  top: 10px;
}
#customers .featured-customers {
  margin-bottom: 60px;
}
#customers .featured-customers .row {
  margin-bottom: 0px;
}
#customers .featured-customers .row .col-md-2 {
  text-align: center;
}
#customers .featured-customers .row .col-md-2 img {
  border-radius: 0px;
  width: 90%;
  height: auto;
  margin: 0;
  float: none;
}
#customers .seprator {
  border-top: 1px solid #ececec;
}
h2.section-header {
  margin: 0px;
  color: #333c4e;
  margin: 40px 0px 40px 0;
  font-size: 21px !important;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  h2.section-header {
    font-size: 21px !important;
  }
}
@media (max-width: 480px) {
  h2.section-header {
    font-size: 18px !important;
    padding: 0 20px;
  }
}
h2.section-header.p {
  margin-bottom: 10px;
}
strong.section-subheader {
  text-align: center;
  display: block;
  margin-bottom: 40px;
  color: #484848;
  font-weight: 500;
}
@media (max-width: 768px) {
  strong.section-subheader {
    font-size: 14px;
    padding: 0 15px;
  }
}
a.view-more {
  display: inline-block;
  font-weight: 300 !important;
  color: #484848;
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
a.view-more i {
  font-weight: 500;
  font-size: 11px;
  top: -1px;
  position: relative;
}
a.view-more i.videoplayer-icon {
  font-size: 64px;
  margin-bottom: 10px;
  font-weight: 300;
}
.persona.organization,
.persona.individual,
.persona.seeker,
.about-us,
.resources-banner,
.persona.slide {
  padding-top: 145px;
}
.persona.organization #hero-content,
.persona.individual #hero-content,
.persona.seeker #hero-content,
.about-us #hero-content,
.resources-banner #hero-content,
.persona.slide #hero-content {
  position: relative;
}
.persona.organization .hero-button,
.persona.individual .hero-button,
.persona.seeker .hero-button,
.about-us .hero-button,
.resources-banner .hero-button,
.persona.slide .hero-button {
  color: #FFF !important;
  font-weight: bold !important;
  background-color: #52bbe5;
  border-bottom-color: #41b6e6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #41b6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #41b6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #41b6e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 12px 0px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 46px;
  hyphens: manual;
  letter-spacing: 0.4px;
  line-height: 13px;
  padding-bottom: 15px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 16px;
  text-align: center;
  text-decoration-color: #ffffff;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-size-adjust: 100%;
  text-transform: uppercase;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: all;
  transition-timing-function: ease;
  width: 185.359px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.persona.organization .hero-image img,
.persona.individual .hero-image img,
.persona.seeker .hero-image img,
.about-us .hero-image img,
.resources-banner .hero-image img,
.persona.slide .hero-image img {
  width: 100%;
}
.persona.organization h1,
.persona.individual h1,
.persona.seeker h1,
.about-us h1,
.resources-banner h1,
.persona.slide h1 {
  font-size: 35px;
  color: #484848;
  margin: 0px;
  font-weight: 700;
  padding: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .persona.organization h1,
  .persona.individual h1,
  .persona.seeker h1,
  .about-us h1,
  .resources-banner h1,
  .persona.slide h1 {
    font-size: 32px;
  }
}
.persona.organization p,
.persona.individual p,
.persona.seeker p,
.about-us p,
.resources-banner p,
.persona.slide p {
  font-size: 15px;
  color: #484848;
  margin: 0px;
}
@media (max-width: 480px) {
  .persona.organization p,
  .persona.individual p,
  .persona.seeker p,
  .about-us p,
  .resources-banner p,
  .persona.slide p {
    font-size: 14px;
  }
}
.persona.organization a,
.persona.individual a,
.persona.seeker a,
.about-us a,
.resources-banner a,
.persona.slide a {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: block;
  border: 1px solid #484848;
  padding: 10px 25px;
  border-radius: 1000px;
  float: left;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 0px;
}
@media (max-width: 480px) {
  .persona.organization a,
  .persona.individual a,
  .persona.seeker a,
  .about-us a,
  .resources-banner a,
  .persona.slide a {
    padding: 10px 15px;
  }
}
@media (max-width: 320px) {
  .persona.organization a,
  .persona.individual a,
  .persona.seeker a,
  .about-us a,
  .resources-banner a,
  .persona.slide a {
    padding: 10px 14px;
    font-size: 11px;
  }
}
.persona.organization a i,
.persona.individual a i,
.persona.seeker a i,
.about-us a i,
.resources-banner a i,
.persona.slide a i {
  font-weight: 500;
}
.persona.organization a.no-border,
.persona.individual a.no-border,
.persona.seeker a.no-border,
.about-us a.no-border,
.resources-banner a.no-border,
.persona.slide a.no-border {
  border: 0px;
}
@media (min-width: 768px) {
  .persona.organization .hero-image,
  .persona.individual .hero-image,
  .persona.seeker .hero-image,
  .about-us .hero-image,
  .resources-banner .hero-image,
  .persona.slide .hero-image {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .persona.organization h1,
  .persona.individual h1,
  .persona.seeker h1,
  .about-us h1,
  .resources-banner h1,
  .persona.slide h1 {
    padding-top: 30px;
  }
  .persona.organization p,
  .persona.individual p,
  .persona.seeker p,
  .about-us p,
  .resources-banner p,
  .persona.slide p {
    font-size: 14px;
  }
  .persona.organization a,
  .persona.individual a,
  .persona.seeker a,
  .about-us a,
  .resources-banner a,
  .persona.slide a {
    font-size: 11px;
  }
}
@media (min-width: 992px) {
  .persona.organization h1,
  .persona.individual h1,
  .persona.seeker h1,
  .about-us h1,
  .resources-banner h1,
  .persona.slide h1 {
    font-size: 36px;
    padding-top: 0px;
  }
  .persona.organization p,
  .persona.individual p,
  .persona.seeker p,
  .about-us p,
  .resources-banner p,
  .persona.slide p {
    font-size: 16px;
  }
  .persona.organization a,
  .persona.individual a,
  .persona.seeker a,
  .about-us a,
  .resources-banner a,
  .persona.slide a {
    font-size: 14px;
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .persona.organization,
  .persona.individual,
  .persona.seeker,
  .about-us,
  .resources-banner,
  .persona.slide {
    padding-top: 85px;
  }
  .persona.organization .banner-overlay .col-sm-5,
  .persona.individual .banner-overlay .col-sm-5,
  .persona.seeker .banner-overlay .col-sm-5,
  .about-us .banner-overlay .col-sm-5,
  .resources-banner .banner-overlay .col-sm-5,
  .persona.slide .banner-overlay .col-sm-5 {
    float: none;
    width: 100%;
  }
  .persona.organization .banner-overlay .col-sm-7,
  .persona.individual .banner-overlay .col-sm-7,
  .persona.seeker .banner-overlay .col-sm-7,
  .about-us .banner-overlay .col-sm-7,
  .resources-banner .banner-overlay .col-sm-7,
  .persona.slide .banner-overlay .col-sm-7 {
    float: none;
    width: 100%;
    position: static;
  }
}
.banner-overlay .col-sm-5 {
  min-height: 350px;
}
@media (max-width: 992px) {
  .banner-overlay .col-sm-5 {
    min-height: 250px;
  }
}
@media (max-width: 768px) {
  .banner-overlay .col-sm-5 {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .banner-overlay .col-sm-5 {
    min-height: 290px;
  }
}
.persona.individual {
  background-repeat: no-repeat !important;
  background-image: -moz-linear-gradient(-30deg, rgba(98, 152, 148, 0.5) -20%, rgba(185, 243, 238, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(186, 243, 239, 0.5) 100%) !important;
  background-image: -webkit-linear-gradient(-30deg, rgba(98, 152, 148, 0.5) -20%, rgba(185, 243, 238, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(186, 243, 239, 0.5) 100%) !important;
  background-image: linear-gradient(-30deg, rgba(98, 152, 148, 0.5) -20%, rgba(185, 243, 238, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(186, 243, 239, 0.5) 100%) !important;
}
.persona.individual a.hero-button {
  background: #40908b;
  border-color: #40908b;
}
.persona.organization a.hero-button {
  background: #5e78a0;
  border-color: #5e78a0;
}
.organization-body ul {
  margin-bottom: 10px;
}
.organization-body ul li {
  margin-bottom: 5px;
  font-size: 14px;
}
.try-expertfile-wrap {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .try-expertfile-wrap img {
    margin-bottom: 20px;
  }
}
.try-expertfile-wrap .hero-button {
  border: 1px solid #056b97;
  color: #fff !important;
  background-color: #056b97;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  letter-spacing: .05rem;
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  .try-expertfile-wrap p {
    text-align: left !important;
  }
}
.try-expertfile-wrap a {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  border: 1px solid #484848;
  padding: 10px 25px;
  border-radius: 1000px;
  float: none;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (max-width: 320px) {
  .try-expertfile-wrap a {
    padding: 10px 14px;
    font-size: 11px;
  }
}
.try-expertfile-wrap a i {
  font-weight: 500;
}
.persona.seeker {
  background-repeat: no-repeat !important;
  background-image: -moz-linear-gradient(-30deg, rgba(255, 238, 199, 0.5) -20%, rgba(255, 238, 196, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(255, 165, 140, 0.5) 100%) !important;
  background-image: -webkit-linear-gradient(-30deg, rgba(255, 238, 199, 0.5) -20%, rgba(255, 238, 196, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(255, 165, 140, 0.5) 100%) !important;
  background-image: linear-gradient(-30deg, rgba(255, 238, 199, 0.5) -20%, rgba(255, 238, 196, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(255, 165, 140, 0.5) 100%) !important;
}
.persona.seeker a.hero-button {
  background: #b1826a;
  border-color: #b1826a;
}
.resources-banner {
  background-repeat: no-repeat !important;
  background-image: -moz-linear-gradient(-30deg, rgba(255, 238, 199, 0.5) -20%, rgba(255, 238, 196, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(142, 140, 255, 0.5) 100%) !important;
  background-image: -webkit-linear-gradient(-30deg, rgba(255, 238, 199, 0.5) -20%, rgba(255, 238, 196, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(142, 140, 255, 0.5) 100%) !important;
  background-image: linear-gradient(-30deg, rgba(255, 238, 199, 0.5) -20%, rgba(255, 238, 196, 0) 30%), radial-gradient(circle farthest-corner at 30% -50%, rgba(234, 232, 227, 0.5) 0%, rgba(142, 140, 255, 0.5) 100%) !important;
}
.resources-banner a.hero-button {
  background: #625c88;
  border-color: #625c88;
}
.tour-slider .tour-nav h3 {
  font-size: 15px !important;
  text-transform: capitalize !important;
}
@media (max-width: 991px) {
  .tour-slider .tour-nav h3 {
    font-size: 13px !important;
  }
}
.tour-slider div.active h3,
.tour-slider div.active i {
  color: #4669a3 !important;
}
.circle-button {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  float: left;
  font-size: 14px;
  margin-top: 30px;
}
.circle-button i {
  font-weight: 500;
}
section.individual-content h6 {
  color: #747c83;
  font-weight: 900;
  font-size: 16px;
}
section.individual-content ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 17px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}
section.individual-content ul li {
  margin-bottom: 20px;
}
section.individual-content ul li span {
  color: #747c83;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
section.individual-content ul li span strong {
  font-weight: 500;
}
section.individual-content p strong {
  font-weight: 500;
}
section.individual-benefits h5,
.partner-reasons h5 {
  font-weight: 900;
}
section.individual-benefits ul,
.partner-reasons ul {
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
section.individual-benefits ul li,
.partner-reasons ul li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
}
section.individual-benefits ul li span,
.partner-reasons ul li span {
  color: #747c83;
  padding: 10px;
  margin: 15px 10px 0 0;
}
section.individual-benefits ul li::before,
.partner-reasons ul li::before {
  height: 40px;
  width: 4px;
  background: #808080;
  content: '';
  position: absolute;
  display: block;
  bottom: 0px;
}
section.individual-benefits ul li.one::before,
.partner-reasons ul li.one::before {
  background: #bebee0;
}
section.individual-benefits ul li.two::before,
.partner-reasons ul li.two::before {
  background: #e6d1e6;
}
section.individual-benefits ul li.three::before,
.partner-reasons ul li.three::before {
  background: #efdad7;
}
section.individual-benefits ul li.four::before,
.partner-reasons ul li.four::before {
  background: #ecd4e1;
}
section.individual-benefits ul li.five::before,
.partner-reasons ul li.five::before {
  background: #c9e0ea;
}
section.individual-benefits ul li.six::before,
.partner-reasons ul li.six::before {
  background: #c5dec5;
}
.cname-section img {
  width: 60%;
}
@media (max-width: 768px) {
  .cname-section img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .embeds-section .col-sm-3 i,
  .sso .col-sm-3 i {
    margin: 20px 0;
  }
}
section.tour .buttony a.active {
  font-weight: bold;
  text-decoration: underline !important;
}
section.terms-ind ul,
section.terms-corp ul,
.privacy-section ul,
.cname-section ul,
section.embeds-section ul,
.profilebuild-section ul,
section.sso ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 17px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}
section.terms-ind ul li,
section.terms-corp ul li,
.privacy-section ul li,
.cname-section ul li,
section.embeds-section ul li,
.profilebuild-section ul li,
section.sso ul li {
  margin-bottom: 20px;
  color: #747c83;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
section.terms-ind a,
section.terms-corp a,
.privacy-section a,
.cname-section a,
section.embeds-section a,
.profilebuild-section a,
section.sso a {
  font-weight: 200 !important;
  color: #484848 !important;
  font-size: 14px;
}
section.terms-ind a i,
section.terms-corp a i,
.privacy-section a i,
.cname-section a i,
section.embeds-section a i,
.profilebuild-section a i,
section.sso a i {
  font-weight: 500;
}
section.profilebuild-section label.control-label {
  text-align: left;
}
section.profilebuild-section h1 {
  color: #484848;
  text-align: center;
}
section.profilebuild-section #services-success-message {
  text-align: center;
}
section.profilebuild-section #services-success-message p {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
section.profilebuild-section ul {
  padding: 0;
  padding-left: 20px;
}
section.profilebuild-section ul li {
  margin-bottom: 5px;
}
section.profilebuild-section strong {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
  display: block;
}
section.profilebuild-section .intro-row {
  padding: 0px;
}
section.profilebuild-section .intro-row p {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
section.profilebuild-section .intro-row ul {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
}
section.profilebuild-section span.cost {
  font-size: 48px;
  font-weight: bold;
  color: #AFAFAF;
  margin-bottom: 10px;
  display: block;
}
section.profilebuild-section span.cost sup {
  font-size: 13px;
  font-weight: 500;
  top: -25px;
  padding-left: 5px;
}
section.profilebuild-section .error {
  border-color: #d43f3a;
}
section.profilebuild-section label.error {
  color: #d43f3a;
  font-weight: 500;
  padding-top: 5px;
  border: 0px;
}
section.profilebuild-section .col-md-6 strong {
  margin-bottom: 15px;
}
section.profilebuild-section .col-md-6 .no-margin {
  margin-bottom: 0px;
}
section.profilebuild-section .col-md-6 form label {
  float: none;
  text-align: left;
  display: block;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-top: 5px;
}
section.profilebuild-section .col-md-6 form label.col-sm-3 {
  width: 100%;
}
section.profilebuild-section .col-md-6 form #expiration {
  width: 100px;
  display: inline-block;
}
section.profilebuild-section .col-md-6 form #cvc {
  width: 70px;
}
section.profilebuild-section .col-md-6 form #credit_card {
  width: 240px;
}
section.profilebuild-section .col-md-6 form .col-sm-6 .col-sm-3,
section.profilebuild-section .col-md-6 form .col-sm-6 .col-sm-12 {
  padding-left: 0px;
}
section.profilebuild-section .col-md-6 form .powered-by {
  width: 90px;
  position: relative;
  top: -2px;
}
section.profilebuild-section .col-md-6 form button {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  float: left;
  font-size: 14px;
  background: #FFF;
  margin-top: 15px;
}
section.profilebuild-section .col-md-6 form button i {
  font-weight: 500;
}
section.embeds-section tr th,
section.sso tr th {
  background: #FFF !important;
}
section.embeds-section strong,
section.sso strong {
  margin-bottom: 10px;
  display: block;
}
section.embeds-section p,
section.sso p {
  margin-bottom: 20px;
}
section.embeds-section .view-demo,
section.sso .view-demo {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  font-size: 14px;
  margin: 30px 0;
}
section.embeds-section .view-demo i,
section.sso .view-demo i {
  font-weight: 500;
}
section.embeds-section img,
section.sso img {
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.embeds-section img,
  section.sso img {
    margin-bottom: 20px !important;
    width: 100%;
  }
}
section.embeds-section .sso-long,
section.sso .sso-long {
  width: 250px;
}
section.embeds-section .top-space,
section.sso .top-space {
  display: block;
  margin-top: 10px;
  max-width: 450px;
}
.portal {
  padding-top: 88px;
}
.portal #carousel-example-generic-mobile {
  display: none;
}
@media (max-width: 768px) {
  .portal #carousel-example-generic-mobile {
    display: block;
  }
}
.portal #carousel-example-generic {
  display: block;
}
@media (max-width: 768px) {
  .portal #carousel-example-generic {
    display: none;
  }
}
.portal .no-pad-left {
  padding-left: 0px;
}
.portal .portal-callout {
  background: #dc6b6b;
  padding: 20px 0;
  color: #FFF;
}
@media (max-width: 768px) {
  .portal .portal-callout {
    padding: 20px;
  }
}
.portal .portal-callout strong {
  display: block;
  font-size: 24px;
}
.portal .portal-callout strong.lgr {
  font-size: 59px;
  line-height: 61px;
}
@media (max-width: 768px) {
  .portal .portal-callout strong.lgr {
    font-size: 50px;
    line-height: 52px;
  }
}
.portal .portal-callout p {
  margin-bottom: 0px;
  padding-top: 18px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .portal .portal-callout p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .portal .portal-callout .portal-callout-txt {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .portal .portal-callout .portal-callout-txt {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .portal .portal-callout .container {
    padding: 0px;
  }
}
.portal .portal-sub-callout {
  padding: 20px 0;
  font-size: 15px;
  border-bottom: 1px solid #eae8e8;
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .portal .portal-sub-callout {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .portal .portal-sub-callout {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .portal .portal-sub-callout {
    padding: 20px 10px;
  }
}
.portal .portal-sub-callout .container {
  padding: 0px 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .portal .portal-sub-callout .container {
    padding: 0px;
  }
}
.portal .portal-sub-callout .attention-wrp {
  padding-left: 5px;
}
.portal .portal-sub-callout .attention-wrp strong {
  color: #dc6b6b;
}
.portal .portal-sub-callout .contact-us {
  padding-right: 0px;
  text-align: center;
  padding-top: 10px;
}
.portal .portal-sub-callout .contact-us .lrg-scr {
  display: none;
}
@media (min-width: 1200px) {
  .portal .portal-sub-callout .contact-us .lrg-scr {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .portal .portal-sub-callout .contact-us {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .portal .portal-sub-callout .contact-us {
    display: block;
    padding-top: 10px;
  }
}
.portal .portal-sub-callout a {
  display: inline-block;
  border: 1px solid #067cb0;
  width: auto;
  padding: 10px 18px;
  border-radius: 8px;
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .portal .portal-sub-callout a {
    margin-top: 15px;
  }
}
.portal section.plans h1 {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .portal section.plans h1 {
    padding-top: 0px;
    margin-top: 10px;
  }
}
.portal .featured-topic-col-wrap .spotlight-item {
  margin-top: 20px !important;
}
.portal .portal-category-heading {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 20px;
}
.portal .portal-category-heading h2 {
  line-height: 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.84);
  display: block;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-align: left !important;
  margin: 0 15px 10px;
  float: left;
}
.portal .portal-category-heading a {
  display: block;
  float: right;
  margin: 0 15px 10px;
  font-size: 14px !important;
}
.portal .featured-portal-carousel .carousel-control {
  background: transparent;
  font-size: 28px;
  padding-top: 65px;
  color: #333333;
  width: 20px;
}
.portal .featured-portal-carousel .featured-expert {
  text-align: center;
  width: 20%;
}
@media (max-width: 768px) {
  .portal .featured-portal-carousel .featured-expert {
    width: 100%;
  }
}
.portal .featured-portal-carousel .featured-expert img {
  width: 140px;
  height: 140px;
  border-radius: 1000px;
  border: 2px solid #EFEFEF;
  display: inline-block;
  float: none;
}
.portal .featured-portal-carousel .featured-expert h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-top: 0px;
  margin-bottom: 5px;
}
.portal .featured-portal-carousel .featured-expert h2 a {
  font-size: 18px !important;
}
.portal .featured-portal-carousel .featured-expert strong {
  font-size: 14px !important;
}
.portal #portal-category-list {
  margin-bottom: 20px;
}
.portal #portal-category-list .tag {
  margin: 0 0 10px 10px;
}
.portal #portal-category-list .tag:hover {
  opacity: 0.8;
}
section.search-results {
  padding-bottom: 20px;
}
section.search-results strong.query-search-title {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.55) !important;
  text-transform: uppercase;
}
section.search-results .query-search-tag {
  padding: 10px 10px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FAFAFA;
  border-radius: 8px;
  display: inline-block;
  width: auto;
  text-transform: capitalize;
  cursor: pointer;
}
section.search-results .query-search-tag i {
  font-size: 13px;
}
section.search-results .find-experts .featured-searchbar-col-wrap {
  padding-left: 0px;
}
@media (max-width: 510px) {
  section.search-results .find-experts .featured-searchbar-col-wrap {
    padding-left: inherit;
  }
}
section.search-results .find-experts h1 {
  text-align: left;
  font-size: 48px;
}
section.search-results .find-experts p {
  text-align: left;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.55);
  line-height: inherit;
}
section.search-results .find-experts form {
  margin: 0px;
  width: 480px;
}
@media (max-width: 510px) {
  section.search-results .find-experts form {
    width: auto;
  }
}
section.search-results .find-experts .featured-topic-col-wrap {
  padding-right: 0px;
  position: relative;
}
section.search-results .find-experts .featured-topic-col-wrap .missing-img {
  width: 100%;
  height: 155px;
  background: #f9f7f7;
  border-radius: 5px;
}
section.search-results .find-experts .featured-topic-col-wrap .missing-img i {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.05);
  padding-top: 50px;
  text-align: center;
  display: inherit;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item {
  margin-top: 135px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 15px;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .org-name {
  display: block !important;
  color: rgba(0, 0, 0, 0.84);
  font-weight: 500;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item strong.featured-title {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 11px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.55) !important;
  text-transform: uppercase;
  padding-left: 15px;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item strong.featured-title i {
  font-size: 9px;
  position: relative;
  top: -3px;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .col-md-4 {
  padding: 0px;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .col-md-4 a {
  text-align: right;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  font-size: 14px;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item a.more-spotlight-results {
  float: right;
  margin-top: 5px;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item h3 {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-top: 0px !important;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item h3 a {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  margin-bottom: 2px;
  display: block;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .spotlight-meta .spotlight-meta-one a {
  display: block;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .spotlight-meta .spotlight-meta-one span {
  margin-bottom: 5px;
  display: inline-block;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .spotlight-meta-two {
  text-align: left;
  padding-right: 5px;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .spotlight-meta-two img {
  width: 42px;
  height: 42px;
  border-radius: 1000px;
}
section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .image-over {
  background-origin: border-box;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  font-weight: 400;
  width: 100%;
  height: 155px;
  border-radius: 5px;
}
@media (max-width: 510px) {
  section.search-results .find-experts .featured-topic-col-wrap {
    padding-right: inherit;
  }
  section.search-results .find-experts .featured-topic-col-wrap strong {
    padding-left: 0px !important;
  }
  section.search-results .find-experts .featured-topic-col-wrap .spotlight-item {
    margin-top: 20px !important;
  }
  section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .col-md-8 {
    padding: 0px;
  }
  section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .col-md-4 {
    margin-top: 20px;
    display: block !important;
  }
}
@media (max-width: 900px) {
  section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .col-md-4 {
    display: none;
  }
}
@media (max-width: 1025px) {
  section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .col-md-8 {
    width: 100%;
  }
  section.search-results .find-experts .featured-topic-col-wrap .spotlight-item .col-md-4 {
    display: none;
  }
}
section.search-results .find-experts .featured-topic-b {
  float: right;
  padding-top: 110px;
  margin-top: 48px;
}
section.search-results .find-experts .featured-topic-b .featured-topic-b-image {
  float: right;
  height: 128px;
  width: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
section.search-results .find-experts .featured-topic-b .featured-topic-b-image img {
  z-index: -100;
  min-height: 100%;
  min-width: 100%;
}
@media (max-width: 510px) {
  section.search-results .find-experts .featured-topic-b .featured-topic-b-image {
    width: auto;
  }
}
section.search-results .find-experts .featured-topic-b .featured-topic-b-meta {
  width: 180px;
  float: left;
}
section.search-results .find-experts .featured-topic-b .featured-topic-b-meta strong {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 11px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.55) !important;
  text-transform: uppercase;
}
section.search-results .find-experts .featured-topic-b .featured-topic-b-meta strong i {
  font-size: 9px;
  position: relative;
  top: -3px;
}
section.search-results .find-experts .featured-topic-b .featured-topic-b-meta a {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  margin-bottom: 2px;
  display: block;
}
section.search-results .find-experts .featured-topic-b .featured-topic-b-meta span {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.55) !important;
}
@media (max-width: 510px) {
  section.search-results .find-experts .featured-topic-b {
    padding-top: 0px;
    margin-top: 30px !important;
    float: none;
  }
  section.search-results .find-experts .featured-topic-b .featured-topic-b-meta {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  section.search-results .find-experts .featured-topic-b .featured-topic-b-meta strong {
    margin: 5px 0px;
  }
  section.search-results .find-experts .featured-topic-b .featured-topic-b-image {
    float: none;
    width: 100% !important;
    display: block !important;
  }
}
@media (max-width: 1025px) {
  section.search-results .find-experts .featured-topic-col-wrap .featured-topic-b {
    float: none;
    text-align: center;
  }
  section.search-results .find-experts .featured-topic-col-wrap .featured-topic-b .featured-topic-b-meta {
    width: 100%;
  }
  section.search-results .find-experts .featured-topic-col-wrap .featured-topic-b .featured-topic-b-meta strong {
    text-align: center;
  }
  section.search-results .find-experts .featured-topic-col-wrap .featured-topic-b .featured-topic-b-image {
    display: none;
  }
}
@media (max-width: 900px) {
  section.search-results .find-experts .featured-searchbar-col-wrap h1 {
    font-size: 32px;
  }
  section.search-results .find-experts .featured-searchbar-col-wrap form {
    width: inherit;
  }
  section.search-results .find-experts .featured-topic-col-wrap .featured-topic-b {
    float: none;
    text-align: center;
  }
  section.search-results .find-experts .featured-topic-col-wrap .featured-topic-b .featured-topic-b-meta {
    width: 100%;
    float: left;
  }
  section.search-results .find-experts .featured-topic-col-wrap .featured-topic-b .featured-topic-b-meta strong {
    text-align: center;
  }
  section.search-results .find-experts .featured-topic-col-wrap .featured-topic-b .featured-topic-b-image {
    display: none;
  }
}
section.search-results strong {
  display: block;
  margin: 40px 0;
  text-align: center;
}
section.search-results .image-category {
  height: auto !important;
  margin-bottom: 20px !important;
}
section.search-results .topic {
  margin-bottom: 0px;
}
section.search-results .topic.no-margin {
  margin-bottom: 0px !important;
}
section.search-results .main-search-bar input {
  background: #fff;
  color: #45494e;
  font-size: 16px;
  font-weight: 300 !important;
}
section.search-results a.stylized {
  font-weight: 200 !important;
  color: #484848 !important;
  display: inline-block !important;
  font-size: 14px;
  text-align: center;
  margin-top: 30px !important;
  height: auto !important;
}
section.search-results a.stylized i {
  font-weight: 500;
}
section.search-results .expert a {
  font-weight: 200 !important;
  color: #484848 !important;
  display: inline !important;
  font-size: 14px;
  text-align: center;
}
section.search-results .twitter-typeahead {
  width: 100%;
}
section.search-results .twitter-typeahead strong {
  display: inline !important;
  margin: 0 !important;
  text-align: left !important;
}
section.search-results .twitter-typeahead input {
  height: 49px;
}
section#advisors a,
section.leadership a {
  font-weight: 500 !important;
  color: #484848 !important;
}
@media (max-width: 992px) {
  section#advisors .expert,
  section.leadership .expert {
    text-align: center;
  }
  section#advisors .expert img,
  section.leadership .expert img {
    float: none;
  }
}
section.plans h1 {
  font-size: 42px;
  color: #484848;
  padding-top: 111px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  section.plans h1 {
    padding-top: 80px;
  }
}
section.plans .sub-page {
  margin-top: 30px;
}
section.plans .logo-wrapper {
  text-align: center;
}
section.plans .logo-wrapper img {
  width: 150px;
}
section.plans .subscription-table {
  margin: 50px 0;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
  padding: 30px;
}
section.plans .subscription-table .pricing-row.disabled {
  opacity: 0.3;
}
@media (max-width: 480px) {
  section.plans .subscription-table .pricing-row.disabled {
    display: none;
  }
}
section.plans .subscription-table .pricing-row {
  text-align: center;
}
section.plans .subscription-table .pricing-row h3 {
  color: #333c4e;
}
@media (max-width: 768px) {
  section.plans .subscription-table .pricing-row h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  section.plans .subscription-table .pricing-row h3 {
    font-size: 24px;
  }
}
section.plans .subscription-table .pricing-row p.body-text {
  line-height: inherit;
  font-size: 13px;
}
section.plans .subscription-table .pricing-row .pricing-border {
  height: 4px;
  width: 100%;
}
section.plans .subscription-table .pricing-row .pricing-border.seeker {
  background: #A7DFE1;
}
section.plans .subscription-table .pricing-row .pricing-border.individual {
  background: #aec4e8;
}
section.plans .subscription-table .pricing-row .pricing-border.organization {
  background: #FFEEC7;
}
section.plans .subscription-table .pricing-row .pricing-border.team {
  background: #e2c6c6;
}
@media (min-width: 768px) and (max-width: 992px) {
  section.plans .subscription-table .pricing-row .spec-apply-wrap {
    position: relative;
    min-height: 330px;
  }
  section.plans .subscription-table .pricing-row .spec-apply-wrap a {
    position: absolute !important;
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 1200px) {
  section.plans .subscription-table .pricing-row .spec-wrap {
    min-height: 232px;
  }
}
@media (max-width: 992px) {
  section.plans .subscription-table .pricing-row .spec-wrap {
    min-height: 240px;
  }
}
@media (max-width: 480px) {
  section.plans .subscription-table .pricing-row .spec-wrap {
    min-height: auto;
  }
}
section.plans .subscription-table .pricing-row .pricing-info {
  min-height: 120px;
}
@media (max-width: 480px) {
  section.plans .subscription-table .pricing-row .pricing-info {
    min-height: auto;
  }
}
section.plans .subscription-table .pricing-row .pricing-info strong.price {
  position: relative;
  display: block;
  font-size: 34px;
  margin-bottom: 10px;
}
section.plans .subscription-table .pricing-row .pricing-info strong.price sup {
  color: #a0a0a2;
  top: -10px;
  font-size: 22px;
  left: -5px;
  font-weight: 300;
}
section.plans .subscription-table .pricing-row .pricing-info strong.price sup.dollar-sign {
  font-size: 12px;
  top: -15px;
  left: 0px;
}
@media (max-width: 768px) {
  section.plans .subscription-table .pricing-row .pricing-info strong.price .hide-mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  section.plans .subscription-table .pricing-row .pricing-info strong.price {
    font-size: 24px;
  }
  section.plans .subscription-table .pricing-row .pricing-info strong.price .hide-mobile {
    display: block;
  }
}
section.plans .subscription-table .pricing-row .pricing-info .body-details {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 16px;
  opacity: .8;
  -moz-opacity: .8;
  -khtml-opacity: .8;
  text-shadow: none;
}
section.plans .subscription-table .pricing-row .pricing-info .body-details b {
  font-size: 11px;
}
section.plans .subscription-table .pricing-row .pricing-info .body-details .tooltip {
  opacity: .95 !important;
}
section.plans .subscription-table .pricing-row .pricing-info .body-details .tooltip .tooltip-inner {
  opacity: .95  !important;
}
@media (max-width: 1200px) {
  section.plans .subscription-table .pricing-row .pricing-info strong.price {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  section.plans .subscription-table .pricing-row .pricing-info .body-details {
    margin-bottom: 19px;
    font-size: 12px;
  }
  section.plans .subscription-table .pricing-row .pricing-info strong.price {
    font-size: 32px;
  }
}
section.plans .subscription-table .pricing-row .pricing-includes {
  border-top: 1px solid #cfcfd0;
  margin-top: 20px;
}
section.plans .subscription-table .pricing-row ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 17px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}
section.plans .subscription-table .pricing-row ul li {
  margin-bottom: 20px;
}
section.plans .subscription-table .pricing-row ul li span {
  color: #565759;
  font-weight: 300;
  display: block;
  font-size: 14px;
}
section.plans .subscription-table .pricing-row ul li em {
  font-style: normal;
  font-size: 13px;
}
section.plans .subscription-table .pricing-row a.big-callout {
  display: block;
  min-width: 7rem;
  width: 100%;
  margin-top: 1.5rem;
  padding-top: 13px;
  padding-bottom: 14px;
  font-weight: 700;
  text-shadow: none;
  font-size: 1.00625rem;
  border-radius: 6px;
  background: #0e96d2;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: Slack-Lato, appleLogo, sans-serif;
  line-height: 1.2rem;
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: .25rem;
  box-shadow: none;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 992px) {
  section.plans .subscription-table .pricing-row a.big-callout {
    font-size: 15px;
  }
}
section.plans .subscription-table .pricing-row .pricing-sub {
  border-bottom: 1px solid #cfcfd0;
  padding-bottom: 22px;
}
section.plans .subscription-table .pricing-row .pricing-sub h3 {
  color: #3a4351;
  text-align: left;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 0px;
}
section.plans .subscription-table .pricing-row .pricing-sub p {
  text-align: left;
  margin-bottom: 0px;
  font-size: 15px;
}
section.plans .subscription-table .pricing-row .plan-note {
  border-top: 1px solid #cfcfd0;
  padding-top: 30px;
  margin-top: 40px;
}
section.plans .subscription-table .pricing-row .plan-note strong,
section.plans .subscription-table .pricing-row .plan-note p {
  font-size: 13px;
}
.news-full-page h2 {
  color: #333c4e;
  margin: 40px 0px;
  margin-top: 80px !important;
  font-size: 21px !important;
  font-weight: 700 !important;
}
.news-full-page h3 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: normal;
  color: #333c4e;
  font-weight: 300;
}
.news-full-page h4 {
  font-size: 11px;
  color: #8a959e;
  font-weight: 600;
  float: none;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.news-full-page h4 i {
  position: relative;
  top: -1px;
  left: 2px;
}
.news-full-page ul {
  list-style: circle;
  margin-left: 20px;
  font-size: 17px;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding-left: 20px;
  margin-top: 20px;
}
.news-full-page ul li {
  margin-bottom: 20px;
}
.news-full-page ul li span {
  color: #565759;
  font-weight: 300;
  display: block;
}
.news-full-page .panelist {
  margin-top: 20px;
}
.news-full-page .panelist h4 {
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: none;
  margin-top: 0px;
}
.news-full-page .panelist .col-md-2 {
  text-align: center;
}
.news-full-page .panelist .col-md-2 img {
  width: 75px;
}
.login-page h1 {
  font-size: 28px !important;
  color: #484848;
  padding-top: 111px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
.login-page h1 small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #596377;
}
.login-page .has-error .form-control {
  border: 1px solid #f2dede;
  background: #FFF;
  padding: 10px;
  color: #fb8484;
}
.login-page .has-error .control-label {
  color: #fb8484;
}
.login-page form .error {
  border: 1px solid #f2dede;
  background: #FFF;
  padding: 10px;
  color: #fb8484;
}
.login-page form label {
  float: none;
  display: block;
  font-size: 11px;
  color: #434C5E;
  margin-bottom: 8px;
  text-align: left !important;
}
.login-page form input {
  display: block;
  width: 100%;
  border: 1px solid #D4D9E2;
  border-radius: 3px;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.login-page form .sign-in-controls {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.login-page form .sign-in-controls button {
  font-weight: 200 !important;
  color: #484848 !important;
  text-align: right;
  width: auto;
  display: inline-block;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 1000px;
  font-size: 16px;
  background: #FFF;
}
.login-page form .sign-in-controls button i {
  font-weight: 500;
}
.login-page form .sign-in-controls a {
  font-weight: 200 !important;
  color: #484848 !important;
  display: inline-block;
  margin: 10px;
}
.free-badge {
  background: #7FBB59;
  padding: 3px 6px 3px 6px;
  border-radius: 5px;
  color: #FFF;
  font-size: 9px;
  position: relative;
  top: -15px;
  left: 5px;
}
.text-center {
  text-align: center !important;
}
.dropdown-menu h5 {
  font-size: 14px;
  text-align: center;
}
#published_authors p {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .featured-customers .row .col-md-2 {
    text-align: center;
    width: 33%;
    float: left;
  }
  .featured-customers .row .col-md-2 img {
    max-width: 100px;
  }
}
@media (max-width: 992px) {
  .sub-nav.container .nav-justified li a {
    font-size: 11px !important;
  }
}
@media (max-width: 768px) {
  .sub-nav.container .outer-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .sub-nav.container .outer-scroll .nav-justified {
    overflow-x: hidden;
  }
  .sub-nav.container .outer-scroll .nav-justified li {
    float: left;
    width: initial;
  }
  .sub-nav.container .outer-scroll #promote-expert-nav {
    width: 410px !important;
  }
  .sub-nav.container .outer-scroll #i-am-expert-nav,
  .sub-nav.container .outer-scroll #i-am-looking-nav {
    width: 355px !important;
  }
  .sub-nav.container .outer-scroll #about-us-nav {
    width: 550px !important;
  }
  .sub-nav.container .outer-scroll #embeds-nav {
    width: 550px !important;
  }
  .sub-nav.container .outer-scroll #embed-examples-nav {
    width: 600px !important;
  }
  .sub-nav.container .outer-scroll #api-nav {
    width: 355px !important;
  }
}
@media (max-width: 768px) {
  .toggler .partner-nav {
    display: none;
  }
}
@media (max-width: 992px) {
  #customers .carousel .carousel-inner {
    height: 480px;
  }
  #customers .carousel .carousel-inner p {
    text-align: center;
  }
  #customers .carousel .carousel-inner .col-sm-10,
  #customers .carousel .carousel-inner .col-sm-11 {
    width: 100%;
  }
  #customers .carousel .carousel-inner .col-sm-10 > div,
  #customers .carousel .carousel-inner .col-sm-11 > div {
    text-align: center;
  }
  #customers .carousel .carousel-inner .col-sm-10 img,
  #customers .carousel .carousel-inner .col-sm-11 img {
    width: 200px;
    height: 200px;
    float: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
  }
  #customers .carousel .carousel-inner .col-sm-10 h3,
  #customers .carousel .carousel-inner .col-sm-11 h3,
  #customers .carousel .carousel-inner .col-sm-10 strong,
  #customers .carousel .carousel-inner .col-sm-11 strong {
    text-align: center;
    display: block;
  }
  #customers .carousel .carousel-inner .col-sm-2,
  #customers .carousel .carousel-inner .col-sm-1 {
    width: 100%;
    float: none;
  }
  #customers .carousel-control {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #customers .carousel .carousel-inner {
    height: 585px;
  }
}
.mobile-show {
  display: none;
}
.mobile-hide {
  display: block;
}
@media (max-width: 768px) {
  .mobile-show {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
}
@media (max-width: 1200px) {
  #experts #featured_searches div.topic {
    height: 130px !important;
  }
}
#intro.find_experts .main-search-bar.results-page {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 475px) {
  #intro.find_experts .main-search-bar.results-page {
    width: 90%;
  }
}
#intro.find_experts .main-search-bar .query-search-tag {
  position: absolute;
  padding: 2px 10px;
  background: #EFEFEF;
  color: #FFF;
  cursor: pointer;
  color: #497C98;
  background-color: #DFEAED;
  border: 1px solid #DFEAED;
  z-index: 10;
  width: 92.5%;
  /* max-width: 600px; */
  height: 50px;
  border-radius: 5px 0 0 5px;
  text-transform: capitalize;
}
@media (max-width: 1200px) {
  #intro.find_experts .main-search-bar .query-search-tag {
    width: 91%;
  }
}
@media (max-width: 992px) {
  #intro.find_experts .main-search-bar .query-search-tag {
    width: 88%;
  }
}
@media (max-width: 768px) {
  #intro.find_experts .main-search-bar .query-search-tag {
    width: 85%;
  }
  #intro.find_experts .main-search-bar .query-search-tag .truncate {
    width: 150px;
  }
}
@media (min-width: 475px) and (max-width: 768px) {
  #intro.find_experts .main-search-bar .query-search-tag {
    width: 87%;
  }
  #intro.find_experts .main-search-bar .query-search-tag .truncate {
    width: 200px;
  }
}
@media (max-width: 475px) {
  #intro.find_experts .main-search-bar .query-search-tag {
    width: 85%;
  }
  #intro.find_experts .main-search-bar .query-search-tag .truncate {
    width: 60%;
  }
}
#intro.find_experts .main-search-bar .query-search-tag span {
  font-size: 24px;
  padding-top: 5px;
  font-weight: 300;
  width: inherit;
  border-right: 0px;
}
#intro.find_experts .main-search-bar .query-search-tag i {
  float: right;
  padding-top: 15px;
}
#intro.find_experts .main-search-bar input {
  height: 50px;
  float: none;
}
#intro.find_experts .main-search-bar .query-search-tag:hover {
  background: #c1cfd6;
  color: #186e98;
}
#intro.find_experts .main-search-bar .twitter-typeahead {
  width: 100%;
}
#intro.find_experts .main-search-bar .twitter-typeahead input {
  height: 50px;
  border-radius: 5px 0 0 5px;
  font-size: 20px;
}
#intro.find_experts .main-search-bar .tt-dropdown-menu {
  background: #FFF;
  border: 1px solid #c3d2d5;
  border-radius: 0 0 8px 8px;
  width: 100%;
}
#intro.find_experts .main-search-bar .tt-dropdown-menu .tt-dataset-experts,
#intro.find_experts .main-search-bar .tt-dropdown-menu .tt-dataset-category {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
#intro.find_experts .main-search-bar .tt-dropdown-menu .tt-suggestion {
  cursor: pointer;
}
#intro.find_experts .main-search-bar .tt-dropdown-menu .tt-suggestion p {
  color: #00324d !important;
  width: 100%;
}
#intro.find_experts .main-search-bar .tt-dropdown-menu .tt-suggestion:hover {
  background: #eef4f7 !important;
}
#intro.find_experts .main-search-bar .tt-dropdown-menu .tt-active {
  background: #eef4f7 !important;
}
#intro.find_experts .main-search-bar .input-group-btn {
  vertical-align: top;
}
#intro.find_experts .main-search-bar .input-group-btn .btn {
  height: 50px;
}
#intro.find_experts form {
  margin-bottom: 10px;
}
#intro.find_experts form .btn {
  text-transform: none;
  color: #04597f;
}
#intro.find_experts form .dropdown-menu li a {
  text-align: left;
  font-weight: 400;
  color: #04597f;
}
#intro.find_experts form .search-link {
  color: #fff;
  display: block;
  margin-top: 15px;
}
#intro.find_experts form .search-link:hover {
  color: #c3d2d5;
}
#intro.find_experts .panel {
  border: none;
  margin-top: 10px;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
#intro.find_experts .panel .panel-heading {
  color: #555555;
  font-weight: 700;
  font-size: 14.4px;
  background-color: transparent;
  border-color: #fff;
}
#intro.find_experts .panel .panel-body {
  padding-top: 5px;
  padding-bottom: 5px;
}
#intro.find_experts .panel .panel-body label {
  font-weight: 400;
}
#intro.find_experts .panel .panel-body .checkbox label {
  color: #067cb0;
}
#intro.find_experts .panel .panel-body #slider-range {
  margin: 10px;
}
#intro.find_experts .panel .panel-body em {
  font-style: normal;
  font-size: 12.8px;
  color: #555555;
  margin-left: 5px;
}
#published_authors a.book {
  display: block;
  text-align: center;
  margin: 20px 0;
  min-height: 190px;
  position: relative;
}
#published_authors a.book img.cover {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 95px;
}
#published_authors a.book img.author {
  display: none;
  /* can't position reliably on extra-small */
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 40%;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}
#social .icons {
  margin-bottom: 10px;
}
#social .icons a {
  margin-bottom: 5px;
  color: #999999;
}
#social .icons a:hover {
  color: #555555;
}
#featured_organizations a {
  display: table-cell;
  vertical-align: middle;
  height: 180px;
  position: relative;
  margin: 20px 0;
}
#featured_organizations a img {
  width: 100%;
  max-width: 140px;
  margin-bottom: 5px;
}
#featured_organizations a strong {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14.4px;
}
.seo-topics .search-results {
  margin-top: 140px;
}
.seo-topics .search-results .main-search-bar {
  margin-top: 25px;
}
.seo-topics .search-results h1 {
  font-size: 42px;
  color: #484848;
  padding-top: 0px;
  font-weight: 700;
  text-align: center !important;
}
.seo-topics .search-results p.body-text {
  text-align: center !important;
}
.seo-topics .search-results p,
.seo-topics .search-results form {
  margin: 0 auto !important;
}
@media (max-width: 992px) {
  .seo-topics .search-results form {
    width: 85% !important;
  }
}
.seo-topics .alpha-topics {
  margin-top: 40px;
}
.seo-topics .alpha-topics .alpha-topics-select {
  width: 100%;
  text-align: center;
}
.seo-topics .alpha-topics .alpha-topics-select ul {
  text-decoration: none;
  list-style: none;
  padding: 0px;
  display: inline-block;
  margin: 0px;
}
.seo-topics .alpha-topics .alpha-topics-select ul li {
  margin-bottom: 15px;
  float: left;
  display: block;
}
.seo-topics .alpha-topics .alpha-topics-select ul li a {
  color: #555;
  font-weight: 500;
  font-size: 20px;
  padding: 12px;
}
.seo-topics .alpha-topics .alpha-topics-select ul li a:hover {
  text-decoration: underline !important;
}
.seo-topics .alpha-topics .alpha-topic h2 {
  text-align: left !important;
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  clear: both;
  margin: 40px 0;
  color: #555555;
  font-weight: 700 !important;
}
.seo-topics .alpha-topics .alpha-topic ul {
  column-count: 4;
  text-decoration: none;
  list-style: none;
  padding: 0px;
  margin: 0 0 50px 0;
}
@media (max-width: 992px) {
  .seo-topics .alpha-topics .alpha-topic ul {
    column-count: 3;
  }
}
@media (max-width: 600px) {
  .seo-topics .alpha-topics .alpha-topic ul {
    column-count: 1;
  }
}
.seo-topics .alpha-topics .alpha-topic ul li {
  margin-bottom: 15px;
}
.seo-topics .alpha-topics .alpha-topic ul li a {
  color: #555;
  font-weight: 500;
  font-size: 16px;
}
.seo-topics .alpha-topics .alpha-topic ul li a:hover {
  text-decoration: underline !important;
}
.seo-topics .alpha-topics .alpha-topic a.back-to-top {
  text-align: right;
  display: block;
}
#search_results {
  position: relative;
}
#search_results h2 {
  padding-bottom: 5px;
  font-size: 24px;
  border-bottom: 1px solid #bfbfbf;
}
#search_results .search-sidebar #published_authors a.book img.author {
  left: 40%;
}
#search_results .search-sidebar h2:last-child {
  margin-top: 40px;
}
#search_results .filter_display .badge {
  margin-left: 10px;
  font-weight: 400;
  font-size: 11px;
}
#search_results #spinner {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
#search_results #spinner i.fa {
  position: absolute;
  left: 48%;
  top: 140px;
}
@media (max-width: 992px) {
  #search_results .col-sm-10 {
    width: 100%;
    border-right: 0px;
  }
  #search_results .col-sm-2 {
    display: none;
  }
}
@media (max-width: 600px) {
  #search_results .col-sm-10 .expert img {
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
  }
  #search_results .col-sm-10 .expert h3,
  #search_results .col-sm-10 .expert p {
    text-align: center;
  }
}
#profile .expert-modal-wrap,
#organization .expert-modal-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  z-index: 100;
}
#profile .expert-modal-wrap div.expert-modal,
#organization .expert-modal-wrap div.expert-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  border: 1px solid #cccccc;
  background: #ffffff;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 400px;
}
@media (max-width: 900px) {
  #profile .expert-modal-wrap div.expert-modal,
  #organization .expert-modal-wrap div.expert-modal {
    width: 335px;
  }
}
#profile .expert-modal-wrap div.expert-modal form.share-email-modal div,
#organization .expert-modal-wrap div.expert-modal form.share-email-modal div {
  margin: 5px 0px;
  margin-bottom: 15px;
}
#profile .expert-modal-wrap div.expert-modal form.share-email-modal label,
#organization .expert-modal-wrap div.expert-modal form.share-email-modal label {
  color: #555555;
  font-weight: 700;
  font-size: 14.4px;
}
#profile .expert-modal-wrap div.expert-modal form.share-email-modal label.error,
#organization .expert-modal-wrap div.expert-modal form.share-email-modal label.error {
  color: #e75753 !important;
  font-weight: 500 !important;
}
#profile .expert-modal-wrap div.expert-modal form.share-email-modal input,
#organization .expert-modal-wrap div.expert-modal form.share-email-modal input,
#profile .expert-modal-wrap div.expert-modal form.share-email-modal textarea,
#organization .expert-modal-wrap div.expert-modal form.share-email-modal textarea {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  transition: border-color 0.2s ease;
  margin-left: 0px;
  font-weight: 400;
}
#profile .expert-modal-wrap div.expert-modal form.share-email-modal textarea,
#organization .expert-modal-wrap div.expert-modal form.share-email-modal textarea {
  padding: 0 15px;
  height: 150px;
}
#profile .expert-modal-wrap div.expert-modal form.share-email-modal button,
#organization .expert-modal-wrap div.expert-modal form.share-email-modal button {
  border: 1px #067cb0 solid;
  border-radius: 25px;
  padding: 10px;
  float: right;
  color: #067cb0;
  margin-top: 15px;
  width: 100%;
}
#profile .expert-modal-wrap div.expert-modal .share-confirm,
#organization .expert-modal-wrap div.expert-modal .share-confirm,
#profile .expert-modal-wrap div.expert-modal .share-error,
#organization .expert-modal-wrap div.expert-modal .share-error {
  display: none;
}
#profile .expert-modal-wrap div.expert-modal .share-error i,
#organization .expert-modal-wrap div.expert-modal .share-error i {
  color: #e25555;
}
#profile #profile-intro,
#organization #profile-intro {
  font-weight: 200;
  margin: 0px;
  margin-bottom: 40px;
}
@media (max-width: 1120px) {
  #profile #profile-intro,
  #organization #profile-intro {
    margin-bottom: 20px;
  }
}
#profile #profile-intro img.profile-avatar,
#organization #profile-intro img.profile-avatar,
#profile #profile-intro span.default-avatar,
#organization #profile-intro span.default-avatar {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
  border-radius: 1000px;
  background: #FFF;
  background-color: rgba(243, 246, 248, 0.94);
  border: 4px solid #fff;
  margin: auto;
  box-shadow: inset 0 1.5px 3px 0 rgba(0, 0, 0, 0.15), 0 1.5px 3px 0 rgba(0, 0, 0, 0.15);
  margin: -130px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  #profile #profile-intro img.profile-avatar,
  #organization #profile-intro img.profile-avatar,
  #profile #profile-intro span.default-avatar,
  #organization #profile-intro span.default-avatar {
    max-width: 150px;
    margin: -105px auto 0;
    text-align: center;
    display: inline-block;
    float: none;
  }
}
#profile #profile-intro .avatar-wrapper,
#organization #profile-intro .avatar-wrapper {
  text-align: center;
  margin: 0 0 20px 0;
}
#profile #profile-intro .expert-title,
#organization #profile-intro .expert-title {
  margin-bottom: 0px;
}
#profile #profile-intro .profile-meta,
#organization #profile-intro .profile-meta {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  z-index: 10;
  background: #FFF;
  text-align: center;
}
#profile #profile-intro .profile-meta .tagline,
#organization #profile-intro .profile-meta .tagline {
  margin-top: 10px;
}
#profile #profile-intro .profile-meta .staff-contact-info li,
#organization #profile-intro .profile-meta .staff-contact-info li {
  display: inline-block;
}
#profile #profile-intro .profile-meta .staff-contact-info li i,
#organization #profile-intro .profile-meta .staff-contact-info li i {
  font-size: 13px;
}
#profile #profile-intro .profile-meta .staff-contact-info li a,
#organization #profile-intro .profile-meta .staff-contact-info li a {
  color: #747c83;
}
#profile #profile-intro .profile-meta .staff-contact-info li a:hover,
#organization #profile-intro .profile-meta .staff-contact-info li a:hover {
  text-decoration: underline;
}
#profile #profile-intro .profile-meta .staff-contact-info li:first-child,
#organization #profile-intro .profile-meta .staff-contact-info li:first-child {
  margin-right: 10px;
}
#profile #profile-intro .profile-meta .more-action-menu,
#organization #profile-intro .profile-meta .more-action-menu {
  color: #676060;
  position: absolute;
  top: 20px;
  right: 20px;
}
#profile #profile-intro .profile-meta .more-action-menu i,
#organization #profile-intro .profile-meta .more-action-menu i {
  font-size: 18px;
}
#profile #profile-intro .profile-meta .more-action-menu .dropdown-toggle,
#organization #profile-intro .profile-meta .more-action-menu .dropdown-toggle {
  cursor: pointer;
  padding: 5px;
}
#profile #profile-intro .profile-meta .more-action-menu .dropdown-toggle:hover,
#organization #profile-intro .profile-meta .more-action-menu .dropdown-toggle:hover {
  background: #EEE;
  border-radius: 1000px;
}
#profile #profile-intro .profile-meta .more-action-menu .dropdown-menu,
#organization #profile-intro .profile-meta .more-action-menu .dropdown-menu {
  text-align: left;
  padding: 20px 0 10px 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.06), 0 0.2rem 0.3rem rgba(0, 0, 0, 0.06);
  border: 1px solid #EFEFEF;
}
#profile #profile-intro .profile-meta .more-action-menu .dropdown-menu li,
#organization #profile-intro .profile-meta .more-action-menu .dropdown-menu li {
  margin-bottom: 10px;
}
#profile #profile-intro .profile-meta .more-action-menu .dropdown-menu li a,
#organization #profile-intro .profile-meta .more-action-menu .dropdown-menu li a {
  color: #747c83;
  font-weight: 300;
}
#profile #profile-intro .profile-meta .more-action-menu .dropdown-menu li a i,
#organization #profile-intro .profile-meta .more-action-menu .dropdown-menu li a i {
  font-size: 13px;
  padding-right: 5px;
}
#profile #profile-intro .profile-meta .custom-org-logo,
#organization #profile-intro .profile-meta .custom-org-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
#profile #profile-intro .profile-meta .custom-org-logo img,
#organization #profile-intro .profile-meta .custom-org-logo img {
  max-width: 100px;
}
@media (max-width: 992px) {
  #profile #profile-intro .profile-meta .custom-org-logo img,
  #organization #profile-intro .profile-meta .custom-org-logo img {
    max-width: 75px;
  }
}
@media (max-width: 600px) {
  #profile #profile-intro .profile-meta .custom-org-logo img,
  #organization #profile-intro .profile-meta .custom-org-logo img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  #profile #profile-intro .avatar-wrapper,
  #organization #profile-intro .avatar-wrapper {
    text-align: center;
    width: 100%;
  }
  #profile #profile-intro .pull-right img,
  #organization #profile-intro .pull-right img {
    display: none;
  }
  #profile #profile-intro p,
  #organization #profile-intro p,
  #profile #profile-intro h1,
  #organization #profile-intro h1 {
    text-align: center;
  }
  #profile #profile-intro .buttons,
  #organization #profile-intro .buttons {
    text-align: center;
  }
  #profile #profile-intro .buttons a:last-child,
  #organization #profile-intro .buttons a:last-child {
    margin-right: 0px;
  }
}
#profile #profile-intro h1,
#organization #profile-intro h1 {
  font-weight: 700;
  margin-top: 0;
  font-size: 36px;
  color: #333c4e;
  line-height: 44px;
  margin-bottom: 0px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  #profile #profile-intro h1,
  #organization #profile-intro h1 {
    margin-top: 20px;
  }
}
#profile #profile-intro h1 a:hover,
#organization #profile-intro h1 a:hover {
  text-decoration: none;
}
#profile #profile-intro .buttons,
#organization #profile-intro .buttons {
  margin-top: 20px;
}
#profile #profile-intro .buttons a,
#organization #profile-intro .buttons a {
  margin-right: 20px;
}
#profile #profile-intro .buttons a.muted,
#organization #profile-intro .buttons a.muted {
  font-weight: 200;
  font-size: 14.4px;
  color: #555555;
  text-transform: uppercase;
}
#profile #profile-intro .buttons a.muted:hover,
#organization #profile-intro .buttons a.muted:hover {
  text-decoration: none;
  color: #000;
}
#profile #profile-sidebar.active,
#organization #profile-sidebar.active {
  z-index: 10000;
}
#profile #profile-sidebar,
#organization #profile-sidebar {
  font-weight: 200;
  position: fixed;
  right: 15px;
  top: 80px;
  background: #FFF;
  padding: 30px 25px;
  border-radius: 5px;
  overflow: overlay;
  max-height: 620px;
  min-width: 250px;
}
#profile #profile-sidebar h4,
#organization #profile-sidebar h4 {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #eeeeee;
  color: #596167;
  text-transform: uppercase;
  font-size: 14px;
}
#profile #profile-sidebar h4 i,
#organization #profile-sidebar h4 i {
  float: right;
  cursor: pointer;
}
#profile #profile-sidebar ul.nav-pills,
#organization #profile-sidebar ul.nav-pills {
  margin-bottom: 0px;
}
#profile #profile-sidebar ul.nav-pills li,
#organization #profile-sidebar ul.nav-pills li {
  padding: 0px;
}
#profile #profile-sidebar ul.nav-pills li.active a,
#organization #profile-sidebar ul.nav-pills li.active a {
  color: #067cb0;
  background-color: #d5d5d5;
}
#profile #profile-sidebar ul.nav-pills li a,
#organization #profile-sidebar ul.nav-pills li a {
  font-weight: 300;
  font-size: 14px;
  padding-left: 0px;
}
#profile #profile-sidebar ul.nav-pills li a:hover,
#organization #profile-sidebar ul.nav-pills li a:hover {
  padding-left: 10px;
}
#profile #profile-sidebar ul.nav-pills:last-child,
#organization #profile-sidebar ul.nav-pills:last-child {
  margin-bottom: 0px;
}
#profile #profile-sidebar.affix,
#organization #profile-sidebar.affix {
  top: 80px;
}
#profile #profile-sidebar h5,
#organization #profile-sidebar h5 {
  font-size: 14.4px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333c4e;
}
#profile #profile-sidebar h5 a,
#organization #profile-sidebar h5 a {
  color: #555555;
  margin-top: 2px;
}
#profile #profile-sidebar h5 a:hover,
#organization #profile-sidebar h5 a:hover {
  color: #067cb0;
}
#profile #profile-main,
#organization #profile-main {
  font-weight: 200;
  margin-top: 10px;
}
#profile #profile-main #profile-content,
#organization #profile-main #profile-content {
  padding-bottom: 80px;
}
#profile #profile-main #profile-content section,
#organization #profile-main #profile-content section {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
#profile #profile-main #profile-content section h2,
#organization #profile-main #profile-content section h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #034866;
  margin-top: 0;
  width: 100%;
  color: #333c4e;
  text-transform: capitalize;
  line-height: 28px;
}
#profile #profile-main #profile-content section R h3,
#organization #profile-main #profile-content section R h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #034866;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
}
#profile #profile-main #profile-content section h4,
#organization #profile-main #profile-content section h4 {
  font-weight: 700;
  font-size: 17.6px;
  color: #596167!important;
  margin-bottom: 5px;
  margin-top: 0px;
}
#profile #profile-main #profile-content section h4 small,
#organization #profile-main #profile-content section h4 small {
  text-transform: uppercase;
}
#profile #profile-main #profile-content section .display-item,
#organization #profile-main #profile-content section .display-item {
  margin: 20px 0;
}
#profile #profile-main #profile-content section .display-item p,
#organization #profile-main #profile-content section .display-item p {
  white-space: pre-line;
}
#profile #profile-main #profile-content section .display-item:nth-of-type(1),
#organization #profile-main #profile-content section .display-item:nth-of-type(1) {
  margin-top: 5px;
}
#profile #profile-main #profile-content section li,
#organization #profile-main #profile-content section li {
  list-style-type: circle;
}
#profile #profile-main #profile-content section .deadline-warning,
#organization #profile-main #profile-content section .deadline-warning {
  margin-bottom: 20px;
  text-align: center;
  background: -webkit-linear-gradient(315deg, #8eadcc, #8fdac1);
  background: linear-gradient(135deg, #8eadcc, #8fdac1);
  color: #FFF;
  border: 0px;
  z-index: 1001;
  margin-top: 0px;
  border-radius: 0 0 5px 5px;
}
#profile #profile-main #profile-content section .deadline-warning h4,
#organization #profile-main #profile-content section .deadline-warning h4 {
  margin-bottom: 5px !important;
  font-size: 16px !important;
  color: #FFF !important;
}
#profile #profile-main #profile-content section .deadline-warning p,
#organization #profile-main #profile-content section .deadline-warning p {
  font-size: 13px !important;
  color: #FFF !important;
  line-height: inherit !important;
}
#profile #profile-main #profile-content section#biography .content,
#organization #profile-main #profile-content section#biography .content {
  display: none;
}
#profile #profile-main #profile-content section#biography br,
#organization #profile-main #profile-content section#biography br {
  display: none;
}
#profile #profile-main #profile-content section#biography a.truncate_more_link,
#organization #profile-main #profile-content section#biography a.truncate_more_link {
  font-size: 14.4px;
}
#profile #profile-main #profile-content section#biography .content.expanded br,
#organization #profile-main #profile-content section#biography .content.expanded br {
  display: block;
}
#profile #profile-main #profile-content section#media > .wrapper,
#organization #profile-main #profile-content section#media > .wrapper {
  display: inline;
}
#profile #profile-main #profile-content section#media > .wrapper h3,
#organization #profile-main #profile-content section#media > .wrapper h3 {
  display: none;
}
#profile #profile-main #profile-content section#media > .wrapper#photo-wrapper img.spinner,
#organization #profile-main #profile-content section#media > .wrapper#photo-wrapper img.spinner {
  width: auto;
  position: absolute;
  top: 44%;
  left: 44%;
  display: none;
}
#profile #profile-main #profile-content section#media > .wrapper > a,
#organization #profile-main #profile-content section#media > .wrapper > a {
  display: none;
  cursor: pointer;
  position: relative;
  width: 18%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 1px solid #E0E0E0;
  padding: 5px;
  background: #FAFAFA;
}
#profile #profile-main #profile-content section#media > .wrapper > a img,
#organization #profile-main #profile-content section#media > .wrapper > a img {
  width: 100%;
}
#profile #profile-main #profile-content section#media > .wrapper > a i.btr,
#organization #profile-main #profile-content section#media > .wrapper > a i.btr {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #999999;
}
#profile #profile-main #profile-content section#media > .wrapper > a i.bt-play,
#organization #profile-main #profile-content section#media > .wrapper > a i.bt-play {
  position: absolute;
  margin: 0 auto;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -45%);
  width: 0%;
  opacity: 0.8;
  font-size: 28px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  #profile #profile-main #profile-content section#media > .wrapper > a i.bt-play,
  #organization #profile-main #profile-content section#media > .wrapper > a i.bt-play {
    font-size: 12px;
  }
}
#profile #profile-main #profile-content section#media > .wrapper > a.no-thumbnail,
#organization #profile-main #profile-content section#media > .wrapper > a.no-thumbnail {
  text-align: center;
  border-radius: 4px;
}
#profile #profile-main #profile-content section#media > .wrapper > a.no-thumbnail i.btr,
#organization #profile-main #profile-content section#media > .wrapper > a.no-thumbnail i.btr {
  position: static;
  color: #999999;
  margin: 17% auto;
  font-size: 2em;
}
#profile #profile-main #profile-content section#media > .wrapper.showing a.new-line,
#organization #profile-main #profile-content section#media > .wrapper.showing a.new-line {
  clear: left;
}
#profile #profile-main #profile-content section#media.showing-all .wrapper,
#organization #profile-main #profile-content section#media.showing-all .wrapper {
  display: block;
  clear: both;
}
#profile #profile-main #profile-content section#media.showing-all .wrapper h3,
#organization #profile-main #profile-content section#media.showing-all .wrapper h3 {
  display: block;
  font-size: 16px;
  color: #596167!important;
  font-weight: 500;
}
#profile #profile-main #profile-content section#media #mediaFilter,
#organization #profile-main #profile-content section#media #mediaFilter {
  display: none;
  margin-bottom: 10px;
  font-size: 14.4px;
}
#profile #profile-main #profile-content section#media #mediaFilter a,
#organization #profile-main #profile-content section#media #mediaFilter a {
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 14px;
}
#profile #profile-main #profile-content section#media #mediaFilter a:last-child,
#organization #profile-main #profile-content section#media #mediaFilter a:last-child {
  border-right: none;
}
#profile #profile-main #profile-content section#media #mediaFilter a i.fa,
#organization #profile-main #profile-content section#media #mediaFilter a i.fa {
  color: #999999;
}
#profile #profile-main #profile-content section span.tag,
#organization #profile-main #profile-content section span.tag {
  border: 1px solid #DDD;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block !important;
  margin: 5px 5px 5px 0;
  font-style: normal;
}
#profile #profile-main #profile-content section#style label,
#organization #profile-main #profile-content section#style label {
  font-size: 12px;
  font-weight: 500;
}
#profile #profile-main #profile-content section#style .slider-handle,
#organization #profile-main #profile-content section#style .slider-handle {
  background: #333c4e;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: relative;
}
#profile #profile-main #profile-content #qanda .qanda-item a,
#organization #profile-main #profile-content #qanda .qanda-item a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
}
#profile #profile-main #profile-content #qanda .qanda-item .question-meta h4 i,
#organization #profile-main #profile-content #qanda .qanda-item .question-meta h4 i {
  font-size: 9px;
  position: relative;
  top: -2px;
  color: #999999;
}
#profile #profile-main #profile-content #news h4,
#organization #profile-main #profile-content #news h4 {
  text-transform: uppercase;
  font-size: 14.4px;
  color: #555555;
}
#profile #profile-main #profile-content #news .read-more,
#organization #profile-main #profile-content #news .read-more {
  font-size: 14px;
  font-weight: 500;
}
#profile #profile-main #profile-content #news #share_modal,
#organization #profile-main #profile-content #news #share_modal {
  color: #FFFFFF;
}
#profile #profile-main #profile-content #news .news-item-wrap,
#organization #profile-main #profile-content #news .news-item-wrap {
  display: block;
  margin-bottom: 20px;
}
#profile #profile-main #profile-content #news .news-item-wrap p,
#organization #profile-main #profile-content #news .news-item-wrap p {
  font-size: 15.2px;
}
#profile #profile-main #profile-content #news .news-item-wrap p em,
#organization #profile-main #profile-content #news .news-item-wrap p em {
  font-weight: bold;
  color: #034866;
  font-size: 13px;
}
#profile #profile-main #profile-content #news .news-item-wrap p a.read-more:hover,
#organization #profile-main #profile-content #news .news-item-wrap p a.read-more:hover {
  color: #000;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#profile #profile-main #profile-content #news .news-item-wrap p.spotlight-text,
#organization #profile-main #profile-content #news .news-item-wrap p.spotlight-text {
  margin-top: 20px;
}
#profile #profile-main #profile-content #news .news-item-wrap .tagged_experts p,
#organization #profile-main #profile-content #news .news-item-wrap .tagged_experts p {
  text-transform: uppercase;
}
#profile #profile-main #profile-content #news .news-item-wrap .tagged_experts p img,
#organization #profile-main #profile-content #news .news-item-wrap .tagged_experts p img {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 1000px;
}
#profile #profile-main #profile-content #news .news-item-wrap .item-link .img-sheen,
#organization #profile-main #profile-content #news .news-item-wrap .item-link .img-sheen {
  max-width: 100%;
  overflow: hidden;
  max-height: 120px;
}
#profile #profile-main #profile-content #news .news-item-wrap .item-link .img-sheen img,
#organization #profile-main #profile-content #news .news-item-wrap .item-link .img-sheen img {
  max-width: 100%;
}
#profile #profile-main #profile-content #news .news-item-wrap .item-link h3,
#organization #profile-main #profile-content #news .news-item-wrap .item-link h3 {
  font-weight: 700;
  font-size: 19.2px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: none;
  color: #067cb0;
}
#profile #profile-main #profile-content #news .news-item-wrap .item-link:hover h4,
#organization #profile-main #profile-content #news .news-item-wrap .item-link:hover h4 {
  color: #000;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#profile #profile-main #profile-content #news .news-item-wrap .item-link p,
#organization #profile-main #profile-content #news .news-item-wrap .item-link p {
  font-weight: 500;
  color: #555555;
}
#profile #profile-main #profile-content #news .read-more-all,
#organization #profile-main #profile-content #news .read-more-all {
  padding: 0px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}
#profile #profile-main #profile-content #news .news-item-wrap:last-child,
#organization #profile-main #profile-content #news .news-item-wrap:last-child,
#profile #profile-main #profile-content #news .news-item-wrap.single,
#organization #profile-main #profile-content #news .news-item-wrap.single {
  margin-bottom: 0px;
}
#profile #profile-main #profile-content #news .view-all,
#organization #profile-main #profile-content #news .view-all {
  margin-top: 20px;
  background: #eeeeee;
}
#profile #profile-main #profile-content #news .view-all:hover,
#organization #profile-main #profile-content #news .view-all:hover {
  background-color: #efefef;
}
#profile #profile-main #profile-content #news .more,
#organization #profile-main #profile-content #news .more {
  margin-top: 0;
}
#profile #profile-main.inquiry section.tab-content,
#organization #profile-main.inquiry section.tab-content {
  display: none;
}
#profile #profile-main.inquiry section.tab-content .fieldGroup,
#organization #profile-main.inquiry section.tab-content .fieldGroup {
  margin-bottom: 40px;
}
#profile #profile-main.inquiry section.tab-content.active,
#organization #profile-main.inquiry section.tab-content.active {
  display: block;
}
#profile #profile-main.inquiry section.tab-content .error,
#organization #profile-main.inquiry section.tab-content .error {
  border-color: #d43f3a;
}
#profile .related-experts,
#organization .related-experts {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
}
#profile .related-experts img,
#organization .related-experts img {
  width: 50px;
  height: 50px;
  margin: 10px;
}
#profile .inquiry #profile-sidebar .nav-wrapper ul.nav-pills li a {
  cursor: pointer;
  background: #eeeeee;
  padding: 15px 10px;
}
#profile .inquiry #profile-sidebar .nav-wrapper ul.nav-pills li a img.pull-right {
  width: 30px;
  height: 30px;
  position: relative;
  top: -4px;
}
#profile .inquiry #profile-sidebar .nav-wrapper ul.nav-pills li.active a {
  background-color: #d5d5d5;
}
#inquire_confirmation .alert {
  margin-top: 40px;
}
#inquire_confirmation h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #034866;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #profile #profile-main #profile-content section#style label {
    font-size: 14.4px;
  }
  #profile #profile-main #profile-content ul.cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -ms-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    columns: 1;
    margin-left: 0;
    padding-left: 0;
  }
  #profile #profile-main #profile-content ul.cols li {
    list-style-position: inside;
    padding-left: 1em;
  }
  #profile #profile-main #profile-content section span.tag {
    display: inline;
  }
  #profile #profile-main #profile-content section span.tag strong {
    display: inline;
  }
  #published_authors a.book img.author {
    display: block;
  }
}
@media (max-width: 767px) {
  #profile .connect-fly-out {
    position: fixed;
    bottom: 0px;
    right: 0px;
    top: initial;
    left: 0px;
    z-index: 1000;
    padding: 0px;
    border: 0px;
    border-radius: 0;
    background: transparent;
    width: 100%;
    margin-left: 0px;
  }
  #profile .connect-fly-out img {
    display: none;
  }
  #profile .connect-fly-out .btn {
    width: 100%;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
  }
}
#org-sidebar .sub-nav {
  margin-top: 0px;
}
@media (min-width: 1200px) {
  #profile #profile-intro .avatar-wrapper {
    text-align: center;
  }
}
.aggregate-stats {
  margin-top: 20px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.inquiry_type_detail.active {
  display: block;
}
.draft-profile {
  position: fixed;
  width: 100%;
  z-index: 1000;
  bottom: 0;
  margin-bottom: 0;
  padding: 20px;
  background: -webkit-linear-gradient(315deg, #fdde9d, #906b2b);
  background: linear-gradient(135deg, #fdde9d, #906b2b);
}
.draft-profile h1 {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  margin: 0;
}
.default-avatar {
  background-color: #DFEAED;
  height: 50px;
  width: 50px;
  border-radius: 1000px;
  margin-right: 10px;
  display: block;
  float: left;
}
.default-avatar i {
  position: static;
  color: #FFF;
  margin: 0 auto;
  font-size: 2em;
  display: block;
  padding: 11px 0 0;
  text-align: center;
}
#profile-intro .default-avatar {
  margin: 0 auto;
  float: none;
  height: 200px;
  width: 200px;
}
#profile-intro .default-avatar i {
  position: relative;
  top: 35px;
  font-size: 100px;
}
#news .default-avatar {
  height: 45px;
  width: 45px;
  float: right;
}
#news .default-avatar i {
  font-size: 25px;
}
#news-post .default-avatar {
  width: 75px;
  height: 75px;
  display: inline-block;
  float: none;
}
#news-post .default-avatar i {
  font-size: 37px;
  position: relative;
  top: 5px;
}
.related-experts .default-avatar {
  margin: 10px;
  display: inline-block;
  float: none;
}
.related-experts .default-avatar i {
  font-size: 22px;
  position: relative;
  top: 3px;
}
.expert .default-avatar {
  height: 140px;
  width: 140px;
}
.expert .default-avatar i {
  font-size: 80px;
  position: relative;
  top: 15px;
}
.noresults .header-details {
  color: #747c83;
  font-weight: 300;
  line-height: 30px;
}
.noresults .header-details h3 {
  font-size: 16px;
  text-align: center;
  color: #747c83;
  width: 700px;
  margin: 0 auto;
  margin-top: 35px;
  line-height: 35px;
}
@media (max-width: 768px) {
  .noresults .header-details h3 {
    width: 100%;
  }
}
.noresults .header-details ul {
  list-style: circle;
  margin-left: 20px;
  text-align: left;
}
.noresults .header-details span {
  font-size: 15px;
}
.noresults .header-details p {
  text-align: center;
  margin: 0;
}
.noresults .header-details p em {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 0px;
  font-style: normal;
  text-align: center;
}
.noresults .header-details a {
  text-transform: inherit !important;
  margin: 0 auto;
  width: 320px;
  margin-top: 25px;
}
.noresults .header-details .no-results-message {
  padding: 15px 20px 15px 20px;
  border: 1px solid #DFDFDF;
  border-radius: 8px;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .noresults .header-details .no-results-message {
    width: 100%;
  }
}
.noresults .header-details .no-results-message strong {
  font-size: 21px;
}
.noresults .header-details .no-results-message p {
  text-align: left;
}
.noresults .tags.row a {
  display: block;
}
.tags a em {
  padding-left: 5px;
  color: #333;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) and (max-width: 1142px) {
  #profile .control-label {
    text-align: left;
  }
}
.asset-image-sm {
  padding: 5px;
  background: #FFF;
  border: 1px solid #DDD;
  margin-top: 0px;
  max-width: 100px;
  cursor: pointer;
}
.tooltip-inner {
  white-space: pre-wrap;
}
.search-sidebar {
  padding-left: 25px;
  padding-top: 0px;
  padding-right: 0px;
}
.search-sidebar h4 {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.84);
  display: block;
  fill: rgba(0, 0, 0, 0.84);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin: 0px;
  padding-bottom: 8px;
}
.search-sidebar h3.filter-header {
  padding: 10px 15px 9px 0;
  margin-bottom: 15px;
  list-style: none;
  font-size: 16px;
  border-radius: 2px;
  color: #333;
}
.search-sidebar h3.filter-header i {
  font-size: 13px;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-sidebar ul {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 20px;
}
.search-sidebar ul li {
  margin-bottom: 5px;
}
.search-sidebar ul li input {
  margin-right: 5px;
  margin: 0px;
  position: relative;
  top: -7px;
  vertical-align: -webkit-baseline-middle !important;
  vertical-align: -moz-middle-with-baseline !important;
  vertical-align: bottom;
}
.search-sidebar ul li label {
  max-width: 120px;
  padding-left: 5px;
  font-weight: 500;
  font-size: 13px;
  vertical-align: top;
}
@media (max-width: 1200px) {
  .search-sidebar ul li label {
    max-width: 100px;
  }
}
.tag {
  border: 1px solid;
  padding: 10px 10px;
  border-radius: 5px;
  display: inline-block !important;
  margin: 10px 5px 0 0;
  font-style: normal;
  border-color: rgba(0, 0, 0, 0.3);
  font-weight: 500 !important;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.85) !important;
}
.applied-filters-wrap {
  margin-bottom: 20px;
}
.applied-filters-wrap .filter-label {
  float: left;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 300;
  padding-top: 8px;
  color: #333333;
  font-weight: 500;
}
.applied-filters-wrap .filter-tag {
  padding: 2px 10px;
  background: #EFEFEF;
  color: #FFF;
  cursor: pointer;
  color: #333333;
  background-color: #FAFAFA;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 10;
  width: auto;
  float: left;
  border-radius: 5px;
  height: 35px;
  margin-right: 10px;
}
.applied-filters-wrap .filter-tag span {
  font-size: 16px;
  padding-top: 5px;
  font-weight: 500;
  width: auto;
  border-right: 0px;
  padding-left: 0px;
  padding-right: 5px;
}
.applied-filters-wrap .filter-tag i {
  float: right;
  padding-top: 12px;
  font-size: 10px;
}
.applied-filters-wrap .filter-tag:hover {
  opacity: 0.6;
}
.connect-button-mobile {
  display: none;
}
.load-more-qanda-expert,
.load-more-spotlights-expert {
  text-align: center;
}
.load-more-qanda-expert a,
.load-more-spotlights-expert a {
  font-weight: 500;
}
.pagination-sm li a {
  padding: 10px 20px;
  font-size: 14px;
  border: 0px;
  color: #497C98;
}
.pagination-sm li.active a {
  background: #497C98;
  color: #FFF;
}
@media (max-width: 768px) {
  a.connect-button-mobile {
    position: fixed;
    bottom: 20px;
    background: #067CB0;
    padding: 9px 27px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border-color: #067CB0;
    width: 96%;
    margin: 0 2%;
    z-index: 1000;
    bottom: 10px;
    display: block;
    color: #FFF;
  }
  a.connect-button-mobile i {
    font-weight: 500;
  }
  #profile #profile-main #profile-content ul.cols {
    padding-left: 0px;
  }
}
.divider {
  height: 30px;
}
.container.main {
  position: relative;
  top: 300px;
}
@media (max-width: 1120px) {
  .container.main {
    top: 240px;
  }
}
@media (max-width: 900px) {
  .container.main {
    top: 210px;
  }
}
@media (max-width: 810px) {
  .container.main {
    top: 195px;
  }
}
@media (max-width: 764px) {
  .container.main {
    top: 175px;
  }
}
@media (max-width: 690px) {
  .container.main {
    top: 135px;
  }
}
@media (max-width: 570px) {
  .container.main {
    top: 120px;
  }
}
.container.main .btn.big-ghost.grey {
  color: #8a9ba8 !important;
  float: right;
  padding: 20px;
}
.container.main p,
.container.main span,
.container.main li,
.container.main label,
.container.main .content {
  margin: 0 0 11px;
  color: #545a5f;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
}
.container.main ul {
  padding-left: 20px;
}
.hero-image-wrapper {
  height: 360px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 1120px) {
  .hero-image-wrapper {
    height: 300px;
  }
}
@media (max-width: 900px) {
  .hero-image-wrapper {
    height: 270px;
  }
}
@media (max-width: 810px) {
  .hero-image-wrapper {
    height: 255px;
  }
}
@media (max-width: 764px) {
  .hero-image-wrapper {
    height: 230px;
  }
}
@media (max-width: 690px) {
  .hero-image-wrapper {
    height: 190px;
  }
}
@media (max-width: 570px) {
  .hero-image-wrapper {
    height: 105px;
  }
}
.hero-image-wrapper img.h-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto 0;
  width: 100%;
}
.hero-image-wrapper .expertfile-callout {
  position: absolute;
  left: 20px;
  top: 18px;
}
.hero-image-wrapper .expertfile-callout img {
  width: 25px;
}
.hero-image-wrapper .navigation-menu {
  color: #70707a;
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.06), 0 0.2rem 0.3rem rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 0.2s ease-out, color 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, color 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  border-radius: 1000px;
  box-sizing: border-box;
  text-align: center;
  color: #cacacf;
  outline: none;
  padding: 0;
  width: 5rem;
  height: 5rem;
  background: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10000;
}
.hero-image-wrapper .navigation-menu .animated-nav {
  width: 15px;
  height: 14px;
  margin: 8px 10px;
  position: relative;
}
.hero-image-wrapper .navigation-menu .animated-nav.active {
  height: 11px;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.left {
  left: 0;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.top {
  top: 0;
  width: 50%;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar {
  -moz-transition: -moz-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform .25s;
  height: 2px;
  background: #676060;
  position: absolute;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.top.left {
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.top.right {
  -moz-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.right {
  right: 0;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.mid {
  width: 100%;
  top: 6px;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.bottom.left {
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.left {
  left: 0;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.bottom.right {
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.right {
  right: 0;
}
.hero-image-wrapper .navigation-menu .animated-nav .bar.bottom {
  bottom: 0;
  width: 50%;
}
.hero-image-wrapper .navigation-menu .animated-nav.active .bar.top.left {
  -moz-transform: translate(2px, -1px) rotate(45deg) scaleX(1.25);
  -ms-transform: translate(2px, -1px) rotate(45deg) scaleX(1.25);
  -webkit-transform: translate(2px, -1px) rotate(45deg) scaleX(1.25);
  transform: translate(2px, -1px) rotate(45deg) scaleX(1.25);
}
.hero-image-wrapper .navigation-menu .animated-nav.active .bar.top.right {
  -moz-transform: translate(-2px, -1px) rotate(-45deg) scaleX(1.25);
  -ms-transform: translate(-2px, -1px) rotate(-45deg) scaleX(1.25);
  -webkit-transform: translate(-2px, -1px) rotate(-45deg) scaleX(1.25);
  transform: translate(-2px, -1px) rotate(-45deg) scaleX(1.25);
}
.hero-image-wrapper .navigation-menu .animated-nav.active .bar.mid {
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.hero-image-wrapper .navigation-menu .animated-nav.active .bar.bottom.left {
  -moz-transform: translate(2px, 2px) rotate(-45deg) scaleX(1.25);
  -ms-transform: translate(2px, 2px) rotate(-45deg) scaleX(1.25);
  -webkit-transform: translate(2px, 2px) rotate(-45deg) scaleX(1.25);
  transform: translate(2px, 2px) rotate(-45deg) scaleX(1.25);
}
.hero-image-wrapper .navigation-menu .animated-nav.active .bar.bottom.right {
  -moz-transform: translate(-2px, 2px) rotate(45deg) scaleX(1.25);
  -ms-transform: translate(-2px, 2px) rotate(45deg) scaleX(1.25);
  -webkit-transform: translate(-2px, 2px) rotate(45deg) scaleX(1.25);
  transform: translate(-2px, 2px) rotate(45deg) scaleX(1.25);
}
.hero-image-wrapper.inquiry-header {
  height: auto;
  box-shadow: none;
}
.buttons .btn {
  font-weight: normal;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin: 0px auto;
  margin-right: 0px !important;
  margin-bottom: 0;
  border-radius: 100px;
  height: 45px;
  line-height: 45px;
  padding: 0 60px;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  text-align: center;
  font-weight: 700;
  border: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.25);
}
#connect-fly-out-btn {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -97.5px;
  display: none;
}
.slider-menu {
  width: 16%;
  -moz-transition: opacity 0.75s, z-index 0s 1s;
  -o-transition: opacity 0.75s, z-index 0s 1s;
  -webkit-transition: opacity 0.75s, z-index 0s;
  -webkit-transition-delay: 0s,1s;
  transition: opacity 0.75s, z-index 0s 1s;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
}
.slider-menu.active {
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  z-index: 2;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}
body#profile .modal-backdrop,
body#organization .modal-backdrop {
  background: transparent;
}
body#profile #modalGeneral,
body#organization #modalGeneral,
body#profile #modalShare,
body#organization #modalShare,
body#profile #modalSpotlight,
body#organization #modalSpotlight,
body#profile #modalReport,
body#organization #modalReport,
body#profile #modal-inquiry-selection,
body#organization #modal-inquiry-selection {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10000;
}
body#profile #modalGeneral .modal-header,
body#organization #modalGeneral .modal-header,
body#profile #modalShare .modal-header,
body#organization #modalShare .modal-header,
body#profile #modalSpotlight .modal-header,
body#organization #modalSpotlight .modal-header,
body#profile #modalReport .modal-header,
body#organization #modalReport .modal-header,
body#profile #modal-inquiry-selection .modal-header,
body#organization #modal-inquiry-selection .modal-header {
  border-bottom: 0px;
  padding: 0px 30px 0;
}
body#profile #modalGeneral .media-asset-title,
body#organization #modalGeneral .media-asset-title,
body#profile #modalShare .media-asset-title,
body#organization #modalShare .media-asset-title,
body#profile #modalSpotlight .media-asset-title,
body#organization #modalSpotlight .media-asset-title,
body#profile #modalReport .media-asset-title,
body#organization #modalReport .media-asset-title,
body#profile #modal-inquiry-selection .media-asset-title,
body#organization #modal-inquiry-selection .media-asset-title {
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #596167!important;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
body#profile #modalGeneral .modal-header .close,
body#organization #modalGeneral .modal-header .close,
body#profile #modalShare .modal-header .close,
body#organization #modalShare .modal-header .close,
body#profile #modalSpotlight .modal-header .close,
body#organization #modalSpotlight .modal-header .close,
body#profile #modalReport .modal-header .close,
body#organization #modalReport .modal-header .close,
body#profile #modal-inquiry-selection .modal-header .close,
body#organization #modal-inquiry-selection .modal-header .close {
  position: absolute;
  right: 25px;
  top: 25px;
}
body#profile #modalGeneral #player,
body#organization #modalGeneral #player,
body#profile #modalShare #player,
body#organization #modalShare #player,
body#profile #modalSpotlight #player,
body#organization #modalSpotlight #player,
body#profile #modalReport #player,
body#organization #modalReport #player,
body#profile #modal-inquiry-selection #player,
body#organization #modal-inquiry-selection #player {
  display: inline-block;
}
body#profile #modalGeneral .mux-container,
body#organization #modalGeneral .mux-container,
body#profile #modalShare .mux-container,
body#organization #modalShare .mux-container,
body#profile #modalSpotlight .mux-container,
body#organization #modalSpotlight .mux-container,
body#profile #modalReport .mux-container,
body#organization #modalReport .mux-container,
body#profile #modal-inquiry-selection .mux-container,
body#organization #modal-inquiry-selection .mux-container {
  margin: 0px;
}
body#profile #modalGeneral :host,
body#organization #modalGeneral :host,
body#profile #modalShare :host,
body#organization #modalShare :host,
body#profile #modalSpotlight :host,
body#organization #modalSpotlight :host,
body#profile #modalReport :host,
body#organization #modalReport :host,
body#profile #modal-inquiry-selection :host,
body#organization #modal-inquiry-selection :host {
  display: inline-block;
  line-height: 0;
  width: auto;
  height: auto;
}
body#profile #modalGeneral video,
body#organization #modalGeneral video,
body#profile #modalShare video,
body#organization #modalShare video,
body#profile #modalSpotlight video,
body#organization #modalSpotlight video,
body#profile #modalReport video,
body#organization #modalReport video,
body#profile #modal-inquiry-selection video,
body#organization #modal-inquiry-selection video {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}
body#profile #modalGeneral mux-player,
body#organization #modalGeneral mux-player,
body#profile #modalShare mux-player,
body#organization #modalShare mux-player,
body#profile #modalSpotlight mux-player,
body#organization #modalSpotlight mux-player,
body#profile #modalReport mux-player,
body#organization #modalReport mux-player,
body#profile #modal-inquiry-selection mux-player,
body#organization #modal-inquiry-selection mux-player {
  max-width: 820px;
  margin: 0 auto;
  display: block;
}
body#profile #modalGeneral .modal-dialog,
body#organization #modalGeneral .modal-dialog,
body#profile #modalShare .modal-dialog,
body#organization #modalShare .modal-dialog,
body#profile #modalSpotlight .modal-dialog,
body#organization #modalSpotlight .modal-dialog,
body#profile #modalReport .modal-dialog,
body#organization #modalReport .modal-dialog,
body#profile #modal-inquiry-selection .modal-dialog,
body#organization #modal-inquiry-selection .modal-dialog {
  width: auto;
  margin: auto;
}
body#profile #modalGeneral .modal-dialog .modal-content,
body#organization #modalGeneral .modal-dialog .modal-content,
body#profile #modalShare .modal-dialog .modal-content,
body#organization #modalShare .modal-dialog .modal-content,
body#profile #modalSpotlight .modal-dialog .modal-content,
body#organization #modalSpotlight .modal-dialog .modal-content,
body#profile #modalReport .modal-dialog .modal-content,
body#organization #modalReport .modal-dialog .modal-content,
body#profile #modal-inquiry-selection .modal-dialog .modal-content,
body#organization #modal-inquiry-selection .modal-dialog .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0px;
}
body#profile #modalGeneral .modal-dialog .modal-content .modal-body,
body#organization #modalGeneral .modal-dialog .modal-content .modal-body,
body#profile #modalShare .modal-dialog .modal-content .modal-body,
body#organization #modalShare .modal-dialog .modal-content .modal-body,
body#profile #modalSpotlight .modal-dialog .modal-content .modal-body,
body#organization #modalSpotlight .modal-dialog .modal-content .modal-body,
body#profile #modalReport .modal-dialog .modal-content .modal-body,
body#organization #modalReport .modal-dialog .modal-content .modal-body,
body#profile #modal-inquiry-selection .modal-dialog .modal-content .modal-body,
body#organization #modal-inquiry-selection .modal-dialog .modal-content .modal-body {
  padding: 0px !important;
  margin: 0px !important;
}
body#profile #modalGeneral .modal-dialog .modal-content .modal-body .btn.btn-default,
body#organization #modalGeneral .modal-dialog .modal-content .modal-body .btn.btn-default,
body#profile #modalShare .modal-dialog .modal-content .modal-body .btn.btn-default,
body#organization #modalShare .modal-dialog .modal-content .modal-body .btn.btn-default,
body#profile #modalSpotlight .modal-dialog .modal-content .modal-body .btn.btn-default,
body#organization #modalSpotlight .modal-dialog .modal-content .modal-body .btn.btn-default,
body#profile #modalReport .modal-dialog .modal-content .modal-body .btn.btn-default,
body#organization #modalReport .modal-dialog .modal-content .modal-body .btn.btn-default,
body#profile #modal-inquiry-selection .modal-dialog .modal-content .modal-body .btn.btn-default,
body#organization #modal-inquiry-selection .modal-dialog .modal-content .modal-body .btn.btn-default {
  border-radius: 100px;
  padding: 15px;
  width: 150px;
  margin: 0 auto;
  display: block;
}
body#profile #modalGeneral .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#organization #modalGeneral .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#profile #modalShare .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#organization #modalShare .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#profile #modalSpotlight .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#organization #modalSpotlight .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#profile #modalReport .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#organization #modalReport .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#profile #modal-inquiry-selection .modal-dialog .modal-content .modal-body .btn.btn-default i,
body#organization #modal-inquiry-selection .modal-dialog .modal-content .modal-body .btn.btn-default i {
  font-size: 13px;
}
body#profile #modalGeneral .modal-dialog .modal-content .modal-body img,
body#organization #modalGeneral .modal-dialog .modal-content .modal-body img,
body#profile #modalShare .modal-dialog .modal-content .modal-body img,
body#organization #modalShare .modal-dialog .modal-content .modal-body img,
body#profile #modalSpotlight .modal-dialog .modal-content .modal-body img,
body#organization #modalSpotlight .modal-dialog .modal-content .modal-body img,
body#profile #modalReport .modal-dialog .modal-content .modal-body img,
body#organization #modalReport .modal-dialog .modal-content .modal-body img,
body#profile #modal-inquiry-selection .modal-dialog .modal-content .modal-body img,
body#organization #modal-inquiry-selection .modal-dialog .modal-content .modal-body img {
  max-width: 100%;
}
body#profile #modal-inquiry-selection .modal-dialog,
body#organization #modal-inquiry-selection .modal-dialog {
  margin-top: auto !important;
  top: 110px;
  bottom: 20px;
}
body#profile #modal-inquiry-selection h3,
body#organization #modal-inquiry-selection h3 {
  margin: 0px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  color: #000000;
}
body#profile #modal-inquiry-selection .explainer,
body#organization #modal-inquiry-selection .explainer {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.54) !important;
}
body#profile #modal-inquiry-selection .explainer strong,
body#organization #modal-inquiry-selection .explainer strong {
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  margin-bottom: 5px;
}
body#profile #modal-inquiry-selection .modal-body:last-child,
body#organization #modal-inquiry-selection .modal-body:last-child {
  margin-bottom: 0px;
}
body#profile #modalShare h4,
body#organization #modalShare h4,
body#profile #modalSpotlight h4,
body#organization #modalSpotlight h4,
body#profile #modalReport h4,
body#organization #modalReport h4,
body#profile #modal-inquiry-selection h4,
body#organization #modal-inquiry-selection h4 {
  font-size: 21px;
  font-weight: 700;
  color: #2e333e;
  padding-left: 0px;
  margin-bottom: 30px;
}
body#profile #modalShare h4 i,
body#organization #modalShare h4 i,
body#profile #modalSpotlight h4 i,
body#organization #modalSpotlight h4 i,
body#profile #modalReport h4 i,
body#organization #modalReport h4 i,
body#profile #modal-inquiry-selection h4 i,
body#organization #modal-inquiry-selection h4 i {
  padding-right: 20px;
  font-size: 21px;
}
body#profile #modalShare .modal-dialog,
body#organization #modalShare .modal-dialog,
body#profile #modalSpotlight .modal-dialog,
body#organization #modalSpotlight .modal-dialog,
body#profile #modalReport .modal-dialog,
body#organization #modalReport .modal-dialog,
body#profile #modal-inquiry-selection .modal-dialog,
body#organization #modal-inquiry-selection .modal-dialog {
  width: 600px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
@media (max-width: 764px) {
  body#profile #modalShare .modal-dialog,
  body#organization #modalShare .modal-dialog,
  body#profile #modalSpotlight .modal-dialog,
  body#organization #modalSpotlight .modal-dialog,
  body#profile #modalReport .modal-dialog,
  body#organization #modalReport .modal-dialog,
  body#profile #modal-inquiry-selection .modal-dialog,
  body#organization #modal-inquiry-selection .modal-dialog {
    width: 85%;
  }
}
body#profile #modalShare .buttons,
body#organization #modalShare .buttons,
body#profile #modalSpotlight .buttons,
body#organization #modalSpotlight .buttons,
body#profile #modalReport .buttons,
body#organization #modalReport .buttons,
body#profile #modal-inquiry-selection .buttons,
body#organization #modal-inquiry-selection .buttons {
  text-align: center;
  margin: 25px 0;
}
body#profile #modalShare .error.bg-danger.text-danger,
body#organization #modalShare .error.bg-danger.text-danger,
body#profile #modalSpotlight .error.bg-danger.text-danger,
body#organization #modalSpotlight .error.bg-danger.text-danger,
body#profile #modalReport .error.bg-danger.text-danger,
body#organization #modalReport .error.bg-danger.text-danger,
body#profile #modal-inquiry-selection .error.bg-danger.text-danger,
body#organization #modal-inquiry-selection .error.bg-danger.text-danger {
  color: #E75753;
  border: 1px solid #F7C7C5;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  font-weight: 300;
  background: transparent;
}
#modalApUpdates .modal-header {
  border: 0px;
}
#modalApUpdates .modal-header i {
  font-weight: 700;
  color: #FFF;
}
#modalApUpdates .checkbox {
  float: right;
  position: relative;
  top: -30px;
}
#modalApUpdates .checkbox input {
  position: relative;
  top: 7px;
}
#modalApUpdates .checkbox input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  height: 1.25em;
  width: 1.25em;
  margin-bottom: -0.25em;
  margin-right: 5px;
  vertical-align: top;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  background-color: #fff;
  color: #565a5c;
  outline: 0;
}
#modalApUpdates .checkbox input[type=checkbox]:checked:before {
  content: "\2713";
  position: absolute;
  font-size: 22px;
  left: -6px;
  text-align: center;
  width: 1.25em;
  color: #93c95f;
  top: -13px;
}
#modalApUpdates .checkbox label {
  font-weight: 700;
  font-size: 11px;
}
#modalApUpdates h4 {
  font-weight: 700;
  font-size: 20px;
  color: #034866;
  color: #333c4e;
  text-transform: capitalize;
  line-height: inherit;
  margin-bottom: 0px;
}
#modalApUpdates h6 {
  margin: 0 0 15px 0;
  color: #747c83;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
}
#modalApUpdates .ap_updates {
  margin: 0 0 11px;
  color: #747c83;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
#modalApUpdates .ap_updates ul {
  padding: 0px;
  list-style: none;
}
#modalApUpdates .ap_updates .route_callout ul {
  width: 475px;
  margin: 0 auto;
}
#modalApUpdates .ap_updates .route_callout ul li {
  float: left;
  width: 30%;
  margin: 0 15px 0 0;
}
#modalApUpdates .ap_updates .route_callout ul li img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
#modalApUpdates .ap_updates .route_callout ul li strong {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 300;
}
#modalApUpdates .ap_updates .route_callout ul li strong i {
  font-weight: 300;
  font-size: 9px;
  position: relative;
  top: -1px;
}
#modalApUpdates .ap_updates .announcement_callout ul li {
  margin-bottom: 20px;
}
#modalApUpdates .ap_updates .announcement_callout ul li img {
  width: 50px;
  float: left;
  margin-right: 20px;
}
#modalApUpdates .ap_updates .announcement_callout ul li div {
  float: left;
  width: 470px;
}
#modalApUpdates .ap_updates .announcement_callout ul li p {
  margin-bottom: 0px;
}
#modalApUpdates .ap_updates .announcement_callout ul li a {
  font-size: 14px;
}
#modalApUpdates .ap_updates .announcement_callout ul li a i {
  font-weight: 300;
  font-size: 9px;
  position: relative;
  top: -1px;
}
form#share_form,
form#spotlight_form,
#report_form {
  max-width: 600px;
}
form#share_form ul.report_reasons,
form#spotlight_form ul.report_reasons,
#report_form ul.report_reasons {
  list-style: none;
  padding: 0px;
  margin: 20px 0;
}
form#share_form ul.report_reasons li,
form#spotlight_form ul.report_reasons li,
#report_form ul.report_reasons li {
  margin-bottom: 15px;
}
form#share_form ul.report_reasons li label,
form#spotlight_form ul.report_reasons li label,
#report_form ul.report_reasons li label {
  font-weight: 500;
}
form#share_form label,
form#spotlight_form label,
#report_form label {
  float: none!important;
  display: block;
  font-size: 13px!important;
  color: #434c5e!important;
  margin-bottom: 8px!important;
  text-align: left!important;
  font-weight: 700;
  line-height: auto;
}
form#share_form input,
form#spotlight_form input,
#report_form input,
form#share_form textarea,
form#spotlight_form textarea,
#report_form textarea,
form#share_form select,
form#spotlight_form select,
#report_form select {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
form#share_form textarea,
form#spotlight_form textarea,
#report_form textarea {
  height: 100px;
}
#report_form input[type="radio"] {
  float: left;
  width: 25px;
  height: auto;
  margin-top: 2px;
}
#inquiry_form .inquiry-list {
  display: inline-block;
}
#inquiry_form .message-inquiry-tags {
  /* Styling Checkbox Starts */
  margin-top: 10px;
  /* For Ripple Effect */
}
#inquiry_form .message-inquiry-tags .checkbox-container,
#inquiry_form .message-inquiry-tags .radio-container {
  cursor: pointer;
}
#inquiry_form .message-inquiry-tags .checkbox-label,
#inquiry_form .message-inquiry-tags .radio-label {
  display: block;
  position: relative;
  margin: auto;
  cursor: pointer;
  font-size: 22px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  float: right !important;
  margin-bottom: 0px !important;
}
#inquiry_form .message-inquiry-tags .checkbox-label input,
#inquiry_form .message-inquiry-tags .radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#inquiry_form .message-inquiry-tags .checkbox-label .checkbox-custom,
#inquiry_form .message-inquiry-tags .radio-label .radio-custom {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #FFFFFF;
}
#inquiry_form .message-inquiry-tags .checkbox-label input:checked ~ .checkbox-custom,
#inquiry_form .message-inquiry-tags .radio-label input:checked ~ .radio-custom {
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #067CB0;
}
#inquiry_form .message-inquiry-tags .checkbox-label .checkbox-custom::after,
#inquiry_form .message-inquiry-tags .radio-label .radio-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #067CB0;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#inquiry_form .message-inquiry-tags .checkbox-label input:checked ~ .checkbox-custom::after,
#inquiry_form .message-inquiry-tags .radio-label input:checked ~ .radio-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #067CB0;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
#inquiry_form .message-inquiry-tags .radio-label input:checked ~ .radio-custom::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  transform: translateY(-50%);
}
#inquiry_form .message-inquiry-tags .checkbox-label .checkbox-custom::before,
#inquiry_form .message-inquiry-tags .radio-label .radio-custom::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  border-radius: 5px;
  border: 2px solid #067CB0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#inquiry_form .message-inquiry-tags .checkbox-label input:checked ~ .checkbox-custom::before,
#inquiry_form .message-inquiry-tags .radio-label input:checked ~ .radio-custom::before {
  left: -3px;
  top: -3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  z-index: 999;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#inquiry_form .message-inquiry-tags .checkbox-label .checkbox-custom.circular,
#inquiry_form .message-inquiry-tags .radio-label .radio-custom.circular {
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.75);
}
#inquiry_form .message-inquiry-tags .checkbox-label input:checked ~ .checkbox-custom.circular,
#inquiry_form .message-inquiry-tags .radio-label input:checked ~ .radio-custom.circular {
  background-color: #FFFFFF;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.75);
}
#inquiry_form .message-inquiry-tags .checkbox-label input:checked ~ .checkbox-custom.circular::after,
#inquiry_form .message-inquiry-tags .radio-label input:checked ~ .radio-custom.circular::after {
  border: solid rgba(0, 0, 0, 0.75);
  border-width: 0 2px 2px 0;
}
#inquiry_form .message-inquiry-tags .checkbox-label .checkbox-custom.circular::after,
#inquiry_form .message-inquiry-tags .radio-label .radio-custom.circular::after {
  border-radius: 50%;
}
#inquiry_form .message-inquiry-tags .checkbox-label .checkbox-custom.circular::before,
#inquiry_form .message-inquiry-tags .radio-label .radio-custom.circular::before {
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.75);
}
#inquiry_form .message-inquiry-tags .checkbox-label input:checked ~ .checkbox-custom.circular::before,
#inquiry_form .message-inquiry-tags .radio-label input:checked ~ .radio-custom.circular::before {
  border-radius: 50%;
}
#inquiry_form .message-inquiry-tags .circular-container-tag {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.06);
  padding: 10px 14px;
  border-radius: 50px;
}
#inquiry_form .message-inquiry-tags .circular-container-tag strong {
  color: rgba(0, 0, 0, 0.75);
  float: left;
  margin-right: 5px;
  font-size: 14px;
  padding-top: 2px;
}
#inquiry_form .inquiry-profile-meta {
  text-align: center;
  margin-top: 65px;
  padding-bottom: 0px !important;
  border-bottom: 0px !important;
}
#inquiry_form .inquiry-profile-meta img {
  width: 125px;
  border-radius: 1000px;
}
#inquiry_form .inquiry-profile-meta div {
  font-size: 26px;
  margin-top: 15px;
  font-weight: 300;
}
#inquiry_form .inquiry-profile-meta div strong {
  font-weight: 700;
}
#inquiry_form .inquiry-profile-meta div .inquiry-list a {
  text-decoration: underline;
  background: transparent;
  color: black;
  border: 0px;
  color: #067CB0;
  text-transform: none;
  padding: 0px;
  font-size: 26px;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
}
#inquiry_form .inquiry-profile-meta div .inquiry-list ul.dropdown-menu {
  list-style: none;
  padding: 20px;
}
#inquiry_form .inquiry-profile-meta div .inquiry-list ul.dropdown-menu li {
  list-style-type: none !important;
  margin-bottom: 10px;
}
#inquiry_form .inquiry-profile-meta div .inquiry-list ul.dropdown-menu li strong {
  margin-bottom: 15px;
  display: block;
}
#inquiry_form .inquiry-profile-meta div .inquiry-list ul.dropdown-menu li a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
#inquiry_form .inquiry-profile-meta div a {
  text-decoration: underline;
}
#inquiry_form .inquiry-profile-meta div a i {
  font-size: 13px;
  position: relative;
  top: -3px;
  left: -3px;
}
#inquiry_form label {
  float: none!important;
  display: inline-block;
  font-size: 13px!important;
  color: rgba(0, 0, 0, 0.45) !important;
  margin-bottom: 8px!important;
  text-align: left!important;
  font-weight: 700;
  line-height: auto;
  width: auto;
}
#inquiry_form .form-group {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 13px;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-right: 0px;
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
#inquiry_form .form-group .sub-callout {
  margin-top: 15px;
  font-weight: 700;
  font-size: 14px;
}
#inquiry_form .form-group .sub-callout .dropdown {
  display: inline-block;
}
#inquiry_form .form-group .sub-callout .dropdown-menu {
  overflow-y: scroll;
  max-height: 300px;
  padding-top: 10px;
}
#inquiry_form .form-group .sub-callout .dropdown-menu li {
  list-style-type: none !important;
  font-weight: 500;
  padding: 10px 10px;
  font-size: 16px;
  margin: 0px;
  cursor: pointer;
}
#inquiry_form .form-group .col-sm-12 {
  padding: 0px;
}
#inquiry_form .form-group .focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background: rgba(0, 0, 0, 0.3);
}
#inquiry_form .form-group .form-control:focus + .focus-input::before {
  width: 100%;
}
#inquiry_form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
#inquiry_form .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
#inquiry_form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
#inquiry_form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
#inquiry_form textarea,
#inquiry_form input {
  border: 0px;
  padding: 0px;
  box-shadow: none;
}
#inquiry_form textarea {
  height: 100px;
  padding-top: 8px;
}
#inquiry_form select {
  border: 0px;
  box-shadow: none;
}
#inquiry_form textarea::placeholder,
#inquiry_form input::placeholder,
#inquiry_form select {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.75);
  font-weight: 700;
  opacity: 1;
  /* Firefox */
}
#inquiry_form .inquiry_type_detail {
  margin-bottom: 40px;
}
#inquiry_form .inquiry_type_detail .tab_content_wrapper {
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 7px 5px;
}
#inquiry_form h2.inquiry-header {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
}
#inquiry_form h2.inquiry-header i {
  position: relative;
  font-size: 15px;
  top: -1px;
}
#inquiry_form h2.inquiry-header img {
  width: 25px;
}
#inquiry_form .additional-contact-form {
  margin-top: 0px;
}
#inquiry_form .additional-contact-form .checkbox-container {
  background: transparent;
  padding-top: 0;
  float: right;
}
#inquiry_form .additional-contact-form .checkbox-container .checkbox-custom.circular {
  border-color: #067CB0;
}
#inquiry_form .additional-contact-form .checkbox-container strong {
  color: #067CB0;
}
#inquiry_form .additional-contact-form .checkbox-label input:checked ~ .checkbox-custom.circular,
#inquiry_form .additional-contact-form .checkbox-label input:checked ~ .checkbox-custom.circular::after {
  border-color: #067CB0;
}
#inquiry_form .action-wrap em {
  display: block;
  font-size: 13px!important;
  color: rgba(0, 0, 0, 0.45) !important;
  font-weight: 700;
  margin-top: 25px;
  font-style: normal;
  text-align: center;
}
.featured-confirmation-experts .alert {
  text-align: center;
}
@media (min-width: 768px) {
  .featured-confirmation-experts #featured_experts {
    margin-top: 0px;
  }
}
.featured-confirmation-experts #featured_experts h2 {
  font-size: 18px !important;
  text-transform: none !important;
  margin-bottom: 65px;
  text-align: center;
  margin-top: 55px !important;
}
@media (max-width: 1142px) {
  .featured-confirmation-experts #featured_experts h2 {
    margin-top: 0px !important;
  }
}
.featured-confirmation-experts #featured_experts .expert {
  min-height: 75px;
  margin-bottom: 20px;
}
.featured-confirmation-experts #featured_experts .expert img {
  border: 0px;
  width: 50px;
  height: 50px;
}
.featured-confirmation-experts #featured_experts .expert strong {
  color: rgba(0, 0, 0, 0.65);
}
.featured-confirmation-experts #featured_experts .expert .default-avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.featured-confirmation-experts #featured_experts .expert .default-avatar i {
  font-size: 25px;
  position: relative;
  top: 2px;
}
.featured-confirmation-experts #featured_experts .expert h4 {
  margin-bottom: 0px !important;
  text-transform: none !important;
}
.featured-confirmation-experts #featured_experts .expert h4 a {
  font-size: 21px;
  color: rgba(0, 0, 0, 0.96);
}
.featured-confirmation-experts .buttons {
  margin-top: 40px;
}
.inquiry-page section {
  margin-bottom: 0px ;
}
.inquiry-page #loading-wrap {
  position: absolute;
  left: 47%;
  top: 75%;
  z-index: 10;
}
.inquiry-page #loading-wrap i {
  color: #00ab84;
}
.inquiry-page #inquiry_form {
  max-width: 100%;
}
.inquiry-page #inquiry_form h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 15px;
}
.inquiry-page #inquiry_form h2.no-margin {
  margin-top: 0px;
}
.inquiry-page #inquiry_form .buttons {
  margin-top: 40px;
}
.inquiry-page #inquiry_form label.error {
  font-size: 13px !important;
  color: #E75753 !important;
  border: 0px;
  width: 100%;
  padding: 0px !important;
  margin-top: 0px;
  font-weight: 300;
  background: #FFF;
  font-weight: 700;
  display: inline-block;
  float: right !important;
  width: auto;
  margin-bottom: 0px !important;
}
.explainer {
  padding: 20px;
  font-size: 13px !important;
  line-height: initial !important;
  border: 1px solid #EEE;
  border-radius: 8px;
}
.explainer img {
  width: 50px;
  float: left;
  margin-right: 10px;
}
.explainer strong {
  display: block;
}
#profile #profile-intro.inquiry-intro {
  margin-bottom: 0px;
}
#profile #profile-main.inquiry-main {
  margin-top: 0px;
}
#profile #profile-main.inquiry-main #profile-content {
  margin-top: 0px !important;
  padding-bottom: 30px;
}
#profile #profile-main.inquiry-main #profile-content section {
  border-bottom: 0px;
}
body#profile #modalGeneral .modal-dialog .modal-content .modal-body .btn.btn-default.download-img-btn {
  margin-top: 20px;
}
@-webkit-keyframes slide {
  100% {
    right: 0;
  }
}
@keyframes slide {
  100% {
    right: 0;
  }
}
@media (max-width: 1076px) {
  .signup-page .callout-section,
  .payment-page .callout-section,
  .referral-page .callout-section {
    display: none !important;
  }
  .signup-page .form-section,
  .payment-page .form-section,
  .referral-page .form-section,
  .signup-page .form-section,
  .payment-page .form-section,
  .referral-page .form-section,
  .signup-page .form-section,
  .payment-page .form-section,
  .referral-page .form-section {
    margin-left: 0px !important;
  }
}
.signup-page .callout-section--quotes,
.payment-page .callout-section--quotes,
.referral-page .callout-section--quotes {
  background-size: cover;
}
.signup-page .callout-section--quotes,
.payment-page .callout-section--quotes,
.referral-page .callout-section--quotes,
.signup-page .sso-knocking__option-item,
.payment-page .sso-knocking__option-item,
.referral-page .sso-knocking__option-item {
  background-position: center;
  background-repeat: no-repeat;
}
.signup-page .breadcrumbs,
.payment-page .breadcrumbs,
.referral-page .breadcrumbs {
  margin-top: 30px !important;
}
.signup-page .breadcrumbs ul,
.payment-page .breadcrumbs ul,
.referral-page .breadcrumbs ul {
  list-style-type: none;
}
.signup-page .breadcrumbs ul li,
.payment-page .breadcrumbs ul li,
.referral-page .breadcrumbs ul li {
  display: inline-block;
}
.signup-page .breadcrumbs ul li span.active,
.payment-page .breadcrumbs ul li span.active,
.referral-page .breadcrumbs ul li span.active {
  color: #00ab84 !important;
  border: 0px !important;
}
@media (max-width: 1076px) {
  .signup-page .breadcrumbs ul li span.active,
  .payment-page .breadcrumbs ul li span.active,
  .referral-page .breadcrumbs ul li span.active {
    padding: 0 10px !important;
  }
}
@media (max-width: 525px) {
  .signup-page .breadcrumbs ul li span.active,
  .payment-page .breadcrumbs ul li span.active,
  .referral-page .breadcrumbs ul li span.active {
    margin-left: 0px !important;
    padding: 0 5px !important;
  }
}
.signup-page .breadcrumbs ul li span,
.payment-page .breadcrumbs ul li span,
.referral-page .breadcrumbs ul li span {
  font-weight: 700;
  font-size: 10px;
  color: #596377;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  vertical-align: middle;
}
@media (max-width: 1076px) {
  .signup-page .breadcrumbs ul li span,
  .payment-page .breadcrumbs ul li span,
  .referral-page .breadcrumbs ul li span {
    padding: 0 10px;
  }
}
@media (max-width: 525px) {
  .signup-page .breadcrumbs ul li span,
  .payment-page .breadcrumbs ul li span,
  .referral-page .breadcrumbs ul li span {
    margin-left: 0px !important;
    padding: 0 5px !important;
    font-size: 8px !important;
  }
}
.signup-page .callout-section,
.payment-page .callout-section,
.referral-page .callout-section {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 460px;
  min-height: 600px;
  height: 100%;
  overflow: hidden;
  background: rgba(194, 205, 222, 0.5);
  background-image: url(/speakers/img/David_Meerman_Scott.png);
}
.signup-page .callout-section .quote-wrapper,
.payment-page .callout-section .quote-wrapper,
.referral-page .callout-section .quote-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 0 40px;
}
.signup-page .callout-section .quote-wrapper p,
.payment-page .callout-section .quote-wrapper p,
.referral-page .callout-section .quote-wrapper p {
  position: relative;
  margin-bottom: 40px;
  font-size: 21px;
  font-style: normal;
  color: #FFF;
  line-height: 30px;
  opacity: .8;
  font-weight: 300;
  font-style: italic;
}
.signup-page .callout-section .quote-wrapper p.smaller,
.payment-page .callout-section .quote-wrapper p.smaller,
.referral-page .callout-section .quote-wrapper p.smaller {
  font-size: 14px;
  line-height: 26px;
  font-style: normal;
  margin-bottom: 30px;
  padding-left: 80px;
}
.signup-page .callout-section .quote-wrapper strong,
.payment-page .callout-section .quote-wrapper strong,
.referral-page .callout-section .quote-wrapper strong {
  opacity: .8;
  font-weight: 600;
  font-size: 13px;
  color: #FFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 80px;
}
.signup-page .callout-section .quote-wrapper img,
.payment-page .callout-section .quote-wrapper img,
.referral-page .callout-section .quote-wrapper img {
  width: 65px;
  position: absolute;
  z-index: 1000000;
  bottom: 20px;
  left: 40px;
}
.signup-page .callout-section:before,
.payment-page .callout-section:before,
.referral-page .callout-section:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background-image: -webkit-linear-gradient(91deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
  background-image: linear-gradient(-1deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
}
.signup-page .callout-section,
.payment-page .callout-section,
.referral-page .callout-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
}
.signup-page .callout-section,
.payment-page .callout-section,
.referral-page .callout-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.signup-page .form-section,
.payment-page .form-section,
.referral-page .form-section {
  height: 100%;
  overflow: auto;
  margin-left: 460px;
  position: relative;
}
.signup-page .form-section .nav-brand-small,
.payment-page .form-section .nav-brand-small,
.referral-page .form-section .nav-brand-small {
  width: 75px;
  height: 65px;
  background: transparent url(/speakers/img/ExpertFileX.png) no-repeat 0 0;
  background-size: 75px 65px;
  position: absolute;
  top: 15px;
  left: 20px;
  float: left;
  /* display: none; */
  z-index: 10000;
}
@media (max-width: 767px) {
  .signup-page .form-section .nav-brand-small,
  .payment-page .form-section .nav-brand-small,
  .referral-page .form-section .nav-brand-small {
    left: -4px;
  }
}
.signup-page .form-section .already-have-account,
.payment-page .form-section .already-have-account,
.referral-page .form-section .already-have-account,
.signup-page .form-section .breadcrumbs,
.payment-page .form-section .breadcrumbs,
.referral-page .form-section .breadcrumbs {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 30px;
  margin-bottom: 46px;
  margin-right: 5%;
  font-size: 13px;
  color: #596377;
  letter-spacing: 0;
  line-height: 36px;
  z-index: 1000;
}
.signup-page .form-section .already-have-account em,
.payment-page .form-section .already-have-account em,
.referral-page .form-section .already-have-account em,
.signup-page .form-section .breadcrumbs em,
.payment-page .form-section .breadcrumbs em,
.referral-page .form-section .breadcrumbs em {
  font-size: 13px;
  color: #596377;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 300;
  position: relative;
  top: 2px;
  font-style: normal;
}
.signup-page .form-section .already-have-account a,
.payment-page .form-section .already-have-account a,
.referral-page .form-section .already-have-account a,
.signup-page .form-section .breadcrumbs a,
.payment-page .form-section .breadcrumbs a,
.referral-page .form-section .breadcrumbs a {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #C6CCD7;
  border-radius: 100px;
  font-family: brandon-grotesque, "Open Sans", open-sans, sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #596377;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.signup-page .form-section .table,
.payment-page .form-section .table,
.referral-page .form-section .table {
  display: table;
  width: 100%;
  height: 100%;
}
.signup-page .form-section .table .cell,
.payment-page .form-section .table .cell,
.referral-page .form-section .table .cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 100px;
  padding-bottom: 100px;
}
.signup-page .form-section .table .cell #request-membership-form,
.payment-page .form-section .table .cell #request-membership-form,
.referral-page .form-section .table .cell #request-membership-form,
.signup-page .form-section .table .cell #payment-form,
.payment-page .form-section .table .cell #payment-form,
.referral-page .form-section .table .cell #payment-form,
.signup-page .form-section .table .cell #referral-form,
.payment-page .form-section .table .cell #referral-form,
.referral-page .form-section .table .cell #referral-form,
.signup-page .form-section .table .cell .welcome-page,
.payment-page .form-section .table .cell .welcome-page,
.referral-page .form-section .table .cell .welcome-page,
.signup-page .form-section .table .cell #referral-form-email,
.payment-page .form-section .table .cell #referral-form-email,
.referral-page .form-section .table .cell #referral-form-email {
  position: relative;
  clear: both;
  width: 90%;
  max-width: 540px;
  margin: 0 auto;
}
.signup-page .form-section .table .cell #request-membership-form #loading-wrap,
.payment-page .form-section .table .cell #request-membership-form #loading-wrap,
.referral-page .form-section .table .cell #request-membership-form #loading-wrap,
.signup-page .form-section .table .cell #payment-form #loading-wrap,
.payment-page .form-section .table .cell #payment-form #loading-wrap,
.referral-page .form-section .table .cell #payment-form #loading-wrap,
.signup-page .form-section .table .cell #referral-form #loading-wrap,
.payment-page .form-section .table .cell #referral-form #loading-wrap,
.referral-page .form-section .table .cell #referral-form #loading-wrap,
.signup-page .form-section .table .cell .welcome-page #loading-wrap,
.payment-page .form-section .table .cell .welcome-page #loading-wrap,
.referral-page .form-section .table .cell .welcome-page #loading-wrap,
.signup-page .form-section .table .cell #referral-form-email #loading-wrap,
.payment-page .form-section .table .cell #referral-form-email #loading-wrap,
.referral-page .form-section .table .cell #referral-form-email #loading-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
}
.signup-page .form-section .table .cell #request-membership-form #loading-wrap i,
.payment-page .form-section .table .cell #request-membership-form #loading-wrap i,
.referral-page .form-section .table .cell #request-membership-form #loading-wrap i,
.signup-page .form-section .table .cell #payment-form #loading-wrap i,
.payment-page .form-section .table .cell #payment-form #loading-wrap i,
.referral-page .form-section .table .cell #payment-form #loading-wrap i,
.signup-page .form-section .table .cell #referral-form #loading-wrap i,
.payment-page .form-section .table .cell #referral-form #loading-wrap i,
.referral-page .form-section .table .cell #referral-form #loading-wrap i,
.signup-page .form-section .table .cell .welcome-page #loading-wrap i,
.payment-page .form-section .table .cell .welcome-page #loading-wrap i,
.referral-page .form-section .table .cell .welcome-page #loading-wrap i,
.signup-page .form-section .table .cell #referral-form-email #loading-wrap i,
.payment-page .form-section .table .cell #referral-form-email #loading-wrap i,
.referral-page .form-section .table .cell #referral-form-email #loading-wrap i {
  color: #00ab84;
}
.signup-page .form-section .table .cell #request-membership-form h1,
.payment-page .form-section .table .cell #request-membership-form h1,
.referral-page .form-section .table .cell #request-membership-form h1,
.signup-page .form-section .table .cell #payment-form h1,
.payment-page .form-section .table .cell #payment-form h1,
.referral-page .form-section .table .cell #payment-form h1,
.signup-page .form-section .table .cell #referral-form h1,
.payment-page .form-section .table .cell #referral-form h1,
.referral-page .form-section .table .cell #referral-form h1,
.signup-page .form-section .table .cell .welcome-page h1,
.payment-page .form-section .table .cell .welcome-page h1,
.referral-page .form-section .table .cell .welcome-page h1,
.signup-page .form-section .table .cell #referral-form-email h1,
.payment-page .form-section .table .cell #referral-form-email h1,
.referral-page .form-section .table .cell #referral-form-email h1 {
  font-size: 28px;
  font-weight: 400;
  color: #434C5F;
}
.signup-page .form-section .table .cell #request-membership-form h1 img,
.payment-page .form-section .table .cell #request-membership-form h1 img,
.referral-page .form-section .table .cell #request-membership-form h1 img,
.signup-page .form-section .table .cell #payment-form h1 img,
.payment-page .form-section .table .cell #payment-form h1 img,
.referral-page .form-section .table .cell #payment-form h1 img,
.signup-page .form-section .table .cell #referral-form h1 img,
.payment-page .form-section .table .cell #referral-form h1 img,
.referral-page .form-section .table .cell #referral-form h1 img,
.signup-page .form-section .table .cell .welcome-page h1 img,
.payment-page .form-section .table .cell .welcome-page h1 img,
.referral-page .form-section .table .cell .welcome-page h1 img,
.signup-page .form-section .table .cell #referral-form-email h1 img,
.payment-page .form-section .table .cell #referral-form-email h1 img,
.referral-page .form-section .table .cell #referral-form-email h1 img {
  width: 175px;
  position: relative;
  top: -2px;
  lefT: -10px;
}
.signup-page .form-section .table .cell #request-membership-form strong,
.payment-page .form-section .table .cell #request-membership-form strong,
.referral-page .form-section .table .cell #request-membership-form strong,
.signup-page .form-section .table .cell #payment-form strong,
.payment-page .form-section .table .cell #payment-form strong,
.referral-page .form-section .table .cell #payment-form strong,
.signup-page .form-section .table .cell #referral-form strong,
.payment-page .form-section .table .cell #referral-form strong,
.referral-page .form-section .table .cell #referral-form strong,
.signup-page .form-section .table .cell .welcome-page strong,
.payment-page .form-section .table .cell .welcome-page strong,
.referral-page .form-section .table .cell .welcome-page strong,
.signup-page .form-section .table .cell #referral-form-email strong,
.payment-page .form-section .table .cell #referral-form-email strong,
.referral-page .form-section .table .cell #referral-form-email strong {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #596377;
  font-weight: 300;
}
.signup-page .form-section .table .cell #request-membership-form label,
.payment-page .form-section .table .cell #request-membership-form label,
.referral-page .form-section .table .cell #request-membership-form label,
.signup-page .form-section .table .cell #payment-form label,
.payment-page .form-section .table .cell #payment-form label,
.referral-page .form-section .table .cell #payment-form label,
.signup-page .form-section .table .cell #referral-form label,
.payment-page .form-section .table .cell #referral-form label,
.referral-page .form-section .table .cell #referral-form label,
.signup-page .form-section .table .cell .welcome-page label,
.payment-page .form-section .table .cell .welcome-page label,
.referral-page .form-section .table .cell .welcome-page label,
.signup-page .form-section .table .cell #referral-form-email label,
.payment-page .form-section .table .cell #referral-form-email label,
.referral-page .form-section .table .cell #referral-form-email label {
  float: none;
  display: block;
  font-size: 11px;
  color: #434c5e;
  margin-bottom: 8px;
  text-align: left!important;
}
.signup-page .form-section .table .cell #request-membership-form label span,
.payment-page .form-section .table .cell #request-membership-form label span,
.referral-page .form-section .table .cell #request-membership-form label span,
.signup-page .form-section .table .cell #payment-form label span,
.payment-page .form-section .table .cell #payment-form label span,
.referral-page .form-section .table .cell #payment-form label span,
.signup-page .form-section .table .cell #referral-form label span,
.payment-page .form-section .table .cell #referral-form label span,
.referral-page .form-section .table .cell #referral-form label span,
.signup-page .form-section .table .cell .welcome-page label span,
.payment-page .form-section .table .cell .welcome-page label span,
.referral-page .form-section .table .cell .welcome-page label span,
.signup-page .form-section .table .cell #referral-form-email label span,
.payment-page .form-section .table .cell #referral-form-email label span,
.referral-page .form-section .table .cell #referral-form-email label span {
  font-weight: 500;
  margin-left: 5px;
}
.signup-page .form-section .table .cell #request-membership-form label.error,
.payment-page .form-section .table .cell #request-membership-form label.error,
.referral-page .form-section .table .cell #request-membership-form label.error,
.signup-page .form-section .table .cell #payment-form label.error,
.payment-page .form-section .table .cell #payment-form label.error,
.referral-page .form-section .table .cell #payment-form label.error,
.signup-page .form-section .table .cell #referral-form label.error,
.payment-page .form-section .table .cell #referral-form label.error,
.referral-page .form-section .table .cell #referral-form label.error,
.signup-page .form-section .table .cell .welcome-page label.error,
.payment-page .form-section .table .cell .welcome-page label.error,
.referral-page .form-section .table .cell .welcome-page label.error,
.signup-page .form-section .table .cell #referral-form-email label.error,
.payment-page .form-section .table .cell #referral-form-email label.error,
.referral-page .form-section .table .cell #referral-form-email label.error {
  color: #E75753 !important;
  font-size: 13px;
}
.signup-page .form-section .table .cell #request-membership-form input,
.payment-page .form-section .table .cell #request-membership-form input,
.referral-page .form-section .table .cell #request-membership-form input,
.signup-page .form-section .table .cell #payment-form input,
.payment-page .form-section .table .cell #payment-form input,
.referral-page .form-section .table .cell #payment-form input,
.signup-page .form-section .table .cell #referral-form input,
.payment-page .form-section .table .cell #referral-form input,
.referral-page .form-section .table .cell #referral-form input,
.signup-page .form-section .table .cell .welcome-page input,
.payment-page .form-section .table .cell .welcome-page input,
.referral-page .form-section .table .cell .welcome-page input,
.signup-page .form-section .table .cell #referral-form-email input,
.payment-page .form-section .table .cell #referral-form-email input,
.referral-page .form-section .table .cell #referral-form-email input,
.signup-page .form-section .table .cell #request-membership-form select,
.payment-page .form-section .table .cell #request-membership-form select,
.referral-page .form-section .table .cell #request-membership-form select,
.signup-page .form-section .table .cell #payment-form select,
.payment-page .form-section .table .cell #payment-form select,
.referral-page .form-section .table .cell #payment-form select,
.signup-page .form-section .table .cell #referral-form select,
.payment-page .form-section .table .cell #referral-form select,
.referral-page .form-section .table .cell #referral-form select,
.signup-page .form-section .table .cell .welcome-page select,
.payment-page .form-section .table .cell .welcome-page select,
.referral-page .form-section .table .cell .welcome-page select,
.signup-page .form-section .table .cell #referral-form-email select,
.payment-page .form-section .table .cell #referral-form-email select,
.referral-page .form-section .table .cell #referral-form-email select,
.signup-page .form-section .table .cell #request-membership-form textarea,
.payment-page .form-section .table .cell #request-membership-form textarea,
.referral-page .form-section .table .cell #request-membership-form textarea,
.signup-page .form-section .table .cell #payment-form textarea,
.payment-page .form-section .table .cell #payment-form textarea,
.referral-page .form-section .table .cell #payment-form textarea,
.signup-page .form-section .table .cell #referral-form textarea,
.payment-page .form-section .table .cell #referral-form textarea,
.referral-page .form-section .table .cell #referral-form textarea,
.signup-page .form-section .table .cell .welcome-page textarea,
.payment-page .form-section .table .cell .welcome-page textarea,
.referral-page .form-section .table .cell .welcome-page textarea,
.signup-page .form-section .table .cell #referral-form-email textarea,
.payment-page .form-section .table .cell #referral-form-email textarea,
.referral-page .form-section .table .cell #referral-form-email textarea {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.signup-page .form-section .table .cell #request-membership-form textarea,
.payment-page .form-section .table .cell #request-membership-form textarea,
.referral-page .form-section .table .cell #request-membership-form textarea,
.signup-page .form-section .table .cell #payment-form textarea,
.payment-page .form-section .table .cell #payment-form textarea,
.referral-page .form-section .table .cell #payment-form textarea,
.signup-page .form-section .table .cell #referral-form textarea,
.payment-page .form-section .table .cell #referral-form textarea,
.referral-page .form-section .table .cell #referral-form textarea,
.signup-page .form-section .table .cell .welcome-page textarea,
.payment-page .form-section .table .cell .welcome-page textarea,
.referral-page .form-section .table .cell .welcome-page textarea,
.signup-page .form-section .table .cell #referral-form-email textarea,
.payment-page .form-section .table .cell #referral-form-email textarea,
.referral-page .form-section .table .cell #referral-form-email textarea {
  height: 95px;
}
.signup-page .form-section .table .cell #request-membership-form #share,
.payment-page .form-section .table .cell #request-membership-form #share,
.referral-page .form-section .table .cell #request-membership-form #share,
.signup-page .form-section .table .cell #payment-form #share,
.payment-page .form-section .table .cell #payment-form #share,
.referral-page .form-section .table .cell #payment-form #share,
.signup-page .form-section .table .cell #referral-form #share,
.payment-page .form-section .table .cell #referral-form #share,
.referral-page .form-section .table .cell #referral-form #share,
.signup-page .form-section .table .cell .welcome-page #share,
.payment-page .form-section .table .cell .welcome-page #share,
.referral-page .form-section .table .cell .welcome-page #share,
.signup-page .form-section .table .cell #referral-form-email #share,
.payment-page .form-section .table .cell #referral-form-email #share,
.referral-page .form-section .table .cell #referral-form-email #share {
  font-size: 14px;
  color: #A0A0A0;
  padding: 5px 0 5px 0px;
}
.signup-page .form-section .table .cell #request-membership-form #share i,
.payment-page .form-section .table .cell #request-membership-form #share i,
.referral-page .form-section .table .cell #request-membership-form #share i,
.signup-page .form-section .table .cell #payment-form #share i,
.payment-page .form-section .table .cell #payment-form #share i,
.referral-page .form-section .table .cell #payment-form #share i,
.signup-page .form-section .table .cell #referral-form #share i,
.payment-page .form-section .table .cell #referral-form #share i,
.referral-page .form-section .table .cell #referral-form #share i,
.signup-page .form-section .table .cell .welcome-page #share i,
.payment-page .form-section .table .cell .welcome-page #share i,
.referral-page .form-section .table .cell .welcome-page #share i,
.signup-page .form-section .table .cell #referral-form-email #share i,
.payment-page .form-section .table .cell #referral-form-email #share i,
.referral-page .form-section .table .cell #referral-form-email #share i {
  font-size: 9px;
  position: relative;
  top: -5px;
  font-weight: 500;
}
.signup-page .form-section .table .cell #request-membership-form .plan-link,
.payment-page .form-section .table .cell #request-membership-form .plan-link,
.referral-page .form-section .table .cell #request-membership-form .plan-link,
.signup-page .form-section .table .cell #payment-form .plan-link,
.payment-page .form-section .table .cell #payment-form .plan-link,
.referral-page .form-section .table .cell #payment-form .plan-link,
.signup-page .form-section .table .cell #referral-form .plan-link,
.payment-page .form-section .table .cell #referral-form .plan-link,
.referral-page .form-section .table .cell #referral-form .plan-link,
.signup-page .form-section .table .cell .welcome-page .plan-link,
.payment-page .form-section .table .cell .welcome-page .plan-link,
.referral-page .form-section .table .cell .welcome-page .plan-link,
.signup-page .form-section .table .cell #referral-form-email .plan-link,
.payment-page .form-section .table .cell #referral-form-email .plan-link,
.referral-page .form-section .table .cell #referral-form-email .plan-link {
  color: #808080;
  margin-top: 5px;
  font-size: 13px;
  margin-bottom: 40px;
}
.signup-page .form-section .table .cell #request-membership-form .plan-link a,
.payment-page .form-section .table .cell #request-membership-form .plan-link a,
.referral-page .form-section .table .cell #request-membership-form .plan-link a,
.signup-page .form-section .table .cell #payment-form .plan-link a,
.payment-page .form-section .table .cell #payment-form .plan-link a,
.referral-page .form-section .table .cell #payment-form .plan-link a,
.signup-page .form-section .table .cell #referral-form .plan-link a,
.payment-page .form-section .table .cell #referral-form .plan-link a,
.referral-page .form-section .table .cell #referral-form .plan-link a,
.signup-page .form-section .table .cell .welcome-page .plan-link a,
.payment-page .form-section .table .cell .welcome-page .plan-link a,
.referral-page .form-section .table .cell .welcome-page .plan-link a,
.signup-page .form-section .table .cell #referral-form-email .plan-link a,
.payment-page .form-section .table .cell #referral-form-email .plan-link a,
.referral-page .form-section .table .cell #referral-form-email .plan-link a {
  text-decoration: underline;
}
.signup-page .form-section .table .cell #request-membership-form .sign-in-controls,
.payment-page .form-section .table .cell #request-membership-form .sign-in-controls,
.referral-page .form-section .table .cell #request-membership-form .sign-in-controls,
.signup-page .form-section .table .cell #payment-form .sign-in-controls,
.payment-page .form-section .table .cell #payment-form .sign-in-controls,
.referral-page .form-section .table .cell #payment-form .sign-in-controls,
.signup-page .form-section .table .cell #referral-form .sign-in-controls,
.payment-page .form-section .table .cell #referral-form .sign-in-controls,
.referral-page .form-section .table .cell #referral-form .sign-in-controls,
.signup-page .form-section .table .cell .welcome-page .sign-in-controls,
.payment-page .form-section .table .cell .welcome-page .sign-in-controls,
.referral-page .form-section .table .cell .welcome-page .sign-in-controls,
.signup-page .form-section .table .cell #referral-form-email .sign-in-controls,
.payment-page .form-section .table .cell #referral-form-email .sign-in-controls,
.referral-page .form-section .table .cell #referral-form-email .sign-in-controls {
  text-align: center;
}
.signup-page .form-section .table .cell #request-membership-form .sign-in-controls button,
.payment-page .form-section .table .cell #request-membership-form .sign-in-controls button,
.referral-page .form-section .table .cell #request-membership-form .sign-in-controls button,
.signup-page .form-section .table .cell #payment-form .sign-in-controls button,
.payment-page .form-section .table .cell #payment-form .sign-in-controls button,
.referral-page .form-section .table .cell #payment-form .sign-in-controls button,
.signup-page .form-section .table .cell #referral-form .sign-in-controls button,
.payment-page .form-section .table .cell #referral-form .sign-in-controls button,
.referral-page .form-section .table .cell #referral-form .sign-in-controls button,
.signup-page .form-section .table .cell .welcome-page .sign-in-controls button,
.payment-page .form-section .table .cell .welcome-page .sign-in-controls button,
.referral-page .form-section .table .cell .welcome-page .sign-in-controls button,
.signup-page .form-section .table .cell #referral-form-email .sign-in-controls button,
.payment-page .form-section .table .cell #referral-form-email .sign-in-controls button,
.referral-page .form-section .table .cell #referral-form-email .sign-in-controls button,
.signup-page .form-section .table .cell #request-membership-form .sign-in-controls > a,
.payment-page .form-section .table .cell #request-membership-form .sign-in-controls > a,
.referral-page .form-section .table .cell #request-membership-form .sign-in-controls > a,
.signup-page .form-section .table .cell #payment-form .sign-in-controls > a,
.payment-page .form-section .table .cell #payment-form .sign-in-controls > a,
.referral-page .form-section .table .cell #payment-form .sign-in-controls > a,
.signup-page .form-section .table .cell #referral-form .sign-in-controls > a,
.payment-page .form-section .table .cell #referral-form .sign-in-controls > a,
.referral-page .form-section .table .cell #referral-form .sign-in-controls > a,
.signup-page .form-section .table .cell .welcome-page .sign-in-controls > a,
.payment-page .form-section .table .cell .welcome-page .sign-in-controls > a,
.referral-page .form-section .table .cell .welcome-page .sign-in-controls > a,
.signup-page .form-section .table .cell #referral-form-email .sign-in-controls > a,
.payment-page .form-section .table .cell #referral-form-email .sign-in-controls > a,
.referral-page .form-section .table .cell #referral-form-email .sign-in-controls > a {
  display: inline-block;
  margin: 20px auto;
  background: #00ab84;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0 60px;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  text-align: center;
  font-weight: 700;
  border: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.signup-page .form-section .table .cell #request-membership-form .sign-in-controls a:hover,
.payment-page .form-section .table .cell #request-membership-form .sign-in-controls a:hover,
.referral-page .form-section .table .cell #request-membership-form .sign-in-controls a:hover,
.signup-page .form-section .table .cell #payment-form .sign-in-controls a:hover,
.payment-page .form-section .table .cell #payment-form .sign-in-controls a:hover,
.referral-page .form-section .table .cell #payment-form .sign-in-controls a:hover,
.signup-page .form-section .table .cell #referral-form .sign-in-controls a:hover,
.payment-page .form-section .table .cell #referral-form .sign-in-controls a:hover,
.referral-page .form-section .table .cell #referral-form .sign-in-controls a:hover,
.signup-page .form-section .table .cell .welcome-page .sign-in-controls a:hover,
.payment-page .form-section .table .cell .welcome-page .sign-in-controls a:hover,
.referral-page .form-section .table .cell .welcome-page .sign-in-controls a:hover,
.signup-page .form-section .table .cell #referral-form-email .sign-in-controls a:hover,
.payment-page .form-section .table .cell #referral-form-email .sign-in-controls a:hover,
.referral-page .form-section .table .cell #referral-form-email .sign-in-controls a:hover {
  text-decoration: none;
}
.signup-page .form-section .table .cell #request-membership-form .sign-in-controls em,
.payment-page .form-section .table .cell #request-membership-form .sign-in-controls em,
.referral-page .form-section .table .cell #request-membership-form .sign-in-controls em,
.signup-page .form-section .table .cell #payment-form .sign-in-controls em,
.payment-page .form-section .table .cell #payment-form .sign-in-controls em,
.referral-page .form-section .table .cell #payment-form .sign-in-controls em,
.signup-page .form-section .table .cell #referral-form .sign-in-controls em,
.payment-page .form-section .table .cell #referral-form .sign-in-controls em,
.referral-page .form-section .table .cell #referral-form .sign-in-controls em,
.signup-page .form-section .table .cell .welcome-page .sign-in-controls em,
.payment-page .form-section .table .cell .welcome-page .sign-in-controls em,
.referral-page .form-section .table .cell .welcome-page .sign-in-controls em,
.signup-page .form-section .table .cell #referral-form-email .sign-in-controls em,
.payment-page .form-section .table .cell #referral-form-email .sign-in-controls em,
.referral-page .form-section .table .cell #referral-form-email .sign-in-controls em {
  display: block;
  color: #8C96A9;
  font-weight: 300;
  font-size: 13px;
}
.signup-page .form-section .table .cell #request-membership-form #error_messages,
.payment-page .form-section .table .cell #request-membership-form #error_messages,
.referral-page .form-section .table .cell #request-membership-form #error_messages,
.signup-page .form-section .table .cell #payment-form #error_messages,
.payment-page .form-section .table .cell #payment-form #error_messages,
.referral-page .form-section .table .cell #payment-form #error_messages,
.signup-page .form-section .table .cell #referral-form #error_messages,
.payment-page .form-section .table .cell #referral-form #error_messages,
.referral-page .form-section .table .cell #referral-form #error_messages,
.signup-page .form-section .table .cell .welcome-page #error_messages,
.payment-page .form-section .table .cell .welcome-page #error_messages,
.referral-page .form-section .table .cell .welcome-page #error_messages,
.signup-page .form-section .table .cell #referral-form-email #error_messages,
.payment-page .form-section .table .cell #referral-form-email #error_messages,
.referral-page .form-section .table .cell #referral-form-email #error_messages {
  padding: 10px 0px;
  margin: 0px -15px;
  border: 1px solid #F7C7C5;
  border-radius: 5px;
  font-weight: 300;
  background: #FFF;
}
.signup-page .form-section .table .cell #request-membership-form #error_messages ul,
.payment-page .form-section .table .cell #request-membership-form #error_messages ul,
.referral-page .form-section .table .cell #request-membership-form #error_messages ul,
.signup-page .form-section .table .cell #payment-form #error_messages ul,
.payment-page .form-section .table .cell #payment-form #error_messages ul,
.referral-page .form-section .table .cell #payment-form #error_messages ul,
.signup-page .form-section .table .cell #referral-form #error_messages ul,
.payment-page .form-section .table .cell #referral-form #error_messages ul,
.referral-page .form-section .table .cell #referral-form #error_messages ul,
.signup-page .form-section .table .cell .welcome-page #error_messages ul,
.payment-page .form-section .table .cell .welcome-page #error_messages ul,
.referral-page .form-section .table .cell .welcome-page #error_messages ul,
.signup-page .form-section .table .cell #referral-form-email #error_messages ul,
.payment-page .form-section .table .cell #referral-form-email #error_messages ul,
.referral-page .form-section .table .cell #referral-form-email #error_messages ul {
  list-style-type: circle;
  margin: 10px 0px;
}
.signup-page .form-section .table .cell #request-membership-form #error_messages ul li,
.payment-page .form-section .table .cell #request-membership-form #error_messages ul li,
.referral-page .form-section .table .cell #request-membership-form #error_messages ul li,
.signup-page .form-section .table .cell #payment-form #error_messages ul li,
.payment-page .form-section .table .cell #payment-form #error_messages ul li,
.referral-page .form-section .table .cell #payment-form #error_messages ul li,
.signup-page .form-section .table .cell #referral-form #error_messages ul li,
.payment-page .form-section .table .cell #referral-form #error_messages ul li,
.referral-page .form-section .table .cell #referral-form #error_messages ul li,
.signup-page .form-section .table .cell .welcome-page #error_messages ul li,
.payment-page .form-section .table .cell .welcome-page #error_messages ul li,
.referral-page .form-section .table .cell .welcome-page #error_messages ul li,
.signup-page .form-section .table .cell #referral-form-email #error_messages ul li,
.payment-page .form-section .table .cell #referral-form-email #error_messages ul li,
.referral-page .form-section .table .cell #referral-form-email #error_messages ul li {
  text-align: left;
  color: #E75753;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .signup-page .form-section .table .cell #request-membership-form .form-group,
  .payment-page .form-section .table .cell #request-membership-form .form-group,
  .referral-page .form-section .table .cell #request-membership-form .form-group {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.signup-page .form-section .table .cell #payment-form label.error,
.payment-page .form-section .table .cell #payment-form label.error,
.referral-page .form-section .table .cell #payment-form label.error {
  width: 60%;
}
.signup-page .form-section .table .cell #payment-form .payment-errors,
.payment-page .form-section .table .cell #payment-form .payment-errors,
.referral-page .form-section .table .cell #payment-form .payment-errors {
  display: none;
  margin-bottom: 40px;
}
.signup-page .form-section .table .cell #payment-form .applied-discount-codes,
.payment-page .form-section .table .cell #payment-form .applied-discount-codes,
.referral-page .form-section .table .cell #payment-form .applied-discount-codes {
  margin-top: 15px;
}
.signup-page .form-section .table .cell #payment-form .applied-discount-codes ul,
.payment-page .form-section .table .cell #payment-form .applied-discount-codes ul,
.referral-page .form-section .table .cell #payment-form .applied-discount-codes ul {
  padding: 0;
  list-style-type: none;
}
.signup-page .form-section .table .cell #payment-form .applied-discount-codes ul .tag-discount,
.payment-page .form-section .table .cell #payment-form .applied-discount-codes ul .tag-discount,
.referral-page .form-section .table .cell #payment-form .applied-discount-codes ul .tag-discount {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block !important;
  margin: 5px 5px 0 0;
  font-style: normal;
  font-weight: 300;
}
.signup-page .form-section .table .cell #payment-form .applied-discount-codes ul .tag-discount i,
.payment-page .form-section .table .cell #payment-form .applied-discount-codes ul .tag-discount i,
.referral-page .form-section .table .cell #payment-form .applied-discount-codes ul .tag-discount i {
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  cursor: pointer;
}
.signup-page .form-section .table .cell .welcome-page strong,
.payment-page .form-section .table .cell .welcome-page strong,
.referral-page .form-section .table .cell .welcome-page strong {
  line-height: 28px;
  margin-bottom: 30px;
}
.signup-page .form-section .table .cell .welcome-page ul,
.payment-page .form-section .table .cell .welcome-page ul,
.referral-page .form-section .table .cell .welcome-page ul {
  list-style-type: circle;
  padding-left: 20px;
}
.signup-page .form-section .table .cell .welcome-page ul li,
.payment-page .form-section .table .cell .welcome-page ul li,
.referral-page .form-section .table .cell .welcome-page ul li {
  color: #596377;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}
.signup-page .form-section .table .cell .welcome-page ul li strong,
.payment-page .form-section .table .cell .welcome-page ul li strong,
.referral-page .form-section .table .cell .welcome-page ul li strong {
  line-height: inherit;
  margin: 0px;
  display: inline-block;
  font-weight: 700;
  font-style: italic;
}
.signup-page .form-section .table .cell .welcome-page h4,
.payment-page .form-section .table .cell .welcome-page h4,
.referral-page .form-section .table .cell .welcome-page h4 {
  float: none;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  text-align: left!important;
  font-weight: 400;
  color: #434C5F;
}
.signup-page .form-section .table .cell .welcome-page h4 i,
.payment-page .form-section .table .cell .welcome-page h4 i,
.referral-page .form-section .table .cell .welcome-page h4 i {
  font-size: 14px;
}
.signup-page .form-section .table .cell .welcome-page .next-steps,
.payment-page .form-section .table .cell .welcome-page .next-steps,
.referral-page .form-section .table .cell .welcome-page .next-steps {
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 #dce0e0;
  -moz-box-shadow: 0 1px 3px 0 #dce0e0;
  box-shadow: 0 1px 3px 0 #dce0e0;
}
.payment-page .payment-dialog {
  position: fixed;
  right: 2.5%;
  top: 120px;
  width: 225px;
  background: #FFF;
  padding: 20px;
  color: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px 0 #ccd4d4;
  -moz-box-shadow: 0 1px 5px 0 #ccd4d4;
  box-shadow: 0 1px 5px 0 #ccd4d4;
}
.payment-page .payment-dialog strong {
  margin: 0 0 10px 0 !important;
  color: #60697d !important;
  font-weight: 700 !important;
  font-size: 25px !important;
}
.payment-page .payment-dialog ul {
  padding-left: 20px;
  list-style-type: circle;
  font-weight: 300;
  font-size: 13px;
}
.payment-page .payment-dialog ul li {
  color: #60697d;
}
.payment-page .payment-dialog span {
  display: none;
  color: #596377;
  font-size: 10px;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 1076px) {
  .payment-page .payment-dialog {
    bottom: 0px;
    top: initial;
    width: 100%;
    height: auto;
    left: 0px;
    height: 75px;
    padding: 0px;
    text-align: center;
  }
  .payment-page .payment-dialog strong {
    display: inline-block !important;
    margin-top: 20px !important;
  }
  .payment-page .payment-dialog span {
    position: relative;
    top: -3px;
    left: 2px;
    display: inline-block;
  }
  .payment-page .payment-dialog ul {
    display: none;
  }
}
.payment-page .cards-accepted {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  width: 60%;
}
.payment-page .cards-accepted li {
  display: inline-block;
  margin-right: 5px;
}
.payment-page .cards-accepted li i {
  font-size: 32px;
  color: #434c5e;
}
.payment-page form {
  position: relative;
}
.payment-page input[name="credit_card"],
.payment-page input[name="name"] {
  width: 60% !important;
}
.payment-page input[name="cvc"] {
  width: 15% !important;
  display: inline-block !important;
  margin-right: 10px;
}
.payment-page input[name="expiry"] {
  width: 25% !important;
}
.payment-page input[name="referral"] {
  width: 35% !important;
  display: inline-block !important;
  margin-right: 20px;
}
.payment-page img.powered-by {
  width: 90px;
}
.payment-page a {
  color: #00ab84;
}
.payment-page i.help {
  font-size: 21px;
  color: #a5a9b1;
}
.payment-page a.apply {
  text-transform: uppercase;
  font-size: 12px;
}
.payment-page a.apply.disabled {
  pointer-events: none;
  opacity: 0.8;
}
.referral-page #referral-form,
.referral-page #referral-form-email {
  position: relative;
}
.referral-page #referral-form .sign-in-controls.align-left,
.referral-page #referral-form-email .sign-in-controls.align-left {
  text-align: left !important;
}
.referral-page #referral-form .sign-in-controls.align-left #twitter-share,
.referral-page #referral-form-email .sign-in-controls.align-left #twitter-share {
  display: inline-block;
  margin: 20px auto;
  background: #00ab84;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0 60px;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  text-align: center;
  font-weight: 700;
  border: 0;
  outline: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.referral-page #referral-form .sign-in-controls.align-left #twitter-share:hover,
.referral-page #referral-form-email .sign-in-controls.align-left #twitter-share:hover,
.referral-page #referral-form .sign-in-controls.align-left #twitter-share:active,
.referral-page #referral-form-email .sign-in-controls.align-left #twitter-share:active,
.referral-page #referral-form .sign-in-controls.align-left #twitter-share:focus,
.referral-page #referral-form-email .sign-in-controls.align-left #twitter-share:focus {
  text-decoration: none;
}
.referral-page #referral-form .sign-in-controls.align-left button.smaller,
.referral-page #referral-form-email .sign-in-controls.align-left button.smaller,
.referral-page #referral-form .sign-in-controls.align-left #twitter-share.smaller,
.referral-page #referral-form-email .sign-in-controls.align-left #twitter-share.smaller {
  padding: 0 18px !important;
  height: 35px !important;
  line-height: 35px !important;
  margin-top: 0px !important;
  border: 1px solid #00ab84 !important;
  color: #00ab84 !important;
  font-size: 10px !important;
  background: #FFF !important;
}
.referral-page #referral-form label em,
.referral-page #referral-form-email label em {
  font-weight: 300;
  float: right;
}
.referral-page #referral-form .referral-emails ul,
.referral-page #referral-form-email .referral-emails ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 25px;
}
.referral-page #referral-form .referral-emails ul li,
.referral-page #referral-form-email .referral-emails ul li {
  float: left;
}
.referral-page #referral-form .referral-emails ul .tag-referral,
.referral-page #referral-form-email .referral-emails ul .tag-referral {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block !important;
  margin: 5px 5px 0 0;
  font-style: normal;
  font-weight: 300;
}
.referral-page #referral-form .referral-emails ul .tag-referral i,
.referral-page #referral-form-email .referral-emails ul .tag-referral i {
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  cursor: pointer;
}
.referral-page .free-month {
  position: fixed;
  right: 2.5%;
  top: 120px;
  width: 100px;
  background: #FFF;
  padding: 20px;
  color: #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px 0 #ccd4d4;
  -moz-box-shadow: 0 1px 5px 0 #ccd4d4;
  box-shadow: 0 1px 5px 0 #ccd4d4;
}
.referral-page .free-month h6 {
  font-weight: 700;
  text-transform: capitalize;
  color: #596377;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 0px;
  font-size: 12px;
}
.referral-page .free-month strong {
  margin: 0 0 2px 0 !important;
  color: #60697d !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  text-align: center;
}
.referral-page .free-month strong span {
  font-size: 28px !important;
  display: inline;
}
.referral-page .free-month span {
  color: #596377;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 1076px) {
  .referral-page .free-month {
    bottom: 0px;
    top: initial;
    width: 100%;
    height: auto;
    left: 0px;
    height: 75px;
    padding: 0px;
    text-align: center;
  }
  .referral-page .free-month h6 {
    display: none;
  }
  .referral-page .free-month strong {
    display: inline-block !important;
    margin-top: 20px !important;
  }
  .referral-page .free-month strong span {
    top: 0px;
  }
  .referral-page .free-month span {
    position: relative;
    top: -6px;
  }
}
#organization {
  margin-top: 40px;
}
#organization .pagination .disabled span {
  line-height: 21px;
  border-left: 0px;
}
#organization .topic-wrap {
  margin-top: 10px;
}
#organization .topic-wrap .topic-tag {
  border: 1px solid #DDD;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-style: normal;
  font-size: 13px;
}
#organization #org-experts .expert {
  min-height: auto;
}
#organization #org-experts .expert img {
  border: 0px;
  max-width: 210px;
}
@media (max-width: 510px) {
  #organization #org-experts .expert img {
    max-width: 265px;
  }
}
#organization #org-experts .expert h3 {
  font-weight: 700;
  margin-bottom: 0px;
  clear: both;
}
#organization #org-experts .expert .default-avatar {
  margin-right: 10px !important;
}
#organization #org-experts #org-expert-search {
  padding: 10px;
}
#organization #org-experts #org-expert-search input.search-query {
  width: 100%;
}
#organization #org-experts #org-expert-search input.search-query:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: transparent;
  border-bottom: 1px solid #ccc;
}
#organization #org-experts #org-expert-search .btn {
  text-transform: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  #organization #org-experts #org-expert-search .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
#organization #org-experts #org-expert-search .badge {
  position: absolute;
  top: -7px;
  right: 10px;
  width: 95%;
  text-align: left;
  border-radius: 0px;
  cursor: pointer;
  color: #497c98;
  background-color: #dfeaed;
  border: 1px solid #dfeaed;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #organization #org-experts #org-expert-search .badge {
    right: 12px;
  }
}
#organization #org-experts #org-expert-search .badge span,
#organization #org-experts #org-expert-search .badge b {
  color: #497c98;
}
#organization #org-experts #org-expert-search .badge b {
  float: right;
  margin-top: 8px;
}
#organization #org-experts #org-expert-search ul.dropdown-menu {
  padding: 10px 40px;
  margin: 0px;
  list-style-type: none;
}
#organization #org-experts #org-expert-search ul.dropdown-menu li a {
  padding: 0px;
}
#organization #org-experts #org-expert-search .twitter-typeahead {
  display: block !important;
}
#organization #org-experts #org-expert-search .twitter-typeahead .tt-dropdown-menu {
  width: 100%;
}
#organization #org-experts #org-expert-search .twitter-typeahead .tt-dropdown-menu .tt-suggestions p {
  font-size: 14px !important;
}
#organization #org-intro {
  font-weight: 200;
}
#organization #org-intro .logo-wrapper img.profile-avatar {
  max-width: 140px;
  margin-bottom: 10px;
  margin-right: 20px;
}
#organization #org-intro h1 {
  font-weight: 700;
  margin-top: 0;
  font-size: 36px;
  line-height: 1.3;
}
#organization #org-intro h1 a:hover {
  text-decoration: none;
}
#organization #org-intro .org-buttons {
  margin-top: 40;
  margin-bottom: 10px;
}
#organization #org-intro .org-buttons a {
  margin-right: 5px;
  color: #999999;
}
#organization #org-intro .org-buttons a:hover {
  color: #555555;
}
#organization #org-intro .org-buttons a.btn.btn-primary {
  color: #fff !important;
  position: relative;
  top: -8px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #04597f;
}
#organization #org-intro .org-buttons a.btn.btn-primary:hover {
  background-color: #067cb0;
}
#organization #org-intro .org-image-wrapper img {
  width: 100%;
  max-width: 300px;
}
#organization #stats {
  margin: 40px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
#organization #stats div {
  text-align: center;
  font-weight: 200;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0c8bc3;
}
#organization #stats div p {
  color: #fff;
  margin-bottom: 0;
}
#organization #stats div p span.num {
  font-weight: 700;
  color: #03374d;
}
#organization #stats div p strong {
  font-weight: 500;
}
#organization #stats div.middle {
  background-color: #04597f;
}
#organization #stats div.middle p span.num {
  color: #70bddf;
}
#organization #org-main {
  margin-top: 10px;
  font-weight: 200;
}
#organization #org-main #org-content {
  margin-bottom: 40px;
}
#organization #org-main #org-content .breadcrumb {
  color: #555555;
  margin-top: 0;
  padding-left: 10px;
  margin-left: -10px;
}
#organization #org-main #org-content .breadcrumb > li.active {
  color: #555555;
}
#organization #org-main #org-content .breadcrumb > li + li:before {
  color: #555555;
}
#organization #org-main #org-content section {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
#organization #org-main #org-content section h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #034866;
  margin-top: 0;
}
#organization #org-main #org-content section h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  color: #034866;
  font-weight: 500;
  font-size: 16px;
  color: #555555;
}
#organization #org-main #org-content section .content h4 {
  font-weight: 700;
  font-size: 17.6px;
}
#organization #org-main #org-content section .content h4 small {
  text-transform: uppercase;
}
#organization #org-main #org-content section .content .expert h3 {
  text-transform: none;
}
#organization #org-main #org-content section .content .display-item {
  margin: 20px 0;
}
#organization #org-main #org-content section .content .display-item > h3 {
  color: #2f2f2f;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
}
#organization #org-main #org-content section .content .display-item > p.abstract {
  margin-top: 5px;
  color: #000;
}
#organization #org-main #org-content section .content .display-item p.text-muted {
  text-transform: uppercase;
  line-height: 1.2;
  color: #808080;
  font-weight: 500;
}
#organization #org-main #org-content section .content .display-item p.text-muted small {
  margin-right: 15px;
}
#organization #org-main #org-content section .content .display-item p.read-more {
  font-size: 14.4px;
}
#organization #org-main #org-content section .content .display-item .expert {
  min-height: 80px;
}
#organization #org-main #org-content section .content .display-item .expert img {
  width: 60px;
  height: 60px;
}
#organization #org-main #org-content section .content li {
  list-style-type: square;
}
#organization #org-main #org-content section .content ul.cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -ms-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  columns: 2;
  margin-left: 0;
  padding-left: 0;
}
#organization #org-main #org-content section .content ul.cols li {
  list-style-position: inside;
  padding-left: 1em;
}
#organization #org-main #org-content section#news h4 {
  text-transform: uppercase;
  font-size: 14.4px;
  color: #555555;
}
#organization #org-main #org-content section#news .read-more {
  font-size: 14px;
  font-weight: 500;
}
#organization #org-main #org-content section#news #share_modal {
  color: #FFFFFF;
}
#organization #org-main #org-content section#news .news-item-wrap {
  display: block;
  margin-bottom: 20px;
}
#organization #org-main #org-content section#news .news-item-wrap p {
  font-size: 15.2px;
}
#organization #org-main #org-content section#news .news-item-wrap p em {
  font-weight: bold;
  color: #034866;
  font-size: 13px;
}
#organization #org-main #org-content section#news .news-item-wrap p a.read-more:hover {
  color: #000;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#organization #org-main #org-content section#news .news-item-wrap p.spotlight-text {
  margin-top: 20px;
}
#organization #org-main #org-content section#news .news-item-wrap .tagged_experts p {
  text-transform: uppercase;
}
#organization #org-main #org-content section#news .news-item-wrap .tagged_experts p img {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  border-radius: 1000px;
}
#organization #org-main #org-content section#news .news-item-wrap .item-link .img-sheen {
  max-width: 100%;
  overflow: hidden;
  max-height: 120px;
}
#organization #org-main #org-content section#news .news-item-wrap .item-link .img-sheen img {
  max-width: 100%;
}
#organization #org-main #org-content section#news .news-item-wrap .item-link h3 {
  font-weight: 700;
  font-size: 19.2px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: none;
  color: #067cb0;
}
#organization #org-main #org-content section#news .news-item-wrap .item-link:hover h4 {
  color: #000;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
#organization #org-main #org-content section#news .news-item-wrap .item-link p {
  font-weight: 500;
  color: #555555;
}
#organization #org-main #org-content section#news .news-item-wrap:last-child {
  margin-bottom: 0px;
}
#organization #org-main #org-content section#news .view-all {
  margin-top: 20px;
  background: #eeeeee;
}
#organization #org-main #org-content section#news .view-all:hover {
  background-color: #efefef;
}
#organization #org-main #org-content section#news .more {
  margin-top: 0;
}
#organization #org-main #org-content section#biography .content {
  display: none;
}
#organization #org-main #org-content section#biography br {
  display: none;
}
#organization #org-main #org-content section#biography a.truncate_more_link {
  font-weight: 500;
  font-size: 14.4px;
}
#organization #org-main #org-content section#biography .content.expanded br {
  display: block;
}
#organization #org-main #org-content section#aggregate {
  background-color: #e4e4e4;
  padding-bottom: 10px;
}
#organization #org-main #org-content section#aggregate p {
  padding: 10px 0;
  margin: 15px;
  margin-right: 20px;
  border-top: 1px solid #fff;
}
#organization #org-main #org-content section#aggregate p strong {
  font-size: 19.2px;
}
#organization #org-main #org-content section#videos .videoWrapper {
  display: none;
  margin-bottom: 20px;
}
#organization #org-main #org-content section#media > .wrapper {
  display: inline;
}
#organization #org-main #org-content section#media > .wrapper h3 {
  display: none;
}
#organization #org-main #org-content section#media > .wrapper #photo-wrapper img.spinner {
  width: auto;
  position: absolute;
  top: 44%;
  left: 44%;
  display: none;
}
#organization #org-main #org-content section#media > .wrapper > a {
  display: none;
  cursor: pointer;
  position: relative;
  width: 18%;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
#organization #org-main #org-content section#media > .wrapper > a img {
  width: 100%;
}
#organization #org-main #org-content section#media > .wrapper > a i.fa {
  position: absolute;
  bottom: 2px;
  right: 2px;
  color: #999999;
}
#organization #org-main #org-content section#media > .wrapper > a.no-thumbnail {
  text-align: center;
  border-radius: 4px;
  background-color: #96add2;
}
#organization #org-main #org-content section#media > .wrapper > a.no-thumbnail i.fa {
  position: static;
  color: #bac9e2;
  margin: 17% auto;
  font-size: 2em;
}
#organization #org-main #org-content section#media > .wrapper.showing a.new-line {
  clear: left;
}
#organization #org-main #org-content section#media.showing-all .wrapper {
  display: block;
  clear: both;
}
#organization #org-main #org-content section#media.showing-all .wrapper h3 {
  display: block;
}
#organization #org-main #org-content section#media #mediaFilter {
  display: none;
  margin-bottom: 10px;
  font-size: 14.4px;
}
#organization #org-main #org-content section#media #mediaFilter a {
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #b3b3b3;
}
#organization #org-main #org-content section#media #mediaFilter a:last-child {
  border-right: none;
}
#organization #org-main #org-content section#media #mediaFilter a i.fa {
  color: #999999;
}
#organization #org-main #org-content section#media #mediaFilter a.active {
  color: #555555;
}
#organization #org-main #org-content section#media #mediaFilter a.active i.fa {
  color: #555555;
}
#organization #org-main #org-content section span.tag {
  margin: 0 10px 10px 0;
  white-space: nowrap;
  display: block;
}
#organization #org-main #org-content section span.tag strong {
  margin-left: 10px;
  display: none;
}
#organization #org-main #org-content section span.tag:last-child strong {
  display: none;
}
#organization #org-main #org-content section .slider-handle {
  background: #93c95f;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: relative;
}
#organization #org-main #org-content section .filter-inquiry-by-expert-category .btn {
  text-transform: none;
  font-size: 14.4px;
}
#organization #org-main #org-content section .filter-inquiry-by-expert-category .btn em {
  font-style: normal;
  max-width: 150px;
  vertical-align: bottom;
}
#organization .container.main {
  top: 265px;
}
@media (max-width: 1120px) {
  #organization .container.main {
    top: 195px;
  }
}
@media (max-width: 900px) {
  #organization .container.main {
    top: 175px;
  }
}
@media (max-width: 810px) {
  #organization .container.main {
    top: 160px;
  }
}
@media (max-width: 764px) {
  #organization .container.main {
    top: 140px;
  }
}
@media (max-width: 690px) {
  #organization .container.main {
    top: 105px;
  }
}
@media (max-width: 570px) {
  #organization .container.main {
    top: 80px;
  }
}
#organization #profile-intro img.profile-avatar {
  border-radius: 0px;
  margin-top: -85px;
}
@media (max-width: 570px) {
  #organization #profile-intro img.profile-avatar {
    margin-top: -100px;
  }
}
#organization #profile-intro .tagline {
  margin-top: 5px !important;
}
#organization .icons {
  margin-top: 20px;
}
#organization .icons a {
  margin-right: 2px;
}
#organization .icons i {
  color: #b3b3b3;
}
@media (min-width: 768px) {
  #organization #org-intro .logo-wrapper {
    text-align: center;
  }
  #organization #org-intro .org-image-wrapper {
    text-align: right;
  }
  #organization #org-intro .org-buttons {
    margin-bottom: 0;
  }
  #organization #stats {
    margin: 20px 0;
  }
  #organization #stats div {
    padding: 20px;
  }
  #organization #stats div p {
    line-height: 1.1;
    max-width: 80%;
    margin: 0 auto;
  }
  #organization #stats div p span.num {
    font-size: 42px;
    display: block;
    margin-bottom: 5px;
    font-weight: 200;
  }
  #organization #stats div p strong {
    font-size: 14.4px;
  }
  #organization #news .news-item-wrap .item-link {
    max-height: 160px;
    min-width: 160px;
  }
  #organization #org-main #org-content section#media .wrapper > a.no-thumbnail i.fa {
    font-size: 4em;
  }
  #organization #org-main #org-content section#org-experts #org-expert-search input.search-query {
    width: 79%;
  }
  #organization #org-main #org-content section#org-experts #org-expert-search .btn {
    margin-top: 0;
  }
  #organization #org-main #org-content section#org-experts #org-expert-search .tt-dropdown-menu {
    width: 79%;
  }
  #organization #org-main #org-content section#spotlight a img {
    max-width: inherit;
    float: none;
    margin-right: 0;
  }
  #organization #org-main #org-content ul.cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    -ms-column-gap: 20px;
    -o-column-gap: 20px;
    column-gap: 20px;
    columns: 2;
    margin-left: 0;
    padding-left: 0;
  }
  #organization #org-main #org-content ul.cols li {
    list-style-position: inside;
    padding-left: 1em;
  }
  #organization #org-main #org-content section span.tag {
    display: inline;
  }
  #organization #org-main #org-content section span.tag strong {
    display: inline;
  }
}
#organization_all .controls-wrap {
  padding: 25px 0 10px 0;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
#organization_all .controls-wrap .col-sm-6.dropdown {
  font-weight: 100;
  padding-top: 10px;
}
#organization_all .controls-wrap input {
  width: 200px;
  float: right;
  /* text-align: right; */
  border-radius: 8px;
}
#organization_all a {
  font-weight: 200 !important;
  color: #484848 !important;
  width: auto;
  font-size: 14px;
}
#organization_all a i {
  font-weight: 500;
}
#organization_all .container.main .btn.big-ghost {
  color: #0E96D2 !important;
  border-color: #0e96d2;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 250px;
  margin-bottom: 60px;
}
#organization_all .col-sm-4.org-item {
  margin: 20px 0;
}
@media (max-width: 768px) {
  #organization_all .col-sm-4.org-item {
    margin-bottom: 40px;
  }
}
#organization_all .col-sm-4.org-item img {
  width: 100%;
  display: block;
  float: left;
  margin-top: 10px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  #organization_all .col-sm-4.org-item img {
    width: 75px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #organization_all .col-sm-4.org-item img {
    width: 100%;
  }
}
#organization_all .col-sm-4.org-item h3 {
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 22px;
}
#organization_all .col-sm-4.org-item p {
  color: #555;
  font-weight: 300;
  text-align: left;
}
#organization_all .col-sm-4.org-item .col-sm-6 {
  padding-left: 0px;
}
#organization_all .col-sm-4.org-item a.btn {
  margin-left: 0px;
  padding: 0px !important;
  border: 0px;
  display: inline-block;
  margin: 0px;
  text-align: center;
  font-weight: 200 !important;
  color: #484848 !important;
  width: auto;
  font-size: 14px;
}
#organization_all .col-sm-4.org-item a.btn i {
  font-weight: 500;
}
#organization_all .col-sm-4.org-item a.btn:hover {
  background-color: #FFF !important;
  text-decoration: underline;
  color: #0E96D2 !important;
}
#organization_all .col-sm-4.org-item .featured-org-experts img {
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  margin-left: 8px;
}
#organization_all .featured-orgs {
  padding-bottom: 60px;
}
#organization_all .load-more {
  text-align: center;
  display: inherit;
}
#organization_all .free_text_search_org {
  position: relative;
  width: 200px;
  float: right;
}
#organization_all .free_text_search_org .truncate {
  max-width: 160px;
  line-height: 18px;
}
@media (max-width: 768px) {
  #organization_all .free_text_search_org {
    display: none;
  }
}
#organization_all #spinner {
  position: absolute;
  left: 50%;
}
#organization_all #spinner i {
  font-size: 36px;
  color: #00324d;
}
#organization_all .search_key {
  min-width: 190px;
  float: right;
  position: absolute;
  left: 0px;
  padding: 6px 10px;
  margin: 3px 5px;
  cursor: pointer;
  text-align: left;
  background-color: #474F65;
}
#organization_all .search_key span {
  vertical-align: middle;
}
#organization_all .search_key b {
  font-size: 13px;
  float: right;
}
#organization_all .not-found {
  text-align: center;
}
#organization_all .not-found h1 {
  font-weight: 100;
  font-size: 32px;
  margin-top: 100px;
}
#organization_all .not-found p {
  font-weight: 100;
}
@media (min-width: 992px) {
  #organization #org-main #org-content section#org-experts #org-expert-search input.search-query {
    width: 84%;
  }
  #organization #org-main #org-content section#org-experts #org-expert-search .tt-dropdown-menu {
    width: 84%;
  }
}
@media (min-width: 1200px) {
  #organization #org-main #org-content section#org-experts #org-expert-search input.search-query {
    width: 100%;
  }
  #organization #org-main #org-content section#org-experts #org-expert-search .tt-dropdown-menu {
    width: 100%;
  }
}
.draft-profile {
  position: fixed;
  width: 100%;
  z-index: 1000;
  bottom: 0;
  margin-bottom: 0;
  padding: 20px;
  background: -webkit-linear-gradient(315deg, #fdde9d, #906b2b);
  background: linear-gradient(135deg, #fdde9d, #906b2b);
}
.draft-profile h1 {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  margin: 0;
}
.share-wrap:hover .share-widget li {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.share-widget {
  position: absolute;
  right: 40px;
  top: 0px;
  width: 220px;
  overflow-y: hidden;
}
.share-widget ol {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.share-widget ol li {
  display: inline-block;
  border-radius: 1000px;
  height: 35px;
  text-align: center;
  width: 35px;
  border: 1px solid #DDD;
  background: #FFF;
  margin-right: 10px;
  cursor: pointer;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.share-widget ol li i {
  left: 0px !important;
}
.share-widget ol li:hover {
  border-color: #AFAFAF;
}
#news-post h1 {
  padding-right: 10%;
  color: #333;
  font-weight: 100 !important;
}
#news-post .share-wrap {
  position: absolute;
  right: 3%;
  top: 15px;
  z-index: 1000;
  border-radius: 1000px;
  height: 35px;
  text-align: center;
  width: 35px;
  border: 1px solid #DDD;
  background: #FFF;
  cursor: pointer;
}
#news-post .share-wrap i {
  color: #D0D0D0;
  font-size: 18px;
  position: relative;
  top: 3px;
  left: -1px;
}
#news-post img.hero {
  width: 100%;
}
#news-post em {
  color: #333;
  font-size: 14px;
  font-style: normal;
  opacity: 0.5;
}
#news-post p {
  font-weight: 300;
  font-style: normal;
  font-size: 19px;
  line-height: 1.58;
  color: #333;
  opacity: 0.7;
  letter-spacing: -0.003em;
}
#news-post .tagged-experts {
  margin: 25px 0;
}
#news-post .tagged-experts img {
  width: 75px;
  height: 75px;
  border-radius: 1000px;
  margin-right: 10px;
  padding: 2px;
  background: #fff;
  border: 1px solid #DDD;
}
#news-post .tagged-experts h5 {
  color: #807e7e;
}
#news-post .source h5 {
  margin-top: 40px;
  color: #333;
}
#news-post .source .source-wrap {
  position: relative;
  border: 1px #EFEFEF solid;
  padding: 15px;
  background-color: #FFF;
}
#news-post .source .source-wrap img {
  width: 200px;
  display: block;
  float: left;
  margin-right: 20px;
}
@media (max-width: 480px) {
  #news-post .source .source-wrap img {
    width: 100%;
    margin: 0px 20px 20px 0px;
  }
}
#news-post .source .source-wrap h3 {
  margin-top: 0px;
  font-weight: 100 !important;
  line-height: 1.1;
  font-size: 18px !important;
  color: #333!important;
  text-transform: none !important;
}
#news-post .source .source-wrap p {
  font-size: 14px;
}
#news-post .source .source-wrap em {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}
#news-post .source .source-wrap .external-article {
  position: absolute;
  right: 3%;
  bottom: 15px;
  z-index: 1000;
  border-radius: 1000px;
  height: 35px;
  text-align: center;
  width: 35px;
  border: 1px solid #0E96D2;
  background: #FFF;
}
#news-post .source .source-wrap .external-article i {
  color: #0E96D2;
  font-size: 15px;
  position: relative;
  top: 1px;
  left: 1px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#spotlight-visual .divide,
#qanda .divide {
  clear: both;
}
#spotlight-visual .load-more-qanda-org a,
#qanda .load-more-qanda-org a,
#spotlight-visual .load-more-spotlight-org a,
#qanda .load-more-spotlight-org a {
  height: 140px;
  width: 140px;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 40px;
  color: #067cb0;
  background-color: #fff;
  border: 1px solid #067cb0;
  border-radius: 1000px;
  text-decoration: none !important;
  padding-top: 60px;
}
#spotlight-visual .row.text-center,
#qanda .row.text-center {
  margin-top: 20px;
}
#spotlight-visual .row.text-center i,
#qanda .row.text-center i {
  font-size: 13px;
}
#spotlight-visual .qanda-most-recent .question_and_answer,
#qanda .qanda-most-recent .question_and_answer {
  margin-bottom: 20px;
}
#spotlight-visual .spotlight,
#qanda .spotlight {
  cursor: pointer;
  display: block;
  padding: 0px;
  margin-bottom: 20px;
}
#spotlight-visual .spotlight .col-md-12,
#qanda .spotlight .col-md-12 {
  padding-left: 0px;
}
#spotlight-visual .spotlight .news-item,
#qanda .spotlight .news-item {
  border: 1px solid #DDD;
  margin-right: 15px;
}
#spotlight-visual .spotlight .news-item img.article-image,
#qanda .spotlight .news-item img.article-image {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.77777778;
}
@media (max-width: 992px) {
  #spotlight-visual .spotlight .news-item img.article-image,
  #qanda .spotlight .news-item img.article-image {
    aspect-ratio: 1.5;
  }
}
@media (max-width: 1200px) {
  #spotlight-visual .spotlight .news-item img.article-image,
  #qanda .spotlight .news-item img.article-image {
    aspect-ratio: 3;
  }
}
#spotlight-visual .spotlight .share-wrap,
#qanda .spotlight .share-wrap {
  position: absolute;
  right: 25px;
  bottom: 15px;
  z-index: 1000;
  border-radius: 1000px;
  height: 35px;
  text-align: center;
  width: 35px;
  background: #FFF;
  border: 1px solid #DDD;
}
#spotlight-visual .spotlight .share-wrap i,
#qanda .spotlight .share-wrap i {
  color: #D0D0D0;
  font-size: 18px;
  position: relative;
  top: 3px;
  left: -1px;
}
#spotlight-visual .spotlight .img-sheen,
#qanda .spotlight .img-sheen {
  max-height: 125px;
  min-height: 125px;
  overflow: hidden;
}
#spotlight-visual .spotlight .img-sheen .article-image,
#qanda .spotlight .img-sheen .article-image {
  width: 100%;
  border-radius: 0px;
}
#spotlight-visual .spotlight .tagged-experts,
#qanda .spotlight .tagged-experts {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  min-height: 40px;
  width: 95%;
}
#spotlight-visual .spotlight .tagged-experts img,
#qanda .spotlight .tagged-experts img {
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  float: right;
  margin-right: 10px;
  border: 2px solid #FFF;
}
#spotlight-visual .spotlight .spotlight-meta,
#qanda .spotlight .spotlight-meta {
  padding: 10px 0;
  background: #FFF;
}
#spotlight-visual .spotlight .spotlight-meta p,
#qanda .spotlight .spotlight-meta p {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  display: block;
  max-width: 100%;
  padding: 0 10px;
  min-height: 20px;
  color: #333;
  opacity: 0.9;
  line-height: 23px;
}
#spotlight-visual .spotlight .spotlight-meta em,
#qanda .spotlight .spotlight-meta em {
  text-align: right;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  opacity: 0.5;
  font-style: normal;
}
@media (min-width: 0px) and (max-width: 1142px) {
  #organization .col-sm-9,
  #profile .col-sm-9 {
    width: 100%;
  }
  #profile #profile-content {
    margin-top: 20px;
  }
  #aggregate h2 {
    padding: 20px 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1143px) and (max-width: 1199px) {
  #organization .share-wrap-sm,
  #profile .share-wrap-sm {
    height: 25px !important;
    width: 25px !important;
    bottom: 20px !important;
  }
  #organization .share-widget-sm ol li,
  #profile .share-widget-sm ol li {
    height: 25px;
    width: 25px;
  }
  #organization #spotlight-visual .spotlight .share-wrap i,
  #profile #spotlight-visual .spotlight .share-wrap i {
    color: #D0D0D0;
    font-size: 16px !important;
    position: relative;
    top: 1px;
    left: -1px;
  }
}
.tooltip-inner {
  white-space: pre-wrap;
}
.tooltip {
  z-index: 2000;
}
.tooltip .tooltip-inner {
  color: #000;
  background-color: #FFF;
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 20px;
  text-align: left;
  border-radius: 3px;
  opacity: 1.0 !important;
}
.tooltip-arrow {
  display: none;
}
#cta {
  margin-top: 100px;
  padding: 40px 0 30px 0;
  background: #eaf5f9;
  color: #484848;
}
#cta p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 5px;
  width: 65%;
  display: inline-block;
  margin-right: 10px;
}
#cta a {
  background: transparent;
  border-color: #398bad;
  width: 25%;
  display: inline-block;
  position: relative;
  border: 1px solid #398bad;
  color: #398bad;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 5px;
}
footer {
  background-color: #53565a;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  padding: 70px 0px 0px 0px;
}
footer .footer-links {
  margin-top: 31px;
  background-color: #2d2926;
  color: #484848;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  min-height: 50px;
  padding-top: 8px;
}
footer .footer-links span {
  padding: 10px;
  display: inline-block;
}
footer .footer-links .socialite {
  text-align: right;
}
footer .container {
  color: #d9d9d6;
  padding: 0px;
}
footer .container .footer-logo-wrap {
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  font-weight: 500;
}
footer .container .footer-logo-wrap img {
  margin-bottom: 24px;
  margin-top: 10px;
}
footer .container .footer-logo-wrap span {
  display: block;
  margin-bottom: 16px;
}
footer .container .footer-logo-wrap strong {
  margin: 20px 0 40px 0;
  display: block;
}
footer .container .footer-logo-wrap .footer-social-wrap {
  margin-top: 40px;
}
footer .container .col-md-4 {
  width: 32%;
}
footer .container .col-md-2 {
  width: 18%;
}
footer .container .col-md-2.abw {
  width: 14%;
}
footer .container .footer-social-wrap a {
  color: #ffffff;
  background: #818a91;
  margin-right: 9px;
  padding: 6px 10px;
  height: 33px;
  width: 33px;
  border-radius: 5px;
  display: inline-block;
}
footer .container a {
  color: #d9d9d6;
}
footer .container p {
  font-size: 18px;
}
footer .container p a {
  color: #007bff;
}
footer .container h3 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
footer .container ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
footer .container ul li {
  line-height: 21px;
  padding-bottom: 2.5px;
  color: #d9d9d6;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.toaster {
  position: fixed;
  bottom: 0px;
  background: #2387b1;
  width: 100%;
  padding: 20px 20px 10px 20px;
  color: #fff;
  border-top: 1px solid #165873;
  z-index: 100;
}
@media (max-width: 992px) {
  .toaster {
    display: none;
  }
}
.toaster .col-md-6.text span {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.toaster .col-md-6.text span img {
  width: 45px;
}
.toaster .col-md-6.text p {
  font-size: 15px;
  font-weight: 700;
  padding-top: 0px;
}
.toaster .col-md-6.callaction {
  text-align: right;
}
.toaster .col-md-6.callaction a {
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  border-width: 0px;
  border-color: #2387b1;
  box-sizing: border-box;
  color: #2387b1;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  outline-color: #2387b1;
  padding: 0 30px;
}
.toaster .col-md-6.callaction a:hover,
.toaster .col-md-6.callaction i:hover {
  text-decoration: none;
  color: #093f56;
}
.toaster .col-md-6.callaction i {
  font-weight: 700;
  padding: 15px;
  cursor: pointer;
  padding-right: 0px;
}
@media (max-width: 992px) {
  #cta p {
    font-size: 18px;
    width: 75%;
    margin-right: 0px;
  }
  #cta a {
    font-size: 16px;
    width: 25%;
  }
  footer .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .col-md-4 a.big-callout {
    width: 100%;
  }
  footer .col-md-2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer .socialite {
    text-align: left;
    padding-left: 10px;
  }
  footer .bottom-footer .col-md-12,
  footer .bottom-footer .col-sm-6 {
    padding-left: 0px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #cta a {
    width: 40%;
  }
}
@media (max-width: 1075px) {
  footer .container h3 {
    font-size: 13px;
  }
  footer .container .col-md-4 {
    width: 100% !important;
  }
  footer .container .col-md-2,
  footer .container .col-md-2.abw {
    width: 33%;
    float: left;
  }
  footer .container .col-md-2:last-child {
    clear: both;
  }
}
.ql-snow .ql-fill {
  fill: #747c83;
}
body.edit {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.edit .radio {
  display: block;
  cursor: pointer;
  user-select: none;
  text-align: left;
  float: left;
  padding-left: 0px;
  font-size: 14px;
  width: 30%;
}
body.edit .radio + .radio {
  margin-top: 0px;
}
body.edit .radio input {
  display: none;
}
body.edit .radio input + span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
}
body.edit .radio input + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
}
body.edit .radio input + span:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #056b97;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
body.edit .radio input:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}
body.edit .brainstorm-dismiss {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
  font-size: 14px;
}
body.edit .brainstorm-modal-overlay {
  height: 300px;
  inset: 0px;
  background: #FFF;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
body.edit .brainstorm-modal-overlay i {
  display: block;
  margin-top: 10px;
  color: #056b97 !important;
}
body.edit .brainstorm-ideas .brainstorm-loader {
  text-align: center;
  font-weight: 700;
  color: #056b97;
}
body.edit .brainstorm-ideas .brainstorm-loader i {
  margin-left: 5px;
}
body.edit .brainstorm-ideas strong {
  font-size: 16px;
  border-bottom: 1px solid #DDDD;
  width: 100%;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 20px;
  margin-top: 10px;
}
body.edit .brainstorm-ideas ul {
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 0px;
}
body.edit .brainstorm-ideas ul li {
  margin: 10px 0;
  list-style-type: disc;
  cursor: pointer;
}
body.edit .brainstorm-ideas ul li:hover {
  color: #056b97;
}
body.edit .brainstorm-ideas .brainstorm-user-gen-title {
  margin-top: 20px;
}
body.edit .brainstorm-ideas input {
  border: 0px;
  font-size: 14px;
  opacity: 0.8;
  color: #747c83;
  display: block;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #d4d9e2;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
body.edit .brainstorm-customization ul {
  padding: 0 0 0 0;
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 30px;
}
body.edit .brainstorm-customization ul li {
  margin: 10px 0;
  list-style-type: none;
  cursor: pointer;
}
body.edit .brainstorm-customization ul li > div {
  display: flex;
  margin: 10px 0 20px 0;
}
body.edit .brainstorm-customization strong {
  font-size: 16px;
  border-bottom: 1px solid #DDDD;
  width: 100%;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 20px;
  margin-top: 15px;
}
body.edit .brainstorm-customization label {
  margin-bottom: 0px;
  margin-top: 0px;
}
body.edit .draft-notify {
  margin-left: 15px !important;
}
body.edit .ql-editor {
  white-space: normal;
}
body.edit .container {
  width: 1020px !important;
}
body.edit .setting-dropdown + ul {
  min-width: 180px !important;
}
body.edit .editor-main-loading {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  z-index: 1000;
  text-align: center;
}
body.edit .editor-main-loading i {
  font-size: 96px;
  color: #6db5d4;
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 48%;
}
body.edit .answer-modal-wrap strong {
  color: rgba(0, 0, 0, 0.9);
  font-size: 22px;
}
body.edit .answer-modal-wrap ul {
  text-decoration: none;
  padding: 0px;
  margin: 0px 0 0 0;
  text-align: right;
}
body.edit .answer-modal-wrap ul li {
  display: inline-block;
  margin-right: 15px;
}
body.edit .answer-modal-wrap ul li span {
  color: #747c83;
  text-decoration: none;
  cursor: pointer;
}
body.edit .answer-modal-wrap ul li:last-child {
  margin-right: 0px;
}
body.edit .answer-modal-wrap .button {
  color: #056b97 !important;
  background-color: #fff;
  transition: all 0.3s ease;
  letter-spacing: 0.05rem;
  font-weight: 400 !important;
  text-align: right;
  width: auto;
  display: block;
  border: 1px solid #5e78a0;
  padding: 10px 25px;
  border-radius: 1000px;
  font-size: 15px;
}
body.edit #editor-container header ol li button {
  padding-right: 10px;
}
body.edit #editor-container header .col-md-6 {
  float: left;
}
body.edit #editor-container .share-widget-wrap {
  position: fixed !important;
  top: 280px !important;
  right: 5% !important;
  z-index: 1 !important;
  bottom: unset;
  left: unset;
}
body.edit #editor-container .share-widget-wrap ul {
  width: auto;
}
body.edit #editor-container .share-widget-wrap ul li {
  float: none;
}
body.edit #editor-container .share-widget-wrap .post-wrap {
  width: 820px !important;
}
body.edit .tagged-experts ul li {
  padding: 0px !important;
}
body.edit .api-frame .popup-buttons {
  display: none !important;
}
body.edit .api-frame button {
  border: 1px solid #FFF;
  padding: 6px 8px !important;
  border-radius: 8px;
  margin-top: 9px;
  margin-right: 10px;
  margin-left: 10px;
  min-width: 90px;
  background: #FFF;
  font-size: 15px;
  box-shadow: 1px 1px #EFEFEF;
}
body.edit .api-frame button i {
  padding-left: 5px;
  color: #747c83;
}
body.edit .api-frame[data-asset='image']:hover {
  position: relative;
}
body.edit .api-frame[data-asset='image']:hover .popup-buttons {
  display: block !important;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
}
body.edit .api-frame[data-asset='image']:hover .popup-buttons button {
  width: 110px;
}
body.edit .api-frame[data-asset='article'] {
  position: relative;
}
body.edit .api-frame[data-asset='article'] .popup-buttons {
  display: none;
  position: absolute;
  top: -25px;
  background-color: transparent;
  border: none;
  height: 50px;
  width: 50px;
  color: #747c83;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #939394;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-right: 20px;
  background: #fff;
  font-size: 16px;
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}
body.edit .api-frame[data-asset='article'] .popup-buttons.edit {
  left: 50%;
}
body.edit .api-frame[data-asset='article'] .popup-buttons.external {
  left: 40%;
}
body.edit .api-frame[data-asset='article'] .popup-buttons::after {
  display: inline-block;
  font: normal normal normal 14px/1 'Black Tie';
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
body.edit .api-frame[data-asset='article'] .popup-buttons.edit::after {
  content: '\F024';
}
body.edit .api-frame[data-asset='article'] .popup-buttons.external::after {
  content: '\F05B';
}
body.edit .api-frame[data-asset='article'] .popup-buttons:hover::after {
  color: #067cb0;
}
body.edit .api-frame[data-asset='article'] .popup-buttons:hover {
  border-color: #067cb0;
}
body.edit .api-frame[data-asset='article']:hover iframe {
  opacity: 0.3;
}
body.edit .api-frame[data-asset='article']:hover .popup-buttons {
  display: inline-block;
  top: 35%;
}
.external-link a {
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: center;
  transition-timing-function: ease-out;
  border-radius: 4px;
  width: auto;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 800;
  border-width: 2px;
  border-style: solid;
  padding-right: 12px;
  padding-left: 12px;
  box-shadow: none;
  background: #067cb0;
  border-color: transparent;
  text-decoration: none !important;
  color: #ffffff;
}
.external-link a:hover {
  opacity: 0.75;
}
#editor-container {
  padding: 80px 120px 0;
  /* Header section */
  /* Firefox < 16 */
}
#editor-container .close-component {
  text-align: right;
  float: right;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: 4px;
  cursor: pointer;
}
#editor-container #spotlight-content {
  padding: 0px;
}
@media (max-width: 992px) {
  #editor-container #spotlight-content {
    padding: 0px 20px;
  }
}
#editor-container #spotlight-content h1,
#editor-container #spotlight-content h2,
#editor-container #spotlight-content h6 {
  margin: 0 !important;
  padding: 0 !important;
}
#editor-container .featured-uploaded-image {
  position: relative;
}
#editor-container .featured-uploaded-image button {
  background: transparent;
  color: #747c83;
  border: 0px;
  position: absolute;
  top: -29px;
  left: 40%;
  padding: 5px;
  display: none;
  border-radius: 1000px;
  font-size: 18px;
}
#editor-container .featured-uploaded-image button i {
  background: transparent;
  right: unset !important;
  top: unset !important;
  font-size: 19px;
  position: static !important;
}
#editor-container .featured-uploaded-image button i.bt-times-circle {
  color: #e75753;
}
#editor-container .featured-uploaded-image:hover button {
  display: block;
}
#editor-container .featured-image-wrapper {
  margin-top: 15px;
  position: relative;
  min-height: 150px;
}
#editor-container .featured-image-wrapper .dzu-inputLabel {
  color: #575a5d;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 14px;
  padding: 40px;
}
#editor-container .featured-image-wrapper .dzu-inputLabel:before {
  content: "\F0B9";
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-weight: 300;
  font-size: 30px;
  margin-right: 10px;
}
#editor-container .featured-image-wrapper .dzu-input {
  display: none;
}
#editor-container .featured-image-wrapper .dzu-dropzone {
  overflow: hidden;
  border: 1px dashed #b3b6b9;
}
#editor-container .featured-image-wrapper .featured-image-upload-sync i {
  right: 45% !important;
}
#editor-container .featured-image-wrapper .dropzone.loading {
  opacity: 0.5;
}
#editor-container .featured-image-wrapper .universal-embed {
  cursor: pointer;
  border: 1px dashed #b3b6b9;
  padding: 10px;
  margin-left: 25px;
  margin-right: 35px;
  font-size: 12px;
  width: 265px;
  margin-top: 0px;
  margin-left: 20px;
}
#editor-container .featured-image-wrapper .universal-embed i {
  font-size: 34px;
  display: block;
  margin-bottom: 0px;
  float: left;
  margin-right: 10px;
}
#editor-container .universal-embed .dzu-previewContainer {
  height: auto !important;
  padding: 0 !important;
}
#editor-container .universal-embed .unsplash-embed-wrapper {
  padding: 20px 40px 0px 40px;
}
#editor-container .universal-embed .unsplash-embed-wrapper li.active {
  border: 1px solid #449644 !important;
}
#editor-container .universal-embed .unsplash-embed-wrapper li.active::before {
  content: '\F013';
  display: inline-block;
  font: normal normal normal 17px/1 'Black Tie';
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #449644;
  position: absolute;
  right: -9px;
  top: -5px;
  font-weight: 500;
  font-size: 19px;
  z-index: 2;
  background: #fff;
  border-radius: 1000px;
}
#editor-container .universal-embed .unsplash-embed-wrapper a {
  font-size: 14px;
  font-weight: 300;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results {
  position: relative;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results em {
  text-align: left;
  display: block;
  padding: 5px;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results ul {
  list-style: none;
  padding: 0px;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results ul li {
  display: block;
  float: left;
  margin: 0;
  position: relative;
  width: auto;
  padding: 5px;
  border: 1px solid #fff;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results ul li .img-sheen {
  max-height: 80px;
  min-height: 80px;
  overflow: hidden;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results ul li img {
  width: 160px;
  cursor: pointer;
  padding: 0px;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results .btr.bt-sync.bt-spin {
  top: 10px !important;
  position: absolute;
  right: 10px;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results .unsplash_photos a,
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results .unsplash_photos span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0px;
  font-size: 14px;
  margin: 0 auto;
  padding-top: 5px;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results .unsplash_photos a {
  color: #034866;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results .unsplash_photos span {
  color: #747c83;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results a.loadmore {
  color: #067cb0;
  font-size: 16px;
  text-decoration: none;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-results .no-images {
  margin-left: 0px !important;
  text-align: center !important;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash input {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: 35px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  transition: border-color 0.2s ease;
  margin-top: 15px;
  border-radius: 8px;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-header {
  font-size: 14px;
  display: flex;
  padding-left: 0px;
  font-weight: bold;
  color: #333 !important;
  font-style: normal;
}
#editor-container .universal-embed .unsplash-embed-wrapper .unsplash-header svg {
  margin-right: 10px;
}
#editor-container .typeahead-wrap {
  position: relative;
  margin-bottom: 20px;
}
#editor-container .typeahead-wrap .adding-tag {
  position: absolute;
  right: 13px;
  z-index: 1;
  top: 10px;
}
#editor-container .typeahead-wrap ul {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
  padding: 0px !important;
  padding-bottom: 0px !important;
  margin: 0px !important;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 3;
}
#editor-container .typeahead-wrap ul li {
  color: #747c83;
  float: none;
  display: block;
  cursor: pointer;
  padding: 10px !important;
  margin-bottom: 0px !important;
}
#editor-container .typeahead-wrap ul li span {
  padding: 5px 10px;
  display: block;
}
#editor-container .typeahead-wrap ul li.selected {
  background: #e7ebf3;
  margin: 0px;
}
#editor-container header {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 100;
  box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background: #4c5c67;
}
#editor-container header .tags-wrap .tag {
  display: inline-block;
  color: #747c83;
  margin: 0 5px 5px 0;
}
#editor-container header .tags-wrap .tag i {
  margin-left: 5px;
  cursor: pointer;
}
#editor-container header .btn-group.open .dropdown-toggle,
#editor-container header .btn:active,
#editor-container header .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#editor-container header .btn:hover,
#editor-container header .btn:focus {
  color: inherit;
}
#editor-container header .dropdown-menu {
  padding: 5px 10px;
  color: #333;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  float: left;
  min-width: 500px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
#editor-container header .dropdown-menu h5 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
#editor-container header .dropdown-menu li {
  float: none;
  padding: 0;
  display: block;
  margin: 0 5px 0 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
#editor-container header .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
}
#editor-container header .dropdown-menu li.divider {
  height: 1px;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#editor-container header .schedule-btn .bt-clock {
  color: #3bdf3b;
}
#editor-container header .schedule-error {
  margin-bottom: 15px;
}
#editor-container header .dropdown-menu-schedule {
  min-width: 400px;
}
#editor-container header .dropdown-menu-schedule .schedule-controls {
  margin-top: 20px;
  padding: 0 20px;
  margin-bottom: 30px;
}
#editor-container header .dropdown-menu-schedule .schedule-controls h4 {
  text-align: left;
  color: #575a5d;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 16px;
}
#editor-container header .dropdown-menu-schedule .schedule-controls em {
  color: #747c83;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
}
#editor-container header .dropdown-menu-schedule .timezone-controls {
  margin-left: 15px;
}
#editor-container header .dropdown-menu-schedule .timezone-controls a {
  text-decoration: underline;
}
#editor-container header .alert-info,
#editor-container header .alert-error {
  line-height: normal;
  margin-bottom: 20px;
}
#editor-container header .alert-info .text-info,
#editor-container header .alert-error .text-info {
  font-weight: normal;
  font-size: 14px;
}
#editor-container header .alert-info .text-info strong,
#editor-container header .alert-error .text-info strong {
  display: block;
  margin-top: 3px;
}
#editor-container header .alert-info .text-info i,
#editor-container header .alert-error .text-info i {
  font-size: 11px;
  position: relative;
  top: -1px;
  font-weight: bold;
}
#editor-container header .alert-error {
  border: 1px solid #e25555;
  background: #f9e8e8;
}
#editor-container header .alert-error .text-info {
  color: #e25555;
}
#editor-container header .react-time-picker__wrapper {
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  border-radius: 8px;
  margin-left: 10px;
  color: #111827;
}
#editor-container header .react-time-picker__wrapper .react-time-picker__clear-button {
  display: none;
}
#editor-container header .react-calendar {
  margin: 5px 0 25px 0;
}
#editor-container header .react-calendar .react-calendar__navigation {
  display: flex;
  height: 44px;
  margin-bottom: 5px;
}
#editor-container header .react-calendar .react-calendar__navigation button {
  color: #056b97;
  min-width: 44px;
  background: none;
  font-size: 16px;
  margin-top: 8px;
  margin: 0;
  border: 0;
  outline: none;
}
#editor-container header .react-calendar .react-calendar__navigation button:enabled:hover,
#editor-container header .react-calendar .react-calendar__navigation button:enabled:focus {
  background-color: #f8f8fa;
}
#editor-container header .react-calendar .react-calendar__navigation button[disabled] {
  background-color: #fff;
  opacity: 0.6;
}
#editor-container header .react-calendar .react-calendar__month-view__weekdays {
  text-align: center;
}
#editor-container header .react-calendar .react-calendar__month-view__weekdays abbr {
  text-decoration: none;
  border: 0px;
}
#editor-container header .react-calendar .react-calendar__month-view__days {
  color: #111827;
  margin-top: 8px;
  border: 0px;
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  column-gap: 1px;
  row-gap: 1px;
  background-color: #e5e7eb;
  border: 1px solid #e5e7eb;
}
#editor-container header .react-calendar .react-calendar__tile {
  align-items: flex-start;
  height: 40px;
  cursor: pointer;
  display: block;
  margin: 0px;
  padding: 6px 0px;
  line-height: 20px;
  background-color: #FFF;
  border: 0px;
}
#editor-container header .react-calendar .react-calendar__tile[disabled] {
  background-color: #F0f0f0f;
  color: rgba(17, 24, 39, 0.4);
  cursor: default;
}
#editor-container header .react-calendar .react-calendar__tile--active abbr {
  color: #056b97;
  border-radius: 100px;
  padding: 4px 12px;
  background: #d2edf9;
}
#editor-container header .schedule-menuList {
  display: block;
  margin-top: 0px;
  max-height: 800px;
  overflow-x: visible;
}
#editor-container header .status-menuList {
  display: block;
  margin-top: 0px;
  max-height: 800px;
  overflow-x: visible;
  right: -60px;
  min-height: 250px;
  width: 350px;
  min-width: auto;
  overflow: auto;
  scrollbar-width: none;
  top: 53px;
}
#editor-container header .status-menuList em {
  text-align: left;
  padding-left: 0px !important;
  font-weight: bold;
  color: #333 !important;
  font-size: 14px;
  font-style: normal;
}
#editor-container header .status-menuList button {
  margin-right: 15px !important;
}
#editor-container header .status-menuList .date-wrap .react-date-picker__inputGroup {
  color: #111827;
}
#editor-container header .status-menuList .date-wrap .react-date-picker {
  width: 100%;
}
#editor-container header .status-menuList .date-wrap .react-date-picker .react-date-picker__wrapper {
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  transition: border-color 0.2s ease;
  margin: 15px 0;
  border-radius: 8px;
}
#editor-container header .status-menuList .date-wrap .react-date-picker .react-date-picker__wrapper button.react-date-picker__clear-button {
  display: none;
}
#editor-container header .status-menuList .date-wrap .react-date-picker .react-date-picker__wrapper button {
  margin: 0px !important;
  padding: 0px;
  cursor: initial;
}
#editor-container header .status-menuList .date-wrap .react-date-picker .react-date-picker__wrapper button:hover svg,
#editor-container header .status-menuList .date-wrap .react-date-picker .react-date-picker__wrapper button:focus svg {
  stroke: black;
}
#editor-container header .status-menuList .status-overflow {
  padding: 20px;
  margin-bottom: 0px;
}
#editor-container header .published-menuList {
  display: block;
  margin-top: 0px;
  max-height: 800px;
  overflow-x: visible;
  right: -190px;
  min-height: 355px;
  overflow: auto;
  scrollbar-width: none;
}
#editor-container header .published-menuList hr {
  margin: 22px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
#editor-container header .published-menuList input {
  margin-bottom: 0px !important;
}
#editor-container header .published-menuList .featured-image-wrap ul {
  margin-bottom: 20px;
  padding-top: 15px;
  overflow-y: auto;
  margin-top: 0;
  padding-left: 0px;
}
#editor-container header .published-menuList .featured-image-wrap ul li:nth-last-child(-n + 2) {
  margin-bottom: 0px;
}
#editor-container header .published-menuList .tagged-expert-container ul {
  margin-top: 20px;
}
#editor-container header .published-menuList .tagged-expert-container .typeaheadlist-wrap li {
  width: 100%;
}
#editor-container header .published-menuList .tagged-expert-container .tagged-expert-wrapper img {
  padding: 0px;
}
#editor-container header .published-menuList .tagged-expert-container .tagged-expert-wrapper i {
  color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 15px;
  top: 15px;
  display: none;
  font-weight: 700;
  font-size: 22px;
}
#editor-container header .published-menuList .tagged-expert-container .tagged-expert-wrapper:hover img {
  opacity: 0.7;
  border: 2px solid #e75753;
}
#editor-container header .published-menuList .tagged-expert-container .tagged-expert-wrapper:hover i {
  color: #e75753;
  font-weight: 500;
  display: block;
}
#editor-container header .published-menuList .tagged-expert-container .tagged-expert-wrapper.removing img {
  opacity: 0.7;
  border: 2px solid #e75753;
}
#editor-container header .published-menuList .tagged-expert-container .tagged-expert-wrapper.removing i.bt-sync {
  display: block !important;
  color: #e75753;
  font-weight: 500;
}
#editor-container header .share-menuList {
  min-width: 340px;
  margin-top: 0px;
}
#editor-container header .share-menuList em {
  color: #747c83;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}
#editor-container header .share-menuList input {
  border: 0px;
  border-bottom: 1px solid #cccbcb;
  color: #333;
  font-size: 14px;
  margin: 20px;
  margin-top: 0px;
  width: 300px;
}
#editor-container header .dropdown-menu:focus {
  outline-width: 0;
}
#editor-container header .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
#editor-container header .published-toggle {
  border: 1px solid #FFF;
  padding: 6px 10px !important;
  border-radius: 8px;
  margin-top: 9px;
  margin-right: 10px;
  margin-left: 15px;
  min-width: 115px;
}
#editor-container header img.expertfile-logo {
  width: 25px;
  padding-top: 10px;
}
#editor-container header .spotlight-header {
  line-height: 24px;
  margin-left: 15px;
  padding: 0;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 19px;
  position: relative;
  top: 8px;
}
#editor-container header ol {
  list-style: none;
  float: right;
  margin: 0px;
}
#editor-container header ol li {
  display: inline-block;
  float: left;
  color: #fff;
}
#editor-container header ol li button.button-text {
  padding: 15px 20px;
  font-size: 15px;
  background: transparent;
}
#editor-container header ol li .btn-group > .btn:first-child {
  background: transparent;
}
#editor-container header .nav-wrap img.avatar {
  background-color: #fff !important;
  box-shadow: 0 0 0 1px #dbdbdb !important;
  border-radius: 50% !important;
  display: inline-block !important;
  overflow: hidden !important;
  vertical-align: middle !important;
  width: 35px !important;
  height: 35px !important;
}
#editor-container header .nav-wrap span.default-avatar {
  background-color: #dfeaed;
  height: 40px;
  width: 40px;
  border-radius: 1000px;
  margin: 0px;
}
#editor-container header .nav-wrap span.default-avatar i {
  position: static;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  display: block;
  padding: 11px 0 0;
  text-align: center;
}
#editor-container header .dropdown h3 {
  text-align: left;
  padding: 15px 20px 20px;
  margin: 0px 0px 25px 0 !important;
  font-size: 19px;
  font-weight: 700;
  color: #333;
  margin-bottom: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#editor-container header .dropdown.status-change .button {
  color: #056b97 !important;
  background-color: #fff;
  transition: all 0.3s ease;
  letter-spacing: 0.05rem;
  font-weight: 400 !important;
  text-align: right;
  width: auto;
  display: block;
  border: 1px solid #5e78a0;
  padding: 10px 25px;
  border-radius: 1000px;
  float: left;
  font-size: 15px;
  margin: 5px 30px 10px 0;
  float: right;
  text-decoration: none;
  cursor: pointer;
}
#editor-container header .dropdown.status-change .button:hover {
  text-decoration: none;
}
#editor-container header .dropdown.status-change .row button[disabled] {
  opacity: 0.4;
  cursor: unset;
}
#editor-container header .tag-wrap,
#editor-container header .tagged-experts {
  padding: 0px;
  margin-top: 15px;
}
#editor-container header .tag-wrap .spotlight-tags,
#editor-container header .tagged-experts .spotlight-tags {
  margin-top: 20px;
}
#editor-container header .tag-wrap input,
#editor-container header .tagged-experts input {
  border: 0px;
  font-size: 14px;
  opacity: 0.8;
  color: #747c83;
  display: block;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #d4d9e2;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
#editor-container header .tagged-experts li {
  width: inherit;
  display: inline-block;
}
#editor-container header .tags-wrap li {
  display: block;
}
#editor-container header .featured-image-wrap {
  position: relative;
}
#editor-container header .featured-image-wrap .bt-sync {
  position: absolute;
  right: 20px;
  top: 90px;
}
#editor-container header .featured-image-wrap li {
  display: inline-block;
}
#editor-container header .featured-image-wrap h4 {
  margin-bottom: 15px !important;
}
#editor-container header .status-overflow {
  min-height: 180px;
  margin-bottom: 20px;
  max-height: 800px;
}
#editor-container header .settings-tabs {
  display: flex;
  text-align: center;
  border-bottom: 1px solid #EFEFEF;
  margin: 0 0 10px 0;
}
#editor-container header .settings-tabs a {
  font-weight: 500;
  padding: 20px;
  color: #747c83;
  cursor: pointer;
}
#editor-container header .settings-tabs a.active {
  color: #067cb0;
}
#editor-container header .featured-images {
  margin: 0 0 20px 0;
}
#editor-container header .featured-images em {
  position: relative;
}
#editor-container header .featured-images em i {
  top: 3px !important;
  right: -20px !important;
}
#editor-container header .featured-images .no-images {
  padding: 0px !important;
  margin: 0px !important;
}
#editor-container header .featured-images.unsplash {
  margin-top: 20px;
}
#editor-container header .featured-images.unsplash ul {
  margin-bottom: 0px;
}
#editor-container header .featured-images.unsplash a.loadmore {
  text-align: center;
  display: block;
}
#editor-container header .unsplash-results {
  position: relative;
}
#editor-container header .unsplash-results .btr.bt-sync.bt-spin {
  top: 10px !important;
}
#editor-container header .unsplash-results .unsplash_photos a,
#editor-container header .unsplash-results .unsplash_photos span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0px;
  margin: 0 auto;
  padding-top: 5px;
}
#editor-container header .unsplash-results .unsplash_photos a {
  color: #034866;
}
#editor-container header .unsplash-results .unsplash_photos span {
  color: #747c83;
}
#editor-container header .unsplash-results .no-images {
  margin-left: 0px !important;
  text-align: center !important;
  font-weight: bold;
}
#editor-container header .featured-image-options > div {
  width: 100%;
}
#editor-container header .featured-image-options > div em {
  padding-left: 0px !important;
  font-weight: bold;
  color: #333 !important;
}
#editor-container header .featured-image-options .unsplash {
  margin-top: 20px;
}
#editor-container header .featured-image-options .unsplash input {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: 35px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  transition: border-color 0.2s ease;
  margin-top: 15px;
  border-radius: 8px;
}
#editor-container header .featured-image-options .unsplash-header {
  display: flex;
  padding-left: 0px;
}
#editor-container header .featured-image-options .unsplash-header svg {
  margin-right: 10px;
}
#editor-container header .featured-image-wrap,
#editor-container header .tagged-expert-container,
#editor-container header .tags-wrap {
  margin: 15px 20px;
}
#editor-container header .featured-image-wrap em,
#editor-container header .tagged-expert-container em,
#editor-container header .tags-wrap em {
  padding-left: 0px !important;
  font-weight: bold;
  color: #333 !important;
}
#editor-container header .featured-image-wrap .no-images,
#editor-container header .tagged-expert-container .no-images,
#editor-container header .tags-wrap .no-images {
  color: #555;
  border-radius: 0px;
  text-align: left;
  margin: 15px 25px;
  margin-bottom: 15px;
  margin-right: 35px;
  font-size: 14px;
}
#editor-container header .featured-image-wrap h4,
#editor-container header .tagged-expert-container h4,
#editor-container header .tags-wrap h4 {
  text-align: left;
  padding-left: 0px;
  color: #575a5d;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 16px;
}
#editor-container header .featured-image-wrap div,
#editor-container header .tagged-expert-container div,
#editor-container header .tags-wrap div {
  text-align: left;
}
#editor-container header .featured-image-wrap div em,
#editor-container header .tagged-expert-container div em,
#editor-container header .tags-wrap div em {
  color: #747c83;
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
  font-style: normal;
}
#editor-container header .featured-image-wrap div ul,
#editor-container header .tagged-expert-container div ul,
#editor-container header .tags-wrap div ul {
  margin: 20px 0px;
  padding: 0px 0px 0px 20px;
}
#editor-container header .featured-image-wrap div ul li,
#editor-container header .tagged-expert-container div ul li,
#editor-container header .tags-wrap div ul li {
  margin: 0 10px 10px 0;
  position: relative;
  width: auto;
  padding: 5px;
  border: 1px solid #fff;
}
#editor-container header .featured-image-wrap div ul li .img-sheen,
#editor-container header .tagged-expert-container div ul li .img-sheen,
#editor-container header .tags-wrap div ul li .img-sheen {
  max-height: 75px;
  min-height: 75px;
  overflow: hidden;
}
#editor-container header .featured-image-wrap div ul li img,
#editor-container header .tagged-expert-container div ul li img,
#editor-container header .tags-wrap div ul li img {
  width: 130px;
  cursor: pointer;
  padding: 0px;
}
#editor-container header .featured-image-wrap div ul li.active,
#editor-container header .tagged-expert-container div ul li.active,
#editor-container header .tags-wrap div ul li.active {
  border: 1px solid #449644;
}
#editor-container header .featured-image-wrap div ul li.active::before,
#editor-container header .tagged-expert-container div ul li.active::before,
#editor-container header .tags-wrap div ul li.active::before {
  content: '\F013';
  display: inline-block;
  font: normal normal normal 17px/1 'Black Tie';
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #449644;
  position: absolute;
  right: -9px;
  top: -5px;
  font-weight: 500;
  font-size: 19px;
  z-index: 2;
  background: #fff;
  border-radius: 1000px;
}
#editor-container .post-wrap {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
}
#editor-container .post-wrap .ql-editor h1 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}
#editor-container .post-wrap .ql-editor h2 {
  font-size: 24px;
  font-weight: 600;
  color: #575a5d;
}
#editor-container .post-wrap .ql-editor h6 {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}
#editor-container .post-wrap .ql-editor strong {
  margin: 0px;
}
#editor-container .post-wrap .ql-editor ul li,
#editor-container .post-wrap .ql-editor ol li {
  font-weight: 300;
  font-size: 21px;
  line-height: 35px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.85);
}
#editor-container .ql-divider {
  display: block;
  border: 0;
  text-align: center;
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 32px;
}
#editor-container .ql-divider:before {
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;
  letter-spacing: 0.6em;
  content: '...';
  display: inline-block;
  margin-left: 0.6em;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.55);
  position: relative;
  top: -42px;
  pointer-events: none;
}
#editor-container .ql-form {
  display: none;
}
#editor-container .ql-form.active {
  display: block;
}
#editor-container .external-link-form .input-container {
  border-bottom: none;
  padding-top: 0px;
}
#editor-container .universal-embed {
  z-index: 2;
  position: absolute;
  height: auto;
  width: 100%;
  padding: 20px;
  opacity: 1;
  box-sizing: border-box;
  border: 1px dashed #b3b6b9;
  border-radius: 2px;
  margin-left: 50px;
  margin-top: -60px;
  background: #fff;
}
#editor-container .universal-embed .input-container .form-group label {
  padding-top: 5px;
}
#editor-container .universal-embed .input-container .form-group input {
  padding-top: 20px;
  border-bottom: 1px solid rgba(2, 2, 2, 0.3);
  width: 100%;
  margin: auto;
  box-shadow: none;
  font-size: 13px;
}
#editor-container .universal-embed .input-container .form-group input.form-error {
  border: 1px solid red;
}
#editor-container .universal-embed .input-container .form-group div.form-error {
  color: red;
  text-align: center;
}
#editor-container .universal-embed .uploader-btn {
  color: #056b97;
  background-color: #fff;
  transition: all 0.3s ease;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-align: center;
  width: auto;
  display: block;
  border: 1px solid #5e78a0;
  padding: 10px 25px;
  border-radius: 1000px;
  font-size: 15px;
  margin: 0;
  max-width: 150px;
  margin-top: 10px;
  cursor: pointer;
}
#editor-container .universal-embed .save-mux-upload,
#editor-container .universal-embed .save-photo-upload {
  float: right;
  margin: 20px 0 0 0;
  text-decoration: none;
}
#editor-container .universal-embed .video-step-one {
  align-items: center;
  justify-content: center;
  column-gap: 90px;
  display: flex;
  padding: 0 40px 20px 40px;
}
#editor-container .universal-embed .video-step-one p {
  font-size: 13px;
  line-height: inherit;
}
#editor-container .universal-embed .video-step-one > div {
  margin-top: 20px;
  width: 50%;
}
#editor-container .mux-upload {
  align-items: center;
  justify-content: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#editor-container .photo-upload .dzu-dropzone {
  margin-top: 0px !important;
}
#editor-container .mux-upload > div {
  flex: 1 0 50%;
  padding: 20px 20px 0px 0;
}
#editor-container .mux-upload-ctrl {
  text-align: center;
}
#editor-container .mux-upload-ctrl .dzu-dropzone {
  margin-top: 15px !important;
  float: none !important;
}
#editor-container .mux-upload-ctrl .dzu-dropzone label {
  margin: auto !important;
}
#editor-container .mux-upload-instruction {
  margin-bottom: 10px;
  text-align: left;
}
#editor-container .mux-upload-instruction strong {
  padding-left: 27px;
  margin-bottom: 15px;
  display: block;
}
#editor-container .mux-upload-instruction ol {
  margin-bottom: 0px;
}
#editor-container .mux-upload-instruction ol li {
  margin-bottom: 10px;
}
#editor-container .mux-upload-meta {
  text-align: left;
  padding: 0px !important;
}
#editor-container .mux-upload-meta-form > div {
  margin-bottom: 10px;
}
#editor-container .mux-upload-meta-form input[type="text"],
#editor-container .mux-upload-meta-form textarea {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: auto;
  padding: 8px;
  font-size: 14px;
  line-height: inherit;
  color: #596377;
  font-weight: 500;
  outline: 0;
  transition: border-color 0.2s ease;
}
#editor-container .mux-upload-meta-form textarea {
  margin: 0px;
}
#editor-container .dropzone-wrapper {
  text-align: center;
  cursor: pointer;
}
#editor-container .dropzone-wrapper .dropzone-container i {
  font-size: 40px;
  display: block;
  margin-bottom: 10px;
}
#editor-container .dropzone-wrapper .dropzone-container span {
  font-weight: 700;
  color: #06c;
}
#editor-container .form-text-divider {
  text-align: center;
  margin: 15px 0 5px 0;
  color: #555;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
#editor-container .dzu-previewContainer {
  padding: 20px !important;
  height: 400px !important;
  border-bottom: 0px !important;
}
#editor-container .universal-embed .dropzone {
  font-size: 12px;
  width: 100%;
  background: #FFF;
  padding: 20px 40px;
  margin: 0px;
  overflow: auto;
  display: flex;
  border-bottom: 1px solid rgba(2, 2, 2, 0.3);
}
#editor-container .universal-embed .dropzone label {
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 5px;
}
#editor-container .universal-embed .dzu-dropzone {
  overflow: auto;
  border: 0px;
  min-height: auto;
  width: auto;
  margin-top: 10px;
  width: 80%;
}
#editor-container .universal-embed .dzu-previewFileName {
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#editor-container .universal-embed .mux-wrapper {
  min-width: auto;
  display: block;
  text-align: center;
  margin-top: 15px;
}
#editor-container .mux-long-running-msg {
  position: absolute;
  text-align: center;
  font-size: 16px;
  width: 95%;
  top: 0px;
  color: #2b6cb0 !important;
  border-radius: 0 0 5px 5px;
  background-color: #ebf8ff;
}
#editor-container .mux-long-running-msg p {
  font-size: 16px;
  text-align: center;
  width: 100%;
  font-weight: 500;
}
#editor-container .placeholder-body {
  width: 100%;
  padding: 0 0 20px;
}
#editor-container .input-container {
  padding-top: 20px;
  border-bottom: 1px solid rgba(2, 2, 2, 0.3);
  width: 100%;
  margin: auto;
}
#editor-container .input-container input {
  width: 100%;
  margin: auto;
  border: none;
  display: block;
  text-align: center;
}
#editor-container .loading-button-wrapper {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left !important;
  padding: 0;
  border: 1px solid #333;
  border-radius: 1000px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  text-align: center;
}
#editor-container textarea {
  word-wrap: break-word;
  z-index: auto;
  position: relative;
  line-height: 42px;
  font-size: 34px;
  transition: none;
  background: transparent !important;
  border: none;
  padding: 0;
  overflow: auto;
  outline: 0;
  box-shadow: none;
  color: #000;
  font-weight: 600;
  resize: none;
  margin: 0 15px;
  width: 100%;
}
#editor-container .toolbar-nav {
  border: 0px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  left: 0;
  width: 100%;
  min-width: 900px;
  background: #fff;
  z-index: 0;
  top: 52px;
  height: 40px;
  text-align: center;
}
#editor-container .toolbar-nav .ql-toolbar.ql-snow {
  border: 0px;
}
#editor-container .toolbar-nav #ql-picker-options-0 span.ql-picker-item[data-value='1'] {
  font-size: 28px;
}
#editor-container .toolbar-nav #ql-picker-options-0 span.ql-picker-item[data-value='1']::before {
  font-size: 1em;
}
#editor-container .toolbar-nav #ql-picker-options-0 span.ql-picker-item[data-value='2'] {
  font-size: 24px;
}
#editor-container .toolbar-nav #ql-picker-options-0 span.ql-picker-item[data-value='2']::before {
  font-size: 1em;
}
#editor-container .toolbar-nav #ql-picker-options-0 span.ql-picker-item[data-value='6'] {
  font-size: 14px;
}
#editor-container .toolbar-nav #ql-picker-options-0 span {
  font-size: 21px;
}
#editor-container .toolbar-nav #ql-picker-options-0 span::before {
  font-size: 1em;
}
#editor-container .toolbar-nav .button-grp {
  display: inline-block;
  text-align: left;
  padding: 0 10px;
}
#editor-container .toolbar-nav .button-grp button {
  color: red;
}
#editor-container .toolbar-nav .button-grp button.ql-active {
  color: #067cb0;
}
#editor-container .toolbar-nav .button-grp button.ql-active .ql-stroke {
  stroke: #067cb0;
}
#editor-container .toolbar-nav .button-grp::after {
  display: inline-block;
  content: '';
  background: #bdc2c5;
  width: 1px;
  height: 18px;
  position: relative;
  top: 3px;
  left: 10px;
}
#editor-container .toolbar-nav .button-grp:last-child::after {
  width: 0px;
}
#editor-container .ql-snow .ql-stroke {
  stroke: #747c83;
}
#editor-container .ql-snow .ql-picker {
  color: #747c83;
}
#editor-container .ql-container.ql-snow {
  border: 0px;
}
#editor-container #question-editor .ql-editor p {
  line-height: 46px;
  font-size: 34px;
  color: #575a5d;
  font-weight: 600;
  margin: 0 15px 0 0;
  width: 100%;
}
#editor-container .ql-editor[data-placeholder] {
  font-size: 18px;
}
#editor-container .tutorial-wrap {
  margin: 0 auto;
}
#editor-container .tutorial-wrap h1 {
  margin-bottom: 30px;
  text-align: center;
}
#editor-container .tutorial-wrap strong {
  margin: 10px 0;
  display: block;
}
#editor-container .tutorial-wrap p {
  margin-bottom: 20px !important;
}
#editor-container .ql-editor p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.85);
}
#editor-container .ql-editor ul,
#editor-container .ql-editor ol {
  margin: 0;
  padding-left: 40px;
}
#editor-container .ql-editor ul li,
#editor-container .ql-editor ol li {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: unset;
  list-style-type: disc;
}
#editor-container .ql-editor ul li::before,
#editor-container .ql-editor ol li::before {
  display: none;
  padding: 0px;
}
#editor-container .ql-editor ol li {
  list-style-type: decimal;
}
#editor-container ol li:not(.ql-direction-rtl),
#editor-container .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 0px;
}
#editor-container .headline-wrap {
  margin: 20px 0px 20px 0;
}
#editor-container .headline-wrap:focus,
#editor-container .headline-wrap div:focus {
  outline: 0;
}
#editor-container .save-button,
#editor-container .brainstorm-button {
  margin: 5px 0px;
  position: fixed;
  right: 5%;
  bottom: 50px;
  border: 1px solid #eaeaea;
  padding: 10px 20px;
  border-radius: 50px;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
#editor-container .save-button .save-text,
#editor-container .brainstorm-button .save-text,
#editor-container .save-button .brainstorm-text i,
#editor-container .brainstorm-button .brainstorm-text i {
  font-size: 16px;
}
#editor-container .save-button i,
#editor-container .brainstorm-button i {
  margin-left: 5px;
  display: inline-block;
}
#editor-container .brainstorm-button {
  left: 5%;
  right: auto;
}
#editor-container .save-button:hover,
#editor-container .brainstorm-button:hover {
  background-color: #2789b3;
  border-color: #2789b3;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 3s ease;
  transition: all 0.75s ease;
}
#editor-container .save-button:hover .save-text,
#editor-container .brainstorm-button:hover .save-text,
#editor-container .save-button:hover .brainstorm-text,
#editor-container .brainstorm-button:hover .brainstorm-text {
  color: #fff;
}
#editor-container .save-button:hover .save-text i,
#editor-container .brainstorm-button:hover .save-text i,
#editor-container .save-button:hover .brainstorm-text i,
#editor-container .brainstorm-button:hover .brainstorm-text i {
  color: #fff;
}
#editor-container .save-text,
#editor-container .brainstorm-text {
  font-size: 14px;
  font-weight: 400;
  color: #747c83;
  padding: 12px 0;
  float: right;
}
#editor-container .save-text i,
#editor-container .brainstorm-text i {
  color: #449644;
}
#editor-container .save-text-wrapper {
  display: block;
  position: fixed;
  top: 50px;
  z-index: 3;
}
#editor-container .sidebar-controls {
  display: none;
  position: absolute;
  z-index: 10;
  width: 40px;
}
#editor-container .sidebar-controls button {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
#editor-container .sidebar-controls button:active,
#editor-container .sidebar-controls button:focus {
  outline: none;
}
#editor-container .sidebar-controls.active {
  width: 100%;
}
#editor-container .sidebar-controls.active button#show-controls {
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#editor-container .sidebar-controls button {
  background-color: transparent;
  border: none;
  height: 40px;
  width: 40px;
  color: #747c83;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #dfe2e6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-right: 20px;
  background: #fff;
}
#editor-container .sidebar-controls button span {
  font-size: 15px;
}
#editor-container .sidebar-controls .controls button:hover {
  color: #067cb0;
}
#editor-container .sidebar-controls .controls {
  display: none;
  margin-left: 10px;
  background: #fff;
}
#editor-container .sidebar-controls.active .controls {
  display: inline-block;
  background: transparent;
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  position: relative;
  animation: fadein 0.5s;
}
#editor-container .sidebar-controls.active .controls .sibebar-button {
  display: inline-block;
}
#editor-container .sidebar-controls.active .controls .sibebar-button .sidebar-tooltip {
  background: black;
  color: white;
  text-transform: capitalize;
  opacity: 0.6;
}
#editor-container button#show-controls {
  width: 40px;
  height: 40px;
  line-height: 35px;
  float: left !important;
  padding: 0;
  border: 1px solid #333;
  border-radius: 1000px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#editor-container .sidebar-controls.active #show-controls i.fa::before {
  content: '\F00D';
}
#editor-container .typeaheadlist-wrap ul {
  margin-top: 0px;
}
#editor-container .ql-mention-list-wrapper {
  position: relative;
}
#editor-container .ql-mention-list-container {
  position: absolute;
  background: #fff;
  z-index: 2;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #0000007a;
  border-radius: 3px;
  box-shadow: 2px 2px 4px #e2e2e2;
}
#editor-container .ql-mention-list-container .typeaheadlist-wrap {
  position: relative;
}
#editor-container .ql-mention-list-container .typeaheadlist-wrap ul {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.125);
  padding: 0px !important;
  padding-bottom: 10px !important;
  margin: 0px !important;
  background: #fff;
  width: 100%;
  z-index: 2;
}
#editor-container .ql-mention-list-container .typeaheadlist-wrap ul li {
  color: #747c83;
  float: none;
  display: block;
  cursor: pointer;
  padding: 10px;
  margin-bottom: 0px !important;
}
#editor-container .ql-mention-list-container .typeaheadlist-wrap ul li span {
  padding: 5px 10px;
  display: block;
}
#editor-container .ql-mention-list-container .typeaheadlist-wrap ul li.selected {
  background: #e7ebf3;
  margin: 0px;
}
#editor-container .ql-mention-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#editor-container .ql-mention-list-item {
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  padding: 0 20px;
  vertical-align: middle;
}
#editor-container .ql-mention-list-item.selected {
  background-color: #d3e1eb;
  text-decoration: none;
}
#editor-container .mention {
  height: 24px;
  width: 65px;
  border-radius: 6px;
  background-color: #d3e1eb;
  padding: 3px 0;
}
#editor-container .mention > span {
  margin: 0 3px;
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
form.edit-asset-modal div,
form.edit-brainstorm-modal div,
form.share-email-modal div {
  margin: 5px 0px;
}
form.edit-asset-modal input,
form.edit-brainstorm-modal input,
form.share-email-modal input,
form.edit-asset-modal textarea,
form.edit-brainstorm-modal textarea,
form.share-email-modal textarea {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  transition: border-color 0.2s ease;
}
form.edit-asset-modal textarea,
form.edit-brainstorm-modal textarea,
form.share-email-modal textarea {
  padding: 10px 15px;
  height: 150px;
}
form.edit-asset-modal input.error,
form.edit-brainstorm-modal input.error,
form.share-email-modal input.error {
  border: 1px solid #f7c7c5;
}
form.edit-asset-modal button,
form.edit-brainstorm-modal button,
form.share-email-modal button {
  border: 1px #067cb0 solid;
  border-radius: 25px;
  padding: 10px;
  float: right;
  color: #067cb0;
  margin-top: 15px;
  width: 100%;
  background: #fff;
}
form.edit-asset-modal .edit-caption a,
form.edit-brainstorm-modal .edit-caption a,
form.share-email-modal .edit-caption a {
  display: block;
  text-align: right;
  padding: 8px 5px 0 0;
  font-size: 16px;
}
form.edit-asset-modal .edit-resize ul,
form.edit-brainstorm-modal .edit-resize ul,
form.share-email-modal .edit-resize ul,
form.edit-asset-modal .edit-align ul,
form.edit-brainstorm-modal .edit-align ul,
form.share-email-modal .edit-align ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
form.edit-asset-modal .edit-resize ul li,
form.edit-brainstorm-modal .edit-resize ul li,
form.share-email-modal .edit-resize ul li,
form.edit-asset-modal .edit-align ul li,
form.edit-brainstorm-modal .edit-align ul li,
form.share-email-modal .edit-align ul li {
  margin-bottom: 15px;
}
form.edit-asset-modal .edit-resize ul li label,
form.edit-brainstorm-modal .edit-resize ul li label,
form.share-email-modal .edit-resize ul li label,
form.edit-asset-modal .edit-align ul li label,
form.edit-brainstorm-modal .edit-align ul li label,
form.share-email-modal .edit-align ul li label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  width: 100%;
}
form.edit-asset-modal .edit-resize ul li input,
form.edit-brainstorm-modal .edit-resize ul li input,
form.share-email-modal .edit-resize ul li input,
form.edit-asset-modal .edit-align ul li input,
form.edit-brainstorm-modal .edit-align ul li input,
form.share-email-modal .edit-align ul li input {
  height: auto;
  width: auto;
  padding: 8px;
  display: inline-block;
  float: right;
}
form.edit-asset-modal .edit-resize ul li input:checked,
form.edit-brainstorm-modal .edit-resize ul li input:checked,
form.share-email-modal .edit-resize ul li input:checked,
form.edit-asset-modal .edit-align ul li input:checked,
form.edit-brainstorm-modal .edit-align ul li input:checked,
form.share-email-modal .edit-align ul li input:checked {
  accent-color: #067cb0;
}
.brainstorm-form-wrapper h3 {
  text-align: center;
  padding: 15px 20px 5px;
  margin: 0px 0px 0px 0 !important;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.brainstorm-form-wrapper p {
  color: #747c83;
  text-align: left;
  padding-left: 0px;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0px;
  text-align: center;
}
.brainstorm-form-wrapper .brainstorm-disclaimer {
  margin-bottom: 20px;
  margin-top: 20px;
}
.brainstorm-form-wrapper .brainstorm-disclaimer p {
  text-align: center;
  font-weight: bold;
  font-style: italic;
  color: #333;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 0px;
}
.brainstorm-form-wrapper .brainstorm-disclaimer img {
  width: 150px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.brainstorm-form-wrapper form.edit-brainstorm-modal button {
  margin-top: 10px 0;
}
.brainstorm-form-wrapper form.edit-brainstorm-modal input[type="text"] {
  margin-bottom: 10px;
}
.brainstorm-form-wrapper .helperMsgs {
  color: #333;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 13px;
  font-style: italic;
}
.brainstorm-form-wrapper .helperMsgs ul {
  padding: 0px;
  margin-bottom: 0px;
}
.brainstorm-form-wrapper .helperMsgs ul li.show {
  display: block;
}
.brainstorm-form-wrapper .helperMsgs ul li {
  display: none;
}
.share-confirm {
  position: absolute;
  top: 40%;
  width: 90%;
}
.share-confirm i {
  display: block;
  font-size: 64px;
  color: #8ece8e;
  text-align: center;
}
.share-confirm strong {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-top: 15px !important;
  margin: 0 15px;
}
.api-frame[align='left'] {
  float: left;
  margin-right: 20px;
  clear: both;
  margin-top: 7px;
}
.api-frame[align='right'] {
  float: right;
  margin-left: 20px;
  clear: both;
  margin-top: 7px;
}
.api-frame iframe {
  display: block;
}
.api-frame iframe.expert {
  min-height: auto;
  width: 800px !important;
}
.api-frame iframe.mux {
  width: 100% !important;
}
.api-frame iframe.video {
  width: 600px !important;
  height: 400px !important;
}
.api-frame iframe.tweet {
  width: 400px !important;
  min-height: 200px;
}
.api-frame iframe.instagram {
  width: 400px !important;
}
.api-frame iframe.image {
  width: 100%;
}
.api-frame iframe.article {
  width: 700px;
  min-height: 75px;
}
@media (max-width: 900px) {
  .api-frame iframe.expert {
    min-height: auto;
    width: 600px !important;
    margin: 0 auto;
  }
  .api-frame iframe.article {
    width: 330px !important;
  }
  .api-frame iframe.expert {
    min-height: auto;
  }
  .api-frame iframe.video {
    width: 330px !important;
    height: 330px !important;
  }
  .api-frame iframe.tweet,
  .api-frame iframe.instagram {
    width: 330px !important;
  }
  .api-frame iframe.image {
    max-width: 330px;
  }
}
@media (max-width: 600px) {
  .api-frame iframe.expert {
    min-height: auto;
    margin: 0 auto;
    width: 300px !important;
  }
}
.add-answer-button-wrp {
  text-align: center;
  margin-top: 60px;
}
.add-answer-button-wrp .answer-actions-tooltip {
  background: black !important;
  color: white;
  text-transform: capitalize;
  opacity: 0.6;
}
.add-answer-button-wrp .answer-actions-tooltip:after {
  border-top-color: black !important;
}
.add-answer-button-wrp .add-button {
  padding-top: 3px;
  border-radius: 1000px;
  width: 75px;
  height: 75px;
  text-align: center;
  color: #fff;
  background-color: #067cb0;
  border: 1px solid #0787bf;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
.add-answer-button-wrp .add-button i {
  font-weight: 700;
  font-size: 28px;
}
.question-wrap {
  border-bottom: 1px solid #ddd;
  margin: 40px 25px;
  padding: 0 0 30px 0;
}
.question-wrap .question {
  overflow: hidden;
  position: relative;
  padding: 8px 0;
}
.answer:hover .move-answer-wrap,
.question:hover .move-answer-wrap,
.answer:hover .move-question-wrap,
.question:hover .move-question-wrap {
  top: 10px !important;
}
.answer-actions-tooltip,
.question-actions-tooltip {
  background: black !important;
  color: white;
  text-transform: capitalize;
  opacity: 0.6;
}
.answer-actions-tooltip:after,
.question-actions-tooltip:after {
  border-top-color: black !important;
}
.back-to-dash {
  border: 1px #067cb0 solid;
  border-radius: 25px;
  padding: 10px 20px;
  color: #067cb0;
  margin-top: 15px;
  width: auto;
  background: #fff;
  float: left;
}
.back-to-dash:hover {
  text-decoration: none;
}
.move-answer-wrap,
.move-question-wrap {
  position: absolute;
  right: 0px;
  top: -100px;
  z-index: 10;
  width: auto;
  transition: top 0.25s;
}
.move-answer-wrap ul,
.move-question-wrap ul {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
}
.move-answer-wrap ul li,
.move-question-wrap ul li {
  text-align: center;
  color: #fff;
  background-color: #fff;
  border: 1px solid #dfe2e6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding: 14px 16px;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
}
.move-answer-wrap ul li i,
.move-question-wrap ul li i {
  color: #067cb0;
  font-size: 19px;
}
.move-answer-wrap ul li.sort-action,
.move-question-wrap ul li.sort-action {
  cursor: grab;
}
.answer-wrap {
  margin: 0px 10px;
}
.answer-wrap .col-md-1 {
  width: 9%;
}
.answer-wrap .default-avatar {
  width: 70px;
  height: 70px;
}
.answer-wrap .default-avatar i {
  padding-top: 17px;
}
.answer-wrap .sort-control {
  text-align: right;
  margin-right: 15px;
}
.answer-wrap .sort-control label {
  padding: 5px 12px;
  display: inline;
  top: -8px;
  position: relative;
}
.answer-wrap .sort-control div {
  margin-bottom: 0px;
}
.answer-wrap .answer.collapsed {
  height: 85px !important;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  box-sizing: border-box;
  margin: 8px 0 0 0;
  padding: 8px;
  overflow: hidden;
}
.answer-wrap .answer.collapsed .sorting-icon {
  position: absolute;
  top: 30px;
  right: 20px;
}
.answer-wrap .answer.collapsed .sorting-icon i {
  color: #9a9a9a;
}
.answer-wrap .answer {
  margin-bottom: 50px;
}
.answer-wrap .answer .viewMode {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.25s;
  min-height: 65px;
}
.answer-wrap .answer .expert-answer-meta {
  margin: 10px 0 30px 0;
}
.answer-wrap .answer .expert-answer-meta p {
  font-size: 14px;
  line-height: normal;
}
.answer-wrap .answer .expert-answer-meta p strong {
  color: rgba(0, 0, 0, 0.9);
}
.answer-wrap .answer .expert-answer-img img {
  width: 70px;
  height: 70px;
  border-radius: 1000px;
}
.answer-wrap .answer .expert-answer-img img.corporation {
  border-radius: 0px;
  height: auto;
}
.answer-wrap p {
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0px !important;
  color: rgba(0, 0, 0, 0.85) !important;
}
.answer-wrap .editMode .assign-answerer {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.answer-wrap .editMode .assign-answerer .answerer-disabled {
  opacity: 0.5;
}
.answer-wrap .editMode .assign-answerer .answerer-disabled a {
  cursor: default;
  text-decoration: none;
}
.answer-wrap .editMode .assign-answerer .typeahead-wrap {
  display: inline;
}
.answer-wrap .editMode .assign-answerer .typeahead-wrap ul {
  right: 0px;
}
.answer-wrap .editMode .assign-answerer label {
  display: inline-block;
  margin-right: 10px;
  color: #555555;
  font-weight: 700;
  font-size: 14.4px;
}
.answer-wrap .editMode .assign-answerer .align-right {
  text-align: right;
}
.answer-wrap .editMode .assign-answerer input {
  display: inline-block;
  width: 205px;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: 35px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  transition: border-color 0.2s ease;
}
.answer-wrap .editMode .assign-answerer input[type='checkbox'] {
  font-size: inherit;
  text-align: right;
  width: auto;
  height: auto;
  margin-top: 11px;
}
.answer-wrap .dragging .answer {
  pointer-events: none;
}
.answer-wrap .dragging .answer .move-answer-wrap {
  top: 10px !important;
}
.question-wrap,
.answer-wrap {
  position: relative;
  margin-bottom: 50px;
}
.question-wrap .editMode,
.answer-wrap .editMode {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin: 5px;
}
.question-wrap .editMode .toolbar-nav,
.answer-wrap .editMode .toolbar-nav {
  box-shadow: none !important;
}
.question-wrap .editMode .answered-expert,
.answer-wrap .editMode .answered-expert {
  margin-top: 20px;
}
.question-wrap .editMode button.save,
.answer-wrap .editMode button.save {
  border: 1px #067cb0 solid;
  border-radius: 25px;
  padding: 10px 20px;
  color: #067cb0;
  margin-top: 15px;
  width: auto;
  background: #fff;
  float: right;
}
.question-wrap .editMode a.remove,
.answer-wrap .editMode a.remove {
  margin-top: 20px;
  display: inline-block;
}
.question-wrap .editMode a.cancel,
.answer-wrap .editMode a.cancel {
  display: block;
  float: right;
  padding: 25px;
  padding-bottom: 0;
  color: #747c83;
  text-decoration: none;
  cursor: pointer;
}
.question-wrap .editMode .qandaToolbar,
.answer-wrap .editMode .qandaToolbar {
  background: #eeeeee;
  text-align: left;
  border: 1px solid #e2e2e2 !important;
  padding-left: 0px;
}
.question-wrap .editMode .qandaToolbar .button-grp:first-child,
.answer-wrap .editMode .qandaToolbar .button-grp:first-child {
  padding-left: 5px;
}
.question-wrap .editMode .a-e,
.answer-wrap .editMode .a-e {
  border: 1px solid #ececec !important;
  border-radius: 4px 4px 0 0;
  border-bottom: 0px;
}
.question-wrap .editMode .close-editor,
.answer-wrap .editMode .close-editor {
  float: right;
  cursor: pointer;
}
.question-wrap .editMode .close-editor span,
.answer-wrap .editMode .close-editor span {
  color: #449644;
  font-size: 14px;
  font-weight: 500;
}
.question-wrap .editMode .close-editor span i,
.answer-wrap .editMode .close-editor span i {
  font-weight: 700;
  color: #449644;
}
.question-wrap .editMode .editor-component-wrap .sticky,
.answer-wrap .editMode .editor-component-wrap .sticky {
  position: fixed;
  width: 980px;
  z-index: 100;
  top: 93px;
}
.ReactModal__Content {
  width: 300px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.ReactModal__Content input {
  width: 100%;
}
.ReactModal__Content input[type='submit'] {
  border: #067cb0;
}
.ReactModal__Content form div {
  margin-bottom: 15px;
}
.css-b73eyd,
[data-css-b73eyd] {
  width: auto !important;
}
.toaster-success {
  padding: 20px !important;
  background: #b2d0b3 !important;
  border-radius: 5px !important;
  width: 100%;
  display: block !important;
}
.toaster-success p * {
  color: #106313 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 19px !important;
  margin-bottom: 15px !important;
}
.toaster-success .alert {
  opacity: 0.7;
}
.toaster-success button {
  color: #106313 !important;
  font-size: 18px !important;
  margin-left: 20px;
}
.toaster-success div:first-child {
  float: left;
}
.toaster-error {
  padding: 20px !important;
  background: #c1837c !important;
  color: #881a0e !important;
  border-radius: 5px !important;
  width: 100%;
  display: block !important;
}
.toaster-error p * {
  color: #881a0e !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 19px !important;
  margin-bottom: 15px !important;
}
.toaster-error .alert {
  opacity: 0.7;
}
.toaster-error button {
  color: #881a0e !important;
  font-size: 18px !important;
  margin-left: 20px;
}
.toaster-error div:first-child {
  float: left;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body#spotlight,
body#qanda,
body#organization {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
body#spotlight .sub-header,
body#qanda .sub-header,
body#organization .sub-header {
  font-size: 14px;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: bold;
  color: #252b33;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 40px;
}
body#spotlight .spotlight-modal-wrap,
body#qanda .spotlight-modal-wrap,
body#organization .spotlight-modal-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  z-index: 2;
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal,
body#qanda .spotlight-modal-wrap div.spotlight-modal,
body#organization .spotlight-modal-wrap div.spotlight-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  border: 1px solid #cccccc;
  background: #ffffff;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 400px;
}
@media (max-width: 900px) {
  body#spotlight .spotlight-modal-wrap div.spotlight-modal,
  body#qanda .spotlight-modal-wrap div.spotlight-modal,
  body#organization .spotlight-modal-wrap div.spotlight-modal {
    width: 335px;
  }
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal form.share-email-modal div,
body#qanda .spotlight-modal-wrap div.spotlight-modal form.share-email-modal div,
body#organization .spotlight-modal-wrap div.spotlight-modal form.share-email-modal div {
  margin: 5px 0px;
  margin-bottom: 15px;
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal form.share-email-modal label,
body#qanda .spotlight-modal-wrap div.spotlight-modal form.share-email-modal label,
body#organization .spotlight-modal-wrap div.spotlight-modal form.share-email-modal label {
  color: #555555;
  font-weight: 700;
  font-size: 14.4px;
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal form.share-email-modal label.error,
body#qanda .spotlight-modal-wrap div.spotlight-modal form.share-email-modal label.error,
body#organization .spotlight-modal-wrap div.spotlight-modal form.share-email-modal label.error {
  color: #e75753 !important;
  font-weight: 500 !important;
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal form.share-email-modal input,
body#qanda .spotlight-modal-wrap div.spotlight-modal form.share-email-modal input,
body#organization .spotlight-modal-wrap div.spotlight-modal form.share-email-modal input,
body#spotlight .spotlight-modal-wrap div.spotlight-modal form.share-email-modal textarea,
body#qanda .spotlight-modal-wrap div.spotlight-modal form.share-email-modal textarea,
body#organization .spotlight-modal-wrap div.spotlight-modal form.share-email-modal textarea {
  display: block;
  width: 100%;
  border: 1px solid #d4d9e2;
  border-radius: 3px;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  color: #596377;
  outline: 0;
  transition: border-color 0.2s ease;
  margin-left: 0px;
  font-weight: 400;
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal form.share-email-modal textarea,
body#qanda .spotlight-modal-wrap div.spotlight-modal form.share-email-modal textarea,
body#organization .spotlight-modal-wrap div.spotlight-modal form.share-email-modal textarea {
  padding: 0 15px;
  height: 150px;
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal form.share-email-modal button,
body#qanda .spotlight-modal-wrap div.spotlight-modal form.share-email-modal button,
body#organization .spotlight-modal-wrap div.spotlight-modal form.share-email-modal button {
  border: 1px #067cb0 solid;
  border-radius: 25px;
  padding: 10px;
  float: right;
  color: #067cb0;
  margin-top: 15px;
  width: 100%;
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal .share-confirm,
body#qanda .spotlight-modal-wrap div.spotlight-modal .share-confirm,
body#organization .spotlight-modal-wrap div.spotlight-modal .share-confirm,
body#spotlight .spotlight-modal-wrap div.spotlight-modal .share-error,
body#qanda .spotlight-modal-wrap div.spotlight-modal .share-error,
body#organization .spotlight-modal-wrap div.spotlight-modal .share-error {
  display: none;
}
body#spotlight .spotlight-modal-wrap div.spotlight-modal .share-error i,
body#qanda .spotlight-modal-wrap div.spotlight-modal .share-error i,
body#organization .spotlight-modal-wrap div.spotlight-modal .share-error i {
  color: #e25555;
}
body#spotlight header,
body#qanda header,
body#organization header {
  position: fixed;
  background: #fff;
  padding: 25px 0;
  z-index: 2;
}
body#spotlight header .organization-header,
body#qanda header .organization-header,
body#organization header .organization-header {
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 900px) {
  body#spotlight header .organization-header,
  body#qanda header .organization-header,
  body#organization header .organization-header {
    width: 100%;
  }
}
body#spotlight header .organization-header strong,
body#qanda header .organization-header strong,
body#organization header .organization-header strong {
  display: none;
}
body#spotlight header .organization-header img,
body#qanda header .organization-header img,
body#organization header .organization-header img {
  height: 35px;
}
body#spotlight header .organization-header ul,
body#qanda header .organization-header ul,
body#organization header .organization-header ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
body#spotlight header .organization-header ul .vertical-rule,
body#qanda header .organization-header ul .vertical-rule,
body#organization header .organization-header ul .vertical-rule {
  padding: 0 10px 0 15px;
}
body#spotlight header .organization-header ul .vertical-rule span,
body#qanda header .organization-header ul .vertical-rule span,
body#organization header .organization-header ul .vertical-rule span {
  border-right: 1px solid rgba(0, 0, 0, 0.16);
  height: 35px;
  display: block;
  margin-top: 5px;
}
body#spotlight header .organization-header ul li,
body#qanda header .organization-header ul li,
body#organization header .organization-header ul li {
  display: inline-block;
  float: left;
}
body#spotlight header .organization-header ul li i,
body#qanda header .organization-header ul li i,
body#organization header .organization-header ul li i {
  display: block;
  padding: 6px;
  color: #747c83;
  font-size: 24px;
}
@media (max-width: 992px) {
  body#spotlight header .organization-header,
  body#qanda header .organization-header,
  body#organization header .organization-header {
    display: block;
  }
  body#spotlight header .organization-header a,
  body#qanda header .organization-header a,
  body#organization header .organization-header a {
    position: static !important;
  }
  body#spotlight header .organization-header strong,
  body#qanda header .organization-header strong,
  body#organization header .organization-header strong {
    display: none !important;
  }
}
body#spotlight header .expertfile-header img,
body#qanda header .expertfile-header img,
body#organization header .expertfile-header img {
  height: 30px;
  opacity: 0.8;
  margin-top: 5px;
}
body#spotlight header .expertfile-header img:hover,
body#qanda header .expertfile-header img:hover,
body#organization header .expertfile-header img:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  body#spotlight header .expertfile-header,
  body#qanda header .expertfile-header,
  body#organization header .expertfile-header {
    display: none;
  }
}
body#spotlight header .search-header,
body#qanda header .search-header,
body#organization header .search-header {
  text-align: right;
}
@media (max-width: 992px) {
  body#spotlight header .search-header,
  body#qanda header .search-header,
  body#organization header .search-header {
    display: none;
  }
}
body#spotlight header .search-header a,
body#qanda header .search-header a,
body#organization header .search-header a {
  color: #067cb0;
  font-size: 16px;
  padding: 10px 18px;
  border-radius: 50px;
}
body#spotlight header.scrolling-header .expertfile-header img,
body#qanda header.scrolling-header .expertfile-header img,
body#organization header.scrolling-header .expertfile-header img {
  display: none;
}
@media (max-width: 900px) {
  body#spotlight header.scrolling-header .expertfile-header,
  body#qanda header.scrolling-header .expertfile-header,
  body#organization header.scrolling-header .expertfile-header {
    display: none;
  }
}
body#spotlight header.scrolling-header .organization-header a,
body#qanda header.scrolling-header .organization-header a,
body#organization header.scrolling-header .organization-header a {
  position: absolute;
  left: -23%;
  animation: slide 0.5s 1;
}
body#spotlight header.scrolling-header .organization-header strong,
body#qanda header.scrolling-header .organization-header strong,
body#organization header.scrolling-header .organization-header strong {
  display: block;
  padding-top: 6px;
  color: #575a5d;
  font-weight: 600;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
@-webkit-keyframes slide {
  from {
    left: 0%;
  }
  to {
    left: -23%;
  }
}
@keyframes slide {
  from {
    left: 0%;
  }
  to {
    left: -23%;
  }
}
body#spotlight footer.spotlights-related,
body#qanda footer.spotlights-related,
body#organization footer.spotlights-related,
body#spotlight footer.qanda-related,
body#qanda footer.qanda-related,
body#organization footer.qanda-related,
body#spotlight .qanda-most-recent,
body#qanda .qanda-most-recent,
body#organization .qanda-most-recent {
  background: #f9f9f9;
  border-top: 0px;
  padding: 50px 80px;
  margin-top: 40px;
}
@media (max-width: 900px) {
  body#spotlight footer.spotlights-related,
  body#qanda footer.spotlights-related,
  body#organization footer.spotlights-related,
  body#spotlight footer.qanda-related,
  body#qanda footer.qanda-related,
  body#organization footer.qanda-related,
  body#spotlight .qanda-most-recent,
  body#qanda .qanda-most-recent,
  body#organization .qanda-most-recent {
    padding: 0 20px;
    padding-bottom: 80px;
    padding-top: 20px;
  }
}
@media (max-width: 400px) {
  body#spotlight footer.spotlights-related .img-ellipsis,
  body#qanda footer.spotlights-related .img-ellipsis,
  body#organization footer.spotlights-related .img-ellipsis,
  body#spotlight footer.qanda-related .img-ellipsis,
  body#qanda footer.qanda-related .img-ellipsis,
  body#organization footer.qanda-related .img-ellipsis,
  body#spotlight .qanda-most-recent .img-ellipsis,
  body#qanda .qanda-most-recent .img-ellipsis,
  body#organization .qanda-most-recent .img-ellipsis {
    display: none !important;
  }
}
body#spotlight footer.spotlights-related .view-all,
body#qanda footer.spotlights-related .view-all,
body#organization footer.spotlights-related .view-all,
body#spotlight footer.qanda-related .view-all,
body#qanda footer.qanda-related .view-all,
body#organization footer.qanda-related .view-all,
body#spotlight .qanda-most-recent .view-all,
body#qanda .qanda-most-recent .view-all,
body#organization .qanda-most-recent .view-all {
  display: block;
  text-align: center;
  margin: 40px 0;
  font-weight: 700;
  font-size: 14px;
}
body#spotlight footer.spotlights-related .no-featured-image,
body#qanda footer.spotlights-related .no-featured-image,
body#organization footer.spotlights-related .no-featured-image,
body#spotlight footer.qanda-related .no-featured-image,
body#qanda footer.qanda-related .no-featured-image,
body#organization footer.qanda-related .no-featured-image,
body#spotlight .qanda-most-recent .no-featured-image,
body#qanda .qanda-most-recent .no-featured-image,
body#organization .qanda-most-recent .no-featured-image {
  background-color: #dfeaed;
  max-height: 125px;
  min-height: 125px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
body#spotlight footer.spotlights-related .no-featured-image i,
body#qanda footer.spotlights-related .no-featured-image i,
body#organization footer.spotlights-related .no-featured-image i,
body#spotlight footer.qanda-related .no-featured-image i,
body#qanda footer.qanda-related .no-featured-image i,
body#organization footer.qanda-related .no-featured-image i,
body#spotlight .qanda-most-recent .no-featured-image i,
body#qanda .qanda-most-recent .no-featured-image i,
body#organization .qanda-most-recent .no-featured-image i {
  margin-top: 40px;
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 54px;
}
body#spotlight footer.spotlights-related .col-md-4,
body#qanda footer.spotlights-related .col-md-4,
body#organization footer.spotlights-related .col-md-4,
body#spotlight footer.qanda-related .col-md-4,
body#qanda footer.qanda-related .col-md-4,
body#organization footer.qanda-related .col-md-4,
body#spotlight .qanda-most-recent .col-md-4,
body#qanda .qanda-most-recent .col-md-4,
body#organization .qanda-most-recent .col-md-4 {
  width: 33.333%;
}
@media (max-width: 900px) {
  body#spotlight footer.spotlights-related .col-md-4,
  body#qanda footer.spotlights-related .col-md-4,
  body#organization footer.spotlights-related .col-md-4,
  body#spotlight footer.qanda-related .col-md-4,
  body#qanda footer.qanda-related .col-md-4,
  body#organization footer.qanda-related .col-md-4,
  body#spotlight .qanda-most-recent .col-md-4,
  body#qanda .qanda-most-recent .col-md-4,
  body#organization .qanda-most-recent .col-md-4 {
    width: 100%;
  }
}
body#spotlight footer.spotlights-related .spotlight,
body#qanda footer.spotlights-related .spotlight,
body#organization footer.spotlights-related .spotlight,
body#spotlight footer.qanda-related .spotlight,
body#qanda footer.qanda-related .spotlight,
body#organization footer.qanda-related .spotlight,
body#spotlight .qanda-most-recent .spotlight,
body#qanda .qanda-most-recent .spotlight,
body#organization .qanda-most-recent .spotlight {
  border: 1px solid #ddd;
  margin-right: 15px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  display: block;
  border-radius: 0 0 4px 4px;
  text-decoration: none;
}
@media (max-width: 900px) {
  body#spotlight footer.spotlights-related .spotlight,
  body#qanda footer.spotlights-related .spotlight,
  body#organization footer.spotlights-related .spotlight,
  body#spotlight footer.qanda-related .spotlight,
  body#qanda footer.qanda-related .spotlight,
  body#organization footer.qanda-related .spotlight,
  body#spotlight .qanda-most-recent .spotlight,
  body#qanda .qanda-most-recent .spotlight,
  body#organization .qanda-most-recent .spotlight {
    margin-right: 0px;
  }
}
body#spotlight footer.spotlights-related .spotlight .col-md-12,
body#qanda footer.spotlights-related .spotlight .col-md-12,
body#organization footer.spotlights-related .spotlight .col-md-12,
body#spotlight footer.qanda-related .spotlight .col-md-12,
body#qanda footer.qanda-related .spotlight .col-md-12,
body#organization footer.qanda-related .spotlight .col-md-12,
body#spotlight .qanda-most-recent .spotlight .col-md-12,
body#qanda .qanda-most-recent .spotlight .col-md-12,
body#organization .qanda-most-recent .spotlight .col-md-12 {
  padding: 0px;
}
body#spotlight footer.spotlights-related .spotlight .img-sheen,
body#qanda footer.spotlights-related .spotlight .img-sheen,
body#organization footer.spotlights-related .spotlight .img-sheen,
body#spotlight footer.qanda-related .spotlight .img-sheen,
body#qanda footer.qanda-related .spotlight .img-sheen,
body#organization footer.qanda-related .spotlight .img-sheen,
body#spotlight .qanda-most-recent .spotlight .img-sheen,
body#qanda .qanda-most-recent .spotlight .img-sheen,
body#organization .qanda-most-recent .spotlight .img-sheen {
  max-height: 125px;
  min-height: 125px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
body#spotlight footer.spotlights-related .spotlight .img-sheen img,
body#qanda footer.spotlights-related .spotlight .img-sheen img,
body#organization footer.spotlights-related .spotlight .img-sheen img,
body#spotlight footer.qanda-related .spotlight .img-sheen img,
body#qanda footer.qanda-related .spotlight .img-sheen img,
body#organization footer.qanda-related .spotlight .img-sheen img,
body#spotlight .qanda-most-recent .spotlight .img-sheen img,
body#qanda .qanda-most-recent .spotlight .img-sheen img,
body#organization .qanda-most-recent .spotlight .img-sheen img {
  width: 100%;
  border-radius: 0;
}
body#spotlight footer.spotlights-related .spotlight .tagged-experts,
body#qanda footer.spotlights-related .spotlight .tagged-experts,
body#organization footer.spotlights-related .spotlight .tagged-experts,
body#spotlight footer.qanda-related .spotlight .tagged-experts,
body#qanda footer.qanda-related .spotlight .tagged-experts,
body#organization footer.qanda-related .spotlight .tagged-experts,
body#spotlight .qanda-most-recent .spotlight .tagged-experts,
body#qanda .qanda-most-recent .spotlight .tagged-experts,
body#organization .qanda-most-recent .spotlight .tagged-experts {
  position: absolute;
  bottom: 0;
  padding: 5px;
  min-height: 40px;
  width: 100%;
}
body#spotlight footer.spotlights-related .spotlight .tagged-experts img,
body#qanda footer.spotlights-related .spotlight .tagged-experts img,
body#organization footer.spotlights-related .spotlight .tagged-experts img,
body#spotlight footer.qanda-related .spotlight .tagged-experts img,
body#qanda footer.qanda-related .spotlight .tagged-experts img,
body#organization footer.qanda-related .spotlight .tagged-experts img,
body#spotlight .qanda-most-recent .spotlight .tagged-experts img,
body#qanda .qanda-most-recent .spotlight .tagged-experts img,
body#organization .qanda-most-recent .spotlight .tagged-experts img {
  width: 45px;
  height: 45px;
  border-radius: 1000px;
  float: right;
  margin-right: 10px;
  padding: 2px;
  background: #fff;
}
body#spotlight footer.spotlights-related .spotlight .tagged-experts .default-avatar,
body#qanda footer.spotlights-related .spotlight .tagged-experts .default-avatar,
body#organization footer.spotlights-related .spotlight .tagged-experts .default-avatar,
body#spotlight footer.qanda-related .spotlight .tagged-experts .default-avatar,
body#qanda footer.qanda-related .spotlight .tagged-experts .default-avatar,
body#organization footer.qanda-related .spotlight .tagged-experts .default-avatar,
body#spotlight .qanda-most-recent .spotlight .tagged-experts .default-avatar,
body#qanda .qanda-most-recent .spotlight .tagged-experts .default-avatar,
body#organization .qanda-most-recent .spotlight .tagged-experts .default-avatar {
  background-color: #dfeaed;
  height: 45px;
  width: 45px;
  border-radius: 1000px;
  margin-right: 10px;
  display: block;
  float: right;
}
body#spotlight footer.spotlights-related .spotlight .tagged-experts .default-avatar i,
body#qanda footer.spotlights-related .spotlight .tagged-experts .default-avatar i,
body#organization footer.spotlights-related .spotlight .tagged-experts .default-avatar i,
body#spotlight footer.qanda-related .spotlight .tagged-experts .default-avatar i,
body#qanda footer.qanda-related .spotlight .tagged-experts .default-avatar i,
body#organization footer.qanda-related .spotlight .tagged-experts .default-avatar i,
body#spotlight .qanda-most-recent .spotlight .tagged-experts .default-avatar i,
body#qanda .qanda-most-recent .spotlight .tagged-experts .default-avatar i,
body#organization .qanda-most-recent .spotlight .tagged-experts .default-avatar i {
  position: static;
  color: #fff;
  margin: 0 auto;
  font-size: 21px;
  display: block;
  padding: 11px 0 0;
  text-align: center;
}
body#spotlight footer.spotlights-related .spotlight .spotlight-meta,
body#qanda footer.spotlights-related .spotlight .spotlight-meta,
body#organization footer.spotlights-related .spotlight .spotlight-meta,
body#spotlight footer.qanda-related .spotlight .spotlight-meta,
body#qanda footer.qanda-related .spotlight .spotlight-meta,
body#organization footer.qanda-related .spotlight .spotlight-meta,
body#spotlight .qanda-most-recent .spotlight .spotlight-meta,
body#qanda .qanda-most-recent .spotlight .spotlight-meta,
body#organization .qanda-most-recent .spotlight .spotlight-meta {
  padding: 20px 0;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
body#spotlight footer.spotlights-related .spotlight .spotlight-meta p,
body#qanda footer.spotlights-related .spotlight .spotlight-meta p,
body#organization footer.spotlights-related .spotlight .spotlight-meta p,
body#spotlight footer.qanda-related .spotlight .spotlight-meta p,
body#qanda footer.qanda-related .spotlight .spotlight-meta p,
body#organization footer.qanda-related .spotlight .spotlight-meta p,
body#spotlight .qanda-most-recent .spotlight .spotlight-meta p,
body#qanda .qanda-most-recent .spotlight .spotlight-meta p,
body#organization .qanda-most-recent .spotlight .spotlight-meta p {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  display: block;
  max-width: 100%;
  padding: 0 10px;
  min-height: 20px;
  color: #333;
  opacity: 0.9;
}
body#spotlight footer.spotlights-related .spotlight em,
body#qanda footer.spotlights-related .spotlight em,
body#organization footer.spotlights-related .spotlight em,
body#spotlight footer.qanda-related .spotlight em,
body#qanda footer.qanda-related .spotlight em,
body#organization footer.qanda-related .spotlight em,
body#spotlight .qanda-most-recent .spotlight em,
body#qanda .qanda-most-recent .spotlight em,
body#organization .qanda-most-recent .spotlight em {
  text-align: right;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  opacity: 0.5;
  font-style: normal;
}
body#spotlight footer.spotlights-related .question_and_answer,
body#qanda footer.spotlights-related .question_and_answer,
body#organization footer.spotlights-related .question_and_answer,
body#spotlight footer.qanda-related .question_and_answer,
body#qanda footer.qanda-related .question_and_answer,
body#organization footer.qanda-related .question_and_answer,
body#spotlight .qanda-most-recent .question_and_answer,
body#qanda .qanda-most-recent .question_and_answer,
body#organization .qanda-most-recent .question_and_answer {
  background: #fff;
  display: block;
  padding: 30px;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body#spotlight footer.spotlights-related .question_and_answer span.light,
body#qanda footer.spotlights-related .question_and_answer span.light,
body#organization footer.spotlights-related .question_and_answer span.light,
body#spotlight footer.qanda-related .question_and_answer span.light,
body#qanda footer.qanda-related .question_and_answer span.light,
body#organization footer.qanda-related .question_and_answer span.light,
body#spotlight .qanda-most-recent .question_and_answer span.light,
body#qanda .qanda-most-recent .question_and_answer span.light,
body#organization .qanda-most-recent .question_and_answer span.light {
  margin-top: 5px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
body#spotlight footer.spotlights-related .question_and_answer h1,
body#qanda footer.spotlights-related .question_and_answer h1,
body#organization footer.spotlights-related .question_and_answer h1,
body#spotlight footer.qanda-related .question_and_answer h1,
body#qanda footer.qanda-related .question_and_answer h1,
body#organization footer.qanda-related .question_and_answer h1,
body#spotlight .qanda-most-recent .question_and_answer h1,
body#qanda .qanda-most-recent .question_and_answer h1,
body#organization .qanda-most-recent .question_and_answer h1 {
  word-wrap: break-word;
  margin: 0 15px 0 0;
  width: 100%;
  font-weight: 700;
  line-height: initial;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.9);
  white-space: pre-line;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers,
body#qanda footer.spotlights-related .question_and_answer .related-answerers,
body#organization footer.spotlights-related .question_and_answer .related-answerers,
body#spotlight footer.qanda-related .question_and_answer .related-answerers,
body#qanda footer.qanda-related .question_and_answer .related-answerers,
body#organization footer.qanda-related .question_and_answer .related-answerers,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers,
body#qanda .qanda-most-recent .question_and_answer .related-answerers,
body#organization .qanda-most-recent .question_and_answer .related-answerers {
  position: relative;
  height: 50px;
  margin: 20px 0;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers .default-avatar i,
body#qanda footer.spotlights-related .question_and_answer .related-answerers .default-avatar i,
body#organization footer.spotlights-related .question_and_answer .related-answerers .default-avatar i,
body#spotlight footer.qanda-related .question_and_answer .related-answerers .default-avatar i,
body#qanda footer.qanda-related .question_and_answer .related-answerers .default-avatar i,
body#organization footer.qanda-related .question_and_answer .related-answerers .default-avatar i,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers .default-avatar i,
body#qanda .qanda-most-recent .question_and_answer .related-answerers .default-avatar i,
body#organization .qanda-most-recent .question_and_answer .related-answerers .default-avatar i {
  font-size: 24px;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers img,
body#qanda footer.spotlights-related .question_and_answer .related-answerers img,
body#organization footer.spotlights-related .question_and_answer .related-answerers img,
body#spotlight footer.qanda-related .question_and_answer .related-answerers img,
body#qanda footer.qanda-related .question_and_answer .related-answerers img,
body#organization footer.qanda-related .question_and_answer .related-answerers img,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers img,
body#qanda .qanda-most-recent .question_and_answer .related-answerers img,
body#organization .qanda-most-recent .question_and_answer .related-answerers img {
  width: 50px;
  height: 50px;
  border-radius: 1000px;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers img.corporation,
body#qanda footer.spotlights-related .question_and_answer .related-answerers img.corporation,
body#organization footer.spotlights-related .question_and_answer .related-answerers img.corporation,
body#spotlight footer.qanda-related .question_and_answer .related-answerers img.corporation,
body#qanda footer.qanda-related .question_and_answer .related-answerers img.corporation,
body#organization footer.qanda-related .question_and_answer .related-answerers img.corporation,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers img.corporation,
body#qanda .qanda-most-recent .question_and_answer .related-answerers img.corporation,
body#organization .qanda-most-recent .question_and_answer .related-answerers img.corporation {
  height: auto;
  border-radius: 0px;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers .img-0,
body#qanda footer.spotlights-related .question_and_answer .related-answerers .img-0,
body#organization footer.spotlights-related .question_and_answer .related-answerers .img-0,
body#spotlight footer.qanda-related .question_and_answer .related-answerers .img-0,
body#qanda footer.qanda-related .question_and_answer .related-answerers .img-0,
body#organization footer.qanda-related .question_and_answer .related-answerers .img-0,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers .img-0,
body#qanda .qanda-most-recent .question_and_answer .related-answerers .img-0,
body#organization .qanda-most-recent .question_and_answer .related-answerers .img-0 {
  z-index: 5;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers .img-1,
body#qanda footer.spotlights-related .question_and_answer .related-answerers .img-1,
body#organization footer.spotlights-related .question_and_answer .related-answerers .img-1,
body#spotlight footer.qanda-related .question_and_answer .related-answerers .img-1,
body#qanda footer.qanda-related .question_and_answer .related-answerers .img-1,
body#organization footer.qanda-related .question_and_answer .related-answerers .img-1,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers .img-1,
body#qanda .qanda-most-recent .question_and_answer .related-answerers .img-1,
body#organization .qanda-most-recent .question_and_answer .related-answerers .img-1 {
  z-index: 4;
  left: 35px;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers .img-2,
body#qanda footer.spotlights-related .question_and_answer .related-answerers .img-2,
body#organization footer.spotlights-related .question_and_answer .related-answerers .img-2,
body#spotlight footer.qanda-related .question_and_answer .related-answerers .img-2,
body#qanda footer.qanda-related .question_and_answer .related-answerers .img-2,
body#organization footer.qanda-related .question_and_answer .related-answerers .img-2,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers .img-2,
body#qanda .qanda-most-recent .question_and_answer .related-answerers .img-2,
body#organization .qanda-most-recent .question_and_answer .related-answerers .img-2 {
  z-index: 3;
  left: 70px;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers .img-3,
body#qanda footer.spotlights-related .question_and_answer .related-answerers .img-3,
body#organization footer.spotlights-related .question_and_answer .related-answerers .img-3,
body#spotlight footer.qanda-related .question_and_answer .related-answerers .img-3,
body#qanda footer.qanda-related .question_and_answer .related-answerers .img-3,
body#organization footer.qanda-related .question_and_answer .related-answerers .img-3,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers .img-3,
body#qanda .qanda-most-recent .question_and_answer .related-answerers .img-3,
body#organization .qanda-most-recent .question_and_answer .related-answerers .img-3 {
  z-index: 2;
  left: 105px;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers .img-4,
body#qanda footer.spotlights-related .question_and_answer .related-answerers .img-4,
body#organization footer.spotlights-related .question_and_answer .related-answerers .img-4,
body#spotlight footer.qanda-related .question_and_answer .related-answerers .img-4,
body#qanda footer.qanda-related .question_and_answer .related-answerers .img-4,
body#organization footer.qanda-related .question_and_answer .related-answerers .img-4,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers .img-4,
body#qanda .qanda-most-recent .question_and_answer .related-answerers .img-4,
body#organization .qanda-most-recent .question_and_answer .related-answerers .img-4 {
  z-index: 1;
  left: 140px;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers .img-ellipsis,
body#qanda footer.spotlights-related .question_and_answer .related-answerers .img-ellipsis,
body#organization footer.spotlights-related .question_and_answer .related-answerers .img-ellipsis,
body#spotlight footer.qanda-related .question_and_answer .related-answerers .img-ellipsis,
body#qanda footer.qanda-related .question_and_answer .related-answerers .img-ellipsis,
body#organization footer.qanda-related .question_and_answer .related-answerers .img-ellipsis,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers .img-ellipsis,
body#qanda .qanda-most-recent .question_and_answer .related-answerers .img-ellipsis,
body#organization .qanda-most-recent .question_and_answer .related-answerers .img-ellipsis {
  z-index: 0;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 13px;
}
body#spotlight footer.spotlights-related .question_and_answer .related-answerers .img-ellipsis i,
body#qanda footer.spotlights-related .question_and_answer .related-answerers .img-ellipsis i,
body#organization footer.spotlights-related .question_and_answer .related-answerers .img-ellipsis i,
body#spotlight footer.qanda-related .question_and_answer .related-answerers .img-ellipsis i,
body#qanda footer.qanda-related .question_and_answer .related-answerers .img-ellipsis i,
body#organization footer.qanda-related .question_and_answer .related-answerers .img-ellipsis i,
body#spotlight .qanda-most-recent .question_and_answer .related-answerers .img-ellipsis i,
body#qanda .qanda-most-recent .question_and_answer .related-answerers .img-ellipsis i,
body#organization .qanda-most-recent .question_and_answer .related-answerers .img-ellipsis i {
  color: #9f9f9f;
}
.qanda-related {
  padding: 0px;
  margin: 0px;
  background: #fff;
}
.qanda-most-recent h3 {
  margin: 0 15px 0 0;
  width: 100%;
  font-weight: 700;
  line-height: initial;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.9);
}
.questions-list {
  margin-top: 40px;
}
.questions-list .answer-expand-wrapper {
  padding: 25px 0 0 0;
}
#editor-container,
#spotlight-container,
#qanda-container {
  margin: 0 auto;
  padding: 90px 15px 0;
}
#editor-container #spotlight-intro,
#spotlight-container #spotlight-intro,
#qanda-container #spotlight-intro {
  margin-top: 40px;
}
@media (max-width: 992px) {
  #editor-container #spotlight-intro,
  #spotlight-container #spotlight-intro,
  #qanda-container #spotlight-intro {
    padding: 0px 20px;
  }
}
@media (max-width: 900px) {
  #editor-container #spotlight-intro,
  #spotlight-container #spotlight-intro,
  #qanda-container #spotlight-intro {
    margin-top: 10px;
  }
}
#editor-container iframe,
#spotlight-container iframe,
#qanda-container iframe {
  margin: 0px auto;
  display: block;
}
#editor-container iframe[data-asset='video'],
#spotlight-container iframe[data-asset='video'],
#qanda-container iframe[data-asset='video'] {
  width: 600px;
  height: 400px;
}
#editor-container iframe[data-asset='instagram'],
#spotlight-container iframe[data-asset='instagram'],
#qanda-container iframe[data-asset='instagram'],
#editor-container iframe[data-asset='tweet'],
#spotlight-container iframe[data-asset='tweet'],
#qanda-container iframe[data-asset='tweet'] {
  width: 400px;
}
#editor-container .spotlight-post p strong,
#spotlight-container .spotlight-post p strong,
#qanda-container .spotlight-post p strong,
#editor-container .answers p strong,
#spotlight-container .answers p strong,
#qanda-container .answers p strong,
#editor-container .questions p strong,
#spotlight-container .questions p strong,
#qanda-container .questions p strong,
#editor-container .quill-wrapper p strong,
#spotlight-container .quill-wrapper p strong,
#qanda-container .quill-wrapper p strong {
  margin: 0px;
}
#editor-container .spotlight-post .ql-divider,
#spotlight-container .spotlight-post .ql-divider,
#qanda-container .spotlight-post .ql-divider,
#editor-container .answers .ql-divider,
#spotlight-container .answers .ql-divider,
#qanda-container .answers .ql-divider,
#editor-container .questions .ql-divider,
#spotlight-container .questions .ql-divider,
#qanda-container .questions .ql-divider,
#editor-container .quill-wrapper .ql-divider,
#spotlight-container .quill-wrapper .ql-divider,
#qanda-container .quill-wrapper .ql-divider {
  display: block;
  border: 0;
  text-align: center;
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 32px;
}
#editor-container .spotlight-post .ql-divider:before,
#spotlight-container .spotlight-post .ql-divider:before,
#qanda-container .spotlight-post .ql-divider:before,
#editor-container .answers .ql-divider:before,
#spotlight-container .answers .ql-divider:before,
#qanda-container .answers .ql-divider:before,
#editor-container .questions .ql-divider:before,
#spotlight-container .questions .ql-divider:before,
#qanda-container .questions .ql-divider:before,
#editor-container .quill-wrapper .ql-divider:before,
#spotlight-container .quill-wrapper .ql-divider:before,
#qanda-container .quill-wrapper .ql-divider:before {
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;
  letter-spacing: 0.6em;
  content: '...';
  display: inline-block;
  margin-left: 0.6em;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.55);
  position: relative;
  top: -42px;
  pointer-events: none;
}
#editor-container .spotlight-post ul,
#spotlight-container .spotlight-post ul,
#qanda-container .spotlight-post ul,
#editor-container .answers ul,
#spotlight-container .answers ul,
#qanda-container .answers ul,
#editor-container .questions ul,
#spotlight-container .questions ul,
#qanda-container .questions ul,
#editor-container .quill-wrapper ul,
#spotlight-container .quill-wrapper ul,
#qanda-container .quill-wrapper ul,
#editor-container .spotlight-post ol,
#spotlight-container .spotlight-post ol,
#qanda-container .spotlight-post ol,
#editor-container .answers ol,
#spotlight-container .answers ol,
#qanda-container .answers ol,
#editor-container .questions ol,
#spotlight-container .questions ol,
#qanda-container .questions ol,
#editor-container .quill-wrapper ol,
#spotlight-container .quill-wrapper ol,
#qanda-container .quill-wrapper ol {
  margin: 0;
  padding-left: 40px;
}
#editor-container .spotlight-post ul li,
#spotlight-container .spotlight-post ul li,
#qanda-container .spotlight-post ul li,
#editor-container .answers ul li,
#spotlight-container .answers ul li,
#qanda-container .answers ul li,
#editor-container .questions ul li,
#spotlight-container .questions ul li,
#qanda-container .questions ul li,
#editor-container .quill-wrapper ul li,
#spotlight-container .quill-wrapper ul li,
#qanda-container .quill-wrapper ul li,
#editor-container .spotlight-post ol li,
#spotlight-container .spotlight-post ol li,
#qanda-container .spotlight-post ol li,
#editor-container .answers ol li,
#spotlight-container .answers ol li,
#qanda-container .answers ol li,
#editor-container .questions ol li,
#spotlight-container .questions ol li,
#qanda-container .questions ol li,
#editor-container .quill-wrapper ol li,
#spotlight-container .quill-wrapper ol li,
#qanda-container .quill-wrapper ol li {
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0px;
  color: rgba(0, 0, 0, 0.85) !important;
  letter-spacing: unset !important;
  list-style-type: disc !important;
}
#editor-container .spotlight-post ul li::before,
#spotlight-container .spotlight-post ul li::before,
#qanda-container .spotlight-post ul li::before,
#editor-container .answers ul li::before,
#spotlight-container .answers ul li::before,
#qanda-container .answers ul li::before,
#editor-container .questions ul li::before,
#spotlight-container .questions ul li::before,
#qanda-container .questions ul li::before,
#editor-container .quill-wrapper ul li::before,
#spotlight-container .quill-wrapper ul li::before,
#qanda-container .quill-wrapper ul li::before,
#editor-container .spotlight-post ol li::before,
#spotlight-container .spotlight-post ol li::before,
#qanda-container .spotlight-post ol li::before,
#editor-container .answers ol li::before,
#spotlight-container .answers ol li::before,
#qanda-container .answers ol li::before,
#editor-container .questions ol li::before,
#spotlight-container .questions ol li::before,
#qanda-container .questions ol li::before,
#editor-container .quill-wrapper ol li::before,
#spotlight-container .quill-wrapper ol li::before,
#qanda-container .quill-wrapper ol li::before {
  display: none;
  padding: 0px;
}
#editor-container .spotlight-post ol li,
#spotlight-container .spotlight-post ol li,
#qanda-container .spotlight-post ol li,
#editor-container .answers ol li,
#spotlight-container .answers ol li,
#qanda-container .answers ol li,
#editor-container .questions ol li,
#spotlight-container .questions ol li,
#qanda-container .questions ol li,
#editor-container .quill-wrapper ol li,
#spotlight-container .quill-wrapper ol li,
#qanda-container .quill-wrapper ol li {
  list-style-type: decimal !important;
}
#editor-container .spotlight-post ol li,
#spotlight-container .spotlight-post ol li,
#qanda-container .spotlight-post ol li,
#editor-container .answers ol li,
#spotlight-container .answers ol li,
#qanda-container .answers ol li,
#editor-container .questions ol li,
#spotlight-container .questions ol li,
#qanda-container .questions ol li,
#editor-container .quill-wrapper ol li,
#spotlight-container .quill-wrapper ol li,
#qanda-container .quill-wrapper ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
#editor-container .spotlight-post ol li::before,
#spotlight-container .spotlight-post ol li::before,
#qanda-container .spotlight-post ol li::before,
#editor-container .answers ol li::before,
#spotlight-container .answers ol li::before,
#qanda-container .answers ol li::before,
#editor-container .questions ol li::before,
#spotlight-container .questions ol li::before,
#qanda-container .questions ol li::before,
#editor-container .quill-wrapper ol li::before,
#spotlight-container .quill-wrapper ol li::before,
#qanda-container .quill-wrapper ol li::before {
  content: counter(list-0, decimal) '. ';
}
#editor-container .spotlight-post .ql-align-center,
#spotlight-container .spotlight-post .ql-align-center,
#qanda-container .spotlight-post .ql-align-center,
#editor-container .answers .ql-align-center,
#spotlight-container .answers .ql-align-center,
#qanda-container .answers .ql-align-center,
#editor-container .questions .ql-align-center,
#spotlight-container .questions .ql-align-center,
#qanda-container .questions .ql-align-center,
#editor-container .quill-wrapper .ql-align-center,
#spotlight-container .quill-wrapper .ql-align-center,
#qanda-container .quill-wrapper .ql-align-center {
  text-align: center;
}
#editor-container .spotlight-post .ql-align-right,
#spotlight-container .spotlight-post .ql-align-right,
#qanda-container .spotlight-post .ql-align-right,
#editor-container .answers .ql-align-right,
#spotlight-container .answers .ql-align-right,
#qanda-container .answers .ql-align-right,
#editor-container .questions .ql-align-right,
#spotlight-container .questions .ql-align-right,
#qanda-container .questions .ql-align-right,
#editor-container .quill-wrapper .ql-align-right,
#spotlight-container .quill-wrapper .ql-align-right,
#qanda-container .quill-wrapper .ql-align-right {
  text-align: right;
}
#editor-container .spotlight-post a,
#spotlight-container .spotlight-post a,
#qanda-container .spotlight-post a,
#editor-container .answers a,
#spotlight-container .answers a,
#qanda-container .answers a,
#editor-container .questions a,
#spotlight-container .questions a,
#qanda-container .questions a,
#editor-container .quill-wrapper a,
#spotlight-container .quill-wrapper a,
#qanda-container .quill-wrapper a {
  text-decoration: underline;
}
#editor-container .spotlight-post blockquote,
#spotlight-container .spotlight-post blockquote,
#qanda-container .spotlight-post blockquote,
#editor-container .answers blockquote,
#spotlight-container .answers blockquote,
#qanda-container .answers blockquote,
#editor-container .questions blockquote,
#spotlight-container .questions blockquote,
#qanda-container .questions blockquote,
#editor-container .quill-wrapper blockquote,
#spotlight-container .quill-wrapper blockquote,
#qanda-container .quill-wrapper blockquote {
  padding: 0px;
  margin: 0px;
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 22px;
  padding-left: 16px;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 500;
  color: #000;
}
#editor-container .spotlight-post h1,
#spotlight-container .spotlight-post h1,
#qanda-container .spotlight-post h1,
#editor-container .answers h1,
#spotlight-container .answers h1,
#qanda-container .answers h1,
#editor-container .questions h1,
#spotlight-container .questions h1,
#qanda-container .questions h1,
#editor-container .quill-wrapper h1,
#spotlight-container .quill-wrapper h1,
#qanda-container .quill-wrapper h1 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  white-space: pre-line;
}
#editor-container .spotlight-post h6,
#spotlight-container .spotlight-post h6,
#qanda-container .spotlight-post h6,
#editor-container .answers h6,
#spotlight-container .answers h6,
#qanda-container .answers h6,
#editor-container .questions h6,
#spotlight-container .questions h6,
#qanda-container .questions h6,
#editor-container .quill-wrapper h6,
#spotlight-container .quill-wrapper h6,
#qanda-container .quill-wrapper h6 {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}
#editor-container h1,
#spotlight-container h1,
#qanda-container h1 {
  word-wrap: break-word;
  font-size: 34px;
  color: #000;
  font-weight: 600;
  margin: 0 15px 0 0;
  width: auto;
  white-space: pre-line;
}
#editor-container h2,
#spotlight-container h2,
#qanda-container h2 {
  font-size: 24px;
  font-weight: 600;
  color: #575a5d;
  margin: 0px;
}
#editor-container h6,
#spotlight-container h6,
#qanda-container h6 {
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.85);
}
#editor-container p,
#spotlight-container p,
#qanda-container p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.85);
}
#editor-container .spotlight-date,
#spotlight-container .spotlight-date,
#qanda-container .spotlight-date,
#editor-container .draft-notify,
#spotlight-container .draft-notify,
#qanda-container .draft-notify {
  margin: 0px;
}
#editor-container .spotlight-date,
#spotlight-container .spotlight-date,
#qanda-container .spotlight-date,
#editor-container .spotlight-read-time,
#spotlight-container .spotlight-read-time,
#qanda-container .spotlight-read-time,
#editor-container .draft-notify,
#spotlight-container .draft-notify,
#qanda-container .draft-notify {
  margin-top: 5px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
#editor-container .spotlight-date:after,
#spotlight-container .spotlight-date:after,
#qanda-container .spotlight-date:after {
  content: '\B7';
  padding: 0px 5px;
}
#editor-container .tagged-experts strong,
#spotlight-container .tagged-experts strong,
#qanda-container .tagged-experts strong {
  margin-bottom: 10px;
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-left: 0px;
}
#editor-container .tagged-experts ul,
#spotlight-container .tagged-experts ul,
#qanda-container .tagged-experts ul {
  padding: 0px;
  margin: 0 0 25px 0px;
  list-style: none;
}
#editor-container .tagged-experts ul li,
#spotlight-container .tagged-experts ul li,
#qanda-container .tagged-experts ul li {
  display: block;
}
@media (max-width: 900px) {
  #editor-container .tagged-experts ul li,
  #spotlight-container .tagged-experts ul li,
  #qanda-container .tagged-experts ul li {
    margin: 30px 0;
  }
}
#editor-container .tagged-experts img,
#spotlight-container .tagged-experts img,
#qanda-container .tagged-experts img {
  background: #d8d8d8;
  border-radius: 50%;
  border: 2px solid #ffffff;
  overflow: hidden;
  width: 60px;
}
#editor-container .tagged-experts.small .default-avatar,
#spotlight-container .tagged-experts.small .default-avatar,
#qanda-container .tagged-experts.small .default-avatar {
  width: 60px;
  height: 60px;
}
#editor-container .tagged-experts.small .default-avatar i,
#spotlight-container .tagged-experts.small .default-avatar i,
#qanda-container .tagged-experts.small .default-avatar i {
  padding-top: 15px;
}
#editor-container .tagged-experts.small ul li,
#spotlight-container .tagged-experts.small ul li,
#qanda-container .tagged-experts.small ul li {
  display: inline-block;
}
@media (max-width: 900px) {
  #editor-container .tagged-experts.small ul li,
  #spotlight-container .tagged-experts.small ul li,
  #qanda-container .tagged-experts.small ul li {
    margin: 0px;
  }
}
#editor-container .tagged-experts.large,
#spotlight-container .tagged-experts.large,
#qanda-container .tagged-experts.large {
  margin-top: 20px;
}
#editor-container .tagged-experts.large .default-avatar,
#spotlight-container .tagged-experts.large .default-avatar,
#qanda-container .tagged-experts.large .default-avatar {
  width: 75px;
  height: 75px;
}
#editor-container .tagged-experts.large .default-avatar i,
#spotlight-container .tagged-experts.large .default-avatar i,
#qanda-container .tagged-experts.large .default-avatar i {
  padding-top: 20px;
}
#editor-container .tagged-experts.large img,
#spotlight-container .tagged-experts.large img,
#qanda-container .tagged-experts.large img {
  display: inline-block;
  float: left;
  width: 75px;
}
#editor-container .tagged-experts.large .col-md-2,
#spotlight-container .tagged-experts.large .col-md-2,
#qanda-container .tagged-experts.large .col-md-2 {
  width: 13%;
  text-align: center;
}
@media (max-width: 900px) {
  #editor-container .tagged-experts.large .col-md-2,
  #spotlight-container .tagged-experts.large .col-md-2,
  #qanda-container .tagged-experts.large .col-md-2 {
    width: 100%;
  }
  #editor-container .tagged-experts.large .col-md-2 img,
  #spotlight-container .tagged-experts.large .col-md-2 img,
  #qanda-container .tagged-experts.large .col-md-2 img {
    float: none;
    margin-bottom: 10px;
    width: 140px;
    height: 140px;
  }
}
#editor-container .tagged-experts.large .col-md-12,
#spotlight-container .tagged-experts.large .col-md-12,
#qanda-container .tagged-experts.large .col-md-12 {
  margin: 10px 0;
}
#editor-container .tagged-experts.large .col-md-12 strong,
#spotlight-container .tagged-experts.large .col-md-12 strong,
#qanda-container .tagged-experts.large .col-md-12 strong {
  margin-bottom: 0px;
  color: #333;
  margin: 0px;
}
#editor-container .tagged-experts.large .col-md-12 p,
#spotlight-container .tagged-experts.large .col-md-12 p,
#qanda-container .tagged-experts.large .col-md-12 p,
#editor-container .tagged-experts.large .col-md-12 span,
#spotlight-container .tagged-experts.large .col-md-12 span,
#qanda-container .tagged-experts.large .col-md-12 span {
  font-size: 15px;
  line-height: 1.6;
}
#editor-container .tagged-experts.large .col-md-12 .col-md-4,
#spotlight-container .tagged-experts.large .col-md-12 .col-md-4,
#qanda-container .tagged-experts.large .col-md-12 .col-md-4 {
  text-align: right;
}
@media (max-width: 900px) {
  #editor-container .tagged-experts.large .col-md-12 .col-md-4,
  #spotlight-container .tagged-experts.large .col-md-12 .col-md-4,
  #qanda-container .tagged-experts.large .col-md-12 .col-md-4 {
    text-align: center;
  }
}
#editor-container .tagged-experts.large .col-md-12 a,
#spotlight-container .tagged-experts.large .col-md-12 a,
#qanda-container .tagged-experts.large .col-md-12 a {
  display: inline-block;
  margin: 10px 0 0 0;
  position: relative;
  text-align: center;
  transition-timing-function: ease-out;
  border-radius: 4px;
  width: 60%;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 800;
  border-width: 2px;
  border-style: solid;
  padding-right: 8px;
  padding-left: 8px;
  box-shadow: none;
  background: #067cb0;
  border-color: transparent;
  color: #ffffff;
}
@media (max-width: 900px) {
  #editor-container .tagged-experts.large .col-md-12,
  #spotlight-container .tagged-experts.large .col-md-12,
  #qanda-container .tagged-experts.large .col-md-12 {
    text-align: center;
  }
}
@media (max-width: 992px) {
  #editor-container .spotlight-post,
  #spotlight-container .spotlight-post,
  #qanda-container .spotlight-post {
    padding: 0 20px;
  }
}
#editor-container .spotlight-post ul li,
#spotlight-container .spotlight-post ul li,
#qanda-container .spotlight-post ul li,
#editor-container .spotlight-post ol li,
#spotlight-container .spotlight-post ol li,
#qanda-container .spotlight-post ol li {
  font-weight: 300 !important;
  font-size: 21px !important;
  line-height: 35px !important;
  margin: 0px !important;
  color: rgba(0, 0, 0, 0.85) !important;
}
.org-questions .page-wrap {
  margin: 20px 35px;
}
.org-questions h1.heading {
  text-align: center;
  margin: 25px 0 40px 0 !important;
}
.org-questions h2 {
  margin-bottom: 30px;
  margin-top: 0px;
}
.org-questions h2 i {
  font-size: 18px;
  position: relative;
  top: -2px;
}
.org-questions h3 {
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin: 30px 0;
  text-transform: uppercase;
}
.org-questions .qanda-most-recent {
  margin-bottom: 40px !important;
  padding: 0px !important;
  background: #fff !important;
}
.org-questions .questions {
  margin-bottom: 60px;
}
.org-questions .org-question-wrap .answer-wrap {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  transition: height 0.3s;
}
.org-questions .org-question-wrap .answer-wrap .expert-answerer-img {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.org-questions .org-question-wrap .answer-wrap.collapsed {
  height: 0px;
  overflow: hidden;
  margin: 0px !important;
}
.org-questions .org-question-wrap h3 {
  cursor: pointer;
  margin: 0px;
}
#qanda-container {
  max-width: 1020px;
}
#spotlight-container {
  max-width: 820px;
}
#spotlight-container #spotlight-content {
  padding: 0px;
}
#spotlight-container h1 {
  white-space: initial;
}
.ReactModal__Overlay {
  z-index: 1000;
}
.created-by {
  margin-top: 40px;
}
@media (max-width: 900px) {
  .created-by {
    margin-top: 10px;
  }
}
.created-by .powered-by {
  text-align: right;
  float: right;
  margin: 0;
  height: auto;
}
.created-by .powered-by em {
  display: inline-block;
  float: left;
  margin: 8px 0px 0 0;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.45);
}
.created-by .powered-by img {
  width: 120px;
  height: auto;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
}
@media (max-width: 900px) {
  .created-by .powered-by {
    width: 100%;
    text-align: center;
  }
  .created-by .powered-by em {
    float: none;
  }
}
.created-by .created-by-corp {
  margin-top: 12px;
}
@media (max-width: 900px) {
  .created-by .created-by-corp {
    display: none;
  }
}
.created-by .created-by-corp strong {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.45);
  margin: 0 5px 0 0;
}
.spotlight-search {
  margin-top: 30px;
}
.spotlight-search section:last-child {
  border-bottom: 0px !important;
}
.spotlight-search .spotlight-heading {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 15px;
}
.spotlight-search .spotlight-heading h2 {
  line-height: 20px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.84);
  display: block;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-align: left !important;
  margin: 0 15px 10px;
  float: left;
}
@media (max-width: 510px) {
  .spotlight-search .spotlight-heading h2 {
    margin: 0 0px 10px;
  }
}
.spotlight-search .spotlight-heading a {
  display: block;
  float: right;
  margin: 0 15px 10px;
  font-size: 14px !important;
}
@media (max-width: 510px) {
  .spotlight-search .spotlight-heading a {
    margin: 0 0px 10px;
  }
}
.spotlight-search .spotlight-item.featured .missing-img {
  height: 245px;
}
.spotlight-search .spotlight-item.featured .missing-img i {
  font-size: 88px;
  padding-top: 78px;
}
.spotlight-search .spotlight-item {
  padding: 25px 0;
  color: rgba(0, 0, 0, 0.55);
  font-size: 15px;
  border-bottom: 1px solid #ebebeb !important;
  margin: 0 15px;
}
.spotlight-search .spotlight-item .missing-img {
  width: 100%;
  height: 155px;
  background: #f9f7f7;
  border-radius: 5px;
}
.spotlight-search .spotlight-item .missing-img i {
  font-size: 48px;
  color: rgba(0, 0, 0, 0.05);
  padding-top: 50px;
  text-align: center;
  display: inherit;
}
.spotlight-search .spotlight-item .col-md-9 {
  padding-left: 0px;
}
.spotlight-search .spotlight-item .col-md-3 {
  padding-right: 0px;
}
.spotlight-search .spotlight-item h3 {
  margin-top: 0px !important;
}
.spotlight-search .spotlight-item h3 a {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-top: 0px !important;
}
.spotlight-search .spotlight-item .tagged-expert {
  width: 42px;
  height: 42px;
  border-radius: 1000px;
}
.spotlight-search .spotlight-item .spotlight-meta {
  margin-top: 10px;
}
.spotlight-search .spotlight-item .spotlight-meta .spotlight-meta-one {
  width: auto;
  float: left;
  margin-right: 20px;
}
.spotlight-search .spotlight-item .spotlight-meta .spotlight-meta-one .org-name {
  display: block;
  color: rgba(0, 0, 0, 0.84);
  font-weight: 500;
}
.spotlight-search .spotlight-item .spotlight-meta .spotlight-meta-one a {
  display: block;
  color: rgba(0, 0, 0, 0.84);
  font-weight: 500;
}
.spotlight-search .spotlight-item .spotlight-meta .spotlight-meta-two {
  float: left;
}
.spotlight-search .spotlight-item .image-over {
  background-origin: border-box;
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: cover;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  font-weight: 400;
  width: 100%;
  height: 165px;
  border-radius: 5px;
}
.spotlight-search .spotlight-item.featured .featured-header {
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-size: 11px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.55) !important;
  text-transform: uppercase;
  display: block;
  padding-left: 15px;
}
.spotlight-search .spotlight-item.featured .featured-header i {
  font-size: 9px;
  position: relative;
  top: -3px;
}
.spotlight-search .spotlight-item.featured .featured-corp-img {
  width: 75px;
}
.spotlight-search .spotlight-item.featured .image-over {
  height: 260px;
}
@media (max-width: 510px) {
  .spotlight-search {
    margin-top: 10px;
    padding: 0 30px;
  }
  .spotlight-search .spotlight-item {
    margin: 0px;
  }
  .spotlight-search .spotlight-item .col-md-9 {
    padding-left: 15px;
  }
  .spotlight-search .spotlight-item .col-md-3 {
    margin-top: 20px;
    padding-right: 15px;
  }
  .spotlight-search .spotlight-item .spotlight-meta .spotlight-meta-one {
    margin-bottom: 5px;
  }
  .spotlight-search .spotlight-item.featured h3 {
    margin-top: 10px !important;
  }
  .spotlight-search .featured-block .corp-meta {
    margin-top: 40px !important;
    width: 100% !important;
  }
  .spotlight-search .featured-block .col-md-7 {
    width: 100% !important;
  }
  .spotlight-search .featured-block ul {
    margin-top: 30px;
  }
  .spotlight-search .featured-block ul li .featured-li-image {
    display: none;
  }
  .spotlight-search .featured-block ul li .featured-li-image {
    width: 100%;
  }
}
.spotlight-search .featured-block {
  position: relative;
  padding: 20px;
  margin-bottom: 50px;
  background-color: transparent !important;
  float: left !important;
  text-align: left !important;
  width: 100% !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  border-image: initial !important;
  border-radius: 3px !important;
  overflow: hidden !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px !important;
  border-radius: 5px !important;
}
.spotlight-search .featured-block strong:first-child {
  position: absolute;
  font-size: 11px;
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.55) !important;
  text-transform: uppercase;
  padding: 0px;
}
.spotlight-search .featured-block strong:first-child i {
  font-size: 9px;
  position: relative;
  top: -3px;
}
.spotlight-search .featured-block .corp-meta {
  margin-top: 35px;
}
.spotlight-search .featured-block .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2.5em;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 1px solid;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.875em;
  font-weight: 500;
  border-radius: 3px;
  font-size: 1.1rem;
  /* padding: 1.2em 3.25em; */
  background: #398bad !important;
  border-color: #398bad !important;
  color: #fff !important;
  font-weight: 600 !important;
  line-height: 1em;
  white-space: nowrap;
  font-size: 13px;
  width: 150px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.spotlight-search .featured-block img {
  width: 175px;
  margin-right: 20px;
  margin: 0 auto;
  object-fit: contain;
  text-align: center;
  transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(1, 1);
  display: block;
  max-width: 225px;
  width: auto;
  height: auto;
}
.spotlight-search .featured-block img.org-logo {
  max-height: 75px;
}
.spotlight-search .featured-block strong {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
}
.spotlight-search .featured-block .col-md-6 strong {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.spotlight-search .featured-block ul {
  padding: 0px;
  list-style-type: none;
}
.spotlight-search .featured-block ul li {
  clear: both;
  margin-bottom: 15px;
}
.spotlight-search .featured-block ul li .featured-li-image {
  float: left;
  width: 20%;
  overflow: hidden;
  max-height: 50px;
}
.spotlight-search .featured-block ul li .featured-li-image img {
  width: 75px;
  margin-top: 4px;
}
.spotlight-search .featured-block ul li .featured-li-meta {
  float: left;
  width: 80%;
}
.spotlight-search .featured-block ul li .featured-li-meta h6,
.spotlight-search .featured-block ul li .featured-li-meta a {
  color: rgba(0, 0, 0, 0.85) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin: 0px;
  line-height: 18px;
}
.spotlight-search .featured-block ul li .featured-li-meta span {
  font-weight: 500;
}
@media (max-width: 900px) {
  .spotlight-search .featured-block ul li .featured-li-image img {
    width: 60px;
  }
  .spotlight-search .featured-block .col-md-5.corp-meta {
    width: 40%;
    float: left;
  }
  .spotlight-search .featured-block .col-md-7 {
    width: 60%;
    float: left;
  }
}
@media (max-width: 900px) {
  .spotlight-search .spotlight-item .col-md-9 {
    padding-left: 15px;
  }
  .spotlight-search .spotlight-item .col-md-3 {
    padding-right: 15px;
    margin-top: 30px;
  }
  .spotlight-search .spotlight-item.featured h3 {
    margin-top: 10px !important;
  }
}
.qanda header .dropdown-menu {
  min-width: 325px !important;
}
.qanda header .dropdown-menu .tags-wrap {
  width: 100% !important;
}
.share-widget-wrap {
  position: fixed !important;
  top: 280px;
  right: 5%;
  z-index: 1;
}
.share-widget-wrap ul {
  padding: 0px;
  list-style-type: none;
}
.share-widget-wrap ul li {
  margin-bottom: 20px;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 1000px;
  height: 45px;
  width: 45px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  background: #fff;
}
.share-widget-wrap ul li i {
  color: #747c83;
  font-size: 21px;
}
.share-widget-wrap ul li:hover {
  opacity: 1;
}
@media (max-width: 900px) {
  .share-widget-wrap {
    bottom: 25px;
    left: 5%;
    top: unset;
  }
  .share-widget-wrap ul {
    margin: 0 auto;
    display: block;
    width: 280px;
  }
  .share-widget-wrap ul li {
    opacity: 0.9;
    float: left;
    margin-right: 25px !important;
  }
}
#qanda-container .share-widget-wrap ul li {
  margin-bottom: 20px !important;
  list-style-type: none !important;
}
#qanda-container .api-frame .popup-buttons {
  display: none !important;
}
#qanda-container .created-by {
  max-width: 790px;
  margin: 0 auto;
}
#qanda-container .created-by .created-by,
#qanda-container .created-by .powered-by {
  text-align: right;
  float: right;
  margin: 0;
  height: auto;
}
#qanda-container .created-by .created-by em,
#qanda-container .created-by .powered-by em {
  margin-top: 14px;
}
#qanda-container span.light {
  margin-top: 5px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
}
#qanda-container p {
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0px !important;
  color: rgba(0, 0, 0, 0.85) !important;
}
#qanda-container ul li,
#qanda-container ol li {
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 0px;
  color: rgba(0, 0, 0, 0.85) !important;
  letter-spacing: unset !important;
  list-style-type: disc !important;
}
#qanda-container ul li:last-child,
#qanda-container ol li:last-child {
  margin-bottom: 0px;
}
#qanda-container .question-wrapper {
  border-bottom: 1px solid #ddd;
  margin: 40px 25px;
  padding: 0 0 30px 0;
}
@media (max-width: 900px) {
  #qanda-container .question-wrapper {
    margin-top: 20px;
  }
}
#qanda-container .expert-answerer-img img {
  width: 70px;
  height: 70px;
  border-radius: 1000px;
}
#qanda-container .expert-answerer-img img.corporation {
  height: auto;
  border-radius: 0px;
}
#qanda-container .answer-wrap {
  margin-bottom: 50px;
}
#qanda-container .answer-wrap .answerer-meta {
  margin: 10px 0 30px 0;
}
#qanda-container .answer-wrap .answerer-meta p {
  margin: 0px;
}
#qanda-container .answer-wrap .answerer-meta p strong a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}
.api-frame .popup-buttons {
  display: none;
}
@media (max-width: 568px) {
  .api-frame[align='left'],
  .api-frame[align='right'] {
    float: none !important;
    margin-left: 0px !important;
    margin-bottom: 20px;
  }
}
.subtitle {
  padding: 0 15px 5px;
}
.subtitle input {
  border: 0px;
  width: 100%;
  color: #334155;
  font-size: 20px;
  font-weight: 400;
}
.open-ai-logo-wrapper img {
  width: 175px;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 15px 0;
}
blockquote {
  padding: 0px;
  margin: 0px;
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
#draft-share-url {
  display: block;
  padding: 15px 20px;
}
#draft-share-url:hover {
  text-decoration: none;
}

