/*!
 * Quill Editor v1.3.6
 * 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.6
 * 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;
}
/*!
 * Quill Editor v1.3.6
 * 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-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}

.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}

.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}

@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }

  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }

  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}

.ql-bubble {
  box-sizing: border-box;
}

.ql-bubble * {
  box-sizing: border-box;
}

.ql-bubble .ql-hidden {
  display: none;
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}

.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}

.ql-bubble .ql-empty {
  fill: none;
}

.ql-bubble .ql-even {
  fill-rule: evenodd;
}

.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-bubble .ql-transparent {
  opacity: 0.4;
}

.ql-bubble .ql-direction svg:last-child {
  display: none;
}

.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-bubble .ql-editor h1 {
  font-size: 2em;
}

.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}

.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}

.ql-bubble .ql-editor h4 {
  font-size: 1em;
}

.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}

.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}

.ql-bubble .ql-editor a {
  text-decoration: underline;
}

.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-bubble .ql-editor img {
  max-width: 100%;
}

.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}

.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-bubble .ql-picker.ql-header {
  width: 98px;
}

.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-bubble .ql-picker.ql-font {
  width: 108px;
}

.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-bubble .ql-picker.ql-size {
  width: 98px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}

.ql-bubble .ql-color-picker svg {
  margin: 1px;
}

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}

.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}

.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}

.ql-bubble .ql-tooltip-editor {
  display: none;
}

.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}

.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}

.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}

.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}

.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}

.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}

.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}
/*!
 * Materialize v0.97.6 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */

.materialize-red {
  background-color: #e51c23 !important;
}

.materialize-red-text {
  color: #e51c23 !important;
}

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

.red {
  background-color: #F44336 !important;
}

.red-text {
  color: #F44336 !important;
}

.red.lighten-5 {
  background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

.red.lighten-3 {
  background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

.red.lighten-2 {
  background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
  color: #E57373 !important;
}

.red.lighten-1 {
  background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

.red.darken-1 {
  background-color: #E53935 !important;
}

.red-text.text-darken-1 {
  color: #E53935 !important;
}

.red.darken-2 {
  background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
  color: #D32F2F !important;
}

.red.darken-3 {
  background-color: #C62828 !important;
}

.red-text.text-darken-3 {
  color: #C62828 !important;
}

.red.darken-4 {
  background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
  color: #B71C1C !important;
}

.red.accent-1 {
  background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

.red.accent-2 {
  background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
  color: #FF5252 !important;
}

.red.accent-3 {
  background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
  color: #FF1744 !important;
}

.red.accent-4 {
  background-color: #D50000 !important;
}

.red-text.text-accent-4 {
  color: #D50000 !important;
}

.pink {
  background-color: #e91e63 !important;
}

.pink-text {
  color: #e91e63 !important;
}

.pink.lighten-5 {
  background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

.pink.lighten-2 {
  background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

.pink.lighten-1 {
  background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

.pink.darken-1 {
  background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

.pink.darken-2 {
  background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
  color: #c2185b !important;
}

.pink.darken-3 {
  background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

.pink.darken-4 {
  background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
  color: #880e4f !important;
}

.pink.accent-1 {
  background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

.pink.accent-2 {
  background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

.pink.accent-3 {
  background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
  color: #f50057 !important;
}

.pink.accent-4 {
  background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
  color: #c51162 !important;
}

.purple {
  background-color: #9c27b0 !important;
}

.purple-text {
  color: #9c27b0 !important;
}

.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

.purple.lighten-1 {
  background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

.purple.darken-1 {
  background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

.purple.darken-3 {
  background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

.purple.darken-4 {
  background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
  color: #4a148c !important;
}

.purple.accent-1 {
  background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

.purple.accent-2 {
  background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
  color: #e040fb !important;
}

.purple.accent-3 {
  background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

.purple.accent-4 {
  background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

.deep-purple {
  background-color: #673ab7 !important;
}

.deep-purple-text {
  color: #673ab7 !important;
}

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

.deep-purple.accent-3 {
  background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

.indigo {
  background-color: #3f51b5 !important;
}

.indigo-text {
  color: #3f51b5 !important;
}

.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

.indigo.lighten-2 {
  background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

.indigo.darken-1 {
  background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

.indigo.darken-2 {
  background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

.indigo.darken-3 {
  background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
  color: #283593 !important;
}

.indigo.darken-4 {
  background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

.indigo.accent-1 {
  background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

.indigo.accent-2 {
  background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

.indigo.accent-3 {
  background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

.indigo.accent-4 {
  background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

.blue {
  background-color: #2196F3 !important;
}

.blue-text {
  color: #2196F3 !important;
}

.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

.blue.darken-1 {
  background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

.blue.darken-2 {
  background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

.blue.darken-3 {
  background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

.blue.darken-4 {
  background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

.blue.accent-1 {
  background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

.blue.accent-2 {
  background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
  color: #448AFF !important;
}

.blue.accent-3 {
  background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
  color: #2979FF !important;
}

.blue.accent-4 {
  background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
  color: #2962FF !important;
}

.light-blue {
  background-color: #03a9f4 !important;
}

.light-blue-text {
  color: #03a9f4 !important;
}

.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

.light-blue.darken-1 {
  background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

.light-blue.darken-3 {
  background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

.light-blue.darken-4 {
  background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

.light-blue.accent-4 {
  background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

.cyan {
  background-color: #00bcd4 !important;
}

.cyan-text {
  color: #00bcd4 !important;
}

.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

.cyan.lighten-3 {
  background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

.cyan.lighten-1 {
  background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

.cyan.darken-1 {
  background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

.cyan.darken-2 {
  background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

.cyan.darken-3 {
  background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
  color: #00838f !important;
}

.cyan.darken-4 {
  background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
  color: #006064 !important;
}

.cyan.accent-1 {
  background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

.cyan.accent-2 {
  background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

.cyan.accent-3 {
  background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

.teal {
  background-color: #009688 !important;
}

.teal-text {
  color: #009688 !important;
}

.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

.teal.lighten-2 {
  background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

.teal.lighten-1 {
  background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

.teal.darken-1 {
  background-color: #00897b !important;
}

.teal-text.text-darken-1 {
  color: #00897b !important;
}

.teal.darken-2 {
  background-color: #00796b !important;
}

.teal-text.text-darken-2 {
  color: #00796b !important;
}

.teal.darken-3 {
  background-color: #00695c !important;
}

.teal-text.text-darken-3 {
  color: #00695c !important;
}

.teal.darken-4 {
  background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
  color: #004d40 !important;
}

.teal.accent-1 {
  background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

.teal.accent-2 {
  background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
  color: #64ffda !important;
}

.teal.accent-3 {
  background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

.teal.accent-4 {
  background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

.green {
  background-color: #4CAF50 !important;
}

.green-text {
  color: #4CAF50 !important;
}

.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

.green.lighten-2 {
  background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
  color: #81C784 !important;
}

.green.lighten-1 {
  background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

.green.darken-1 {
  background-color: #43A047 !important;
}

.green-text.text-darken-1 {
  color: #43A047 !important;
}

.green.darken-2 {
  background-color: #388E3C !important;
}

.green-text.text-darken-2 {
  color: #388E3C !important;
}

.green.darken-3 {
  background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

.green.darken-4 {
  background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

.green.accent-1 {
  background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

.green.accent-2 {
  background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
  color: #69F0AE !important;
}

.green.accent-3 {
  background-color: #00E676 !important;
}

.green-text.text-accent-3 {
  color: #00E676 !important;
}

.green.accent-4 {
  background-color: #00C853 !important;
}

.green-text.text-accent-4 {
  color: #00C853 !important;
}

.light-green {
  background-color: #8bc34a !important;
}

.light-green-text {
  color: #8bc34a !important;
}

.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

.light-green.lighten-2 {
  background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

.light-green.darken-1 {
  background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

.light-green.darken-2 {
  background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

.light-green.darken-3 {
  background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

.light-green.darken-4 {
  background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
  color: #33691e !important;
}

.light-green.accent-1 {
  background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

.light-green.accent-3 {
  background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

.light-green.accent-4 {
  background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

.lime {
  background-color: #cddc39 !important;
}

.lime-text {
  color: #cddc39 !important;
}

.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

.lime.lighten-2 {
  background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

.lime.lighten-1 {
  background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

.lime.darken-1 {
  background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

.lime.darken-2 {
  background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
  color: #afb42b !important;
}

.lime.darken-3 {
  background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

.lime.darken-4 {
  background-color: #827717 !important;
}

.lime-text.text-darken-4 {
  color: #827717 !important;
}

.lime.accent-1 {
  background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

.lime.accent-2 {
  background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

.lime.accent-3 {
  background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

.lime.accent-4 {
  background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

.yellow {
  background-color: #ffeb3b !important;
}

.yellow-text {
  color: #ffeb3b !important;
}

.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

.yellow.lighten-3 {
  background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

.yellow.lighten-2 {
  background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

.yellow.darken-1 {
  background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

.yellow.darken-2 {
  background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

.yellow.darken-3 {
  background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

.yellow.darken-4 {
  background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

.yellow.accent-1 {
  background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

.yellow.accent-2 {
  background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

.yellow.accent-3 {
  background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

.yellow.accent-4 {
  background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

.amber {
  background-color: #ffc107 !important;
}

.amber-text {
  color: #ffc107 !important;
}

.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

.amber.lighten-2 {
  background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

.amber.lighten-1 {
  background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

.amber.darken-1 {
  background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

.amber.darken-2 {
  background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

.amber.darken-3 {
  background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

.amber.darken-4 {
  background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

.amber.accent-1 {
  background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

.amber.accent-2 {
  background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

.amber.accent-3 {
  background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

.amber.accent-4 {
  background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

.orange {
  background-color: #ff9800 !important;
}

.orange-text {
  color: #ff9800 !important;
}

.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

.orange.lighten-2 {
  background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

.orange.lighten-1 {
  background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

.orange.darken-1 {
  background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

.orange.darken-2 {
  background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

.orange.darken-3 {
  background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

.orange.darken-4 {
  background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
  color: #e65100 !important;
}

.orange.accent-1 {
  background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

.orange.accent-2 {
  background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

.orange.accent-3 {
  background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

.orange.accent-4 {
  background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

.deep-orange {
  background-color: #ff5722 !important;
}

.deep-orange-text {
  color: #ff5722 !important;
}

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

.brown {
  background-color: #795548 !important;
}

.brown-text {
  color: #795548 !important;
}

.brown.lighten-5 {
  background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

.brown.lighten-2 {
  background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

.brown.darken-1 {
  background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

.brown.darken-2 {
  background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

.brown.darken-3 {
  background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
  color: #4e342e !important;
}

.brown.darken-4 {
  background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

.blue-grey {
  background-color: #607d8b !important;
}

.blue-grey-text {
  color: #607d8b !important;
}

.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

.blue-grey.darken-3 {
  background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

.blue-grey.darken-4 {
  background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

.grey {
  background-color: #9e9e9e !important;
}

.grey-text {
  color: #9e9e9e !important;
}

.grey.lighten-5 {
  background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

.grey.lighten-3 {
  background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

.grey.darken-1 {
  background-color: #757575 !important;
}

.grey-text.text-darken-1 {
  color: #757575 !important;
}

.grey.darken-2 {
  background-color: #616161 !important;
}

.grey-text.text-darken-2 {
  color: #616161 !important;
}

.grey.darken-3 {
  background-color: #424242 !important;
}

.grey-text.text-darken-3 {
  color: #424242 !important;
}

.grey.darken-4 {
  background-color: #212121 !important;
}

.grey-text.text-darken-4 {
  color: #212121 !important;
}

.shades.black {
  background-color: #000000 !important;
}

.shades-text.text-black {
  color: #000000 !important;
}

.shades.white {
  background-color: #FFFFFF !important;
}

.shades-text.text-white {
  color: #FFFFFF !important;
}

.shades.transparent {
  background-color: transparent !important;
}

.shades-text.text-transparent {
  color: transparent !important;
}

.black {
  background-color: #000000 !important;
}

.black-text {
  color: #000000 !important;
}

.white {
  background-color: #FFFFFF !important;
}

.white-text {
  color: #FFFFFF !important;
}

.transparent {
  background-color: transparent !important;
}

.transparent-text {
  color: transparent !important;
}

/* ==========================================================================
   Materialize variables
   ========================================================================== */

/**
 * Table of Contents:
 *
 *  1. Colors
 *  2. Badges
 *  3. Buttons
 *  4. Cards
 *  5. Collapsible
 *  6. Chips
 *  7. Date Picker
 *  8. Dropdown
 *  10. Forms
 *  11. Global
 *  12. Grid
 *  13. Navigation Bar
 *  14. Side Navigation
 *  15. Photo Slider
 *  16. Spinners | Loaders
 *  17. Tabs
 *  18. Tables
 *  19. Toasts
 *  20. Typography
 *  21. Footer
 *  22. Flow Text
 *  23. Collections
 *  24. Progress Bar
 */

/* 1. Colors
   ========================================================================== */

/* 2. Badges
   ========================================================================== */

/* 3. Buttons
   ========================================================================== */

/* 4. Cards
   ========================================================================== */

/* 5. Collapsible
   ========================================================================== */

/* 6. Chips
   ========================================================================== */

/* 7. Date Picker
   ========================================================================== */

/* 8. Dropdown
   ========================================================================== */

/* 9. Fonts
   ========================================================================== */

/* 10. Forms
   ========================================================================== */

/* 11. Global
   ========================================================================== */

/* 12. Grid
   ========================================================================== */

/* 13. Navigation Bar
   ========================================================================== */

/* 14. Side Navigation
   ========================================================================== */

/* 15. Photo Slider
   ========================================================================== */

/* 16. Spinners | Loaders
   ========================================================================== */

/* 17. Tabs
   ========================================================================== */

/* 18. Tables
   ========================================================================== */

/* 19. Toasts
   ========================================================================== */

/* 20. Typography
   ========================================================================== */

/* 21. Footer
   ========================================================================== */

/* 22. Flow Text
   ========================================================================== */

/* 23. Collections
   ========================================================================== */

/* 24. Progress Bar
   ========================================================================== */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

ul {
  list-style-type: none;
}

ul.browser-default {
  list-style-type: initial;
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.valign-wrapper .valign {
  display: block;
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}

.clearfix {
  clear: both;
}

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-floating:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4,
.modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0;
}

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

.pagination li {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
}

.pagination li a {
  color: #444;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #ee6e73;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2.2rem;
  vertical-align: middle;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }

  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb:first-child:before {
  display: none;
}

.breadcrumb:last-child {
  color: #fff;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pin-top,
.pin-bottom {
  position: relative;
}

.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/

ul.staggered-list li {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/

@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #ee6e73;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
}

table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }

  table.responsive-table td:empty:before {
    content: '\00a0';
  }

  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }

  table.responsive-table th {
    text-align: left;
  }

  table.responsive-table thead {
    display: block;
    float: left;
  }

  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }

  table.responsive-table thead tr th::before {
    content: "\00a0";
  }

  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }

  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }

  table.responsive-table th {
    display: block;
    text-align: right;
  }

  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }

  table.responsive-table tr {
    padding: 0 10px;
  }

  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }

  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }

  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  table.responsive-table.bordered tr {
    border: 0;
  }

  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: 16px;
}

.collection .collection-item.avatar p {
  margin: 0;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #26a69a;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  position: absolute;
  right: 15px;
  box-sizing: border-box;
}

span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

span.badge.new:after {
  content: " new";
}

nav ul a span.badge {
  position: static;
  margin-left: 4px;
  line-height: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

.progress .indeterminate {
  background-color: #26a69a;
}

.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/

.hide {
  display: none !important;
}

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

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select,
input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */

.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

/*.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}*/

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }

  .row .col.pull-m1 {
    right: 8.3333333333%;
  }

  .row .col.push-m1 {
    left: 8.3333333333%;
  }

  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }

  .row .col.pull-m2 {
    right: 16.6666666667%;
  }

  .row .col.push-m2 {
    left: 16.6666666667%;
  }

  .row .col.offset-m3 {
    margin-left: 25%;
  }

  .row .col.pull-m3 {
    right: 25%;
  }

  .row .col.push-m3 {
    left: 25%;
  }

  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }

  .row .col.pull-m4 {
    right: 33.3333333333%;
  }

  .row .col.push-m4 {
    left: 33.3333333333%;
  }

  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }

  .row .col.pull-m5 {
    right: 41.6666666667%;
  }

  .row .col.push-m5 {
    left: 41.6666666667%;
  }

  .row .col.offset-m6 {
    margin-left: 50%;
  }

  .row .col.pull-m6 {
    right: 50%;
  }

  .row .col.push-m6 {
    left: 50%;
  }

  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }

  .row .col.pull-m7 {
    right: 58.3333333333%;
  }

  .row .col.push-m7 {
    left: 58.3333333333%;
  }

  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }

  .row .col.pull-m8 {
    right: 66.6666666667%;
  }

  .row .col.push-m8 {
    left: 66.6666666667%;
  }

  .row .col.offset-m9 {
    margin-left: 75%;
  }

  .row .col.pull-m9 {
    right: 75%;
  }

  .row .col.push-m9 {
    left: 75%;
  }

  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }

  .row .col.pull-m10 {
    right: 83.3333333333%;
  }

  .row .col.push-m10 {
    left: 83.3333333333%;
  }

  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }

  .row .col.pull-m11 {
    right: 91.6666666667%;
  }

  .row .col.push-m11 {
    left: 91.6666666667%;
  }

  .row .col.offset-m12 {
    margin-left: 100%;
  }

  .row .col.pull-m12 {
    right: 100%;
  }

  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }

  .row .col.pull-l1 {
    right: 8.3333333333%;
  }

  .row .col.push-l1 {
    left: 8.3333333333%;
  }

  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }

  .row .col.pull-l2 {
    right: 16.6666666667%;
  }

  .row .col.push-l2 {
    left: 16.6666666667%;
  }

  .row .col.offset-l3 {
    margin-left: 25%;
  }

  .row .col.pull-l3 {
    right: 25%;
  }

  .row .col.push-l3 {
    left: 25%;
  }

  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }

  .row .col.pull-l4 {
    right: 33.3333333333%;
  }

  .row .col.push-l4 {
    left: 33.3333333333%;
  }

  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }

  .row .col.pull-l5 {
    right: 41.6666666667%;
  }

  .row .col.push-l5 {
    left: 41.6666666667%;
  }

  .row .col.offset-l6 {
    margin-left: 50%;
  }

  .row .col.pull-l6 {
    right: 50%;
  }

  .row .col.push-l6 {
    left: 50%;
  }

  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }

  .row .col.pull-l7 {
    right: 58.3333333333%;
  }

  .row .col.push-l7 {
    left: 58.3333333333%;
  }

  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }

  .row .col.pull-l8 {
    right: 66.6666666667%;
  }

  .row .col.push-l8 {
    left: 66.6666666667%;
  }

  .row .col.offset-l9 {
    margin-left: 75%;
  }

  .row .col.pull-l9 {
    right: 75%;
  }

  .row .col.push-l9 {
    left: 75%;
  }

  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }

  .row .col.pull-l10 {
    right: 83.3333333333%;
  }

  .row .col.push-l10 {
    left: 83.3333333333%;
  }

  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }

  .row .col.pull-l11 {
    right: 91.6666666667%;
  }

  .row .col.push-l11 {
    left: 91.6666666667%;
  }

  .row .col.offset-l12 {
    margin-left: 100%;
  }

  .row .col.pull-l12 {
    right: 100%;
  }

  .row .col.push-l12 {
    left: 100%;
  }
}

nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

nav a {
  color: #fff;
}

nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 2rem;
  height: 56px;
  line-height: 56px;
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  nav a.button-collapse {
    display: none;
  }
}

nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
}

nav .button-collapse i {
  font-size: 2.7rem;
  height: 56px;
  line-height: 56px;
}

nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
    transform: none;
  }

  nav .brand-logo.left {
    left: 0.5rem;
  }

  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
  transition: background-color .3s;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}

nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul.left {
  float: left;
}

nav .input-field {
  margin: 0;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

nav .input-field label.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 998;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.button-collapse,
  nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
  }

  .navbar-fixed {
    height: 64px;
  }
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light,
footer.page-footer .footer-copyright {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.flow-text {
  font-weight: 300;
}

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}

.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small,
.card.medium,
.card.large {
  position: relative;
}

.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 40%;
  overflow: hidden;
}

.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 300px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card .card-image {
  position: relative;
}

.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}

.card .card-content p {
  margin: 0;
  color: inherit;
}

.card .card-content .card-title {
  line-height: 48px;
}

.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
  z-index: 2;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-action + .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toast .btn,
.toast .btn-large,
.toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}

.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  .toast {
    float: left;
  }
}

@media only screen and (min-width: 993px) {
  .toast {
    float: right;
  }
}

.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}

.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: .8px;
  width: 15%;
  min-width: 80px;
}

.tabs .tab a {
  color: #ee6e73;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}

.tabs .tab a:hover {
  color: #f9c9cb;
}

.tabs .tab.disabled a {
  color: #f9c9cb;
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: top, left;
}

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
}

.btn,
.btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled
.btn-large:disabled,
.btn-large:disabled .btn-large:disabled,
.btn-floating:disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

.btn.disabled *,
.disabled.btn-large *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn:disabled
.btn-large:disabled *,
.btn-large:disabled .btn-large:disabled *,
.btn-floating:disabled * {
  pointer-events: none;
}

.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled
.btn-large:disabled:hover,
.btn-large:disabled .btn-large:disabled:hover,
.btn-floating:disabled:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn,
.btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}

.btn:hover,
.btn-large:hover {
  background-color: #2bbbad;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 37px;
}

.btn-floating:hover {
  background-color: #26a69a;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px;
}

.btn-floating.btn-large i {
  line-height: 55.5px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}

.fixed-action-btn.active ul {
  visibility: visible;
}

.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}

.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}

.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
}

.btn-flat.disabled {
  color: #b3b3b3;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-block {
  display: block;
}

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
  background-color: #eee;
}

.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */

a.waves-effect .waves-ripple {
  z-index: -1;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}

.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}

.collapsible-body p {
  margin: 0;
  padding: 2rem;
}

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}

.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 30px;
}

.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 37.5px 0 45px;
}

.collapsible.popout {
  border: none;
  box-shadow: none;
}

.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
}

.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

.chip i.material-icons {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
}

.materialboxed:hover {
  will-change: left, top, width, height;
}

.materialboxed:hover:not(.active) {
  opacity: .8;
}

.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  color: #fff;
  background-color: #2196F3;
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */

/* Style Placeholders */

::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

/* Text inputs */

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.26);
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}

input:not([type]).invalid,
input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}

input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none;
}

input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
}

.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  left: 0.75rem;
  font-size: 1rem;
  cursor: text;
  transition: .2s ease-out;
}

.input-field label.active {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}

.input-field .prefix.active {
  color: #26a69a;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ textarea {
  padding-top: .8rem;
}

.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */

.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}

.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}

.input-field input[type=search] + label {
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

/* Radio Buttons
   ========================================================================== */

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */

[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #26a69a;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */

[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */

[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */

[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */

[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* Checkboxes
   ========================================================================== */

/* CUSTOM CSS CHECKBOXES */

form p {
  margin-bottom: 10px;
  text-align: left;
}

form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */

[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* Switch
   ========================================================================== */

.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease;
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}

/* Select Field
   ========================================================================== */

select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}

.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px;
}

.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}

.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */

.file-field {
  position: relative;
}

.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

.file-field input.file-path {
  width: 100%;
}

.file-field .btn,
.file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

.file-field span {
  cursor: pointer;
}

.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* Range
   ========================================================================== */

.range-field {
  position: relative;
}

input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

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

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  margin-top: -5px;
}

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

/***************
    Nav List
***************/

.table-of-contents.fixed {
  position: fixed;
}

.table-of-contents li {
  padding: 2px 0;
}

.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ea4a4f;
}

.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ea4a4f;
}

.side-nav {
  position: fixed;
  width: 240px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.side-nav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.side-nav .collapsible {
  margin: 0;
}

.side-nav li {
  float: none;
  line-height: 64px;
}

.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a {
  color: #444;
  display: block;
  font-size: 1rem;
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
}

.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-flat,
.side-nav a.btn-floating {
  margin: 10px 15px;
}

.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-floating {
  color: #fff;
}

.side-nav a.btn-flat {
  color: #343434;
}

.side-nav a.btn:hover,
.side-nav a.btn-large:hover,
.side-nav a.btn-large:hover {
  background-color: #2bbbad;
}

.side-nav a.btn-floating:hover {
  background-color: #26a69a;
}

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.side-nav.fixed a {
  display: block;
  padding: 0 30px;
  color: #444;
}

.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}

.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active {
  background-color: #ee6e73;
}

.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a {
  color: #fff;
}

#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */

/**************************/

/* STYLES FOR THE SPINNER */

/**************************/

/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */

.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}

.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */

.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }

  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }

  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }

  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }

  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }

  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }

  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }

  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }

  /* 4   * ARCSIZE */}

@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }

  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }

  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }

  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }

  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }

  /* 4   * ARCSIZE */}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  26% {
    opacity: 0;
  }

  89% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }

  15% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }

  65% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */

.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }

  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .caption p {
  color: #e0e0e0;
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.carousel .carousel-item {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel .carousel-item img {
  width: 100%;
}

.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0;
}

.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */

/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */

.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */

.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only "scrollable" top-level container element.
 */

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */

/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */

/**
 * Make the holder and frame fullscreen.
 */

.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */

.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */

.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */

.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */

.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */

.picker__input.picker__input--active {
  border-color: #E3F2FD;
}

.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */

/**
 * The picker box.
 */

.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */

.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */

.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/**
 * The month and year selectors.
 */

.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}

.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

/**
 * The month navigation buttons.
 */

.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */

.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

.picker__table th,
.picker__table td {
  text-align: center;
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */

.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */

.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}

.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */

.picker__footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */

.picker__box {
  border-radius: 2px;
  overflow: hidden;
}

.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8;
}

.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px;
}

.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}

.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}

.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.picker__box {
  padding: 0;
}

.picker__calendar-container {
  padding: 0 1rem;
}

.picker__calendar-container thead {
  border: none;
}

.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}

.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

.picker__day.picker__day--today {
  color: #26a69a;
}

.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

.picker__weekday {
  font-size: .9rem;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #26a69a;
  color: #ffffff;
}

.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}

.picker__footer {
  text-align: right;
  padding: 5px 10px;
}

.picker__close,
.picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a;
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
  background-color: #a1ded8;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */

/**
 * The list of times.
 */

.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */

.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}

/* Hovered time */

.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */

.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */

.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}

/* Disabled time */

.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}

/**
 * The clear button
 */

.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}

.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}

.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */

/**
 * The frame the bounds the time picker.
 */

.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */

.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2015 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */

.container-smooth {
  max-width: 1170px;
}

@media (min-width:1px) {
  .container-smooth {
    width: auto;
  }
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  background: 0 0;
  background: rgba(0,0,0,.15);
  display: inline-block;
  padding: 6px 12px;
  left: -12px;
  border-radius: 3px 0 0 3px;
}

.btn-label.btn-label-right {
  left: auto;
  right: -12px;
  border-radius: 0 3px 3px 0;
}

.btn-lg .btn-label {
  padding: 10px 16px;
  left: -16px;
  border-radius: 5px 0 0 5px;
}

.btn-lg .btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 5px 5px 0;
}

.btn-sm .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}

.btn-sm .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}

.btn-xs .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}

.btn-xs .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}

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

.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd;
}

.nav-tabs-bottom>li {
  margin-bottom: 0;
  margin-top: -1px;
}

.nav-tabs-bottom>li>a {
  border-radius: 0 0 4px 4px;
}

.nav-tabs-bottom>li>a:hover,
.nav-tabs-bottom>li>a:focus,
.nav-tabs-bottom>li.active>a,
.nav-tabs-bottom>li.active>a:hover,
.nav-tabs-bottom>li.active>a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent;
}

.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd;
}

.nav-tabs-left>li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none;
}

.nav-tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px;
}

.nav-tabs-left>li>a:hover,
.nav-tabs-left>li>a:focus,
.nav-tabs-left>li.active>a,
.nav-tabs-left>li.active>a:hover,
.nav-tabs-left>li.active>a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent;
}

.row>.nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}

.row>.nav-tabs-left+.tab-content {
  border-left: 1px solid #ddd;
}

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd;
}

.nav-tabs-right>li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none;
}

.nav-tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px;
}

.nav-tabs-right>li>a:hover,
.nav-tabs-right>li>a:focus,
.nav-tabs-right>li.active>a,
.nav-tabs-right>li.active>a:hover,
.nav-tabs-right>li.active>a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent;
}

.row>.nav-tabs-right {
  padding-left: 0;
  padding-right: 15px;
}

.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1050;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}

.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}

.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}

.navmenu-nav {
  margin-bottom: 10px;
}

.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.navbar-offcanvas .navbar-nav {
  margin: 0;
}

@media (min-width:768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-offcanvas.offcanvas {
    position: static;
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}

.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0;
}

.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}

.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777;
}

.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777;
}

.navmenu-default .navmenu-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,
.navmenu-default .navmenu-nav>.dropdown>a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navmenu-default .navmenu-nav>.open>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a,
.navmenu-default .navmenu-nav>.open>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover,
.navmenu-default .navmenu-nav>.open>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

.navmenu-default .navmenu-nav>.open>a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a .caret,
.navmenu-default .navmenu-nav>.open>a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,
.navmenu-default .navmenu-nav>.open>a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.open>a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navmenu-default .navmenu-nav>.dropdown>a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav.dropdown-menu>.divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
  background-color: #f8f8f8;
}

.navmenu-default .navmenu-nav.dropdown-menu>.active>a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,
.navmenu-default .navmenu-nav.dropdown-menu>.active>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,
.navmenu-default .navmenu-nav.dropdown-menu>.active>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus {
  background-color: #d7d7d7;
}

.navmenu-default .navmenu-nav>li>a,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a {
  color: #777;
}

.navmenu-default .navmenu-nav>li>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover,
.navmenu-default .navmenu-nav>li>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navmenu-default .navmenu-nav>.active>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a,
.navmenu-default .navmenu-nav>.active>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover,
.navmenu-default .navmenu-nav>.active>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navmenu-default .navmenu-nav>.disabled>a,
.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a,
.navmenu-default .navmenu-nav>.disabled>a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:hover,
.navmenu-default .navmenu-nav>.disabled>a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222;
  border-color: #080808;
}

.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999;
}

.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999;
}

.navmenu-inverse .navmenu-nav>.dropdown>a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:hover .caret,
.navmenu-inverse .navmenu-nav>.dropdown>a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav>.open>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a,
.navmenu-inverse .navmenu-nav>.open>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover,
.navmenu-inverse .navmenu-nav>.open>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus {
  background-color: #080808;
  color: #fff;
}

.navmenu-inverse .navmenu-nav>.open>a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a .caret,
.navmenu-inverse .navmenu-nav>.open>a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:hover .caret,
.navmenu-inverse .navmenu-nav>.open>a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.open>a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navmenu-inverse .navmenu-nav>.dropdown>a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.dropdown>a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav.dropdown-menu>.divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.divider {
  background-color: #222;
}

.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a,
.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu>.active>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu>.active>a:focus {
  background-color: #000;
}

.navmenu-inverse .navmenu-nav>li>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a {
  color: #999;
}

.navmenu-inverse .navmenu-nav>li>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:hover,
.navmenu-inverse .navmenu-nav>li>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navmenu-inverse .navmenu-nav>.active>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a,
.navmenu-inverse .navmenu-nav>.active>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:hover,
.navmenu-inverse .navmenu-nav>.active>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.active>a:focus {
  color: #fff;
  background-color: #080808;
}

.navmenu-inverse .navmenu-nav>.disabled>a,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a,
.navmenu-inverse .navmenu-nav>.disabled>a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:hover,
.navmenu-inverse .navmenu-nav>.disabled>a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  width: 100%;
  z-index: 1035;
  border-radius: 0;
  margin: 0;
  left: 0;
}

@media (min-width:992px) {
  .alert-fixed-top,
  .alert-fixed-bottom {
    width: 992px;
    left: 50%;
    margin-left: -496px;
  }
}

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

@media (min-width:992px) {
  .alert-fixed-top {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 1px 1px;
  }
}

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

@media (min-width:992px) {
  .alert-fixed-bottom {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-width: 1px 1px 0;
  }
}

.offcanvas {
  display: none;
}

.offcanvas.in {
  display: block;
}

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

  .offcanvas-xs.in {
    display: block;
  }
}

@media (max-width:991px) {
  .offcanvas-sm {
    display: none;
  }

  .offcanvas-sm.in {
    display: block;
  }
}

@media (max-width:1199px) {
  .offcanvas-md {
    display: none;
  }

  .offcanvas-md.in {
    display: block;
  }
}

.offcanvas-lg {
  display: none;
}

.offcanvas-lg.in {
  display: block;
}

.canvas-sliding {
  -webkit-transition: top .35s,left .35s,bottom .35s,right .35s;
  transition: top .35s,left .35s,bottom .35s,right .35s;
}

.offcanvas-clone {
  height: 0!important;
  width: 0!important;
  overflow: hidden!important;
  border: none!important;
  margin: 0!important;
  padding: 0!important;
  position: absolute!important;
  top: auto!important;
  left: auto!important;
  bottom: 0!important;
  right: 0!important;
  opacity: 0!important;
}

.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}

.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  color: inherit;
  font: inherit;
  text-decoration: inherit;
}

.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}

.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}

.fileinput .thumbnail>img {
  max-height: 100%;
}

.fileinput .btn {
  vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

.fileinput-inline .fileinput-controls {
  display: inline;
}

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.form-control .fileinput-filename {
  vertical-align: bottom;
}

.fileinput.input-group {
  display: table;
}

.fileinput.input-group>* {
  position: relative;
  z-index: 2;
}

.fileinput.input-group>.btn-file {
  z-index: 1;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}

.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview {
  color: #8a6d3b;
}

.form-group.has-warning .fileinput .thumbnail {
  border-color: #faebcc;
}

.form-group.has-error .fileinput .fileinput-preview {
  color: #a94442;
}

.form-group.has-error .fileinput .thumbnail {
  border-color: #ebccd1;
}

.form-group.has-success .fileinput .fileinput-preview {
  color: #3c763d;
}

.form-group.has-success .fileinput .thumbnail {
  border-color: #d6e9c6;
}

.input-group-addon:not(:first-child) {
  border-left: 0;
}
/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :before,
  :after {
    color: #000!important;
    text-shadow: none!important;
    background: transparent!important;
    -webkit-box-shadow: none!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^="#"]:after,
  a[href^="javascript:"]: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;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000!important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table td,
  .table th {
    background-color: #fff!important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd!important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur: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";
}

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

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

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

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  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: 6px;
}

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

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

h1 small,
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: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.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: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

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

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

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.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: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  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;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

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

.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 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: auto;
}

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

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

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

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

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

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

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

  .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 {
  background-color: transparent;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.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) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.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:hover>.active,
.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:hover>.success,
.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:hover>.info,
.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:hover>.warning,
.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:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-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,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

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

  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }

  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}

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

.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

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

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

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

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

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

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

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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.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: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.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.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: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.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.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: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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.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.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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.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.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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.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 {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

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

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

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

.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;
  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,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

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

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

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

.open>a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

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

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

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

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

.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+.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px;
}

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px;
}

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: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 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: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 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: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

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

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

.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: #337ab7;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

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

.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: 4px 4px 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;
  visibility: hidden;
}

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    visibility: visible!important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

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

.container>.navbar-header,
.container-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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

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

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 20px;
  }

  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

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

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

  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #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 {
  color: #fff;
  background-color: #080808;
}

@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: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #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: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #23527c;
  background-color: #eee;
  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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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: #eee;
}

.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.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: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  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;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding: 48px 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.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-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

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

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

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  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 {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  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: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

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

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

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.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 {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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 {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.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%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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 {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd: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-right: auto;
  margin-left: 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;
}

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

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

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell!important;
  }
}

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

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

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

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

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell!important;
  }
}

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

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

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

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

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row!important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell!important;
  }
}

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

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

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

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

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell!important;
  }
}

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

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

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

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

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

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

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

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

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

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row!important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell!important;
  }
}

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

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

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

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

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

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

@media print {
  .hidden-print {
    display: none!important;
  }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: #104054;
  /**/
  /*  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
*/
  width: 478px;
  padding: 45px 30px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}

.sweet-alert h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  /*    text-transform: none;
*/
  position: relative;
  margin: 15px 0 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #4c922d !important;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #4c922d;
}

.sweet-alert button:active {
  background-color: #4c922d;
}

.sweet-alert button.cancel {
  background-color: #a21616 !important;
}

.sweet-alert button.cancel:hover {
  background-color: #a21616;
}

.sweet-alert button.cancel:active {
  background-color: #a21616;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 0px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #41acd9;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #41acd9;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #41acd9;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #104054;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 8px;
  height: 95px;
  background-color: #104054;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */

@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }

  100% {
    top: 50%;
  }
}

@keyframes slideFromTop {
  0% {
    top: 0%;
  }

  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@keyframes slideToTop {
  0% {
    top: 50%;
  }

  100% {
    top: 0%;
  }
}

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  100% {
    top: 50%;
  }
}

@keyframes slideFromBottom {
  0% {
    top: 70%;
  }

  100% {
    top: 50%;
  }
}

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }

  100% {
    top: 70%;
  }
}

@keyframes slideToBottom {
  0% {
    top: 50%;
  }

  100% {
    top: 70%;
  }
}

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }

  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #41acd9;
  }

  100% {
    border-color: #afe8ff;
  }
}

@keyframes pulseWarning {
  0% {
    border-color: #41acd9;
  }

  100% {
    border-color: #afe8ff;
  }
}

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #41acd9;
  }

  100% {
    background-color: #afe8ff;
  }
}

@keyframes pulseWarningIns {
  0% {
    background-color: #41acd9;
  }

  100% {
    background-color: #afe8ff;
  }
}

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Internet Explorer 9 has some special quirks that are fixed here */

/* The icons are not animated. */

/* This file is automatically merged into sweet-alert.min.js through Gulp */

/* Error icon */

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

/* Success icon */

.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */

@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: .5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: .5;
  }

  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: .5;
  }

  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }

  10% {
    opacity: .5;
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  90% {
    opacity: .5;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* VARIABLES */

/* MIXINS */

.flex-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-container.flex-wrap {
  flex-wrap: wrap;
}

.flex-container .flex-item {
  padding: 10px;
}

.flex-container .flex-item:first-child {
  margin-right: 20px;
}

.flex-container .flex-50 {
  flex: 1 0 40%;
}

.flex-container .flex-30 {
  flex: 1 0 28%;
}

@media (max-width: 768px) {
  .flex-container .flex-xs-100 {
    flex: 1 0 100%;
    margin-right: 0;
  }
}

.flex-container.flex-align-center {
  align-items: center;
  justify-content: center;
}
@charset "UTF-8";

/*
*
*	cloudscene.com
*	MAIN CSS
*
*/

/* Mixins */

/* VARIABLES */

/* MIXINS */

/* THEME */

/* Announcement Bar */

#announcementBar {
  display: none;
}

.announcement #announcementBar {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 68px 15px 15px;
  background: #009EFF;
  z-index: 300;
}

.announcement #announcementBar .announcement-msg {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

.announcement #announcementBar .announcement-msg a {
  color: #afe8ff;
}

.announcement #announcementBar .announcement-msg a:hover {
  color: #7cd4f7;
}

.announcement #announcementBar .announcement-close {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  color: #fff;
  cursor: pointer;
}

.announcement #mobileMenu-top .navbar-collapse {
  border-top: none;
  box-shadow: none;
}

.announcement .main-content {
  margin-top: 0;
}

.announcement#marketplace #desktopMenu,
.announcement#marketplace #mobileMenu-top,
.announcement#home #desktopMenu,
.announcement#home #mobileMenu-top,
.announcement#cloudfinder #desktopMenu,
.announcement#cloudfinder #mobileMenu-top {
  position: fixed;
}

/* Lazyfade */

.firstLoad .lazyfade.lazyload {
  opacity: 1;
}

.firstLoad .lazyfade.lazyloading {
  opacity: 0;
}

.firstLoad .lazyfade.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

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

template {
  display: block;
}

.loader {
  z-index: 100;
  position: relative;
}

.loader.mploader {
  display: none;
}

.loader #cs-loader-logo {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 280px;
}

.loader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  top: 300px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(215, 215, 215, 0.7);
  margin-left: -60px;
  margin-top: -60px;
}

.loader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 300px;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.loader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 28, 61, 0.5);
}

.loader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

.loader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@-moz-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@-o-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.25;
  }
}

.loader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.loader.inner-loader .loader-circle {
  top: 50px;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: 0px;
}

.loader.inner-loader .loader-line-mask {
  top: 50px;
  width: 30px;
  height: 60px;
  margin-left: -30px;
  margin-top: 0px;
  -webkit-transform-origin: 30px 30px;
  -moz-transform-origin: 30px 30px;
  -o-transform-origin: 30px 30px;
  -ms-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
}

.loader.inner-loader .loader-line-mask .loader-line {
  width: 60px;
  height: 60px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* VueJS Cloaking */

[v-cloak] {
  display: none;
}

.data-dump {
  display: none;
}

/* OVERRIDES */

* {
  outline: none;
}

/* Bootstrap */

.col-xxs-12 {
  width: 100% !important;
}

.material-icons {
  line-height: 1.5;
  pointer-events: none;
}

@media (max-width: 480px) {
  .container {
    width: 100%;
  }
}

.row {
  margin-bottom: 0;
}

.caret {
  border: 0;
}

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

nav .input-field input {
  border-bottom: 1px solid #9e9e9e;
}

.panel {
  background: transparent;
}

hr {
  border-top: 1px solid whitesmoke;
}

.table-striped > tbody > tr:nth-child(odd) {
  background: whitesmoke;
}

[data-opentab] {
  cursor: pointer;
}

.tooltipped {
  display: inline-block;
}

.container.full-width {
  width: 100% !important;
}

/* Select 2*/

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #AAA !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009EFF;
}

.select2Hidden {
  position: absolute !important;
  display: block !important;
  border: 0 !important;
  height: 0 !important;
}

/* Materialize */

.material-tooltip {
  background: #001C3D;
  max-width: 250px;
  pointer-events: all;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 5px !important;
}

.material-tooltip .backdrop {
  background: #001C3D;
}

textarea.materialize-textarea {
  padding: 3rem 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:active,
.btn.disabled:hover {
  opacity: 1;
  background-color: #009EFF !important;
  color: #7cd4f7 !important;
}

.preloader-wrapper.xsmall {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.spinner-white-only {
  border-color: #fff;
}

.spinner-mediumblue-only {
  border-color: #009EFF;
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #001C3D;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #001C3D;
  box-shadow: none;
}

input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
}

/* Chrome autofill */

.fieldset-body input:-webkit-autofill,
.fieldset-body input:-webkit-autofill:hover,
.fieldset-body input:-webkit-autofill:focus,
.fieldset-body input:-webkit-autofill:active {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.1) inset !important;
  -webkit-box-shadow: 0 0 0 1000px #f6fafb inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #777 !important;
}

/* HELPERS */

@media only screen and (min-width: 767px) {
  .mobile-only {
    display: none !important;
  }

  .tablet-only {
    display: none !important;
  }

  .desktop-only {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: none !important;
  }

  .tablet-only {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: block !important;
  }

  .tablet-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #mainNav li a {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}

@media only screen and (min-width: 1025px) {
  .desktop-menu-only {
    display: block !important;
  }

  .mobile-menu-only {
    display: none !important;
  }
}

@media only screen and (max-width: 1025px) {
  .desktop-menu-only {
    display: none !important;
  }

  .mobile-menu-only {
    display: block !important;
  }
}

.rotate180 {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.even-columns .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.even-columns .row > div:first-child {
  margin: 0 0 0 -1px;
}

.even-columns .row > .short-col {
  display: flex;
  -webkit-flex: 1 1 15em;
  flex-direction: column;
}

.no-break {
  white-space: nowrap;
}

.smaller-text {
  font-size: 80%;
}

.smaller-text.white-text {
  color: #fff;
}

.top-margin-30 {
  margin-top: 30px;
}

.top-margin-15 {
  margin-top: 15px;
}

.text-grey {
  color: #777;
}

.icon-wrapper i,
.icon-wrapper span {
  vertical-align: middle;
}

.noResults {
  margin: 15px 0;
}

.alert {
  border: 0;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

.alert.alert-danger {
  background: #eb3e4e;
}

.alert.alert-danger a {
  color: white;
}

.alert.alert-danger a:hover {
  color: white;
}

.alert.alert-success {
  background: #E5F5FF;
}

.alert.alert-success a {
  color: #282828;
}

.alert.alert-info {
  background: #009EFF;
}

.alert.alert-info a {
  color: #ace4fa;
}

.alert.alert-info a:hover {
  color: #c4ecfb;
}

.alert.alert-gold {
  background: #d4c36c;
}

.alert.alert-gold a {
  color: #142f65;
}

.alert.alert-gold a:hover {
  color: #1c4390;
}

/* STRUCTURAL ELEMENTS */

html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
}

body {
  font: 100% "DM Sans", sans-serif;
  height: 100%;
  color: #333;
  background: #fff;
  transition: opacity 0.25s ease;
  display: flex;
  flex-direction: column;
  margin-top: 64px;
  /* Margin bottom by footer height */
}

body .overflowFix {
  flex: 1 0 auto;
}

body.canvas-slid #app:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 1;
}

.navbar {
  margin-bottom: 0;
}

.main-content {
  padding: 0;
  background: #fff;
}

.main-content h1 {
  position: relative;
}

.main-content h1 .h1-image {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -60px;
  background: #DCDCDC;
  text-align: center;
}

#marketplace .main-content,
#home .main-content {
  margin-top: 0;
}

p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-weight: normal;
}

a {
  color: #009EFF;
  outline: none !important;
}

a:hover {
  color: #66c5ff;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  text-decoration: none !important;
}

/* BREADCRUMBS */

#breadcrumbTrail {
  background: #fff;
  margin-bottom: 0;
  padding: 15px 0;
}

#breadcrumbTrail ul {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

#breadcrumbTrail ul li {
  display: inline-block;
  color: #282828;
}

#breadcrumbTrail ul li:after {
  display: inline-block;
  margin: 0 5px 0 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #555555;
}

#breadcrumbTrail ul li:last-child:after {
  display: none;
}

#breadcrumbTrail ul li a {
  color: #282828;
}

#breadcrumbTrail ul li span.breadcrumb-trim {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: 300px;
}

@media (max-width: 1399px) {
  #breadcrumbTrail ul li span.breadcrumb-trim {
    max-width: 300px;
  }
}

@media (max-width: 1024px) {
  #breadcrumbTrail ul li span.breadcrumb-trim {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  #breadcrumbTrail ul li span.breadcrumb-trim {
    max-width: 100px;
  }
}

#breadcrumbTrail.darkblue a .inner-text,
#breadcrumbTrail.gold a .inner-text {
  color: #009EFF;
}

#breadcrumbTrail.darkblue a:hover,
#breadcrumbTrail.gold a:hover {
  color: #009EFF !important;
}

#mobileAssetFunctions {
  display: none;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #mobileAssetFunctions {
    display: block;
  }
}

#asset-functions a {
  cursor: pointer !important;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
}

#asset-functions a:last-child {
  margin-right: 0px;
}

#asset-functions a span .inner-text {
  font-size: 12px;
  font-size: 0.75rem;
}

#asset-functions a .tooltipped {
  pointer-events: none;
}

#asset-functions a#compareAsset i {
  color: #fff;
}

#asset-functions a#compareAsset .inner-text {
  color: #fff;
}

#asset-functions #sideBarClaim a {
  margin-bottom: 0;
  display: inline;
  vertical-align: bottom;
}

/* MODALS */

@media (max-width: 768px) {
  .modal-open {
    position: fixed;
  }
}

@media (max-width: 480px) {
  .modal-open {
    position: fixed;
  }
}

#frmQuote .modal-header .modal-title {
  display: inline-block;
}

#frmQuote .modal-header #submitQuoteBtnTop {
  display: none;
  margin-left: 20px;
}

#frmQuote .modal-header .close {
  margin-top: 0;
}

#mapModal .modal-dialog {
  height: 80% !important;
}

#mapModal .modal-header {
  padding: 0;
  min-height: 0;
}

#mapModal .modal-content {
  height: 100% !important;
}

#mapModal .modal-body {
  height: 100% !important;
}

.modal {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: transparent;
}

.modal.in {
  display: block !important;
}

.modal input:-webkit-autofill,
.modal input:-webkit-autofill:hover,
.modal input:-webkit-autofill:focus,
.modal input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.1) inset !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}

.modal .modal-dialog {
  background: white;
}

.modal .modal-dialog.laptop-fix {
  background-color: #fff;
}

@media (max-height: 768px) {
  .modal .modal-dialog.laptop-fix {
    width: 75%;
  }

  .modal .modal-dialog.laptop-fix .input-field {
    display: inline-block;
    float: left;
    width: 48%;
  }

  .modal .modal-dialog.laptop-fix .input-field:nth-of-type(odd) {
    margin-right: 2%;
  }

  .modal .modal-dialog.laptop-fix .input-field.laptop-full {
    width: 100%;
    margin-right: 0;
  }
}

.modal .modal-dialog.full-width {
  width: 90%;
}

.modal .modal-backdrop {
  position: fixed;
}

.modal .modal-content {
  padding: 5px;
}

.modal .modal-content.confirmation {
  max-width: 450px;
  text-align: center;
}

.modal .modal-header {
  padding: 10px;
  border: 0px;
}

.modal .modal-header .modal-title {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 20px 0 10px 20px;
  text-transform: uppercase;
}

.modal .modal-header .close {
  margin-right: 5px;
  opacity: 0.7;
  text-shadow: initial;
  font-size: 2rem;
  font-weight: normal;
  margin-top: -60px;
}

.modal .modal-helper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 30px 30px 30px;
}

.modal .modal-helper i {
  width: 50px;
  display: inline-block;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
}

@media (max-width: 480px) {
  .modal .modal-helper i {
    display: none;
  }
}

.modal .modal-helper p {
  margin: 0;
}

.modal .modal-error {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px;
}

.modal .modal-error i {
  width: 50px;
  display: inline-block;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
}

@media (max-width: 480px) {
  .modal .modal-error i {
    display: none;
  }
}

.modal .modal-error p {
  margin: 0;
}

.modal .alert {
  border: 0;
  border-radius: 0;
  text-align: center;
}

.modal .alert.alert-danger {
  background: #eb3e4e;
}

.modal .alert.alert-success {
  background: #E5F5FF;
  color: #282828;
}

.modal .alert.alert-info {
  background: #009EFF;
}

.modal .alert.alert-gold {
  background: #d4c36c;
}

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

.modal .modal-body.padded {
  padding: 0 30px 0px;
}

.modal .modal-body.padded-top {
  padding-top: 30px;
}

.modal .modal-body .details-panel p {
  margin-bottom: 15px;
}

.modal .modal-body .details-panel a:active,
.modal .modal-body .details-panel a:hover,
.modal .modal-body .details-panel a:focus {
  outline: none !important;
}

.modal .modal-body .help-block {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 0 0;
  margin: 0;
}

.modal .modal-body .error-help-block {
  padding: 0;
}

.modal .modal-body .row {
  padding-bottom: 30px;
}

.modal .modal-body .row:last-of-type {
  padding-bottom: 0;
}

.modal .modal-body .input-field {
  padding: 0 0 30px 0;
  margin: 0;
}

.modal .modal-body .input-field:last-of-type {
  padding: 0;
}

.modal .modal-body .input-field input:-webkit-autofill,
.modal .modal-body .input-field input:-webkit-autofill:hover,
.modal .modal-body .input-field input:-webkit-autofill:focus,
.modal .modal-body .input-field input:-webkit-autofill:active {
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}

.modal .modal-body .input-field #report-msg {
  padding: 1rem 0;
}

.modal .modal-body .input-field.prefix .help-block {
  margin-left: 3rem;
}

.modal .modal-body .input-checkbox {
  margin-bottom: 15px;
}

.modal .modal-body .error-help-block {
  color: #FF3331 !important;
}

.modal .modal-body p:last-child {
  margin: 0;
}

.modal .modal-body table:not(.table-condensed) {
  margin: 0;
}

.modal .modal-body table:not(.table-condensed).table-striped tbody tr:nth-child(odd) {
  background-color: #122b5c;
}

.modal .modal-body table:not(.table-condensed).table-striped tbody tr:nth-child(even) {
  background-color: #122b5c;
}

.modal .modal-body table:not(.table-condensed) th {
  background-color: #102550;
}

.modal .modal-body table:not(.table-condensed) th,
.modal .modal-body table:not(.table-condensed) td {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.modal .modal-body table:not(.table-condensed) th {
  border-bottom: 0;
}

.modal .modal-body table:not(.table-condensed) td {
  border-top: 1px solid #18397a;
}

.modal .modal-body table:not(.table-condensed) td.actions {
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}

.modal .modal-body table:not(.table-condensed) td.actions a {
  height: 25px;
  padding: 0;
}

.modal .modal-body .add-chip {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.modal .modal-body #modalMemberError {
  background: #eb3e4e;
  padding: 15px;
  text-align: center;
  color: #fff;
}

.modal .modal-body .modal-subtitle {
  color: #009EFF;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 0;
}

.modal .modal-body .modal-subtitle span i {
  display: none;
}

.modal .modal-footer {
  background: #fff;
  height: auto;
  border-radius: 0;
  border: 0;
  padding: 45px 10px;
  text-align: center;
}

.modal .modal-footer .btn {
  float: none;
  margin: 0;
}

.modal .modal-footer .btn:not(:last-child) {
  margin-right: 15px;
}

.modal .modal-footer .save-notice {
  max-width: 80%;
  margin: 15px auto 0 !important;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #282828;
}

.modal.modal--dark input:-webkit-autofill,
.modal.modal--dark input:-webkit-autofill:hover,
.modal.modal--dark input:-webkit-autofill:focus,
.modal.modal--dark input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #142f65 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.modal.modal--dark .modal-header {
  background: #142f65;
  color: #fff;
}

.modal.modal--dark .modal-header .modal-title {
  margin: 20px 0 20px 20px;
}

.modal.modal--dark .modal-header .close {
  color: #009EFF;
}

.modal.modal--dark .modal-helper {
  background: #102550;
  color: #fff;
  border-bottom: 30px solid #142f65;
  padding: 15px;
}

.modal.modal--dark .modal-helper i {
  color: #009EFF;
}

.modal.modal--dark .modal-error {
  color: #fff;
  background: #e92739;
}

.modal.modal--dark .modal-error i {
  color: #fff;
}

.modal.modal--dark .alert {
  color: #fff;
}

.modal.modal--dark .modal-footer {
  background: #142f65;
}

.modal.modal--dark .modal-body {
  background: #142f65;
}

.modal.modal--dark .modal-body .details-panel a:active,
.modal.modal--dark .modal-body .details-panel a:hover,
.modal.modal--dark .modal-body .details-panel a:focus {
  outline: none !important;
  color: #7cd4f7;
}

.modal.modal--dark .modal-body .help-block {
  color: #afe8ff;
}

.modal.modal--dark .modal-body .error-help-block {
  color: #f7b2b8;
}

.modal.modal--dark .modal-body input {
  color: #fff;
}

.modal.modal--dark .modal-body .input-field label {
  color: #fff;
}

.modal.modal--dark .modal-body .input-field label.active {
  color: #009EFF;
}

.modal.modal--dark .modal-body .input-field.selecttwo label {
  color: #fff;
}

.modal.modal--dark .modal-body .input-field.selecttwo label.active {
  color: #009EFF !important;
}

.modal.modal--dark .modal-body .input-field input,
.modal.modal--dark .modal-body .input-field textarea,
.modal.modal--dark .modal-body .input-field .select2-selection__rendered {
  color: #fff !important;
}

.modal.modal--dark .modal-body .input-field input:-webkit-autofill,
.modal.modal--dark .modal-body .input-field input:-webkit-autofill:hover,
.modal.modal--dark .modal-body .input-field input:-webkit-autofill:focus,
.modal.modal--dark .modal-body .input-field input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #142f65 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.modal.modal--dark .modal-body p {
  color: #fff;
}

.modal.modal--dark .modal-body input:not([type]):disabled,
.modal.modal--dark .modal-body input:not([type])[readonly="readonly"],
.modal.modal--dark .modal-body input[type=text]:disabled,
.modal.modal--dark .modal-body input[type=text][readonly="readonly"],
.modal.modal--dark .modal-body input[type=password]:disabled,
.modal.modal--dark .modal-body input[type=password][readonly="readonly"],
.modal.modal--dark .modal-body input[type=email]:disabled,
.modal.modal--dark .modal-body input[type=email][readonly="readonly"],
.modal.modal--dark .modal-body input[type=url]:disabled,
.modal.modal--dark .modal-body input[type=url][readonly="readonly"],
.modal.modal--dark .modal-body input[type=time]:disabled,
.modal.modal--dark .modal-body input[type=time][readonly="readonly"],
.modal.modal--dark .modal-body input[type=date]:disabled,
.modal.modal--dark .modal-body input[type=date][readonly="readonly"],
.modal.modal--dark .modal-body input[type=datetime]:disabled,
.modal.modal--dark .modal-body input[type=datetime][readonly="readonly"],
.modal.modal--dark .modal-body input[type=datetime-local]:disabled,
.modal.modal--dark .modal-body input[type=datetime-local][readonly="readonly"],
.modal.modal--dark .modal-body input[type=tel]:disabled,
.modal.modal--dark .modal-body input[type=tel][readonly="readonly"],
.modal.modal--dark .modal-body input[type=number]:disabled,
.modal.modal--dark .modal-body input[type=number][readonly="readonly"],
.modal.modal--dark .modal-body input[type=search]:disabled,
.modal.modal--dark .modal-body input[type=search][readonly="readonly"],
.modal.modal--dark .modal-body textarea.materialize-textarea:disabled,
.modal.modal--dark .modal-body textarea.materialize-textarea[readonly="readonly"] {
  color: #afe8ff;
  border-bottom: 1px solid #001C3D;
}

.modal.modal-fullscreen .modal-dialog {
  background-color: #fff;
  width: 90%;
  height: auto;
  margin: 8% auto 12%;
}

.modal.modal-fullscreen .modal-content {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.modal.modal-fullscreen .modal-content .modal-header {
  background: transparent;
}

.modal-backdrop.in {
  opacity: 0.65;
}

/* VALIDATION */

.cs-valid .select2Hidden {
  border-bottom: 0 !important;
}

.cs-valid textarea,
.cs-valid input[type="text"]:not(.select2Hidden) {
  border-bottom: 1px solid #4c922d !important;
}

.cs-valid .select2-selection__rendered {
  border-bottom: 1px solid #4c922d !important;
  height: 49px;
}

.cs-invalid .select2Hidden {
  border-bottom: 0 !important;
}

.cs-invalid textarea,
.cs-invalid input[type="text"]:not(.select2Hidden) {
  border-bottom: 1px solid #eb3e4e !important;
}

.cs-invalid .select2-selection__rendered {
  border-bottom: 1px solid #eb3e4e !important;
  height: 49px;
}

.cs-invalid .error-help-block {
  padding: 5px 0 0 !important;
}

/* CALL TO ACTIONS */

.cta {
  margin: 0 auto;
}

@media (max-width: 480px) {
  .cta {
    margin: 15px auto;
  }
}

.cta img {
  margin: 0 auto;
}

.cta.leaderboard img {
  margin: 0 auto;
}

/* CAROUSELS */

.carousel.not-desktop {
  position: relative;
  height: auto;
  overflow: visible;
}

.carousel.not-desktop .carousel-inner {
  overflow: visible;
}

.carousel.not-desktop .carousel-control {
  display: none;
  background-image: none;
}

@media (max-width: 480px) {
  .carousel.not-desktop .carousel-control {
    display: block;
  }

  .carousel.not-desktop .carousel-control.left {
    left: -25px;
  }

  .carousel.not-desktop .carousel-control.right {
    right: -25px;
  }
}

.carousel.not-desktop .carousel-control.dark {
  color: #142f65;
}

/* PAGE */

#introPanel.bottom-margin {
  margin-bottom: 30px;
}

#introPanel h1 {
  padding: 19px 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #001C3D;
  border-bottom: 1px solid whitesmoke;
  text-transform: uppercase;
}

#introPanel h1.larger {
  font-size: 24px;
  font-size: 1.5rem;
}

#introPanel h2 {
  margin: -10px 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #009EFF;
  text-transform: uppercase;
}

#introPanel .btn {
  margin-left: 10px;
}

body #mainNav li,
body .search-button {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

body .quick-links {
  background: white;
  padding: 20px;
  z-index: 500;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

body .quick-links ul li {
  padding: 10px;
  display: block;
}

body .quick-links ul li a {
  color: #AAA;
}

body .quick-links ul .heading {
  color: #282828;
}

body.searchshow #mainNav li {
  opacity: 0;
  visibility: hidden;
}

body.searchshow .search-button {
  opacity: 0;
  visibility: hidden;
}

body.searchshow .search-backdrop {
  z-index: 400;
  opacity: 0.5;
  display: block;
}

body.searchshow .quick-links {
  display: block;
}

.search-backdrop {
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: fixed;
  opacity: 0;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  will-change: transform, opacity;
  width: 100%;
  height: 100%;
}

/* HEADER */

header {
  /* LOGO */
}

header .home-logo {
  display: none;
}

header .inner-logo {
  display: block;
}

header .navbar-header {
  height: 64px;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .navbar-brand {
  height: auto;
}

header .navbar-brand img {
  height: 36px;
  width: 120px;
}

header .menuSearch {
  background: #fff;
  display: flex;
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.1s;
  transition-delay: 0.1s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 1030;
  height: 64px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  header .menuSearch {
    width: 100%;
  }
}

header .menuSearch.show {
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  z-index: 1030;
}

header .menuSearch .searchpanel-search {
  -webkit-font-smoothing: antialiased;
  font-size: 1.375rem;
  line-height: 3.125rem;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: inherit;
  text-transform: inherit;
  position: relative;
  flex: 1;
  height: 64px;
  margin: 0;
  padding: 0 72px 0 40px;
  transition: top 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  outline: 0;
  background: 0 0;
  -webkit-appearance: none;
}

header .menuSearch .searchpanel-search::-webkit-input-placeholder {
  color: #c3c3c3;
  font-style: italic;
}

header .menuSearch .searchpanel-search:-moz-placeholder {
  color: #c3c3c3;
  font-style: italic;
}

header .menuSearch .searchpanel-search::-moz-placeholder {
  color: #c3c3c3;
  font-style: italic;
}

header .menuSearch .searchpanel-search:-ms-input-placeholder {
  color: #c3c3c3;
  font-style: italic;
}

header .menuSearch .searchpanel-search:focus {
  border: 0;
}

header .menuSearch .search-button,
header .menuSearch .close-search {
  position: absolute;
  top: 0;
  right: 0;
}

header .search-button,
header .close-search {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  background: 0 0;
  font-family: inherit;
  line-height: 0;
  cursor: pointer;
  z-index: 1050;
  color: #282828;
}

header .search-button span,
header .close-search span {
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .search-button i,
header .close-search i {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

header .mega-menu {
  width: 600px;
  padding: 20px !important;
}

header .mega-menu ul li {
  text-align: left;
  padding: 10px;
}

header .mega-menu ul li.heading {
  padding-left: 24px;
  font-weight: bold;
  color: #282828;
}

header #desktopMenu {
  position: fixed;
  width: 100%;
  height: 64px;
  padding: 0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  background: white;
  border-color: transparent;
}

header #desktopMenu .navbar-brand {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 32px;
  padding-left: 32px;
}

header #desktopMenu .navbar-brand img {
  height: 36px;
  width: 120px;
}

header #desktopMenu #userMenu {
  padding-left: 0px;
}

header #desktopMenu .account-actions {
  display: inline-block;
  position: relative;
  height: 64px;
  margin-right: 30px;
}

header #desktopMenu .account-actions .account-actions-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

header #desktopMenu .account-actions .account-actions-inner a {
  text-transform: uppercase;
  line-height: 30px;
}

header #desktopMenu .account-actions .login-button,
header #desktopMenu .account-actions .join-button {
  display: inline-block;
  width: 64px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff !important;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

header #desktopMenu .account-actions .login-button:hover,
header #desktopMenu .account-actions .login-button:focus,
header #desktopMenu .account-actions .join-button:hover,
header #desktopMenu .account-actions .join-button:focus {
  text-decoration: none;
}

header #desktopMenu .account-actions .join-button {
  background: #009EFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
}

header #desktopMenu .account-actions .join-button:hover {
  background: #029fff;
}

header #desktopMenu .account-actions .login-button {
  background: white;
  border: 0;
  text-transform: uppercase;
  color: #009EFF !important;
}

header #desktopMenu .account-actions .login-button:hover {
  color: #029fff;
}

header #desktopMenu .account-actions #joinDropdown,
header #desktopMenu .account-actions #loginDropdown {
  width: 400px;
  margin-top: 15px;
  left: -320px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

header #desktopMenu .account-actions #joinDropdown:after,
header #desktopMenu .account-actions #loginDropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-225deg);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

header #desktopMenu .account-actions #joinDropdown .header,
header #desktopMenu .account-actions #loginDropdown .header {
  width: 100%;
  padding: 15px;
  background: #fff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 0%, #ccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-white', endColorstr='#ededed',GradientType=0 );
  /* IE6-9 */
}

header #desktopMenu .account-actions #joinDropdown .header h5,
header #desktopMenu .account-actions #loginDropdown .header h5 {
  color: #001C3D;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

header #desktopMenu .account-actions #joinDropdown .signup-details,
header #desktopMenu .account-actions #loginDropdown .signup-details {
  padding: 15px;
  text-align: center;
  background: #001C3D;
  border-bottom: 1px solid #001024;
  color: #fff;
}

header #desktopMenu .account-actions #joinDropdown .signup-details p,
header #desktopMenu .account-actions #loginDropdown .signup-details p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

header #desktopMenu .account-actions #joinDropdown form,
header #desktopMenu .account-actions #loginDropdown form {
  width: 100%;
  margin: 20px 0 0;
}

header #desktopMenu .account-actions #joinDropdown form .input-field,
header #desktopMenu .account-actions #loginDropdown form .input-field {
  display: inline-block;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 20px;
}

header #desktopMenu .account-actions #joinDropdown form .input-field label,
header #desktopMenu .account-actions #loginDropdown form .input-field label {
  text-align: left;
}

header #desktopMenu .account-actions #joinDropdown form .button-field,
header #desktopMenu .account-actions #loginDropdown form .button-field {
  display: block;
  background: #001C3D;
  padding: 15px;
}

header #desktopMenu .account-actions #joinDropdown form .button-field p,
header #desktopMenu .account-actions #loginDropdown form .button-field p {
  float: left;
  margin-top: 7px;
  width: 280px;
  color: #fff;
}

header #desktopMenu .account-actions #joinDropdown form .button-field p a,
header #desktopMenu .account-actions #loginDropdown form .button-field p a {
  line-height: inherit;
  text-transform: none;
  color: #afe8ff;
}

header #desktopMenu .account-sections {
  display: inline-block;
  position: relative;
  height: 64px;
  padding-right: 8px;
}

header #desktopMenu .account-sections a {
  display: inline-block;
  vertical-align: middle;
  line-height: 98px !important;
  padding: 0 10px 0 0 !important;
  color: #fff !important;
}

header #desktopMenu .account-sections a:last-child {
  padding: 0 !important;
}

header #desktopMenu .account-sections.account-sections-bg {
  background: #001C3D;
  padding-left: 30px;
}

header #desktopMenu .account-menu {
  display: inline-block;
  position: relative;
  height: 64px;
  width: auto !important;
  text-align: right;
  padding-right: 30px;
}

header #desktopMenu .account-menu.account-menu-padding {
  padding-left: 30px;
}

header #desktopMenu .account-menu.open .dropdown-toggle {
  background: #7cd4f7;
  color: #fff !important;
}

header #desktopMenu .account-menu .dropdown-toggle {
  display: inline-block;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  background: #009EFF;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header #desktopMenu .account-menu .dropdown-toggle i {
  line-height: 36px;
}

header #desktopMenu .account-menu .dropdown-toggle:hover {
  text-decoration: none;
  background: #009EFF;
}

header #desktopMenu .account-menu .account-menu-items {
  width: 200px;
  left: -140px;
  padding-bottom: 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: #fff;
  margin-top: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

header #desktopMenu .account-menu .account-menu-items:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-225deg);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-header {
  text-transform: uppercase;
  width: 100%;
  padding: 15px;
  background: #fff;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-header .account-image {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 15px 0 0;
  text-align: center;
  color: #fff;
  background: #009EFF;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-header .account-image i {
  line-height: 40px;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-header .account-details {
  float: left;
  max-width: 65%;
  padding: 5px 0;
  color: #282828;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-header .account-details p {
  margin: 0 0 2px;
  font-weight: 500;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-header .account-details p strong {
  font-weight: 400;
  color: #009EFF;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-item,
header #desktopMenu .account-menu .account-menu-items #addCompanyAccounts li {
  display: block;
  width: 100%;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-item a,
header #desktopMenu .account-menu .account-menu-items #addCompanyAccounts li a {
  position: relative;
  padding: 15px !important;
  background: #fff;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-item a span,
header #desktopMenu .account-menu .account-menu-items #addCompanyAccounts li a span {
  color: #282828;
  text-transform: uppercase;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-item a i,
header #desktopMenu .account-menu .account-menu-items #addCompanyAccounts li a i {
  position: absolute;
  top: 14px;
  right: 10px;
  height: auto;
  line-height: normal;
  color: #009EFF;
  font-size: 20px;
  font-size: 1.25rem;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-item.active a,
header #desktopMenu .account-menu .account-menu-items .account-menu-item:hover a,
header #desktopMenu .account-menu .account-menu-items #addCompanyAccounts li.active a,
header #desktopMenu .account-menu .account-menu-items #addCompanyAccounts li:hover a {
  background: #DCDCDC;
}

header #desktopMenu .account-menu .account-menu-items .account-menu-item.active a i,
header #desktopMenu .account-menu .account-menu-items .account-menu-item:hover a i,
header #desktopMenu .account-menu .account-menu-items #addCompanyAccounts li.active a i,
header #desktopMenu .account-menu .account-menu-items #addCompanyAccounts li:hover a i {
  color: #009EFF;
}

header #desktopMenu #navbar > ul > li:not(.account-menu) > a {
  height: 64px;
  line-height: 64px;
  padding: 0 15px 0 15px;
  color: #282828;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header #desktopMenu #navbar > ul > li:not(.account-menu) > a:hover,
header #desktopMenu #navbar > ul > li:not(.account-menu) > a.active {
  color: #009EFF;
}

header #desktopMenu #navbar > ul > li li > a {
  height: auto;
  line-height: normal;
  padding-top: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

header #desktopMenu .dropdown .downarrow {
  font-size: 22px;
  font-size: 1.375rem;
  vertical-align: middle;
  margin-bottom: 2px;
}

header #desktopMenu #navbar > ul > li.dropdown a:hover {
  background: transparent;
}

header #desktopMenu #navbar > ul > li.dropdown.active a,
header #desktopMenu #navbar > ul > li.dropdown.active a:hover {
  background: transparent;
}

header #desktopMenu #navbar > ul > li.dropdown .dropdown-menu {
  background: #fff;
  padding: 0;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
  margin-top: 12px;
  border: 0;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.175);
  top: 52px;
}

header #desktopMenu #navbar > ul > li.dropdown .dropdown-menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 8px;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-225deg);
  z-index: 1000;
}

header #desktopMenu #navbar > ul > li.dropdown .dropdown-menu li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #282828;
  padding: 15px;
  transition: all 0.5s;
}

header #desktopMenu #navbar > ul > li.dropdown .dropdown-menu li a:hover {
  color: #009EFF;
}

header #mobileMenu-side {
  background: #fff;
  border: 0;
}

@media (max-width: 320px) {
  header #mobileMenu-side {
    width: 225px;
  }
}

header #mobileMenu-side .account-actions {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: inset 14px 0px 30px -33pxpx rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 14px 0px 30px -33px rgba(0, 0, 0, 0.5);
  box-shadow: inset 14px 0px 30px -33px rgba(0, 0, 0, 0.5);
}

header #mobileMenu-side .account-actions .account-actions-inner {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 17px;
  text-align: center;
}

header #mobileMenu-side .account-actions > a {
  line-height: 60px;
}

header #mobileMenu-side .account-actions .login-button,
header #mobileMenu-side .account-actions .join-button {
  display: inline-block;
  width: 45%;
  height: 46px;
  line-height: 46px;
  padding: 0;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

header #mobileMenu-side .account-actions .join-button {
  color: #fff;
  background: #009EFF;
  margin: 0 5% 0 0;
}

header #mobileMenu-side .account-actions .login-button {
  color: #009EFF;
  background: transparent;
  margin: 0;
}

header #mobileMenu-side .account-actions #joinDropdown,
header #mobileMenu-side .account-actions #loginDropdown,
header #mobileMenu-side .account-actions #forgotDropdown {
  display: none;
  width: 115%;
  margin: 0 -15px -15px;
  padding: 0 15px;
}

header #mobileMenu-side .account-actions #joinDropdown:after,
header #mobileMenu-side .account-actions #loginDropdown:after,
header #mobileMenu-side .account-actions #forgotDropdown:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-225deg);
  box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}

header #mobileMenu-side .account-actions #joinDropdown .alert,
header #mobileMenu-side .account-actions #loginDropdown .alert,
header #mobileMenu-side .account-actions #forgotDropdown .alert {
  margin: 0;
}

header #mobileMenu-side .account-actions #joinDropdown .header,
header #mobileMenu-side .account-actions #loginDropdown .header,
header #mobileMenu-side .account-actions #forgotDropdown .header {
  width: 100%;
  padding: 15px;
  background: #142f65;
}

header #mobileMenu-side .account-actions #joinDropdown .header h5,
header #mobileMenu-side .account-actions #loginDropdown .header h5,
header #mobileMenu-side .account-actions #forgotDropdown .header h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

header #mobileMenu-side .account-actions #joinDropdown .signup-details,
header #mobileMenu-side .account-actions #loginDropdown .signup-details,
header #mobileMenu-side .account-actions #forgotDropdown .signup-details {
  padding: 15px;
  text-align: center;
  background: #001C3D;
  border-bottom: 1px solid #001024;
  color: #fff;
}

header #mobileMenu-side .account-actions #joinDropdown .signup-details p,
header #mobileMenu-side .account-actions #loginDropdown .signup-details p,
header #mobileMenu-side .account-actions #forgotDropdown .signup-details p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}

header #mobileMenu-side .account-actions #joinDropdown form,
header #mobileMenu-side .account-actions #loginDropdown form,
header #mobileMenu-side .account-actions #forgotDropdown form {
  width: 100%;
  padding: 20px 0 0;
  text-align: left;
  background: #102550;
}

header #mobileMenu-side .account-actions #joinDropdown form .input-field,
header #mobileMenu-side .account-actions #loginDropdown form .input-field,
header #mobileMenu-side .account-actions #forgotDropdown form .input-field {
  display: inline-block;
  width: 85%;
  margin-left: 15px;
  margin-bottom: 20px;
}

header #mobileMenu-side .account-actions #joinDropdown form .input-field input,
header #mobileMenu-side .account-actions #loginDropdown form .input-field input,
header #mobileMenu-side .account-actions #forgotDropdown form .input-field input {
  color: #fff;
  border-bottom: 1px solid #009EFF;
}

header #mobileMenu-side .account-actions #joinDropdown form .input-field .prefix,
header #mobileMenu-side .account-actions #loginDropdown form .input-field .prefix,
header #mobileMenu-side .account-actions #forgotDropdown form .input-field .prefix {
  color: #009EFF;
}

header #mobileMenu-side .account-actions #joinDropdown form .input-field .prefix ~ label,
header #mobileMenu-side .account-actions #loginDropdown form .input-field .prefix ~ label,
header #mobileMenu-side .account-actions #forgotDropdown form .input-field .prefix ~ label {
  color: #fff;
}

header #mobileMenu-side .account-actions #joinDropdown form .input-field label,
header #mobileMenu-side .account-actions #loginDropdown form .input-field label,
header #mobileMenu-side .account-actions #forgotDropdown form .input-field label {
  text-align: left;
}

header #mobileMenu-side .account-actions #joinDropdown form .social-login,
header #mobileMenu-side .account-actions #loginDropdown form .social-login,
header #mobileMenu-side .account-actions #forgotDropdown form .social-login {
  text-align: center;
  margin-bottom: 15px;
}

header #mobileMenu-side .account-actions #joinDropdown form .social-login strong,
header #mobileMenu-side .account-actions #loginDropdown form .social-login strong,
header #mobileMenu-side .account-actions #forgotDropdown form .social-login strong {
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

header #mobileMenu-side .account-actions #joinDropdown form .social-login .loginIcons,
header #mobileMenu-side .account-actions #loginDropdown form .social-login .loginIcons,
header #mobileMenu-side .account-actions #forgotDropdown form .social-login .loginIcons {
  display: inline-block;
}

header #mobileMenu-side .account-actions #joinDropdown form .social-login .loginIcons a,
header #mobileMenu-side .account-actions #loginDropdown form .social-login .loginIcons a,
header #mobileMenu-side .account-actions #forgotDropdown form .social-login .loginIcons a {
  text-decoration: none;
  height: auto;
  line-height: 0;
  padding: 0;
}

header #mobileMenu-side .account-actions #joinDropdown form .social-login .loginIcons .btnLinkedinLogin,
header #mobileMenu-side .account-actions #loginDropdown form .social-login .loginIcons .btnLinkedinLogin,
header #mobileMenu-side .account-actions #forgotDropdown form .social-login .loginIcons .btnLinkedinLogin {
  background-color: #0078ba;
  color: #fff;
}

header #mobileMenu-side .account-actions #joinDropdown form .button-field,
header #mobileMenu-side .account-actions #loginDropdown form .button-field,
header #mobileMenu-side .account-actions #forgotDropdown form .button-field {
  display: block;
  background: #102550;
  padding: 15px;
  text-align: center;
}

header #mobileMenu-side .account-actions #joinDropdown form .button-field .btn,
header #mobileMenu-side .account-actions #loginDropdown form .button-field .btn,
header #mobileMenu-side .account-actions #forgotDropdown form .button-field .btn {
  float: none !important;
  width: 50%;
}

header #mobileMenu-side .account-actions #joinDropdown form .footer-text,
header #mobileMenu-side .account-actions #loginDropdown form .footer-text,
header #mobileMenu-side .account-actions #forgotDropdown form .footer-text {
  width: 80%;
  margin: 15px auto 0;
  border-top: 1px solid #1c4390 !important;
}

header #mobileMenu-side .account-actions #joinDropdown form .footer-text p,
header #mobileMenu-side .account-actions #loginDropdown form .footer-text p,
header #mobileMenu-side .account-actions #forgotDropdown form .footer-text p {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
}

header #mobileMenu-side .account-menu {
  display: block;
  position: relative;
  margin: 0;
}

header #mobileMenu-side .account-menu .account-menu-header {
  height: 80px;
  padding: 20px;
  background: #fff;
  /* Old browsers */
  -webkit-box-shadow: inset 14px 0px 30px -33px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 14px 0px 30px -33px rgba(0, 0, 0, 0.5);
  box-shadow: inset 14px 0px 30px -33px rgba(0, 0, 0, 0.5);
}

header #mobileMenu-side .account-menu .account-menu-header .account-image {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 15px 0 0;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #ccecff;
  background: #009EFF;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}

header #mobileMenu-side .account-menu .account-menu-header .account-image i {
  line-height: 40px;
}

header #mobileMenu-side .account-menu .account-menu-header .account-details {
  float: left;
  padding: 0;
  text-align: left;
}

header #mobileMenu-side .account-menu .account-menu-header .account-details p {
  margin: 0;
}

header #mobileMenu-side .account-menu .account-menu-header .account-details p strong {
  font-weight: 500;
}

header #mobileMenu-side .account-menu .account-collapse {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 10px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin: 10px 0 0;
  text-align: center;
  color: #fff;
  border: 1px solid #ccc;
  line-height: 30px;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  background: transparent;
}

header #mobileMenu-side .account-menu .account-collapse:hover {
  background: transparent;
}

header #mobileMenu-side .account-menu .account-collapse i {
  line-height: 30px;
  color: #009EFF;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

header #mobileMenu-side .account-menu .open .account-collapse {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

header #mobileMenu-side .account-menu .open .account-collapse i {
  font-size: 30px;
  font-size: 1.875rem;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

header #mobileMenu-side .account-menu .dropdown-menu {
  position: relative;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: inset 14px 0px 30px -33px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 14px 0px 30px -33px rgba(0, 0, 0, 0);
  box-shadow: inset 14px 0px 30px -33px rgba(0, 0, 0, 0);
}

header #mobileMenu-side .account-menu .dropdown-menu .account-menu-item a {
  display: block;
  height: auto;
  line-height: 30px;
  position: relative;
  padding: 10px !important;
}

header #mobileMenu-side .account-menu .dropdown-menu .account-menu-item a p {
  margin: 0;
  line-height: 30px;
  text-transform: none;
}

header #mobileMenu-side .account-menu .dropdown-menu .account-menu-item a span {
  color: #fff;
  text-transform: uppercase;
}

header #mobileMenu-side .account-menu .dropdown-menu .account-menu-item a i {
  position: absolute;
  top: 12px;
  right: 10px;
  color: #009EFF;
}

header #mobileMenu-side .account-menu .dropdown-menu .account-menu-item.active a,
header #mobileMenu-side .account-menu .dropdown-menu .account-menu-item:hover a {
  background: #DCDCDC !important;
}

header #mobileMenu-side .account-menu .dropdown-menu .account-menu-item.active a i,
header #mobileMenu-side .account-menu .dropdown-menu .account-menu-item:hover a i {
  color: #009EFF;
}

header #mobileMenu-side .nav {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

header #mobileMenu-side .nav > li > a {
  font-weight: bold;
}

header #mobileMenu-side .nav li > a {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #282828;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

header #mobileMenu-side .nav li > a .downarrow {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  margin-bottom: 2px;
}

header #mobileMenu-side .nav li > a:hover {
  background: #ccc;
}

@media (max-width: 768px) {
  header #mobileMenu-side .nav li > a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

header #mobileMenu-side .nav li > a.active {
  background: #ccc;
}

header #mobileMenu-side .nav li .dropdown-menu {
  width: 100%;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

header #mobileMenu-side .nav li .dropdown-menu a {
  background: #fff;
  padding-left: 40px;
  border-top: 0;
}

header #mobileMenu-side .nav li .dropdown-menu a:hover {
  background: #ccc;
}

header #mobileMenu-top {
  width: 100%;
  height: 64px;
  padding: 0;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border: 0;
}

header #mobileMenu-top .navbar-button {
  position: absolute !important;
  top: 0;
  right: 10px;
  float: right;
}

header #mobileMenu-top .navbar-brand {
  overflow: hidden;
  padding: 0;
  padding-left: 10px;
  z-index: 1;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header #mobileMenu-top .navbar-brand img {
  width: 130px;
  margin-left: 10px;
}

header #mobileMenu-top .navbar-brand.sliding {
  margin: 0 !important;
}

header #mobileMenu-top #navbar {
  position: absolute;
  top: -1px;
  right: 0;
  display: block !important;
  visibility: visible !important;
}

header #mobileMenu-top #navbar #reducedNav {
  display: none;
}

header #mobileMenu-top #reducedNav > li:not(.account-menu) > a {
  height: 64px;
  line-height: 64px;
  padding: 0 15px 0 15px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #282828;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header #mobileMenu-top #reducedNav > li:not(.account-menu) > a:hover,
header #mobileMenu-top #reducedNav > li:not(.account-menu) > a.active {
  color: #009EFF;
}

header #mobileMenu-top #reducedNav .dropdown .downarrow {
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
  margin-bottom: 2px;
}

header #mobileMenu-top #reducedNav .dropdown a:hover {
  background: transparent;
}

header #mobileMenu-top #reducedNav .dropdown.active a,
header #mobileMenu-top #reducedNav .dropdown.active a:hover {
  background: transparent;
}

header #mobileMenu-top #reducedNav .dropdown .dropdown-menu {
  background: #142f65;
  padding: 0;
  left: 50%;
  right: auto;
  text-align: center;
  transform: translate(-50%, 0);
}

header #mobileMenu-top #reducedNav .dropdown .dropdown-menu li a {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff !important;
  padding: 15px;
  border-top: 1px solid #1c4390;
  border-bottom: 1px solid #0c1b3a;
  background: transparent;
}

header #mobileMenu-top #reducedNav .dropdown .dropdown-menu li a:hover {
  color: #fff !important;
  background: #0c1b3a;
  border-top: 1px solid #142f65;
  border-bottom: 1px solid #030710;
}

header #mobileMenu-top #reducedNav .dropdown .dropdown-menu li:first-child a {
  border-top: 0;
}

header #mobileMenu-top #reducedNav .dropdown .dropdown-menu li:first-child a:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 10px #142f65;
  z-index: 1000;
}

header #mobileMenu-top #reducedNav .dropdown .dropdown-menu li:first-child a:hover:after {
  border-bottom: solid 10px #0c1b3a;
}

header #mobileMenu-top #reducedNav .dropdown .dropdown-menu li:last-child a {
  border-bottom: 0;
}

header #mobileMenu-top #userMenu {
  margin-top: 0;
  margin-right: 54px;
  margin-bottom: 0;
}

header #mobileMenu-top #userMenu .menuSearch {
  display: inline-block;
  margin: 0;
  max-width: 170px;
  height: 80px;
}

@media (max-width: 480px) {
  header #mobileMenu-top #userMenu .menuSearch {
    margin-right: 0;
  }
}

@media (max-width: 320px) {
  header #mobileMenu-top #userMenu .menuSearch {
    max-width: 140px;
  }
}

header #mobileMenu-top #userMenu .menuSearch .searchpanel-search {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 140px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px 0 35px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #7cd4f7;
}

header #mobileMenu-top #userMenu .menuSearch .searchpanel-search::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}

header #mobileMenu-top #userMenu .menuSearch .searchpanel-search:-moz-placeholder {
  color: #fff;
  font-style: italic;
}

header #mobileMenu-top #userMenu .menuSearch .searchpanel-search::-moz-placeholder {
  color: #fff;
  font-style: italic;
}

header #mobileMenu-top #userMenu .menuSearch .searchpanel-search:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}

@media (max-width: 320px) {
  header #mobileMenu-top #userMenu .menuSearch .searchpanel-search {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 5px 0 30px;
  }
}

header #mobileMenu-top #userMenu .menuSearch .searchpanel-icon {
  color: #009EFF;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -12px;
  pointer-events: auto;
  cursor: pointer;
}

header #mobileMenu-top .navbar-button {
  position: relative;
  height: 64px;
  width: 128px;
}

header #mobileMenu-top .navbar-button .vertical-align {
  text-align: center;
  width: 64px;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

header #mobileMenu-top .navbar-button .navbar-toggle {
  display: block;
  float: none;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

header #mobileMenu-top .navbar-button .navbar-toggle:focus {
  outline: none;
}

header #mobileMenu-top .navbar-button .navbar-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #282828;
  transition: background 0s 0.3s;
}

header #mobileMenu-top .navbar-button .navbar-toggle span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #282828;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  top: -5px;
  transition-property: top, transform;
}

header #mobileMenu-top .navbar-button .navbar-toggle span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #282828;
  content: "";
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  bottom: -5px;
  transition-property: bottom, transform;
}

header #mobileMenu-top .navbar-button .menu-text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

header #mobileMenu-top.canvas-slid .navbar-toggle {
  background-color: transparent;
}

header #mobileMenu-top.canvas-slid .navbar-toggle span {
  background: none;
}

header #mobileMenu-top.canvas-slid .navbar-toggle span::before {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.3s;
}

header #mobileMenu-top.canvas-slid .navbar-toggle span::after {
  bottom: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.3s;
}

header .dropdown-menu.fade {
  display: block;
  opacity: 0;
  pointer-events: none;
}

header .open > .dropdown-menu.fade {
  pointer-events: auto;
  opacity: 1;
}

.forgot-password {
  margin-top: 10px;
  text-align: right;
}

.social-login {
  margin: -10px 30px 30px 30px;
}

@media (max-width: 480px) {
  .social-login {
    margin-top: 20px;
  }
}

.social-login strong {
  display: block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.social-login .loginIcons {
  margin-top: 30px;
}

.social-login .loginIcons a {
  text-decoration: none;
  height: 50px;
  padding: 10px 10px 10px 10px;
  display: block;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.social-login .loginIcons a img {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}

.social-login .loginIcons a span {
  line-height: 30px;
}

.social-login .loginIcons a:not(:first-child) {
  margin-top: 10px;
}

.social-login .loginIcons .btnLinkedinLogin {
  background-color: #0078ba;
  color: #fff;
  border: solid 1px #0066a0;
}

.social-login .loginIcons .btnGoogleLogin {
  background-color: #fff;
  border: solid 1px #ccd8db;
  color: #2d2d2d;
}

#vueFooter {
  flex-shrink: 0;
}

/* FOOTER */

footer {
  width: 100%;
  background: #060a2b;
  background: linear-gradient(90deg, #060a2b 0%, #003d91 100%);
}

footer section {
  margin-bottom: auto !important;
}

footer #signupPanel {
  padding: 30px 0;
  background: #142f65;
  /* Old browsers */
}

footer #signupPanel input:-webkit-autofill,
footer #signupPanel input:-webkit-autofill:hover,
footer #signupPanel input:-webkit-autofill:focus,
footer #signupPanel input:-webkit-autofill:active {
  background-color: #142f65 !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.1) inset !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

footer #signupPanel h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

footer #signupPanel #signup-details {
  padding: 0 0 30px;
  border-bottom: 1px solid #001024;
  color: #fff;
}

footer #signupPanel #signup-details p {
  font-size: 14px;
  font-size: 0.875rem;
}

footer #signupPanel #signup-details .social-login strong {
  margin-right: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

footer #signupPanel #signup-details .social-login .loginIcons {
  display: inline-block;
}

footer #signupPanel #signup-details .social-login .loginIcons a {
  text-decoration: none;
}

footer #signupPanel #signup-details .social-login .loginIcons .btnLinkedinLogin {
  background-color: #0078ba;
  color: #fff;
}

@media (max-width: 480px) {
  footer #signupPanel #signup-details .social-login {
    float: none !important;
    margin: 15px 0 0;
  }
}

footer #signupPanel form {
  padding: 30px 0 0;
  overflow: hidden;
  text-align: right;
}

@media (max-width: 768px) {
  footer #signupPanel form {
    padding: 15px 0 0;
  }
}

footer #signupPanel form .input-field {
  display: inline-block;
  width: 22.5%;
  float: left;
  text-align: left;
}

@media (max-width: 1399px) {
  footer #signupPanel form .input-field {
    width: 21.9%;
  }
}

@media (max-width: 1024px) {
  footer #signupPanel form .input-field {
    width: 49%;
  }
}

@media (max-width: 768px) {
  footer #signupPanel form .input-field {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

footer #signupPanel form .input-field input {
  width: calc(100% - 3rem);
  color: #fff;
}

footer #signupPanel form .input-field label {
  text-align: left;
  width: auto !important;
  color: #fff;
}

footer #signupPanel form .input-field label.active {
  color: #afe8ff;
}

footer #signupPanel form .input-field .prefix.active {
  color: #fff;
}

footer #signupPanel form .input-field .prefix ~ label {
  margin-left: 2.2rem;
}

footer #signupPanel form .input-field.no-prefix input {
  width: calc(100%);
}

footer #signupPanel form .input-field.no-prefix .prefix {
  display: none;
}

footer #signupPanel form .button-field {
  display: inline-block;
  text-align: center;
}

@media (max-width: 1024px) {
  footer #signupPanel form .button-field {
    margin: -30px 0 30px;
  }
}

@media (max-width: 768px) {
  footer #signupPanel form .button-field {
    display: block;
    margin: 15px 0 0;
  }

  footer #signupPanel form .button-field a {
    display: block;
  }
}

@media (min-width: 1400px) {
  footer #signupPanel form .input-field:first-child {
    margin-right: 2%;
  }
}

@media (max-width: 1399px) {
  footer #signupPanel form .input-field:first-child {
    margin-right: 2%;
  }
}

@media (max-width: 1024px) {
  footer #signupPanel form .input-field:nth-child(odd) {
    margin-right: 2%;
  }
}

@media (max-width: 768px) {
  footer #signupPanel form .no-prefix {
    margin-left: 2.9rem;
  }
}

footer #signupPanel #legal-agree {
  color: #fff;
}

footer #signupPanel #legal-agree a {
  color: #afe8ff;
}

@media (max-width: 768px) {
  footer #signupPanel #legal-agree p {
    text-align: center;
    line-height: 16px;
    width: 80%;
    margin: 15px auto 0;
  }
}

footer #footer-cta {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #263586;
}

footer #footer-cta a.btn {
  background: #009EFF;
  border-radius: 4px;
  width: 300px;
}

@media (max-width: 768px) {
  footer #footer-cta a.btn {
    width: 100%;
  }
}

footer #footer-cta a.btn:hover {
  background: #007ecc;
}

footer #footer-cta h3 {
  color: white !important;
  margin-bottom: 40px !important;
  font-size: 1.5rem !important;
  font-weight: 500;
}

footer #subFooter {
  padding: 60px 0;
}

footer #subFooter .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

footer #subFooter .row > div:first-child {
  margin: 0 0 0 -1px;
}

footer #subFooter .row > .short-col {
  display: flex;
  -webkit-flex: 1 1 15em;
  flex-direction: column;
  justify-content: center;
}

footer #subFooter .footerLogo {
  display: inline-block;
  width: 200px;
  height: 70px;
  background: url("../images/footer/footer.cloudscene.icon.svg") no-repeat center;
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-details {
    width: 100%;
  }
}

footer #subFooter .subfooter-copy {
  display: inline-block;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-copy {
    margin-bottom: 40px;
  }
}

footer #subFooter .footer-links {
  text-align: right;
}

@media (max-width: 768px) {
  footer #subFooter .footer-links {
    text-align: left;
  }
}

footer #subFooter .footer-links li {
  padding: 5px 0;
}

footer #subFooter .footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  transition: all 0.5s;
}

footer #subFooter .footer-links li a:hover {
  color: white;
}

footer #subFooter .footer-links li.heading a {
  color: #fff;
}

footer #subFooter .footer-links li.heading a:hover {
  color: #009EFF;
}

footer #subFooter .subfooter-menu {
  margin: 0;
  list-style-type: none;
  text-align: right;
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-menu {
    margin: 15px 0;
    text-align: center;
    border-top: 1px solid #003370;
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  footer #subFooter .subfooter-menu {
    margin: 15px 0;
    text-align: center;
    border-top: 1px solid #003370;
    padding-top: 15px;
  }
}

@media (min-width: 992px) {
  footer #subFooter .subfooter-menu {
    margin: 0;
    text-align: right;
    border-top: 0;
    padding-top: 0;
  }
}

footer #subFooter .subfooter-menu li {
  display: inline-block;
  vertical-align: top;
}

footer #subFooter .subfooter-menu li a {
  margin: 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: normal;
  color: #fff;
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-menu li a {
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  footer #subFooter .subfooter-menu li a {
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {
  footer #subFooter .subfooter-menu li a {
    text-transform: normal;
  }
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-menu li a.desktop-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  footer #subFooter .subfooter-menu li a.desktop-only {
    display: none !important;
  }
}

@media (min-width: 992px) {
  footer #subFooter .subfooter-menu li a.desktop-only {
    display: block !important;
  }
}

footer #subFooter .subfooter-menu li a:hover {
  color: #afe8ff;
  text-decoration: none;
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-menu li.heading {
    display: inline;
  }
}

@media (min-width: 768px) {
  footer #subFooter .subfooter-menu li.heading {
    display: inline;
  }
}

@media (min-width: 992px) {
  footer #subFooter .subfooter-menu li.heading {
    display: inline-block;
  }
}

footer #subFooter .subfooter-menu li.heading > a {
  color: #7cd4f7;
  text-transform: uppercase;
  vertical-align: top;
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-menu li.heading > a {
    vertical-align: middle;
    color: #fff;
  }
}

@media (min-width: 768px) {
  footer #subFooter .subfooter-menu li.heading > a {
    vertical-align: middle;
    color: #fff;
  }
}

@media (min-width: 992px) {
  footer #subFooter .subfooter-menu li.heading > a {
    vertical-align: top;
    color: #7cd4f7;
  }
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-menu li ul {
    display: inline;
  }
}

@media (min-width: 768px) {
  footer #subFooter .subfooter-menu li ul {
    display: inline;
  }
}

@media (min-width: 992px) {
  footer #subFooter .subfooter-menu li ul {
    display: inline-block;
  }
}

footer #subFooter .subfooter-menu li ul li {
  display: block;
  margin: 0;
}

@media (max-width: 768px) {
  footer #subFooter .subfooter-menu li ul li {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  footer #subFooter .subfooter-menu li ul li {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  footer #subFooter .subfooter-menu li ul li {
    display: block;
  }
}

footer #subFooter .subfooter-menu #subfooterMenuCloudfinder ul {
  max-width: 9em;
  padding-right: 0;
  white-space: pre-wrap;
}

footer #footerBar {
  padding: 15px 0;
}

footer #footerBar .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

footer #footerBar .row > div:first-child {
  margin: 0 0 0 -1px;
}

footer #footerBar .row > .short-col {
  display: flex;
  -webkit-flex: 1 1 15em;
  flex-direction: column;
  justify-content: center;
}

footer #footerBar .footer-menu {
  list-style-type: none;
  margin: 0;
}

@media (max-width: 768px) {
  footer #footerBar .footer-menu {
    margin: 0 auto;
  }
}

footer #footerBar .footer-menu li {
  display: inline-block;
  margin: 0 20px 0 0;
}

@media (max-width: 768px) {
  footer #footerBar .footer-menu li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
  }

  footer #footerBar .footer-menu li:last-child {
    margin: 0;
  }
}

footer #footerBar .footer-menu li a {
  font-size: 16px;
  font-size: 1rem;
  color: #009EFF;
  font-weight: 500;
}

footer #footerBar .footer-menu li a:hover {
  text-decoration: none;
  color: #33b1ff;
}

.footer-social {
  text-align: right;
  list-style-type: none;
  margin: 0;
}

.footer-social.centered {
  text-align: center;
}

@media (max-width: 768px) {
  .footer-social {
    text-align: center;
    margin: 15px auto 0;
  }
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px 0 0;
  text-indent: -100000px;
}

.footer-social li a.social-facebook {
  background: url("../images/footer/footer.icon.social.facebook.svg") no-repeat center;
}

.footer-social li a.social-facebook:hover,
.footer-social li a.social-facebook.reverse {
  background: url("../images/footer/footer.icon.social.facebook-active.svg") no-repeat center;
}

.footer-social li a.social-twitter {
  background: url("../images/footer/footer.icon.social.twitter.svg") no-repeat center;
}

.footer-social li a.social-twitter:hover,
.footer-social li a.social-twitter.reverse {
  background: url("../images/footer/footer.icon.social.twitter-active.svg") no-repeat center;
}

.footer-social li a.social-linkedin {
  background: url("../images/footer/footer.icon.social.linkedin.svg") no-repeat center;
}

.footer-social li a.social-linkedin:hover,
.footer-social li a.social-linkedin.reverse {
  background: url("../images/footer/footer.icon.social.linkedin-active.svg") no-repeat center;
}

.footer-social li a.social-gplus {
  background: url("../images/footer/footer.icon.social.gplus.svg") no-repeat center;
}

.footer-social li a.social-gplus:hover,
.footer-social li a.social-gplus.reverse {
  background: url("../images/footer/footer.icon.social.gplus-active.svg") no-repeat center;
}

.footer-social li a.social-email {
  background: url("../images/footer/footer.icon.social.email.svg") no-repeat center;
}

.footer-social li a.social-email:hover,
.footer-social li a.social-email.reverse {
  background: url("../images/footer/footer.icon.social.email-active.svg") no-repeat center;
}

.footer-social.larger-icons a {
  width: 40px;
  height: 40px;
}

/* BUTTONS */

.btn {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  padding: 0 20px;
  border: 0;
  text-transform: initial;
  font-weight: 500;
  vertical-align: baseline;
  outline: 0;
}

.btn:focus,
.btn:active {
  border: 0;
  outline: 0;
}

.btn span {
  vertical-align: top;
}

.btn.less-shadow {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.btn.less-shadow:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.13);
}

.btn.no-shadow {
  box-shadow: none;
}

.btn.btn-inline {
  display: inline-block;
}

.btn.btn-fullwidth {
  width: 100%;
}

.btn.btn-halfwidth {
  width: 48%;
}

.btn.btn-halfwidth:first-of-type {
  margin-right: 2%;
}

@media (max-width: 1024px) {
  .btn.btn-halfwidth {
    width: 100% !important;
    margin-right: 0;
  }
}

.btn.btn-halfpadding {
  padding: 0 10px;
  margin: 0 auto;
}

.btn.btn-small {
  height: 35px;
  line-height: 35px;
}

.btn.btn-transparent {
  color: #000;
  background: transparent;
}

.btn.btn-white-transparent {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.btn.btn-grey-transparent {
  color: #999;
  background: transparent;
  border: 1px solid #999;
}

.btn.btn-mediumblue-transparent,
.btn.btn-black-transparent {
  color: #009EFF;
  background: transparent;
  border: 1px solid #009EFF;
  box-shadow: none;
}

.btn.btn-mediumblue-transparent:hover,
.btn.btn-black-transparent:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05), 0 2px 10px 0 rgba(0, 0, 0, 0.05);
}

.btn.btn-green-transparent {
  color: #009EFF !important;
  background: transparent;
  border: 1px solid #009EFF;
}

.btn.btn-green-transparent:hover {
  background: #009EFF;
  color: #fff !important;
}

.btn.btn-grey {
  color: #333;
  border: 1px solid #999;
}

.btn.btn-mediumblue,
.btn.btn-darkblue,
.btn.btn-green {
  color: #fff;
  background: #009EFF;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #009EFF;
}

.btn.btn-mediumblue.btn-toparrow:after,
.btn-toparrow.btn.btn-darkblue:after,
.btn-toparrow.btn.btn-green:after {
  border-bottom: solid 10px #009EFF;
}

.btn.btn-mediumblue.btn-rightarrow:after,
.btn-rightarrow.btn.btn-darkblue:after,
.btn-rightarrow.btn.btn-green:after {
  border-left: solid 25px #009EFF;
}

.btn.btn-mediumblue.btn-leftarrow:after,
.btn-leftarrow.btn.btn-darkblue:after,
.btn-leftarrow.btn.btn-green:after {
  border-right: solid 25px #009EFF;
}

.btn.btn-mediumblue:hover,
.btn.btn-darkblue:hover,
.btn.btn-green:hover {
  background: #007ecc;
}

.btn.btn-csblue {
  color: #fff;
  background: #009EFF;
  border-radius: 4px;
  box-shadow: none;
}

.btn.btn-csblue.btn-toparrow:after {
  border-bottom: solid 10px #009EFF;
}

.btn.btn-csblue.btn-rightarrow:after {
  border-left: solid 25px #009EFF;
}

.btn.btn-csblue.btn-leftarrow:after {
  border-right: solid 25px #009EFF;
}

.btn.btn-red {
  color: #fff;
  background: #eb3e4e;
  background-color: #eb3e4e !important;
}

.btn.btn-red.btn-toparrow:after {
  border-bottom: solid 10px #eb3e4e;
}

.btn.btn-red.btn-rightarrow:after {
  border-left: solid 25px #eb3e4e;
}

.btn.btn-red.btn-leftarrow:after {
  border-right: solid 25px #eb3e4e;
}

.btn.btn-cancel {
  color: #eb3e4e;
  background-color: #fff;
  box-shadow: none;
}

.btn.btn-orange {
  color: #fff;
  background: #f4af54;
  background-color: #f4af54 !important;
}

.btn.btn-orange.btn-toparrow:after {
  border-bottom: solid 10px #f4af54;
}

.btn.btn-orange.btn-rightarrow:after {
  border-left: solid 25px #f4af54;
}

.btn.btn-orange.btn-leftarrow:after {
  border-right: solid 25px #f4af54;
}

.btn.btn-gold {
  color: #5a4f1a;
  background: -webkit-linear-gradient(bottom left, #d4c36c 0%, #e0d393 56%, #d4c36c 96%);
}

.btn.btn-gold.btn-toparrow:after {
  border-bottom: solid 10px #d4c36c;
}

.btn.btn-gold.btn-rightarrow:after {
  border-left: solid 25px #d4c36c;
}

.btn.btn-gold.btn-leftarrow:after {
  border-right: solid 25px #d4c36c;
}

.btn.btn-toparrow {
  position: relative;
}

.btn.btn-toparrow:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 10px #009EFF;
}

.btn.btn-toparrow:hover {
  background-color: #009EFF;
}

.btn.btn-rightarrow {
  position: relative;
  padding-left: 25px;
  /* extra padding to make up for the arrow */
  border-radius: 0 0 5px 5px;
}

.btn.btn-rightarrow:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 25px #009EFF;
}

.btn.btn-rightarrow:hover {
  background-color: #009EFF;
}

.btn.btn-leftarrow {
  position: relative;
  padding-right: 25px;
  /* extra padding to make up for the arrow */
  border-radius: 0 5px 5px 0;
}

.btn.btn-leftarrow:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-right: 0;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-right: solid 25px #009EFF;
}

.btn.btn-leftarrow:hover {
  background-color: #009EFF;
}

/* CALLOUTS */

.callout {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #282828;
  margin: 30px 0 30px;
  background: #f5f5f5;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.callout.callout-info {
  background: #f5f5f5;
}

.callout.callout-info .callout-icon::before {
  content: "info";
  color: #c9c9c9;
  font-size: 30px;
}

.callout.callout-success {
  background: #e8f2f9;
}

.callout.callout-success .callout-icon::before {
  content: "done";
  background: #009cff;
}

.callout.callout-pending {
  background: #e7e7ff;
}

.callout.callout-pending .callout-icon::before {
  content: "watch_later";
  font-weight: bold;
  color: #7461ae;
  font-size: 30px;
}

.callout.callout-failure {
  background: #fccdd3;
}

.callout.callout-failure .callout-icon::before {
  content: "clear";
  background: #ff2169;
}

.callout .callout-icon {
  display: inline-block;
  padding: 30px;
}

.callout .callout-icon::before {
  font-family: "Material Icons";
  color: white;
  line-height: 30px;
  text-align: center;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  background: transparent;
  left: 20px;
  border-radius: 50%;
}

.callout .callout-icon i {
  display: none;
  font-size: 50px;
  font-size: 3.125rem;
}

@media (max-width: 480px) {
  .callout .callout-icon {
    display: none;
  }
}

.callout .callout-text {
  display: inline-block;
  flex: 1;
  vertical-align: middle;
  padding: 15px;
}

.callout .callout-text p {
  margin: 0;
}

@media (max-width: 480px) {
  .callout .callout-text {
    display: block;
    float: left;
    width: 80%;
    top: auto;
    margin: 0;
    padding: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* USER MODAL */

#userModal .modal-dialog {
  width: 400px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 480px) {
  #userModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0px;
  }
}

@media (max-width: 768px) {
  #userModal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}

#userModal .modal-dialog.wider {
  width: 500px;
}

#userModal .modal-header {
  height: auto;
}

#userModal .nav-tabs {
  border: 0;
}

#userModal .nav-tabs li {
  width: auto !important;
  margin-right: 15px;
}

#userModal .nav-tabs li.onboarding {
  display: none;
}

#userModal .nav-tabs li a {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#userModal .nav-tabs li a h4 {
  color: #009EFF;
}

#userModal .nav-tabs li.active a h4 {
  color: #fff;
  border-bottom: 1px solid #009EFF;
}

@media (max-width: 480px) {
  #userModal .modal-content {
    height: 100%;
  }
}

#userModal .modal-content .modal-body {
  background: #fff;
}

@media (max-width: 480px) {
  #userModal .modal-content .modal-body {
    height: 100%;
  }
}

#userModal .modal-content .modal-body .tab-content form {
  padding: 15px 30px 30px;
}

@media (max-width: 480px) {
  #userModal .modal-content .modal-body .tab-content form {
    padding: 15px 30px 0;
  }
}

#userModal .modal-content .modal-body .tab-content form .input-field input {
  color: #282828;
  border-bottom: 1px solid #009EFF;
}

#userModal .modal-content .modal-body .tab-content form .input-field .prefix {
  color: #009EFF;
}

#userModal .modal-content .modal-body .tab-content form .input-field .prefix.active ~ label {
  color: #7cd4f7;
}

#userModal .modal-content .modal-body .tab-content form .input-field label {
  color: #282828;
}

#userModal .modal-content .modal-body .tab-content form .input-field label.active {
  color: #009EFF;
}

#userModal .modal-content .modal-body .tab-content form .input-field.half-width {
  vertical-align: top;
}

@media (max-width: 768px) {
  #userModal .modal-content .modal-body .tab-content form .input-field.half-width input {
    width: calc(100% - 3rem);
  }

  #userModal .modal-content .modal-body .tab-content form .input-field.half-width.no-prefix input {
    width: 100%;
  }
}

#userModal .modal-content .modal-body .tab-content form .social-login {
  text-align: right;
  margin: 0 0 20px 0;
}

#userModal .modal-content .modal-body .tab-content form .social-login strong {
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #282828;
  text-transform: uppercase;
}

#userModal .modal-content .modal-body .tab-content form .social-login .loginIcons {
  display: inline-block;
}

#userModal .modal-content .modal-body .tab-content form .social-login .loginIcons a {
  text-decoration: none;
}

#userModal .modal-content .modal-body .tab-content form .button-field {
  text-align: center;
  padding: 15px 0;
}

#userModal .modal-content .modal-body .tab-content form .button-field a,
#userModal .modal-content .modal-body .tab-content form .button-field button {
  width: 100%;
}

#userModal .modal-content .modal-body .tab-content form .button-field a .preloader-wrapper,
#userModal .modal-content .modal-body .tab-content form .button-field button .preloader-wrapper {
  margin: 12px auto;
}

#userModal .modal-content .modal-body .tab-content .footer-text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #1c4390 !important;
}

#userModal .modal-content .modal-body .tab-content .footer-text p {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
  color: #282828;
}

@media (max-width: 480px) {
  #userModal .modal-content .modal-body .tab-content .footer-text p {
    padding: 15px 0;
  }
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers {
  min-height: 450px;
  padding: 0 0 85px;
  overflow: hidden;
}

@media (max-width: 480px) {
  #userModal .modal-content .modal-body .tab-content #onboardingHelpers {
    min-height: 100%;
  }
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers .slide-icon {
  width: 220px;
  margin: 15px auto;
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers .slide-text {
  height: 140px;
  width: 300px;
  margin: 0 auto;
  color: #282828;
  text-align: center;
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers .slide-text h3 {
  font-weight: 500;
  margin: 30px 0;
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers .slide-button {
  padding: 10px 0 15px;
  text-align: center;
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers .slide-button a {
  width: 50%;
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers .carousel-indicators {
  bottom: 0;
}

@media (min-width: 46.25em) {
  #userModal .modal-content .modal-body .tab-content #onboardingHelpers .carousel-indicators {
    bottom: 20px;
  }
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers .carousel-indicators li {
  margin: 3px;
  background-color: #DCDCDC;
}

#userModal .modal-content .modal-body .tab-content #onboardingHelpers .carousel-indicators li.active {
  background-color: #282828;
}

#drift-widget-container {
  z-index: 2147483646 !important;
}

@media (max-width: 768px) {
  #drift-widget-container {
    display: none;
  }
}

.eupopup-container {
  z-index: 2147483647 !important;
}

.redirect-page {
  margin-bottom: 0;
}

.redirect-content {
  width: 240px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}

.redirect-content img.logo {
  width: auto;
  margin: 0 auto 20px auto;
}

#optanon .fade-in {
  opacity: inherit;
  transform-origin: inherit;
}

#optanon [type="checkbox"]:not(.filled-in) + label:after {
  transform: none;
}

#optanon [type="checkbox"] + label:before {
  display: none;
}

/* GENERAL */

@font-face {
  font-family: 'CSicons';
  src: url("https://cf.cloudscene.com/static/fonts/CSicons.eot?k6cxmj");
  src: url("https://cf.cloudscene.com/static/fonts/CSicons.eot?k6cxmj#iefix") format("embedded-opentype"), url("https://cf.cloudscene.com/static/fonts/CSicons.ttf?k6cxmj") format("truetype"), url("https://cf.cloudscene.com/static/fonts/CSicons.woff?k6cxmj") format("woff"), url("https://cf.cloudscene.com/static/fonts/CSicons.svg?k6cxmj#CSicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.csicon-mp-colo:before {
  content: "";
}

.csicon-mp-iaas:before {
  content: "";
}

.csicon-mp-network:before {
  content: "";
}

.csicon-mp-voice:before {
  content: "";
}

.csicon-mp-remotehands:before {
  content: "";
}

.csicon-mp-diagram-leads:before {
  content: "";
}

.csicon-mp-diagram-sell:before {
  content: "";
}

.csicon-mp-diagram-quotes:before {
  content: "";
}

.csicon-mp-diagram-target:before {
  content: "";
}

.csicon-mp-diagram-vendor:before {
  content: "";
}

.csicon-mp-diagram-buylisting:before {
  content: "";
}

.csicon-mp-diagram-buy:before {
  content: "";
}

.csicon-mp-diagram-endlisting:before {
  content: "";
}

.csicon-mp-diagram-success:before {
  content: "";
}

.csicon-mp-diagram-selllisting:before {
  content: "";
}

.csicon-mp-diagram-listingends:before {
  content: "";
}

.csicon-compare:before {
  content: "";
}

.csicon-pop:before {
  content: "";
}

.csicon-fac:before {
  content: "";
}

.csicon-sp:before {
  content: "";
}

.csicon-fab:before {
  content: "";
}

/* PAGE SPECIFIC */

/*
*
*	cloudscene.com
*	FORM PAGE CSS
*
*/

/* VARIABLES */

/* MIXINS */

/* Tweaks for mobile size */

@media (max-width: 767px) {
  .nav-tabs > li.active > a {
    border: none;
  }

  .nav > li > a:hover,
  .nav > li > a:focus,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background: none;
    border: none;
  }
}

.saveBtnHolder {
  margin-top: 15px;
  margin-bottom: 30px;
}

/* General form setup */

.panel-group {
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
}

.panel-group.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel-group .panel {
  margin: 0 !important;
}

.panel-group .panel.no-border {
  border: 0;
}

.panel-group .panel .panel-heading {
  position: relative;
  padding: 0;
}

.panel-group .panel .panel-heading a {
  display: block;
  padding: 15px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #009EFF;
  transition: background-color 0.5s ease;
}

.panel-group .panel .panel-heading a:hover,
.panel-group .panel .panel-heading a:active {
  text-decoration: none;
}

.panel-group .panel .panel-heading a.collapsed {
  background: #001C3D;
}

.panel-group .panel .panel-heading .panel-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

.panel-group .panel .panel-heading .panel-icon i {
  color: #fff;
  display: none;
}

.panel-group .panel .panel-heading .panel-icon i.active {
  display: block;
}

.panel-group .panel .panel-body {
  padding: 0 15px 15px;
}

.panel-group .panel .panel-body #edit-form-subitems {
  display: none;
  margin: 0 0px 15px;
}

.panel-group .panel .panel-body #edit-form-subitems ul {
  padding: 15px 2%;
}

.panel-group .panel .panel-body #edit-form-subitems ul li {
  width: 49%;
  margin: 0 0 5px;
  text-align: center;
}

.panel-group .panel:first-child .panel-icon i {
  display: block;
}

.panel-group .panel:first-child .panel-icon i.active {
  display: none;
}

.tabbed-form,
.simple-form {
  margin: 0 0 15px;
  padding-bottom: 5px;
}

.tabbed-form.no-margin,
.simple-form.no-margin {
  margin: 0;
}

.tabbed-form .nav-tabs,
.simple-form .nav-tabs {
  background: transparent;
  border: 0;
  border-bottom: 1px solid whitesmoke;
  text-align: center;
}

@media (max-width: 480px) {
  .tabbed-form .nav-tabs,
  .simple-form .nav-tabs {
    border-bottom: 0;
  }
}

.tabbed-form .nav-tabs li,
.simple-form .nav-tabs li {
  position: relative;
  float: none;
  display: inline-block;
}

.tabbed-form .nav-tabs li.invalidTab a,
.simple-form .nav-tabs li.invalidTab a {
  background: #eb3e4e !important;
}

.tabbed-form .nav-tabs li a,
.simple-form .nav-tabs li a {
  outline: none;
  padding: 30px 15px;
  margin-bottom: -1px;
  border-radius: 0;
  border: 0px;
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

.tabbed-form .nav-tabs li a:hover,
.tabbed-form .nav-tabs li a:focus,
.simple-form .nav-tabs li a:hover,
.simple-form .nav-tabs li a:focus {
  background: transparent;
  border-bottom: 3px solid #009EFF;
}

@media (max-width: 1024px) {
  .tabbed-form .nav-tabs li a,
  .simple-form .nav-tabs li a {
    padding: 30px 5px;
  }
}

@media (max-width: 480px) {
  .tabbed-form .nav-tabs li a,
  .simple-form .nav-tabs li a {
    padding: 15px 5px;
    border-bottom: 1px solid whitesmoke;
  }

  .tabbed-form .nav-tabs li a:hover,
  .tabbed-form .nav-tabs li a:focus,
  .simple-form .nav-tabs li a:hover,
  .simple-form .nav-tabs li a:focus {
    border-bottom: 0;
    background: #001C3D;
    color: #fff !important;
  }
}

.tabbed-form .nav-tabs li a span,
.simple-form .nav-tabs li a span {
  margin-left: 2px;
  color: #009EFF;
}

.tabbed-form .nav-tabs li.active a,
.simple-form .nav-tabs li.active a {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #009EFF;
}

.tabbed-form .nav-tabs li.active a span,
.simple-form .nav-tabs li.active a span {
  color: #009EFF;
}

@media (max-width: 480px) {
  .tabbed-form .nav-tabs li.active a,
  .simple-form .nav-tabs li.active a {
    border-bottom: 0;
    background: #001C3D;
    color: #fff !important;
  }
}

.tabbed-form .nav-tabs li:first-child a,
.simple-form .nav-tabs li:first-child a {
  border-left: 0;
}

.tabbed-form .nav-tabs li:last-child a,
.simple-form .nav-tabs li:last-child a {
  border-right: 0;
}

.tabbed-form .form-content .card-holder,
.simple-form .form-content .card-holder {
  padding: 5px 10px;
}

.tabbed-form .form-content .card-holder .country-card-holder,
.simple-form .form-content .card-holder .country-card-holder {
  background: #e2f7ff;
  margin: -5px -5px 5px;
  padding: 5px 5px 5px;
}

.tabbed-form .tab-content,
.simple-form .tab-content {
  margin-top: 25px;
}

.tabbed-form .tab-content .card-holder,
.simple-form .tab-content .card-holder {
  padding: 5px 10px;
}

.tabbed-form .tab-content .card-holder div[class^="col-lg-"],
.simple-form .tab-content .card-holder div[class^="col-lg-"] {
  padding: 5px !important;
}

.tabbed-form .tab-content .card-holder .country-card-holder,
.simple-form .tab-content .card-holder .country-card-holder {
  background: #e2f7ff;
  margin: -5px -5px 5px;
  padding: 5px 5px 5px;
}

#tabbed-form-subitems {
  margin: -5px 0 0;
  padding: 0px;
}

#tabbed-form-subitems ul {
  margin: 0;
  padding: 15px 15px 15px 30px;
  list-style-type: none;
  background: #009EFF;
}

#tabbed-form-subitems ul li {
  display: inline-block;
  margin: 0 30px 0 0;
}

#tabbed-form-subitems ul li a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

fieldset .fieldset-header {
  border-bottom: 1px solid #b7b7b7;
}

fieldset .fieldset-header i {
  display: inline-block;
  color: #009EFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  vertical-align: middle;
  margin-right: 10px;
}

fieldset .fieldset-header h2 {
  display: inline-block;
  padding: 19px 0;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
  vertical-align: middle;
}

fieldset .fieldset-header a.btn {
  margin-right: 15px;
}

fieldset .fieldset-header .fieldset-error-message {
  display: inline-block;
  margin: 20px 0 0 0px;
  padding: 15px;
  background: #eb3e4e;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

fieldset .fieldset-body {
  position: relative;
  padding-top: 30px;
}

fieldset .fieldset-body.no-margin {
  margin: 0;
}

fieldset .fieldset-body.reduced-padding {
  padding: 15px;
}

fieldset .fieldset-body.no-padding {
  padding: 0;
}

fieldset .fieldset-body label em {
  color: #eb3e4e;
}

fieldset .fieldset-body h4 {
  text-transform: uppercase;
  color: #009EFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

#outroPanel {
  margin-bottom: 20px;
}

#outroPanel #formControls #prevButton {
  display: none;
  margin-right: 30px;
}

#outroPanel #formControls #prevButton.solo {
  margin-right: 0;
}

/* Fields */

.input-field {
  margin: 0 0 30px 0;
}

.input-field.no-margin {
  margin: 0px;
}

.input-field .input-group {
  width: 100%;
}

.input-field.half-width {
  display: inline-block;
  width: 49%;
  margin: 0 0 15px 0;
  vertical-align: top;
}

.input-field.prefix .help-block {
  padding-left: 50px;
}

.input-field .help-block {
  font-size: 12px;
  font-size: 0.75rem;
}

.input-field .help-block.error-help-block {
  color: #eb3e4e !important;
}

.input-field.sub-error .help-block.error-help-block {
  color: #eb3e4e !important;
  position: absolute;
  top: 55px;
}

@media (max-width: 480px) {
  .input-field.sub-error .help-block.error-help-block {
    position: relative;
    top: auto;
  }
}

.input-field label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  left: 0;
}

.input-field .prefix {
  color: #fff;
}

.input-field .prefix.active {
  color: #001C3D;
}

.input-field .prefix ~ label {
  color: #fff;
  margin-left: 2.2rem;
  left: 0.75rem;
}

.input-field textarea {
  color: #777;
}

.input-field input {
  color: #777;
  margin: 0;
}

.input-field input:disabled {
  border-bottom: 1px solid transparent !important;
}

.input-field .select2-container--disabled .select2-selection {
  border-bottom: 1px solid #33b1ff !important;
}

.input-field .select2-container--disabled .select2-selection span {
  color: #fff !important;
}

.input-field input:not([type]):disabled,
.input-field input:not([type])[readonly="readonly"],
.input-field input[type=text]:disabled,
.input-field input[type=text][readonly="readonly"],
.input-field input[type=password]:disabled,
.input-field input[type=password][readonly="readonly"],
.input-field input[type=email]:disabled,
.input-field input[type=email][readonly="readonly"],
.input-field input[type=url]:disabled,
.input-field input[type=url][readonly="readonly"],
.input-field input[type=time]:disabled,
.input-field input[type=time][readonly="readonly"],
.input-field input[type=date]:disabled,
.input-field input[type=date][readonly="readonly"],
.input-field input[type=datetime]:disabled,
.input-field input[type=datetime][readonly="readonly"],
.input-field input[type=datetime-local]:disabled,
.input-field input[type=datetime-local][readonly="readonly"],
.input-field input[type=tel]:disabled,
.input-field input[type=tel][readonly="readonly"],
.input-field input[type=number]:disabled,
.input-field input[type=number][readonly="readonly"],
.input-field input[type=search]:disabled,
.input-field input[type=search][readonly="readonly"],
.input-field textarea.materialize-textarea:disabled,
.input-field textarea.materialize-textarea[readonly="readonly"] {
  color: #ccc;
  border-bottom: 1px solid #ccc;
  background: transparent;
}

.input-field input:not([type]):focus:not([readonly]) + label,
.input-field input[type=text]:focus:not([readonly]) + label,
.input-field input[type=password]:focus:not([readonly]) + label,
.input-field input[type=email]:focus:not([readonly]) + label,
.input-field input[type=url]:focus:not([readonly]) + label,
.input-field input[type=time]:focus:not([readonly]) + label,
.input-field input[type=date]:focus:not([readonly]) + label,
.input-field input[type=datetime]:focus:not([readonly]) + label,
.input-field input[type=datetime-local]:focus:not([readonly]) + label,
.input-field input[type=tel]:focus:not([readonly]) + label,
.input-field input[type=number]:focus:not([readonly]) + label,
.input-field input[type=search]:focus:not([readonly]) + label,
.input-field textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #001C3D;
}

.input-field input:not([type]):focus:not([readonly]),
.input-field input[type=text]:focus:not([readonly]),
.input-field input[type=password]:focus:not([readonly]),
.input-field input[type=email]:focus:not([readonly]),
.input-field input[type=url]:focus:not([readonly]),
.input-field input[type=time]:focus:not([readonly]),
.input-field input[type=date]:focus:not([readonly]),
.input-field input[type=datetime]:focus:not([readonly]),
.input-field input[type=datetime-local]:focus:not([readonly]),
.input-field input[type=tel]:focus:not([readonly]),
.input-field input[type=number]:focus:not([readonly]),
.input-field input[type=search]:focus:not([readonly]),
.input-field textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #001C3D;
  box-shadow: none;
}

.input-field input[type=text].invalid,
.input-field input[type="password"].invalid {
  border-bottom: 1px solid #eb3e4e;
  box-shadow: none;
}

.input-field input[type="checkbox"].filled-in:not(:checked) + label:after {
  border: 2px solid #009EFF;
}

.input-field input[type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #009EFF;
  background-color: #009EFF;
}

.input-field .dropdown-content li > a,
.input-field .dropdown-content li > span {
  color: #001C3D;
}

.input-field .dropdown-content li.disabled > span {
  cursor: default;
  color: #dddddd;
}

.input-field.selecttwo.nolabel .select2-selection__arrow {
  top: 1px !important;
}

.input-field.selecttwo.active label {
  color: #236c89;
}

.input-field.selecttwo.active .select2-selection {
  border-bottom: 1px solid #236c89;
}

.input-field.selecttwo.selected .select2-selection {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

.input-field.selecttwo label {
  position: absolute;
  top: -0.3rem;
  font-size: 0.8rem;
}

.input-field.selecttwo label.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.input-field.selecttwo .select2 {
  width: 100% !important;
}

.input-field.selecttwo .select2-selection--single {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9e9e9e;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 49px;
  line-height: 49px;
  width: 100%;
  font-size: 1rem;
  padding: 0;
  display: block;
  border-radius: 0;
}

.input-field.selecttwo .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding: 0;
  color: #282828;
  font-size: 14px;
  font-size: 0.875rem;
}

.input-field.selecttwo .select2-selection__arrow {
  top: 11px !important;
}

@media (max-width: 768px) {
  .input-field.selecttwo .select2-selection__arrow {
    top: 1px !important;
  }
}

.input-field.selecttwo .select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

.input-field.selecttwo .select2-container--disabled .select2-selection--single span {
  color: #d1d1d1;
}

.input-field.selecttwo .select2-container--disabled .select2-selection__placeholder {
  color: #d1d1d1 !important;
}

.input-field.selecttwo .select2-container--disabled .select2-selection__rendered {
  color: #d1d1d1 !important;
}

.input-field.selecttwo .select2-container--disabled .select2-selection__arrow b {
  border-color: transparent;
}

.select2-dropdown {
  border-radius: 0 !important;
  border: 0 !important;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown input {
  height: 2rem;
  width: 80%;
  margin: 0;
  padding: 0 5px !important;
  border: 1px solid #ddd !important;
}

.select2-dropdown input:focus {
  border-bottom: 1px solid #ddd !important;
  box-shadow: none !important;
}

.select2-dropdown .select2-results__option {
  font-size: 14px;
  font-size: 0.875rem;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
  color: #fff;
  background: #009EFF;
}

.remove-item,
.add-item {
  color: #fff;
  line-height: 3rem;
}

.remove-item i,
.add-item i {
  vertical-align: middle;
}

/* Advanced form elements */

@media (max-width: 768px) {
  .chip-layout .fieldset-header .search .searchpanel-label {
    margin-top: 10px;
    float: right;
    width: auto;
  }
}

.chip-layout .fieldset-header .search .searchpanel-label {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.chip-layout .fieldset-header .search .searchpanel-icon {
  position: absolute;
  top: 7px;
  /* half height of container - half icon height */
  left: 0px;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #9E9E9C !important;
}

@media (max-width: 480px) {
  .chip-layout .fieldset-header .search .searchpanel-icon {
    display: none;
  }
}

.chip-layout .fieldset-header .search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 250px;
  height: auto;
  padding: 0 20px 0 25px;
  margin: 0;
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  outline: none;
  line-height: 2rem;
  height: 2rem;
}

@media (max-width: 480px) {
  .chip-layout .fieldset-header .search input {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .chip-layout .fieldset-header .search input {
    display: block;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .chip-layout .fieldset-header .search input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .chip-layout .fieldset-header .search input:-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .chip-layout .fieldset-header .search input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .chip-layout .fieldset-header .search input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .chip-layout .fieldset-header .search input[placeholder] {
    text-overflow: ellipsis;
  }

  .chip-layout .fieldset-header .search input::-moz-placeholder {
    text-overflow: ellipsis;
  }

  .chip-layout .fieldset-header .search input:-moz-placeholder {
    text-overflow: ellipsis;
  }
}

@media (max-width: 480px) {
  .chip-layout .fieldset-header .btn {
    margin: 10px 0;
  }
}

@media (max-width: 480px) {
  .chip-layout .fieldset-header > div {
    display: block;
    width: 100%;
  }

  .chip-layout .fieldset-header > div button {
    width: 100%;
  }
}

.chip-layout .fieldset-body {
  padding-top: 10px;
}

.chip-layout .fieldset-body .chip {
  position: relative;
  max-width: 265px;
  padding-right: 50px;
  margin: 10px;
  background: #b9dae7;
}

@media (max-width: 480px) {
  .chip-layout .fieldset-body .chip {
    max-width: 100%;
    width: 100%;
    margin: 5px 0px;
  }
}

.chip-layout .fieldset-body .chip .chip-icons {
  position: absolute;
  right: 10px;
  top: 0;
}

.chip-layout .fieldset-body .chip i {
  color: #001C3D;
}

.chip-layout .fieldset-body .chip.no-action {
  padding-left: 15px;
  padding-right: 15px;
}

.add-chip {
  display: none;
  position: absolute;
  right: 21px;
  width: 250px;
  z-index: 1000;
  padding: 0 30px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
}

.add-chip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: auto;
  right: 20px;
  width: 0;
  height: 0;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  border-bottom: solid 10px #fff;
}

.add-chip .template-selector {
  border: 1px solid #fff;
  margin: 15px 0;
  background: #fff;
}

.add-chip .template-selector .input-field {
  width: 100% !important;
  float: none !important;
  padding-bottom: 15px;
}

.add-chip .input-field {
  margin: 15px 0 0;
}

.add-chip .input-field.selecttwo {
  margin: 0;
}

.add-chip .input-field .select2 .select2-selection--single {
  border-bottom: 1px solid #282828;
  box-shadow: none;
}

.add-chip .input-field .select2 .select2-selection__placeholder {
  color: #AAA;
}

.add-chip .input-field .select2 .select2-selection__rendered {
  color: #282828;
  padding: 0 10px;
}

.add-chip .input-field .select2 .select2-selection__arrow {
  top: 11px;
  right: 5px;
}

.add-chip.simple {
  padding: 0 15px 15px;
}

.add-chip.complex {
  display: block;
  width: 500px;
  width: 100%;
  right: 0;
}

.add-chip.complex:after {
  display: none;
}

.add-chip.complex .header {
  margin-bottom: 45px;
}

.add-chip.complex .input-field {
  width: 50%;
  display: inline-block;
  float: left;
}

.add-chip.complex .input-field.selecttwo {
  width: 49%;
}

.add-chip.complex .input-field.selecttwo:first-child {
  margin-right: 2%;
}

.add-chip.complex .input-field.fullwidth {
  width: 100%;
  float: none;
}

.add-chip.complex .input-field.switch-field {
  margin: 0;
  width: 49%;
}

.add-chip.complex .input-field.switch-field input {
  font-size: 14px;
  font-size: 0.875rem;
  color: #282828;
  width: 90%;
}

.add-chip.complex .input-field.switch-field #clearTemplate {
  margin: 10px 0 10px 0;
  height: 29px;
  line-height: 40px;
  padding: 0;
  vertical-align: bottom;
}

.add-chip.complex .input-field.switch-field #clearTemplate i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #282828;
}

.add-chip.complex .panel-group {
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.add-chip.complex .panel-group .panel {
  margin: 0;
  border: 0;
  border-radius: 0;
}

.add-chip.complex .panel-group .panel .panel-heading {
  border: 0;
  border-bottom: 1px solid #fff !important;
}

.add-chip.complex .panel-group .panel .panel-heading h3 a {
  text-decoration: none;
  background: #F6F6F6;
  color: black;
  padding: 15px 15px;
  text-transform: capitalize;
  font-weight: bold;
}

.add-chip.complex .panel-group .panel .panel-heading h3 a.collapsed span i {
  color: black;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.add-chip.complex .panel-group .panel .panel-heading h3 span {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  text-align: center;
  pointer-events: none;
}

.add-chip.complex .panel-group .panel .panel-heading h3 span i {
  vertical-align: middle;
  pointer-events: none;
  font-size: 24px;
  font-size: 1.5rem;
  color: black;
}

.add-chip.complex .panel-group .panel .panel-body {
  padding: 15px;
  border: 0;
}

.add-chip.complex .panel-group .panel .panel-body p {
  display: inline-block;
  width: 180px;
}

@media (max-width: 480px) {
  .add-chip.complex .panel-group .panel .panel-body p {
    width: 49%;
    margin-right: 0;
  }
}

.add-chip.complex .panel-group .panel .panel-body p [type="checkbox"] + label {
  color: #282828;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
}

.add-chip.complex .panel-group .panel .panel-body p [type="checkbox"].filled-in:not(:checked) + label:after {
  border: 2px solid #009EFF;
}

.add-chip.complex .panel-group .panel .panel-body p [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #009EFF;
  background-color: #009EFF;
}

.add-chip.complex .panel-group .panel .panel-body p.all [type="checkbox"] + label {
  color: #009EFF;
}

.add-chip.complex .save-notice {
  display: none;
}

.add-chip.complex .footer {
  padding: 45px 0 15px;
  text-align: center;
}

.add-chip.complex .footer p {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 15px 0 0;
  text-align: center;
  color: #282828;
}

.add-chip.multi-item .body .item {
  border-bottom: 0;
}

.add-chip.multi-item .body .item a {
  display: inline-block;
}

.add-chip.multi-item .body .item .input-field {
  width: 47%;
}

@media (max-width: 480px) {
  .add-chip.multi-item .body .item .input-field {
    width: 45%;
  }
}

.add-chip.multi-item .body .item .input-field:first-child {
  margin-right: 2%;
}

.add-chip.multi-item .body .item .input-field .select2-selection__rendered,
.add-chip.multi-item .body .item .input-field .select2-selection__placeholder {
  color: #282828;
}

.add-chip.multi-item .body .item .remove-item {
  max-width: 20px;
  margin: 8px 0 10px 0px;
  padding: 0;
  text-align: center;
}

.add-chip.multi-item .body .item .remove-item i {
  color: #282828;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2rem;
}

.add-chip.multi-item .body .item .add-item {
  color: #282828;
  margin: 10px 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.add-chip.multi-item .activeFabric .file {
  display: inline-block;
  float: left;
  width: 41% !important;
  color: #777;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #afe8ff;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  line-height: 3rem;
  margin: 0;
  margin-left: 1%;
  padding: 0 10px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  font-size: 16px;
  font-size: 1rem;
}

.chip-dropdown {
  background-color: #1aa8ff !important;
  color: #fff;
}

.chip-dropdown input,
.chip-dropdown input:focus {
  border: 0 !important;
  border-bottom: 1px solid #009EFF !important;
}

.chip-dropdown .select2-results__option[aria-disabled=true] {
  color: #009EFF !important;
}

.chip-dropdown .select2-results__option[aria-selected=true] {
  background-color: #009EFF !important;
}

.chip-dropdown .select2-results__option--highlighted {
  background-color: #009EFF !important;
}

.chip-dropdown .select2-results__option {
  padding: 10px;
}

.chip-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #eee !important;
}

/* File Upload */

.fileUpload div[class^="col-lg-"] {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-bottom: 15px;
}

.fileUpload .fieldset-body {
  padding-bottom: 15px;
}

.fileUpload form {
  float: left;
  display: inline-block;
  position: relative;
  height: 193px;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #E5ECEF !important;
  background: #EDF5F7 !important;
}

@media (max-width: 480px) {
  .fileUpload form {
    margin-bottom: 15px;
  }
}

.fileUpload form .dropzone-icon {
  position: absolute;
  top: 80px;
  left: 30px;
  padding: 10px;
  color: #fff;
  background: #009EFF;
  border-radius: 50000px;
}

@media (max-width: 768px) {
  .fileUpload form .dropzone-icon {
    top: 70px;
  }
}

@media (max-width: 480px) {
  .fileUpload form .dropzone-icon {
    top: 35px;
    left: 50%;
    margin-left: -22px;
  }
}

.fileUpload form .dz-message {
  display: inline-block;
  text-align: left !important;
  margin: 50px 0 0 70px !important;
  padding: 25px !important;
}

@media (max-width: 768px) {
  .fileUpload form .dz-message {
    margin: 25px 0 0 70px !important;
  }
}

@media (max-width: 480px) {
  .fileUpload form .dz-message {
    text-align: center !important;
    margin: 70px 0 0 0 !important;
    padding: 15px !important;
  }
}

.fileUpload form .dz-message span {
  font-size: 14px;
  font-size: 0.875rem;
}

.fileUpload form .dz-message span strong {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.fileUpload form .dz-message.single {
  margin: -20px 0 0 0px !important;
}

.fileUpload form .dz-preview {
  display: none;
}

.fileUpload .progress {
  display: none;
  width: 150px;
  margin: 15px 0 0 15px;
}

@media (max-width: 768px) {
  .fileUpload .progress {
    margin: 35px 0 0 0px;
  }
}

@media (max-width: 480px) {
  .fileUpload .progress {
    margin: 35px 0 0 18px;
  }
}

.fileUpload .progress .indeterminate {
  background-color: #001C3D;
}

.fileUpload .uploadedFile {
  float: left;
  display: inline-block;
  position: relative;
  height: 193px;
  width: 100%;
  padding: 0 !important;
  border: 1px solid #E5ECEF !important;
  background-size: cover;
  background-position: 50%;
}

@media (max-width: 480px) {
  .fileUpload .uploadedFile {
    margin-bottom: 15px;
  }
}

.fileUpload .uploadedFile.logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.fileUpload .uploadedFile .fileText {
  display: inline-block;
  text-align: left !important;
  margin: 65px 0 0 70px !important;
  padding: 25px !important;
  font-weight: bold;
}

.fileUpload .uploadedFile .fileText span {
  position: absolute;
  top: 80px;
  left: 30px;
  padding: 10px;
  color: #fff;
  background: #009EFF;
  border-radius: 50000px;
}

.fileUpload .uploadedFile a {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 3px 3px 1px;
  color: #fff;
  background: #001C3D;
}

.certificateUpload .progress,
.flagUploadModal .progress {
  margin-top: -20px;
  margin-left: 25px;
}

.certificateUpload .dz-preview,
.flagUploadModal .dz-preview {
  position: relative;
  text-align: center;
}

.certificateUpload .dz-preview img,
.flagUploadModal .dz-preview img {
  float: none;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 !important;
  transform: perspective(1px) translateY(25%);
}

@media (max-width: 480px) {
  .certificateUpload .dz-preview img,
  .flagUploadModal .dz-preview img {
    margin-bottom: 15px;
  }
}

.certificateUpload .dz-size,
.certificateUpload .dz-filename,
.certificateUpload .dz-success-mark,
.certificateUpload .dz-error-mark,
.flagUploadModal .dz-size,
.flagUploadModal .dz-filename,
.flagUploadModal .dz-success-mark,
.flagUploadModal .dz-error-mark {
  display: none;
}

.main-content #formRegister .input-field {
  margin: 0;
  padding-bottom: 30px;
}

.main-content #formRegister .input-field .prefix {
  color: #001C3D;
}

.main-content #formRegister .input-field .prefix.active {
  color: #009EFF;
}

.main-content #formRegister label {
  color: #777;
}

.main-content #formRegister label.active {
  color: #001C3D;
}

#uploadError {
  display: none;
}

.default-radio {
  opacity: 1 !important;
  left: initial !important;
  margin-top: 0 !important;
}

/*
*
*	cloudscene.com
*	SEARCH PAGE CSS
*
*/

/* VARIABLES */

/* MIXINS */

.searchpanel-search-helper {
  display: none;
  position: absolute;
  top: 17px;
  right: 20px;
  font-weight: 400;
  font-style: italic;
  color: #001C3D;
}

.form-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .form-header {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .form-header {
    margin-bottom: 0px;
  }
}

.form-header.no-margin {
  margin: 0;
}

.form-header h1 {
  width: 80%;
  margin: 30px auto 60px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .form-header h1 {
    margin: 15px auto 30px;
  }
}

@media (max-width: 480px) {
  .form-header h1 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.form-header h2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  text-transform: initial;
  margin: 0px 0 0;
}

@media (max-width: 480px) {
  .form-header h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.form-header .searchBrowse,
.form-header .searchDynamic {
  display: inline-block;
}

.form-header .search {
  display: inline-block;
  margin-right: 20px;
}

@media (min-width: 1400px) {
  .form-header .search {
    width: 49%;
  }
}

@media (max-width: 1399px) {
  .form-header .search {
    width: 49%;
  }
}

@media (max-width: 1024px) {
  .form-header .search {
    width: 65%;
  }
}

@media (max-width: 768px) {
  .form-header .search {
    width: 85%;
  }
}

@media (max-width: 480px) {
  .form-header .search {
    width: 100%;
  }
}

.form-header .search .searchpanel-label {
  position: relative;
  width: 100%;
}

.form-header .search .searchpanel-label a {
  position: absolute;
  top: 14px;
  /* half height of container - half icon height */
  left: 20px;
}

.form-header .search .searchpanel-icon {
  color: #009EFF;
}

@media (max-width: 480px) {
  .form-header .search .searchpanel-icon {
    display: none;
  }
}

.form-header .search label {
  margin: 0;
}

.form-header .search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 60px;
  margin: 0;
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #ddd;
}

.form-header .search input::-webkit-input-placeholder {
  font-style: italic;
  color: #aaaaaa;
}

.form-header .search input:-moz-placeholder {
  font-style: italic;
  color: #aaaaaa;
}

.form-header .search input::-moz-placeholder {
  font-style: italic;
  color: #aaaaaa;
}

.form-header .search input:-ms-input-placeholder {
  font-style: italic;
  color: #aaaaaa;
}

@media (max-width: 480px) {
  .form-header .search input {
    display: block;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .form-header .search input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .form-header .search input:-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .form-header .search input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .form-header .search input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .form-header .search input[placeholder] {
    text-overflow: ellipsis;
  }

  .form-header .search input::-moz-placeholder {
    text-overflow: ellipsis;
  }

  .form-header .search input:-moz-placeholder {
    text-overflow: ellipsis;
  }
}

.form-header .search input::-ms-clear {
  display: none;
}

.form-header .search.search-smaller {
  width: 100%;
}

.form-header .search.search-smaller input {
  font-size: 14px;
  font-size: 0.875rem;
}

.form-header .sort {
  display: inline-block;
  min-width: 200px !important;
  margin-right: 15px;
}

@media (max-width: 768px) {
  .form-header .sort {
    float: left;
    width: 100%;
  }
}

.form-header .sort .input-field {
  margin: 0;
}

.form-header .sort .input-field .select2-selection__arrow {
  top: 11px !important;
}

@media (max-width: 1024px) {
  .form-header .sort {
    margin-bottom: 30px;
  }
}

.form-header .view {
  display: inline-block;
}

.form-header .view a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .form-header .view a {
    display: none;
  }
}

.form-header .view a.active {
  color: #009EFF;
}

.form-header .view a i {
  font-size: 20px;
  font-size: 1.25rem;
  vertical-align: text-bottom;
}

@media (max-width: 1399px) {
  .form-header .view a {
    display: inline-block;
  }
}

@media (max-width: 1024px) {
  .form-header .view {
    display: none;
  }
}

.form-header #resultTitle {
  display: none !important;
  margin-bottom: -20px;
}

.form-header #resultTitle h1 {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 480px) {
  .nav-tabs li {
    width: 100%;
  }
}

#searchResultsLoader {
  position: relative;
}

#searchResultsLoader .loader {
  display: block !important;
  height: 130px;
}

.table-holder {
  padding: 0 5px 10px !important;
}

.table-holder .table {
  margin: 0 !important;
  border-collapse: collapse !important;
  border-top: 0;
}

.table-holder .table.no-border {
  border: 0;
}

.table-holder .table thead {
  background: #009EFF;
  border: 0;
}

.table-holder .table thead.darkest-blue {
  background: #142f65;
}

.table-holder .table tbody.no-results {
  text-align: left;
}

.table-holder .table tbody.no-results td {
  display: table-cell !important;
  text-align: left;
}

.table-holder .table tbody.no-results td p {
  text-align: left;
}

.table-holder .table tbody.no-results td ul {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 0;
}

.table-holder .table tr {
  border: 0;
}

.table-holder .table tr th {
  padding: 15px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.table-holder .table tr td {
  padding: 15px;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.table-holder .table tr td.sorting_1 {
  border-bottom: 1px solid #009EFF;
}

.table-holder .table tr td.icon-padding {
  padding-bottom: 10px;
}

.table-holder .table tr td.icon-padding i.colorToggle {
  color: #ccc;
}

.table-holder .table tr td.icon-padding i.colorToggle.active {
  color: #009EFF;
}

.table-holder .table tr td a {
  color: #009EFF;
  text-decoration: none;
}

.table-holder .table tr td a:hover {
  color: #001C3D;
}

.table-holder .table tr.footable-detail-row td {
  padding: 0;
}

.table-holder .table tr.footable-detail-row td table {
  background: #f6fdff;
  -webkit-box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 5px 6px -6px rgba(0, 0, 0, 0.15) inset;
  border: 0;
}

.table-holder .table tr.footable-detail-row td table tr {
  background: transparent;
}

.table-holder .table tr.footable-detail-row td table tr th {
  color: #001C3D;
  border-right: 1px solid #eaeaea;
}

.table-holder .table tr.footable-detail-row td table tr td {
  vertical-align: middle;
  padding-left: 15px;
}

.card-holder span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-holder span > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.card-holder span.no-results {
  display: block;
  padding: 20px 0;
  text-align: left;
}

.card-holder span.no-results p {
  text-align: left;
}

.card-holder span.no-results ul {
  display: inline-block;
  font-size: 14px;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 0;
}

.card-holder .card-view {
  width: 100%;
}

.form-footer {
  padding: 5px 0 10px;
}

.form-footer.buttons {
  padding: 15px 0 20px;
}

.form-footer.buttons .btn {
  margin-right: 15px;
}

.form-footer .results-count {
  height: 30px;
  padding: 5px 0 0;
  color: #009EFF;
}

@media (max-width: 480px) {
  .form-footer .results-count {
    text-align: center;
    margin: 0px 0 15px;
  }
}

.form-footer .authentication-prompt {
  font-size: 14px;
}

.form-footer .pages ul {
  margin: 0;
  list-style-type: none;
}

.form-footer .pages ul li {
  display: inline-block;
  padding: 5px 0;
}

.form-footer .pages ul li a {
  padding: 5px 10px;
  margin-left: 5px;
  color: #555555;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
}

.form-footer .pages ul li:hover a,
.form-footer .pages ul li.active a {
  color: #fff;
  background: #009EFF;
  border-radius: 5px;
}

@media (max-width: 480px) {
  .form-footer .pages {
    float: none !important;
    text-align: center;
  }
}

/*
*
*	cloudscene.com
*	ASSET DISPLAY CSS
*
*/

/* VARIABLES */

/* MIXINS */

#compareAsset {
  margin-bottom: 15px;
}

#assetHeader .asset-details {
  position: relative;
  height: 600px;
  overflow: hidden;
}

#assetHeader .asset-details.short-height {
  height: 400px;
}

#assetHeader .asset-details.short-height #assetGallery .item {
  height: 400px;
  background: #fff;
}

@media (max-width: 768px) {
  #assetHeader .asset-details.short-height #assetGallery .item {
    height: 450px;
  }
}

#assetHeader .asset-details.short-height #assetGallery .item.map:before {
  line-height: 400px;
}

@media (max-width: 768px) {
  #assetHeader .asset-details.short-height #assetGallery .item.map:before {
    line-height: 450px;
  }
}

#assetHeader .asset-details.map {
  background: transparent;
}

#assetHeader .asset-details.map .gmnoprint {
  left: auto !important;
  right: 10px !important;
}

@media (max-width: 767px) {
  #assetHeader .asset-details {
    overflow: initial;
  }
}

@media (max-width: 480px) {
  #assetHeader .asset-details {
    height: auto !important;
    background: none;
  }
}

#assetHeader .asset-details .asset-info {
  position: absolute;
  z-index: 1;
  width: 260px;
  margin: 0 0 0 30px;
  padding: 30px 15px 0 15px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

#assetHeader .asset-details .asset-info.name-only {
  padding-bottom: 30px;
}

@media (max-width: 480px) {
  #assetHeader .asset-details .asset-info {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

#assetHeader .asset-details .asset-info .asset-logo {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}

#assetHeader .asset-details .asset-info h1 {
  word-wrap: break-word;
}

#assetHeader .asset-details .asset-info .asset-provider {
  color: #001C3D;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
}

#assetHeader .asset-details .asset-info .asset-provider a {
  color: #001C3D;
}

#assetHeader .asset-details .asset-info .asset-name {
  color: #001C3D;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
}

#assetHeader .asset-details .asset-info .asset-name a {
  color: #001C3D;
}

#assetHeader .asset-details .asset-info hr {
  border-top: 1px solid whitesmoke;
}

#assetHeader .asset-details .asset-info .asset-parent {
  color: #142f65;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

#assetHeader .asset-details .asset-info .asset-parent span {
  display: block;
  color: #001C3D;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#assetHeader .asset-details .asset-info .asset-founded {
  color: #142f65;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

#assetHeader .asset-details .asset-info .asset-founded span {
  display: block;
  color: #001C3D;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#assetHeader .asset-details .asset-info hr {
  width: 60%;
}

#assetHeader .asset-details .asset-info .asset-address {
  text-align: center;
  line-height: 140%;
  margin-bottom: 15px;
}

#assetHeader .asset-details .asset-info .asset-address h2 {
  margin: 0;
}

#assetHeader .asset-details .asset-info .asset-address p {
  margin: 0;
}

#assetHeader .asset-details .asset-info .asset-address strong {
  font-weight: 500;
  color: #001C3D;
}

#assetHeader .asset-details .asset-info .asset-address strong a {
  color: #001C3D;
}

#assetHeader .asset-details .asset-info .asset-address strong a:hover {
  color: #009EFF;
}

#assetHeader .asset-details .asset-info .asset-contacts {
  text-align: center;
}

#assetHeader .asset-details .asset-info .asset-contacts a {
  margin: 0 10px;
  color: #009EFF;
  text-decoration: none;
}

#assetHeader .asset-details .asset-info .asset-contacts a:hover {
  color: #001C3D;
}

#assetHeader .asset-details .asset-info .asset-website {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#assetHeader .asset-details .asset-info .asset-website i {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
}

#assetHeader .asset-details .asset-info .asset-website a {
  color: #009EFF;
}

#assetHeader .asset-details .asset-info .asset-website a:hover {
  color: #001C3D;
}

#assetHeader .asset-details .asset-info .asset-hdr-btn {
  display: block;
  margin: 15px -15px 0;
  padding: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #009EFF;
}

#assetHeader .asset-details .asset-info .asset-hdr-btn:hover {
  background: #007ecc;
}

#assetHeader .asset-details .asset-info .asset-hdr-btn i {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 5px 0 0;
}

#assetHeader .asset-details .asset-info .asset-hdr-btn span {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  vertical-align: text-top;
}

#assetHeader .asset-details .asset-facts {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  background: rgba(0, 28, 61, 0.5);
}

@media (max-width: 480px) {
  #assetHeader .asset-details .asset-facts {
    position: relative;
    padding-bottom: 0;
    background: #001C3D;
  }
}

#assetHeader .asset-details .asset-facts a {
  color: #fff;
}

#assetHeader .asset-details .asset-facts a:hover,
#assetHeader .asset-details .asset-facts a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#assetHeader .asset-details .asset-facts a .asset-fact-val {
  margin: 10px 0 0;
  font-size: 48px;
  font-size: 3rem;
}

@media (max-width: 1024px) {
  #assetHeader .asset-details .asset-facts a .asset-fact-val {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  #assetHeader .asset-details .asset-facts a .asset-fact-val {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#assetHeader .asset-details .asset-facts a .asset-fact-val span {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 480px) {
  #assetHeader .asset-details .asset-facts a .asset-fact-val span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

#assetHeader .asset-details .asset-facts a hr {
  width: 60%;
}

#assetHeader .asset-details .asset-facts a .asset-fact-title {
  margin: 0;
  padding: 0 10px;
}

@media (max-width: 480px) {
  #assetHeader .asset-details .asset-facts a .asset-fact-title {
    min-height: 40px;
    margin: 0 0 30px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#assetHeader .asset-details #assetGallery {
  position: relative;
  height: 100%;
  background: url("../images/assetGallery.background.gif") no-repeat;
  background-color: #f2efef;
  background-position: 50%;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

#assetHeader .asset-details #assetGallery:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner .6s linear infinite;
}

#assetHeader .asset-details #assetGallery:after {
  content: 'Loading';
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 20px;
  margin-top: 30px;
  margin-left: -40px;
  z-index: -1;
  text-transform: uppercase;
  color: #009EFF;
  font-family: Roboto;
  font-size: 14px;
}

@media (max-width: 480px) {
  #assetHeader .asset-details #assetGallery {
    display: none;
  }
}

#assetHeader .asset-details #assetGallery .carousel-indicators {
  bottom: 160px;
  display: none;
}

#assetHeader .asset-details #assetGallery .carousel-indicators li:only-child {
  display: none;
}

#assetHeader .asset-details #assetGallery .item {
  width: 100%;
  height: 600px;
  background: #fff;
}

@media (max-width: 768px) {
  #assetHeader .asset-details #assetGallery .item {
    height: 650px;
  }
}

#assetHeader .asset-details #assetGallery .item.map {
  background: transparent;
}

#assetHeader .asset-details #assetGallery .item.map:before {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: initial;
  content: "";
}

#assetHeader .asset-details #assetGallery .item.map.has-popup:before {
  opacity: 0;
  content: "EXPAND MAP";
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s 2s ease;
  text-align: center;
  line-height: 475px;
  cursor: pointer;
}

@media (max-width: 1399px) {
  #assetHeader .asset-details #assetGallery .item.map:hover:before {
    opacity: 1;
  }
}

@media (min-width: 1400px) {
  #assetHeader .asset-details #assetGallery .item.map:hover:before {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  #assetHeader .asset-details #assetGallery .item.map:before {
    line-height: 525px;
  }
}

#assetHeader .asset-details #assetGallery span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#staticMap {
  position: relative;
  height: 500px;
  background-position: 50%;
}

#staticMap.north-america {
  background: url("../images/zone/zone.map.NA.jpg") no-repeat;
}

#staticMap.south-america {
  background: url("../images/zone/zone.map.SA.jpg") no-repeat;
}

#staticMap.europe {
  background: url("../images/zone/zone.map.EU.jpg") no-repeat;
}

#staticMap.asia-pacific {
  background: url("../images/zone/zone.map.AP.jpg") no-repeat;
}

#assetIntro {
  margin-top: 30px;
}

#assetIntro .assetSidebar {
  margin: 0;
}

#assetIntro .assetSidebar section {
  margin: 0;
}

#assetIntro .features-group {
  margin: 0 !important;
}

#assetIntro .features-header i {
  font-size: 18px;
  font-size: 1.125rem !important;
  margin-right: 10px !important;
}

@media (max-width: 480px) {
  #assetIntro .feature-value {
    padding: 15px 0 !important;
  }
}

#assetMainContent {
  margin-top: 30px;
}

@media (max-width: 480px) {
  #assetMainContent {
    margin-top: 0;
  }
}

#assetMainContent .assetSidebar {
  margin: 0 !important;
}

@media (max-width: 480px) {
  #assetMainContent .assetSidebar {
    margin-top: 30px !important;
  }
}

#assetMainContent .asset-features {
  margin: 0 !important;
}

#assetMainContent #slidingDetails {
  margin-bottom: 30px;
}

#assetMainContent #slidingDetails .features-header {
  padding: 12px 0 !important;
  border-bottom: 0 !important;
}

#assetMainContent #slidingDetails .features-body > .row:nth-of-type(odd) .row-wrapper {
  background: whitesmoke;
}

@media (max-width: 480px) {
  #assetMainContent #slidingDetails .features-body > .row:nth-of-type(odd) .row-wrapper {
    background: transparent;
  }
}

@media (max-width: 480px) {
  #assetMainContent #slidingDetails .features-body .row div div:nth-of-type(odd) .row {
    background: whitesmoke;
  }
}

#assetMainContent #assetContent .features-header i,
#assetMainContent .asset-content .features-header i {
  font-size: 18px;
  font-size: 1.125rem !important;
  margin-right: 10px !important;
}

#assetMainContent #assetContent h5,
#assetMainContent .asset-content h5 {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}

#assetMainContent #assetContent .assets-box .features-header h2,
#assetMainContent .asset-content .assets-box .features-header h2 {
  font-size: 14px;
  font-size: 0.875rem !important;
  color: #009EFF !important;
}

#assetMainContent #assetContent #marketList,
#assetMainContent .asset-content #marketList {
  margin-bottom: 30px !important;
}

#assetMainContent #assetContent #marketList .features-header,
#assetMainContent .asset-content #marketList .features-header {
  padding-top: 0;
}

#assetMainContent #assetContent #marketList .hidden-markets,
#assetMainContent .asset-content #marketList .hidden-markets {
  display: none;
}

#assetMainContent #assetContent #marketList ul,
#assetMainContent .asset-content #marketList ul {
  margin-bottom: 0;
}

#assetMainContent #assetContent #marketList ul li,
#assetMainContent .asset-content #marketList ul li {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 5px 0;
}

@media (max-width: 768px) {
  #assetMainContent #assetContent #marketList ul li,
  #assetMainContent .asset-content #marketList ul li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  #assetMainContent #assetContent #marketList ul li,
  #assetMainContent .asset-content #marketList ul li {
    width: 50%;
  }
}

#assetBanner {
  margin-top: 30px;
  margin-bottom: 15px;
}

#assetBanner .banner-element {
  width: 100%;
  height: 215px;
}

#assetBanner .banner-element .banner-description {
  position: relative;
  top: 50%;
  right: 30px;
  transform: perspective(1px) translateY(-50%);
  width: 30%;
}

@media (max-width: 768px) {
  #assetBanner .banner-element .banner-description {
    width: 40%;
  }
}

#assetBanner .banner-element .banner-description.white-text {
  color: #fff;
}

#assetBanner .banner-element .banner-description p {
  font-size: 12px;
  font-size: 0.75rem;
}

#assetBanner .banner-element a {
  margin-top: 10px;
}

.asset-body #assetContent .asset-padding,
.asset-body .asset-content .asset-padding {
  padding-right: 30px;
}

@media (max-width: 1024px) {
  .asset-body #assetContent .asset-padding,
  .asset-body .asset-content .asset-padding {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .asset-body #assetContent .asset-padding,
  .asset-body .asset-content .asset-padding {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .asset-body #assetContent .asset-padding,
  .asset-body .asset-content .asset-padding {
    padding-right: 0;
  }
}

.asset-body #assetContent .asset-cta-quote,
.asset-body .asset-content .asset-cta-quote {
  transition: all 0.3s;
  display: block;
  box-sizing: border-box;
  border-left: 5px solid #142f65;
  padding: 15px;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  color: #142f65;
  position: relative;
}

.asset-body #assetContent .asset-cta-quote i,
.asset-body .asset-content .asset-cta-quote i {
  color: #142f65;
  position: absolute;
  top: 13px;
  right: 5px;
}

.asset-body #assetContent .asset-cta-quote:hover,
.asset-body .asset-content .asset-cta-quote:hover {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
}

.asset-body #assetContent .assets-header,
.asset-body .asset-content .assets-header {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #f7f7f7;
}

.asset-body #assetContent .assets-header .header-left,
.asset-body .asset-content .assets-header .header-left {
  display: flex;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.asset-body #assetContent .assets-header .header-left .expand,
.asset-body .asset-content .assets-header .header-left .expand {
  /* Hidden temporarily */
  display: none;
  line-height: 3rem;
  background: #142f65;
  padding: 0 10px;
}

.asset-body #assetContent .assets-header .header-left .expand .expand-assets i,
.asset-body .asset-content .assets-header .header-left .expand .expand-assets i {
  vertical-align: middle;
}

.asset-body #assetContent .assets-header .header-left h2,
.asset-body .asset-content .assets-header .header-left h2 {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0px;
  color: #282828;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3rem;
}

.asset-body #assetContent .assets-header .header-left h2 strong,
.asset-body .asset-content .assets-header .header-left h2 strong {
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .asset-body #assetContent .assets-header .header-left h2 strong,
  .asset-body .asset-content .assets-header .header-left h2 strong {
    display: inline-block;
    float: left;
    width: 85%;
    line-height: 16px;
    padding: 0 0 15px;
  }
}

.asset-body #assetContent .assets-header .header-left h2 span,
.asset-body .asset-content .assets-header .header-left h2 span {
  font-weight: 400;
  color: #009EFF;
  vertical-align: baseline;
}

.asset-body #assetContent .assets-header .header-left h2 i,
.asset-body .asset-content .assets-header .header-left h2 i {
  font-size: 18px;
  vertical-align: text-top;
}

@media (max-width: 480px) {
  .asset-body #assetContent .assets-header .header-left h2 i,
  .asset-body .asset-content .assets-header .header-left h2 i {
    display: inline-block;
    float: left;
    width: 10%;
  }
}

.asset-body #assetContent .no-background,
.asset-body .asset-content .no-background {
  background: transparent !important;
}

.asset-body #assetContent .no-background .features-group,
.asset-body .asset-content .no-background .features-group {
  box-shadow: none !important;
}

.asset-body #assetContent .asset-features,
.asset-body #assetContent .asset-description,
.asset-body .asset-content .asset-features,
.asset-body .asset-content .asset-description {
  background: #fff;
  padding: 0;
}

.asset-body #assetContent .asset-features.display-all .features-group,
.asset-body #assetContent .asset-description.display-all .features-group,
.asset-body .asset-content .asset-features.display-all .features-group,
.asset-body .asset-content .asset-description.display-all .features-group {
  display: block !important;
  margin: 0 0 !important;
}

.asset-body #assetContent .asset-features .features-group,
.asset-body #assetContent .asset-description .features-group,
.asset-body .asset-content .asset-features .features-group,
.asset-body .asset-content .asset-description .features-group {
  display: none;
  margin: 15px 0;
}

.asset-body #assetContent .asset-features .features-group:first-child,
.asset-body #assetContent .asset-description .features-group:first-child,
.asset-body .asset-content .asset-features .features-group:first-child,
.asset-body .asset-content .asset-description .features-group:first-child {
  display: block;
  margin: 0 0 15px;
}

.asset-body #assetContent .asset-features .features-group .features-header,
.asset-body #assetContent .asset-description .features-group .features-header,
.asset-body .asset-content .asset-features .features-group .features-header,
.asset-body .asset-content .asset-description .features-group .features-header {
  position: relative;
  padding: 15px 15px 14px 0;
  background: transparent;
  color: #009EFF;
  border-bottom: 1px solid whitesmoke;
}

.asset-body #assetContent .asset-features .features-group .features-header i,
.asset-body #assetContent .asset-description .features-group .features-header i,
.asset-body .asset-content .asset-features .features-group .features-header i,
.asset-body .asset-content .asset-description .features-group .features-header i {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 15px;
  color: #009EFF;
}

.asset-body #assetContent .asset-features .features-group .features-header h1,
.asset-body #assetContent .asset-features .features-group .features-header h2,
.asset-body #assetContent .asset-description .features-group .features-header h1,
.asset-body #assetContent .asset-description .features-group .features-header h2,
.asset-body .asset-content .asset-features .features-group .features-header h1,
.asset-body .asset-content .asset-features .features-group .features-header h2,
.asset-body .asset-content .asset-description .features-group .features-header h1,
.asset-body .asset-content .asset-description .features-group .features-header h2 {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}

.asset-body #assetContent .asset-features .features-group .features-header .input-field,
.asset-body #assetContent .asset-description .features-group .features-header .input-field,
.asset-body .asset-content .asset-features .features-group .features-header .input-field,
.asset-body .asset-content .asset-description .features-group .features-header .input-field {
  margin: 0;
  margin-top: -5px;
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .asset-body #assetContent .asset-features .features-group .features-header .input-field,
  .asset-body #assetContent .asset-description .features-group .features-header .input-field,
  .asset-body .asset-content .asset-features .features-group .features-header .input-field,
  .asset-body .asset-content .asset-description .features-group .features-header .input-field {
    margin-top: 0;
  }
}

.asset-body #assetContent .asset-features .features-group .features-header .input-field:last-child,
.asset-body #assetContent .asset-description .features-group .features-header .input-field:last-child,
.asset-body .asset-content .asset-features .features-group .features-header .input-field:last-child,
.asset-body .asset-content .asset-description .features-group .features-header .input-field:last-child {
  padding-right: 0;
}

@media (max-width: 1024px) {
  .asset-body #assetContent .asset-features .features-group .features-header .input-field,
  .asset-body #assetContent .asset-description .features-group .features-header .input-field,
  .asset-body .asset-content .asset-features .features-group .features-header .input-field,
  .asset-body .asset-content .asset-description .features-group .features-header .input-field {
    padding: 0;
  }
}

.asset-body #assetContent .asset-features .features-group .features-header .select2-selection,
.asset-body #assetContent .asset-description .features-group .features-header .select2-selection,
.asset-body .asset-content .asset-features .features-group .features-header .select2-selection,
.asset-body .asset-content .asset-description .features-group .features-header .select2-selection {
  height: 2rem;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 2rem;
}

.asset-body #assetContent .asset-features .features-group .features-header .select2-selection__rendered,
.asset-body #assetContent .asset-description .features-group .features-header .select2-selection__rendered,
.asset-body .asset-content .asset-features .features-group .features-header .select2-selection__rendered,
.asset-body .asset-content .asset-description .features-group .features-header .select2-selection__rendered {
  line-height: 2rem;
}

.asset-body #assetContent .asset-features .features-group .features-subheader,
.asset-body #assetContent .asset-description .features-group .features-subheader,
.asset-body .asset-content .asset-features .features-group .features-subheader,
.asset-body .asset-content .asset-description .features-group .features-subheader {
  position: relative;
  padding: 0 15px 15px;
  background: #001C3D;
  color: #fff;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid whitesmoke;
}

.asset-body #assetContent .asset-features .features-group .features-subheader .input-field,
.asset-body #assetContent .asset-description .features-group .features-subheader .input-field,
.asset-body .asset-content .asset-features .features-group .features-subheader .input-field,
.asset-body .asset-content .asset-description .features-group .features-subheader .input-field {
  margin: 0;
}

.asset-body #assetContent .asset-features .features-group .features-subheader .select2-selection > span,
.asset-body #assetContent .asset-description .features-group .features-subheader .select2-selection > span,
.asset-body .asset-content .asset-features .features-group .features-subheader .select2-selection > span,
.asset-body .asset-content .asset-description .features-group .features-subheader .select2-selection > span {
  color: #fff;
}

.asset-body #assetContent .asset-features .features-group .features-body,
.asset-body #assetContent .asset-description .features-group .features-body,
.asset-body .asset-content .asset-features .features-group .features-body,
.asset-body .asset-content .asset-description .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-item-header,
.asset-body #assetContent .asset-description .features-group .features-body .feature-item-header,
.asset-body .asset-content .asset-features .features-group .features-body .feature-item-header,
.asset-body .asset-content .asset-description .features-group .features-body .feature-item-header {
  background: #009EFF;
}

@media (max-width: 480px) {
  .asset-body #assetContent .asset-features .features-group .features-body .feature-item-header .row,
  .asset-body #assetContent .asset-description .features-group .features-body .feature-item-header .row,
  .asset-body .asset-content .asset-features .features-group .features-body .feature-item-header .row,
  .asset-body .asset-content .asset-description .features-group .features-body .feature-item-header .row {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .asset-body #assetContent .asset-features .features-group .features-body .feature-item-header,
  .asset-body #assetContent .asset-description .features-group .features-body .feature-item-header,
  .asset-body .asset-content .asset-features .features-group .features-body .feature-item-header,
  .asset-body .asset-content .asset-description .features-group .features-body .feature-item-header {
    background: #009EFF;
  }
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-item-header div[class^="col-lg-"] span,
.asset-body #assetContent .asset-description .features-group .features-body .feature-item-header div[class^="col-lg-"] span,
.asset-body .asset-content .asset-features .features-group .features-body .feature-item-header div[class^="col-lg-"] span,
.asset-body .asset-content .asset-description .features-group .features-body .feature-item-header div[class^="col-lg-"] span {
  color: #fff;
  padding: 10px;
}

@media (max-width: 768px) {
  .asset-body #assetContent .asset-features .features-group .features-body .feature-item-header div[class^="col-lg-"] span,
  .asset-body #assetContent .asset-description .features-group .features-body .feature-item-header div[class^="col-lg-"] span,
  .asset-body .asset-content .asset-features .features-group .features-body .feature-item-header div[class^="col-lg-"] span,
  .asset-body .asset-content .asset-description .features-group .features-body .feature-item-header div[class^="col-lg-"] span {
    color: #fff;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .asset-body #assetContent .asset-features .features-group .features-body .col-xs-hidden,
  .asset-body #assetContent .asset-description .features-group .features-body .col-xs-hidden,
  .asset-body .asset-content .asset-features .features-group .features-body .col-xs-hidden,
  .asset-body .asset-content .asset-description .features-group .features-body .col-xs-hidden {
    display: none !important;
  }
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-title,
.asset-body #assetContent .asset-description .features-group .features-body .feature-title,
.asset-body .asset-content .asset-features .features-group .features-body .feature-title,
.asset-body .asset-content .asset-description .features-group .features-body .feature-title {
  padding: 15px 0;
  font-weight: 500;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value hr,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value hr,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value hr,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value hr {
  border-top: 1px solid whitesmoke;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription {
  overflow: hidden;
  width: 100%;
  max-height: 300px;
  transition: max-height 1s;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}

@media (max-width: 1024px) {
  .asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription,
  .asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription,
  .asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription,
  .asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription br,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription br,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription br,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription br {
  display: none;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription h1,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription h1,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription h1,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription h1 {
  display: none;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription h2,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription h2,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription h2,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription h2 {
  color: #282828;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
  break-before: avoid;
  -webkit-column-break-before: avoid;
  break-before: avoid;
  break-before: avoid;
  text-transform: initial;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription h3,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription h3,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription h3,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription h3 {
  color: #282828;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription p,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription p,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription p,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription p {
  display: block;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul li,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol li,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul li,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol li,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul li,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol li,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul li,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol li {
  display: inline;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul li:after,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol li:after,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul li:after,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol li:after,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul li:after,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol li:after,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul li:after,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol li:after {
  font-family: Roboto;
  font-weight: 300;
  content: ",";
  margin-right: 1px;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul li:nth-last-child(2):after,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol li:nth-last-child(2):after,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul li:nth-last-child(2):after,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol li:nth-last-child(2):after,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul li:nth-last-child(2):after,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol li:nth-last-child(2):after,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul li:nth-last-child(2):after,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol li:nth-last-child(2):after {
  display: none;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul li:last-child:before,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol li:last-child:before,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul li:last-child:before,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol li:last-child:before,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul li:last-child:before,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol li:last-child:before,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul li:last-child:before,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol li:last-child:before {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  content: "and";
  margin-left: 2px;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul li:last-child:after,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol li:last-child:after,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul li:last-child:after,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol li:last-child:after,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul li:last-child:after,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol li:last-child:after,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul li:last-child:after,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol li:last-child:after {
  font-family: Roboto;
  font-weight: 300;
  padding-left: 2px;
  content: ".";
  margin-left: -3px;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul:last-child,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol:last-child,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul:last-child,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol:last-child,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul:last-child,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol:last-child,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul:last-child,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol:last-child {
  display: block;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul:last-child li,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol:last-child li,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul:last-child li,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol:last-child li,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul:last-child li,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol:last-child li,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul:last-child li,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol:last-child li {
  display: block;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul:last-child li:before,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ul:last-child li:after,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol:last-child li:before,
.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription ol:last-child li:after,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul:last-child li:before,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ul:last-child li:after,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol:last-child li:before,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription ol:last-child li:after,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul:last-child li:before,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ul:last-child li:after,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol:last-child li:before,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription ol:last-child li:after,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul:last-child li:before,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ul:last-child li:after,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol:last-child li:before,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription ol:last-child li:after {
  display: none;
}

.asset-body #assetContent .asset-features .features-group .features-body .feature-value #advancedDescription.open,
.asset-body #assetContent .asset-description .features-group .features-body .feature-value #advancedDescription.open,
.asset-body .asset-content .asset-features .features-group .features-body .feature-value #advancedDescription.open,
.asset-body .asset-content .asset-description .features-group .features-body .feature-value #advancedDescription.open {
  max-height: 9999px;
}

.asset-body #assetContent .asset-features .features-group .features-body .row,
.asset-body #assetContent .asset-description .features-group .features-body .row,
.asset-body .asset-content .asset-features .features-group .features-body .row,
.asset-body .asset-content .asset-description .features-group .features-body .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.asset-body #assetContent .asset-features .features-group .features-body .row [class*='col-'],
.asset-body #assetContent .asset-description .features-group .features-body .row [class*='col-'],
.asset-body .asset-content .asset-features .features-group .features-body .row [class*='col-'],
.asset-body .asset-content .asset-description .features-group .features-body .row [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .asset-body #assetContent .asset-features .features-group .features-body .row.no-flex-row .mobile-only,
  .asset-body #assetContent .asset-description .features-group .features-body .row.no-flex-row .mobile-only,
  .asset-body .asset-content .asset-features .features-group .features-body .row.no-flex-row .mobile-only,
  .asset-body .asset-content .asset-description .features-group .features-body .row.no-flex-row .mobile-only {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .asset-body #assetContent .asset-features .features-group .features-body .row.no-flex-row,
  .asset-body #assetContent .asset-description .features-group .features-body .row.no-flex-row,
  .asset-body .asset-content .asset-features .features-group .features-body .row.no-flex-row,
  .asset-body .asset-content .asset-description .features-group .features-body .row.no-flex-row {
    display: block !important;
  }

  .asset-body #assetContent .asset-features .features-group .features-body .row.no-flex-row .mobile-only,
  .asset-body #assetContent .asset-description .features-group .features-body .row.no-flex-row .mobile-only,
  .asset-body .asset-content .asset-features .features-group .features-body .row.no-flex-row .mobile-only,
  .asset-body .asset-content .asset-description .features-group .features-body .row.no-flex-row .mobile-only {
    display: block !important;
  }
}

.asset-body #assetContent .asset-features .features-group .features-body .row-wrapper,
.asset-body #assetContent .asset-description .features-group .features-body .row-wrapper,
.asset-body .asset-content .asset-features .features-group .features-body .row-wrapper,
.asset-body .asset-content .asset-description .features-group .features-body .row-wrapper {
  width: 100%;
  width: fill-available;
  margin: 0 15px;
  /* borders for nested columns */
  border-bottom: 0;
}

.asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] .row,
.asset-body #assetContent .asset-description .features-group .features-body .row-wrapper div[class^="col-lg-"] .row,
.asset-body .asset-content .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] .row,
.asset-body .asset-content .asset-description .features-group .features-body .row-wrapper div[class^="col-lg-"] .row {
  display: flex;
}

.asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"],
.asset-body #assetContent .asset-description .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"],
.asset-body .asset-content .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"],
.asset-body .asset-content .asset-description .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"] {
  display: flex;
}

@media (max-width: 480px) {
  .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper,
  .asset-body #assetContent .asset-description .features-group .features-body .row-wrapper,
  .asset-body .asset-content .asset-features .features-group .features-body .row-wrapper,
  .asset-body .asset-content .asset-description .features-group .features-body .row-wrapper {
    border-bottom: 0;
  }

  .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] .row,
  .asset-body #assetContent .asset-description .features-group .features-body .row-wrapper div[class^="col-lg-"] .row,
  .asset-body .asset-content .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] .row,
  .asset-body .asset-content .asset-description .features-group .features-body .row-wrapper div[class^="col-lg-"] .row {
    display: flex;
  }

  .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"],
  .asset-body #assetContent .asset-description .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"],
  .asset-body .asset-content .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"],
  .asset-body .asset-content .asset-description .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"] {
    display: flex;
  }
}

.asset-body #assetContent .asset-features .features-group.simple-dividers .feature-value span,
.asset-body #assetContent .asset-description .features-group.simple-dividers .feature-value span,
.asset-body .asset-content .asset-features .features-group.simple-dividers .feature-value span,
.asset-body .asset-content .asset-description .features-group.simple-dividers .feature-value span {
  display: block;
  padding: 10px 0;
}

.asset-body #assetContent .asset-features .features-group.simple-dividers .feature-item-header,
.asset-body #assetContent .asset-description .features-group.simple-dividers .feature-item-header,
.asset-body .asset-content .asset-features .features-group.simple-dividers .feature-item-header,
.asset-body .asset-content .asset-description .features-group.simple-dividers .feature-item-header {
  color: #fff;
}

.asset-body #assetContent .asset-features .features-group.simple-dividers .feature-item-header div,
.asset-body #assetContent .asset-description .features-group.simple-dividers .feature-item-header div,
.asset-body .asset-content .asset-features .features-group.simple-dividers .feature-item-header div,
.asset-body .asset-content .asset-description .features-group.simple-dividers .feature-item-header div {
  border-color: #009EFF !important;
}

.asset-body #assetContent .asset-features .features-group.simple-dividers .feature-item-header span,
.asset-body #assetContent .asset-description .features-group.simple-dividers .feature-item-header span,
.asset-body .asset-content .asset-features .features-group.simple-dividers .feature-item-header span,
.asset-body .asset-content .asset-description .features-group.simple-dividers .feature-item-header span {
  display: inline-block;
  border-bottom: 0;
  padding: 0;
}

.asset-body #assetContent .expand-holder,
.asset-body .asset-content .expand-holder {
  padding: 30px 0 30px;
  background: #fff;
}

.asset-body #assetContent .expand-holder .expand-markets,
.asset-body #assetContent .expand-holder .expand-feature-groups,
.asset-body #assetContent .expand-holder .expand-overview,
.asset-body .asset-content .expand-holder .expand-markets,
.asset-body .asset-content .expand-holder .expand-feature-groups,
.asset-body .asset-content .expand-holder .expand-overview {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #afe8ff;
  line-height: 0.1em;
}

@media (max-width: 768px) {
  .asset-body #assetContent .expand-holder .expand-markets,
  .asset-body #assetContent .expand-holder .expand-feature-groups,
  .asset-body #assetContent .expand-holder .expand-overview,
  .asset-body .asset-content .expand-holder .expand-markets,
  .asset-body .asset-content .expand-holder .expand-feature-groups,
  .asset-body .asset-content .expand-holder .expand-overview {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .asset-body #assetContent .expand-holder .expand-markets,
  .asset-body #assetContent .expand-holder .expand-feature-groups,
  .asset-body #assetContent .expand-holder .expand-overview,
  .asset-body .asset-content .expand-holder .expand-markets,
  .asset-body .asset-content .expand-holder .expand-feature-groups,
  .asset-body .asset-content .expand-holder .expand-overview {
    width: 100%;
  }
}

.asset-body #assetContent .expand-holder .expand-markets span,
.asset-body #assetContent .expand-holder .expand-feature-groups span,
.asset-body #assetContent .expand-holder .expand-overview span,
.asset-body .asset-content .expand-holder .expand-markets span,
.asset-body .asset-content .expand-holder .expand-feature-groups span,
.asset-body .asset-content .expand-holder .expand-overview span {
  background: #fff;
  padding: 0 20px;
}

@media (max-width: 480px) {
  .asset-body #assetContent .expand-holder .expand-markets span,
  .asset-body #assetContent .expand-holder .expand-feature-groups span,
  .asset-body #assetContent .expand-holder .expand-overview span,
  .asset-body .asset-content .expand-holder .expand-markets span,
  .asset-body .asset-content .expand-holder .expand-feature-groups span,
  .asset-body .asset-content .expand-holder .expand-overview span {
    padding: 0 5px;
  }
}

.asset-body #assetContent .card-holder span,
.asset-body .asset-content .card-holder span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.asset-body #assetContent .card-holder span > div,
.asset-body .asset-content .card-holder span > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.asset-body #assetContent .card-holder span.no-results,
.asset-body .asset-content .card-holder span.no-results {
  display: block;
  padding: 0 20px;
  text-align: center;
}

.asset-body #assetContent .card-holder span.no-results p,
.asset-body .asset-content .card-holder span.no-results p {
  text-align: center;
  margin: 0;
}

.asset-body #assetContent .card-holder .card-view,
.asset-body .asset-content .card-holder .card-view {
  border: 1px solid whitesmoke;
  background: transparent;
}

.asset-body #assetContent .card-holder .card-view.full,
.asset-body .asset-content .card-holder .card-view.full {
  background: #fff;
}

.asset-body #assetContent .card-container,
.asset-body .asset-content .card-container {
  padding: 5px 0px;
}

.asset-body #assetContent .card-container.tallcards .card-header,
.asset-body .asset-content .card-container.tallcards .card-header {
  min-height: 115px;
}

.asset-body #assetContent .card-container .card-holder,
.asset-body .asset-content .card-container .card-holder {
  padding: 5px 5px;
}

.asset-body #assetContent .card-container div[class^="col-lg-"],
.asset-body .asset-content .card-container div[class^="col-lg-"] {
  padding: 5px;
}

.asset-body #assetContent .card-container .row,
.asset-body .asset-content .card-container .row {
  padding: 0;
  margin-left: -5px;
  margin-right: -5px;
}

.asset-body .assetSidebar {
  margin: 30px 0 0;
}

.asset-body .assetSidebar #asset-functions {
  margin: 0 !important;
}

.asset-body .assetSidebar.no-margin {
  margin: 0;
}

.asset-body .assetSidebar > .btn {
  width: 100%;
}

.asset-body .assetSidebar #sideBarCert {
  display: none;
}

.asset-body .assetSidebar #sideBarFlag .features-group {
  text-align: center;
}

.asset-body .assetSidebar #sideBarFlag .features-group .features-body {
  padding: 30px 0;
  background: #fff;
}

.asset-body .assetSidebar #sideBarFlag .features-group .features-body img {
  max-width: 60%;
  margin-top: 15px;
}

.asset-body .assetSidebar #sideBarFlag .features-group .features-body h3 {
  margin: 15px 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #001C3D;
}

.asset-body .assetSidebar #sideBarFlag .features-group .features-body h4 {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #142f65;
}

.asset-body .assetSidebar #sideBarCert .features-group,
.asset-body .assetSidebar #sideBarSubCompany .features-group {
  margin: 0 0 15px;
}

.asset-body .assetSidebar #sideBarCert .features-group .features-body,
.asset-body .assetSidebar #sideBarSubCompany .features-group .features-body {
  padding: 15px 0 5px;
  background: #fff;
}

.asset-body .assetSidebar #sideBarCert .carousel .carousel-inner,
.asset-body .assetSidebar #sideBarCert #certsCarousel .carousel-inner,
.asset-body .assetSidebar #sideBarCert #subsCarousel .carousel-inner,
.asset-body .assetSidebar #sideBarSubCompany .carousel .carousel-inner,
.asset-body .assetSidebar #sideBarSubCompany #certsCarousel .carousel-inner,
.asset-body .assetSidebar #sideBarSubCompany #subsCarousel .carousel-inner {
  overflow: hidden;
}

.asset-body .assetSidebar #sideBarCert .carousel .carousel-inner .item img,
.asset-body .assetSidebar #sideBarCert #certsCarousel .carousel-inner .item img,
.asset-body .assetSidebar #sideBarCert #subsCarousel .carousel-inner .item img,
.asset-body .assetSidebar #sideBarSubCompany .carousel .carousel-inner .item img,
.asset-body .assetSidebar #sideBarSubCompany #certsCarousel .carousel-inner .item img,
.asset-body .assetSidebar #sideBarSubCompany #subsCarousel .carousel-inner .item img {
  margin: 0 auto;
}

.asset-body .assetSidebar #sideBarCert .carousel .carousel-inner .item img.reduced-width,
.asset-body .assetSidebar #sideBarCert #certsCarousel .carousel-inner .item img.reduced-width,
.asset-body .assetSidebar #sideBarCert #subsCarousel .carousel-inner .item img.reduced-width,
.asset-body .assetSidebar #sideBarSubCompany .carousel .carousel-inner .item img.reduced-width,
.asset-body .assetSidebar #sideBarSubCompany #certsCarousel .carousel-inner .item img.reduced-width,
.asset-body .assetSidebar #sideBarSubCompany #subsCarousel .carousel-inner .item img.reduced-width {
  max-width: 60%;
}

.asset-body .assetSidebar #sideBarCert .carousel .carousel-inner .carousel-caption,
.asset-body .assetSidebar #sideBarCert #certsCarousel .carousel-inner .carousel-caption,
.asset-body .assetSidebar #sideBarCert #subsCarousel .carousel-inner .carousel-caption,
.asset-body .assetSidebar #sideBarSubCompany .carousel .carousel-inner .carousel-caption,
.asset-body .assetSidebar #sideBarSubCompany #certsCarousel .carousel-inner .carousel-caption,
.asset-body .assetSidebar #sideBarSubCompany #subsCarousel .carousel-inner .carousel-caption {
  position: static;
}

.asset-body .assetSidebar #sideBarCert .carousel .carousel-control,
.asset-body .assetSidebar #sideBarCert #certsCarousel .carousel-control,
.asset-body .assetSidebar #sideBarCert #subsCarousel .carousel-control,
.asset-body .assetSidebar #sideBarSubCompany .carousel .carousel-control,
.asset-body .assetSidebar #sideBarSubCompany #certsCarousel .carousel-control,
.asset-body .assetSidebar #sideBarSubCompany #subsCarousel .carousel-control {
  display: inline-block;
  background-image: none;
  top: 30%;
}

.asset-body .assetSidebar #sideBarCert .carousel .carousel-control i,
.asset-body .assetSidebar #sideBarCert #certsCarousel .carousel-control i,
.asset-body .assetSidebar #sideBarCert #subsCarousel .carousel-control i,
.asset-body .assetSidebar #sideBarSubCompany .carousel .carousel-control i,
.asset-body .assetSidebar #sideBarSubCompany #certsCarousel .carousel-control i,
.asset-body .assetSidebar #sideBarSubCompany #subsCarousel .carousel-control i {
  color: #142f65;
}

.asset-body .assetSidebar #sideBarCert h5,
.asset-body .assetSidebar #sideBarSubCompany h5 {
  min-height: 45px;
  text-align: center;
}

.asset-body .assetSidebar #sideBarCert .no-logo h5,
.asset-body .assetSidebar #sideBarSubCompany .no-logo h5 {
  padding-bottom: 20px;
  line-height: 30px;
}

.asset-body .assetSidebar #sideBarSubCompany .img-holder {
  height: 120px;
}

.asset-body .assetSidebar #sideBarSubCompany .img-holder img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  max-width: 120px !important;
  max-height: 120px;
}

.asset-body .assetSidebar #sideBarSubCompany h5 {
  min-height: 30px;
  padding-top: 10px;
}

.asset-body .assetSidebar #sideBarMap {
  margin: 0;
}

@media (max-width: 480px) {
  .asset-body .assetSidebar #sideBarMap div {
    height: 300px !important;
  }
}

.asset-body .assetSidebar #sideBarMap #mapModal .close {
  margin-top: -25px;
  color: #fff;
}

.asset-body .assetSidebar #sideBarShare .features-header strong {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.asset-body .assetSidebar #sideBarShare .footer-social.larger-icons a {
  width: 30px;
  height: 30px;
}

.asset-body .assetSidebar .expand-map {
  display: block;
  width: 100%;
  background: #001C3D;
  border: 1px solid #001C3D;
  outline: none;
}

.asset-body .assetSidebar .expand-map span {
  display: block;
  padding: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.asset-body .assetSidebar > section {
  margin: 30px 0;
}

.asset-body .assetSidebar > section:first-child {
  margin-top: 0px !important;
}

@media (max-width: 768px) {
  .asset-body .assetSidebar > section:nth-child(2) {
    margin-top: 0px !important;
  }
}

.asset-body .assetSidebar > section .asset-sidebar .features-group {
  border: 1px solid whitesmoke;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-header {
  position: relative;
  padding: 10px;
  color: #fff;
  background: #009EFF;
  border-bottom: 1px solid whitesmoke;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-header h2 {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
  background: whitesmoke;
  padding: 15px 0;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-body .feature-title {
  padding: 5px 0;
  font-weight: 500;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-body .feature-value {
  padding: 10px 0;
  text-align: center;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-body .feature-value i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #001C3D;
  vertical-align: middle;
  margin-right: 15px;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-body .feature-value a {
  display: inline-block;
  max-width: 80%;
  vertical-align: bottom;
}

.asset-body .assetSidebar > section .asset-sidebar .features-group .features-body .row-wrapper {
  margin: 0 15px;
}

.asset-body .assetSidebar #relatedAssets {
  margin: 30px 0 0;
}

.asset-body .assetSidebar #relatedAssets h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #001C3D;
  text-transform: uppercase;
}

.asset-body .assetSidebar #relatedAssets hr {
  margin: 15px 0;
  border-top: 1px solid whitesmoke;
  border-bottom: 1px solid #fff;
}

.asset-body .assetSidebar #relatedAssets a {
  margin-bottom: 15px;
}

.asset-body .assetSidebar #relatedAssets a:last-child {
  margin-bottom: 0;
}

.asset-body .assetSidebar #suggestCorrection {
  display: block;
  margin: 30px 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.asset-body#graphPanel {
  padding: 30px 15px 15px;
}

.asset-body#graphPanel .no-col-padding {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .asset-body#graphPanel .no-col-padding {
    padding: 0 15px;
  }
}

.asset-body#graphPanel .no-col-right-padding {
  padding-right: 0;
}

@media (max-width: 767px) {
  .asset-body#graphPanel .no-col-right-padding {
    padding: 0 15px;
  }
}

.asset-body#graphPanel .no-col-left-padding {
  padding-left: 0;
}

@media (max-width: 767px) {
  .asset-body#graphPanel .no-col-left-padding {
    padding: 0 15px;
  }
}

.asset-body#graphPanel #tabBG .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.asset-body#graphPanel #tabBG .row > div:first-child {
  margin: 0 0 0 -1px;
}

.asset-body#graphPanel #tabBG .row > .short-col {
  display: flex;
  -webkit-flex: 1 1 15em;
  flex-direction: column;
}

.asset-body#graphPanel #tabBG svg > rect {
  display: none !important;
}

.asset-body#graphPanel .nav-tabs li {
  float: none;
}

.asset-body#graphPanel .nav-tabs li a {
  display: block;
  margin: 0;
  padding: 20px 10px;
  border-radius: 0;
  background: #f9f9f9;
  color: #282828;
  text-transform: uppercase;
  border: 0;
  border-top: 1px solid #f2efef;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 1024px) {
  .asset-body#graphPanel .nav-tabs li a {
    padding: 19.4px 10px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 768px) {
  .asset-body#graphPanel .nav-tabs li a {
    padding: 17.2px 7px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.asset-body#graphPanel .nav-tabs li a:hover {
  background: #009EFF;
  color: #fff;
}

.asset-body#graphPanel .nav-tabs li a:hover:after {
  content: "";
  border-left: 0.5em solid #009EFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: -.5em;
  top: 50%;
  z-index: 100;
  margin-top: -10px;
}

.asset-body#graphPanel .nav-tabs li.active a {
  background: #009EFF;
  color: #fff;
}

.asset-body#graphPanel .nav-tabs li.active a:after {
  content: "";
  border-left: 0.5em solid #009EFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  right: -.5em;
  top: 50%;
  z-index: 100;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .asset-body#graphPanel .nav-tabs li.active a:after {
    display: none;
  }
}

.asset-body#graphPanel .nav-tabs.additional-padding li a {
  padding: 23px 10px;
}

.asset-body#graphPanel .tab-content {
  background: whitesmoke;
  margin-right: -15px;
  margin-top: -1px;
  min-height: 243px;
  padding: 0px 15px;
}

@media (max-width: 1024px) {
  .asset-body#graphPanel .tab-content {
    padding: 0px 30px 10px;
  }
}

@media (max-width: 768px) {
  .asset-body#graphPanel .tab-content {
    padding: 21px 15px;
  }
}

@media (max-width: 480px) {
  .asset-body#graphPanel .tab-content {
    padding: 20px;
    margin-right: 0;
  }
}

.asset-body#graphPanel .tab-content .tab-pane {
  padding: 20px 0 0 15px;
}

.asset-body#graphPanel .tab-content .tab-pane .no-chart-data,
.asset-body#graphPanel .tab-content .tab-pane .non-user {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.asset-body#graphPanel .tab-content .tab-pane .no-chart-data p,
.asset-body#graphPanel .tab-content .tab-pane .non-user p {
  margin: 0;
  margin-top: 15%;
}

.asset-body#graphPanel .tab-content .tab-pane .chartHeader {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
}

.asset-body#graphPanel .tab-content .tab-pane .chartHeader i {
  color: #009EFF;
}

.asset-body #factsSubPanel {
  background: #f9f9f9;
  min-height: 241px;
}

@media (max-width: 768px) {
  .asset-body #factsSubPanel {
    min-height: 259px;
  }
}

@media (max-width: 767px) {
  .asset-body #factsSubPanel {
    margin-top: 30px;
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .asset-body #factsSubPanel {
    min-height: auto;
  }
}

.asset-body #factsSubPanel ul {
  margin: 0;
}

.asset-body #factsSubPanel ul li {
  padding: 16px 20px;
  border-bottom: 1px solid #f2efef;
}

.asset-body #factsSubPanel ul li a {
  cursor: pointer;
}

@media (max-width: 768px) {
  .asset-body #factsSubPanel ul li {
    padding: 12.2px 20px;
  }
}

.asset-body #factsSubPanel ul li:first-child {
  border-top: 0;
}

.asset-body #factsSubPanel ul li:last-child {
  border-bottom: 0;
}

.asset-body #factsSubPanel ul li strong {
  display: block;
  color: #001C3D;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

.asset-body #factsSubPanel ul li span {
  color: #282828;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .asset-body #factsSubPanel ul li span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* MP Cards */

.promoted {
  margin: 0px !important;
  padding: 15px 10px !important;
  background: #f4fbfe;
}

.mp-card-view {
  display: block;
  position: relative;
  width: 100%;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 0px 0px 20px 0px #f2f2f2;
  overflow: hidden;
}

.mp-card-view:hover,
.mp-card-view:active,
.mp-card-view:focus {
  text-decoration: none;
}

.mp-card-view a {
  position: relative;
  padding: 10px 0;
  padding-right: 6px;
  display: block;
  border-left: 6px solid white;
}

.mp-card-view a .view-listing {
  position: absolute;
  bottom: 15px;
  right: 16px;
  font-size: 0.9em;
  background: white;
  box-shadow: 0 0 20px 15px white;
}

.mp-card-view.popular a {
  border-left: 6px solid #009EFF;
}

.mp-card-view .card-name {
  position: relative;
  word-wrap: break-word;
  padding: 5px 10px;
}

.mp-card-view .card-name .popular-label {
  font-size: 0.7em;
  padding: 3px 8px;
  color: #009EFF;
  border: 1px solid #009EFF;
  border-radius: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .mp-card-view .card-name .popular-label {
    display: none !important;
  }
}

.mp-card-view .card-name h2 {
  font-weight: bold;
  margin: 0 0 5px 0;
  word-wrap: break-word;
  font-size: 1rem;
  color: black;
  margin: 0;
}

.mp-card-view .card-name h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
}

.mp-card-view .card-name.single-line h2 {
  padding: 20px;
  margin: 0;
}

.mp-card-view .card-stats {
  min-width: 200px;
}

.mp-card-view .card-stats .promoted-listing-banner {
  display: none !important;
}

.mp-card-view .card-stats .card-stats-inner {
  color: #777;
  display: inline-block;
  padding: 0 10px;
  min-width: 200px;
}

.mp-card-view .card-stats .card-stats-inner .card-team span {
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mp-card-view .card-stats .card-stats-inner div {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.mp-card-view .card-stats .card-stats-inner div i {
  display: inline-block;
  color: #7cd4f7;
  vertical-align: middle;
  font-size: 24px;
}

.mp-card-view .card-stats .card-stats-inner div span {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 10px;
}

.mp-card-view .card-stats .card-stats-inner div span span {
  margin-left: 0;
}

.mp-card-view .card-stats .card-stats-inner div:first-child {
  margin-bottom: 5px;
}

.mp-card-view .card-info {
  padding: 5px 10px;
  font-size: 0.9em;
}

.mp-card-view .card-info .material-icons {
  color: #dadada;
  width: 25px;
  vertical-align: middle;
  font-size: 1.4em;
}

@media (max-width: 768px) {
  .mp-card-view .card-info .material-icons {
    display: none;
  }
}

.mp-card-view .card-info strong {
  color: #9f9f9f;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .mp-card-view .card-info strong {
    font-size: 0.9rem;
    margin-right: 5px;
  }
}

.mp-card-view .card-info .card-pill {
  background: #f6f6f6;
  color: black;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .mp-card-view .card-info .card-pill {
    font-size: 0.9rem;
    padding: 1px 5px;
  }
}

.mp-card-view .card-info .more-items {
  color: #aaaaaa;
}

@media (max-width: 768px) {
  .mp-card-view .card-info .more-items > span {
    display: none !important;
  }
}

.mp-card-view .card-add {
  height: 100%;
  background: #001C3D;
}

.mp-card-view .card-add .card-add-inner {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center;
  padding: 30px 0 20px;
}

.mp-card-view .card-add .card-add-inner i {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}

.mp-card-view .card-add .card-add-inner p {
  color: #fff;
  font-weight: 500;
}

.mp-card-view.featured-listing {
  background: #fff;
}

.mp-card-view.featured-listing .card-header {
  background: #009EFF;
}

.mp-card-view.featured-listing .card-header .card-name {
  color: #fff;
  max-width: 65%;
}

.mp-card-view.featured-listing .card-header .card-stats .promoted-listing-banner {
  display: inline-block;
  position: relative;
  background: #008ee6;
  height: 75px;
  vertical-align: top;
  margin-right: -4px;
  padding: 0 15px 0 40px;
  overflow: hidden;
}

.mp-card-view.featured-listing .card-header .card-stats .promoted-listing-banner:after {
  display: block;
  position: absolute;
  top: 0;
  left: calc(-100% - 30px);
  content: "";
  background: #009EFF;
  height: 200px;
  width: 200px;
  transform: rotate(130deg);
  z-index: 100;
}

.mp-card-view.featured-listing .card-header .card-stats .promoted-listing-banner strong {
  display: inline-block;
  text-align: top;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  margin: 12px 0 0 0;
  z-index: 1000;
}

@media (max-width: 768px) {
  .mp-card-view .card-header {
    height: auto;
  }

  .mp-card-view .card-header .card-name {
    max-width: 100%;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 15px 10px;
  }

  .mp-card-view .card-header .card-name h2 {
    margin: 0;
  }

  .mp-card-view .card-header .card-stats {
    width: 100%;
    height: auto;
  }

  .mp-card-view .card-header .card-stats .card-stats-inner {
    width: 100%;
    padding: 10px;
  }

  .mp-card-view .card-header .card-stats .card-stats-inner div {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0 !important;
  }

  .mp-card-view .card-body {
    height: auto;
    padding: 10px;
  }

  .mp-card-view .card-body div {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .mp-card-view .card-body .card-services,
  .mp-card-view .card-body .card-market {
    display: block;
    margin-left: 0 !important;
  }

  .mp-card-view .card-body .card-actions {
    display: none;
    margin-right: -15px;
  }

  .mp-card-view .card-body .card-actions .quick-share-listing,
  .mp-card-view .card-body .card-actions .quick-bookmark-listing {
    line-height: 40px !important;
  }

  .mp-card-view .card-body .card-actions #viewListing {
    display: none;
  }
}

@media (max-width: 768px) and (max-width: 767px) {
  .mp-card-view .card-body .card-actions #viewListing {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .mp-card-view .promoted-listing-banner {
    position: absolute !important;
    top: 7px;
    right: 10px;
    height: auto;
    padding-right: 10px !important;
    background: transparent !important;
  }

  .mp-card-view .promoted-listing-banner strong {
    margin-top: 10px !important;
  }

  .mp-card-view .promoted-listing-banner:after {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .mp-card-view .card-header {
    height: auto;
    background: #142f65;
  }

  .mp-card-view .card-header .card-name {
    color: #fff;
    max-width: 100%;
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 15px 10px 15px 10px;
  }

  .mp-card-view .card-header .card-name h2 {
    margin: 0;
  }

  .mp-card-view .card-header .card-stats {
    width: 100%;
    height: auto;
  }

  .mp-card-view .card-header .card-stats .card-stats-inner {
    width: 100%;
    padding: 10px;
  }

  .mp-card-view .card-header .card-stats .card-stats-inner div {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0 !important;
  }

  .mp-card-view .card-body {
    height: auto;
    padding: 10px;
  }

  .mp-card-view .card-body div {
    top: auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }

  .mp-card-view .card-body .card-services,
  .mp-card-view .card-body .card-market {
    margin-left: 0 !important;
  }

  .mp-card-view .card-body .card-actions {
    margin-top: 15px;
    margin-right: -15px;
  }

  .mp-card-view .card-body .card-actions .quick-share-listing,
  .mp-card-view .card-body .card-actions .quick-bookmark-listing {
    line-height: 40px !important;
  }

  .mp-card-view .promoted-listing-banner {
    position: absolute !important;
    top: 7px;
    right: 10px;
    height: auto;
    padding-right: 10px !important;
    background: transparent !important;
  }

  .mp-card-view .promoted-listing-banner strong {
    margin-top: 10px !important;
  }

  .mp-card-view .promoted-listing-banner:after {
    display: none !important;
  }
}

#marketplaceOpportunityList {
  padding: 5px 0;
}

#marketplaceOpportunityList.my-mp {
  margin-top: 5px;
}

#marketplaceOpportunityList.my-mp .card-header {
  height: 86px;
}

@media (max-width: 767px) {
  #marketplaceOpportunityList.my-mp .card-header {
    height: auto;
  }
}

#marketplaceOpportunityList.my-mp .card-stats {
  height: 86px;
}

@media (max-width: 767px) {
  #marketplaceOpportunityList.my-mp .card-stats {
    height: auto;
  }
}

#marketplaceOpportunityList.my-mp .card-stats .card-stats-inner .card-views {
  margin-bottom: 5px;
}

#marketplaceOpportunityList.my-mp .card-stats .card-stats-inner i {
  font-size: 18px;
  font-size: 1.125rem;
}

#marketplaceOpportunityList.my-mp td {
  padding-left: 20px !important;
  text-align: left;
}

#marketplaceOpportunityList .no-result {
  display: block;
  margin: 20px 0;
}

@media (max-width: 480px) {
  #marketplaceOpportunityList {
    padding: 0;
  }
}

#marketplaceOpportunityList .mp-card-view {
  margin: 15px 0;
}

@media (max-width: 480px) {
  #marketplaceOpportunityList .mp-card-view {
    margin: 30px 0;
  }
}

#marketplaceOpportunityList .mp-card-view:first-of-type {
  margin: 0;
}

#marketplaceOpportunityList .mpcard-bg > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

#marketplaceOpportunityList .short-col {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid whitesmoke;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  #marketplaceOpportunityList .short-col {
    display: none;
  }
}

@media (max-width: 480px) {
  #marketplaceOpportunityList .short-col {
    display: none;
  }
}

#marketplaceOpportunityList .card-image {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center;
}

#marketplaceOpportunityList .card-image img {
  margin: 0 auto;
  max-width: 80%;
}

.descriptor {
  margin-top: 15px;
}

.descriptor h3 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
}

.descriptor h3 strong {
  color: #142f65;
}

.related-assets.half-margin,
.datacenter-details.half-margin {
  margin-top: 15px;
}

.related-assets.first,
.datacenter-details.first {
  margin-top: 0px;
}

.related-assets.first:first-child,
.datacenter-details.first:first-child {
  margin-top: 15px !important;
}

.related-assets .assets-box,
.datacenter-details .assets-box {
  background: transparent;
}

@media (max-width: 480px) {
  .related-assets .assets-box,
  .datacenter-details .assets-box {
    margin-top: 30px;
  }
}

.related-assets .assets-box .assets-header,
.datacenter-details .assets-box .assets-header {
  background: transparent;
  border: 0;
  border-bottom: 1px solid whitesmoke;
}

.related-assets .assets-box .assets-header.no-margin,
.datacenter-details .assets-box .assets-header.no-margin {
  margin: 0 !important;
}

.related-assets .assets-box .assets-header .header-left,
.datacenter-details .assets-box .assets-header .header-left {
  display: flex;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.related-assets .assets-box .assets-header .header-left .expand,
.datacenter-details .assets-box .assets-header .header-left .expand {
  /* Hidden temporarily */
  display: none;
  line-height: 3rem;
  background: #142f65;
  padding: 0 10px;
}

.related-assets .assets-box .assets-header .header-left .expand .expand-assets i,
.datacenter-details .assets-box .assets-header .header-left .expand .expand-assets i {
  vertical-align: middle;
}

.related-assets .assets-box .assets-header .header-left h2,
.datacenter-details .assets-box .assets-header .header-left h2 {
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0px;
  color: #282828;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3rem;
}

.related-assets .assets-box .assets-header .header-left h2 strong,
.datacenter-details .assets-box .assets-header .header-left h2 strong {
  font-weight: 500;
  margin-left: 10px;
  vertical-align: middle;
}

@media (max-width: 480px) {
  .related-assets .assets-box .assets-header .header-left h2 strong,
  .datacenter-details .assets-box .assets-header .header-left h2 strong {
    display: inline-block;
    float: left;
    width: 85%;
    line-height: 16px;
  }
}

.related-assets .assets-box .assets-header .header-left h2 span,
.datacenter-details .assets-box .assets-header .header-left h2 span {
  font-weight: 400;
  color: #009EFF;
  vertical-align: baseline;
}

.related-assets .assets-box .assets-header .header-left h2 i,
.datacenter-details .assets-box .assets-header .header-left h2 i {
  font-size: 18px;
  vertical-align: text-top;
  color: #009EFF;
}

@media (max-width: 480px) {
  .related-assets .assets-box .assets-header .header-left h2 i,
  .datacenter-details .assets-box .assets-header .header-left h2 i {
    display: inline-block;
    float: left;
    width: 10%;
  }
}

.related-assets .assets-box .assets-header .header-right,
.datacenter-details .assets-box .assets-header .header-right {
  display: flex;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: -10px;
}

@media (max-width: 480px) {
  .related-assets .assets-box .assets-header .header-right,
  .datacenter-details .assets-box .assets-header .header-right {
    margin-top: 15px;
  }
}

.related-assets .assets-box .assets-header .header-right.no-flex,
.datacenter-details .assets-box .assets-header .header-right.no-flex {
  display: block;
  width: 50% !important;
}

.related-assets .assets-box .assets-header .header-right.no-flex .search,
.datacenter-details .assets-box .assets-header .header-right.no-flex .search {
  width: 100% !important;
}

@media (min-width: 992px) {
  .related-assets .assets-box .assets-header .header-right,
  .datacenter-details .assets-box .assets-header .header-right {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .related-assets .assets-box .assets-header .header-right,
  .datacenter-details .assets-box .assets-header .header-right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .related-assets .assets-box .assets-header .header-right,
  .datacenter-details .assets-box .assets-header .header-right {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .related-assets .assets-box .assets-header .header-right,
  .datacenter-details .assets-box .assets-header .header-right {
    width: 100%;
  }
}

.related-assets .assets-box .assets-header .header-right .header-options,
.datacenter-details .assets-box .assets-header .header-right .header-options {
  padding: 0px 10px 10px 0;
}

.related-assets .assets-box .assets-header .header-right .header-options .select2-selection__arrow,
.datacenter-details .assets-box .assets-header .header-right .header-options .select2-selection__arrow {
  top: 1px !important;
}

@media (min-width: 992px) {
  .related-assets .assets-box .assets-header .header-right .search,
  .datacenter-details .assets-box .assets-header .header-right .search {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .search,
  .datacenter-details .assets-box .assets-header .header-right .search {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .search,
  .datacenter-details .assets-box .assets-header .header-right .search {
    width: 50%;
  }
}

.related-assets .assets-box .assets-header .header-right .search .searchpanel-label,
.datacenter-details .assets-box .assets-header .header-right .search .searchpanel-label {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.related-assets .assets-box .assets-header .header-right .search .searchpanel-icon,
.datacenter-details .assets-box .assets-header .header-right .search .searchpanel-icon {
  position: absolute;
  top: 7px;
  /* half height of container - half icon height */
  left: 0px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .search .searchpanel-icon,
  .datacenter-details .assets-box .assets-header .header-right .search .searchpanel-icon {
    display: none;
  }
}

@media (max-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .search .searchpanel-icon,
  .datacenter-details .assets-box .assets-header .header-right .search .searchpanel-icon {
    display: none;
  }
}

.related-assets .assets-box .assets-header .header-right .search input,
.datacenter-details .assets-box .assets-header .header-right .search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  padding: 0 20px 0 25px;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  outline: none;
  line-height: 2rem;
  color: #142f65;
}

.related-assets .assets-box .assets-header .header-right .search input::-webkit-input-placeholder,
.datacenter-details .assets-box .assets-header .header-right .search input::-webkit-input-placeholder {
  color: #142f65;
}

.related-assets .assets-box .assets-header .header-right .search input:-moz-placeholder,
.datacenter-details .assets-box .assets-header .header-right .search input:-moz-placeholder {
  color: #142f65;
}

.related-assets .assets-box .assets-header .header-right .search input::-moz-placeholder,
.datacenter-details .assets-box .assets-header .header-right .search input::-moz-placeholder {
  color: #142f65;
}

.related-assets .assets-box .assets-header .header-right .search input:-ms-input-placeholder,
.datacenter-details .assets-box .assets-header .header-right .search input:-ms-input-placeholder {
  color: #142f65;
}

@media (min-width: 1400px) {
  .related-assets .assets-box .assets-header .header-right .search input,
  .datacenter-details .assets-box .assets-header .header-right .search input {
    width: 220px;
  }
}

@media (max-width: 1399px) {
  .related-assets .assets-box .assets-header .header-right .search input,
  .datacenter-details .assets-box .assets-header .header-right .search input {
    width: 220px;
  }
}

@media (min-width: 992px) {
  .related-assets .assets-box .assets-header .header-right .search input,
  .datacenter-details .assets-box .assets-header .header-right .search input {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .search input,
  .datacenter-details .assets-box .assets-header .header-right .search input {
    display: block;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .related-assets .assets-box .assets-header .header-right .search input::-webkit-input-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .related-assets .assets-box .assets-header .header-right .search input:-moz-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input:-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .related-assets .assets-box .assets-header .header-right .search input::-moz-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .related-assets .assets-box .assets-header .header-right .search input:-ms-input-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .related-assets .assets-box .assets-header .header-right .search input[placeholder],
  .datacenter-details .assets-box .assets-header .header-right .search input[placeholder] {
    text-overflow: ellipsis;
  }

  .related-assets .assets-box .assets-header .header-right .search input::-moz-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input::-moz-placeholder {
    text-overflow: ellipsis;
  }

  .related-assets .assets-box .assets-header .header-right .search input:-moz-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input:-moz-placeholder {
    text-overflow: ellipsis;
  }
}

@media (max-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .search input,
  .datacenter-details .assets-box .assets-header .header-right .search input {
    display: block;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .related-assets .assets-box .assets-header .header-right .search input::-webkit-input-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .related-assets .assets-box .assets-header .header-right .search input:-moz-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input:-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .related-assets .assets-box .assets-header .header-right .search input::-moz-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .related-assets .assets-box .assets-header .header-right .search input:-ms-input-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .related-assets .assets-box .assets-header .header-right .search input[placeholder],
  .datacenter-details .assets-box .assets-header .header-right .search input[placeholder] {
    text-overflow: ellipsis;
  }

  .related-assets .assets-box .assets-header .header-right .search input::-moz-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input::-moz-placeholder {
    text-overflow: ellipsis;
  }

  .related-assets .assets-box .assets-header .header-right .search input:-moz-placeholder,
  .datacenter-details .assets-box .assets-header .header-right .search input:-moz-placeholder {
    text-overflow: ellipsis;
  }
}

.related-assets .assets-box .assets-header .header-right .sort,
.datacenter-details .assets-box .assets-header .header-right .sort {
  width: 175px;
  padding: 0 0 10px 0;
}

@media (min-width: 992px) {
  .related-assets .assets-box .assets-header .header-right .sort,
  .datacenter-details .assets-box .assets-header .header-right .sort {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .sort,
  .datacenter-details .assets-box .assets-header .header-right .sort {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .sort,
  .datacenter-details .assets-box .assets-header .header-right .sort {
    width: 50%;
  }
}

.related-assets .assets-box .assets-header .header-right .sort .input-field,
.datacenter-details .assets-box .assets-header .header-right .sort .input-field {
  padding-top: 1px;
  margin: 0;
}

.related-assets .assets-box .assets-header .header-right .sort .input-field .select2-selection,
.datacenter-details .assets-box .assets-header .header-right .sort .input-field .select2-selection {
  height: 2rem;
  margin: 0;
  color: #142f65;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 2rem;
}

.related-assets .assets-box .assets-header .header-right .sort .input-field .select2-selection .select2-selection__rendered,
.datacenter-details .assets-box .assets-header .header-right .sort .input-field .select2-selection .select2-selection__rendered {
  line-height: 2rem;
  color: #142f65;
}

.related-assets .assets-box .assets-header .header-right .sort .input-field .caret,
.datacenter-details .assets-box .assets-header .header-right .sort .input-field .caret {
  top: 10px;
  color: #142f65;
}

@media (max-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .sort,
  .datacenter-details .assets-box .assets-header .header-right .sort {
    display: inline-block;
    padding-bottom: 13px;
  }
}

.related-assets .assets-box .assets-header .header-right .view,
.datacenter-details .assets-box .assets-header .header-right .view {
  padding: 0 0 0 10px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .related-assets .assets-box .assets-header .header-right .view,
  .datacenter-details .assets-box .assets-header .header-right .view {
    display: block;
    width: 13%;
  }
}

.related-assets .assets-box .assets-header .header-right .view a,
.datacenter-details .assets-box .assets-header .header-right .view a {
  display: inline-block;
  color: #142f65;
  margin: 0 5px 0 0;
  text-decoration: none;
}

.related-assets .assets-box .assets-header .header-right .view a.active,
.datacenter-details .assets-box .assets-header .header-right .view a.active {
  color: #009EFF;
}

.related-assets .assets-box .assets-header .header-right .view a:last-child,
.datacenter-details .assets-box .assets-header .header-right .view a:last-child {
  margin: 0;
}

.related-assets .assets-box .assets-header .header-right .view a i,
.datacenter-details .assets-box .assets-header .header-right .view a i {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2rem;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .related-assets .assets-box .assets-header .header-right .view,
  .datacenter-details .assets-box .assets-header .header-right .view {
    display: none;
  }
}

@media (max-width: 768px) {
  .related-assets .assets-box .assets-header .header-right .view,
  .datacenter-details .assets-box .assets-header .header-right .view {
    display: none;
  }
}

.related-assets .assets-box .assets-body p.helper-text,
.datacenter-details .assets-box .assets-body p.helper-text {
  padding: 15px 0 0;
}

.related-assets .assets-box .assets-body .table-holder,
.datacenter-details .assets-box .assets-body .table-holder {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}

.related-assets .assets-box .assets-body .table-holder.no-footer,
.datacenter-details .assets-box .assets-body .table-holder.no-footer {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}

.related-assets .assets-box .assets-body .table-holder h3,
.datacenter-details .assets-box .assets-body .table-holder h3 {
  display: block;
  margin: 0;
  padding: 15px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #0c303f;
  color: #fff;
  text-transform: uppercase;
}

.related-assets .assets-box .assets-body .table-holder thead th,
.datacenter-details .assets-box .assets-body .table-holder thead th {
  font-size: 13px;
  font-size: 0.8125rem;
}

.related-assets .assets-box .assets-body .form-footer,
.datacenter-details .assets-box .assets-body .form-footer {
  padding: 5px 0 10px;
}

@media (max-width: 1024px) {
  .related-assets .assets-box .assets-body .form-footer .pages,
  .datacenter-details .assets-box .assets-body .form-footer .pages {
    float: none !important;
    margin: 0px auto 15px;
    text-align: right;
  }
}

@media (max-width: 768px) {
  .related-assets .assets-box .assets-body .form-footer,
  .datacenter-details .assets-box .assets-body .form-footer {
    text-align: center;
  }

  .related-assets .assets-box .assets-body .form-footer .pages,
  .datacenter-details .assets-box .assets-body .form-footer .pages {
    text-align: center !important;
  }
}

.related-assets .assets-box .assets-body .form-footer .results-count,
.datacenter-details .assets-box .assets-body .form-footer .results-count {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 1024px) {
  .related-assets .assets-box .assets-body .form-footer .results-count,
  .datacenter-details .assets-box .assets-body .form-footer .results-count {
    font-size: 14px;
    line-height: 1.5rem;
  }
}

.related-assets .assets-box .assets-body .form-footer .paginationJoin,
.datacenter-details .assets-box .assets-body .form-footer .paginationJoin {
  font-size: 14px;
  font-size: 0.875rem;
}

.related-assets .assets-box .assets-body .form-footer .paginationJoin a.btn,
.datacenter-details .assets-box .assets-body .form-footer .paginationJoin a.btn {
  margin-left: 10px;
}

@media (max-width: 480px) {
  .related-assets .assets-box .assets-body .form-footer .paginationJoin,
  .datacenter-details .assets-box .assets-body .form-footer .paginationJoin {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.related-assets:last-child,
.datacenter-details:last-child {
  margin-bottom: 0;
}

.related-assets:only-child,
.datacenter-details:only-child {
  margin: 0;
}

#slidingDetails .asset-features {
  margin: 0 !important;
}

#slidingDetails .asset-features .features-header,
#slidingDetails .asset-features .features-group {
  margin: 0 !important;
}

@media (max-width: 480px) {
  #slidingDetails h2 {
    padding: 20px 0 !important;
  }
}

#claimAssetModal h2,
#claimAssetModal p {
  margin: 0;
  color: #282828;
}

#claimAssetModal .common-intro h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #282828;
}

#claimAssetModal .claim-team {
  margin-top: 30px;
}

#claimAssetModal .claim-provider {
  margin-top: 30px;
}

#claimAssetModal strong {
  color: #009EFF;
}

/* Compare */

#assetCompare #assetContent .asset-features,
#assetCompare .asset-content .asset-features {
  background: transparent;
  margin: 0;
}

#assetCompare #assetContent .asset-features .feature-item div[class^="col-lg"] .col-lg-12,
#assetCompare .asset-content .asset-features .feature-item div[class^="col-lg"] .col-lg-12 {
  margin: 0 auto;
}

#assetCompare #compareDetails .logo-holder {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 50px;
}

#assetCompare #compareDetails img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

#assetCompare #compareDetails h1 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #001C3D;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0;
}

@media (max-width: 480px) {
  #assetCompare #compareDetails h1 {
    font-size: 14px;
    font-size: 0.875rem;
    word-break: break-all;
  }
}

#assetCompare #compareDetails h2 {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #001C3D;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

#assetCompare #compareDetails .hideCompareRow {
  display: none;
}

#assetCompare #compareDetails .forceHeight {
  height: 160px;
}

@media (max-width: 480px) {
  #assetCompare #compareDetails .forceHeight {
    height: auto;
  }
}

#assetCompare #compareCerts .cert-item img {
  width: 24.5%;
}

@media (max-width: 480px) {
  #assetCompare #compareCerts .cert-item img {
    width: 48%;
  }
}

#assetCompare .features-footer {
  padding: 15px 0;
}

#assetCompare #compareRank .row-wrapper:last-child div[class^="col-lg-"],
#assetCompare #compareOperatorOverview .row-wrapper:last-child div[class^="col-lg-"],
#assetCompare #compareMarketOverview .row-wrapper:last-child div[class^="col-lg-"],
#assetCompare #compareTechDetails .row-wrapper:last-child div[class^="col-lg-"] {
  border: 0 !important;
}

#assetCompare #compareRank .row-wrapper > div[class^="col-lg-"]:not(.feature-item-header):first-child,
#assetCompare #compareOperatorOverview .row-wrapper > div[class^="col-lg-"]:not(.feature-item-header):first-child,
#assetCompare #compareMarketOverview .row-wrapper > div[class^="col-lg-"]:not(.feature-item-header):first-child,
#assetCompare #compareTechDetails .row-wrapper > div[class^="col-lg-"]:not(.feature-item-header):first-child {
  font-weight: bold;
}

@media (max-width: 480px) {
  #assetCompare #compareRank .row-wrapper > div[class^="col-lg-"]:not(.feature-item-header):first-child,
  #assetCompare #compareOperatorOverview .row-wrapper > div[class^="col-lg-"]:not(.feature-item-header):first-child,
  #assetCompare #compareMarketOverview .row-wrapper > div[class^="col-lg-"]:not(.feature-item-header):first-child,
  #assetCompare #compareTechDetails .row-wrapper > div[class^="col-lg-"]:not(.feature-item-header):first-child {
    background: #ccecff;
  }
}

#assetCompare .user-signup-message {
  margin: 15px 0;
  padding: 20px;
  text-align: center;
  background: #001C3D;
  color: #fff;
}

#assetCompare .user-signup-message p {
  margin: 0;
}

#assetCompare .user-signup-message a {
  color: #afe8ff;
}

#assetCompare .user-signup-message a:hover {
  color: #7cd4f7;
}

/* On Ramps */

.on-ramps .zone-header {
  color: #001C3D;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 5px;
  text-transform: uppercase;
}

.on-ramps .zone-body {
  padding: 5px 5px 10px;
}

.on-ramps .card-market {
  padding-bottom: 15px !important;
}

/* Markets */

.market-overview-small {
  margin: 30px 0;
}

.market-overview-small p,
.market-overview-small strong {
  font-size: 12px;
}

/* Edit */

#editIntroPanel {
  margin-top: 30px;
}

#editIntroPanel.bottom-margin {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #editIntroPanel {
    margin-bottom: 15px;
  }
}

#editIntroPanel h1 {
  padding: 0px 0 19px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #001C3D;
  text-transform: uppercase;
}

#editIntroPanel h2 {
  margin: -10px 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #009EFF;
  text-transform: uppercase;
}

#editIntroPanel .btn {
  margin-left: 10px;
}

#editFormTabsContent .label-group {
  display: inline-block;
}

#editFormTabsContent .label-group .label.label-mediumblue {
  background: #009EFF;
}

#editFormTabsContent .label-group .label.label-darkblue {
  background: #001C3D;
}

#editFormTabsContent .label-group .label.label-darkestblue {
  background: #142f65;
}

#editFormTabsContent #gmapRefine {
  margin-bottom: 30px;
}

#editFormTabsContent #asNumbers .fieldset-body div[class^="col-"] {
  padding: 0;
}

#editFormTabsContent #asNumbers .fieldset-body div[class^="col-"]:first-child {
  padding: 0 15px;
  padding-right: 0;
}

#editFormTabsContent #asNumbers #asRemove {
  vertical-align: top;
  line-height: 3rem;
  display: block;
}

#editFormTabsContent #asNumbers #asRemove i {
  vertical-align: middle;
  color: #eb3e4e;
}

.input-field.reduced-width {
  display: inline-block;
  width: 95%;
}

@media (max-width: 480px) {
  .input-field.reduced-width {
    width: 85%;
  }
}

.sp-remove-parent {
  display: inline-block;
  vertical-align: middle;
  color: #eb3e4e;
}

.sp-remove-parent i {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 480px) {
  .sp-remove-parent i {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.sp-remove-parent:hover {
  color: #df172a;
}

/* BASIC PAGES */

/* VARIABLES */

/* MIXINS */

.content-header {
  padding: 0 0 15px;
}

.content-header.reducedpadding {
  padding: 0 0 15px;
}

.content-header.nopadding {
  padding: 0;
}

#privacyPolicy strong {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #001C3D;
  margin: 20px 0 5px;
}

#privacyPolicy p strong,
#privacyPolicy table strong {
  display: inline;
  margin: 0;
  color: #333;
}

#privacyPolicy h2 + strong {
  margin: 0px 0 5px;
}

.content-body {
  background: #fff;
  padding: 0;
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  text-align: justify;
}

.content-body h2 {
  margin: 30px 0 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #009EFF;
  text-transform: uppercase;
  text-align: left;
}

.content-body h3 {
  margin: 10px 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #001C3D;
  text-transform: uppercase;
  text-align: left;
}

.content-body p:last-child {
  margin: 0;
}

.content-body .circle-dots {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .content-body .circle-dots {
    margin-left: 25px;
  }
}

.content-body .circle-dots li {
  position: relative;
}

.content-body .circle-dots li:before {
  position: absolute;
  top: 2px;
  left: -25px;
  font-size: 40px;
  font-size: 2.5rem;
  content: "\002022";
  color: transparent;
  border: 2px solid #009EFF;
  border-radius: 100000px;
  height: 12px;
  width: 12px;
}

.content-body .circle-numbers {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 30px 0 0;
}

.content-body .circle-numbers > li {
  border-top: 1px solid whitesmoke;
  padding: 30px 20px 30px 50px;
}

@media (max-width: 768px) {
  .content-body .circle-numbers > li {
    padding: 15px 5px;
  }
}

.content-body .circle-numbers > li:first-child {
  margin-top: 15px;
}

.content-body .circle-numbers > li:last-child {
  padding-bottom: 0;
}

.content-body .circle-numbers > li h2 {
  display: inline-block;
  margin: 0;
  text-align: left;
}

.content-body .circle-numbers > li:before {
  margin: 0px 5px 0px -50px;
  content: counter(item);
  counter-increment: item;
  background: #009EFF;
  border-radius: 100%;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .content-body .circle-numbers > li:before {
    display: none;
  }
}

.content-body .circle-letters {
  list-style: none;
  counter-reset: item;
}

.content-body .circle-letters > li {
  margin: 0 0 5px -20px;
}

.content-body .circle-letters > li h2 {
  display: inline-block;
}

.content-body .circle-letters > li ol {
  margin-top: 5px;
}

.content-body .circle-letters > li:before {
  display: inline-block;
  margin-right: 10px;
  content: counter(item, lower-alpha) ".";
  counter-increment: item;
  color: #009EFF;
  text-align: center;
  font-weight: bold;
}

.content-body .circle-roman {
  list-style: none;
  counter-reset: item;
}

.content-body .circle-roman > li {
  margin: 0 0 5px -20px;
}

.content-body .circle-roman > li h2 {
  display: inline-block;
}

.content-body .circle-roman > li:before {
  display: inline-block;
  margin-right: 10px;
  content: counter(item, lower-roman) ".";
  counter-increment: item;
  color: #009EFF;
  text-align: center;
  font-weight: bold;
}

/* Contact Page */

.basicPageHeader,
#contactHeader,
#supportHeader,
#compareHeader,
#top10Header,
#trendingHeader {
  padding: 0;
}

.basicPageHeader .gallery,
#contactHeader .gallery,
#supportHeader .gallery,
#compareHeader .gallery,
#top10Header .gallery,
#trendingHeader .gallery {
  top: 0;
  position: relative;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow-x: hidden;
}

.basicPageHeader .gallery:before,
#contactHeader .gallery:before,
#supportHeader .gallery:before,
#compareHeader .gallery:before,
#top10Header .gallery:before,
#trendingHeader .gallery:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 125%;
  height: 100%;
  background-color: #142f65;
}

.basicPageHeader .gallery.overlay:before,
#contactHeader .gallery.overlay:before,
#supportHeader .gallery.overlay:before,
#compareHeader .gallery.overlay:before,
#top10Header .gallery.overlay:before,
#trendingHeader .gallery.overlay:before {
  opacity: 0.65 !important;
}

.basicPageHeader .gallery.lazyloading:before,
#contactHeader .gallery.lazyloading:before,
#supportHeader .gallery.lazyloading:before,
#compareHeader .gallery.lazyloading:before,
#top10Header .gallery.lazyloading:before,
#trendingHeader .gallery.lazyloading:before {
  opacity: 1;
}

.basicPageHeader .gallery.lazyloaded:before,
#contactHeader .gallery.lazyloaded:before,
#supportHeader .gallery.lazyloaded:before,
#compareHeader .gallery.lazyloaded:before,
#top10Header .gallery.lazyloaded:before,
#trendingHeader .gallery.lazyloaded:before {
  opacity: 0;
  transition: opacity 500ms;
}

.basicPageHeader .gallery .container,
#contactHeader .gallery .container,
#supportHeader .gallery .container,
#compareHeader .gallery .container,
#top10Header .gallery .container,
#trendingHeader .gallery .container {
  position: relative;
}

.basicPageHeader .gallery.anchor-holder .container,
#contactHeader .gallery.anchor-holder .container,
#supportHeader .gallery.anchor-holder .container,
#compareHeader .gallery.anchor-holder .container,
#top10Header .gallery.anchor-holder .container,
#trendingHeader .gallery.anchor-holder .container {
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.basicPageHeader .gallery.anchor-holder .header-anchors,
#contactHeader .gallery.anchor-holder .header-anchors,
#supportHeader .gallery.anchor-holder .header-anchors,
#compareHeader .gallery.anchor-holder .header-anchors,
#top10Header .gallery.anchor-holder .header-anchors,
#trendingHeader .gallery.anchor-holder .header-anchors {
  margin: 20px auto 0;
  text-align: center;
}

.basicPageHeader .gallery.anchor-holder .header-anchors li,
#contactHeader .gallery.anchor-holder .header-anchors li,
#supportHeader .gallery.anchor-holder .header-anchors li,
#compareHeader .gallery.anchor-holder .header-anchors li,
#top10Header .gallery.anchor-holder .header-anchors li,
#trendingHeader .gallery.anchor-holder .header-anchors li {
  display: inline-block;
  text-align: center;
  width: 20%;
}

.basicPageHeader .gallery.anchor-holder .header-anchors li a,
#contactHeader .gallery.anchor-holder .header-anchors li a,
#supportHeader .gallery.anchor-holder .header-anchors li a,
#compareHeader .gallery.anchor-holder .header-anchors li a,
#top10Header .gallery.anchor-holder .header-anchors li a,
#trendingHeader .gallery.anchor-holder .header-anchors li a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  transition: color 0.5s ease;
  vertical-align: top;
}

.basicPageHeader .gallery.anchor-holder .header-anchors li a i,
#contactHeader .gallery.anchor-holder .header-anchors li a i,
#supportHeader .gallery.anchor-holder .header-anchors li a i,
#compareHeader .gallery.anchor-holder .header-anchors li a i,
#top10Header .gallery.anchor-holder .header-anchors li a i,
#trendingHeader .gallery.anchor-holder .header-anchors li a i {
  font-size: 40px;
  font-size: 2.5rem;
  display: block;
  margin: 15px auto;
  color: #009EFF;
  transition: color 0.5s ease;
}

.basicPageHeader .gallery.anchor-holder .header-anchors li a:hover i,
#contactHeader .gallery.anchor-holder .header-anchors li a:hover i,
#supportHeader .gallery.anchor-holder .header-anchors li a:hover i,
#compareHeader .gallery.anchor-holder .header-anchors li a:hover i,
#top10Header .gallery.anchor-holder .header-anchors li a:hover i,
#trendingHeader .gallery.anchor-holder .header-anchors li a:hover i {
  color: #fff;
}

.basicPageHeader .gallery.anchor-holder .header-anchors.arrow-dividers li,
#contactHeader .gallery.anchor-holder .header-anchors.arrow-dividers li,
#supportHeader .gallery.anchor-holder .header-anchors.arrow-dividers li,
#compareHeader .gallery.anchor-holder .header-anchors.arrow-dividers li,
#top10Header .gallery.anchor-holder .header-anchors.arrow-dividers li,
#trendingHeader .gallery.anchor-holder .header-anchors.arrow-dividers li {
  position: relative;
}

.basicPageHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:after,
#contactHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:after,
#supportHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:after,
#compareHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:after,
#top10Header .gallery.anchor-holder .header-anchors.arrow-dividers li:after,
#trendingHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #009EFF;
  border-width: 10px;
  margin-top: -10px;
}

.basicPageHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:last-child:after,
#contactHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:last-child:after,
#supportHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:last-child:after,
#compareHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:last-child:after,
#top10Header .gallery.anchor-holder .header-anchors.arrow-dividers li:last-child:after,
#trendingHeader .gallery.anchor-holder .header-anchors.arrow-dividers li:last-child:after {
  display: none;
}

@media (max-width: 480px) {
  .basicPageHeader .gallery.anchor-holder,
  #contactHeader .gallery.anchor-holder,
  #supportHeader .gallery.anchor-holder,
  #compareHeader .gallery.anchor-holder,
  #top10Header .gallery.anchor-holder,
  #trendingHeader .gallery.anchor-holder {
    height: 300px !important;
    background-position: 50%;
  }

  .basicPageHeader .gallery.anchor-holder .support-anchors,
  #contactHeader .gallery.anchor-holder .support-anchors,
  #supportHeader .gallery.anchor-holder .support-anchors,
  #compareHeader .gallery.anchor-holder .support-anchors,
  #top10Header .gallery.anchor-holder .support-anchors,
  #trendingHeader .gallery.anchor-holder .support-anchors {
    margin: 30px auto 0;
  }
}

@media (max-width: 768px) {
  .basicPageHeader .gallery,
  #contactHeader .gallery,
  #supportHeader .gallery,
  #compareHeader .gallery,
  #top10Header .gallery,
  #trendingHeader .gallery {
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .basicPageHeader .gallery,
  #contactHeader .gallery,
  #supportHeader .gallery,
  #compareHeader .gallery,
  #top10Header .gallery,
  #trendingHeader .gallery {
    height: auto;
    min-height: 150px;
    background-size: cover;
  }
}

.basicPageHeader .gallery .contact-details,
#contactHeader .gallery .contact-details,
#supportHeader .gallery .contact-details,
#compareHeader .gallery .contact-details,
#top10Header .gallery .contact-details,
#trendingHeader .gallery .contact-details {
  position: absolute;
  z-index: 100;
  width: 260px;
  margin: 0 0 0 30px;
  padding: 30px 15px 30px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  .basicPageHeader .gallery .contact-details,
  #contactHeader .gallery .contact-details,
  #supportHeader .gallery .contact-details,
  #compareHeader .gallery .contact-details,
  #top10Header .gallery .contact-details,
  #trendingHeader .gallery .contact-details {
    position: relative;
    width: 100%;
    margin: 0;
  }
}

.basicPageHeader .gallery .contact-details .contact-logo,
#contactHeader .gallery .contact-details .contact-logo,
#supportHeader .gallery .contact-details .contact-logo,
#compareHeader .gallery .contact-details .contact-logo,
#top10Header .gallery .contact-details .contact-logo,
#trendingHeader .gallery .contact-details .contact-logo {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}

.basicPageHeader .gallery .contact-details hr,
#contactHeader .gallery .contact-details hr,
#supportHeader .gallery .contact-details hr,
#compareHeader .gallery .contact-details hr,
#top10Header .gallery .contact-details hr,
#trendingHeader .gallery .contact-details hr {
  width: 60%;
}

.basicPageHeader .gallery .contact-details .contact-address,
#contactHeader .gallery .contact-details .contact-address,
#supportHeader .gallery .contact-details .contact-address,
#compareHeader .gallery .contact-details .contact-address,
#top10Header .gallery .contact-details .contact-address,
#trendingHeader .gallery .contact-details .contact-address {
  text-align: center;
  line-height: 140%;
  margin: 0;
  padding: 0;
}

.basicPageHeader .gallery .contact-details .contact-address strong,
#contactHeader .gallery .contact-details .contact-address strong,
#supportHeader .gallery .contact-details .contact-address strong,
#compareHeader .gallery .contact-details .contact-address strong,
#top10Header .gallery .contact-details .contact-address strong,
#trendingHeader .gallery .contact-details .contact-address strong {
  font-weight: 500;
  color: #001C3D;
}

.basicPageHeader .gallery .gallery-text h1,
#contactHeader .gallery .gallery-text h1,
#supportHeader .gallery .gallery-text h1,
#compareHeader .gallery .gallery-text h1,
#top10Header .gallery .gallery-text h1,
#trendingHeader .gallery .gallery-text h1 {
  width: 80%;
  margin: 0 auto;
  font-size: 46px;
  font-size: 2.875rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .basicPageHeader .gallery .gallery-text h1,
  #contactHeader .gallery .gallery-text h1,
  #supportHeader .gallery .gallery-text h1,
  #compareHeader .gallery .gallery-text h1,
  #top10Header .gallery .gallery-text h1,
  #trendingHeader .gallery .gallery-text h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.basicPageHeader .gallery .gallery-text h2,
#contactHeader .gallery .gallery-text h2,
#supportHeader .gallery .gallery-text h2,
#compareHeader .gallery .gallery-text h2,
#top10Header .gallery .gallery-text h2,
#trendingHeader .gallery .gallery-text h2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  text-transform: initial;
  color: #fff;
  margin: 0px 0 0;
}

@media (max-width: 480px) {
  .basicPageHeader .gallery .gallery-text h2,
  #contactHeader .gallery .gallery-text h2,
  #supportHeader .gallery .gallery-text h2,
  #compareHeader .gallery .gallery-text h2,
  #top10Header .gallery .gallery-text h2,
  #trendingHeader .gallery .gallery-text h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.about-us .video {
  cursor: pointer;
  position: relative;
}

.about-us .video::after {
  display: block;
  font-family: 'Material Icons';
  content: "play_arrow";
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #009EFF;
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.5s;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  margin-top: -25px;
}

.about-us .video:hover::after {
  background: #007ecc;
}

#basicBody {
  margin-top: 0;
}

#basicBody #contactForm,
#basicBody #support,
#basicBody .body-box {
  margin: 15px 0 0;
}

#basicBody #contactForm .bodybox-padding,
#basicBody #support .bodybox-padding,
#basicBody .body-box .bodybox-padding {
  padding-right: 30px;
}

@media (max-width: 1024px) {
  #basicBody #contactForm .bodybox-padding,
  #basicBody #support .bodybox-padding,
  #basicBody .body-box .bodybox-padding {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #basicBody #contactForm .bodybox-padding,
  #basicBody #support .bodybox-padding,
  #basicBody .body-box .bodybox-padding {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  #basicBody #contactForm .bodybox-padding,
  #basicBody #support .bodybox-padding,
  #basicBody .body-box .bodybox-padding {
    padding-right: 0;
  }
}

#basicBody #contactForm .features-group,
#basicBody #support .features-group,
#basicBody .body-box .features-group {
  margin: 15px 0 0;
}

#basicBody #contactForm .features-group .features-header,
#basicBody #support .features-group .features-header,
#basicBody .body-box .features-group .features-header {
  position: relative;
  background: #fff;
  color: #009EFF;
  border-bottom: 1px solid whitesmoke;
}

#basicBody #contactForm .features-group .features-header i,
#basicBody #support .features-group .features-header i,
#basicBody .body-box .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem !important;
  margin-right: 10px !important;
}

#basicBody #contactForm .features-group .features-header h1,
#basicBody #contactForm .features-group .features-header h2,
#basicBody #support .features-group .features-header h1,
#basicBody #support .features-group .features-header h2,
#basicBody .body-box .features-group .features-header h1,
#basicBody .body-box .features-group .features-header h2 {
  display: inline-block;
  padding: 19px 0;
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
  margin: 0;
  font-weight: 500;
  vertical-align: middle;
}

#basicBody #contactForm .features-group .features-header .contact-social,
#basicBody #support .features-group .features-header .contact-social,
#basicBody .body-box .features-group .features-header .contact-social {
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

@media (max-width: 480px) {
  #basicBody #contactForm .features-group .features-header .contact-social,
  #basicBody #support .features-group .features-header .contact-social,
  #basicBody .body-box .features-group .features-header .contact-social {
    text-align: center;
    margin: -15px auto 0;
  }
}

#basicBody #contactForm .features-group .features-header .contact-social li,
#basicBody #support .features-group .features-header .contact-social li,
#basicBody .body-box .features-group .features-header .contact-social li {
  display: inline-block;
  padding: 10px 2px;
}

#basicBody #contactForm .features-group .features-header .contact-social li a,
#basicBody #support .features-group .features-header .contact-social li a,
#basicBody .body-box .features-group .features-header .contact-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 2px 0 0;
  border-radius: 100000px;
  background-size: 25px !important;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-facebook,
#basicBody #support .features-group .features-header .contact-social li a.social-facebook,
#basicBody .body-box .features-group .features-header .contact-social li a.social-facebook {
  background: #009EFF url("../images/footer/footer.icon.social.facebook.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-facebook:hover,
#basicBody #support .features-group .features-header .contact-social li a.social-facebook:hover,
#basicBody .body-box .features-group .features-header .contact-social li a.social-facebook:hover {
  background: #008ee6 url("../images/footer/footer.icon.social.facebook.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-facebook.flipped,
#basicBody #support .features-group .features-header .contact-social li a.social-facebook.flipped,
#basicBody .body-box .features-group .features-header .contact-social li a.social-facebook.flipped {
  background: #008ee6 url("../images/footer/footer.icon.social.facebook.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-twitter,
#basicBody #support .features-group .features-header .contact-social li a.social-twitter,
#basicBody .body-box .features-group .features-header .contact-social li a.social-twitter {
  background: #009EFF url("../images/footer/footer.icon.social.twitter.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-twitter:hover,
#basicBody #support .features-group .features-header .contact-social li a.social-twitter:hover,
#basicBody .body-box .features-group .features-header .contact-social li a.social-twitter:hover {
  background: #008ee6 url("../images/footer/footer.icon.social.twitter.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-twitter.flipped,
#basicBody #support .features-group .features-header .contact-social li a.social-twitter.flipped,
#basicBody .body-box .features-group .features-header .contact-social li a.social-twitter.flipped {
  background: #008ee6 url("../images/footer/footer.icon.social.twitter.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-linkedin,
#basicBody #support .features-group .features-header .contact-social li a.social-linkedin,
#basicBody .body-box .features-group .features-header .contact-social li a.social-linkedin {
  background: #009EFF url("../images/footer/footer.icon.social.linkedin.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-linkedin:hover,
#basicBody #support .features-group .features-header .contact-social li a.social-linkedin:hover,
#basicBody .body-box .features-group .features-header .contact-social li a.social-linkedin:hover {
  background: #008ee6 url("../images/footer/footer.icon.social.linkedin.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-linkedin.flipped,
#basicBody #support .features-group .features-header .contact-social li a.social-linkedin.flipped,
#basicBody .body-box .features-group .features-header .contact-social li a.social-linkedin.flipped {
  background: #008ee6 url("../images/footer/footer.icon.social.linkedin.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-gplus,
#basicBody #support .features-group .features-header .contact-social li a.social-gplus,
#basicBody .body-box .features-group .features-header .contact-social li a.social-gplus {
  background: #009EFF url("../images/footer/footer.icon.social.gplus.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-gplus:hover,
#basicBody #support .features-group .features-header .contact-social li a.social-gplus:hover,
#basicBody .body-box .features-group .features-header .contact-social li a.social-gplus:hover {
  background: #008ee6 url("../images/footer/footer.icon.social.gplus.svg") no-repeat center;
}

#basicBody #contactForm .features-group .features-header .contact-social li a.social-gplus.flipped,
#basicBody #support .features-group .features-header .contact-social li a.social-gplus.flipped,
#basicBody .body-box .features-group .features-header .contact-social li a.social-gplus.flipped {
  background: #008ee6 url("../images/footer/footer.icon.social.gplus.svg") no-repeat center;
}

#basicBody #contactForm .features-group .panel-group,
#basicBody #support .features-group .panel-group,
#basicBody .body-box .features-group .panel-group {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#basicBody #contactForm .features-group .features-body,
#basicBody #support .features-group .features-body,
#basicBody .body-box .features-group .features-body {
  padding-bottom: 0px;
  font-size: 14px;
  font-size: 0.875rem;
}

#basicBody #contactForm .features-group .features-body .vision,
#basicBody #support .features-group .features-body .vision,
#basicBody .body-box .features-group .features-body .vision {
  margin-top: -50px;
  width: 80%;
}

@media (max-width: 768px) {
  #basicBody #contactForm .features-group .features-body .vision,
  #basicBody #support .features-group .features-body .vision,
  #basicBody .body-box .features-group .features-body .vision {
    float: none !important;
    margin: 20px auto !important;
    display: block;
  }
}

#basicBody #contactForm .features-group .features-body.white-bg,
#basicBody #support .features-group .features-body.white-bg,
#basicBody .body-box .features-group .features-body.white-bg {
  background: #fff;
}

#basicBody #contactForm .features-group .features-body .feature-title,
#basicBody #support .features-group .features-body .feature-title,
#basicBody .body-box .features-group .features-body .feature-title {
  padding: 15px 0;
  font-weight: 500;
}

#basicBody #contactForm .features-group .features-body .feature-value,
#basicBody #support .features-group .features-body .feature-value,
#basicBody .body-box .features-group .features-body .feature-value {
  padding: 15px 0;
  text-align: center;
}

#basicBody #contactForm .features-group .features-body .feature-value.extra-padding,
#basicBody #support .features-group .features-body .feature-value.extra-padding,
#basicBody .body-box .features-group .features-body .feature-value.extra-padding {
  padding: 30px 15px;
}

#basicBody #contactForm .features-group .features-body .feature-value p:last-child,
#basicBody #support .features-group .features-body .feature-value p:last-child,
#basicBody .body-box .features-group .features-body .feature-value p:last-child {
  margin: 0;
}

#basicBody #contactForm .features-group .features-body .row-wrapper,
#basicBody #support .features-group .features-body .row-wrapper,
#basicBody .body-box .features-group .features-body .row-wrapper {
  margin: 0 15px;
}

#basicBody #contactForm .features-group .features-body label em,
#basicBody #support .features-group .features-body label em,
#basicBody .body-box .features-group .features-body label em {
  color: #eb3e4e;
}

#basicBody #contactForm .features-group .features-body textarea,
#basicBody #support .features-group .features-body textarea,
#basicBody .body-box .features-group .features-body textarea {
  margin: 0;
}

#basicBody #contactForm .features-group .features-body ul,
#basicBody #support .features-group .features-body ul,
#basicBody .body-box .features-group .features-body ul {
  margin-left: 30px;
  list-style-type: disc;
}

#basicBody #contactForm .features-group .features-body ul li,
#basicBody #support .features-group .features-body ul li,
#basicBody .body-box .features-group .features-body ul li {
  list-style-type: disc;
}

@media (max-width: 768px) {
  #basicBody .features-body br {
    display: none;
  }
}

#basicBody .features-body img {
  max-width: 100%;
}

@media (max-width: 768px) {
  #basicBody .features-body img {
    margin: 20px 0;
  }
}

#basicBody #basicSidebar {
  margin: 30px 0;
}

@media (max-width: 480px) {
  #basicBody #basicSidebar {
    margin: 15px 0;
  }
}

#basicBody #basicSidebar #sideBarNewsSignup {
  color: #000;
}

#basicBody #basicSidebar #sideBarNewsSignup .features-group {
  padding: 15px 15px;
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

#basicBody #basicSidebar #sideBarNewsSignup .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
}

#basicBody #basicSidebar #sideBarNewsSignup .features-group .features-body .row-wrapper {
  margin: 0 15px;
}

#basicBody #basicSidebar #sideBarNewsSignup .features-group .features-body h5 {
  font-size: 18px;
  font-size: 1rem;
  color: #282828;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 30px;
}

#basicBody #basicSidebar #sideBarNewsSignup .features-group .features-body label {
  color: #aaaaaa;
  font-weight: normal;
}

#basicBody #basicSidebar #sideBarNewsSignup .features-group .features-body label.active {
  color: #7cd4f7;
}

#basicBody #basicSidebar #sideBarNewsSignup .features-group .features-body p {
  font-size: 12px;
}

#basicBody #basicSidebar #sideBarNewsSignup .features-group .features-body #news-button {
  text-align: center;
}

#basicBody #basicSidebar .ctaVertical {
  margin: 0;
}

/* Sitemap Page */

.sitemap-section a {
  font-size: 14px;
  font-size: 0.875rem;
}

.sitemap-section h2 {
  margin: 40px 0 5px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
}

.sitemap-section p {
  margin: 0 0 15px;
}

.sitemap-section:first-child h2 {
  margin-top: 0;
}

/* Support Page */

#support .panel {
  border-radius: 0 !important;
  border: 0;
}

#support .panel:last-child {
  border-bottom: 0;
}

#support .panel-heading {
  border-radius: 0 !important;
  background-color: transparent;
}

#support .panel-title a {
  display: block;
  padding: 15px;
  color: #142f65;
  background: whitesmoke;
  text-transform: none;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  transition: all 0.5s ease;
}

#support .panel-title a:after {
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #142f65;
  transition: all 0.5s ease;
}

#support .panel-title a.collapsed {
  border-bottom: 1px solid whitesmoke;
  border-top: 1px solid transparent;
  color: #777 !important;
  background: transparent;
}

#support .panel-title a.collapsed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-bottom: 5px solid #001C3D;
}

#support .panel-title a span {
  display: inline-block;
  max-width: 90%;
}

#support .panel-body {
  padding: 20px;
  border: 0;
}

#support .panel-body p:last-child {
  margin: 0;
}

#support .panel-body ul {
  list-style-type: disc;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 20px;
}

#support .panel-body ul li {
  list-style-type: disc;
}

#support .panel-body h5 {
  font-size: 16px;
  font-weight: bold;
  color: #001C3D;
  border-top: 1px solid whitesmoke;
  padding-top: 30px;
  margin-top: 30px;
}

#support .panel-body h5:first-of-type {
  border: 0;
  padding-top: 0;
  margin-top: 0;
}

#basicSidebar #sideBanner {
  text-align: center;
}

#basicSidebar #sideBanner video {
  width: 100%;
  max-width: 300px;
}

#basicSidebar #sideBarShare,
#basicSidebar .sidebar-box {
  margin-bottom: 30px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

#basicSidebar #sideBarShare .features-group .features-header,
#basicSidebar .sidebar-box .features-group .features-header {
  position: relative;
  padding: 15px;
  color: #282828;
  border-bottom: 1px solid whitesmoke;
}

#basicSidebar #sideBarShare .features-group .features-header i,
#basicSidebar .sidebar-box .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#basicSidebar #sideBarShare .features-group .features-header h2,
#basicSidebar .sidebar-box .features-group .features-header h2 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

#basicSidebar #sideBarShare .features-group .features-header h2.larger-text,
#basicSidebar .sidebar-box .features-group .features-header h2.larger-text {
  font-size: 16px;
  font-size: 1rem;
}

#basicSidebar #sideBarShare .features-group .features-body,
#basicSidebar .sidebar-box .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
}

#basicSidebar #sideBarShare .features-group .features-body .feature-title,
#basicSidebar .sidebar-box .features-group .features-body .feature-title {
  padding: 5px 0;
  font-weight: 500;
}

#basicSidebar #sideBarShare .features-group .features-body .feature-value,
#basicSidebar .sidebar-box .features-group .features-body .feature-value {
  padding: 10px 0;
  text-align: center;
}

#basicSidebar #sideBarShare .features-group .features-body .feature-value i,
#basicSidebar .sidebar-box .features-group .features-body .feature-value i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #009EFF;
  vertical-align: middle;
  margin-right: 15px;
}

#basicSidebar #sideBarShare .features-group .features-body .feature-value a,
#basicSidebar .sidebar-box .features-group .features-body .feature-value a {
  display: inline-block;
  max-width: 80%;
  vertical-align: bottom;
}

#basicSidebar #sideBarShare .features-group .features-body .row-wrapper,
#basicSidebar .sidebar-box .features-group .features-body .row-wrapper {
  margin: 0 15px;
}

#basicSidebar #sideBarNewsSignup {
  margin-top: 30px;
}

/** Glossary */

#glossary h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: initial;
  color: #282828;
  margin-top: 30px;
}

@media (max-width: 480px) {
  #glossary ul {
    margin-bottom: 0;
  }
}

/** Legal Page */

#terms ol#terms-agreement li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#terms ol#terms-agreement li ol.terms-agreement-item {
  list-style-type: lower-alpha;
}

#terms ol#terms-agreement li ol.terms-agreement-item li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#terms ol#terms-agreement li ol.terms-agreement-item ol.terms-agreement-item-sub {
  list-style-type: lower-roman;
}

#terms ol#terms-agreement li ol.terms-agreement-item ol.terms-agreement-item-sub li {
  margin-top: 5px;
  margin-bottom: 5px;
}

#fancy .main-content {
  padding: 0;
  margin-top: 0;
}

#fancy .section {
  margin-bottom: 60px;
}

#fancy .section p {
  line-height: 1.5;
  color: #282828;
  font-size: 16px;
  font-size: 1rem;
}

#fancy .section .btn {
  margin-top: 20px;
}

#fancy img {
  width: 100%;
}

#fancy #header {
  padding-top: 150px;
  margin-bottom: 50px;
}

#fancy #header h1 {
  display: inline-block;
  font-size: 50px;
  font-size: 3.125rem;
  color: #000;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  #fancy #header h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#fancy #header h3 {
  color: #282828;
}

#fancy .user-features img {
  max-height: 400px;
  max-width: 90%;
  width: auto;
}

#fancy .user-features .section > div {
  margin-bottom: 50px;
}

#searchLimit h1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

#searchLimit h2 {
  font-weight: bold;
  font-size: 25px !important;
  margin-bottom: 40px;
}

#searchLimit p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}

#searchLimit img {
  width: 80%;
}

#searchLimit #basicBody {
  margin-bottom: 100px;
}

#searchLimit .content {
  margin-bottom: 50px;
}

#searchLimit .content p {
  margin-bottom: 30px;
}

#searchLimit .content-image {
  margin-top: 200px;
}

#searchLimit #contactDataForm {
  padding-top: 35px;
  padding-bottom: 35px;
}

#searchLimit .callout p {
  margin-bottom: 0;
}

/*
*
*	cloudscene.com
*	TOP10 CSS
*
*/

/* VARIABLES */

/* MIXINS */

.top10graphs {
  padding: 0 !important;
  margin-top: -1px;
}

@media (max-width: 480px) {
  .top10graphs {
    margin-left: 0;
  }
}

.top10graphs .nav-tabs {
  margin-left: 0 !important;
}

.top10graphs .tab-content {
  background: none !important;
}

@media (max-width: 480px) {
  .top10graphs .tab-content {
    padding: 0px !important;
  }
}

.top10panel {
  background: transparent !important;
}

@media (max-width: 480px) {
  .top10panel .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.top10panel .toplist-group {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid whitesmoke !important;
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .top10panel .toplist-group {
    margin-bottom: 20px;
  }
}

.top10panel .toplist-group .toplist-header {
  height: 80px !important;
}

.top10panel .toplist-group .toplist-header h2 {
  line-height: 80px !important;
  font-size: 18px !important;
}

.top10panel .toplist-group .toplist-items {
  margin-left: 0 !important;
  text-align: left !important;
  list-style-type: none !important;
}

@media (max-width: 768px) {
  .top10panel .toplist-group .toplist-items {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .top10panel .toplist-group .toplist-items {
    margin-left: 0 !important;
  }
}

.top10panel .toplist-group .toplist-items li {
  height: 100px !important;
  list-style-type: none !important;
}

.top10panel .toplist-group .toplist-items li:last-child:after {
  display: none;
}

.top10panel .toplist-group .toplist-items li div {
  vertical-align: top;
}

.top10panel .toplist-group .toplist-items li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
}

.top10panel .toplist-group .toplist-items li a .number {
  display: inline-block;
  float: left;
  font-size: 40px;
  font-size: 2.5rem;
  padding: 0 30px;
  margin: 0 30px 0 0;
  border-right: 1px solid #009EFF;
}

@media (max-width: 480px) {
  .top10panel .toplist-group .toplist-items li a .number {
    padding: 0 15px;
    margin: 0 15px 0 0;
  }
}

.top10panel .toplist-group .toplist-items li a .details {
  display: inline-block;
  float: left;
  width: 50%;
  word-wrap: break-word;
}

.top10panel .toplist-group .toplist-items li:nth-child(10) .number span {
  display: none;
}

.top10panel .toplist-group .toplist-items {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.top10panel .toplist-group .toplist-items li {
  height: 100px;
  border-bottom: 1px solid #f5fcff;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 480px) {
  .top10panel .toplist-group .toplist-items li {
    height: 70px;
  }
}

.top10panel .toplist-group .toplist-items li a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #001C3D;
}

.top10panel .toplist-group .toplist-items li a:hover {
  text-decoration: none;
}

.top10panel .toplist-group .toplist-items li a div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top10panel .toplist-group .toplist-items li a div img {
  max-height: 50px;
  max-width: 250px;
}

.top10panel .toplist-group .toplist-items li span.provider {
  display: block;
  text-transform: uppercase;
  color: #009EFF;
}

.top10panel .toplist-group .toplist-items li:last-child {
  position: relative;
}

.top10panel .toplist-group .toplist-items li:last-child:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}

.top10panel .toplist-group .toplist-footer {
  height: 80px !important;
}

.top10panel .toplist-group .toplist-footer a {
  height: 80px !important;
  line-height: 80px !important;
}

#topListPanel {
  background: #f2efef;
}

#topListPanel .toplist-group {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: -50px;
}

#topListPanel .toplist-group.middle {
  /* unusual top margin to ensure even spacing top and bottom for uneven number of items */
  margin-top: -82px;
}

@media (max-width: 480px) {
  #topListPanel .toplist-group.middle {
    margin-top: -50px;
  }

  #topListPanel .toplist-group.middle .toplist-items li:last-child {
    display: none;
  }
}

#topListPanel .toplist-group.middle .toplist-items li {
  height: 94px;
}

@media (max-width: 480px) {
  #topListPanel .toplist-group.middle .toplist-items li {
    height: 70px;
  }
}

#topListPanel .toplist-group:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

#topListPanel .toplist-group .toplist-header {
  position: relative;
  height: 100px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  background: #001C3D;
}

@media (max-width: 480px) {
  #topListPanel .toplist-group .toplist-header {
    height: 70px;
  }
}

#topListPanel .toplist-group .toplist-header.dark {
  background: #142f65;
}

#topListPanel .toplist-group .toplist-header.dark:after {
  border-top: solid 15px #142f65;
}

#topListPanel .toplist-group .toplist-header:after {
  content: '';
  position: absolute;
  top: 95%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: solid 20px transparent;
  border-right: solid 20px transparent;
  border-top: solid 15px #001C3D;
  z-index: 100;
}

#topListPanel .toplist-group .toplist-header h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 100px;
  color: #fff;
  margin: 0px;
}

@media (max-width: 1024px) {
  #topListPanel .toplist-group .toplist-header h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  #topListPanel .toplist-group .toplist-header h2 {
    line-height: 70px;
  }
}

#topListPanel .toplist-group .toplist-items {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#topListPanel .toplist-group .toplist-items li {
  height: 100px;
  border-bottom: 1px solid #f5fcff;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 480px) {
  #topListPanel .toplist-group .toplist-items li {
    height: 70px;
  }
}

#topListPanel .toplist-group .toplist-items li a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #009EFF;
}

#topListPanel .toplist-group .toplist-items li a:hover {
  text-decoration: none;
}

#topListPanel .toplist-group .toplist-items li a div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#topListPanel .toplist-group .toplist-items li a div img {
  max-height: 50px;
  max-width: 250px;
}

#topListPanel .toplist-group .toplist-items li .details {
  color: #009EFF;
}

#topListPanel .toplist-group .toplist-items li span.provider {
  display: block;
  color: #282828;
}

#topListPanel .toplist-group .toplist-items li:last-child {
  position: relative;
}

#topListPanel .toplist-group .toplist-items li:last-child:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}

#topListPanel .toplist-group .toplist-footer a {
  display: block;
  height: 100px;
  line-height: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #282828;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  background: #f9f9f9;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15) inset;
}

@media (max-width: 480px) {
  #topListPanel .toplist-group .toplist-footer a {
    height: 70px;
    line-height: 70px;
  }
}

#topListPanel .toplist-group .toplist-footer a:hover {
  text-decoration: none;
  background: #009EFF;
  color: #fff;
}

/*
*
*	cloudscene.com
*	CTA CSS
*
*/

/* VARIABLES */

/* MIXINS */

/* Home */

.ctaHorizontal {
  padding: 30px 0;
  background-attachment: fixed !important;
  height: 100%;
}

.ctaHorizontal .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.ctaHorizontal .row > div:first-child {
  margin: 0 0 0 -1px;
}

.ctaHorizontal .row > .short-col {
  display: flex;
  -webkit-flex: 1 1 15em;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .ctaHorizontal {
    padding: 30px 15px !important;
  }
}

.ctaHorizontal.icon-bottom {
  padding: 30px 0 0;
}

.ctaHorizontal.icon-bottom .short-col .cta-details {
  margin-top: -30px;
}

@media (max-width: 768px) {
  .ctaHorizontal.icon-bottom .short-col .cta-details {
    margin-top: 0;
  }
}

.ctaHorizontal.icon-top {
  padding: 0 0 30px;
}

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

.ctaHorizontal .cta-icon {
  display: block;
  height: 300px;
  width: 100%;
}

.ctaHorizontal .cta-details h5 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #001C3D;
  text-transform: uppercase;
  font-weight: 700;
}

.ctaHorizontal .cta-details .cta-text {
  margin: 30px 0;
}

.ctaHorizontal .cta-details .cta-text p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: justify;
}

.ctaHorizontal .cta-details.light {
  color: #fff;
}

.ctaHorizontal .cta-details.light h5 {
  color: #afe8ff;
}

.ctaHorizontal#findingLeads {
  background: url("../images/cta/cta.finding-leads.bg.jpg") no-repeat top center;
  background-size: cover;
}

.ctaHorizontal#findingLeads .cta-icon {
  background: url("../images/cta/cta.finding-leads.icon.png") no-repeat bottom center;
}

.ctaHorizontal#customDataAnalytics {
  background: url("../images/cta/cta.custom-data-analytics.bg.png") no-repeat top center;
  background-size: cover;
}

.ctaHorizontal#customDataAnalytics .cta-icon {
  background: url("../images/cta/cta.custom-data-analytics.icon.svg") no-repeat bottom center;
}

.ctaHorizontal#marketIntelligence {
  background: url("../images/cta/cta.market-intelligence.bg.jpg") no-repeat 30% bottom;
  background-size: cover;
}

.ctaHorizontal#marketIntelligence .cta-icon {
  background: url("../images/cta/cta.market-intelligence.icon.svg") no-repeat bottom center;
}

/* Internal */

.ctaVertical {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}

.ctaVertical:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.ctaVertical .cta-details h5 {
  font-size: 28px;
  font-size: 1.75rem;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .ctaVertical .cta-details h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.ctaVertical .cta-details h5 span {
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 1024px) {
  .ctaVertical .cta-details h5 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.ctaVertical .cta-details h5 strong.smaller {
  font-size: 70%;
}

.ctaVertical .cta-details h5 strong.block {
  display: block;
  line-height: 70%;
}

.ctaVertical .cta-details .cta-text {
  width: 80%;
  margin: 0 auto;
}

.ctaVertical .cta-details .cta-text p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
}

@media (max-width: 1024px) {
  .ctaVertical .cta-details .cta-text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.ctaVertical .cta-details .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ctaVertical#expandPresence {
  background: url("../images/cta/cta.vert.expandpresence.bg.jpg") no-repeat top center;
  background-size: cover;
}

@media (max-width: 768px) {
  .ctaVertical#expandPresence {
    background: url("../images/cta/cta.vert.expandpresence.bg.jpg") no-repeat 40% center;
    background-size: cover;
  }
}

.ctaVertical#expandPresence .cta-details {
  padding: 15px 15px 200px 15px;
  color: #142f65;
  text-align: center;
}

@media (max-width: 768px) {
  .ctaVertical#expandPresence .cta-details {
    padding: 30px 15px 150px 15px;
  }
}

@media (max-width: 768px) {
  .ctaVertical#expandPresence .cta-details h5 span {
    display: block;
  }
}

.ctaVertical#promoteServices {
  background: url("../images/cta/cta.vert.promoteservices.bg.jpg") no-repeat top center;
  background-size: cover;
}

@media (max-width: 768px) {
  .ctaVertical#promoteServices {
    background: url("../images/cta/cta.vert.promoteservices.bg.jpg") no-repeat 40% center;
    background-size: cover;
  }
}

.ctaVertical#promoteServices .cta-details {
  padding: 30px 15px 180px 15px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .ctaVertical#promoteServices .cta-details {
    padding: 30px 15px 150px 15px;
  }
}

@media (max-width: 768px) {
  .ctaVertical#promoteServices .cta-details h5 span {
    display: block;
  }
}

.ctaVertical#marketplace-upgrade {
  background: url("../images/cta/cta.vert.marketplace-upgrade.bg.jpg") no-repeat top center;
  background-size: cover;
}

@media (max-width: 768px) {
  .ctaVertical#marketplace-upgrade {
    background: url("../images/cta/cta.vert.marketplace-upgrade.bg.jpg") no-repeat 40% center;
    background-size: cover;
  }
}

.ctaVertical#marketplace-upgrade .cta-details {
  padding: 290px 15px 115px 15px;
}

.ctaVertical#manageAssets {
  background: url("../images/cta/cta.vert.manageassets.bg.jpg") no-repeat top center;
  background-size: cover;
}

@media (max-width: 768px) {
  .ctaVertical#manageAssets {
    background: url("../images/cta/cta.vert.manageassets.bg.jpg") no-repeat 40% center;
    background-size: cover;
  }
}

.ctaVertical#manageAssets .cta-details {
  padding: 100px 15px 115px 15px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .ctaVertical#manageAssets .cta-details {
    padding: 30px 15px 80px 15px;
  }
}

@media (max-width: 768px) {
  .ctaVertical#manageAssets .cta-details h5 span {
    display: block;
  }
}

.ctaVertical#createCompanySP {
  background: url("../images/cta/cta.vert.manageassets.bg.jpg") no-repeat top center;
  background-size: cover;
}

@media (max-width: 768px) {
  .ctaVertical#createCompanySP {
    background: url("../images/cta/cta.vert.manageassets.bg.jpg") no-repeat 40% center;
    background-size: cover;
  }
}

.ctaVertical#createCompanySP .cta-details {
  padding: 100px 15px 115px 15px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .ctaVertical#createCompanySP .cta-details {
    padding: 30px 15px 80px 15px;
  }
}

@media (max-width: 768px) {
  .ctaVertical#createCompanySP .cta-details h5 span {
    display: block;
  }
}

.ctaVertical#findServiceProvider {
  background: url("../images/cta/cta.vert.findserviceprovider.bg.jpg") no-repeat top center;
  background-size: cover;
}

@media (max-width: 768px) {
  .ctaVertical#findServiceProvider {
    background: url("../images/cta/cta.vert.findserviceprovider.bg.jpg") no-repeat 40% center;
    background-size: cover;
  }
}

.ctaVertical#findServiceProvider .cta-details {
  padding: 180px 15px 85px 15px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .ctaVertical#findServiceProvider .cta-details {
    padding: 180px 15px 85px 15px;
  }
}

@media (max-width: 768px) {
  .ctaVertical#findServiceProvider .cta-details h5 span {
    display: block;
  }
}

/*
*
*	cloudscene.com
*	ACCOUNT CSS
*
*/

/* VARIABLES */

/* MIXINS */

.account-padding {
  padding-right: 30px;
}

@media (max-width: 768px) {
  .account-padding {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .account-padding {
    padding-right: 0;
  }
}

.account-padding .profile-verified {
  font-size: 16px;
  color: #282828;
  font-weight: normal;
  text-transform: capitalize;
}

.account-padding .profile-verified span {
  vertical-align: middle;
}

.account-padding .profile-verified i.material-icons {
  font-size: 23px;
  color: #009EFF;
  vertical-align: middle;
}

#accountIntroPanel {
  margin-top: 30px;
}

#accountIntroPanel.bottom-margin {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #accountIntroPanel {
    margin-bottom: 15px;
  }
}

#accountIntroPanel h1 {
  padding: 10px 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #282828;
  border-bottom: 1px solid whitesmoke;
  text-transform: capitalize;
}

#accountIntroPanel h2 {
  margin: 10px 0 0px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #009EFF;
  text-transform: capitalize;
}

#accountIntroPanel .btn {
  margin-left: 10px;
}

#accountIntroPanel #opportunityFilters .input-field {
  margin: 15px 0 0 0;
}

@media (max-width: 768px) {
  #accountIntroPanel #opportunityFilters .input-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #accountIntroPanel #opportunityFilters .input-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #accountProgressHolder {
    float: none !important;
  }
}

#accountProgressHolder #accountProgress {
  display: none;
  position: relative;
  margin-top: 35px;
}

#accountProgressHolder #accountProgress .progress-text {
  position: absolute;
  top: -40px;
  height: 30px;
  width: 40px;
  margin-left: -20px;
  background: #001C3D;
}

#accountProgressHolder #accountProgress .progress-text p {
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}

#accountProgressHolder #accountProgress .progress-text:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #001C3D;
  border-width: 6px;
  margin-left: -6px;
}

#accountProgressHolder #accountProgress .progress {
  margin-bottom: 0;
  background-color: #afe8ff;
}

#accountProgressHolder #accountProgress .progress .determinate {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #009EFF;
}

#accountProgressHolder #accountProgress .progress-title {
  color: #282828;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}

@media (max-width: 480px) {
  #accountSidebar {
    margin-top: 30px;
  }
}

#accountSidebar #mpButtons {
  margin: 30px 0;
}

#accountSidebar #mpButtons .btn:first-of-type {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #accountSidebar .account-menu {
    padding-top: 30px;
  }
}

#accountSidebar #assetCart {
  margin-top: 30px;
}

#accountSidebar #assetCart .features-group .features-header {
  position: relative;
  padding: 15px;
  background: #009EFF;
}

#accountSidebar #assetCart .features-group .features-header h1 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

#accountSidebar #assetCart .features-group .features-body {
  padding: 15px;
}

#accountSidebar #assetCart .features-group .features-body h2 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px;
  color: #001C3D;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}

#accountSidebar #assetCart .features-group .features-body ul {
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid whitesmoke;
}

#accountSidebar #assetCart .features-group .features-body ul li .item-name {
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

#accountSidebar #assetCart .features-group .features-body ul li .item-price {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
}

#accountSidebar #assetCart .features-group .features-body ul li a.remove-item {
  color: #eb3e4e;
  line-height: inherit;
}

#accountSidebar #assetCart .features-group .features-body ul li a.remove-item i {
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}

#accountSidebar #assetCart .features-group .features-body .total-price {
  margin: 15px 0;
  padding-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009EFF;
  font-weight: 500;
  border-bottom: 1px solid whitesmoke;
}

#accountSidebar #assetCart .features-group .features-body .total-price .cartTotal {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
}

#accountSidebar > .btn {
  width: 100%;
}

.account-menu {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
  text-decoration: none;
  background: #fff;
}

.account-menu .account-menu-items {
  width: 100%;
  left: -140px;
  padding-bottom: 0px;
  margin-bottom: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 0;
  background: #fff;
}

.account-menu .account-menu-items .account-menu-item .active span {
  color: #fff;
}

.account-menu .account-menu-items .account-menu-header {
  width: 100%;
  padding: 15px;
  background: #142f65;
}

.account-menu .account-menu-items .account-menu-header .account-image {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 15px 0 0;
  text-align: center;
  color: #fff;
  background: #7cd4f7;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}

.account-menu .account-menu-items .account-menu-header .account-image i {
  line-height: 40px;
}

.account-menu .account-menu-items .account-menu-header .account-details {
  float: left;
  max-width: 65%;
  padding: 5px 0;
  color: #282828;
}

.account-menu .account-menu-items .account-menu-header .account-details p {
  margin: 0 0 2px;
  font-weight: 500;
}

.account-menu .account-menu-items .account-menu-header .account-details p strong {
  font-weight: 400;
  color: #009EFF;
}

.account-menu .account-menu-items .user-teams a {
  background: #F6F6F6 !important;
}

.account-menu .account-menu-items .user-teams a:not(:nth-last-child(2)) {
  border-top: 1px solid #DCDCDC;
}

.account-menu .account-menu-items .user-teams a span {
  margin-left: 0.5em;
}

.account-menu .account-menu-items .user-teams a i {
  color: #009EFF !important;
}

.account-menu .account-menu-items .user-teams a:hover span {
  color: #009EFF !important;
}

.account-menu .account-menu-items .account-menu-item,
.account-menu .account-menu-items #addCompanyAccounts li {
  display: block;
  width: 100%;
}

.account-menu .account-menu-items .account-menu-item a,
.account-menu .account-menu-items #addCompanyAccounts li a {
  display: block;
  position: relative;
  padding: 10px !important;
  text-align: left;
}

.account-menu .account-menu-items .account-menu-item a span,
.account-menu .account-menu-items .account-menu-item a p,
.account-menu .account-menu-items #addCompanyAccounts li a span,
.account-menu .account-menu-items #addCompanyAccounts li a p {
  color: #282828;
  text-transform: capitalize;
  margin: 0;
}

.account-menu .account-menu-items .account-menu-item a i,
.account-menu .account-menu-items #addCompanyAccounts li a i {
  position: absolute;
  top: 7px;
  right: 10px;
  height: auto;
  line-height: normal;
  color: #009EFF;
  font-size: 20px;
  font-size: 1.25rem;
}

.account-menu .account-menu-items .account-menu-item a:hover span,
.account-menu .account-menu-items #addCompanyAccounts li a:hover span {
  color: #fff;
}

.account-menu .account-menu-items .account-menu-item.active span,
.account-menu .account-menu-items #addCompanyAccounts li.active span {
  color: #fff;
}

.account-menu .account-menu-items .account-menu-item.active a,
.account-menu .account-menu-items .account-menu-item:hover a,
.account-menu .account-menu-items #addCompanyAccounts li.active a,
.account-menu .account-menu-items #addCompanyAccounts li:hover a {
  background: #009EFF;
}

.account-menu .account-menu-items .account-menu-item.active a i,
.account-menu .account-menu-items .account-menu-item:hover a i,
.account-menu .account-menu-items #addCompanyAccounts li.active a i,
.account-menu .account-menu-items #addCompanyAccounts li:hover a i {
  color: #fff;
}

#addCompanyAccounts a {
  background: #05a0ff !important;
  border-top: 1px solid #05a0ff !important;
  border-bottom: 1px solid #05a0ff !important;
}

#addCompanyAccounts a p {
  color: white !important;
}

@media (min-width: 768px) {
  #mobileDropdownHolder {
    display: none;
  }
}

#mobileDropdownHolder #mobileDropdown {
  margin-bottom: 15px;
  background: #142f65;
  color: #fff;
  -webkit-appearance: initial;
}

#mobileDropdownHolder:before {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

#accountTabs {
  display: none;
}

#accountTabs .assets-header {
  margin: 0 !important;
}

#accountTabs .card-view {
  background: #f9f9f9 !important;
}

#accountTabs .card-view .card-subheader {
  border-bottom: 0;
}

#myProfileDetails .input-field label {
  top: 0;
}

#myProfileDetails #dailyEmailLocations {
  margin-left: 10px;
}

@media (max-width: 480px) {
  #myProfileDetails #dailyEmailLocations {
    margin-left: 0px;
  }
}

#myProfileDetails #dailyEmailLocations .fieldset-body {
  padding-top: 15px;
}

#myProfileDetails #dailyEmailLocations .chip {
  margin: 5px 5px;
}

@media (max-width: 480px) {
  #myProfileDetails #dailyEmailLocations .chip {
    margin: 0;
  }
}

#myProfileDetails #selectCountryOfInterest {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 480px) {
  #myProfileDetails #selectCountryOfInterest {
    margin-left: 35px;
    margin-top: 5px;
  }
}

#companyDetails #companyUpdate.locked .input-field.selecttwo label {
  color: #ccc;
}

#companyDetails #companyUpdate.locked .input-field.selecttwo .select2-container--disabled .select2-selection--single span {
  font-weight: 400;
  font-size: 1rem;
}

#companyDetails #companyUpdate.locked .input-field .select2-container--disabled .select2-selection {
  border-bottom: 0px !important;
}

#inviteTeamMember {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#inviteTeamMember .input-field {
  display: inline-block;
  width: 19%;
  margin: 0 1% 15px 0;
}

#inviteTeamMember .input-field.selecttwo {
  width: 20%;
  margin-right: 0;
}

@media (max-width: 1024px) {
  #inviteTeamMember .input-field {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
}

@media (max-width: 768px) {
  #inviteTeamMember .input-field {
    width: 100% !important;
  }
}

#inviteTeamMember .btn-holder {
  display: inline-block;
  width: 9%;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  #inviteTeamMember .btn-holder {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
  }
}

#inviteTeamMember .btn-holder .btn {
  width: 100%;
  padding: 0;
  text-align: center;
}

#teamMembers {
  /* Responsive table */
}

#teamMembers .header-right .search,
#teamMembers .header-right .sort {
  width: 100%;
}

#teamMembers .header-right .search input,
#teamMembers .header-right .sort input {
  width: 100%;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #teamMembers table,
  #teamMembers thead,
  #teamMembers tbody,
  #teamMembers th,
  #teamMembers td,
  #teamMembers tr {
    display: block;
  }

  #teamMembers thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #teamMembers td {
    border: none;
    position: relative;
    padding: 10px 10px 10px 25%;
    min-height: 42px;
  }

  #teamMembers td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    color: #001C3D;
    border-right: 1px solid #eaeaea;
  }

  #teamMembers td:nth-of-type(1):before {
    content: "Name";
  }

  #teamMembers td:nth-of-type(2):before {
    content: "Email";
  }

  #teamMembers td:nth-of-type(3):before {
    content: "Role";
  }

  #teamMembers td:nth-of-type(4):before {
    content: "Actions";
  }

  #teamMembers tbody.no-results td {
    display: block !important;
    padding: 15px 0;
  }

  #teamMembers tbody.no-results td:before {
    border: 0;
    content: "";
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #teamMembers body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #teamMembers body {
    width: 495px;
  }
}

#teamMembers .name,
#teamMembers .email {
  word-wrap: break-word;
  word-break: break-all;
  table-layout: fixed;
}

#teamMembers .waiting .name,
#teamMembers .waiting .email,
#teamMembers .waiting .role,
#teamMembers .waiting .actions {
  color: #aaaaaa;
  font-style: italic;
}

#teamMembers .rejected .name,
#teamMembers .rejected .email,
#teamMembers .rejected .role {
  color: #eb3e4e;
}

#teamMembers .actions {
  white-space: nowrap;
}

#teamMembers .actions span:before {
  margin: 0 5px;
  content: " | ";
  color: #c4c4c4 !important;
  font-style: normal;
  pointer-events: none;
}

#teamMembers .actions span:first-child {
  margin: 0;
}

#teamMembers .actions span:first-child:before {
  display: none;
  content: "";
  margin: 0;
}

#teamMembers .actions span a {
  display: inline-block;
  color: #009EFF;
  font-style: normal;
}

#teamMembers .actions span a:before {
  margin: 0 5px;
  content: " | ";
  color: #c4c4c4 !important;
  font-style: normal;
}

#teamMembers .actions span a:first-child {
  margin: 0;
}

#teamMembers .actions span a:first-child:before {
  content: "";
  margin: 0;
}

#companyAssets {
  /* Responsive table */
}

#companyAssets section {
  margin-bottom: 30px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #companyAssets table,
  #companyAssets thead,
  #companyAssets tbody,
  #companyAssets th,
  #companyAssets td,
  #companyAssets tr {
    display: block;
  }

  #companyAssets thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #companyAssets td {
    border: none;
    position: relative;
    padding: 10px 10px 10px 30%;
    min-height: 42px;
  }

  #companyAssets td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    color: #001C3D;
    border-right: 1px solid #eaeaea;
  }

  #companyAssets td:nth-of-type(1):before {
    content: "Name";
  }

  #companyAssets td:nth-of-type(2):before {
    content: "Updated";
  }

  #companyAssets td:nth-of-type(3):before {
    content: "Status";
  }

  #companyAssets td:nth-of-type(4):before {
    content: "Actions";
  }

  #companyAssets tbody.no-results td {
    display: block !important;
    padding: 15px 0;
  }

  #companyAssets tbody.no-results td:before {
    border: 0;
    content: "";
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #companyAssets body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #companyAssets body {
    width: 495px;
  }
}

#companyAssets .fieldset-body {
  padding: 15px;
}

#companyAssets .name {
  word-wrap: break-word;
  word-break: break-all;
  table-layout: fixed;
}

#companyAssets .pending .name,
#companyAssets .pending .updated,
#companyAssets .pending .status {
  color: #aaaaaa;
  font-style: italic;
}

#companyAssets #claimAsset .claimItem {
  display: inline-block;
  width: 66%;
}

#companyAssets #claimAsset .claimItem .input-field {
  margin: 0;
}

#companyAssets #claimAsset .claimItem#assetType {
  width: 20%;
  margin-right: 2%;
}

@media (max-width: 768px) {
  #companyAssets #claimAsset .claimItem {
    width: 100% !important;
  }
}

#companyAssets #claimAsset #assetType {
  display: inline-block;
  width: 20%;
  margin: 0 2% 0 0;
}

#companyAssets #claimAsset #assetType .input-field {
  margin: 0;
}

@media (max-width: 768px) {
  #companyAssets #claimAsset #assetType {
    width: 100% !important;
  }
}

#companyAssets #claimAsset .btn-holder {
  display: inline-block;
}

@media (max-width: 768px) {
  #companyAssets #claimAsset .btn-holder {
    margin-top: 15px;
  }
}

#companyAssets #claimAsset .helper-text {
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  #companyAssets #claimAsset .helper-text {
    margin-top: 25px;
  }
}

.modalEditBlurb .modal-dialog {
  width: 800px;
}

.modalEditBlurb .promotedBlurbItems {
  margin-top: -5px;
}

.modalEditBlurb .promotedBlurbItems li a {
  display: block;
  padding: 15px 15px;
  border-bottom: 1px solid #17516a;
}

.modalEditBlurb .promotedBlurbItems li a.active {
  background: #16336e;
}

.modalEditBlurb .promotedBlurbItems li a .blurb-asset {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.modalEditBlurb .promotedBlurbItems li a .blurb-missing {
  color: #7ccc59;
}

.modalEditBlurb .promotedBlurbItems li a .blurb-missing i {
  font-size: 14px;
  font-size: 0.875rem;
}

.modalEditBlurb .promotedBlurbItems li a .blurb-expiry {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.modalEditBlurb .promotedBlurbEntry .input-field {
  padding: 0;
}

.modalEditBlurb .promotedBlurbEntry .input-field textarea {
  min-height: 1rem;
  padding: 2rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.modalEditBlurb .samplePromotedCard {
  position: relative;
  max-width: 265.83px;
}

.modalEditBlurb .samplePromotedCard .promoted-icon {
  top: 0;
  right: 0;
  text-align: center;
}

.modalEditBlurb .samplePromotedCard .card-details {
  max-height: 155px;
  overflow: hidden;
  padding: 15px !important;
}

.modalEditBlurb .samplePromotedCard .card-details div {
  display: block;
  padding: 0;
}

.modalEditBlurb .samplePromotedCard .card-details p {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  color: #777;
}

.modalEditBlurb .promoted-length {
  margin-top: 10px;
  color: #7cd4f7;
  font-size: 12px;
  font-size: 0.75rem;
}

#history #historyItems {
  /* Responsive table */
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #history #historyItems table,
  #history #historyItems thead,
  #history #historyItems tbody,
  #history #historyItems th,
  #history #historyItems td,
  #history #historyItems tr {
    display: block;
  }

  #history #historyItems thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #history #historyItems td {
    border: none;
    position: relative;
    padding: 10px 10px 10px 35%;
    min-height: 42px;
  }

  #history #historyItems td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    color: #001C3D;
    border-right: 1px solid #eaeaea;
  }

  #history #historyItems td:nth-of-type(1):before {
    content: "Type";
  }

  #history #historyItems td:nth-of-type(2):before {
    content: "Name";
  }

  #history #historyItems td:nth-of-type(3):before {
    content: "Operator";
  }

  #history #historyItems td:nth-of-type(4):before {
    content: "Last Visit";
  }

  #history #historyItems tbody.no-results td {
    display: block !important;
    padding: 15px 0;
  }

  #history #historyItems tbody.no-results td:before {
    border: 0;
    content: "";
  }
}

#myFavourites a {
  cursor: pointer;
}

#myFavourites a:hover {
  color: #142f65;
}

#myFavourites a:hover i {
  color: #142f65;
}

#myFavourites .no-results {
  padding: 15px 0;
}

#myFavourites .no-results i {
  color: #009EFF;
}

#invoices td {
  padding-left: 20px !important;
  text-align: left;
}

#companyTemplates #serviceTemplates {
  /* Responsive table */
}

#companyTemplates #serviceTemplates .assets-header .btn {
  margin-top: -10px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #companyTemplates #serviceTemplates table,
  #companyTemplates #serviceTemplates thead,
  #companyTemplates #serviceTemplates tbody,
  #companyTemplates #serviceTemplates th,
  #companyTemplates #serviceTemplates td,
  #companyTemplates #serviceTemplates tr {
    display: block;
  }

  #companyTemplates #serviceTemplates thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #companyTemplates #serviceTemplates td {
    border: none;
    position: relative;
    padding: 10px 10px 10px 35%;
    min-height: 42px;
  }

  #companyTemplates #serviceTemplates td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    color: #001C3D;
    border-right: 1px solid #eaeaea;
  }

  #companyTemplates #serviceTemplates td:nth-of-type(1):before {
    content: "Name";
  }

  #companyTemplates #serviceTemplates td:nth-of-type(2):before {
    content: "PoPs";
  }

  #companyTemplates #serviceTemplates td:nth-of-type(3):before {
    content: "Actions";
  }

  #companyTemplates #serviceTemplates tbody.no-results td {
    display: block !important;
    padding: 15px 0;
  }

  #companyTemplates #serviceTemplates tbody.no-results td:before {
    border: 0;
    content: "";
  }
}

#companyTemplates #serviceTemplates .actions {
  white-space: nowrap;
}

#companyTemplates #serviceTemplates .actions span:before {
  margin: 0 5px;
  content: " | ";
  color: #c4c4c4 !important;
  font-style: normal;
  pointer-events: none;
}

#companyTemplates #serviceTemplates .actions span:first-child {
  margin: 0;
}

#companyTemplates #serviceTemplates .actions span:first-child:before {
  display: none;
  content: "";
  margin: 0;
}

#companyTemplates #serviceTemplates .actions span a {
  display: inline-block;
  color: #009EFF;
  font-style: normal;
}

/*
*
*	cloudscene.com
*	MESSAGES CSS
*
*/

/* Mixins */

/* VARIABLES */

/* MIXINS */

@media (max-width: 768px) {
  #messageFilters .input-field {
    width: 100% !important;
  }
}

#messages {
  padding-bottom: 0;
}

#messages #messageContainer {
  position: relative;
  display: flex;
  overflow: hidden;
}

#messages #messageContainer .conversation-list {
  background: #001C3D;
  align-items: stretch;
  float: left;
  width: 25%;
  z-index: 1000;
}

#messages #messageContainer .conversation-list.closed {
  left: -100%;
}

#messages #messageContainer .conversation-list ul li a {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 15px;
}

#messages #messageContainer .conversation-list ul li a strong {
  display: inline-block;
  font-weight: 500;
  color: #afe8ff;
  max-width: 75%;
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-list ul li a strong {
    display: block;
  }
}

#messages #messageContainer .conversation-list ul li a p {
  display: inline-block;
  margin: 0;
  color: #fff;
  max-width: 100%;
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-list ul li a p {
    max-width: 80%;
  }
}

#messages #messageContainer .conversation-list ul li a .conversation-list-lastmsg {
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-list ul li a .conversation-list-lastmsg {
    display: inline-block;
  }
}

#messages #messageContainer .conversation-list ul li.active {
  background: #00050a;
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-list {
    position: absolute;
    top: 0;
    left: 0px;
    width: calc(100%);
    height: 100%;
    transition: all 0.5s;
    background: #fff;
  }

  #messages #messageContainer .conversation-list li a {
    border-bottom: 1px solid whitesmoke;
  }

  #messages #messageContainer .conversation-list li a strong {
    color: #001C3D !important;
  }

  #messages #messageContainer .conversation-list li a p {
    color: #333 !important;
  }

  #messages #messageContainer .conversation-list li.active {
    background: #e2f7ff !important;
  }
}

#messages #messageContainer .conversation-main {
  align-items: stretch;
  float: left;
  width: 75%;
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-main {
    width: 100%;
  }
}

#messages #messageContainer .conversation-main .valign {
  /*display: table;*/
  width: 100%;
  height: 720px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#messages #messageContainer .conversation-main .valign.bottom > div {
  vertical-align: bottom;
}

#messages #messageContainer .conversation-main .valign.middle > div {
  vertical-align: middle;
}

#messages #messageContainer .conversation-main .conversation-holder {
  position: relative;
  height: 775px;
  width: 100%;
  margin: 0 auto;
}

#messages #messageContainer .conversation-main #conversation-outer {
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 0;
  margin: 0 auto;
  overflow: auto;
  overflow-y: auto;
}

#messages #messageContainer .conversation-main #conversation-innerText {
  height: 720px;
  width: 100%;
  padding: 20px 0px;
}

#messages #messageContainer .conversation-main .conversation-msg {
  padding: 10px 20px;
  vertical-align: bottom;
  font-size: 14px;
  font-size: 0.875rem;
}

#messages #messageContainer .conversation-main .conversation-msg .msg-details {
  font-size: 12px;
  font-size: 0.75rem;
}

#messages #messageContainer .conversation-main .conversation-msg .msg-details .msg-owner {
  display: block;
  position: relative;
  color: #001C3D;
  vertical-align: middle;
}

#messages #messageContainer .conversation-main .conversation-msg .msg-details .msg-owner strong,
#messages #messageContainer .conversation-main .conversation-msg .msg-details .msg-owner .msg-time {
  display: inline-block;
  position: relative;
  padding: 0 5px 0 0;
  background: #fff;
  z-index: 10;
}

#messages #messageContainer .conversation-main .conversation-msg .msg-details .msg-owner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #afe8ff;
  z-index: 1;
}

#messages #messageContainer .conversation-main .conversation-msg .msg-body {
  color: #333;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: pre-wrap;
  word-break: break-word;
  margin: 10px 0 0;
}

#messages #messageContainer .conversation-main .conversation-msg:nth-child(even) {
  text-align: right;
}

#messages #messageContainer .conversation-main .conversation-msg:nth-child(even) .msg-details .msg-owner strong,
#messages #messageContainer .conversation-main .conversation-msg:nth-child(even) .msg-details .msg-owner .msg-time {
  padding: 0 0 0 5px;
}

#messages #messageContainer .conversation-main .conversation-text {
  position: absolute;
  bottom: 10px;
  width: 100%;
  border-top: 1px solid #999;
}

#messages #messageContainer .conversation-main form {
  position: relative;
  margin: 0;
}

#messages #messageContainer .conversation-main #message-send {
  position: absolute;
  top: 5px;
  right: 5px;
}

#messages #messageContainer .conversation-main textarea,
#messages #messageContainer .conversation-main pre {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

#messages #messageContainer .conversation-main .expandingArea {
  position: relative;
  border: 1px solid #888;
  background: #fff;
}

#messages #messageContainer .conversation-main .expandingArea > textarea,
#messages #messageContainer .conversation-main .expandingArea > pre {
  padding: 5px;
  background: transparent;
  font: 400 13px/16px helvetica, arial, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#messages #messageContainer .conversation-main .expandingArea > textarea {
  padding: 15px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  height: 100px;
}

#messages #messageContainer .conversation-main .expandingArea.active > textarea {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  resize: none;
}

#messages #messageContainer .conversation-main .expandingArea > pre {
  display: none;
}

#messages #messageContainer .conversation-main .expandingArea.active > pre {
  display: block;
  visibility: hidden;
}

#messages #messageContainer .conversation-main #message-input {
  width: 96%;
  max-height: 64px;
  margin: 0 2%;
  padding: 10px 0 0;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

#messages #messageContainer .conversation-main .conversation-header {
  font-size: 14px;
  font-size: 0.875rem;
  background: #f9f9f9;
}

#messages #messageContainer .conversation-main .conversation-header .conversation-header-left {
  float: left;
  width: 80%;
}

@media (max-width: 1024px) {
  #messages #messageContainer .conversation-main .conversation-header .conversation-header-left {
    width: 75%;
  }
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-main .conversation-header .conversation-header-left {
    width: 100%;
  }
}

#messages #messageContainer .conversation-main .conversation-header .conversation-header-left a {
  font-weight: 500;
}

#messages #messageContainer .conversation-main .conversation-header .conversation-header-left p {
  margin: 0;
}

#messages #messageContainer .conversation-main .conversation-header .conversation-header-left .open-conversation-list {
  display: none;
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-main .conversation-header .conversation-header-left .open-conversation-list {
    display: inline-block;
    width: 15%;
    float: left;
  }

  #messages #messageContainer .conversation-main .conversation-header .conversation-header-left .open-conversation-list i {
    display: inline-block;
    border: 1px solid #001C3D;
    color: #001C3D;
    padding: 5px;
    margin: 15px 0 0 15px;
    text-align: center;
  }
}

#messages #messageContainer .conversation-main .conversation-header .conversation-header-left .conversation-header-details {
  padding: 15px 0 15px 15px;
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-main .conversation-header .conversation-header-left .conversation-header-details {
    float: left;
    display: inline-block;
    width: 75%;
  }
}

#messages #messageContainer .conversation-main .conversation-header .conversation-header-right {
  float: left;
  width: 20%;
  text-align: right;
}

@media (max-width: 1024px) {
  #messages #messageContainer .conversation-main .conversation-header .conversation-header-right {
    width: 25%;
  }
}

#messages #messageContainer .conversation-main .conversation-header .conversation-header-right .conversation-expiry {
  padding: 15px 15px 15px 0;
  color: #eb3e4e;
  vertical-align: middle;
}

#messages #messageContainer .conversation-main .conversation-header .conversation-header-right .conversation-expiry i {
  vertical-align: middle;
}

@media (max-width: 768px) {
  #messages #messageContainer .conversation-main .conversation-header .conversation-header-right .conversation-expiry {
    display: none;
  }
}

#messages #messageContainer .conversation-main .conversation-warning {
  background: #44545a;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

#messages #messageContainer .conversation-main .conversation-warning i {
  font-size: 18px;
  font-size: 1.125rem;
}

/* ELEMENT SPECIFIC */

/* VARIABLES */

/* MIXINS */

/* Promoted Card Pricing */

#promotedCardPricing .searchpanel {
  position: relative;
  margin: 0 auto;
  width: 30%;
}

#promotedCardPricing .searchpanel .searchpanel-icon {
  color: #009EFF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  pointer-events: auto;
  cursor: pointer;
}

#promotedCardPricing .searchpanel input {
  padding: 0 10px 0 35px;
}

#promotedCardPricing h3 {
  background: #173572;
  padding: 15px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: 15px 0 0;
  border-bottom: 1px solid #f2efef;
}

#promotedCardPricing h4 {
  background: #f9f7f7;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #001C3D;
  margin-top: 0;
}

#promotedCardPricing h4 span {
  font-weight: 400;
  color: #009EFF;
}

#promotedCardPricing .promote-market {
  display: table;
  width: 100%;
  padding: 0 0 0 5px;
  margin: 0 0 10px;
  border: 1px solid #f2efef;
}

#promotedCardPricing .promote-market .market-name {
  display: table-cell;
  width: 80%;
  min-height: 40px;
  padding: 5px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #promotedCardPricing .promote-market .market-name {
    height: 35px;
  }
}

#promotedCardPricing .promote-market .market-options {
  display: table;
  min-height: 40px;
  width: 20%;
}

#promotedCardPricing .promote-market .market-options a {
  color: #f2efef;
  border: 0px;
  margin-top: 2px;
}

#promotedCardPricing .promote-market .market-options a:hover {
  color: #001C3D;
}

/* Survey */

.survey-intro ul {
  margin-left: 30px;
  list-style-type: disc;
}

.survey-intro ul li {
  list-style-type: disc;
}

@media (max-width: 480px) {
  .star-rating .star-rating__star.is-selected:after {
    top: 7px !important;
    left: 7px !important;
    height: 37px !important;
    width: 37px !important;
  }
}

.question-items .well {
  padding: 0 0 30px;
  margin: 0 0 30px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #cfd7df;
  webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.question-items .well h2 {
  margin: 0 0 15px;
}

.question-items .well .input-field {
  margin: 0;
}

.question-items .well .input-field textarea {
  padding: 1rem 0;
}

.question-items .well span.tooltipped i {
  font-style: normal;
  color: #009EFF;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.question-items .well .first {
  margin-top: 25px;
}

.question-items .well .survey-logo {
  margin-top: 15px;
  max-height: 100px;
  max-width: 150px;
}

@media (max-width: 480px) {
  .question-items .well .star-rating i {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.question-items .well .rating-guide i {
  font-size: 14px;
  font-size: 0.875rem;
}

.question-items .well .rating-tip {
  padding: 0 3px;
  width: 27px;
  text-align: center;
}

@media (max-width: 480px) {
  .question-items .well .rating-tip {
    width: 48px;
  }
}

/* Stripe Integration */

.StripeElement {
  background-color: white;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* CARDS */

#dataCenter .card-view,
#relatedDataCenters .card-view,
#relatedPoPs .card-view,
#searchFacilities .card-view,
#relatedFacilities .card-view {
  background: #fff !important;
}

.card-view {
  display: block;
  text-decoration: none;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #f2f2f2;
  border-radius: 10px;
}

.card-view:hover,
.card-view:active,
.card-view:focus {
  text-decoration: none;
}

.card-view.promoted-card {
  border-radius: 10px;
  overflow: hidden;
}

.card-view.promoted-card .card-header {
  background: #060f31;
  background: -webkit-linear-gradient(left, #060f31 0%, #003e8b 100%);
  background: linear-gradient(to right, #060f31 0%, #003e8b 100%);
}

.card-view.promoted-card .card-header .card-name {
  color: white;
}

.card-view.promoted-card .card-header .card-name .badge {
  padding: 2px 7px;
  margin-top: 2px;
}

.card-view.blank-card {
  border: 1px dashed #d4c36c !important;
}

.card-view.blank-card .card-header .promoted-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 6px;
  right: 6px;
  background: #d4c36c;
}

.card-view.blank-card .card-header .promoted-icon i {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto;
  line-height: 20px;
}

.card-view.blank-card .card-body {
  height: 100%;
}

.card-view.blank-card .card-body div {
  display: block;
}

.card-view.blank-card .card-body .card-details {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.card-view.blank-card .card-body .card-details img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  width: 40%;
}

.card-view.blank-card .card-body .card-details p {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}

.card-view .card-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F6F6F6;
}

.card-view .card-header .card-logo {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin: 15px;
  overflow: hidden;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 50px;
  border: 1px solid #DCDCDC;
}

.card-view .card-header .card-logo img {
  margin-left: 5px;
  width: 40px;
}

.card-view .card-header .card-logo.no-bg {
  background: transparent;
}

.card-view .card-header .card-logo.fill-circle img {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.card-view .card-header .card-padding {
  height: 50px;
  padding: 10px;
  margin: 15px 0;
}

.card-view .card-header .card-padding img {
  display: none;
}

.card-view .card-header .card-name {
  position: relative;
  float: left;
  color: #282828;
  word-wrap: break-word;
  padding: 10px 10px 10px 0;
  max-width: 165px;
}

.card-view .card-header .card-name h2 {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 5px 0;
  word-wrap: break-word;
}

.card-view .card-header .card-name h2 strong {
  font-weight: normal;
}

.card-view .card-header .card-name h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  word-wrap: break-word;
}

.card-view .card-header .card-name.single-line h2 {
  padding: 20px;
  margin: 0;
}

.card-view .card-subheader {
  padding: 15px;
  background: #fff;
}

.card-view .card-subheader div {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
  color: #555555;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

.card-view .card-subheader div:last-of-type {
  margin: 0;
}

.card-view .card-subheader div span {
  display: block;
  color: #282828;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.card-view .card-subheader div span.tooltipped {
  display: inline-block;
}

.card-view .card-subheader div span.tooltipped i {
  font-size: 16px;
  font-size: 1rem;
}

.card-view .card-subheader div.card-body-toggle {
  float: right;
  margin: -15px -20px -20px;
  padding: 20px;
}

.card-view .card-subheader.reduced-padding div {
  margin: 0 10px 0 0;
}

.card-view .card-subheader .awaiting {
  padding: 10px 0 11px;
}

.card-view .card-body {
  background: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.card-view .card-body div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.card-view .card-body div:first-child {
  padding-bottom: 0;
}

.card-view .card-body div.card-details {
  overflow: hidden;
  padding: 15px !important;
}

.card-view .card-body div i {
  color: #009EFF;
  margin: 0 15px 0 0;
}

.card-view .card-body div p {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #282828;
}

.card-view .card-body div p strong {
  display: block;
  font-weight: 400;
  color: #555555;
}

.card-view .card-add {
  height: 100%;
  background: #009EFF;
}

.card-view .card-add .card-add-inner {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center;
  padding: 30px 0 20px;
}

.card-view .card-add .card-add-inner i {
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}

.card-view .card-add .card-add-inner p {
  color: #fff;
  font-weight: 500;
}

.card-view.full .card-body-toggle {
  display: none;
}

.card-view.full .card-body {
  max-height: 300px;
  border-top: 1px solid whitesmoke;
}

.card-view.full .card-subheader {
  border-radius: 0 5px 5px 5px;
}

#companyAccounts .card-add {
  background: #fff;
  border-radius: 5px;
}

#companyAccounts .card-add .card-add-inner i {
  font-size: 30px;
  font-size: 1.875rem;
  color: #009EFF;
}

#companyAccounts .card-add .card-add-inner p {
  color: #009EFF;
  font-weight: 500;
}

#companyAccounts .card-header {
  background-color: #009EFF;
  border-radius: 5px 5px 0 0;
}

#companyAccounts .card-header h2 {
  color: #fff;
  font-weight: 500;
}

/* Google Maps Info Windows */

.gm-style-iw {
  background: #001C3D !important;
  border-radius: 4px;
  box-shadow: 5px 5px 5px rgba(0, 28, 61, 0.2);
  color: #fff;
  min-width: 150px;
  max-width: 200px;
  max-height: 300px;
  text-align: center;
  padding: 20px 20px !important;
  overflow: hidden !important;
  position: absolute;
}

.gm-style-iw .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw div {
  background-color: transparent !important;
  box-shadow: none;
}

.gm-style-iw h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.gm-style-iw p {
  color: #fff;
  margin: 0;
}

.gm-style-iw strong {
  margin: 5px 0;
  padding-bottom: 10px;
  margin: 0;
  font-weight: normal;
}

.gm-style-iw div > div:first-child > strong {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #fff;
  display: block;
}

div[style*="z-index: 107"] div[style*="background-color: rgb(255, 255, 255)"],
div[style*="z-index: 107"] div[style*="background-color: rgba(0, 0, 0, 0.2)"] {
  background-color: transparent !important;
  border-radius: none !important;
  box-shadow: none !important;
  min-width: 150px;
}

div[style*="z-index: 107"] div[style*="z-index: 10000"]:before {
  content: "x";
  color: #fff;
  font-family: Arial;
}

div[style*="z-index: 107"] div[style*="z-index: 10000"] img {
  display: none;
}

div[style*="z-index: 107"] > div {
  min-width: 180px !important;
}

div[style*="z-index: 107"] > div > div > div:first-of-type {
  margin-top: -10px;
}

div[style*="border-top: 24px solid rgba(0, 0, 0, 0.0980392)"] {
  margin-top: -10px;
}

.gm-style .gm-style-iw-t::after {
  background: #001C3D !important;
}

/* SIDEPOP */

.sidepop-holder {
  position: relative;
  width: 100%;
}

.sidepop {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  margin: 0;
  bottom: 20px;
  z-index: 1000;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

@media (max-width: 480px) {
  .sidepop {
    display: none !important;
  }
}

.sidepop:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  bottom: -1em;
  left: 50%;
  box-sizing: border-box;
  border: 0.5em solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.sidepop .sidepop-header {
  background: #fff;
  color: #282828;
  padding: 20px 10px;
  text-align: center;
}

.sidepop .sidepop-header h3 {
  margin: 0 0 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  text-transform: uppercase;
}

.sidepop .sidepop-header p {
  display: block;
  max-width: 90%;
  margin: 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
}

.sidepop .sidepop-header .close-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 15px 15px;
}

.sidepop .sidepop-header .close-icon i {
  font-size: 16px;
  font-size: 1rem;
}

.sidepop .sidepop-body {
  padding: 25px 10%;
  text-align: center;
}

.sidepop .sidepop-body .sidepop-logo,
.sidepop .sidepop-body .sidepop-name {
  max-width: 40%;
  margin-right: 5%;
}

.sidepop .sidepop-body .sidepop-logo.flag-icon,
.sidepop .sidepop-body .sidepop-name.flag-icon {
  max-height: 40px;
}

.sidepop .sidepop-body .sidepop-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #009EFF;
}

.sidepop .sidepop-body .sidepop-question {
  display: inline-block;
  width: 30%;
  margin-left: 5%;
  text-align: center;
  color: #aaa;
  border: 1px dashed #aaa;
  padding: 5px 0;
}

/* SWEET ALERTS */

.sweet-alert {
  background-color: #fff;
}

.sweet-alert input.nice-input,
.sweet-alert select {
  display: block;
}

.sweet-alert .sa-icon::before,
.sweet-alert .sa-icon::after {
  background-color: #fff !important;
}

.sweet-alert .sa-icon .sa-fix {
  background-color: #fff !important;
}

.sweet-alert h2 {
  line-height: 20px !important;
  margin: 15px 0 !important;
  color: #282828;
}

.sweet-alert p {
  color: #282828;
}

.sweet-alert .sa-button-container {
  margin-top: 20px;
}

.sweet-alert .sa-button-container button {
  position: relative;
  height: 50px;
  line-height: 50px;
  margin: 5px;
  padding: 0 20px;
  border: 0;
  font-weight: 500;
  vertical-align: baseline;
  outline: 0;
  color: #fff;
  background-color: #009EFF !important;
  border-radius: 4px;
  box-shadow: none !important;
}

.sweet-alert .sa-button-container button:focus,
.sweet-alert .sa-button-container button:active {
  border: 0;
  outline: 0;
}

.sweet-alert .sa-button-container button span {
  vertical-align: top;
}

.sweet-alert .sa-button-container .cancel {
  text-transform: none !important;
  color: #009EFF !important;
  background: #fff !important;
}

.sweet-alert .sa-button-container .orange {
  color: #009EFF !important;
  background: transparent !important;
  border: 1px solid #009EFF !important;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  border: 4px solid #a5dc86;
}

.sweet-alert .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2em;
  height: 1.2em;
  transition: color 0.1s ease-out;
  border: none;
  background-color: transparent !important;
  color: #cccccc;
  font-family: serif;
  font-size: 40px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.sweet-alert .swal2-close:hover {
  color: #aaa;
  box-shadow: none !important;
}

/* Reply Display */

.reply-table {
  border-spacing: 10px;
  border-collapse: separate;
}

.reply-table td {
  vertical-align: middle !important;
}

.reply-table td small i {
  color: #001C3D;
}

.reply-table tbody > tr:nth-child(4n - 1) td {
  background: #fff;
}

.reply-table tbody > tr:nth-child(4n) td {
  border-top: 0;
}

.reply-table tbody > tr:nth-child(4n+2) td {
  border-top: 0;
}

.reply-table tr.open {
  border: 1px solid #dadadb !important;
  border-bottom: 0 !important;
}

.reply-table .expanded-reply {
  background: #f1f4f5;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #dadadb !important;
  border-top: 0px !important;
}

.reply-table .expanded-reply .reply-item {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}

.reply-table .expanded-reply .reply-item p {
  margin-bottom: 0;
}

.reply-table .expanded-reply .sender-details {
  display: inline-block;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .reply-table thead {
    display: none;
  }

  .reply-table td {
    display: block;
    box-sizing: border-box;
    clear: both;
    text-align: center;
    padding: 5px !important;
  }

  .reply-table td:first-of-type {
    padding-top: 15px !important;
  }

  .reply-table td:last-of-type {
    padding-bottom: 15px !important;
  }

  .reply-table td .btn {
    margin-top: 10px;
  }
}

/* LOADING BAR */

.loading-bar {
  height: 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #afe8ff;
  overflow: hidden;
}

.loading-bar:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #009EFF;
  animation-name: loading;
  animation-duration: 5s;
  animation-timing-function: ease-in;
}

@keyframes loading {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* Promoted */

.promoted-partner-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

@media (max-width: 1024px) {
  .promoted-partner-list {
    display: block;
    margin: 0;
  }
}

.promoted-partner {
  display: block;
  position: relative;
  border: solid 1px #e8e8e8;
  background-color: #fff;
  max-width: 360px;
  margin: 0 10px;
  width: calc((100% / 3) - 20px);
  flex: 1;
  transition: box-shadow .2s ease-out;
}

.promoted-partner:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.13);
}

.promoted-partner:hover,
.promoted-partner:focus,
.promoted-partner {
  color: #333;
}

@media (max-width: 1024px) {
  .promoted-partner {
    width: 360px;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 480px) {
  .promoted-partner {
    width: 100%;
  }
}

.promoted-partner--empty {
  text-align: center;
  display: flex;
}

.promoted-partner--empty .promoted-partner__body {
  align-self: center;
  width: 100%;
  text-align: center;
}

.promoted-partner__large {
  text-transform: uppercase;
  font-size: 18px;
}

.promoted-partner__logo {
  opacity: .5;
  max-width: 75px;
}

.promoted-partner__image-wrap {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.promoted-partner__image-wrap:after {
  background-image: url("../images/basic/promoted-badge.png");
  content: ' ';
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 40px;
  background-size: 30px 40px;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  .promoted-partner__image-wrap {
    width: 360px;
    max-width: 100%;
    height: 150px;
  }
}

.promoted-partner__image-wrap img {
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promoted-partner__body {
  padding: 10px;
}

.promoted-partner__content {
  display: block;
}

.promoted-partner__content p {
  color: inherit;
}

.promoted-partner__summary {
  display: none;
}

.promoted-partner__summary p {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 768px) {
  .promoted-partner__summary {
    display: block;
  }
}

.promoted-banner {
  position: relative;
  margin-bottom: 20px;
}

.promoted-banner .promoted-banner-inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.promoted-banner:after {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  content: 'Promoted';
  padding: 1px 10px;
  background: white;
  color: #383838;
  font-size: 0.8em;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: bold;
}

.promoted-banner img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .promoted-banner:after {
    top: 0;
    right: 12px;
    left: auto;
    transform: translateY(-100%);
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
  }

  .promoted-banner .promoted-banner-inner {
    height: 0px;
    padding-bottom: 16.67%;
  }

  .promoted-banner .promoted-banner-inner img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 860px;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .promoted-banner {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .promoted-banner:after {
    right: 0;
    border-top-right-radius: 0;
  }

  .promoted-banner .promoted-banner-inner {
    height: 115px;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@media (max-width: 690px) {
  .promoted-banner .promoted-banner-inner {
    height: 0px;
    padding-bottom: 16.67%;
  }
}

.header-sub-menu {
  position: relative;
  z-index: 5;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0 !important;
}

.header-sub-menu a {
  padding: 20px;
  display: inline-block;
}

.nav-pills li {
  background-color: #009EFF;
  border-radius: 5px;
  margin: 5px;
}

.nav-pills li .active {
  background-color: #001C3D !important;
}

.nav-pills li a {
  color: #fff !important;
  text-transform: capitalize !important;
}

.nav-pills li a:hover {
  background: #007ecc;
}

.modal-xl {
  max-width: 1140px;
  width: auto;
}

table#user-results-table tbody tr,
table#selected-users tr {
  cursor: pointer;
}

.listing-response-help {
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}

.listing-response-help i.material-icons {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: #009EFF;
}

.listing-response-help p {
  padding: 20px;
  margin-left: 30px;
}
/*
*
*	cloudscene.com
*	CLOUDFINDER CSS
*
*/

/* Mixins */

/* VARIABLES */

/* MIXINS */

/* VARIABLES */

/* MIXINS */

.flex-container {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-container.flex-wrap {
  flex-wrap: wrap;
}

.flex-container .flex-item {
  padding: 10px;
}

.flex-container .flex-item:first-child {
  margin-right: 20px;
}

.flex-container .flex-50 {
  flex: 1 0 40%;
}

.flex-container .flex-30 {
  flex: 1 0 28%;
}

@media (max-width: 768px) {
  .flex-container .flex-xs-100 {
    flex: 1 0 100%;
    margin-right: 0;
  }
}

.flex-container.flex-align-center {
  align-items: center;
  justify-content: center;
}

/*
*
*	cloudscene.com
*	HOME CSS - rework
*
*/

/* Mixins */

/* VARIABLES */

/* MIXINS */

/* THEME */

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/* Header rework */

#home .main-content {
  padding: 0;
  margin-top: 0;
  background: url(../images/home/home.header.background.4k.png) no-repeat top center;
  background-size: 3660px;
  background-position: center -100px;
}

@media (max-width: 1024px) {
  #home .main-content {
    background-size: 3100px;
    background-position: center 80px;
  }
}

@media (max-width: 768px) {
  #home .main-content {
    background: white;
  }
}

#home header #mobileMenu-top,
#home header #desktopMenu {
  transition: background 0.5s;
}

#home header #mobileMenu-top .account-menu,
#home header #desktopMenu .account-menu {
  background: transparent !important;
}

#home header #mobileMenu-top:not(.top) .account-menu,
#home header #desktopMenu:not(.top) .account-menu {
  background: transparent !important;
}

#home header #mobileMenu-top #userMenu .menuSearch {
  display: none;
}

/* Angles */

.overlay-angles {
  position: absolute;
  bottom: 99.5%;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: transparent !important;
}

@media (min-width: 1400px) {
  .overlay-angles {
    height: 150px;
  }
}

@media (min-width: 1920px) {
  .overlay-angles {
    height: 170px;
  }
}

.overlay-angles:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: -105%;
  transform: rotate(30deg);
}

.overlay-angles:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: 0%;
  transform: rotate(-4deg);
}

.overlay-angles .overlay-catcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: 0%;
  transform: rotate(-4deg);
}

.overlay-angles.darkblue:before {
  background: #001024;
}

.overlay-angles.darkblue:after {
  background: #001C3D;
}

.overlay-angles.lightestgrey:before {
  background: #ececec;
}

.overlay-angles.lightestgrey:after {
  background: #f9f9f9;
}

.overlay-angles.white:before {
  background: whitesmoke;
}

.overlay-angles.white:after {
  background: #fff;
}

.overlay-angles.lightblue:before {
  background: linear-gradient(-180deg, #bdf1ff 7%, #86cfff 100%);
}

.overlay-angles.lightblue:after {
  background: #bdf1ff;
}

/* Animations */

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* common panels */

#home section {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #home section {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  #home section h3,
  #home section h4 {
    font-size: 120%;
  }
}

#home section h3 {
  color: #282828;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #home section h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#home section h4 {
  margin: 0;
  margin-top: 5px;
}

#home section .featured-intro {
  margin: 30px 0;
}

#home section .featured-intro h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

/* panels */

#searchPanel {
  position: relative;
  min-height: 586px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  overflow-x: hidden;
  margin-bottom: 0 !important;
}

@media (max-width: 1399px) {
  #searchPanel {
    background-position: center bottom;
  }
}

@media (max-width: 1024px) {
  #searchPanel {
    background-position: center bottom;
    min-height: 770px;
  }
}

@media (max-width: 768px) {
  #searchPanel {
    padding-top: 50px;
    min-height: initial;
    align-items: start;
  }
}

@media (max-width: 480px) {
  #searchPanel {
    background-position: center bottom;
  }
}

@media (max-width: 320px) {
  #searchPanel {
    padding-bottom: 80px;
  }
}

#searchPanel.lazyloading:before {
  opacity: 1;
}

#searchPanel.lazyloaded:before {
  opacity: 0.5;
  transition: opacity 500ms;
}

@media (max-width: 768px) {
  #searchPanel .container {
    padding-bottom: 100px;
  }
}

#searchPanel .container .border {
  display: block;
  cursor: pointer;
  padding: 20px 24px;
  background: rgba(0, 48, 128, 0.9);
  border: 1px solid #27AAE1;
  margin-bottom: 16px;
}

#searchPanel .container .border p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

#searchPanel .container .border p.mobile-only {
  margin-bottom: 5px;
}

#searchPanel .container .border .headline {
  position: relative;
}

#searchPanel .container .border .headline .lhs {
  float: left;
  max-width: calc(100% - 40px);
}

#searchPanel .container .border .headline .lhs strong {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
}

@media (min-width: 992px) {
  #searchPanel .container .border .headline .lhs strong {
    font-size: 16px;
    font-size: 1rem;
  }
}

#searchPanel .container .border .headline .lhs .img-icon {
  vertical-align: top;
}

#searchPanel .container .border .headline .rhs {
  float: right;
}

#searchPanel .container .border .headline img {
  position: absolute;
  top: 0;
  left: 0;
}

#searchPanel .container .border .headline img + .headline-text {
  padding-left: 40px;
}

#searchPanel .container .border .headline .headline-text {
  margin-bottom: 12px;
  max-width: 75%;
}

@media (min-width: 321px) {
  #searchPanel .container .border .headline .headline-text {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #searchPanel .container .border .headline .headline-text {
    margin-bottom: 20px;
  }
}

#searchPanel .container .border .headline span {
  color: #fff;
  font-size: 40px;
}

#searchPanel .container .border .img-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 0px;
  vertical-align: bottom;
}

#searchPanel .container h1 {
  display: inline-block;
  font-size: 50px;
  font-size: 3.125rem;
  color: #282828;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  #searchPanel .container h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#searchPanel .container h2 {
  text-align: center;
  width: 80%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #282828;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  #searchPanel .container h2 {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
  }
}

@media (max-width: 480px) {
  #searchPanel .container h2 {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
  }
}

#searchPanel .container #homepageSearch {
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 50px;
}

@media (max-width: 768px) {
  #searchPanel .container #homepageSearch {
    width: 100%;
  }
}

#searchPanel .container #homepageSearch .input-group {
  width: 100%;
  overflow: hidden;
}

#searchPanel .container #homepageSearch input {
  background: white;
  border: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding-left: 50px;
  box-sizing: border-box;
}

#searchPanel .container #homepageSearch input::placeholder {
  color: #DCDCDC;
  font-style: italic;
  text-overflow: ellipsis;
}

#searchPanel .container #homepageSearch button {
  padding: 0;
  background: #009EFF;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 50px;
  height: 40px;
  background: white;
  box-shadow: none;
  border: 0;
  border-radius: 4px;
}

#searchPanel .container #homepageSearch:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #0D106A 0%, #54A8FF 100%);
  border-radius: 6px;
}

#searchPanel .container #trending-search-links {
  margin-top: 24px;
}

#searchPanel .container #trending-search-links h3 {
  display: block;
  color: #fff;
  text-transform: capitalize;
  margin-right: 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  #searchPanel .container #trending-search-links h3 {
    display: inline-block;
  }
}

#searchPanel .container #trending-search-links a {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 16px;
  text-decoration: underline;
  color: #afe8ff;
}

@media (max-width: 1024px) {
  #searchPanel .container #trending-search-links a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#searchPanel .container #trending-search-links a:hover {
  color: #e2f7ff;
}

#source-sell-search .nav-tabs {
  align-content: space-between;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
}

#source-sell-search .nav-tabs > li {
  text-align: center;
  color: white;
  border-radius: 5px !important;
}

#source-sell-search .nav-tabs > li a {
  margin: 0;
  background: transparent;
  color: #282828;
  border: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

#source-sell-search .nav-tabs > li.active {
  color: white;
  background: linear-gradient(90deg, #0D106A 0%, #54A8FF 100%);
}

#source-sell-search .nav-tabs > li.active a {
  color: white;
}

#source-sell-search .tab-content {
  text-align: center;
}

#source-sell-search .tab-content h3 {
  color: #282828;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #source-sell-search .tab-content h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#source-sell-search .tab-content h5 {
  color: #282828;
  font-size: 16px;
  font-size: 1rem;
}

#source-sell-search .tab-content .cta-slide-show {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media (min-width: 1400px) {
  #source-sell-search .tab-content .cta-slide-show {
    text-align: left;
  }
}

@media (max-width: 1399px) {
  #source-sell-search .tab-content .cta-slide-show {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  #source-sell-search .tab-content .cta-slide-show {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #source-sell-search .tab-content .cta-slide-show {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#source-sell-search .tab-content .cta-slide-show h4 {
  text-transform: none;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #source-sell-search .tab-content .cta-slide-show h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#source-sell-search .tab-content .cta-slide-show p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #source-sell-search .tab-content .cta-slide-show p {
    text-align: center;
  }
}

#source-sell-search .tab-content .cta-slide-show img {
  width: 100%;
}

@media (max-width: 768px) {
  #source-sell-search .tab-content .cta-slide-show > div {
    margin-bottom: 40px;
  }
}

#source-sell-search .tab-content .marketing-panel > div {
  margin-top: 60px;
  margin-bottom: 40px;
}

#source-sell-search .tab-content .marketing-panel img {
  text-align: center;
  height: 80px;
}

#source-sell-search .tab-content .marketing-panel h4 {
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-top: 30px;
}

#source-sell-search .tab-content .marketing-panel p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  #source-sell-search #topLists .scroll-container {
    overflow-x: scroll;
  }
}

#source-sell-search #topLists #toplist-table {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  #source-sell-search #topLists #toplist-table {
    display: block;
    width: 1000px;
    text-align: left;
  }
}

#source-sell-search #topLists .toplist-group {
  flex: 1 0 18%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  #source-sell-search #topLists .toplist-group {
    flex: none;
    width: 200px;
  }
}

#source-sell-search #topLists .toplist-group .toplist-header {
  text-align: center;
  display: block;
  position: relative;
  padding: 0;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-header {
    height: 70px;
  }
}

#source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: -2px;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}

#source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 {
  color: #282828;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 1400px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0;
  }
}

#source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 span {
  display: block;
  color: #AAA;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 12px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1400px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items {
  margin-top: 15px;
  margin-left: 0 !important;
  text-align: center !important;
  list-style-type: none !important;
}

@media (max-width: 768px) {
  #source-sell-search #topLists .toplist-group .toplist-items {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-items {
    margin-left: 0 !important;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items li {
  height: 100px !important;
  list-style-type: none !important;
}

#source-sell-search #topLists .toplist-group .toplist-items li:last-child:after {
  display: none;
}

#source-sell-search #topLists .toplist-group .toplist-items li div {
  vertical-align: top;
}

#source-sell-search #topLists .toplist-group .toplist-items li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1rem;
}

#source-sell-search #topLists .toplist-group .toplist-items li a .number {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 30px 0 0;
}

@media (min-width: 1200px) {
  #source-sell-search #topLists .toplist-group .toplist-items li a .number {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-items li a .number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items li a .details {
  display: inline-block;
  word-wrap: break-word;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-items li a .details {
    width: 100%;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items li:nth-child(10) .number span {
  display: none;
}

#source-sell-search #topLists .toplist-group .toplist-items {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#source-sell-search #topLists .toplist-group .toplist-items li {
  height: 100px;
  border-bottom: 1px solid whitesmoke;
  border-top: 1px solid whitesmoke;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-items li {
    height: 70px;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items li a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #AAA;
}

#source-sell-search #topLists .toplist-group .toplist-items li a:hover {
  text-decoration: none;
}

#source-sell-search #topLists .toplist-group .toplist-items li a div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#source-sell-search #topLists .toplist-group .toplist-items li a div img {
  max-width: 40%;
  max-height: 40px;
  margin-bottom: 10px;
}

#source-sell-search #topLists .toplist-group .toplist-items li span.provider {
  display: block;
  text-transform: uppercase;
  color: #282828;
}

#source-sell-search #topLists .toplist-group .toplist-items li:last-child {
  position: relative;
  border-bottom: 1px solid whitesmoke;
}

#source-sell-search #topLists .toplist-group .toplist-footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#source-sell-search #topLists .toplist-group .toplist-footer span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #AAA;
  display: inline-block;
  margin-bottom: 30px;
}

#source-sell-search #topLists .toplist-group .toplist-footer a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009EFF;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-footer a {
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 320px) {
  #source-sell-search #topLists .toplist-group .toplist-footer a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#source-sell-search #topLists .toplist-group .toplist-footer a:hover {
  text-decoration: none;
}

#cloud-providers,
#cloudfinderProviders {
  text-align: center;
}

#cloud-providers h2,
#cloudfinderProviders h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 30px;
}

#cloud-providers p,
#cloudfinderProviders p {
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
}

#cloud-providers ul.cloud-icons,
#cloudfinderProviders ul.cloud-icons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

#cloud-providers ul.cloud-icons li,
#cloudfinderProviders ul.cloud-icons li {
  padding: 10px 0;
  flex: 1 0 14%;
}

@media (max-width: 1399px) {
  #cloud-providers ul.cloud-icons li,
  #cloudfinderProviders ul.cloud-icons li {
    flex: 1 0 25%;
  }
}

@media (max-width: 1024px) {
  #cloud-providers ul.cloud-icons li,
  #cloudfinderProviders ul.cloud-icons li {
    flex: 1 0 50%;
  }
}

#cloud-providers ul.cloud-icons li img,
#cloudfinderProviders ul.cloud-icons li img {
  max-height: 50px;
}

#cloud-providers ul.cloud-icons li.filling-empty-space-childs,
#cloudfinderProviders ul.cloud-icons li.filling-empty-space-childs {
  width: 205px;
  /*the width of the images in this example*/
  height: 0;
  /*Important! for the divs to collapse should they fall in a new row*/
}

#home #cloud-path-finder {
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(90deg, #060823 30%, #002D6F 80%);
  position: relative;
}

@media (max-width: 768px) {
  #home #cloud-path-finder {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#home #cloud-path-finder::before {
  content: "";
  height: 100%;
  width: 15%;
  background: white url(../images/home/cpf_snip_1.png) no-repeat right;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1399px) {
  #home #cloud-path-finder::before {
    display: none;
  }
}

@media (max-width: 767px) {
  #home #cloud-path-finder {
    margin-top: 200px;
    padding-top: 300px;
    background: linear-gradient(0deg, #060823 20%, #002D6F 80%);
  }
}

#home #cloud-path-finder #cloud-path-content {
  padding-left: 100px;
}

@media (max-width: 768px) {
  #home #cloud-path-finder #cloud-path-content {
    text-align: center;
    padding-left: 15px;
  }
}

#home #cloud-path-finder h3 {
  color: #fff;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {
  #home #cloud-path-finder h3 {
    text-align: center;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#home #cloud-path-finder p {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin: 30px 0;
}

@media (max-width: 768px) {
  #home #cloud-path-finder p {
    text-align: center;
  }
}

#home #cloud-path-finder #cloud-path-finder-image {
  position: absolute;
  right: 0;
  top: -166px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  #home #cloud-path-finder #cloud-path-finder-image {
    left: 0;
    top: -417px;
  }

  #home #cloud-path-finder #cloud-path-finder-image img {
    width: 260px;
  }
}

@media (max-width: 480px) {
  #home #cloud-path-finder #cloud-path-finder-image {
    left: 0;
    top: -417px;
  }

  #home #cloud-path-finder #cloud-path-finder-image img {
    width: 260px;
  }
}

#home-google-video .modal-dialog,
#home-ed-video .modal-dialog,
#home-main-video .modal-dialog {
  width: 80%;
}

@media (max-width: 768px) {
  #home-google-video .modal-dialog,
  #home-ed-video .modal-dialog,
  #home-main-video .modal-dialog {
    width: 100%;
  }
}

#industry-insights {
  text-align: center;
}

#industry-insights h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #282828;
  text-transform: none;
  margin-bottom: 60px;
  margin-top: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #industry-insights h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#industry-insights #industry-insights-carousel {
  height: auto;
  max-height: 877px;
}

#industry-insights #industry-insights-carousel img {
  max-height: 400px;
  width: auto;
  display: inline-block;
  position: relative;
}

#industry-insights #industry-insights-carousel .video {
  cursor: pointer;
}

#industry-insights #industry-insights-carousel .video::after {
  font-family: 'Material Icons';
  content: "play_arrow";
  color: white;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 50%;
  width: 50px;
  height: 50px;
  background: #009EFF;
  border-radius: 50%;
  margin-right: -25px;
  margin-top: -100px;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.5s;
}

#industry-insights #industry-insights-carousel .video:hover::after {
  background: #007ecc;
}

#industry-insights #industry-insights-carousel .item.left,
#industry-insights #industry-insights-carousel .item.right {
  float: none !important;
}

#industry-insights #industry-insights-carousel .carousel-caption {
  color: #282828;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50%;
  text-shadow: none;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #industry-insights #industry-insights-carousel .carousel-caption {
    width: 100%;
  }
}

#industry-insights #industry-insights-carousel .carousel-caption span {
  display: block;
  color: #AAA;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

#industry-insights #industry-insights-carousel .carousel-indicators {
  bottom: -10px;
}

#industry-insights #industry-insights-carousel .carousel-indicators .active {
  background-color: #282828;
}

#industry-insights #industry-insights-carousel .carousel-indicators li {
  margin: 5px 5px;
  border: 0;
  background-color: #AAA;
  height: 12px;
  width: 12px;
}

#industry-insights #industry-insights-carousel .carousel-control {
  text-shadow: none;
  color: #282828;
  opacity: 1;
}

@media (max-width: 1024px) {
  #industry-insights #industry-insights-carousel .carousel-control {
    color: #fff;
    padding: 10px;
  }
}

#industry-insights #industry-insights-carousel .carousel-control.right,
#industry-insights #industry-insights-carousel .carousel-control.left {
  background-image: none;
}

#industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-left,
#industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-right {
  top: 37%;
}

@media (max-width: 1024px) {
  #industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-left,
  #industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-right {
    background: #282828;
    border-radius: 50%;
    padding: 10px;
    box-sizing: unset;
    opacity: 0.8;
    top: 35%;
  }
}

@media (max-width: 768px) {
  #industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-left,
  #industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-right {
    top: 26%;
  }
}

#cloudscene-reviews {
  text-align: center;
}

@media (max-width: 768px) {
  #cloudscene-reviews {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#cloudscene-reviews h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #282828;
  text-transform: none;
  margin-top: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #cloudscene-reviews h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#cloudscene-reviews p {
  color: #282828;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}

#cloudscene-reviews .card {
  position: relative;
}

@media (max-width: 768px) {
  #cloudscene-reviews .card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1399px) {
  #cloudscene-reviews .card {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#cloudscene-reviews .card-title {
  text-align: left;
  margin-bottom: 20px;
}

#cloudscene-reviews .card-details {
  margin-bottom: 60px;
}

#cloudscene-reviews .card-content {
  text-align: left;
}

#cloudscene-reviews .card-actions {
  position: absolute;
  padding-bottom: 30px;
  padding-right: 30px;
  bottom: 0;
}

#cloudscene-reviews .card-actions span {
  color: #AAA;
}

#cloudscene-reviews .cloudscene-reviews-carousel {
  margin-top: 10px;
}

#cloudscene-reviews .cloudscene-reviews-carousel .glide__bullet[class*=active] {
  background-color: #282828;
}

#cloudscene-reviews .cloudscene-reviews-carousel .glide__bullet {
  background-color: #AAA;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 .25em;
}

#cloudscene-reviews .cloudscene-reviews-carousel .card .card-details {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  min-height: 200px;
}

@media (max-width: 1199px) {
  #cloudscene-reviews .cloudscene-reviews-carousel .card .card-details {
    min-height: 330px;
  }
}

#cloudscene-reviews .cloudscene-reviews-carousel .card .card-title {
  margin-bottom: 0;
}

#newsArticles {
  margin-bottom: 60px;
}

#newsArticles #view-old-post {
  margin-top: 20px;
}

#newsArticles h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #newsArticles h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#newsArticles .card {
  padding: 0;
  margin-top: 0;
  position: relative;
  height: 450px;
  overflow: hidden;
  transition: box-shadow 0.3s linear 0s;
}

#newsArticles .card img {
  text-align: center;
  display: block;
  width: 200%;
  position: relative;
  right: 50%;
  transition: all 0.5s;
}

#newsArticles .card:hover {
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

#newsArticles .card:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}

#newsArticles .card:hover .card-details {
  display: block !important;
  max-height: 300px;
  height: auto !important;
  opacity: 1 !important;
}

#newsArticles .card .latest-news {
  position: absolute;
  height: 20px;
  width: 50px;
  background: #009EFF;
  border-radius: 2px;
  z-index: 99;
  line-height: 20px;
  color: white;
  text-align: center;
  right: 8px;
  top: 8px;
}

#newsArticles .card-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  max-height: 115px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}

#newsArticles .card-content {
  background: white;
  position: absolute;
  bottom: 0;
}

#newsArticles .card-details {
  transition: max-height 1s;
  color: #AAA;
  max-height: 0;
  overflow: hidden;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  #newsArticles .card-details {
    max-height: 300px;
    height: auto;
  }
}

#newsArticles .card-footer span {
  display: block;
  margin-top: 20px;
  color: #AAA;
}

/* Footer */

#home footer h3 {
  color: #fff;
}

#home footer #signupPanel h5 {
  color: #90CAf9;
}

#home footer #signupPanel #signup-details {
  color: #333;
  border-bottom: 1px solid whitesmoke;
}

#home footer #signupPanel #signup-details .social-login strong {
  color: #333;
}

#home footer #signupPanel form .input-field .prefix {
  color: #001C3D;
}

#home footer #signupPanel form .input-field .prefix.active {
  color: #142f65;
}

#home footer #signupPanel form .input-field input {
  color: #333;
}

#home footer #signupPanel form .input-field label {
  color: #333;
}

#home footer #signupPanel form .input-field label.active {
  color: #142f65;
}

#cloudfinder .main-content {
  padding-bottom: 0;
}

/* Header rework */

#cloudfinder section {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #cloudfinder section {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  #cloudfinder section h3,
  #cloudfinder section h4 {
    font-size: 120%;
  }
}

#cloudfinder section h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 500;
}

#cloudfinder section h3 {
  color: #282828;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: none;
  font-weight: 500;
}

@media (max-width: 768px) {
  #cloudfinder section h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#cloudfinder section h4 {
  font-weight: 500;
  margin: 0;
  margin-top: 5px;
}

#cloudfinder section:last-child {
  margin-bottom: 0;
}

#cloudfinder section p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

#cloudfinderHeader {
  margin-top: 50px;
}

#cloudfinderHeader .content h2 {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
}

#cloudfinderHeader .content p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 40px;
}

#cloudfinderHeader .content img {
  width: 100%;
}

@media (max-width: 768px) {
  #cloudfinderHeader .content {
    text-align: center !important;
  }
}

#cloudfinderHeader .header-text {
  margin-bottom: 30px;
}

#cloudfinderHeader .header-text h1 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}

#cloudfinderHeader .header-text h2 {
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

#cloudfinderHeader .header-text a {
  font-weight: bold;
}

#cloudfinderHeader .watch-video {
  margin-top: 20px;
}

#cloudfinderHeader .watch-video img {
  margin-left: 10px;
}

#cloudfinderHeader #cloudfinder-video .modal-dialog {
  width: 80%;
}

@media (max-width: 768px) {
  #cloudfinderHeader #cloudfinder-video .modal-dialog {
    width: 100%;
  }
}

#cloudfinderProviders p {
  margin-bottom: 40px;
}

#cloudfinderHowItWorks {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fbfbfb;
}

#cloudfinderHowItWorks h2 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #cloudfinderHowItWorks h2 {
    text-align: center;
  }
}

#cloudfinderHowItWorks p {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #cloudfinderHowItWorks p {
    text-align: center;
  }
}

#cloudfinderHowItWorks #search-quote-connect ol {
  color: #ccc;
  margin-bottom: 20px;
}

#cloudfinderHowItWorks #search-quote-connect ol:after {
  clear: both;
  content: "";
  display: block;
}

#cloudfinderHowItWorks #search-quote-connect ol li {
  padding-left: 0;
  list-style: none;
  margin: 0 1%;
  float: left;
  width: 30%;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #ccc;
}

#cloudfinderHowItWorks #search-quote-connect ol li::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: #ccc;
  bottom: -2px;
  left: 0;
}

#cloudfinderHowItWorks #search-quote-connect ol li a {
  color: #ccc;
  padding: 15px;
  display: block;
}

#cloudfinderHowItWorks #search-quote-connect ol li.active {
  color: #009EFF;
}

#cloudfinderHowItWorks #search-quote-connect ol li.active a {
  color: #009EFF;
}

#cloudfinderHowItWorks #search-quote-connect ol li.active::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  background: #009EFF;
  bottom: -2px;
  left: 0;
}

#cloudfinderHowItWorks #search-quote-connect #search,
#cloudfinderHowItWorks #search-quote-connect #quote,
#cloudfinderHowItWorks #search-quote-connect #connect {
  text-align: center;
  display: none;
}

#cloudfinderHowItWorks #search-quote-connect #search.active,
#cloudfinderHowItWorks #search-quote-connect #quote.active,
#cloudfinderHowItWorks #search-quote-connect #connect.active {
  display: block;
}

#cloudfinderHowItWorks #search-quote-connect img {
  margin: 0 auto;
  width: 80%;
  max-height: 240px;
}

#cloudfinderHowItWorks #search-quote-connect p {
  min-height: 96px;
}

#cloudfinderBeFound {
  background: #F6F6F6;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

#cloudfinderBeFound h2 {
  margin-bottom: 40px;
}

#cloudfinderBeFound .header-text {
  margin-bottom: 40px;
}

#cloudfinderBeFound .befound {
  margin-bottom: 40px;
}

#cloudfinderBeFound .befound-item h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}

#cloudfinderBeFound .befound-item p {
  font-size: 14px;
  margin-bottom: 60px;
}

#we-show-you-container {
  border-top: 1px solid #efefef;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
}

#we-show-you-container #we-show-you {
  border: 1px solid #efefef;
  border-radius: 15px;
}

#we-show-you-container #we-show-you .image {
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 0;
}

#we-show-you-container #we-show-you .image img {
  width: 100%;
}

@media (max-width: 1399px) {
  #we-show-you-container #we-show-you .image img {
    width: 140%;
    margin-left: -17%;
  }
}

#we-show-you-container #we-show-you .content {
  padding-left: 40px;
}

#gpf-landing,
#ibm-landing {
  margin-bottom: 0 !important;
  padding-bottom: 200px !important;
}

#gpf-landing h1,
#ibm-landing h1 {
  margin-bottom: 40px;
  color: #282828 !important;
}

@media screen and (max-width: 767px) {
  #gpf-landing h1,
  #ibm-landing h1 {
    margin-top: 100px;
  }
}

#gpf-landing h1,
#gpf-landing h2,
#gpf-landing h3,
#ibm-landing h1,
#ibm-landing h2,
#ibm-landing h3 {
  font-weight: bold;
  color: #282828;
}

@media screen and (max-width: 767px) {
  #ibm-landing h1 {
    margin-top: 0px;
  }
}

.googleCloudfinderHero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.googleCloudfinderHero p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}

.googleCloudfinderHero:nth-child(3n) {
  background-color: #fbfbfb;
}

.googleCloudfinderHero:nth-child(3n) .row-wrapper {
  padding: 20px 0;
}

.googleCloudfinderHero.herobanner {
  background-image: url(../images/cloudfinder/googlecloud.background.svg);
  background-position: right -180px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .googleCloudfinderHero.herobanner {
    background-position: -155px -180px;
  }
}

@media screen and (min-width: 960px) {
  .googleCloudfinderHero.herobanner {
    background-position: -50px -180px;
  }
}

@media screen and (min-width: 1024px) {
  .googleCloudfinderHero.herobanner {
    background-position: -20px -180px;
  }
}

@media screen and (min-width: 1100px) {
  .googleCloudfinderHero.herobanner {
    background-position: 100px -180px;
  }
}

@media screen and (min-width: 1500px) {
  .googleCloudfinderHero.herobanner {
    background-position: right -180px;
  }
}

@media screen and (max-width: 767px) {
  .googleCloudfinderHero.herobanner {
    background-image: url(../images/cloudfinder/googlecloud.mobile.background.svg);
    background-position: right top;
  }
}

.googleCloudfinderHero h2 {
  color: #282828 !important;
  text-transform: none;
  margin: 20px 0;
}

.googleCloudfinderHero h3 {
  display: inline-block;
  font-size: 1.125rem;
  margin-bottom: 0.8rem;
}

.googleCloudfinderHero .img-fluid {
  max-width: 100%;
  height: auto;
}

.googleCloudfinderHero ul {
  margin: 0;
}

.googleCloudfinderHero ul span {
  color: #282828;
}

.googleCloudfinderHero li {
  padding-left: 50px;
  list-style-type: none;
  padding-bottom: 20px;
  position: relative;
  line-height: 30px;
}

.googleCloudfinderHero li::before {
  color: white;
  position: absolute;
  content: 'check';
  font-family: 'Material Icons';
  font-size: 16px;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #009EFF;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 0;
}

.ibm-img {
  max-width: 300px !important;
}

.ibmCloudfinderHero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ibmCloudfinderHero p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 40px;
}

.ibmCloudfinderHero:nth-child(3n) {
  background-color: #fbfbfb;
}

.ibmCloudfinderHero:nth-child(3n) .row-wrapper {
  padding: 20px 0;
}

.ibmCloudfinderHero.herobanner {
  background-image: url(../images/cloudfinder/cloud.background.svg);
  background-position: right -180px;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .ibmCloudfinderHero.herobanner {
    background-position: -155px -180px;
  }
}

@media screen and (min-width: 960px) {
  .ibmCloudfinderHero.herobanner {
    background-position: -50px -180px;
  }
}

@media screen and (min-width: 1024px) {
  .ibmCloudfinderHero.herobanner {
    background-position: -20px -180px;
  }
}

@media screen and (min-width: 1100px) {
  .ibmCloudfinderHero.herobanner {
    background-position: 100px -180px;
  }
}

@media screen and (min-width: 1500px) {
  .ibmCloudfinderHero.herobanner {
    background-position: right -180px;
  }
}

@media screen and (max-width: 767px) {
  .ibmCloudfinderHero.herobanner {
    background-image: url(../images/cloudfinder/cloud.mobile.background.svg);
    background-position: right top;
  }
}

.ibmCloudfinderHero h2 {
  color: #282828 !important;
  text-transform: none;
  margin: 20px 0;
}

.ibmCloudfinderHero h3 {
  display: inline-block;
  font-size: 1.125rem;
  margin-bottom: 0.8rem;
}

.ibmCloudfinderHero .img-fluid {
  max-width: 100%;
  height: auto;
}

.ibmCloudfinderHero ul {
  margin: 0;
}

.ibmCloudfinderHero ul span {
  color: #282828;
}

.ibmCloudfinderHero li {
  padding-left: 50px;
  list-style-type: none;
  padding-bottom: 20px;
  position: relative;
  line-height: 30px;
}

.ibmCloudfinderHero li::before {
  color: white;
  position: absolute;
  content: 'check';
  font-family: 'Material Icons';
  font-size: 16px;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #009EFF;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 0;
}

.no-hover {
  position: relative;
}

.no-hover:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.43
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width:768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width:992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width:1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0,0,0,0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: ;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: transparent;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0,0,0,0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: $color-white;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: $color-white;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: transparent;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: $color-white;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

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

/* Mixins */

/* VARIABLES */

/* MIXINS */

/* THEME */

/* Helpers */

.blurred {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.restricted-msg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.restricted-msg .msg-holder {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center;
}

.restricted-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
}

#marketplaceIntroPanel {
  margin-top: 30px;
}

#marketplaceIntroPanel.bottom-margin {
  margin-bottom: 30px;
}

#marketplaceIntroPanel h1 {
  margin-top: 5px;
  padding: 0 0 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #001C3D;
  text-transform: uppercase;
}

#marketplaceIntroPanel h1.larger {
  font-size: 24px;
  font-size: 1.5rem;
}

#marketplaceIntroPanel h2 {
  margin: -10px 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #009EFF;
  text-transform: uppercase;
}

#marketplaceIntroPanel .btn {
  margin-left: 10px;
}

/* Hero section */

#marketplace {
  margin-top: 64px;
}

#marketplace-hero {
  position: relative;
  z-index: 4;
  padding: 120px 0;
  margin-bottom: 120px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.08);
}

#marketplace-hero h1 {
  font-weight: bold;
  font-size: 3rem;
  margin: 0;
  margin-bottom: 40px;
  color: #282828;
}

#marketplace-hero h2 {
  text-align: center;
  width: 80%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #282828;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  #marketplace-hero h2 {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
  }
}

@media (max-width: 480px) {
  #marketplace-hero h2 {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
  }
}

#marketplace-hero p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #636369;
  margin: 30px 0;
}

#marketplace-hero .btn {
  margin: 60px 10px 0 10px !important;
}

@media (max-width: 768px) {
  #marketplace-hero .btn {
    display: block;
    width: 100%;
    margin: 10px 0 !important;
  }
}

/* Home */

#marketplace .main-content,
#how-it-works .main-content {
  padding: 0;
}

#marketplace .main-content h3,
#how-it-works .main-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}

#marketplace .main-content h4,
#how-it-works .main-content h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#marketplace #marketplaceSearchPanel,
#how-it-works #marketplaceSearchPanel {
  position: relative;
  height: 600px;
  background-size: cover;
  background-color: #2d1c1a;
  overflow-x: hidden;
}

@media (max-width: 1399px) {
  #marketplace #marketplaceSearchPanel,
  #how-it-works #marketplaceSearchPanel {
    background-position: center bottom;
  }
}

@media (max-width: 1024px) {
  #marketplace #marketplaceSearchPanel,
  #how-it-works #marketplaceSearchPanel {
    padding-top: 200px;
    padding-bottom: 100px;
    background-position: center bottom;
  }
}

@media (max-width: 767px) {
  #marketplace #marketplaceSearchPanel,
  #how-it-works #marketplaceSearchPanel {
    height: 450px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center bottom;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceSearchPanel,
  #how-it-works #marketplaceSearchPanel {
    height: 600px;
    padding-top: 125px;
    padding-bottom: 100px;
    background-position: center bottom;
  }
}

#marketplace #marketplaceSearchPanel:before,
#how-it-works #marketplaceSearchPanel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 125%;
  height: 100%;
  background-color: #2d1c1a;
}

#marketplace #marketplaceSearchPanel.lazyloading:before,
#how-it-works #marketplaceSearchPanel.lazyloading:before {
  opacity: 1;
}

#marketplace #marketplaceSearchPanel.lazyloaded:before,
#how-it-works #marketplaceSearchPanel.lazyloaded:before {
  opacity: 0.7;
  transition: opacity 500ms;
}

#marketplace #marketplaceSearchPanel .container,
#how-it-works #marketplaceSearchPanel .container {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#marketplace #marketplaceSearchPanel .container h1,
#how-it-works #marketplaceSearchPanel .container h1 {
  width: 80%;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceSearchPanel .container h1,
  #how-it-works #marketplaceSearchPanel .container h1 {
    width: 60%;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  #marketplace #marketplaceSearchPanel .container h1,
  #how-it-works #marketplaceSearchPanel .container h1 {
    width: 100%;
    margin: 10px 0;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceSearchPanel .container h1,
  #how-it-works #marketplaceSearchPanel .container h1 {
    width: 100%;
    margin: 10px 0;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

#marketplace #marketplaceSearchPanel .container h2,
#how-it-works #marketplaceSearchPanel .container h2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #afe8ff;
  margin: 0px 0 0;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceSearchPanel .container h2,
  #how-it-works #marketplaceSearchPanel .container h2 {
    margin: 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceSearchPanel .container h2,
  #how-it-works #marketplaceSearchPanel .container h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

#marketplace #marketplaceSearchPanel .container .searchpanel-label,
#how-it-works #marketplaceSearchPanel .container .searchpanel-label {
  margin-bottom: 0;
  position: relative;
  width: 50%;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceSearchPanel .container .searchpanel-label,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-label {
    width: 80%;
  }
}

@media (max-width: 768px) {
  #marketplace #marketplaceSearchPanel .container .searchpanel-label,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-label {
    width: 100%;
  }
}

#marketplace #marketplaceSearchPanel .container .searchpanel-icon,
#how-it-works #marketplaceSearchPanel .container .searchpanel-icon {
  color: #009EFF;
  position: absolute;
  top: 43px;
  /* half height of container + top margin - half icon height */
  left: 20px;
}

@media (max-width: 480px) {
  #marketplace #marketplaceSearchPanel .container .searchpanel-icon,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-icon {
    display: none;
  }
}

#marketplace #marketplaceSearchPanel .container .searchpanel-search,
#how-it-works #marketplaceSearchPanel .container .searchpanel-search {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  margin: 30px 0;
  padding: 15px 15px 15px 60px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

#marketplace #marketplaceSearchPanel .container .searchpanel-search::-webkit-input-placeholder,
#how-it-works #marketplaceSearchPanel .container .searchpanel-search::-webkit-input-placeholder {
  font-style: italic;
  color: #fff;
}

#marketplace #marketplaceSearchPanel .container .searchpanel-search:-moz-placeholder,
#how-it-works #marketplaceSearchPanel .container .searchpanel-search:-moz-placeholder {
  font-style: italic;
  color: #fff;
}

#marketplace #marketplaceSearchPanel .container .searchpanel-search::-moz-placeholder,
#how-it-works #marketplaceSearchPanel .container .searchpanel-search::-moz-placeholder {
  font-style: italic;
  color: #fff;
}

#marketplace #marketplaceSearchPanel .container .searchpanel-search:-ms-input-placeholder,
#how-it-works #marketplaceSearchPanel .container .searchpanel-search:-ms-input-placeholder {
  font-style: italic;
  color: #fff;
}

@media (max-width: 480px) {
  #marketplace #marketplaceSearchPanel .container .searchpanel-search,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-search {
    display: block;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #marketplace #marketplaceSearchPanel .container .searchpanel-search::-webkit-input-placeholder,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-search::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #marketplace #marketplaceSearchPanel .container .searchpanel-search:-moz-placeholder,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-search:-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #marketplace #marketplaceSearchPanel .container .searchpanel-search::-moz-placeholder,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-search::-moz-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #marketplace #marketplaceSearchPanel .container .searchpanel-search:-ms-input-placeholder,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-search:-ms-input-placeholder {
    font-size: 14px;
    font-size: 0.875rem;
  }

  #marketplace #marketplaceSearchPanel .container .searchpanel-search[placeholder],
  #how-it-works #marketplaceSearchPanel .container .searchpanel-search[placeholder] {
    text-overflow: ellipsis;
  }

  #marketplace #marketplaceSearchPanel .container .searchpanel-search::-moz-placeholder,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-search::-moz-placeholder {
    text-overflow: ellipsis;
  }

  #marketplace #marketplaceSearchPanel .container .searchpanel-search:-moz-placeholder,
  #how-it-works #marketplaceSearchPanel .container .searchpanel-search:-moz-placeholder {
    text-overflow: ellipsis;
  }
}

#marketplace #marketplaceSearchPanel .container .example-results,
#how-it-works #marketplaceSearchPanel .container .example-results {
  display: block;
  min-height: 275px;
  text-indent: -10000px;
  max-width: 1113px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #marketplace #marketplaceSearchPanel .container .example-results,
  #how-it-works #marketplaceSearchPanel .container .example-results {
    display: none;
  }
}

#marketplace #marketplaceFind,
#how-it-works #marketplaceFind {
  position: relative;
  background: #001C3D;
  padding: 0 0 90px !important;
}

@media (min-width: 1400px) {
  #marketplace #marketplaceFind,
  #how-it-works #marketplaceFind {
    padding-bottom: 110px !important;
  }
}

@media (max-width: 1024px) {
  #marketplace #marketplaceFind,
  #how-it-works #marketplaceFind {
    margin-top: 30px;
    padding: 0 0 60px !important;
  }
}

@media (max-width: 767px) {
  #marketplace #marketplaceFind,
  #how-it-works #marketplaceFind {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceFind,
  #how-it-works #marketplaceFind {
    padding-bottom: 160px !important;
  }
}

#marketplace #marketplaceFind h4,
#how-it-works #marketplaceFind h4 {
  text-align: right;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceFind h4,
  #how-it-works #marketplaceFind h4 {
    text-align: center;
  }
}

#marketplace #marketplaceFind .findhowItWorks-holder,
#how-it-works #marketplaceFind .findhowItWorks-holder {
  text-align: right;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceFind .findhowItWorks-holder,
  #how-it-works #marketplaceFind .findhowItWorks-holder {
    margin-top: 15px;
    text-align: center;
  }
}

#marketplace #marketplaceFind h4,
#how-it-works #marketplaceFind h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
}

#marketplace #marketplaceFind .marketplaceFindItem,
#how-it-works #marketplaceFind .marketplaceFindItem {
  text-align: center;
  color: #fff;
}

#marketplace #marketplaceFind .marketplaceFindItem i,
#how-it-works #marketplaceFind .marketplaceFindItem i {
  display: block;
  margin: 0 auto;
  font-size: 60px;
  font-size: 3.75rem;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceFind .marketplaceFindItem i,
  #how-it-works #marketplaceFind .marketplaceFindItem i {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

#marketplace #marketplaceFind .marketplaceFindItem h4,
#how-it-works #marketplaceFind .marketplaceFindItem h4 {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

#marketplace #marketplaceFind .marketplaceFindItem:hover,
#how-it-works #marketplaceFind .marketplaceFindItem:hover {
  color: #afe8ff;
}

#marketplace #marketplaceIntro,
#how-it-works #marketplaceIntro {
  position: relative;
}

#marketplace #marketplaceIntro > .row,
#how-it-works #marketplaceIntro > .row {
  margin-left: 0;
}

@media (max-width: 480px) {
  #marketplace #marketplaceIntro > .row,
  #how-it-works #marketplaceIntro > .row {
    margin-left: -15px;
  }
}

#marketplace #marketplaceIntro .featured-intro,
#how-it-works #marketplaceIntro .featured-intro {
  position: relative;
  z-index: 1000;
}

#marketplace #marketplaceIntro .featured-intro h3,
#how-it-works #marketplaceIntro .featured-intro h3 {
  color: #fff;
  margin: 40px 0 10px;
}

#marketplace #marketplaceIntro .featured-intro p,
#how-it-works #marketplaceIntro .featured-intro p {
  color: #fff;
  margin-bottom: 0px;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceIntro .featured-intro,
  #how-it-works #marketplaceIntro .featured-intro {
    width: 50%;
    float: left;
    margin-top: -65px;
  }
}

@media (max-width: 768px) {
  #marketplace #marketplaceIntro .featured-intro,
  #how-it-works #marketplaceIntro .featured-intro {
    width: 40%;
    margin-left: 10%;
    float: left;
    margin-top: -75px;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceIntro .featured-intro,
  #how-it-works #marketplaceIntro .featured-intro {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

#marketplace #marketplaceIntro .video-holder,
#how-it-works #marketplaceIntro .video-holder {
  display: block;
  margin-top: -100px;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceIntro .video-holder,
  #how-it-works #marketplaceIntro .video-holder {
    width: 50%;
    float: left;
    margin-top: -75px;
  }
}

@media (max-width: 768px) {
  #marketplace #marketplaceIntro .video-holder,
  #how-it-works #marketplaceIntro .video-holder {
    margin-top: -30px;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceIntro .video-holder,
  #how-it-works #marketplaceIntro .video-holder {
    width: 100%;
    margin-top: -120px;
  }
}

#marketplace #marketplaceIntro .video-holder img,
#how-it-works #marketplaceIntro .video-holder img {
  border: 1px solid transparent;
  border-color: transparent;
  min-height: 203px;
  -webkit-box-shadow: 3px 5px 14px -4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 3px 5px 14px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 5px 14px -4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  #marketplace #marketplaceIntro .video-holder img,
  #how-it-works #marketplaceIntro .video-holder img {
    width: 100%;
  }
}

#marketplace #marketplaceIntro .video-holder img.lazyloaded,
#how-it-works #marketplaceIntro .video-holder img.lazyloaded {
  border: 1px solid #fff;
  border-color: #fff;
  transition: border-color 1000ms;
}

#marketplace #marketplaceDiagram,
#marketplace .marketplace-diagram,
#how-it-works #marketplaceDiagram,
#how-it-works .marketplace-diagram {
  background: #f9f9f9;
  padding: 60px 0;
}

#marketplace #marketplaceDiagram.how-it-works,
#marketplace .marketplace-diagram.how-it-works,
#how-it-works #marketplaceDiagram.how-it-works,
#how-it-works .marketplace-diagram.how-it-works {
  background: transparent;
  padding: 0 0 30px;
}

#marketplace #marketplaceDiagram.how-it-works .diagram,
#marketplace .marketplace-diagram.how-it-works .diagram,
#how-it-works #marketplaceDiagram.how-it-works .diagram,
#how-it-works .marketplace-diagram.how-it-works .diagram {
  margin-top: 0;
}

#marketplace #marketplaceDiagram .featured-intro h4,
#marketplace .marketplace-diagram .featured-intro h4,
#how-it-works #marketplaceDiagram .featured-intro h4,
#how-it-works .marketplace-diagram .featured-intro h4 {
  margin-bottom: 0px;
}

#marketplace #marketplaceDiagram .featured-intro a:first-of-type,
#marketplace .marketplace-diagram .featured-intro a:first-of-type,
#how-it-works #marketplaceDiagram .featured-intro a:first-of-type,
#how-it-works .marketplace-diagram .featured-intro a:first-of-type {
  margin-right: 15px;
}

#marketplace #marketplaceDiagram .featured-outro a,
#marketplace .marketplace-diagram .featured-outro a,
#how-it-works #marketplaceDiagram .featured-outro a,
#how-it-works .marketplace-diagram .featured-outro a {
  margin-top: 30px;
}

#marketplace #marketplaceDiagram .diagram,
#marketplace .marketplace-diagram .diagram,
#how-it-works #marketplaceDiagram .diagram,
#how-it-works .marketplace-diagram .diagram {
  margin-top: 30px;
}

#marketplace #marketplaceDiagram .diagram a,
#marketplace .marketplace-diagram .diagram a,
#how-it-works #marketplaceDiagram .diagram a,
#how-it-works .marketplace-diagram .diagram a {
  display: block;
}

#marketplace #marketplaceDiagram .diagram .step,
#marketplace .marketplace-diagram .diagram .step,
#how-it-works #marketplaceDiagram .diagram .step,
#how-it-works .marketplace-diagram .diagram .step {
  display: inline-block;
  position: relative;
  height: 200px;
  overflow: hidden;
  z-index: 10;
  margin-left: -34px;
  vertical-align: middle;
  width: calc(((100%/6) + 30px) - (30px/6));
}

@media (max-width: 768px) {
  #marketplace #marketplaceDiagram .diagram .step,
  #marketplace .marketplace-diagram .diagram .step,
  #how-it-works #marketplaceDiagram .diagram .step,
  #how-it-works .marketplace-diagram .diagram .step {
    width: calc((33% + 30px) - (30px/3));
  }

  #marketplace #marketplaceDiagram .diagram .step:nth-child(4),
  #marketplace .marketplace-diagram .diagram .step:nth-child(4),
  #how-it-works #marketplaceDiagram .diagram .step:nth-child(4),
  #how-it-works .marketplace-diagram .diagram .step:nth-child(4) {
    margin-left: 0;
  }

  #marketplace #marketplaceDiagram .diagram .step:nth-child(n+4),
  #marketplace .marketplace-diagram .diagram .step:nth-child(n+4),
  #how-it-works #marketplaceDiagram .diagram .step:nth-child(n+4),
  #how-it-works .marketplace-diagram .diagram .step:nth-child(n+4) {
    margin-top: -5px;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceDiagram .diagram .step,
  #marketplace .marketplace-diagram .diagram .step,
  #how-it-works #marketplaceDiagram .diagram .step,
  #how-it-works .marketplace-diagram .diagram .step {
    width: calc((50% + 30px) - (30px/2));
    margin-left: -34px;
  }

  #marketplace #marketplaceDiagram .diagram .step:nth-child(3),
  #marketplace .marketplace-diagram .diagram .step:nth-child(3),
  #how-it-works #marketplaceDiagram .diagram .step:nth-child(3),
  #how-it-works .marketplace-diagram .diagram .step:nth-child(3) {
    margin-left: 0;
  }

  #marketplace #marketplaceDiagram .diagram .step:nth-child(4),
  #marketplace .marketplace-diagram .diagram .step:nth-child(4),
  #how-it-works #marketplaceDiagram .diagram .step:nth-child(4),
  #how-it-works .marketplace-diagram .diagram .step:nth-child(4) {
    margin-left: -34px;
  }

  #marketplace #marketplaceDiagram .diagram .step:nth-child(5),
  #marketplace .marketplace-diagram .diagram .step:nth-child(5),
  #how-it-works #marketplaceDiagram .diagram .step:nth-child(5),
  #how-it-works .marketplace-diagram .diagram .step:nth-child(5) {
    margin-left: 0;
  }

  #marketplace #marketplaceDiagram .diagram .step:nth-child(n+3),
  #marketplace #marketplaceDiagram .diagram .step:nth-child(n+5),
  #marketplace .marketplace-diagram .diagram .step:nth-child(n+3),
  #marketplace .marketplace-diagram .diagram .step:nth-child(n+5),
  #how-it-works #marketplaceDiagram .diagram .step:nth-child(n+3),
  #how-it-works #marketplaceDiagram .diagram .step:nth-child(n+5),
  #how-it-works .marketplace-diagram .diagram .step:nth-child(n+3),
  #how-it-works .marketplace-diagram .diagram .step:nth-child(n+5) {
    margin-top: -5px;
  }
}

@media (min-width: 1200px) {
  #marketplace #marketplaceDiagram .diagram .step,
  #marketplace .marketplace-diagram .diagram .step,
  #how-it-works #marketplaceDiagram .diagram .step,
  #how-it-works .marketplace-diagram .diagram .step {
    width: calc((((100%/6) + 30px)  - (((300px + 30px) - ((100%/6) + 30px))/5)));
  }
}

#marketplace #marketplaceDiagram .diagram .step:first-of-type,
#marketplace .marketplace-diagram .diagram .step:first-of-type,
#how-it-works #marketplaceDiagram .diagram .step:first-of-type,
#how-it-works .marketplace-diagram .diagram .step:first-of-type {
  z-index: 120;
}

#marketplace #marketplaceDiagram .diagram .step:nth-of-type(2),
#marketplace .marketplace-diagram .diagram .step:nth-of-type(2),
#how-it-works #marketplaceDiagram .diagram .step:nth-of-type(2),
#how-it-works .marketplace-diagram .diagram .step:nth-of-type(2) {
  z-index: 115;
}

#marketplace #marketplaceDiagram .diagram .step:nth-of-type(3),
#marketplace .marketplace-diagram .diagram .step:nth-of-type(3),
#how-it-works #marketplaceDiagram .diagram .step:nth-of-type(3),
#how-it-works .marketplace-diagram .diagram .step:nth-of-type(3) {
  z-index: 110;
}

#marketplace #marketplaceDiagram .diagram .step:nth-of-type(4),
#marketplace .marketplace-diagram .diagram .step:nth-of-type(4),
#how-it-works #marketplaceDiagram .diagram .step:nth-of-type(4),
#how-it-works .marketplace-diagram .diagram .step:nth-of-type(4) {
  z-index: 105;
}

#marketplace #marketplaceDiagram .diagram .step:nth-of-type(5),
#marketplace .marketplace-diagram .diagram .step:nth-of-type(5),
#how-it-works #marketplaceDiagram .diagram .step:nth-of-type(5),
#how-it-works .marketplace-diagram .diagram .step:nth-of-type(5) {
  z-index: 100;
}

#marketplace #marketplaceDiagram .diagram .step:nth-of-type(6),
#marketplace .marketplace-diagram .diagram .step:nth-of-type(6),
#how-it-works #marketplaceDiagram .diagram .step:nth-of-type(6),
#how-it-works .marketplace-diagram .diagram .step:nth-of-type(6) {
  z-index: 95;
}

#marketplace #marketplaceDiagram .diagram .step.fixed-width-step,
#marketplace .marketplace-diagram .diagram .step.fixed-width-step,
#how-it-works #marketplaceDiagram .diagram .step.fixed-width-step,
#how-it-works .marketplace-diagram .diagram .step.fixed-width-step {
  margin-left: 0;
}

#marketplace #marketplaceDiagram .diagram .step.fixed-width-step .box,
#marketplace .marketplace-diagram .diagram .step.fixed-width-step .box,
#how-it-works #marketplaceDiagram .diagram .step.fixed-width-step .box,
#how-it-works .marketplace-diagram .diagram .step.fixed-width-step .box {
  padding-left: 0;
}

@media (min-width: 1200px) {
  #marketplace #marketplaceDiagram .diagram .step.fixed-width-step,
  #marketplace .marketplace-diagram .diagram .step.fixed-width-step,
  #how-it-works #marketplaceDiagram .diagram .step.fixed-width-step,
  #how-it-works .marketplace-diagram .diagram .step.fixed-width-step {
    width: 300px;
  }

  #marketplace #marketplaceDiagram .diagram .step.fixed-width-step .box,
  #marketplace .marketplace-diagram .diagram .step.fixed-width-step .box,
  #how-it-works #marketplaceDiagram .diagram .step.fixed-width-step .box,
  #how-it-works .marketplace-diagram .diagram .step.fixed-width-step .box {
    padding-left: 0px;
  }

  #marketplace #marketplaceDiagram .diagram .step.fixed-width-step .box .content-holder,
  #marketplace .marketplace-diagram .diagram .step.fixed-width-step .box .content-holder,
  #how-it-works #marketplaceDiagram .diagram .step.fixed-width-step .box .content-holder,
  #how-it-works .marketplace-diagram .diagram .step.fixed-width-step .box .content-holder {
    display: table;
    margin: 0 auto;
  }

  #marketplace #marketplaceDiagram .diagram .step.fixed-width-step .box .content-holder i,
  #marketplace .marketplace-diagram .diagram .step.fixed-width-step .box .content-holder i,
  #how-it-works #marketplaceDiagram .diagram .step.fixed-width-step .box .content-holder i,
  #how-it-works .marketplace-diagram .diagram .step.fixed-width-step .box .content-holder i {
    display: table-cell;
    width: 25%;
    margin-right: 15px;
  }

  #marketplace #marketplaceDiagram .diagram .step.fixed-width-step .box .content-holder p,
  #marketplace .marketplace-diagram .diagram .step.fixed-width-step .box .content-holder p,
  #how-it-works #marketplaceDiagram .diagram .step.fixed-width-step .box .content-holder p,
  #how-it-works .marketplace-diagram .diagram .step.fixed-width-step .box .content-holder p {
    display: table-cell;
    vertical-align: middle;
    width: 40% !important;
    font-size: 16px;
    font-size: 1rem;
  }
}

#marketplace #marketplaceDiagram .diagram .step.final-step .inner,
#marketplace #marketplaceDiagram .diagram .step.final-step .triangle,
#marketplace .marketplace-diagram .diagram .step.final-step .inner,
#marketplace .marketplace-diagram .diagram .step.final-step .triangle,
#how-it-works #marketplaceDiagram .diagram .step.final-step .inner,
#how-it-works #marketplaceDiagram .diagram .step.final-step .triangle,
#how-it-works .marketplace-diagram .diagram .step.final-step .inner,
#how-it-works .marketplace-diagram .diagram .step.final-step .triangle {
  display: none;
}

#marketplace #marketplaceDiagram .diagram .step.final-step .box,
#marketplace .marketplace-diagram .diagram .step.final-step .box,
#how-it-works #marketplaceDiagram .diagram .step.final-step .box,
#how-it-works .marketplace-diagram .diagram .step.final-step .box {
  width: 100%;
}

#marketplace #marketplaceDiagram .diagram .step:before,
#marketplace #marketplaceDiagram .diagram .step:after,
#marketplace .marketplace-diagram .diagram .step:before,
#marketplace .marketplace-diagram .diagram .step:after,
#how-it-works #marketplaceDiagram .diagram .step:before,
#how-it-works #marketplaceDiagram .diagram .step:after,
#how-it-works .marketplace-diagram .diagram .step:before,
#how-it-works .marketplace-diagram .diagram .step:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 86px;
  margin-top: -41px;
  z-index: 1;
}

#marketplace #marketplaceDiagram .diagram .step:after,
#marketplace .marketplace-diagram .diagram .step:after,
#how-it-works #marketplaceDiagram .diagram .step:after,
#how-it-works .marketplace-diagram .diagram .step:after {
  left: auto;
  right: 0;
  margin-top: -45px;
  height: 92px;
}

#marketplace #marketplaceDiagram .diagram .step .box,
#marketplace .marketplace-diagram .diagram .step .box,
#how-it-works #marketplaceDiagram .diagram .step .box,
#how-it-works .marketplace-diagram .diagram .step .box {
  position: relative;
  width: 200px;
  height: 200px;
  padding-left: 30px;
  z-index: 100;
  width: calc(100% - 30px);
}

#marketplace #marketplaceDiagram .diagram .step .box .box-inner,
#marketplace .marketplace-diagram .diagram .step .box .box-inner,
#how-it-works #marketplaceDiagram .diagram .step .box .box-inner,
#how-it-works .marketplace-diagram .diagram .step .box .box-inner {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  color: #fff;
}

#marketplace #marketplaceDiagram .diagram .step .box .box-inner i,
#marketplace .marketplace-diagram .diagram .step .box .box-inner i,
#how-it-works #marketplaceDiagram .diagram .step .box .box-inner i,
#how-it-works .marketplace-diagram .diagram .step .box .box-inner i {
  font-size: 40px;
}

#marketplace #marketplaceDiagram .diagram .step .box .box-inner p,
#marketplace .marketplace-diagram .diagram .step .box .box-inner p,
#how-it-works #marketplaceDiagram .diagram .step .box .box-inner p,
#how-it-works .marketplace-diagram .diagram .step .box .box-inner p {
  text-transform: uppercase;
  margin: 10px auto 0;
  width: 75%;
}

#marketplace #marketplaceDiagram .diagram .step .box .box-inner p span,
#marketplace .marketplace-diagram .diagram .step .box .box-inner p span,
#how-it-works #marketplaceDiagram .diagram .step .box .box-inner p span,
#how-it-works .marketplace-diagram .diagram .step .box .box-inner p span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

#marketplace #marketplaceDiagram .diagram .step .inner,
#marketplace .marketplace-diagram .diagram .step .inner,
#how-it-works #marketplaceDiagram .diagram .step .inner,
#how-it-works .marketplace-diagram .diagram .step .inner {
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 200px;
  height: 200px;
  border: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -30px;
}

#marketplace #marketplaceDiagram .diagram .step .inner:before,
#marketplace #marketplaceDiagram .diagram .step .inner:after,
#marketplace .marketplace-diagram .diagram .step .inner:before,
#marketplace .marketplace-diagram .diagram .step .inner:after,
#how-it-works #marketplaceDiagram .diagram .step .inner:before,
#how-it-works #marketplaceDiagram .diagram .step .inner:after,
#how-it-works .marketplace-diagram .diagram .step .inner:before,
#how-it-works .marketplace-diagram .diagram .step .inner:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  content: "";
  position: absolute;
  width: 2px;
  height: 85px;
  margin-top: -41px;
  z-index: 1;
  right: auto;
  left: 27px;
  bottom: auto;
  top: 27px;
}

#marketplace #marketplaceDiagram .diagram .step .inner:after,
#marketplace .marketplace-diagram .diagram .step .inner:after,
#how-it-works #marketplaceDiagram .diagram .step .inner:after,
#how-it-works .marketplace-diagram .diagram .step .inner:after {
  height: 90px;
  right: 30px;
  left: auto;
  bottom: -13px;
  top: auto;
}

#marketplace #marketplaceDiagram .diagram .step .inner .triangle,
#marketplace .marketplace-diagram .diagram .step .inner .triangle,
#how-it-works #marketplaceDiagram .diagram .step .inner .triangle,
#how-it-works .marketplace-diagram .diagram .step .inner .triangle {
  height: 70px;
  margin-top: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  width: 130px;
  background: rgba(255, 255, 255, 0.2);
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step1 .inner,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step1 .inner,
#marketplace .marketplace-diagram .diagram #combinedSteps .step1 .inner,
#marketplace .marketplace-diagram .diagram #buyerSteps .step1 .inner,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step1 .inner,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step1 .inner,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step1 .inner,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step1 .inner {
  background: #194c60;
  background: -webkit-linear-gradient(left, #194c60 0%, #236C89 100%);
  background: linear-gradient(to right, #194c60 0%, #236C89 100%);
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step1 .box,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step1 .box,
#marketplace .marketplace-diagram .diagram #combinedSteps .step1 .box,
#marketplace .marketplace-diagram .diagram #buyerSteps .step1 .box,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step1 .box,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step1 .box,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step1 .box,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step1 .box {
  background: #236C89;
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step2 .inner,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step2 .inner,
#marketplace .marketplace-diagram .diagram #combinedSteps .step2 .inner,
#marketplace .marketplace-diagram .diagram #buyerSteps .step2 .inner,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step2 .inner,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step2 .inner,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step2 .inner,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step2 .inner {
  background: #256e8b;
  background: -webkit-linear-gradient(left, #256e8b 0%, #308EB3 100%);
  background: linear-gradient(to right, #256e8b 0%, #308EB3 100%);
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step2 .box,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step2 .box,
#marketplace .marketplace-diagram .diagram #combinedSteps .step2 .box,
#marketplace .marketplace-diagram .diagram #buyerSteps .step2 .box,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step2 .box,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step2 .box,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step2 .box,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step2 .box {
  background: #308EB3;
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step3 .inner,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step3 .inner,
#marketplace .marketplace-diagram .diagram #combinedSteps .step3 .inner,
#marketplace .marketplace-diagram .diagram #buyerSteps .step3 .inner,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step3 .inner,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step3 .inner,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step3 .inner,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step3 .inner {
  background: #1a8fbb;
  background: -webkit-linear-gradient(left, #1a8fbb 0%, #27AEE1 100%);
  background: linear-gradient(to right, #1a8fbb 0%, #27AEE1 100%);
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step3 .box,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step3 .box,
#marketplace .marketplace-diagram .diagram #combinedSteps .step3 .box,
#marketplace .marketplace-diagram .diagram #buyerSteps .step3 .box,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step3 .box,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step3 .box,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step3 .box,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step3 .box {
  background: #27AEE1;
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step4 .inner,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step4 .inner,
#marketplace .marketplace-diagram .diagram #combinedSteps .step4 .inner,
#marketplace .marketplace-diagram .diagram #buyerSteps .step4 .inner,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step4 .inner,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step4 .inner,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step4 .inner,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step4 .inner {
  background: #5ec4e0;
  background: -webkit-linear-gradient(left, #5ec4e0 0%, #89D4E8 100%);
  background: linear-gradient(to right, #5ec4e0 0%, #89D4E8 100%);
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step4 .box,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step4 .box,
#marketplace .marketplace-diagram .diagram #combinedSteps .step4 .box,
#marketplace .marketplace-diagram .diagram #buyerSteps .step4 .box,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step4 .box,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step4 .box,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step4 .box,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step4 .box {
  background: #89D4E8;
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step5 .inner,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step5 .inner,
#marketplace .marketplace-diagram .diagram #combinedSteps .step5 .inner,
#marketplace .marketplace-diagram .diagram #buyerSteps .step5 .inner,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step5 .inner,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step5 .inner,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step5 .inner,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step5 .inner {
  background: #30665c;
  background: -webkit-linear-gradient(left, #30665c 0%, #40897B 100%);
  background: linear-gradient(to right, #30665c 0%, #40897B 100%);
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step5 .box,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step5 .box,
#marketplace .marketplace-diagram .diagram #combinedSteps .step5 .box,
#marketplace .marketplace-diagram .diagram #buyerSteps .step5 .box,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step5 .box,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step5 .box,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step5 .box,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step5 .box {
  background: #40897B;
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step6 .inner,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step6 .inner,
#marketplace .marketplace-diagram .diagram #combinedSteps .step6 .inner,
#marketplace .marketplace-diagram .diagram #buyerSteps .step6 .inner,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step6 .inner,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step6 .inner,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step6 .inner,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step6 .inner {
  background: #aba273;
  background: -webkit-linear-gradient(left, #aba273 0%, #BEB793 100%);
  background: linear-gradient(to right, #aba273 0%, #BEB793 100%);
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step6 .box,
#marketplace #marketplaceDiagram .diagram #buyerSteps .step6 .box,
#marketplace .marketplace-diagram .diagram #combinedSteps .step6 .box,
#marketplace .marketplace-diagram .diagram #buyerSteps .step6 .box,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step6 .box,
#how-it-works #marketplaceDiagram .diagram #buyerSteps .step6 .box,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step6 .box,
#how-it-works .marketplace-diagram .diagram #buyerSteps .step6 .box {
  background: #BEB793;
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step1 .inner,
#marketplace .marketplace-diagram .diagram #sellerSteps .step1 .inner,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step1 .inner,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step1 .inner {
  background: #041116;
  background: -webkit-linear-gradient(left, #041116 0%, #0d3140 100%);
  background: linear-gradient(to right, #041116 0%, #0d3140 100%);
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step1 .box,
#marketplace .marketplace-diagram .diagram #sellerSteps .step1 .box,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step1 .box,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step1 .box {
  background: #0d3140;
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step2 .inner,
#marketplace .marketplace-diagram .diagram #sellerSteps .step2 .inner,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step2 .inner,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step2 .inner {
  background: #1c3f4e;
  background: -webkit-linear-gradient(left, #1c3f4e 0%, #2a5d73 100%);
  background: linear-gradient(to right, #1c3f4e 0%, #2a5d73 100%);
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step2 .box,
#marketplace .marketplace-diagram .diagram #sellerSteps .step2 .box,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step2 .box,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step2 .box {
  background: #2a5d73;
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step3 .inner,
#marketplace .marketplace-diagram .diagram #sellerSteps .step3 .inner,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step3 .inner,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step3 .inner {
  background: #49525d;
  background: -webkit-linear-gradient(left, #49525d 0%, #5f6b7a 100%);
  background: linear-gradient(to right, #49525d 0%, #5f6b7a 100%);
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step3 .box,
#marketplace .marketplace-diagram .diagram #sellerSteps .step3 .box,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step3 .box,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step3 .box {
  background: #5f6b7a;
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step4 .inner,
#marketplace .marketplace-diagram .diagram #sellerSteps .step4 .inner,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step4 .inner,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step4 .inner {
  background: #77808f;
  background: -webkit-linear-gradient(left, #77808f 0%, #939aa6 100%);
  background: linear-gradient(to right, #77808f 0%, #939aa6 100%);
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step4 .box,
#marketplace .marketplace-diagram .diagram #sellerSteps .step4 .box,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step4 .box,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step4 .box {
  background: #939aa6;
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step5 .inner,
#marketplace .marketplace-diagram .diagram #sellerSteps .step5 .inner,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step5 .inner,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step5 .inner {
  background: #587060;
  background: -webkit-linear-gradient(left, #587060 0%, #6f8c78 100%);
  background: linear-gradient(to right, #587060 0%, #6f8c78 100%);
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step5 .box,
#marketplace .marketplace-diagram .diagram #sellerSteps .step5 .box,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step5 .box,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step5 .box {
  background: #6f8c78;
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step6 .inner,
#marketplace .marketplace-diagram .diagram #sellerSteps .step6 .inner,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step6 .inner,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step6 .inner {
  background: #c8b346;
  background: -webkit-linear-gradient(left, #c8b346 0%, #d4c36d 100%);
  background: linear-gradient(to right, #c8b346 0%, #d4c36d 100%);
}

#marketplace #marketplaceDiagram .diagram #sellerSteps .step6 .box,
#marketplace .marketplace-diagram .diagram #sellerSteps .step6 .box,
#how-it-works #marketplaceDiagram .diagram #sellerSteps .step6 .box,
#how-it-works .marketplace-diagram .diagram #sellerSteps .step6 .box {
  background: #d4c36d;
}

#marketplace #marketplaceDiagram .diagram #combinedSteps .step1 p,
#marketplace .marketplace-diagram .diagram #combinedSteps .step1 p,
#how-it-works #marketplaceDiagram .diagram #combinedSteps .step1 p,
#how-it-works .marketplace-diagram .diagram #combinedSteps .step1 p {
  padding-left: 15px;
}

#marketplace #marketplaceDiagram .diagram .cs-logo,
#marketplace .marketplace-diagram .diagram .cs-logo,
#how-it-works #marketplaceDiagram .diagram .cs-logo,
#how-it-works .marketplace-diagram .diagram .cs-logo {
  width: 120px;
  height: 70px;
  background: url(../images/footer/footer.cloudscene.icon.svg) no-repeat center;
}

#marketplace #featuredOpportunities,
#how-it-works #featuredOpportunities {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f9f9f9;
}

@media (max-width: 480px) {
  #marketplace #featuredOpportunities,
  #how-it-works #featuredOpportunities {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#marketplace #featuredOpportunities .featured-intro,
#how-it-works #featuredOpportunities .featured-intro {
  margin: 0 0 30px;
}

#marketplace #featuredOpportunities #featuredItems,
#how-it-works #featuredOpportunities #featuredItems {
  /* The next few lines may need to be inside a media query */
}

#marketplace #featuredOpportunities #featuredItems span,
#how-it-works #featuredOpportunities #featuredItems span {
  display: inline-block;
  vertical-align: middle;
}

#marketplace #featuredOpportunities #featuredItems i,
#how-it-works #featuredOpportunities #featuredItems i {
  vertical-align: middle;
}

@media (max-width: 480px) {
  #marketplace #featuredOpportunities #featuredItems .card-view,
  #how-it-works #featuredOpportunities #featuredItems .card-view {
    margin-top: 15px;
  }
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-header,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-header {
  display: block;
  background: #001C3D;
  height: 60px;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-header .card-name,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-header .card-name {
  display: block;
  padding: 15px 15px;
  text-align: left;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-header .card-name h2,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-header .card-name h2 {
  margin: 0;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-featuredimg,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-featuredimg {
  position: relative;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-featuredimg .card-featuredlogo,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-featuredimg .card-featuredlogo {
  display: block;
  height: 80px;
  width: 100px;
  position: absolute;
  bottom: -5px;
  left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50%;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-featuredimg span,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-featuredimg span {
  width: 100%;
  height: 90px;
  background-size: cover;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-subheader i,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-subheader i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-height,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-height {
  position: relative;
  min-height: 165px;
}

@media (max-width: 768px) {
  #marketplace #featuredOpportunities #featuredItems .card-view .card-height,
  #how-it-works #featuredOpportunities #featuredItems .card-view .card-height {
    min-height: 260px;
  }
}

@media (max-width: 480px) {
  #marketplace #featuredOpportunities #featuredItems .card-view .card-height,
  #how-it-works #featuredOpportunities #featuredItems .card-view .card-height {
    min-height: 1px !important;
  }
}

@media (max-width: 767px) {
  #marketplace #featuredOpportunities #featuredItems .card-view .card-height,
  #how-it-works #featuredOpportunities #featuredItems .card-view .card-height {
    min-height: 1px !important;
  }
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body {
  display: flex;
  text-align: left;
  padding-top: 10px;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div {
  padding: 0px;
}

@media (max-width: 768px) {
  #marketplace #featuredOpportunities #featuredItems .card-view .card-body > div,
  #how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div {
    display: block;
  }
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-services,
#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-market,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-services,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-market {
  padding: 10px;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-services span:after,
#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-market span:after,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-services span:after,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-market span:after {
  content: ",";
  margin-right: 5px;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-services span:last-child:after,
#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-services span:nth-child(n+3):after,
#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-market span:last-child:after,
#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-market span:nth-child(n+3):after,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-services span:last-child:after,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-services span:nth-child(n+3):after,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-market span:last-child:after,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-market span:nth-child(n+3):after {
  display: none;
  margin-right: 0;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-services span.more-items,
#marketplace #featuredOpportunities #featuredItems .card-view .card-body > div .card-market span.more-items,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-services span.more-items,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body > div .card-market span.more-items {
  margin-left: -4px;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body i,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body i {
  font-size: 20px;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body .card-body-left,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body .card-body-left {
  float: left;
  width: 100%;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-body .card-body-right,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-body .card-body-right {
  float: right;
  width: 30%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#marketplace #featuredOpportunities #featuredItems .card-view .card-viewbtn,
#how-it-works #featuredOpportunities #featuredItems .card-view .card-viewbtn {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 10px;
  margin: 5px 0 0;
  border-top: 1px solid whitesmoke;
}

@media (max-width: 480px) {
  #marketplace #featuredOpportunities #featuredItems .card-view .card-viewbtn,
  #how-it-works #featuredOpportunities #featuredItems .card-view .card-viewbtn {
    position: relative;
  }
}

@media (max-width: 767px) {
  #marketplace #featuredOpportunities #featuredItems .card-view .card-viewbtn,
  #how-it-works #featuredOpportunities #featuredItems .card-view .card-viewbtn {
    position: relative;
  }
}

@media (max-width: 1024px) {
  #marketplace #marketplaceSidebar,
  #how-it-works #marketplaceSidebar {
    margin: 0;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceSidebar,
  #how-it-works #marketplaceSidebar {
    margin: 0;
  }
}

#marketplace #marketplaceSidebar .btn:first-of-type,
#how-it-works #marketplaceSidebar .btn:first-of-type {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  #marketplace #marketplaceSidebar .btn,
  #how-it-works #marketplaceSidebar .btn {
    width: 100%;
  }
}

#marketplace #marketplaceSidebar section,
#how-it-works #marketplaceSidebar section {
  margin: 30px 0;
}

#marketplace #marketplaceSidebar section:first-child,
#how-it-works #marketplaceSidebar section:first-child {
  margin-top: 0px !important;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group {
  margin-bottom: 10px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-header,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-header {
  position: relative;
  padding: 5px;
  color: #009EFF;
  border-bottom: 1px solid #ececec;
  margin-bottom: 5px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-header i,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-header h2,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-header h2 {
  display: inline-block;
  font-weight: bold;
  color: #009EFF;
  font-size: 1rem;
  margin: 0;
  vertical-align: middle;
  padding-top: 3px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body {
  padding: 0px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .feature-title,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .feature-title {
  padding: 5px 0;
  font-weight: 500;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group {
  margin: 0;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item:nth-of-type(n+11),
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item:nth-of-type(n+11) {
  display: none;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group.open-list .list-group-item:nth-of-type(n+11),
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group.open-list .list-group-item:nth-of-type(n+11) {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  display: block;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item {
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item a,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item a {
  color: black;
  display: block;
  padding: 5px;
  font-size: 0.9rem;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active {
  background-color: transparent;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active > a,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active > a {
  padding-bottom: 5px;
  font-weight: bold;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active .list-group,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active .list-group {
  padding-top: 5px;
  padding-left: 30px;
  padding-bottom: 5px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active .list-group .list-group-item,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active .list-group .list-group-item {
  border-bottom: 0;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active .list-group .list-group-item a,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active .list-group .list-group-item a {
  padding: 5px 0;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active .list-group .list-group-item a:before,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .list-group .list-group-item.active .list-group .list-group-item a:before {
  left: -10px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #009EFF;
  border-width: 4px;
  margin-top: -4px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder {
  padding: 30px 0 30px;
  background: #fff;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #afe8ff;
  line-height: 0.1em;
}

@media (max-width: 768px) {
  #marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet,
  #how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet {
    width: 90%;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet,
  #how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet {
    width: 100%;
  }
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet span,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet span {
  background: #fff;
  padding: 0 20px;
}

@media (max-width: 480px) {
  #marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet span,
  #how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet span {
    padding: 0 5px;
  }
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet span i,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .expand-holder .expand-facet span i {
  font-style: normal;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .row-wrapper,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .features-group .features-body .row-wrapper {
  margin: 0 15px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .input-field,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .input-field {
  margin-bottom: 15px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .input-field:last-child,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .input-field:last-child {
  margin-bottom: 10px;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .multi-item .input-field,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .multi-item .input-field {
  width: 80%;
  display: inline-block;
}

#marketplace #marketplaceSidebar section .marketplace-sidebar .multi-item .remove-item,
#marketplace #marketplaceSidebar section .marketplace-sidebar .multi-item .add-item,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .multi-item .remove-item,
#how-it-works #marketplaceSidebar section .marketplace-sidebar .multi-item .add-item {
  color: #009EFF;
}

#marketplace #marketplaceSidebar #relatedAssets,
#how-it-works #marketplaceSidebar #relatedAssets {
  margin: 30px 0 0;
}

#marketplace #marketplaceSidebar #relatedAssets h4,
#how-it-works #marketplaceSidebar #relatedAssets h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #001C3D;
  text-transform: uppercase;
}

#marketplace #marketplaceSidebar #relatedAssets hr,
#how-it-works #marketplaceSidebar #relatedAssets hr {
  margin: 15px 0;
  border-top: 1px solid #dad8d8;
  border-bottom: 1px solid #fff;
}

#marketplace #marketplaceSidebar #relatedAssets a,
#how-it-works #marketplaceSidebar #relatedAssets a {
  margin-bottom: 15px;
}

#marketplace #marketplaceSidebar #relatedAssets a:last-child,
#how-it-works #marketplaceSidebar #relatedAssets a:last-child {
  margin-bottom: 0;
}

#marketplace #marketplaceSidebar #suggestCorrection,
#how-it-works #marketplaceSidebar #suggestCorrection {
  display: block;
  margin: 30px 0;
  font-size: 12px;
  font-size: 0.75rem;
}

#marketplace #marketplaceHomeForm,
#how-it-works #marketplaceHomeForm {
  position: relative;
  margin-top: 0px;
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  #marketplace #marketplaceHomeForm,
  #how-it-works #marketplaceHomeForm {
    margin-bottom: 30px;
  }
}

#marketplace #marketplaceHomeForm .form-header,
#how-it-works #marketplaceHomeForm .form-header {
  margin-top: 0;
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  #marketplace #marketplaceHomeForm .form-header,
  #how-it-works #marketplaceHomeForm .form-header {
    margin-bottom: 15px;
  }
}

#marketplace #marketplaceHomeForm .form-header a,
#how-it-works #marketplaceHomeForm .form-header a {
  display: inline-block;
}

#marketplace #marketplaceHomeForm .form-header a.btn,
#how-it-works #marketplaceHomeForm .form-header a.btn {
  margin-left: 15px;
}

@media (max-width: 480px) {
  #marketplace #marketplaceHomeForm .form-header a.btn,
  #how-it-works #marketplaceHomeForm .form-header a.btn {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  #marketplace #marketplaceHomeForm .form-header .btn,
  #how-it-works #marketplaceHomeForm .form-header .btn {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceHomeForm .form-header .btn,
  #how-it-works #marketplaceHomeForm .form-header .btn {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

#marketplace #marketplaceHomeForm .form-header .sort .input-field.selecttwo .select2-selection--single,
#how-it-works #marketplaceHomeForm .form-header .sort .input-field.selecttwo .select2-selection--single {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  #marketplace #marketplaceHomeForm .form-header .sort,
  #how-it-works #marketplaceHomeForm .form-header .sort {
    display: inline-block;
    width: 30%;
    margin: 0px;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceHomeForm .form-header .sort,
  #how-it-works #marketplaceHomeForm .form-header .sort {
    width: 100%;
    margin-top: 0;
  }
}

#marketplace #marketplaceHomeForm .form-header .search .searchpanel-label,
#how-it-works #marketplaceHomeForm .form-header .search .searchpanel-label {
  width: 100%;
}

#marketplace #marketplaceHomeForm .tab-underline,
#how-it-works #marketplaceHomeForm .tab-underline {
  border-bottom: 1px solid #ccc;
}

#marketplace #marketplaceHomeForm .panel-heading,
#how-it-works #marketplaceHomeForm .panel-heading {
  padding: 0;
}

#marketplace #marketplaceHomeForm .panel-heading .nav-tabs,
#how-it-works #marketplaceHomeForm .panel-heading .nav-tabs {
  text-align: center;
  border: 0;
}

#marketplace #marketplaceHomeForm .panel-heading .nav-tabs li,
#how-it-works #marketplaceHomeForm .panel-heading .nav-tabs li {
  float: none;
  display: inline-block;
}

#marketplace #marketplaceHomeForm .panel-heading .nav-tabs li a,
#how-it-works #marketplaceHomeForm .panel-heading .nav-tabs li a {
  color: #333;
  border: 0;
  padding: 30px 15px;
  margin-bottom: -2px;
}

#marketplace #marketplaceHomeForm .panel-heading .nav-tabs li a:hover,
#how-it-works #marketplaceHomeForm .panel-heading .nav-tabs li a:hover {
  background: none;
  color: #009EFF;
}

#marketplace #marketplaceHomeForm .panel-heading .nav-tabs li.active a,
#how-it-works #marketplaceHomeForm .panel-heading .nav-tabs li.active a {
  color: #009EFF;
  border-bottom: 3px solid #009EFF;
}

@media (max-width: 768px) {
  #marketplace #marketplaceHomeForm .panel-heading .nav-tabs li,
  #how-it-works #marketplaceHomeForm .panel-heading .nav-tabs li {
    width: auto;
  }
}

@media (max-width: 768px) {
  #marketplace #marketplaceHomeForm .panel-body,
  #how-it-works #marketplaceHomeForm .panel-body {
    padding: 0;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceHomeForm .panel-body,
  #how-it-works #marketplaceHomeForm .panel-body {
    padding: 0 15px;
  }
}

#marketplace #marketplaceHomeForm #marketplaceOpportunityList,
#how-it-works #marketplaceHomeForm #marketplaceOpportunityList {
  padding: 30px 0;
  padding-top: 0;
}

@media (max-width: 480px) {
  #marketplace #marketplaceHomeForm #marketplaceOpportunityList,
  #how-it-works #marketplaceHomeForm #marketplaceOpportunityList {
    padding: 0;
    min-height: 150px;
  }
}

#marketplace #marketplaceHomeForm #marketplaceOpportunityList .search-description,
#how-it-works #marketplaceHomeForm #marketplaceOpportunityList .search-description {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
}

@media (max-width: 480px) {
  #marketplace #marketplaceHomeForm #marketplaceOpportunityList > .row,
  #how-it-works #marketplaceHomeForm #marketplaceOpportunityList > .row {
    overflow: hidden;
  }
}

#marketplace #marketplaceHomeForm #marketplaceOpportunityList #mpCardBG > .row,
#how-it-works #marketplaceHomeForm #marketplaceOpportunityList #mpCardBG > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
}

#marketplace #marketplaceHomeForm #marketplaceOpportunityList .short-col,
#how-it-works #marketplaceHomeForm #marketplaceOpportunityList .short-col {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-right: 1px solid whitesmoke;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  #marketplace #marketplaceHomeForm #marketplaceOpportunityList .short-col,
  #how-it-works #marketplaceHomeForm #marketplaceOpportunityList .short-col {
    display: none;
  }
}

@media (max-width: 480px) {
  #marketplace #marketplaceHomeForm #marketplaceOpportunityList .short-col,
  #how-it-works #marketplaceHomeForm #marketplaceOpportunityList .short-col {
    display: none;
  }
}

#marketplace #marketplaceHomeForm #marketplaceOpportunityList .card-image,
#how-it-works #marketplaceHomeForm #marketplaceOpportunityList .card-image {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center;
}

#marketplace #marketplaceHomeForm #marketplaceOpportunityList .card-image img,
#how-it-works #marketplaceHomeForm #marketplaceOpportunityList .card-image img {
  margin: 0 auto;
  max-width: 80%;
}

#marketplace #marketplaceHomeForm .card-holder .card-market i,
#marketplace #marketplaceHomeForm .card-holder .card-market p,
#marketplace #marketplaceHomeForm .card-holder .card-services i,
#marketplace #marketplaceHomeForm .card-holder .card-services p,
#how-it-works #marketplaceHomeForm .card-holder .card-market i,
#how-it-works #marketplaceHomeForm .card-holder .card-market p,
#how-it-works #marketplaceHomeForm .card-holder .card-services i,
#how-it-works #marketplaceHomeForm .card-holder .card-services p {
  display: table-cell;
}

#marketplace #marketplaceHomeForm .card-holder .card-market i,
#marketplace #marketplaceHomeForm .card-holder .card-services i,
#how-it-works #marketplaceHomeForm .card-holder .card-market i,
#how-it-works #marketplaceHomeForm .card-holder .card-services i {
  padding-right: 10px;
}

#marketplace #marketplaceHomeForm .card-holder span,
#how-it-works #marketplaceHomeForm .card-holder span {
  display: inline-block;
}

#marketplace #marketplaceNewest,
#how-it-works #marketplaceNewest {
  margin: 0;
}

#marketplace #marketplaceNewest .tab-content,
#how-it-works #marketplaceNewest .tab-content {
  margin-top: -10px;
}

#marketplace #newsArticles,
#how-it-works #newsArticles {
  margin-bottom: 60px;
}

#marketplace #newsArticles #smallPosts,
#how-it-works #newsArticles #smallPosts {
  margin-top: 30px;
}

#marketplace #newsArticles #smallPosts > div,
#how-it-works #newsArticles #smallPosts > div {
  border-right: 1px solid whitesmoke;
}

@media (max-width: 768px) {
  #marketplace #newsArticles #smallPosts > div,
  #how-it-works #newsArticles #smallPosts > div {
    border-right: 0;
  }
}

#marketplace #newsArticles #smallPosts div:last-of-type,
#how-it-works #newsArticles #smallPosts div:last-of-type {
  border-right: 0;
}

#marketplace #newsArticles .post-holder .post-content .post-content-holder,
#how-it-works #newsArticles .post-holder .post-content .post-content-holder {
  min-height: 90px;
}

@media (max-width: 480px) {
  #marketplace #newsArticles .post-holder .post-content .post-content-holder,
  #how-it-works #newsArticles .post-holder .post-content .post-content-holder {
    min-height: auto;
  }
}

#marketplace #newsArticles .post-holder .post-content .post-content-holder h4,
#how-it-works #newsArticles .post-holder .post-content .post-content-holder h4 {
  text-transform: initial;
  color: #001C3D;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}

#marketplace #newsArticles .post-holder .post-content .post-content-holder span,
#how-it-works #newsArticles .post-holder .post-content .post-content-holder span {
  display: block;
  margin-bottom: 15px;
  color: #ccc;
}

#marketplace #newsArticles .post-holder .post-content .post-content-holder p,
#how-it-works #newsArticles .post-holder .post-content .post-content-holder p {
  margin-bottom: 15px;
}

#marketplace #newsArticles .post-holder.first,
#how-it-works #newsArticles .post-holder.first {
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 30px;
}

#marketplace #newsArticles .post-holder.first .post-content h4,
#how-it-works #newsArticles .post-holder.first .post-content h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  #marketplace #newsArticles .post-holder:not(.first) .post-content,
  #how-it-works #newsArticles .post-holder:not(.first) .post-content {
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #marketplace #newsArticles .post-holder:not(.first) .post-content p,
  #how-it-works #newsArticles .post-holder:not(.first) .post-content p {
    display: none;
  }
}

#marketplace #newsArticles #blogArticlesAdvert,
#how-it-works #newsArticles #blogArticlesAdvert {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

#marketplace .toplist-group,
#how-it-works .toplist-group {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}

#marketplace .toplist-group .toplist-header,
#how-it-works .toplist-group .toplist-header {
  display: block;
  position: relative;
  padding: 0;
}

#marketplace .toplist-group .toplist-header .toplist-header-inner,
#how-it-works .toplist-group .toplist-header .toplist-header-inner {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}

#marketplace .toplist-group .toplist-header .toplist-header-inner a,
#how-it-works .toplist-group .toplist-header .toplist-header-inner a {
  display: inline-block;
}

#marketplace .toplist-group .toplist-header .toplist-header-inner strong,
#how-it-works .toplist-group .toplist-header .toplist-header-inner strong {
  color: black;
}

#marketplace .toplist-group .toplist-items,
#how-it-works .toplist-group .toplist-items {
  margin-top: 15px;
  margin-left: 0 !important;
  text-align: left !important;
  list-style-type: none !important;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Or do it all in one line with flex flow */
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /* tweak the where items line up on the row */
  /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
  -webkit-align-content: flex-end;
  align-content: flex-end;
  margin-left: 0 !important;
}

#marketplace .toplist-group .toplist-items li,
#how-it-works .toplist-group .toplist-items li {
  height: 100px !important;
  list-style-type: none !important;
  display: flex;
  width: 20%;
}

@media (max-width: 768px) {
  #marketplace .toplist-group .toplist-items li,
  #how-it-works .toplist-group .toplist-items li {
    display: flex;
    width: 25%;
  }
}

@media (max-width: 480px) {
  #marketplace .toplist-group .toplist-items li,
  #how-it-works .toplist-group .toplist-items li {
    display: flex;
    width: 33%;
  }
}

@media (max-width: 320px) {
  #marketplace .toplist-group .toplist-items li,
  #how-it-works .toplist-group .toplist-items li {
    display: flex;
    width: 50%;
  }
}

#marketplace .toplist-group .toplist-items li:last-child:after,
#how-it-works .toplist-group .toplist-items li:last-child:after {
  display: none;
}

#marketplace .toplist-group .toplist-items li div,
#how-it-works .toplist-group .toplist-items li div {
  vertical-align: top;
}

#marketplace .toplist-group .toplist-items li a,
#how-it-works .toplist-group .toplist-items li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1rem;
}

#marketplace .toplist-group .toplist-items li a .number,
#how-it-works .toplist-group .toplist-items li a .number {
  display: inline-block;
  width: 25%;
  float: left;
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 30px 0 0;
  border-right: 1px solid #009EFF;
}

@media (min-width: 1200px) {
  #marketplace .toplist-group .toplist-items li a .number,
  #how-it-works .toplist-group .toplist-items li a .number {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  #marketplace .toplist-group .toplist-items li a .number,
  #how-it-works .toplist-group .toplist-items li a .number {
    display: none;
    margin: 0 15px 0 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#marketplace .toplist-group .toplist-items li a .details,
#how-it-works .toplist-group .toplist-items li a .details {
  display: inline-block;
  float: left;
  width: 50%;
  word-wrap: break-word;
}

@media (max-width: 480px) {
  #marketplace .toplist-group .toplist-items li a .details,
  #how-it-works .toplist-group .toplist-items li a .details {
    width: 100%;
  }
}

#marketplace .toplist-group .toplist-items li:nth-child(10) .number span,
#how-it-works .toplist-group .toplist-items li:nth-child(10) .number span {
  display: none;
}

#marketplace .toplist-group .toplist-items,
#how-it-works .toplist-group .toplist-items {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#marketplace .toplist-group .toplist-items li,
#how-it-works .toplist-group .toplist-items li {
  height: 100px;
}

@media (max-width: 480px) {
  #marketplace .toplist-group .toplist-items li,
  #how-it-works .toplist-group .toplist-items li {
    height: 70px;
  }
}

#marketplace .toplist-group .toplist-items li a,
#how-it-works .toplist-group .toplist-items li a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #001C3D;
}

#marketplace .toplist-group .toplist-items li a:hover,
#how-it-works .toplist-group .toplist-items li a:hover {
  text-decoration: none;
}

#marketplace .toplist-group .toplist-items li a div,
#how-it-works .toplist-group .toplist-items li a div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#marketplace .toplist-group .toplist-items li a div img,
#how-it-works .toplist-group .toplist-items li a div img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
  max-height: 70px;
}

@media (max-width: 767px) {
  #marketplace .toplist-group .toplist-items li a div img,
  #how-it-works .toplist-group .toplist-items li a div img {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  #marketplace .toplist-group .toplist-items li a div img,
  #how-it-works .toplist-group .toplist-items li a div img {
    max-width: 80%;
  }
}

#marketplace .toplist-group .toplist-items li span.provider,
#how-it-works .toplist-group .toplist-items li span.provider {
  display: block;
  text-transform: uppercase;
  color: #009EFF;
}

#marketplace .toplist-group .toplist-items li:last-child,
#how-it-works .toplist-group .toplist-items li:last-child {
  position: relative;
  border-bottom: 0;
}

#marketplace .toplist-group .toplist-items li:last-child:after,
#how-it-works .toplist-group .toplist-items li:last-child:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to top, white 20%, rgba(255, 255, 255, 0) 80%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  #marketplace .toplist-group .btn,
  #how-it-works .toplist-group .btn {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  #marketplace .toplist-group .btn,
  #how-it-works .toplist-group .btn {
    display: block;
    width: 150px;
    margin: 0 auto;
  }
}

#marketplace .toplist-group .toplist-footer a,
#how-it-works .toplist-group .toplist-footer a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #142f65;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 480px) {
  #marketplace .toplist-group .toplist-footer a,
  #how-it-works .toplist-group .toplist-footer a {
    height: 70px;
    line-height: 70px;
  }
}

#marketplace .toplist-group .toplist-footer a:hover,
#how-it-works .toplist-group .toplist-footer a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  #mpVideoIntro {
    margin-top: 20%;
  }
}

@media (max-width: 480px) {
  #mpVideoIntro {
    margin-top: 60%;
  }
}

@media (max-width: 767px) {
  #mpVideoIntro {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  #mpVideoIntro .modal-dialog {
    min-width: 50%;
  }
}

@media (max-width: 767px) {
  #mpVideoIntro .modal-dialog {
    max-width: 80 #mpVideoIntro .modal-dialog;
  }
}

#mobileRefineBtns button {
  display: inline-block;
  width: 100% !important;
  float: left;
  margin: 0 !important;
}

#mobileRefineBtns button.refinements {
  width: 84% !important;
}

#mobileRefineBtns a {
  display: inline-block;
  float: right;
  width: 14% !important;
  margin: 0 !important;
  padding: 0 10px;
}

#mpFilterModalBuy #sideBarFilters,
#mpFilterModalSell #sideBarFilters {
  margin: 0;
}

#mpFilterModalBuy .features-header,
#mpFilterModalSell .features-header {
  position: relative;
  padding: 5px;
  color: #009EFF;
  border-bottom: 1px solid #ececec;
  margin-bottom: 5px;
}

#mpFilterModalBuy .features-header i,
#mpFilterModalSell .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#mpFilterModalBuy .features-header h2,
#mpFilterModalSell .features-header h2 {
  display: inline-block;
  font-weight: bold;
  color: #009EFF;
  font-size: 1rem;
  margin: 0;
  vertical-align: middle;
  padding-top: 3px;
}

#mpFilterModalBuy .list-group .list-group-item,
#mpFilterModalSell .list-group .list-group-item {
  border: none !important;
  background: transparent;
  padding: 0;
}

#mpFilterModalBuy .list-group .list-group-item a,
#mpFilterModalSell .list-group .list-group-item a {
  display: block;
  padding: 10px;
  color: black;
}

#mpFilterModalBuy .list-group .list-group-item.active,
#mpFilterModalSell .list-group .list-group-item.active {
  background-color: transparent;
}

#mpFilterModalBuy .list-group .list-group-item.active > a,
#mpFilterModalSell .list-group .list-group-item.active > a {
  padding-bottom: 5px;
  font-weight: bold;
}

#mpFilterModalBuy .list-group .list-group-item.active .list-group,
#mpFilterModalSell .list-group .list-group-item.active .list-group {
  padding-top: 5px;
  padding-left: 30px;
  padding-bottom: 10px;
}

#mpFilterModalBuy .list-group .list-group-item.active .list-group .list-group-item,
#mpFilterModalSell .list-group .list-group-item.active .list-group .list-group-item {
  border: none !important;
}

#mpFilterModalBuy .list-group .list-group-item.active .list-group .list-group-item a,
#mpFilterModalSell .list-group .list-group-item.active .list-group .list-group-item a {
  padding: 5px 0;
}

#mpFilterModalBuy .list-group .list-group-item.active .list-group .list-group-item a:before,
#mpFilterModalSell .list-group .list-group-item.active .list-group .list-group-item a:before {
  left: -10px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #009EFF;
  border-width: 4px;
  margin-top: -4px;
}

/* How It Works */

#how-it-works .main-content {
  padding: 0px 0 30px;
}

#how-it-works .main-content .features-group {
  margin-top: 0;
  margin-bottom: 0;
}

#how-it-works .main-content .features-group:first-of-type {
  background: #081f29 url("../images/marketplace/marketplace.howitworks.introBG.gif") !important;
  margin-top: -15px;
  margin-bottom: 0;
}

#how-it-works .main-content .features-group:first-of-type .feature-text {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#how-it-works .main-content .features-group:first-of-type .feature-text h1 {
  color: #afe8ff !important;
}

#how-it-works .main-content .features-group:first-of-type .feature-text p {
  color: #fff;
}

#how-it-works .main-content .features-group:nth-of-type(odd) {
  background: #f9f9f9;
}

#how-it-works .main-content .features-group .features-body img {
  margin: 0 !important;
}

#how-it-works .main-content .features-group .features-body .feature-value {
  padding: 0;
}

#how-it-works .main-content .features-group .features-body .feature-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  #how-it-works .main-content .features-group .features-body .feature-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#how-it-works .main-content .features-group .features-body .feature-text #contactDataForm .contact-interests p {
  margin: 0;
}

#how-it-works .main-content .features-group .features-body .feature-text #contactDataForm .contact-interests .input-field {
  margin: 0;
}

#how-it-works .main-content .features-group .features-body .feature-text h1 {
  color: #142f65;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

#how-it-works .main-content .features-group .features-body .feature-text .btn {
  margin-top: 15px;
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item a {
  display: block;
}

@media (max-width: 480px) {
  #how-it-works .main-content .features-group .features-body .feature-text .price-item a {
    margin-bottom: 30px;
  }
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 150px;
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle span {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle.medium-blue {
  background: #009EFF;
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle.darkest-blue {
  background: #142f65;
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle.light-gold {
  background: #beb793;
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle.gold {
  background: #d4c36c;
}

@media (max-width: 767px) {
  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle {
    display: inline-block;
    float: right;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 320px) {
  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle {
    display: inline-block;
    float: right;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-circle span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-details h2 {
  max-width: 60%;
  color: #142f65;
  text-transform: uppercase;
  padding: 0;
  margin: 15px auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-details h2 {
    max-width: 100%;
  }
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-details p {
  color: #333;
  max-width: 80%;
  margin: 0 auto;
}

#how-it-works .main-content .features-group .features-body .feature-text .price-item .price-details p strong {
  display: block;
}

@media (max-width: 1024px) {
  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-details p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-details {
    display: inline-block;
    width: 70%;
    float: left;
  }

  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-details h2,
  #how-it-works .main-content .features-group .features-body .feature-text .price-item .price-details p {
    text-align: left;
  }
}

#how-it-works .main-content .features-group#howToAdvertise .help-block {
  margin-top: -15px;
}

@media (max-width: 768px) {
  #how-it-works .main-content .features-group#howToAdvertise .help-block {
    margin-top: 15px;
  }
}

/* Opportunity */

#marketplace-opportunity #assetHeader {
  position: relative;
  height: 300px;
  padding: 0;
}

@media (max-width: 480px) {
  #marketplace-opportunity #assetHeader {
    height: 249px;
  }
}

#marketplace-opportunity #assetHeader .asset-details {
  position: relative;
  height: auto;
  overflow: default;
  z-index: 1;
}

#marketplace-opportunity #assetHeader .asset-details.map {
  background: transparent;
}

#marketplace-opportunity #assetHeader .asset-details.map .gmnoprint {
  left: auto !important;
  right: 10px !important;
}

@media (max-width: 768px) {
  #marketplace-opportunity #assetHeader .asset-details {
    height: 325px;
  }
}

@media (max-width: 480px) {
  #marketplace-opportunity #assetHeader .asset-details {
    height: auto;
    background: none;
  }
}

#marketplace-opportunity #assetHeader .asset-details .asset-info {
  position: relative;
  z-index: 2;
  bottom: 0px;
  right: 0px;
  width: 100%;
  margin: 0;
  padding: 30px 15px;
  background: #fff;
}

#marketplace-opportunity #assetHeader .asset-details .asset-info.name-only {
  padding-bottom: 30px;
}

@media (max-width: 480px) {
  #marketplace-opportunity #assetHeader .asset-details .asset-info {
    position: relative;
    width: 100%;
    margin: 0;
  }
}

#marketplace-opportunity #assetHeader .asset-details .asset-info .asset-logo {
  position: relative;
  display: block;
  max-width: 40%;
  /* 60% */
  margin: 0 auto;
}

#marketplace-opportunity #assetHeader .asset-details .asset-info .asset-name {
  color: #001C3D;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  margin-bottom: 0;
}

#marketplace-opportunity #assetHeader .opportunity-title-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(20, 47, 101, 0.75);
  z-index: 1;
}

@media (max-width: 480px) {
  #marketplace-opportunity #assetHeader .opportunity-title-wrapper {
    background: #001C3D;
  }
}

#marketplace-opportunity #assetHeader .opportunity-title-wrapper .opportunity-title {
  position: relative;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 480px) {
  #marketplace-opportunity #assetHeader .opportunity-title-wrapper .opportunity-title {
    position: relative;
    padding: 15px;
    bottom: 0px;
    background: #001C3D;
  }
}

#marketplace-opportunity #assetGallery {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

#marketplace-opportunity #assetGallery .assetGalleryOverlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 25px;
  right: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1000;
}

#marketplace-opportunity #assetGallery .carousel-indicators {
  bottom: 160px;
}

#marketplace-opportunity #assetGallery .carousel-indicators li:only-child {
  display: none;
}

#marketplace-opportunity #assetGallery .item {
  width: 100%;
  height: 300px;
}

@media (max-width: 768px) {
  #marketplace-opportunity #assetGallery .item {
    height: 300px;
  }
}

@media (max-width: 480px) {
  #marketplace-opportunity #assetGallery .item {
    height: 200px;
  }
}

#marketplace-opportunity #assetGallery span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body #assetContent .assets-header,
  #marketplace-opportunity .assetBody #assetContent .assets-header {
    margin: 0 10px 10px;
  }
}

#marketplace-opportunity .asset-body #assetContent .assets-header .header-left,
#marketplace-opportunity .assetBody #assetContent .assets-header .header-left {
  display: flex;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body #assetContent .assets-header .header-left,
  #marketplace-opportunity .assetBody #assetContent .assets-header .header-left {
    padding: 0 0 10px;
  }
}

#marketplace-opportunity .asset-body #assetContent .assets-header .header-left .expand,
#marketplace-opportunity .assetBody #assetContent .assets-header .header-left .expand {
  /* Hidden temporarily */
  display: none;
  line-height: 3rem;
  background: #142f65;
  padding: 0 10px;
}

#marketplace-opportunity .asset-body #assetContent .assets-header .header-left .expand .expand-assets i,
#marketplace-opportunity .assetBody #assetContent .assets-header .header-left .expand .expand-assets i {
  vertical-align: middle;
}

#marketplace-opportunity .asset-body #assetContent .assets-header .header-left h2 i,
#marketplace-opportunity .assetBody #assetContent .assets-header .header-left h2 i {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body #assetContent .assets-header .header-left h2 i,
  #marketplace-opportunity .assetBody #assetContent .assets-header .header-left h2 i {
    width: 5%;
  }
}

#marketplace-opportunity .asset-body #assetContent .assets-header .header-left h2 strong,
#marketplace-opportunity .assetBody #assetContent .assets-header .header-left h2 strong {
  font-size: 14px;
  font-size: 0.875rem;
  color: #001C3D;
}

#marketplace-opportunity .asset-body #assetContent .assets-header .header-left h2 strong span,
#marketplace-opportunity .assetBody #assetContent .assets-header .header-left h2 strong span {
  color: #009EFF;
}

#marketplace-opportunity .asset-body #assetContent .assets-body .panel-body .service-icon,
#marketplace-opportunity .assetBody #assetContent .assets-body .panel-body .service-icon {
  vertical-align: top;
  display: inline-block;
  text-align: center;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body #assetContent .assets-body .panel-body .service-icon,
  #marketplace-opportunity .assetBody #assetContent .assets-body .panel-body .service-icon {
    display: block;
  }
}

#marketplace-opportunity .asset-body #assetContent .assets-body .panel-body .service-icon p,
#marketplace-opportunity .assetBody #assetContent .assets-body .panel-body .service-icon p {
  text-align: center;
}

#marketplace-opportunity .asset-body #assetContent .asset-features,
#marketplace-opportunity .assetBody #assetContent .asset-features {
  background: #fff;
  padding: 0;
  margin: 30px 0 0;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body #assetContent .asset-features,
  #marketplace-opportunity .assetBody #assetContent .asset-features {
    margin: 15px 0 0;
  }
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group {
  display: none;
  margin: 15px 0;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group:first-child,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group:first-child {
  display: block;
  margin: 0;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-header,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-header {
  position: relative;
  padding: 15px 15px 14px 0;
  background: #fff;
  color: #001C3D;
  border-bottom: 1px solid whitesmoke;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-header i,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-header h2,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-header h2 {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #142f65;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .feature-title,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .feature-title {
  padding: 15px 0;
  font-weight: 500;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .feature-value,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .feature-value {
  width: 100%;
  padding: 15px 0;
  text-align: center;
  white-space: pre-line;
  word-break: break-word;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row [class*='col-'],
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row [class*='col-'] {
  display: flex;
  flex-direction: column;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body div[class^="col-lg-"]:last-child .row div[class^="col-lg-"]:last-child,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body div[class^="col-lg-"]:last-child .row div[class^="col-lg-"]:last-child {
  border-right: 1px solid transparent !important;
}

@media (max-width: 1024px) {
  #marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body div[class^="col-lg-"]:last-child:only-child .row div[class^="col-lg-"]:last-child,
  #marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body div[class^="col-lg-"]:last-child:only-child .row div[class^="col-lg-"]:last-child {
    border-right: 0px !important;
  }
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper {
  width: 100%;
  width: fill-available;
  border-bottom: 1px solid whitesmoke;
  margin: 0 15px;
  /* borders for nested columns */
  border-bottom: 0;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"]:only-child div[class^="col-lg-"],
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"]:only-child div[class^="col-lg-"] {
  border-bottom: 0;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] .row,
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] .row {
  display: flex;
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"],
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"] {
  display: flex;
  border-bottom: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke !important;
}

@media (max-width: 1024px) {
  #marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"]:last-child,
  #marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"]:last-child {
    border-right: 0 !important;
  }
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper,
  #marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper {
    border-bottom: 0;
  }

  #marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] .row,
  #marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] .row {
    display: flex;
  }

  #marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"],
  #marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"] {
    display: flex;
    border-bottom: 1px solid whitesmoke;
  }

  #marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"]:only-child:last-child div[class^="col-lg-"]:last-child,
  #marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper div[class^="col-lg-"] div[class^="col-lg-"]:only-child:last-child div[class^="col-lg-"]:last-child {
    border-right: 1px solid transparent;
  }
}

#marketplace-opportunity .asset-body #assetContent .asset-features .features-group .features-body .row-wrapper.single-element div[class^="col-lg-"],
#marketplace-opportunity .assetBody #assetContent .asset-features .features-group .features-body .row-wrapper.single-element div[class^="col-lg-"] {
  border: 0 !important;
}

#marketplace-opportunity .asset-body #assetContent .asset-contact,
#marketplace-opportunity .assetBody #assetContent .asset-contact {
  background: #fff;
  padding: 0;
  margin: 30px 0 0;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body #assetContent .asset-contact,
  #marketplace-opportunity .assetBody #assetContent .asset-contact {
    margin: 15px 0 0;
  }
}

#marketplace-opportunity .asset-body #assetContent .asset-contact .features-group,
#marketplace-opportunity .assetBody #assetContent .asset-contact .features-group {
  margin: 15px 0;
}

#marketplace-opportunity .asset-body #assetContent .asset-contact .features-group .features-header,
#marketplace-opportunity .assetBody #assetContent .asset-contact .features-group .features-header {
  position: relative;
  padding: 15px 15px 14px 0;
  background: #fff;
  color: #001C3D;
  border-bottom: 1px solid whitesmoke;
}

#marketplace-opportunity .asset-body #assetContent .asset-contact .features-group .features-header i,
#marketplace-opportunity .assetBody #assetContent .asset-contact .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#marketplace-opportunity .asset-body #assetContent .asset-contact .features-group .features-header h2,
#marketplace-opportunity .assetBody #assetContent .asset-contact .features-group .features-header h2 {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #142f65;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}

#marketplace-opportunity .asset-body #assetContent .asset-contact .features-group .features-body,
#marketplace-opportunity .assetBody #assetContent .asset-contact .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
}

#marketplace-opportunity .asset-body #assetContent .asset-contact .features-group .features-body .feature-title,
#marketplace-opportunity .assetBody #assetContent .asset-contact .features-group .features-body .feature-title {
  padding: 15px 0;
  font-weight: 500;
}

#marketplace-opportunity .asset-body #assetContent .asset-contact .features-group .features-body .feature-value,
#marketplace-opportunity .assetBody #assetContent .asset-contact .features-group .features-body .feature-value {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

#marketplace-opportunity .asset-body #assetContent .asset-contact .features-group .features-body .opportunity-user-notice,
#marketplace-opportunity .assetBody #assetContent .asset-contact .features-group .features-body .opportunity-user-notice {
  margin: 30px 0;
}

#marketplace-opportunity .asset-body #assetContent .expand-holder,
#marketplace-opportunity .assetBody #assetContent .expand-holder {
  padding: 30px 0 0px;
}

#marketplace-opportunity .asset-body #assetContent .expand-holder .expand-feature-groups,
#marketplace-opportunity .assetBody #assetContent .expand-holder .expand-feature-groups {
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #afe8ff;
  line-height: 0.1em;
}

#marketplace-opportunity .asset-body #assetContent .expand-holder .expand-feature-groups span,
#marketplace-opportunity .assetBody #assetContent .expand-holder .expand-feature-groups span {
  background: #fff;
  padding: 0 20px;
}

#marketplace-opportunity .asset-body #assetContent .card-holder span,
#marketplace-opportunity .assetBody #assetContent .card-holder span {
  display: block;
}

#marketplace-opportunity .asset-body #assetContent .card-holder span.no-results,
#marketplace-opportunity .assetBody #assetContent .card-holder span.no-results {
  display: block;
  padding: 20px;
}

#marketplace-opportunity .asset-body #assetContent .card-holder span.no-results p,
#marketplace-opportunity .assetBody #assetContent .card-holder span.no-results p {
  text-align: center;
  margin: 0;
}

#marketplace-opportunity .asset-body #assetContent .card-holder .card-view,
#marketplace-opportunity .assetBody #assetContent .card-holder .card-view {
  width: 100%;
}

#marketplace-opportunity .asset-body #assetContent .card-holder .card-view.no-cursor,
#marketplace-opportunity .assetBody #assetContent .card-holder .card-view.no-cursor {
  cursor: default;
}

#marketplace-opportunity .asset-body #assetContent .card-container,
#marketplace-opportunity .assetBody #assetContent .card-container {
  padding: 5px 0px;
}

#marketplace-opportunity .asset-body #assetContent .card-container.tallcards .card-header,
#marketplace-opportunity .assetBody #assetContent .card-container.tallcards .card-header {
  min-height: 115px;
}

#marketplace-opportunity .asset-body #assetContent .card-container .card-holder,
#marketplace-opportunity .assetBody #assetContent .card-container .card-holder {
  padding: 0;
}

#marketplace-opportunity .asset-body #assetContent .card-container div[class^="col-lg-"],
#marketplace-opportunity .assetBody #assetContent .card-container div[class^="col-lg-"] {
  padding: 5px;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body #assetContent .card-container div[class^="col-lg-"],
  #marketplace-opportunity .assetBody #assetContent .card-container div[class^="col-lg-"] {
    padding: 0 15px;
  }
}

#marketplace-opportunity .asset-body #assetContent .card-container .row,
#marketplace-opportunity .assetBody #assetContent .card-container .row {
  margin-left: -5px;
  margin-right: -5px;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group,
#marketplace-opportunity .asset-body #assetContent .services .panel-group,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group,
#marketplace-opportunity .assetBody #assetContent .services .panel-group,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading {
  border-radius: 0 !important;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading a,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading a,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading a,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading a,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading a,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading a {
  display: block;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #142f65;
  background: transparent;
  transition: background-color 0.5s ease;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading a:hover,
#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading a:active,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading a:hover,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading a:active,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading a:hover,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading a:active,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading a:hover,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading a:active,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading a:hover,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading a:active,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading a:hover,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading a:active {
  text-decoration: none;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading a.collapsed,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading a.collapsed,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading a.collapsed,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading a.collapsed,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading a.collapsed,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading a.collapsed {
  background: transparent;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading a.collapsed span i,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading a.collapsed span i,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading a.collapsed span i,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading a.collapsed span i,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading a.collapsed span i,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading a.collapsed span i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading h3 a,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading h3 a,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading h3 a,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading h3 a,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading h3 a,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading h3 a {
  text-decoration: none;
  padding: 15px;
  text-transform: capitalize;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading h3 span,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading h3 span,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading h3 span,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading h3 span,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading h3 span,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading h3 span {
  position: absolute;
  top: 8px;
  right: 15px;
  line-height: 45px;
  text-align: center;
  pointer-events: none;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading .panel-icon,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading .panel-icon,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading .panel-icon,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading .panel-icon,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading .panel-icon,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading .panel-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading .panel-icon i,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading .panel-icon i,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading .panel-icon i,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading .panel-icon i,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading .panel-icon i,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading .panel-icon i {
  color: #fff;
  display: none;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading .panel-icon i.active,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading .panel-icon i.active,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading .panel-icon i.active,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading .panel-icon i.active,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading .panel-icon i.active,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading .panel-icon i.active {
  display: block;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading .panel-title a,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading .panel-title a,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading .panel-title a,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading .panel-title a,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading .panel-title a,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading .panel-title a {
  display: block;
  color: #fff;
  background: #001C3D;
  text-transform: none;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  transition: all 0.5s ease;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading .panel-title a.collapsed,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading .panel-title a.collapsed,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading .panel-title a.collapsed,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading .panel-title a.collapsed,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading .panel-title a.collapsed,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading .panel-title a.collapsed {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  color: #777 !important;
  background: transparent;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-heading .panel-title a span,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-heading .panel-title a span,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-heading .panel-title a span,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-heading .panel-title a span,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-heading .panel-title a span,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-heading .panel-title a span {
  display: inline-block;
  max-width: 90%;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-body,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-body,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-body,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-body,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-body,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-body {
  padding: 15px 0;
  border: 0;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-body p,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-body p,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-body p,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-body p,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-body p,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-body p {
  display: block;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-body p [type="checkbox"] + label,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-body p [type="checkbox"] + label,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-body p [type="checkbox"] + label,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-body p [type="checkbox"] + label,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-body p [type="checkbox"] + label,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-body p [type="checkbox"] + label {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group .panel-body p [type="checkbox"].filled-in:checked + label:after,
#marketplace-opportunity .asset-body #assetContent .services .panel-group .panel-body p [type="checkbox"].filled-in:checked + label:after,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group .panel-body p [type="checkbox"].filled-in:checked + label:after,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group .panel-body p [type="checkbox"].filled-in:checked + label:after,
#marketplace-opportunity .assetBody #assetContent .services .panel-group .panel-body p [type="checkbox"].filled-in:checked + label:after,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group .panel-body p [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #009EFF;
  background: #009EFF;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group:first-child .panel-icon i,
#marketplace-opportunity .asset-body #assetContent .services .panel-group:first-child .panel-icon i,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group:first-child .panel-icon i,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group:first-child .panel-icon i,
#marketplace-opportunity .assetBody #assetContent .services .panel-group:first-child .panel-icon i,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group:first-child .panel-icon i {
  display: block;
}

#marketplace-opportunity .asset-body #assetContent .locations .panel-group:first-child .panel-icon i.active,
#marketplace-opportunity .asset-body #assetContent .services .panel-group:first-child .panel-icon i.active,
#marketplace-opportunity .asset-body #assetContent .questions .panel-group:first-child .panel-icon i.active,
#marketplace-opportunity .assetBody #assetContent .locations .panel-group:first-child .panel-icon i.active,
#marketplace-opportunity .assetBody #assetContent .services .panel-group:first-child .panel-icon i.active,
#marketplace-opportunity .assetBody #assetContent .questions .panel-group:first-child .panel-icon i.active {
  display: none;
}

#marketplace-opportunity .asset-body #assetContent #opportunityServicesDisplay .panel-body p strong,
#marketplace-opportunity .assetBody #assetContent #opportunityServicesDisplay .panel-body p strong {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #afe8ff;
  color: #001C3D;
}

#marketplace-opportunity .asset-body #assetContent .questions .panel-body,
#marketplace-opportunity .assetBody #assetContent .questions .panel-body {
  padding: 15px;
}

#marketplace-opportunity .asset-body #assetContent .questions .panel-body p,
#marketplace-opportunity .assetBody #assetContent .questions .panel-body p {
  width: 100% !important;
  margin: 0;
}

#marketplace-opportunity .asset-body .assetSidebar,
#marketplace-opportunity .assetBody .assetSidebar {
  margin: 30px 0;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body .assetSidebar,
  #marketplace-opportunity .assetBody .assetSidebar {
    margin: 0;
  }
}

#marketplace-opportunity .asset-body .assetSidebar > .btn,
#marketplace-opportunity .assetBody .assetSidebar > .btn {
  width: 100%;
}

#marketplace-opportunity .asset-body .assetSidebar section,
#marketplace-opportunity .assetBody .assetSidebar section {
  position: relative;
  margin: 30px 0;
}

#marketplace-opportunity .asset-body .assetSidebar section:first-child,
#marketplace-opportunity .assetBody .assetSidebar section:first-child {
  margin-top: 0px !important;
}

@media (max-width: 480px) {
  #marketplace-opportunity .asset-body .assetSidebar section,
  #marketplace-opportunity .assetBody .assetSidebar section {
    margin: 0;
  }
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-expiry,
#marketplace-opportunity .assetBody .assetSidebar section .asset-expiry {
  display: inline-block;
  height: 56px;
  width: 100%;
  line-height: 56px;
  margin: 0 auto;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: baseline;
  outline: 0;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #4c922d;
  color: #4c922d;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-expiry.expiring,
#marketplace-opportunity .assetBody .assetSidebar section .asset-expiry.expiring {
  border: 1px solid #eb3e4e;
  color: #eb3e4e;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-header,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-header {
  position: relative;
  padding: 15px;
  color: #fff;
  background: #142f65;
  border-bottom: 1px solid whitesmoke;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-header i,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-header h2,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-header h2 {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-body,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-body .feature-title,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-body .feature-title {
  padding: 5px 0;
  font-weight: 500;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-body .feature-value,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-body .feature-value {
  padding: 10px 0;
  text-align: center;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-body .feature-value i,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-body .feature-value i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #001C3D;
  vertical-align: top;
  margin-right: 15px;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-body .feature-value a,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-body .feature-value a {
  display: inline-block;
  max-width: 80%;
  vertical-align: bottom;
  word-wrap: break-word;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-body .row-wrapper,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-body .row-wrapper {
  margin: 0 15px;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-body .chip-layout .fieldset-body,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-body .chip-layout .fieldset-body {
  margin: 0;
  padding: 0 !important;
  border: 0;
}

#marketplace-opportunity .asset-body .assetSidebar section .asset-sidebar .features-group .features-body .chip-layout .fieldset-body .chip,
#marketplace-opportunity .assetBody .assetSidebar section .asset-sidebar .features-group .features-body .chip-layout .fieldset-body .chip {
  max-width: 90%;
  margin: 5px;
}

#marketplace-opportunity .questions .assets-header {
  margin: 10px 0 0 !important;
}

#sideBarActions {
  position: relative;
  margin: 30px 0;
}

#sideBarActions:first-child {
  margin-top: 0px !important;
}

#sideBarActions .asset-expiry {
  display: inline-block;
  height: 56px;
  width: 100%;
  line-height: 56px;
  margin: 0 auto;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: baseline;
  outline: 0;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #4c922d;
  color: #4c922d;
}

#sideBarActions .asset-expiry.expiring {
  border: 1px solid #eb3e4e;
  color: #eb3e4e;
}

#sideBarActions .asset-sidebar .features-group {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

#sideBarActions .asset-sidebar .features-group .features-header {
  position: relative;
  padding: 15px;
  color: #fff;
  background: #142f65;
  border-bottom: 1px solid whitesmoke;
}

#sideBarActions .asset-sidebar .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#sideBarActions .asset-sidebar .features-group .features-header h2 {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

#sideBarActions .asset-sidebar .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 0;
}

#sideBarActions .asset-sidebar .features-group .features-body .feature-title {
  padding: 5px 0;
  font-weight: 500;
}

#sideBarActions .asset-sidebar .features-group .features-body .feature-value {
  padding: 10px 0;
  text-align: center;
}

#sideBarActions .asset-sidebar .features-group .features-body .feature-value i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #001C3D;
  vertical-align: top;
  margin-right: 15px;
}

#sideBarActions .asset-sidebar .features-group .features-body .feature-value a {
  display: inline-block;
  max-width: 80%;
  vertical-align: bottom;
  word-wrap: break-word;
}

#sideBarActions .asset-sidebar .features-group .features-body .row-wrapper {
  margin: 0 15px;
}

#sideBarActions .asset-sidebar .features-group .features-body .chip-layout .fieldset-body {
  margin: 0;
  padding: 0 !important;
  border: 0;
}

#sideBarActions .asset-sidebar .features-group .features-body .chip-layout .fieldset-body .chip {
  max-width: 90%;
  margin: 5px;
}

/* Edit */

#marketplace-edit textarea.materialize-textarea {
  padding: 1rem 0 10px;
}

#marketplace-edit .helper-text {
  padding: 10px;
  background: #e2ecef;
}

@media (max-width: 480px) {
  #marketplace-edit .helper-text {
    display: none;
  }
}

#marketplace-edit .helper-text.extra-margin {
  margin-bottom: 30px;
}

#marketplace-edit .tooltipped {
  color: #b6c9ce;
}

#marketplace-edit .tooltipped.inline {
  position: absolute;
  top: 15px;
  right: 0;
}

#marketplace-edit .tooltipped.textarea {
  top: 5px !important;
}

#marketplace-edit .fieldset-header em {
  color: #eb3e4e;
}

#marketplace-edit .fieldset-header .tooltipped {
  top: 20px;
  right: 10px;
}

#marketplace-edit .edit-padding {
  padding-right: 40px;
}

@media (max-width: 768px) {
  #marketplace-edit .edit-padding {
    padding-right: 0;
  }
}

#marketplace-edit #opportunityDataFrom.loading:before {
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
}

#marketplace-edit #opportunityDataFrom .url-link {
  display: inline-block;
  border: 1px solid #ccc;
  color: #fff;
  margin: 15px 0 25px;
  padding: 30px;
}

#marketplace-edit #opportunityDataFrom .url-link p {
  padding: 0;
  margin: 0;
}

#marketplace-edit #opportunityDataFrom #mpCreateHelpers {
  padding: 20px;
  background: #f5f5f5;
  margin-top: 55px;
}

#marketplace-edit #opportunityDataFrom #mpCreateHelpers fieldset .fieldset-header {
  border-bottom: 1px solid #e2e2e2;
}

#marketplace-edit #opportunityDataFrom #mpCreateHelpers .fieldset-body {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 20px;
}

@media (max-width: 480px) {
  #marketplace-edit #editFormTabsContent .input-field input {
    max-width: 90%;
  }
}

#marketplace-edit #editFormTabsContent #servicesAccordion {
  margin: 0;
}

#marketplace-edit #editFormTabsContent #servicesAccordion .panel {
  background: #f6fafb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#marketplace-edit #editFormTabsContent #servicesAccordion .panel .panel-heading a.collapsed {
  background: #e6f0f4;
  color: #236c89;
  font-weight: 500;
}

#marketplace-edit #editFormTabsContent #servicesAccordion .panel .panel-body {
  padding: 15px;
  border: 0px;
}

#marketplace-edit #editFormTabsContent #servicesAccordion .panel .panel-body p {
  display: inline-block;
  width: 180px;
}

#marketplace-edit #editFormTabsContent #servicesAccordion .panel .panel-body p [type="checkbox"] + label {
  color: #777;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0;
  padding-left: 30px;
}

#marketplace-edit #editFormTabsContent #servicesAccordion .panel .panel-body p [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #009EFF;
  background: #009EFF;
}

#marketplace-edit #editFormTabsContent #serviceLocations .dropdown {
  padding-top: 10px;
  float: right;
}

@media (max-width: 1024px) {
  #marketplace-edit #editFormTabsContent #serviceLocations .dropdown {
    float: none;
  }

  #marketplace-edit #editFormTabsContent #serviceLocations .dropdown button {
    margin-top: 0;
    padding-top: 0;
  }
}

#marketplace-edit #editFormTabsContent #opportunitySidebar .admin-buttons a {
  margin-bottom: 15px;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar fieldset {
  position: relative;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar #opportunityOverview h4 {
  color: #001C3D;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar .dropzoneHolder .dz-message {
  width: 100%;
  margin: 30px 0 0 0px !important;
  padding: 15px !important;
  text-align: center !important;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar .dropzoneHolder .dropzone-icon {
  top: 40px;
  left: 50%;
  margin-left: -22px;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar #opportunity-documents {
  padding: 15px 0 0;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar #opportunity-documents a span {
  color: #333;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar .feature-value {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0;
  text-align: center;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar .feature-value i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #001C3D;
  vertical-align: top;
  margin-right: 15px;
}

#marketplace-edit #editFormTabsContent #opportunitySidebar .feature-value a {
  display: inline-block;
  max-width: 80%;
  vertical-align: bottom;
}

#marketplace-edit #editFormTabsContent .product-list label {
  color: #333;
}

#marketplace-edit #editFormTabsContent .footer-btns .btn {
  margin-left: 10px;
}

#marketplace-edit .invite-view {
  display: block;
  text-decoration: none;
  background: #fff;
}

#marketplace-edit .invite-view .invite-logo {
  min-height: 65px;
  line-height: 65px;
}

#marketplace-edit .invite-view .invite-logo img {
  vertical-align: middle;
}

#marketplace-edit .invite-view .invite-button {
  margin-top: 20px;
  margin-bottom: 10px;
}

#marketplace-edit .invite-view .invite-button.highlightCard {
  background: #009EFF;
  color: #fff !important;
}

#marketplace-edit .invite-view .invite-header-holder {
  height: 65px;
}

#marketplace-edit .invite-view .invite-header-holder .invite-header {
  color: #001C3D;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 0;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#marketplace-edit .invite-view .invite-header-holder .invite-header strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
}

#marketplace-edit .invite-view .invite-stats {
  padding: 15px;
}

#marketplace-edit .invite-view .invite-stats div {
  display: inline-block;
  float: left;
  min-width: 30px;
  margin: 0 30px 0 0;
  color: #001C3D;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

#marketplace-edit .invite-view .invite-stats div:last-child {
  margin-right: 0;
}

#marketplace-edit .invite-view .invite-stats div span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

#marketplace-edit .invite-view .invite-stats div span.tooltipped {
  display: inline-block;
}

#marketplace-edit .invite-view .invite-stats div span.tooltipped i {
  font-size: 16px;
  font-size: 1rem;
}

#marketplace-edit .invite-view .invite-stats.reduced-padding div {
  margin: 0 10px 0 0;
}

#marketplace-edit .invite-view .invite-stats .awaiting {
  padding: 10px 0 11px;
}

#marketplace-edit .invite-view .invite-body {
  background: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

#marketplace-edit .invite-view .invite-body div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

#marketplace-edit .invite-view .invite-body div:first-child {
  padding-bottom: 0;
}

#marketplace-edit .invite-view .invite-body div.invite-details {
  max-height: 155px;
  overflow: hidden;
  padding: 15px !important;
}

#marketplace-edit .invite-view .invite-body div i {
  color: #009EFF;
  margin: 0 15px 0 0;
}

#marketplace-edit .invite-view .invite-body div p {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #777;
}

#marketplace-edit .invite-view .invite-body div p strong {
  display: block;
  font-weight: 400;
  color: #009EFF;
}

.add-invite {
  display: inline-block;
  float: right;
  padding: 19px 0;
}

.add-invite i {
  margin-right: 0px !important;
  vertical-align: bottom !important;
}

.invite-list li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.invite-list li:last-of-type {
  border-bottom: 0;
}

.invite-list li a {
  font-size: 14px;
  font-size: 0.875rem;
}

.marketplace-search {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 50px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .marketplace-search {
    width: 100%;
  }
}

.marketplace-search .input-group {
  width: 100%;
  overflow: hidden;
}

.marketplace-search input {
  background: white;
  border: 0 !important;
  margin: 0;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding-left: 50px;
  box-sizing: border-box;
}

.marketplace-search input::placeholder {
  color: #DCDCDC;
  font-style: italic;
}

.marketplace-search button {
  padding: 0;
  background: #009EFF;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 50px;
  height: 40px;
  background: white;
  box-shadow: none;
  border: 0;
  border-radius: 4px;
}

.marketplace-search:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #0D106A 0%, #54A8FF 100%);
  border-radius: 6px;
}

#marketplace-services #marketplace-video-container {
  align-self: flex-start;
}

#marketplace-services #marketplace-video-container img {
  width: 100%;
}

#marketplace-services #marketplace-video-description h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 0px;
}

#marketplace-services #marketplace-video-description p {
  color: #282828;
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 1.2rem;
}

.two-col-section {
  padding: 50px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .two-col-section {
    width: 90%;
    max-width: 1700px;
  }
}

.two-col-section > div {
  align-self: center;
  margin: 0;
  width: 100%;
  padding: 20px;
}

@media (min-width: 992px) {
  .two-col-section > div {
    width: 46%;
    margin: 2%;
    padding: 0;
  }
}

#marketplace-get-started {
  background: #001c3c;
}

#marketplace-get-started #get-started-content {
  color: white;
  margin: 0;
  width: 100%;
  padding: 20px;
}

@media (min-width: 992px) {
  #marketplace-get-started #get-started-content {
    width: 46%;
    margin: 2%;
    padding: 0;
  }
}

#marketplace-get-started #get-started-content h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
  margin-top: 0px;
}

#marketplace-get-started #get-started-content p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 1.2rem;
}

#marketplace-get-started #get-started-image img {
  max-width: 100%;
}

#opportunities .form-header .sort {
  margin: 0;
  width: 100%;
  min-width: 100% !important;
}

#opportunities .form-header .sort .select2-selection.select2-selection--single {
  border: none !important;
  text-align: right;
  padding-right: 24px;
}
/* Mixins */

/* VARIABLES */

/* MIXINS */

/* THEME */

/* Trending Overrides */

#trending {
  background: #fff;
}

#trending .main-content {
  background: #fff;
}

#trending #trendingPanel .trending-underline {
  border-bottom: 1px solid whitesmoke;
}

#trending #trendingPanel .panel-heading {
  padding: 0;
}

#trending #trendingPanel .panel-heading .nav-tabs {
  text-align: center;
  border: 0;
}

#trending #trendingPanel .panel-heading .nav-tabs li {
  float: none;
  display: inline-block;
}

#trending #trendingPanel .panel-heading .nav-tabs li a {
  color: #333;
  background: transparent;
  border: 0;
  padding: 30px 15px;
  margin-bottom: -2px;
}

#trending #trendingPanel .panel-heading .nav-tabs li a:hover {
  background: none;
  color: #009EFF;
}

#trending #trendingPanel .panel-heading .nav-tabs li.active a {
  color: #009EFF;
  border-bottom: 3px solid #009EFF;
}

@media (max-width: 768px) {
  #trending #trendingPanel .panel-heading .nav-tabs li {
    width: auto;
  }
}

#trending #trendingPanel .panel-body .tab-content {
  padding-top: 15px;
}

#trending #trendingPanel .panel-body .tab-content .row {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#trending #trendingPanel .panel-body .tab-content .row:last-of-type {
  border-bottom: 0;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-alert {
  display: block;
  height: 100px;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-alert .tooltipped {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  text-align: center;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-alert .tooltipped .inner-text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 480px) {
  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-alert {
    height: auto;
    margin-top: 7px;
  }

  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-alert .tooltipped {
    top: auto;
    transform: none;
  }
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-logo {
  height: 100px;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-logo a {
  display: block;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-logo a img {
  max-height: 100px;
}

@media (max-width: 480px) {
  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-logo {
    height: auto;
  }

  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-logo a {
    top: auto;
    transform: none;
  }
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-details {
  height: 100px;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-details .trending-details-inner {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

@media (max-width: 480px) {
  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-details {
    height: auto;
  }

  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-details .trending-details-inner {
    top: auto;
    transform: none;
  }
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-name {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  font-weight: 500;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-sp {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 5px;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-sp a {
  color: #777;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-stats {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-stats span {
  color: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 5px;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-stats span i {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 480px) {
  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-stats {
    display: block;
    margin-left: 0;
  }
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-description {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: 1rem;
  color: #777;
}

@media (max-width: 480px) {
  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-description {
    display: none;
  }
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-market {
  font-size: 12px;
  font-size: 0.75rem;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-market a {
  color: #ccc;
  display: inline-block;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-market a img {
  max-width: 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-market span {
  margin: 0 0 13px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 480px) {
  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-market {
    margin-top: 10px;
  }
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-link {
  height: 100px;
}

#trending #trendingPanel .panel-body .tab-content .tab-pane .trending-link a {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

@media (max-width: 480px) {
  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-link {
    height: auto;
    margin-top: 10px;
  }

  #trending #trendingPanel .panel-body .tab-content .tab-pane .trending-link a {
    top: auto;
    transform: none;
  }
}

/* Trending Specific */
/* VARIABLES */

/* MIXINS */

#marketplace-listing .main-content {
  padding: 0;
}

#listing-body-section {
  padding-top: 100px;
}

#listing-body-section .listing-breadcrumbs {
  margin-bottom: 20px;
}

#listing-body-section .listing-title {
  border-bottom: 1px solid #f2f2f2;
}

#listing-body-section .listing-title h3 {
  margin: 0;
  font-size: 1.1em;
}

#listing-body-section .listing-title h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
}

#listing-body-section .listing-section {
  margin-bottom: 20px;
}

#listing-body-section .listing-section h2 {
  font-size: 1em;
  font-weight: bold;
}

#listing-body-section .mini-cards {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#listing-body-section .mini-cards .mini-card {
  align-self: stretch;
  box-shadow: 0px 0px 20px 0px #f2f2f2;
  padding: 10px 15px;
  display: flex;
  margin: 0px;
  width: 100%;
  border-radius: 10px;
  line-height: 1.2em;
  color: black;
}

@media (min-width: 992px) {
  #listing-body-section .mini-cards .mini-card {
    width: 48%;
    margin: 1%;
  }
}

@media (min-width: 1200px) {
  #listing-body-section .mini-cards .mini-card {
    width: 30%;
  }
}

#listing-body-section .mini-cards .mini-card .mini-card-img {
  align-self: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  vertical-align: middle;
}

#listing-body-section .mini-cards .mini-card .mini-card-img img {
  max-width: 50px;
  max-height: 50px;
}

#listing-body-section .mini-cards .mini-card .mini-card-name {
  margin-left: 15px;
  align-self: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

#listing-body-section .mini-cards .mini-card .mini-card-name span,
#listing-body-section .mini-cards .mini-card .mini-card-name strong {
  display: block;
}

#listing-body-section .mini-cards.full-width .mini-card {
  width: 100%;
  margin: 0px;
  margin-bottom: 5px;
}

#listing-body-section .pill {
  background: #e7f0fe;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 5px;
}

#listing-body-section .listing-response {
  padding: 50px 0;
  background: #fcfcfc;
  margin-top: 50px;
}

#listing-body-section .listing-response .listing-section h2 {
  margin-top: 0;
}

#listing-body-section .listing-response form {
  margin-top: 50px;
}

#listing-body-section .listing-sidebar .sidebar-section {
  margin-bottom: 20px;
}

#listing-body-section .listing-sidebar .listing-expiry {
  padding: 9px;
  background: #f5f5f5;
  border-radius: 4px;
}

#listing-body-section .listing-sidebar .listing-expiry.expired {
  color: #eb3e4e;
}

#listing-body-section .listing-sidebar .listing-expiry.expiring {
  color: #ff7a22;
}

.service-card {
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
}

.service-card .card-title {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.service-card .service-label {
  color: #777;
  font-size: 0.9rem;
}

.service-card .connection-points {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.service-card .connection-points .point {
  width: 50%;
}

@media (max-width: 1024px) {
  .service-card .connection-points .point {
    width: 100%;
  }
}

.service-card .connection-points .point .location {
  position: relative;
  margin-left: 22px;
  font-weight: bold;
}

.service-card .connection-points .point .location .material-icons {
  position: absolute;
  display: block;
  top: 0px;
  left: -25px;
  color: #009EFF;
  font-size: 1.3rem;
}

.service-card .details {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.service-card .details .detail {
  width: 25%;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .service-card .details .detail {
    width: 50%;
  }
}

.listing-placeholder {
  position: relative;
}

.listing-placeholder img {
  max-width: 100%;
  opacity: 0.5;
}

.listing-placeholder .prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px #b3b3b3;
  transform: translateX(-50%) translateY(-50%);
  padding: 30px;
}

@media (max-width: 1024px) {
  .listing-placeholder .prompt {
    top: 50px;
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .listing-placeholder .prompt {
    width: 90%;
  }
}

@media (max-width: 480px) {
  .listing-placeholder .prompt {
    width: 100%;
  }
}

.listing-placeholder .prompt p {
  font-size: 1rem;
  margin-bottom: 30px;
}

.listing-placeholder .prompt .prompt-btns .btn:first-child {
  margin-right: 10px;
}

.listing-attachment {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  margin-right: 5px;
  border: 1px solid #009EFF;
  border-radius: 100px;
}

.listing-attachment span {
  color: #444;
  padding-left: 5px;
}
/*
*
*	cloudscene.com
*	LANDING PAGES CSS
*
*/

/* Mixins */

/* VARIABLES */

/* MIXINS */

/* THEME */

.basicPageHeader .gallery {
  background-size: cover;
}

.basicPageHeader .dcworld {
  background-size: cover;
  cursor: pointer;
}

.basicPageHeader .gallery .contact-details .contact-logo {
  max-width: 80%;
}

#meetingDetails a {
  margin-left: 15px;
}

@media (max-width: 480px) {
  .landing-page .features-header h2 {
    font-size: 13px !important;
  }
}

.flexible-box {
  margin-bottom: 30px;
}

.flexible-box .features-group {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.flexible-box .features-group .features-header {
  position: relative;
  padding: 15px;
  color: #fff !important;
  background: #142f65 !important;
  border-bottom: 1px solid whitesmoke;
}

.flexible-box .features-group .features-header i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.flexible-box .features-group .features-header h2 {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff !important;
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  padding: 3px 0 0 !important;
}

.flexible-box .features-group .features-header h2.larger-text {
  font-size: 16px;
  font-size: 1rem;
}

.flexible-box .features-group .features-body {
  font-size: 14px;
  font-size: 0.875rem;
  background: #f6fdff;
  padding: 15px 0 !important;
}

.flexible-box .features-group .features-body .feature-title {
  padding: 5px 0;
  font-weight: 500;
}

.flexible-box .features-group .features-body .feature-value {
  padding: 10px 0;
  text-align: center;
}

.flexible-box .features-group .features-body .feature-value i {
  font-size: 14px;
  font-size: 0.875rem;
  color: #001C3D;
  vertical-align: middle;
  margin-right: 15px;
}

.flexible-box .features-group .features-body .feature-value a {
  display: inline-block;
  max-width: 80%;
  vertical-align: bottom;
}

.flexible-box .features-group .features-body .row-wrapper {
  margin: 0 15px;
}

.top-list {
  margin: -15px -15px 0;
  padding: 0;
  list-style-position: inside;
}

.top-list li {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #ebebeb;
}

.top-list li a {
  display: inline-block;
  padding: 10px 10px;
}

.top-list li:last-child {
  border-bottom: 0;
  margin-bottom: 15px;
}

/* Country Landing Pages */

.landing-vision {
  margin-top: -50px;
  width: 80%;
}

@media (max-width: 768px) {
  .landing-vision {
    float: none !important;
    margin: 20px auto !important;
    display: block;
  }
}

.trending-compare {
  margin: 30px 0;
}

@media (max-width: 480px) {
  .trending-compare {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.trending-compare a {
  cursor: pointer;
  display: block;
  border: 1px solid whitesmoke;
}

@media (max-width: 480px) {
  .trending-compare a {
    padding: 0;
  }
}

.trending-compare .trending-item {
  position: relative;
  display: inline-block;
  margin: 30px 0 45px;
  text-align: center;
}

.trending-compare .trending-item:first-child {
  margin-right: 60px;
}

.trending-compare .trending-item:first-child .logo-holder:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "vs";
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #001C3D;
  border-radius: 100%;
  margin-top: -25px;
  margin-right: -57px;
  z-index: 100;
}

.trending-compare .logo-holder {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 50px;
}

.trending-compare img {
  display: block;
  width: 70%;
  margin: 0 auto;
}

.trending-compare h3 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009EFF;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  border-top: 1px solid whitesmoke;
  padding-top: 20px;
}

@media (max-width: 480px) {
  .trending-compare h3 {
    font-size: 12px;
    font-size: 0.75rem;
    word-break: break-all;
  }
}

.trending-compare h2 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #001C3D;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}

@media (max-width: 480px) {
  .trending-compare h2 {
    display: block;
    margin-left: 0;
    text-align: center;
  }
}

/* on-ramps */

#onRampProviders {
  margin-bottom: -30px;
}

#onRampProviders .row div {
  margin-bottom: 30px;
}

#onRampProviders a {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  #onRampProviders a img {
    width: 100%;
  }
}

#onRampProviders a .onramp-desc {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  transition: all 0.5s;
  font-size: 14px;
  font-size: 0.875rem;
}

#onRampProviders a .onramp-desc em {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#onRampProviders a:hover .onramp-desc {
  color: #fff;
  opacity: 1;
  background: rgba(35, 108, 137, 0.8);
}

#onrampsIntro .graph-header {
  margin-top: 20px;
  margin-bottom: 10px;
}

#onrampsIntro a .graph-img {
  max-width: 44%;
  margin-left: 20px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #onrampsIntro a .graph-img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 480px) {
  #onrampsIntro a .graph-img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px 0;
  }
}

/* promoted listings */

@media (max-width: 480px) {
  #promo-cards #contactHeader .gallery.anchor-holder,
  #advertising #contactHeader .gallery.anchor-holder {
    height: 150px !important;
  }
}

#promo-cards .main-content,
#advertising .main-content {
  padding-bottom: 0;
}

#promo-cards .main-content .features-group,
#advertising .main-content .features-group {
  margin-top: 0;
  margin-bottom: 0;
}

#promo-cards .main-content .features-group.greyBG,
#advertising .main-content .features-group.greyBG {
  background: #f2efef !important;
  margin-top: -15px;
  margin-bottom: 0;
}

#promo-cards .main-content .features-group.greyBG .feature-text,
#advertising .main-content .features-group.greyBG .feature-text {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

#promo-cards .main-content .features-group.greyBG .feature-text h1,
#advertising .main-content .features-group.greyBG .feature-text h1 {
  color: #333 !important;
}

#promo-cards .main-content .features-group.greyBG .feature-text p,
#advertising .main-content .features-group.greyBG .feature-text p {
  color: #333;
  font-size: 14px;
  font-size: 0.875rem;
}

#promo-cards .main-content .features-group.darkBG,
#advertising .main-content .features-group.darkBG {
  background-color: #081f29;
  background-image: url("../images/marketplace/marketplace.howitworks.introBG.gif");
  margin-top: -15px;
  margin-bottom: 0;
}

#promo-cards .main-content .features-group.darkBG .feature-text,
#advertising .main-content .features-group.darkBG .feature-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

#promo-cards .main-content .features-group.darkBG .feature-text h1,
#advertising .main-content .features-group.darkBG .feature-text h1 {
  color: #afe8ff !important;
}

#promo-cards .main-content .features-group.darkBG .feature-text p,
#advertising .main-content .features-group.darkBG .feature-text p {
  color: #fff;
}

#promo-cards .main-content .features-group#promoCardsVideo,
#advertising .main-content .features-group#promoCardsVideo {
  overflow: hidden;
  min-height: 400px;
  background: #2a2a2b url("../images/landing_pages/landing_promoted.videoBG.jpg");
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (max-width: 480px) {
  #promo-cards .main-content .features-group#promoCardsVideo,
  #advertising .main-content .features-group#promoCardsVideo {
    background-size: cover;
  }
}

#promo-cards .main-content .features-group#promoCardsVideo .video-holder,
#advertising .main-content .features-group#promoCardsVideo .video-holder {
  display: block;
}

#promo-cards .main-content .features-group#promoCardsVideo .video-holder img,
#advertising .main-content .features-group#promoCardsVideo .video-holder img {
  min-height: 203px;
  margin: 30px auto 0 !important;
  -webkit-box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 10px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  #promo-cards .main-content .features-group#promoCardsVideo .video-holder img,
  #advertising .main-content .features-group#promoCardsVideo .video-holder img {
    min-height: 0;
    width: 80%;
    margin-top: 30px !important;
  }
}

#promo-cards .main-content .features-group#promoCardsVideo .feature-text,
#advertising .main-content .features-group#promoCardsVideo .feature-text {
  padding: 0 !important;
}

#promo-cards .main-content .features-group:nth-of-type(odd),
#advertising .main-content .features-group:nth-of-type(odd) {
  background: #f9f9f9;
}

#promo-cards .main-content .features-group .features-body .feature-value,
#advertising .main-content .features-group .features-body .feature-value {
  padding: 0;
}

#promo-cards .main-content .features-group .features-body .feature-text,
#advertising .main-content .features-group .features-body .feature-text {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1024px) {
  #promo-cards .main-content .features-group .features-body .feature-text,
  #advertising .main-content .features-group .features-body .feature-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#promo-cards .main-content .features-group .features-body .feature-text .feature-inner,
#advertising .main-content .features-group .features-body .feature-text .feature-inner {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  #promo-cards .main-content .features-group .features-body .feature-text .feature-inner,
  #advertising .main-content .features-group .features-body .feature-text .feature-inner {
    width: 100%;
  }
}

#promo-cards .main-content .features-group .features-body .feature-text .feature-inner p,
#advertising .main-content .features-group .features-body .feature-text .feature-inner p {
  font-size: 15px;
  font-size: 0.9375rem;
}

#promo-cards .main-content .features-group .features-body .feature-text #contactDataForm .contact-interests p,
#advertising .main-content .features-group .features-body .feature-text #contactDataForm .contact-interests p {
  margin: 0;
}

#promo-cards .main-content .features-group .features-body .feature-text #contactDataForm .contact-interests .input-field,
#advertising .main-content .features-group .features-body .feature-text #contactDataForm .contact-interests .input-field {
  margin: 0;
}

#promo-cards .main-content .features-group .features-body .feature-text h1,
#advertising .main-content .features-group .features-body .feature-text h1 {
  color: #142f65;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

#promo-cards .main-content .features-group .features-body .feature-text .btn,
#advertising .main-content .features-group .features-body .feature-text .btn {
  margin-top: 15px;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item a,
#advertising .main-content .features-group .features-body .feature-text .price-item a {
  display: block;
}

@media (max-width: 480px) {
  #promo-cards .main-content .features-group .features-body .feature-text .price-item a,
  #advertising .main-content .features-group .features-body .feature-text .price-item a {
    margin-bottom: 30px;
    text-align: center;
  }
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle div,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle div {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle span,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle span {
  display: block;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle span.smaller,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle span.smaller {
  font-size: 40%;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle.medium-blue,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle.medium-blue {
  background: #009EFF;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle.dark-blue,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle.dark-blue {
  background: #001C3D;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle.darkest-blue,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle.darkest-blue {
  background: #142f65;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle.light-gold,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle.light-gold {
  background: #beb793;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle.gold,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-circle.gold {
  background: #d4c36c;
}

@media (max-width: 767px) {
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-circle {
    display: inline-block;
    float: right;
    width: 100px;
    height: 100px;
  }

  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle span,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-circle span {
    font-size: 20px;
    font-size: 1.25rem;
  }

  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle span.smaller,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-circle span.smaller {
    font-size: 70%;
  }
}

@media (max-width: 480px) {
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-circle {
    display: inline-block;
    float: none;
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle span,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-circle span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 320px) {
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-circle {
    display: inline-block;
    float: right;
    width: 80px;
    height: 80px;
  }

  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-circle span,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-circle span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details h2,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-details h2 {
  max-width: 60%;
  color: #142f65;
  text-transform: uppercase;
  padding: 0;
  margin: 15px auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details h2,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-details h2 {
    max-width: 100%;
  }
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details p,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-details p {
  color: #333;
  max-width: 80%;
  margin: 0 auto;
}

#promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details p strong,
#advertising .main-content .features-group .features-body .feature-text .price-item .price-details p strong {
  display: block;
}

@media (max-width: 1024px) {
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details p,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-details p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-details {
    display: inline-block;
    width: 70%;
    float: left;
  }

  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details h2,
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details p,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-details h2,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-details p {
    text-align: left;
  }
}

@media (max-width: 480px) {
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-details {
    display: inline-block;
    width: 100%;
    float: auto;
  }

  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details h2,
  #promo-cards .main-content .features-group .features-body .feature-text .price-item .price-details p,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-details h2,
  #advertising .main-content .features-group .features-body .feature-text .price-item .price-details p {
    text-align: center;
  }
}

#promo-cards .main-content .features-group#howToAdvertise .help-block,
#advertising .main-content .features-group#howToAdvertise .help-block {
  margin-top: -15px;
}

@media (max-width: 768px) {
  #promo-cards .main-content .features-group#howToAdvertise .help-block,
  #advertising .main-content .features-group#howToAdvertise .help-block {
    margin-top: 15px;
  }
}

#promo-cards #promoCardsItems h2,
#advertising #promoCardsItems h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

#promo-cards #promoCardsItems .promo-card-item,
#advertising #promoCardsItems .promo-card-item {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 480px) {
  #promo-cards #promoCardsItems .promo-card-item,
  #advertising #promoCardsItems .promo-card-item {
    margin-bottom: 15px;
  }
}

#promo-cards #promoCardsItems .promo-card-item:hover,
#advertising #promoCardsItems .promo-card-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

#promo-cards #promoCardsItems .promo-card-item i,
#advertising #promoCardsItems .promo-card-item i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #d4c36c;
  padding-top: 30px;
}

@media (max-width: 480px) {
  #promo-cards #promoCardsItems .promo-card-item i,
  #advertising #promoCardsItems .promo-card-item i {
    padding-top: 30px;
  }
}

#promo-cards #promoCardsItems .promo-card-item span,
#advertising #promoCardsItems .promo-card-item span {
  display: block;
  padding: 0 15px 30px;
  cursor: pointer;
}

#promo-cards #promoCardsItems .promo-card-item div,
#advertising #promoCardsItems .promo-card-item div {
  background: #fff;
  color: #333;
  padding: 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

#promo-cards #promoCardsItems.tall-cards .promo-card-item span,
#advertising #promoCardsItems.tall-cards .promo-card-item span {
  min-height: 78px;
}

/* Advertising */

#advertising .feature-inner {
  width: 70% !important;
}

@media (max-width: 480px) {
  #advertising .feature-inner {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #advertising img {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 3px 10px -6px grey;
  }
}

#advertisingMap {
  background-color: #142437 !important;
  background-image: url("../images/landing_pages/landing_getinvolved.worldmap.jpg") !important;
  background-position: 50%;
  min-height: 500px;
  background-repeat: no-repeat;
}

@media (max-width: 480px) {
  #advertisingMap {
    display: none;
  }
}

#advertisingPremium {
  background-color: #081f29 !important;
  background-image: url("../images/marketplace/marketplace.howitworks.introBG.gif") !important;
  margin-top: 0px !important;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #advertisingPremium .feature-text {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}

@media (max-width: 480px) {
  #advertisingPremium .feature-text {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

#advertisingPremium .feature-text h1 {
  color: #afe8ff !important;
}

#advertisingPremium .feature-text p {
  color: #fff;
}

#advertisingPremium img {
  border-bottom: 0;
  box-shadow: none;
  margin-top: 15px;
}

/* Partners */

#partnerLogos .partner-logo {
  height: 100px;
}

#partnerLogos .partner-logo a {
  display: block;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#partnerLogos .partner-logo a img {
  max-height: 100px;
}

@media (max-width: 480px) {
  #partnerLogos .partner-logo {
    height: auto;
  }

  #partnerLogos .partner-logo a {
    top: auto;
    transform: none;
  }
}

#partnerLogos a img {
  max-width: 60% !important;
  margin: 0 auto;
}

#partnerLogos a img.fade {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
  -webkit-transition: -webkit-filter 500ms linear;
  transition-property: width, left, transform, box-shadow, filter, -webkit-filter;
}

#partnerLogos a:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

#partners .main-content {
  padding: 79px 0 30px;
}

#partners .main-content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
}

#partners .main-content h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#partners .main-content .features-group {
  margin-top: 0;
  margin-bottom: 0;
}

#partners .main-content .features-group:first-of-type {
  background: #081f29 url("../images/marketplace/marketplace.howitworks.introBG.gif") !important;
  margin-top: -15px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

#partners .main-content .features-group:first-of-type .feature-text {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

#partners .main-content .features-group:first-of-type .feature-text h1 {
  color: #afe8ff !important;
}

#partners .main-content .features-group:first-of-type .feature-text p {
  color: #fff;
}

#partners .main-content .features-group:nth-of-type(even) {
  background: #f9f9f9;
}

#partners .main-content .features-group#partnerTypes {
  padding-bottom: 100px;
}

#partners .main-content .features-group#partnerTypes .partner-item {
  background: #fff;
  margin-top: -30px;
  padding: 60px 40px;
  border-radius: 5px;
  box-shadow: 0 20px 70px 5px rgba(0, 0, 0, 0.15);
}

#partners .main-content .features-group#partnerTypes .partner-item.higher {
  margin-top: -60px;
}

#partners .main-content .features-group#partnerTypes .partner-item .btn {
  margin-bottom: 10px;
}

#partners .main-content .features-group#partnerPremium {
  padding-bottom: 60px;
}

#partners .main-content .features-group#partnerPremium .feature-text {
  padding-bottom: 30px;
}

#partners .main-content .features-group#partnerQuote {
  background: #142f65;
}

#partners .main-content .features-group#partnerQuote .quote-image {
  margin-top: 80px;
  border-radius: 50%;
}

#partners .main-content .features-group#partnerQuote .feature-text {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}

#partners .main-content .features-group#partnerQuote .feature-text .quote-mark {
  font-size: 40px;
  margin-left: -10px;
  line-height: 0px;
  color: #001C3D;
  font-style: italic;
}

#partners .main-content .features-group#partnerQuote .feature-text h5 {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 200;
  line-height: 18px;
}

#partners .main-content .features-group#partnerQuote .feature-text p strong {
  padding-top: 10px;
  border-top: 2px solid #009EFF;
}

#partners .main-content .features-group .features-body .feature-value {
  padding: 0;
}

#partners .main-content .features-group .features-body .feature-text {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  #partners .main-content .features-group .features-body .feature-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#partners .main-content .features-group .features-body .feature-text #contactDataForm .contact-interests p {
  margin: 0;
}

#partners .main-content .features-group .features-body .feature-text #contactDataForm .contact-interests .input-field {
  margin: 0;
}

#partners .main-content .features-group .features-body .feature-text h1 {
  color: #142f65;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

#partners .main-content .features-group .features-body .feature-text .btn {
  margin-top: 15px;
}

#partners .main-content .features-group .features-body .feature-text .price-item a {
  display: block;
}

@media (max-width: 480px) {
  #partners .main-content .features-group .features-body .feature-text .price-item a {
    margin-bottom: 30px;
  }
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 150px;
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-circle span {
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-circle.medium-blue {
  background: #009EFF;
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-circle.darkest-blue {
  background: #142f65;
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-circle.light-gold {
  background: #beb793;
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-circle.gold {
  background: #d4c36c;
}

@media (max-width: 767px) {
  #partners .main-content .features-group .features-body .feature-text .price-item .price-circle {
    display: inline-block;
    float: right;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  #partners .main-content .features-group .features-body .feature-text .price-item .price-circle span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 320px) {
  #partners .main-content .features-group .features-body .feature-text .price-item .price-circle {
    display: inline-block;
    float: right;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  #partners .main-content .features-group .features-body .feature-text .price-item .price-circle span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-details h2 {
  max-width: 60%;
  color: #142f65;
  text-transform: uppercase;
  padding: 0;
  margin: 15px auto;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

@media (max-width: 1024px) {
  #partners .main-content .features-group .features-body .feature-text .price-item .price-details h2 {
    max-width: 100%;
  }
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-details p {
  color: #333;
  max-width: 80%;
  margin: 0 auto;
}

#partners .main-content .features-group .features-body .feature-text .price-item .price-details p strong {
  display: block;
}

@media (max-width: 1024px) {
  #partners .main-content .features-group .features-body .feature-text .price-item .price-details p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  #partners .main-content .features-group .features-body .feature-text .price-item .price-details {
    display: inline-block;
    width: 70%;
    float: left;
  }

  #partners .main-content .features-group .features-body .feature-text .price-item .price-details h2,
  #partners .main-content .features-group .features-body .feature-text .price-item .price-details p {
    text-align: left;
  }
}
/*
*
*	cloudscene.com
*	HOME CSS - rework
*
*/

/* Mixins */

/* VARIABLES */

/* MIXINS */

/* THEME */

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/* Header rework */

#home .main-content {
  padding: 0;
  margin-top: 0;
  background: url(../images/home/home.header.background.4k.png) no-repeat top center;
  background-size: 3660px;
  background-position: center -100px;
}

@media (max-width: 1024px) {
  #home .main-content {
    background-size: 3100px;
    background-position: center 80px;
  }
}

@media (max-width: 768px) {
  #home .main-content {
    background: white;
  }
}

#home header #mobileMenu-top,
#home header #desktopMenu {
  transition: background 0.5s;
}

#home header #mobileMenu-top .account-menu,
#home header #desktopMenu .account-menu {
  background: transparent !important;
}

#home header #mobileMenu-top:not(.top) .account-menu,
#home header #desktopMenu:not(.top) .account-menu {
  background: transparent !important;
}

#home header #mobileMenu-top #userMenu .menuSearch {
  display: none;
}

/* Angles */

.overlay-angles {
  position: absolute;
  bottom: 99.5%;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: transparent !important;
}

@media (min-width: 1400px) {
  .overlay-angles {
    height: 150px;
  }
}

@media (min-width: 1920px) {
  .overlay-angles {
    height: 170px;
  }
}

.overlay-angles:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: -105%;
  transform: rotate(30deg);
}

.overlay-angles:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: 0%;
  transform: rotate(-4deg);
}

.overlay-angles .overlay-catcher {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  bottom: 0;
  left: 0%;
  transform: rotate(-4deg);
}

.overlay-angles.darkblue:before {
  background: #001024;
}

.overlay-angles.darkblue:after {
  background: #001C3D;
}

.overlay-angles.lightestgrey:before {
  background: #ececec;
}

.overlay-angles.lightestgrey:after {
  background: #f9f9f9;
}

.overlay-angles.white:before {
  background: whitesmoke;
}

.overlay-angles.white:after {
  background: #fff;
}

.overlay-angles.lightblue:before {
  background: linear-gradient(-180deg, #bdf1ff 7%, #86cfff 100%);
}

.overlay-angles.lightblue:after {
  background: #bdf1ff;
}

/* Animations */

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

/* common panels */

#home section {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #home section {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  #home section h3,
  #home section h4 {
    font-size: 120%;
  }
}

#home section h3 {
  color: #282828;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #home section h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#home section h4 {
  margin: 0;
  margin-top: 5px;
}

#home section .featured-intro {
  margin: 30px 0;
}

#home section .featured-intro h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

/* panels */

#searchPanel {
  position: relative;
  min-height: 586px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  overflow-x: hidden;
  margin-bottom: 0 !important;
}

@media (max-width: 1399px) {
  #searchPanel {
    background-position: center bottom;
  }
}

@media (max-width: 1024px) {
  #searchPanel {
    background-position: center bottom;
    min-height: 770px;
  }
}

@media (max-width: 768px) {
  #searchPanel {
    padding-top: 50px;
    min-height: initial;
    align-items: start;
  }
}

@media (max-width: 480px) {
  #searchPanel {
    background-position: center bottom;
  }
}

@media (max-width: 320px) {
  #searchPanel {
    padding-bottom: 80px;
  }
}

#searchPanel.lazyloading:before {
  opacity: 1;
}

#searchPanel.lazyloaded:before {
  opacity: 0.5;
  transition: opacity 500ms;
}

@media (max-width: 768px) {
  #searchPanel .container {
    padding-bottom: 100px;
  }
}

#searchPanel .container .border {
  display: block;
  cursor: pointer;
  padding: 20px 24px;
  background: rgba(0, 48, 128, 0.9);
  border: 1px solid #27AAE1;
  margin-bottom: 16px;
}

#searchPanel .container .border p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

#searchPanel .container .border p.mobile-only {
  margin-bottom: 5px;
}

#searchPanel .container .border .headline {
  position: relative;
}

#searchPanel .container .border .headline .lhs {
  float: left;
  max-width: calc(100% - 40px);
}

#searchPanel .container .border .headline .lhs strong {
  display: block;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
}

@media (min-width: 992px) {
  #searchPanel .container .border .headline .lhs strong {
    font-size: 16px;
    font-size: 1rem;
  }
}

#searchPanel .container .border .headline .lhs .img-icon {
  vertical-align: top;
}

#searchPanel .container .border .headline .rhs {
  float: right;
}

#searchPanel .container .border .headline img {
  position: absolute;
  top: 0;
  left: 0;
}

#searchPanel .container .border .headline img + .headline-text {
  padding-left: 40px;
}

#searchPanel .container .border .headline .headline-text {
  margin-bottom: 12px;
  max-width: 75%;
}

@media (min-width: 321px) {
  #searchPanel .container .border .headline .headline-text {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  #searchPanel .container .border .headline .headline-text {
    margin-bottom: 20px;
  }
}

#searchPanel .container .border .headline span {
  color: #fff;
  font-size: 40px;
}

#searchPanel .container .border .img-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 0px;
  vertical-align: bottom;
}

#searchPanel .container h1 {
  display: inline-block;
  font-size: 50px;
  font-size: 3.125rem;
  color: #282828;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  #searchPanel .container h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

#searchPanel .container h2 {
  text-align: center;
  width: 80%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #282828;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  #searchPanel .container h2 {
    font-size: 18px;
    font-size: 1.125rem;
    width: 100%;
  }
}

@media (max-width: 480px) {
  #searchPanel .container h2 {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
  }
}

#searchPanel .container #homepageSearch {
  width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 50px;
}

@media (max-width: 768px) {
  #searchPanel .container #homepageSearch {
    width: 100%;
  }
}

#searchPanel .container #homepageSearch .input-group {
  width: 100%;
  overflow: hidden;
}

#searchPanel .container #homepageSearch input {
  background: white;
  border: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  padding-left: 50px;
  box-sizing: border-box;
}

#searchPanel .container #homepageSearch input::placeholder {
  color: #DCDCDC;
  font-style: italic;
  text-overflow: ellipsis;
}

#searchPanel .container #homepageSearch button {
  padding: 0;
  background: #009EFF;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 8px;
  width: 50px;
  height: 40px;
  background: white;
  box-shadow: none;
  border: 0;
  border-radius: 4px;
}

#searchPanel .container #homepageSearch:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #0D106A 0%, #54A8FF 100%);
  border-radius: 6px;
}

#searchPanel .container #trending-search-links {
  margin-top: 24px;
}

#searchPanel .container #trending-search-links h3 {
  display: block;
  color: #fff;
  text-transform: capitalize;
  margin-right: 16px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  #searchPanel .container #trending-search-links h3 {
    display: inline-block;
  }
}

#searchPanel .container #trending-search-links a {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 16px;
  text-decoration: underline;
  color: #afe8ff;
}

@media (max-width: 1024px) {
  #searchPanel .container #trending-search-links a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#searchPanel .container #trending-search-links a:hover {
  color: #e2f7ff;
}

#source-sell-search .nav-tabs {
  align-content: space-between;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
}

#source-sell-search .nav-tabs > li {
  text-align: center;
  color: white;
  border-radius: 5px !important;
}

#source-sell-search .nav-tabs > li a {
  margin: 0;
  background: transparent;
  color: #282828;
  border: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

#source-sell-search .nav-tabs > li.active {
  color: white;
  background: linear-gradient(90deg, #0D106A 0%, #54A8FF 100%);
}

#source-sell-search .nav-tabs > li.active a {
  color: white;
}

#source-sell-search .tab-content {
  text-align: center;
}

#source-sell-search .tab-content h3 {
  color: #282828;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: none;
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #source-sell-search .tab-content h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#source-sell-search .tab-content h5 {
  color: #282828;
  font-size: 16px;
  font-size: 1rem;
}

#source-sell-search .tab-content .cta-slide-show {
  margin-top: 90px;
  margin-bottom: 90px;
}

@media (min-width: 1400px) {
  #source-sell-search .tab-content .cta-slide-show {
    text-align: left;
  }
}

@media (max-width: 1399px) {
  #source-sell-search .tab-content .cta-slide-show {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  #source-sell-search .tab-content .cta-slide-show {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #source-sell-search .tab-content .cta-slide-show {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#source-sell-search .tab-content .cta-slide-show h4 {
  text-transform: none;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  #source-sell-search .tab-content .cta-slide-show h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#source-sell-search .tab-content .cta-slide-show p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #source-sell-search .tab-content .cta-slide-show p {
    text-align: center;
  }
}

#source-sell-search .tab-content .cta-slide-show img {
  width: 100%;
}

@media (max-width: 768px) {
  #source-sell-search .tab-content .cta-slide-show > div {
    margin-bottom: 40px;
  }
}

#source-sell-search .tab-content .marketing-panel > div {
  margin-top: 60px;
  margin-bottom: 40px;
}

#source-sell-search .tab-content .marketing-panel img {
  text-align: center;
  height: 80px;
}

#source-sell-search .tab-content .marketing-panel h4 {
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin-top: 30px;
}

#source-sell-search .tab-content .marketing-panel p {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  #source-sell-search #topLists .scroll-container {
    overflow-x: scroll;
  }
}

#source-sell-search #topLists #toplist-table {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  #source-sell-search #topLists #toplist-table {
    display: block;
    width: 1000px;
    text-align: left;
  }
}

#source-sell-search #topLists .toplist-group {
  flex: 1 0 18%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  #source-sell-search #topLists .toplist-group {
    flex: none;
    width: 200px;
  }
}

#source-sell-search #topLists .toplist-group .toplist-header {
  text-align: center;
  display: block;
  position: relative;
  padding: 0;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-header {
    height: 70px;
  }
}

#source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: -2px;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
}

#source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 {
  color: #282828;
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 1400px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0;
  }
}

#source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 span {
  display: block;
  color: #AAA;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 12px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 1400px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  #source-sell-search #topLists .toplist-group .toplist-header .toplist-header-inner h2 span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items {
  margin-top: 15px;
  margin-left: 0 !important;
  text-align: center !important;
  list-style-type: none !important;
}

@media (max-width: 768px) {
  #source-sell-search #topLists .toplist-group .toplist-items {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-items {
    margin-left: 0 !important;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items li {
  height: 100px !important;
  list-style-type: none !important;
}

#source-sell-search #topLists .toplist-group .toplist-items li:last-child:after {
  display: none;
}

#source-sell-search #topLists .toplist-group .toplist-items li div {
  vertical-align: top;
}

#source-sell-search #topLists .toplist-group .toplist-items li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1rem;
}

#source-sell-search #topLists .toplist-group .toplist-items li a .number {
  font-size: 40px;
  font-size: 2.5rem;
  margin: 0 30px 0 0;
}

@media (min-width: 1200px) {
  #source-sell-search #topLists .toplist-group .toplist-items li a .number {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-items li a .number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items li a .details {
  display: inline-block;
  word-wrap: break-word;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-items li a .details {
    width: 100%;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items li:nth-child(10) .number span {
  display: none;
}

#source-sell-search #topLists .toplist-group .toplist-items {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#source-sell-search #topLists .toplist-group .toplist-items li {
  height: 100px;
  border-bottom: 1px solid whitesmoke;
  border-top: 1px solid whitesmoke;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-items li {
    height: 70px;
  }
}

#source-sell-search #topLists .toplist-group .toplist-items li a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #AAA;
}

#source-sell-search #topLists .toplist-group .toplist-items li a:hover {
  text-decoration: none;
}

#source-sell-search #topLists .toplist-group .toplist-items li a div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#source-sell-search #topLists .toplist-group .toplist-items li a div img {
  max-width: 40%;
  max-height: 40px;
  margin-bottom: 10px;
}

#source-sell-search #topLists .toplist-group .toplist-items li span.provider {
  display: block;
  text-transform: uppercase;
  color: #282828;
}

#source-sell-search #topLists .toplist-group .toplist-items li:last-child {
  position: relative;
  border-bottom: 1px solid whitesmoke;
}

#source-sell-search #topLists .toplist-group .toplist-footer {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#source-sell-search #topLists .toplist-group .toplist-footer span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #AAA;
  display: inline-block;
  margin-bottom: 30px;
}

#source-sell-search #topLists .toplist-group .toplist-footer a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009EFF;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 480px) {
  #source-sell-search #topLists .toplist-group .toplist-footer a {
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 320px) {
  #source-sell-search #topLists .toplist-group .toplist-footer a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#source-sell-search #topLists .toplist-group .toplist-footer a:hover {
  text-decoration: none;
}

#cloud-providers {
  text-align: center;
}

#cloud-providers h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin-bottom: 30px;
}

#cloud-providers p {
  font-size: 16px;
  font-size: 1rem;
  color: #282828;
}

#cloud-providers ul.cloud-icons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

#cloud-providers ul.cloud-icons li {
  padding: 10px 0;
  flex: 1 0 14%;
}

@media (max-width: 1399px) {
  #cloud-providers ul.cloud-icons li {
    flex: 1 0 25%;
  }
}

@media (max-width: 1024px) {
  #cloud-providers ul.cloud-icons li {
    flex: 1 0 50%;
  }
}

#cloud-providers ul.cloud-icons li img {
  max-height: 50px;
}

#cloud-providers ul.cloud-icons li.filling-empty-space-childs {
  width: 205px;
  /*the width of the images in this example*/
  height: 0;
  /*Important! for the divs to collapse should they fall in a new row*/
}

#home #cloud-path-finder {
  margin-top: 100px;
  padding-top: 70px;
  padding-bottom: 70px;
  background: linear-gradient(90deg, #060823 30%, #002D6F 80%);
  position: relative;
}

@media (max-width: 768px) {
  #home #cloud-path-finder {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#home #cloud-path-finder::before {
  content: "";
  height: 100%;
  width: 15%;
  background: white url(../images/home/cpf_snip_1.png) no-repeat right;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1399px) {
  #home #cloud-path-finder::before {
    display: none;
  }
}

@media (max-width: 767px) {
  #home #cloud-path-finder {
    margin-top: 200px;
    padding-top: 300px;
    background: linear-gradient(0deg, #060823 20%, #002D6F 80%);
  }
}

#home #cloud-path-finder #cloud-path-content {
  padding-left: 100px;
}

@media (max-width: 768px) {
  #home #cloud-path-finder #cloud-path-content {
    text-align: center;
    padding-left: 15px;
  }
}

#home #cloud-path-finder h3 {
  color: #fff;
  text-transform: none;
  text-align: left;
}

@media (max-width: 768px) {
  #home #cloud-path-finder h3 {
    text-align: center;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#home #cloud-path-finder p {
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin: 30px 0;
}

@media (max-width: 768px) {
  #home #cloud-path-finder p {
    text-align: center;
  }
}

#home #cloud-path-finder #cloud-path-finder-image {
  position: absolute;
  right: 0;
  top: -166px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  #home #cloud-path-finder #cloud-path-finder-image {
    left: 0;
    top: -417px;
  }

  #home #cloud-path-finder #cloud-path-finder-image img {
    width: 260px;
  }
}

@media (max-width: 480px) {
  #home #cloud-path-finder #cloud-path-finder-image {
    left: 0;
    top: -417px;
  }

  #home #cloud-path-finder #cloud-path-finder-image img {
    width: 260px;
  }
}

#home-google-video .modal-dialog,
#home-ed-video .modal-dialog,
#home-main-video .modal-dialog {
  width: 80%;
}

@media (max-width: 768px) {
  #home-google-video .modal-dialog,
  #home-ed-video .modal-dialog,
  #home-main-video .modal-dialog {
    width: 100%;
  }
}

#industry-insights {
  text-align: center;
}

#industry-insights h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #282828;
  text-transform: none;
  margin-bottom: 60px;
  margin-top: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #industry-insights h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#industry-insights #industry-insights-carousel {
  height: auto;
  max-height: 877px;
}

#industry-insights #industry-insights-carousel img {
  max-height: 400px;
  width: auto;
  display: inline-block;
  position: relative;
}

#industry-insights #industry-insights-carousel .video {
  cursor: pointer;
}

#industry-insights #industry-insights-carousel .video::after {
  font-family: 'Material Icons';
  content: "play_arrow";
  color: white;
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 50%;
  width: 50px;
  height: 50px;
  background: #009EFF;
  border-radius: 50%;
  margin-right: -25px;
  margin-top: -100px;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.5s;
}

#industry-insights #industry-insights-carousel .video:hover::after {
  background: #007ecc;
}

#industry-insights #industry-insights-carousel .item.left,
#industry-insights #industry-insights-carousel .item.right {
  float: none !important;
}

#industry-insights #industry-insights-carousel .carousel-caption {
  color: #282828;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50%;
  text-shadow: none;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #industry-insights #industry-insights-carousel .carousel-caption {
    width: 100%;
  }
}

#industry-insights #industry-insights-carousel .carousel-caption span {
  display: block;
  color: #AAA;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

#industry-insights #industry-insights-carousel .carousel-indicators {
  bottom: -10px;
}

#industry-insights #industry-insights-carousel .carousel-indicators .active {
  background-color: #282828;
}

#industry-insights #industry-insights-carousel .carousel-indicators li {
  margin: 5px 5px;
  border: 0;
  background-color: #AAA;
  height: 12px;
  width: 12px;
}

#industry-insights #industry-insights-carousel .carousel-control {
  text-shadow: none;
  color: #282828;
  opacity: 1;
}

@media (max-width: 1024px) {
  #industry-insights #industry-insights-carousel .carousel-control {
    color: #fff;
    padding: 10px;
  }
}

#industry-insights #industry-insights-carousel .carousel-control.right,
#industry-insights #industry-insights-carousel .carousel-control.left {
  background-image: none;
}

#industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-left,
#industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-right {
  top: 37%;
}

@media (max-width: 1024px) {
  #industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-left,
  #industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-right {
    background: #282828;
    border-radius: 50%;
    padding: 10px;
    box-sizing: unset;
    opacity: 0.8;
    top: 35%;
  }
}

@media (max-width: 768px) {
  #industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-left,
  #industry-insights #industry-insights-carousel .carousel-control .glyphicon-chevron-right {
    top: 26%;
  }
}

#cloudscene-reviews {
  text-align: center;
}

@media (max-width: 768px) {
  #cloudscene-reviews {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#cloudscene-reviews h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #282828;
  text-transform: none;
  margin-top: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #cloudscene-reviews h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#cloudscene-reviews p {
  color: #282828;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}

#cloudscene-reviews .card {
  position: relative;
}

@media (max-width: 768px) {
  #cloudscene-reviews .card {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1399px) {
  #cloudscene-reviews .card {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#cloudscene-reviews .card-title {
  text-align: left;
  margin-bottom: 20px;
}

#cloudscene-reviews .card-details {
  margin-bottom: 60px;
}

#cloudscene-reviews .card-content {
  text-align: left;
}

#cloudscene-reviews .card-actions {
  position: absolute;
  padding-bottom: 30px;
  padding-right: 30px;
  bottom: 0;
}

#cloudscene-reviews .card-actions span {
  color: #AAA;
}

#cloudscene-reviews .cloudscene-reviews-carousel {
  margin-top: 10px;
}

#cloudscene-reviews .cloudscene-reviews-carousel .glide__bullet[class*=active] {
  background-color: #282828;
}

#cloudscene-reviews .cloudscene-reviews-carousel .glide__bullet {
  background-color: #AAA;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 .25em;
}

#cloudscene-reviews .cloudscene-reviews-carousel .card .card-details {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  min-height: 200px;
}

@media (max-width: 1199px) {
  #cloudscene-reviews .cloudscene-reviews-carousel .card .card-details {
    min-height: 330px;
  }
}

#cloudscene-reviews .cloudscene-reviews-carousel .card .card-title {
  margin-bottom: 0;
}

#newsArticles {
  margin-bottom: 60px;
}

#newsArticles #view-old-post {
  margin-top: 20px;
}

#newsArticles h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #newsArticles h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

#newsArticles .card {
  padding: 0;
  margin-top: 0;
  position: relative;
  height: 450px;
  overflow: hidden;
  transition: box-shadow 0.3s linear 0s;
}

#newsArticles .card img {
  text-align: center;
  display: block;
  width: 200%;
  position: relative;
  right: 50%;
  transition: all 0.5s;
}

#newsArticles .card:hover {
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

#newsArticles .card:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}

#newsArticles .card:hover .card-details {
  display: block !important;
  max-height: 300px;
  height: auto !important;
  opacity: 1 !important;
}

#newsArticles .card .latest-news {
  position: absolute;
  height: 20px;
  width: 50px;
  background: #009EFF;
  border-radius: 2px;
  z-index: 99;
  line-height: 20px;
  color: white;
  text-align: center;
  right: 8px;
  top: 8px;
}

#newsArticles .card-title {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3;
  max-height: 115px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}

#newsArticles .card-content {
  background: white;
  position: absolute;
  bottom: 0;
}

#newsArticles .card-details {
  transition: max-height 1s;
  color: #AAA;
  max-height: 0;
  overflow: hidden;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  #newsArticles .card-details {
    max-height: 300px;
    height: auto;
  }
}

#newsArticles .card-footer span {
  display: block;
  margin-top: 20px;
  color: #AAA;
}

/* Footer */

#home footer h3 {
  color: #fff;
}

#home footer #signupPanel h5 {
  color: #90CAf9;
}

#home footer #signupPanel #signup-details {
  color: #333;
  border-bottom: 1px solid whitesmoke;
}

#home footer #signupPanel #signup-details .social-login strong {
  color: #333;
}

#home footer #signupPanel form .input-field .prefix {
  color: #001C3D;
}

#home footer #signupPanel form .input-field .prefix.active {
  color: #142f65;
}

#home footer #signupPanel form .input-field input {
  color: #333;
}

#home footer #signupPanel form .input-field label {
  color: #333;
}

#home footer #signupPanel form .input-field label.active {
  color: #142f65;
}
/*
*
*	cloudscene.com
*	ACCOUNT CSS
*
*/

/* VARIABLES */

/* MIXINS */

.account-padding {
  padding-right: 30px;
}

@media (max-width: 768px) {
  .account-padding {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .account-padding {
    padding-right: 0;
  }
}

.account-padding .profile-verified {
  font-size: 16px;
  color: #282828;
  font-weight: normal;
  text-transform: capitalize;
}

.account-padding .profile-verified span {
  vertical-align: middle;
}

.account-padding .profile-verified i.material-icons {
  font-size: 23px;
  color: #009EFF;
  vertical-align: middle;
}

#accountIntroPanel {
  margin-top: 30px;
}

#accountIntroPanel.bottom-margin {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  #accountIntroPanel {
    margin-bottom: 15px;
  }
}

#accountIntroPanel h1 {
  padding: 10px 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #282828;
  border-bottom: 1px solid whitesmoke;
  text-transform: capitalize;
}

#accountIntroPanel h2 {
  margin: 10px 0 0px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #009EFF;
  text-transform: capitalize;
}

#accountIntroPanel .btn {
  margin-left: 10px;
}

#accountIntroPanel #opportunityFilters .input-field {
  margin: 15px 0 0 0;
}

@media (max-width: 768px) {
  #accountIntroPanel #opportunityFilters .input-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #accountIntroPanel #opportunityFilters .input-field {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  #accountProgressHolder {
    float: none !important;
  }
}

#accountProgressHolder #accountProgress {
  display: none;
  position: relative;
  margin-top: 35px;
}

#accountProgressHolder #accountProgress .progress-text {
  position: absolute;
  top: -40px;
  height: 30px;
  width: 40px;
  margin-left: -20px;
  background: #001C3D;
}

#accountProgressHolder #accountProgress .progress-text p {
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}

#accountProgressHolder #accountProgress .progress-text:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #001C3D;
  border-width: 6px;
  margin-left: -6px;
}

#accountProgressHolder #accountProgress .progress {
  margin-bottom: 0;
  background-color: #afe8ff;
}

#accountProgressHolder #accountProgress .progress .determinate {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #009EFF;
}

#accountProgressHolder #accountProgress .progress-title {
  color: #282828;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}

@media (max-width: 480px) {
  #accountSidebar {
    margin-top: 30px;
  }
}

#accountSidebar #mpButtons {
  margin: 30px 0;
}

#accountSidebar #mpButtons .btn:first-of-type {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #accountSidebar .account-menu {
    padding-top: 30px;
  }
}

#accountSidebar #assetCart {
  margin-top: 30px;
}

#accountSidebar #assetCart .features-group .features-header {
  position: relative;
  padding: 15px;
  background: #009EFF;
}

#accountSidebar #assetCart .features-group .features-header h1 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
  padding-top: 3px;
}

#accountSidebar #assetCart .features-group .features-body {
  padding: 15px;
}

#accountSidebar #assetCart .features-group .features-body h2 {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 15px;
  color: #001C3D;
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: middle;
}

#accountSidebar #assetCart .features-group .features-body ul {
  margin: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid whitesmoke;
}

#accountSidebar #assetCart .features-group .features-body ul li .item-name {
  vertical-align: top;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

#accountSidebar #assetCart .features-group .features-body ul li .item-price {
  font-size: 14px;
  font-size: 0.875rem;
  float: right;
}

#accountSidebar #assetCart .features-group .features-body ul li a.remove-item {
  color: #eb3e4e;
  line-height: inherit;
}

#accountSidebar #assetCart .features-group .features-body ul li a.remove-item i {
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
}

#accountSidebar #assetCart .features-group .features-body .total-price {
  margin: 15px 0;
  padding-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #009EFF;
  font-weight: 500;
  border-bottom: 1px solid whitesmoke;
}

#accountSidebar #assetCart .features-group .features-body .total-price .cartTotal {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
}

#accountSidebar > .btn {
  width: 100%;
}

.account-menu {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
  text-decoration: none;
  background: #fff;
}

.account-menu .account-menu-items {
  width: 100%;
  left: -140px;
  padding-bottom: 0px;
  margin-bottom: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 0;
  background: #fff;
}

.account-menu .account-menu-items .account-menu-item .active span {
  color: #fff;
}

.account-menu .account-menu-items .account-menu-header {
  width: 100%;
  padding: 15px;
  background: #142f65;
}

.account-menu .account-menu-items .account-menu-header .account-image {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 15px 0 0;
  text-align: center;
  color: #fff;
  background: #7cd4f7;
  border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
}

.account-menu .account-menu-items .account-menu-header .account-image i {
  line-height: 40px;
}

.account-menu .account-menu-items .account-menu-header .account-details {
  float: left;
  max-width: 65%;
  padding: 5px 0;
  color: #282828;
}

.account-menu .account-menu-items .account-menu-header .account-details p {
  margin: 0 0 2px;
  font-weight: 500;
}

.account-menu .account-menu-items .account-menu-header .account-details p strong {
  font-weight: 400;
  color: #009EFF;
}

.account-menu .account-menu-items .user-teams a {
  background: #F6F6F6 !important;
}

.account-menu .account-menu-items .user-teams a:not(:nth-last-child(2)) {
  border-top: 1px solid #DCDCDC;
}

.account-menu .account-menu-items .user-teams a span {
  margin-left: 0.5em;
}

.account-menu .account-menu-items .user-teams a i {
  color: #009EFF !important;
}

.account-menu .account-menu-items .user-teams a:hover span {
  color: #009EFF !important;
}

.account-menu .account-menu-items .account-menu-item,
.account-menu .account-menu-items #addCompanyAccounts li {
  display: block;
  width: 100%;
}

.account-menu .account-menu-items .account-menu-item a,
.account-menu .account-menu-items #addCompanyAccounts li a {
  display: block;
  position: relative;
  padding: 10px !important;
  text-align: left;
}

.account-menu .account-menu-items .account-menu-item a span,
.account-menu .account-menu-items .account-menu-item a p,
.account-menu .account-menu-items #addCompanyAccounts li a span,
.account-menu .account-menu-items #addCompanyAccounts li a p {
  color: #282828;
  text-transform: capitalize;
  margin: 0;
}

.account-menu .account-menu-items .account-menu-item a i,
.account-menu .account-menu-items #addCompanyAccounts li a i {
  position: absolute;
  top: 7px;
  right: 10px;
  height: auto;
  line-height: normal;
  color: #009EFF;
  font-size: 20px;
  font-size: 1.25rem;
}

.account-menu .account-menu-items .account-menu-item a:hover span,
.account-menu .account-menu-items #addCompanyAccounts li a:hover span {
  color: #fff;
}

.account-menu .account-menu-items .account-menu-item.active span,
.account-menu .account-menu-items #addCompanyAccounts li.active span {
  color: #fff;
}

.account-menu .account-menu-items .account-menu-item.active a,
.account-menu .account-menu-items .account-menu-item:hover a,
.account-menu .account-menu-items #addCompanyAccounts li.active a,
.account-menu .account-menu-items #addCompanyAccounts li:hover a {
  background: #009EFF;
}

.account-menu .account-menu-items .account-menu-item.active a i,
.account-menu .account-menu-items .account-menu-item:hover a i,
.account-menu .account-menu-items #addCompanyAccounts li.active a i,
.account-menu .account-menu-items #addCompanyAccounts li:hover a i {
  color: #fff;
}

#addCompanyAccounts a {
  background: #05a0ff !important;
  border-top: 1px solid #05a0ff !important;
  border-bottom: 1px solid #05a0ff !important;
}

#addCompanyAccounts a p {
  color: white !important;
}

@media (min-width: 768px) {
  #mobileDropdownHolder {
    display: none;
  }
}

#mobileDropdownHolder #mobileDropdown {
  margin-bottom: 15px;
  background: #142f65;
  color: #fff;
  -webkit-appearance: initial;
}

#mobileDropdownHolder:before {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

#accountTabs {
  display: none;
}

#accountTabs .assets-header {
  margin: 0 !important;
}

#accountTabs .card-view {
  background: #f9f9f9 !important;
}

#accountTabs .card-view .card-subheader {
  border-bottom: 0;
}

#myProfileDetails .input-field label {
  top: 0;
}

#myProfileDetails #dailyEmailLocations {
  margin-left: 10px;
}

@media (max-width: 480px) {
  #myProfileDetails #dailyEmailLocations {
    margin-left: 0px;
  }
}

#myProfileDetails #dailyEmailLocations .fieldset-body {
  padding-top: 15px;
}

#myProfileDetails #dailyEmailLocations .chip {
  margin: 5px 5px;
}

@media (max-width: 480px) {
  #myProfileDetails #dailyEmailLocations .chip {
    margin: 0;
  }
}

#myProfileDetails #selectCountryOfInterest {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 480px) {
  #myProfileDetails #selectCountryOfInterest {
    margin-left: 35px;
    margin-top: 5px;
  }
}

#companyDetails #companyUpdate.locked .input-field.selecttwo label {
  color: #ccc;
}

#companyDetails #companyUpdate.locked .input-field.selecttwo .select2-container--disabled .select2-selection--single span {
  font-weight: 400;
  font-size: 1rem;
}

#companyDetails #companyUpdate.locked .input-field .select2-container--disabled .select2-selection {
  border-bottom: 0px !important;
}

#inviteTeamMember {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#inviteTeamMember .input-field {
  display: inline-block;
  width: 19%;
  margin: 0 1% 15px 0;
}

#inviteTeamMember .input-field.selecttwo {
  width: 20%;
  margin-right: 0;
}

@media (max-width: 1024px) {
  #inviteTeamMember .input-field {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
}

@media (max-width: 768px) {
  #inviteTeamMember .input-field {
    width: 100% !important;
  }
}

#inviteTeamMember .btn-holder {
  display: inline-block;
  width: 9%;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  #inviteTeamMember .btn-holder {
    float: none !important;
    display: block;
    width: 100%;
    text-align: center;
  }
}

#inviteTeamMember .btn-holder .btn {
  width: 100%;
  padding: 0;
  text-align: center;
}

#teamMembers {
  /* Responsive table */
}

#teamMembers .header-right .search,
#teamMembers .header-right .sort {
  width: 100%;
}

#teamMembers .header-right .search input,
#teamMembers .header-right .sort input {
  width: 100%;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #teamMembers table,
  #teamMembers thead,
  #teamMembers tbody,
  #teamMembers th,
  #teamMembers td,
  #teamMembers tr {
    display: block;
  }

  #teamMembers thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #teamMembers td {
    border: none;
    position: relative;
    padding: 10px 10px 10px 25%;
    min-height: 42px;
  }

  #teamMembers td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    color: #001C3D;
    border-right: 1px solid #eaeaea;
  }

  #teamMembers td:nth-of-type(1):before {
    content: "Name";
  }

  #teamMembers td:nth-of-type(2):before {
    content: "Email";
  }

  #teamMembers td:nth-of-type(3):before {
    content: "Role";
  }

  #teamMembers td:nth-of-type(4):before {
    content: "Actions";
  }

  #teamMembers tbody.no-results td {
    display: block !important;
    padding: 15px 0;
  }

  #teamMembers tbody.no-results td:before {
    border: 0;
    content: "";
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #teamMembers body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #teamMembers body {
    width: 495px;
  }
}

#teamMembers .name,
#teamMembers .email {
  word-wrap: break-word;
  word-break: break-all;
  table-layout: fixed;
}

#teamMembers .waiting .name,
#teamMembers .waiting .email,
#teamMembers .waiting .role,
#teamMembers .waiting .actions {
  color: #aaaaaa;
  font-style: italic;
}

#teamMembers .rejected .name,
#teamMembers .rejected .email,
#teamMembers .rejected .role {
  color: #eb3e4e;
}

#teamMembers .actions {
  white-space: nowrap;
}

#teamMembers .actions span:before {
  margin: 0 5px;
  content: " | ";
  color: #c4c4c4 !important;
  font-style: normal;
  pointer-events: none;
}

#teamMembers .actions span:first-child {
  margin: 0;
}

#teamMembers .actions span:first-child:before {
  display: none;
  content: "";
  margin: 0;
}

#teamMembers .actions span a {
  display: inline-block;
  color: #009EFF;
  font-style: normal;
}

#teamMembers .actions span a:before {
  margin: 0 5px;
  content: " | ";
  color: #c4c4c4 !important;
  font-style: normal;
}

#teamMembers .actions span a:first-child {
  margin: 0;
}

#teamMembers .actions span a:first-child:before {
  content: "";
  margin: 0;
}

#companyAssets {
  /* Responsive table */
}

#companyAssets section {
  margin-bottom: 30px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #companyAssets table,
  #companyAssets thead,
  #companyAssets tbody,
  #companyAssets th,
  #companyAssets td,
  #companyAssets tr {
    display: block;
  }

  #companyAssets thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #companyAssets td {
    border: none;
    position: relative;
    padding: 10px 10px 10px 30%;
    min-height: 42px;
  }

  #companyAssets td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    color: #001C3D;
    border-right: 1px solid #eaeaea;
  }

  #companyAssets td:nth-of-type(1):before {
    content: "Name";
  }

  #companyAssets td:nth-of-type(2):before {
    content: "Updated";
  }

  #companyAssets td:nth-of-type(3):before {
    content: "Status";
  }

  #companyAssets td:nth-of-type(4):before {
    content: "Actions";
  }

  #companyAssets tbody.no-results td {
    display: block !important;
    padding: 15px 0;
  }

  #companyAssets tbody.no-results td:before {
    border: 0;
    content: "";
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #companyAssets body {
    padding: 0;
    margin: 0;
    width: 320px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #companyAssets body {
    width: 495px;
  }
}

#companyAssets .fieldset-body {
  padding: 15px;
}

#companyAssets .name {
  word-wrap: break-word;
  word-break: break-all;
  table-layout: fixed;
}

#companyAssets .pending .name,
#companyAssets .pending .updated,
#companyAssets .pending .status {
  color: #aaaaaa;
  font-style: italic;
}

#companyAssets #claimAsset .claimItem {
  display: inline-block;
  width: 66%;
}

#companyAssets #claimAsset .claimItem .input-field {
  margin: 0;
}

#companyAssets #claimAsset .claimItem#assetType {
  width: 20%;
  margin-right: 2%;
}

@media (max-width: 768px) {
  #companyAssets #claimAsset .claimItem {
    width: 100% !important;
  }
}

#companyAssets #claimAsset #assetType {
  display: inline-block;
  width: 20%;
  margin: 0 2% 0 0;
}

#companyAssets #claimAsset #assetType .input-field {
  margin: 0;
}

@media (max-width: 768px) {
  #companyAssets #claimAsset #assetType {
    width: 100% !important;
  }
}

#companyAssets #claimAsset .btn-holder {
  display: inline-block;
}

@media (max-width: 768px) {
  #companyAssets #claimAsset .btn-holder {
    margin-top: 15px;
  }
}

#companyAssets #claimAsset .helper-text {
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  #companyAssets #claimAsset .helper-text {
    margin-top: 25px;
  }
}

.modalEditBlurb .modal-dialog {
  width: 800px;
}

.modalEditBlurb .promotedBlurbItems {
  margin-top: -5px;
}

.modalEditBlurb .promotedBlurbItems li a {
  display: block;
  padding: 15px 15px;
  border-bottom: 1px solid #17516a;
}

.modalEditBlurb .promotedBlurbItems li a.active {
  background: #16336e;
}

.modalEditBlurb .promotedBlurbItems li a .blurb-asset {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.modalEditBlurb .promotedBlurbItems li a .blurb-missing {
  color: #7ccc59;
}

.modalEditBlurb .promotedBlurbItems li a .blurb-missing i {
  font-size: 14px;
  font-size: 0.875rem;
}

.modalEditBlurb .promotedBlurbItems li a .blurb-expiry {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.modalEditBlurb .promotedBlurbEntry .input-field {
  padding: 0;
}

.modalEditBlurb .promotedBlurbEntry .input-field textarea {
  min-height: 1rem;
  padding: 2rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.modalEditBlurb .samplePromotedCard {
  position: relative;
  max-width: 265.83px;
}

.modalEditBlurb .samplePromotedCard .promoted-icon {
  top: 0;
  right: 0;
  text-align: center;
}

.modalEditBlurb .samplePromotedCard .card-details {
  max-height: 155px;
  overflow: hidden;
  padding: 15px !important;
}

.modalEditBlurb .samplePromotedCard .card-details div {
  display: block;
  padding: 0;
}

.modalEditBlurb .samplePromotedCard .card-details p {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  color: #777;
}

.modalEditBlurb .promoted-length {
  margin-top: 10px;
  color: #7cd4f7;
  font-size: 12px;
  font-size: 0.75rem;
}

#history #historyItems {
  /* Responsive table */
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #history #historyItems table,
  #history #historyItems thead,
  #history #historyItems tbody,
  #history #historyItems th,
  #history #historyItems td,
  #history #historyItems tr {
    display: block;
  }

  #history #historyItems thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #history #historyItems td {
    border: none;
    position: relative;
    padding: 10px 10px 10px 35%;
    min-height: 42px;
  }

  #history #historyItems td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    color: #001C3D;
    border-right: 1px solid #eaeaea;
  }

  #history #historyItems td:nth-of-type(1):before {
    content: "Type";
  }

  #history #historyItems td:nth-of-type(2):before {
    content: "Name";
  }

  #history #historyItems td:nth-of-type(3):before {
    content: "Operator";
  }

  #history #historyItems td:nth-of-type(4):before {
    content: "Last Visit";
  }

  #history #historyItems tbody.no-results td {
    display: block !important;
    padding: 15px 0;
  }

  #history #historyItems tbody.no-results td:before {
    border: 0;
    content: "";
  }
}

#myFavourites a {
  cursor: pointer;
}

#myFavourites a:hover {
  color: #142f65;
}

#myFavourites a:hover i {
  color: #142f65;
}

#myFavourites .no-results {
  padding: 15px 0;
}

#myFavourites .no-results i {
  color: #009EFF;
}

#invoices td {
  padding-left: 20px !important;
  text-align: left;
}

#companyTemplates #serviceTemplates {
  /* Responsive table */
}

#companyTemplates #serviceTemplates .assets-header .btn {
  margin-top: -10px;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  #companyTemplates #serviceTemplates table,
  #companyTemplates #serviceTemplates thead,
  #companyTemplates #serviceTemplates tbody,
  #companyTemplates #serviceTemplates th,
  #companyTemplates #serviceTemplates td,
  #companyTemplates #serviceTemplates tr {
    display: block;
  }

  #companyTemplates #serviceTemplates thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #companyTemplates #serviceTemplates td {
    border: none;
    position: relative;
    padding: 10px 10px 10px 35%;
    min-height: 42px;
  }

  #companyTemplates #serviceTemplates td:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    padding: 10px;
    white-space: nowrap;
    color: #001C3D;
    border-right: 1px solid #eaeaea;
  }

  #companyTemplates #serviceTemplates td:nth-of-type(1):before {
    content: "Name";
  }

  #companyTemplates #serviceTemplates td:nth-of-type(2):before {
    content: "PoPs";
  }

  #companyTemplates #serviceTemplates td:nth-of-type(3):before {
    content: "Actions";
  }

  #companyTemplates #serviceTemplates tbody.no-results td {
    display: block !important;
    padding: 15px 0;
  }

  #companyTemplates #serviceTemplates tbody.no-results td:before {
    border: 0;
    content: "";
  }
}

#companyTemplates #serviceTemplates .actions {
  white-space: nowrap;
}

#companyTemplates #serviceTemplates .actions span:before {
  margin: 0 5px;
  content: " | ";
  color: #c4c4c4 !important;
  font-style: normal;
  pointer-events: none;
}

#companyTemplates #serviceTemplates .actions span:first-child {
  margin: 0;
}

#companyTemplates #serviceTemplates .actions span:first-child:before {
  display: none;
  content: "";
  margin: 0;
}

#companyTemplates #serviceTemplates .actions span a {
  display: inline-block;
  color: #009EFF;
  font-style: normal;
}
/* fallback */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /*src: url(https://fonts.gstatic.com/s/materialicons/v34/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2');*/
  src: url(../fonts/material-design-icons-2.2.0/iconfont/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/material-design-icons-2.2.0/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/material-design-icons-2.2.0/iconfont/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/material-design-icons-2.2.0/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/ZLqKeelYbATG60EpZBSDy4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/oHi30kwQWvpCWqAhzHcCSIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/rGvHdJnr2l75qb0YND9NyIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/mx9Uck6uB63VIKFYnEMXrYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/mbmhprMH69Zi6eEPBYVFhYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/oOeFwZNlrTefzLYmlVV1UIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

/* cyrillic-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/s7gftie1JANC-QmDJvMWZoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/3Y_xCyt7TNunMGg0Et2pnoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/WeQRRE07FDkIrr29oHQgHIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/jyIYROCkJM3gZ4KV00YXOIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/phsu-QZXz1JBv0PbFoPmEIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/9_7S_tWeGDh5Pq3u05RVkoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/mnpfi9pxYH-Go5UiibESIpBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
.exclusive-section {
  text-align: center;
}

.exclusive-section span {
  cursor: pointer;
}

.exclusive-section img {
  max-width: 100%;
}

#marketplaceSidebarExclusiveAdMobile {
  padding-top: 2em;
  padding-bottom: 2em;
}

#exclusiveSectionAnalytics > tbody > tr {
  cursor: pointer;
}

#exclusiveSectionAnalytics .expand-analytics {
  vertical-align: middle;
}

#exclusiveSectionAnalytics tr.active > td {
  background: #ebebeb;
}

#exclusiveSectionAnalytics tr.exclusive-analytics {
  display: none;
  background: whitesmoke;
}

#exclusiveSectionAnalytics tr.exclusive-analytics.open {
  display: table-row;
}

.analytics-filter {
  font-size: 0.9em;
  color: #1f4997;
  padding: 7px 0;
}

.analytics-filter button {
  ackground: none;
  border: none;
  padding: 0 10px;
  margin: 0;
  font-weight: bold;
}

.analytics-filter button:focus {
  background: none !important;
}

.analytics-filter button.dropdown-toggle {
  box-shadow: none !important;
}

.analytics-filter button .material-icons {
  vertical-align: middle;
}
/* VARIABLES */

/* MIXINS */

.btn-outline-mediumblue {
  color: #009EFF;
  background-color: transparent;
  background-image: none;
  border-color: #009EFF;
  border-radius: 2rem;
  line-height: 40px;
  height: 40px;
}

.btn-outline-mediumblue:hover {
  color: #fff;
  background-color: #009EFF;
  border-color: #009EFF;
}

.btn-outline-mediumblue:focus,
.btn-outline-mediumblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 255, 0.5);
}

.btn-outline-mediumblue:not(:disabled):not(.disabled):active,
.btn-outline-mediumblue:not(:disabled):not(.disabled).active,
.show > .btn-outline-mediumblue.dropdown-toggle {
  color: #009EFF;
  background-color: transparent;
  border-color: #009EFF;
}

.btn-outline-mediumblue:not(:disabled):not(.disabled):active:focus,
.btn-outline-mediumblue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-mediumblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 158, 255, 0.5);
}