@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import "/static/master-client/global/fonts/hackett-icons/hackett-icons.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * Multiple Selection Component for Bootstrap
 *
 * Author:       Nicolas Bize
 * Maintainer:   Sergio F. Rodriguez
 * Created:      Feb 8th 2013
 * Last Updated: Feb 15th 2024
 * Version:      2.1.4
 * Licence:      MagicSuggest is licenced under MIT licence (http://opensource.org/licenses/MIT)
 */
.ms-ctn {
  position: relative;
  padding: 5px 12px;
  height: auto;
}
.ms-inv {
  border: 1px solid #CC0000;
}
.ms-ctn-readonly {
  cursor: pointer;
}
.ms-ctn-disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.ms-ctn-bootstrap-focus,
.ms-ctn-bootstrap-focus .ms-res-ctn {
  border-color: rgba(82, 168, 236, 0.8) !important;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ms-ctn-focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ms-ctn input {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  outline: none;
  display: block;
  padding: 0;
  line-height: 1.42857143;
  margin: 1px 0;
  width: 100%;
}
.ms-ctn .ms-sel-ctn input {
  float: left;
}
.ms-ctn-disabled input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.ms-ctn .ms-input-readonly {
  cursor: pointer;
}
.ms-ctn .ms-empty-text {
  color: #DDD;
}
.ms-ctn input:focus {
  border: 0;
  box-shadow: none;
  -webkit-transition: none;
  background: #FFF;
}
.ms-ctn input::-ms-clear {
  width: 0;
  height: 0;
}
.ms-ctn .ms-trigger {
  top: 0;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  background: transparent;
  border-left: 1px solid #CCC;
  cursor: pointer;
}
.ms-ctn .ms-trigger .ms-trigger-ico {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 8px;
  margin-top: 15px;
}
.ms-ctn .ms-trigger:hover {
  background-color: #e6e6e6;
}
.ms-ctn .ms-trigger:hover .ms-trigger-ico {
  background-position: 0 -4px;
}
.ms-ctn-disabled .ms-trigger {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.ms-ctn-bootstrap-focus {
  border-bottom: 1px solid #CCC;
}
.ms-res-ctn {
  width: 100%;
  display: block;
  overflow-y: auto;
}
.ms-res-ctn .ms-res-group {
  line-height: 23px;
  text-align: left;
  padding: 2px 5px;
  font-weight: bold;
  border-bottom: 1px dotted #CCC;
  border-top: 1px solid #CCC;
  background: #f3edff;
  color: #333;
}
.ms-res-ctn .ms-res-item {
  line-height: 25px;
  text-align: left;
  padding: 2px 5px;
  color: #666;
  cursor: pointer;
}
.ms-res-ctn .ms-res-item-grouped {
  padding-left: 15px;
}
.ms-res-ctn .ms-res-odd {
  background: #FAFAFA;
}
.ms-res-ctn .ms-res-item-active {
  background-color: #F5F5F5;
}
.ms-res-ctn .ms-res-item-disabled {
  color: #CCC;
  cursor: default;
}
.ms-sel-ctn {
  overflow: auto;
  line-height: 18px;
  padding-right: 25px;
}
.ms-no-trigger .ms-sel-ctn {
  padding-right: 0;
}
/** Outer and global tags **/
.ms-sel-ctn .ms-sel-item {
  background: #F3F3F3;
  color: #999;
  float: left;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #DDD;
  margin: 3px 0px 1px 0;
}
.ms-sel-ctn .ms-sel-invalid {
  border-color: #f8a5a5 !important;
  background: #FDF2F2 !important;
}
.ms-sel-ctn .ms-sel-item:hover {
  border: 1px solid #BBB;
}
/** For inner tags **/
.ms-ctn .ms-sel-item {
  background: #F3F3F3;
  color: #999;
  float: left;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #DDD;
  margin: 1px 5px 1px 0;
}
.ms-ctn .ms-sel-item:hover {
  border: 1px solid transparent;
}
.ms-ctn-focus .ms-sel-item:hover {
  border: 1px solid #BBB;
}
.ms-sel-ctn .ms-sel-text {
  background: #FFF;
  color: #666;
  padding-right: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
}
.ms-as-string .ms-sel-text {
  border-color: transparent;
}
.ms-res-ctn .ms-res-item em {
  font-style: normal;
  background: #565656;
  color: #FFF;
}
.ms-sel-ctn .ms-sel-text:hover {
  background: #FFF;
}
.ms-sel-ctn .ms-sel-item-active {
  border: 1px solid red;
  background: #757575;
}
.ms-stacked .ms-sel-item {
  float: inherit;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn {
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin: 6px 2px 0 10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC");
  background-position: 0 -7px;
}
.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
  background-position: 0 0;
}
.ms-stacked .ms-sel-item .ms-close-btn {
  margin-left: 0px;
}
.ms-helper {
  color: #AAA;
  font-size: 10px;
  position: absolute;
  top: -17px;
  right: 0;
}
.ms-ctn.input-lg .ms-trigger .ms-trigger-ico {
  margin-top: 17px;
}
.ms-ctn.input-sm .ms-trigger .ms-trigger-ico {
  margin-top: 13px;
}
.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item {
  padding-top: 2px;
  padding-bottom: 3px;
}
.ms-ctn.input-sm .ms-sel-ctn {
  line-height: 15px;
}
.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn {
  margin-top: 4px;
}
.ms-ctn .ms-sel-ctn {
  margin-left: -7px;
}
.ms-ctn .ms-trigger:hover {
  width: 24px;
  right: 1px;
  border-radius: 0 3px 3px 0;
}
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.hinge {
  animation-duration: 2s;
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  animation-duration: 0.5s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  animation-duration: 0.25s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  animation-duration: 0.75s;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*!
 * FullCalendar v2.3.2 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed .fc-today {
  background: #fcf8e3;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.2em;
  vertical-align: middle;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 0.9em;
  margin-top: 2px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* for IE */
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}
/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}
/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}
/*
 * Dropit v1.1.0
 * http://dev7studios.com/dropit
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* These styles assume you are using ul and li */
.dropit {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropit .dropit-trigger {
  position: relative;
}
.dropit .dropit-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  /* dropdown left or right */
  z-index: 1000;
  display: none;
  min-width: 150px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropit .dropit-open .dropit-submenu {
  display: block;
}
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}
.autocomplete-suggestion {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  padding: 10px 12px 7px 12px;
  clear: both;
  white-space: nowrap;
  border-bottom: 1px solid #EBEBEB;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
}
.autocomplete-selected {
  background-color: #f5f5f5;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #f27b2c;
}
.autocomplete-group {
  padding: 0;
}
.autocomplete-group strong {
  background-color: #3ebede;
  display: block;
  padding: 10px 12px 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/*!
 * vue-treeselect v0.0.38 | (c) 2017-2019 Riophae Lee
 * Released under the MIT License.
 * https://vue-treeselect.js.org/
 */
.vue-treeselect-helper-hide {
  display: none;
}
.vue-treeselect-helper-zoom-effect-off {
  -ms-transform: none!important;
  transform: none !important;
}
@keyframes vue-treeselect-animation-fade-in {
  0% {
    opacity: 0;
  }
}
@keyframes vue-treeselect-animation-bounce {
  0%,
  to {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes vue-treeselect-animation-rotate {
  to {
    transform: rotate(1turn);
  }
}
.vue-treeselect__multi-value-item--transition-enter-active,
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-duration: 0.2s;
  transition-property: transform, opacity;
}
.vue-treeselect__multi-value-item--transition-enter-active {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__multi-value-item--transition-leave-active {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
}
.vue-treeselect__multi-value-item--transition-enter,
.vue-treeselect__multi-value-item--transition-leave-to {
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.vue-treeselect__multi-value-item--transition-move {
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vue-treeselect {
  position: relative;
  text-align: left;
}
.vue-treeselect div,
.vue-treeselect span {
  box-sizing: border-box;
}
.vue-treeselect svg {
  fill: currentColor;
}
.vue-treeselect__control {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  transition-duration: 0.2s;
  transition-property: border-color, box-shadow, width, height, background-color, opacity;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover {
  border-color: #cfcfcf;
}
.vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control {
  border-color: #039be5;
  box-shadow: 0 0 0 3px rgba(3, 155, 229, 0.1);
}
.vue-treeselect--disabled .vue-treeselect__control {
  background-color: #f9f9f9;
}
.vue-treeselect--open .vue-treeselect__control {
  border-color: #cfcfcf;
}
.vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.vue-treeselect__multi-value,
.vue-treeselect__value-container {
  width: 100%;
  vertical-align: middle;
}
.vue-treeselect__value-container {
  display: table-cell;
  position: relative;
}
.vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container {
  cursor: text;
}
.vue-treeselect__multi-value {
  display: inline-block;
}
.vue-treeselect--has-value .vue-treeselect__multi-value {
  margin-bottom: 5px;
}
.vue-treeselect__placeholder,
.vue-treeselect__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.vue-treeselect__placeholder {
  color: #bdbdbd;
}
.vue-treeselect__single-value {
  color: #333;
}
.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value {
  color: #bdbdbd;
}
.vue-treeselect__multi-value-item-container {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__multi-value-item {
  display: inline-table;
  padding: 2px 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover,
.vue-treeselect__multi-value-item {
  cursor: pointer;
  background: #e3f2fd;
  color: #039be5;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled {
  cursor: default;
  background: #f5f5f5;
  color: #757575;
}
.vue-treeselect--disabled .vue-treeselect__multi-value-item {
  cursor: default;
  background: #fff;
  border-color: #e5e5e5;
  color: #555;
}
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new,
.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new:hover {
  background: #e8f5e9;
}
.vue-treeselect__multi-value-label,
.vue-treeselect__value-remove {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}
.vue-treeselect__value-remove {
  color: #039be5;
  padding-left: 5px;
  border-left: 1px solid #fff;
  line-height: 0;
}
.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove {
  color: #e53935;
}
.vue-treeselect--disabled .vue-treeselect__value-remove,
.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove {
  display: none;
}
.vue-treeselect__value-remove > svg {
  width: 6px;
  height: 6px;
}
.vue-treeselect__multi-value-label {
  padding-right: 5px;
  white-space: pre-line;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vue-treeselect__limit-tip {
  display: inline-block;
  padding-top: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.vue-treeselect__limit-tip-text {
  cursor: default;
  display: block;
  margin: 2px 0;
  padding: 1px 0;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 600;
}
.vue-treeselect__input-container {
  display: block;
  max-width: 100%;
  outline: none;
}
.vue-treeselect--single .vue-treeselect__input-container {
  font-size: inherit;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input-container {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.vue-treeselect--searchable .vue-treeselect__input-container {
  padding-left: 5px;
  padding-right: 5px;
}
.vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
  padding-top: 5px;
  padding-left: 0;
}
.vue-treeselect--disabled .vue-treeselect__input-container {
  display: none;
}
.vue-treeselect__input,
.vue-treeselect__sizer {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
.vue-treeselect__input {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: content-box;
  box-shadow: none;
  background: none rgba(0, 0, 0, 0);
  line-height: 1;
  vertical-align: middle;
}
.vue-treeselect__input::-ms-clear {
  display: none;
}
.vue-treeselect--single .vue-treeselect__input {
  width: 100%;
  height: 100%;
}
.vue-treeselect--multi .vue-treeselect__input {
  padding-top: 3px;
  padding-bottom: 3px;
}
.vue-treeselect--has-value .vue-treeselect__input {
  line-height: inherit;
  vertical-align: top;
}
.vue-treeselect__sizer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  overflow: scroll;
  white-space: pre;
}
.vue-treeselect__x-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
  color: #ccc;
  animation: vue-treeselect-animation-fade-in 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__x-container:hover {
  color: #e53935;
}
.vue-treeselect__x {
  width: 8px;
  height: 8px;
}
.vue-treeselect__control-arrow-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow-container {
  cursor: default;
}
.vue-treeselect__control-arrow {
  width: 9px;
  height: 9px;
  color: #ccc;
}
.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow {
  color: #616161;
}
.vue-treeselect--disabled .vue-treeselect__control-arrow {
  opacity: 0.35;
}
.vue-treeselect__control-arrow--rotated {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vue-treeselect__menu-container {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: visible;
  transition: 0s;
}
.vue-treeselect--open-below:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container {
  top: 100%;
}
.vue-treeselect--open-above:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container {
  bottom: 100%;
}
.vue-treeselect__menu {
  cursor: default;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  width: auto;
  border: 1px solid #cfcfcf;
  background: #fff;
  line-height: 180%;
  -webkit-overflow-scrolling: touch;
}
.vue-treeselect--open-below .vue-treeselect__menu {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 0;
  margin-top: -1px;
  border-top-color: #f2f2f2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.vue-treeselect--open-above .vue-treeselect__menu {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  bottom: 0;
  margin-bottom: -1px;
  border-bottom-color: #f2f2f2;
}
.vue-treeselect__indent-level-0 .vue-treeselect__option {
  padding-left: 5px;
}
.vue-treeselect__indent-level-0 .vue-treeselect__tip,
.vue-treeselect__indent-level-1 .vue-treeselect__option {
  padding-left: 25px;
}
.vue-treeselect__indent-level-1 .vue-treeselect__tip,
.vue-treeselect__indent-level-2 .vue-treeselect__option {
  padding-left: 45px;
}
.vue-treeselect__indent-level-2 .vue-treeselect__tip,
.vue-treeselect__indent-level-3 .vue-treeselect__option {
  padding-left: 65px;
}
.vue-treeselect__indent-level-3 .vue-treeselect__tip,
.vue-treeselect__indent-level-4 .vue-treeselect__option {
  padding-left: 85px;
}
.vue-treeselect__indent-level-4 .vue-treeselect__tip,
.vue-treeselect__indent-level-5 .vue-treeselect__option {
  padding-left: 105px;
}
.vue-treeselect__indent-level-5 .vue-treeselect__tip,
.vue-treeselect__indent-level-6 .vue-treeselect__option {
  padding-left: 125px;
}
.vue-treeselect__indent-level-6 .vue-treeselect__tip,
.vue-treeselect__indent-level-7 .vue-treeselect__option {
  padding-left: 145px;
}
.vue-treeselect__indent-level-7 .vue-treeselect__tip,
.vue-treeselect__indent-level-8 .vue-treeselect__option {
  padding-left: 165px;
}
.vue-treeselect__indent-level-8 .vue-treeselect__tip {
  padding-left: 185px;
}
.vue-treeselect__option {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.vue-treeselect__option--highlight {
  background: #f5f5f5;
}
.vue-treeselect--single .vue-treeselect__option--selected {
  background: #e3f2fd;
  font-weight: 600;
}
.vue-treeselect--single .vue-treeselect__option--selected:hover {
  background: #e3f2fd;
}
.vue-treeselect__option--hide {
  display: none;
}
.vue-treeselect__option-arrow-container,
.vue-treeselect__option-arrow-placeholder {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect__option-arrow-container {
  cursor: pointer;
}
.vue-treeselect__option-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  color: #ccc;
  vertical-align: middle;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow,
.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow {
  color: #616161;
}
.vue-treeselect__option-arrow--rotated {
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter {
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}
.vue-treeselect__label-container {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  display: table;
  width: 100%;
  table-layout: fixed;
  color: inherit;
}
.vue-treeselect__option--disabled .vue-treeselect__label-container {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.vue-treeselect__checkbox-container {
  display: table-cell;
  width: 20px;
  min-width: 20px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.vue-treeselect__checkbox {
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  position: relative;
  transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.vue-treeselect__check-mark,
.vue-treeselect__minus-mark {
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.2s ease;
}
.vue-treeselect__minus-mark {
  width: 8px;
  height: 8px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=");
  background-size: 8px 8px;
}
@media (min-resolution: 1.5dppx) {
  .vue-treeselect__minus-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==");
  }
}
@media (min-resolution: 192dpi) {
  .vue-treeselect__minus-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==");
  }
}
@media (min-resolution: 288dpi) {
  .vue-treeselect__minus-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==");
  }
}
.vue-treeselect__checkbox--indeterminate > .vue-treeselect__minus-mark {
  opacity: 1;
}
.vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=");
}
@media (min-resolution: 1.5dppx) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==");
  }
}
@media (min-resolution: 192dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==");
  }
}
@media (min-resolution: 288dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==");
  }
}
.vue-treeselect__check-mark {
  width: 8px;
  height: 8px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=");
  background-size: 8px 8px;
  -ms-transform: scaleY(0.125);
  transform: scaleY(0.125);
}
@media (min-resolution: 1.5dppx) {
  .vue-treeselect__check-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC");
  }
}
@media (min-resolution: 192dpi) {
  .vue-treeselect__check-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC");
  }
}
@media (min-resolution: 288dpi) {
  .vue-treeselect__check-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC");
  }
}
.vue-treeselect__checkbox--checked > .vue-treeselect__check-mark {
  opacity: 1;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=");
}
@media (min-resolution: 1.5dppx) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==");
  }
}
@media (min-resolution: 192dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==");
  }
}
@media (min-resolution: 288dpi) {
  .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=");
  }
}
.vue-treeselect__checkbox--unchecked {
  border-color: #e0e0e0;
  background: #fff;
}
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked {
  border-color: #039be5;
  background: #fff;
}
.vue-treeselect__checkbox--checked,
.vue-treeselect__checkbox--indeterminate,
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked,
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate {
  border-color: #039be5;
  background: #039be5;
}
.vue-treeselect__checkbox--disabled,
.vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled {
  border-color: #e0e0e0;
  background-color: #f7f7f7;
}
.vue-treeselect__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: table-cell;
  padding-left: 5px;
  max-width: 100%;
  vertical-align: middle;
  cursor: inherit;
}
.vue-treeselect__count {
  margin-left: 5px;
  font-weight: 400;
  opacity: 0.6;
}
.vue-treeselect__tip {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #757575;
}
.vue-treeselect__tip-text {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  padding-left: 5px;
  font-size: 12px;
}
.vue-treeselect__error-tip .vue-treeselect__retry {
  cursor: pointer;
  margin-left: 5px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #039be5;
}
.vue-treeselect__icon-container {
  display: table-cell;
  vertical-align: middle;
  width: 20px;
  text-align: center;
  line-height: 0;
}
.vue-treeselect--single .vue-treeselect__icon-container {
  padding-left: 5px;
}
.vue-treeselect__icon-warning {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #fb8c00;
}
.vue-treeselect__icon-warning:after {
  display: block;
  position: absolute;
  content: "";
  left: 5px;
  top: 2.5px;
  width: 2px;
  height: 1px;
  border-color: #fff;
  border-style: solid;
  border-width: 5px 0 1px;
}
.vue-treeselect__icon-error {
  display: block;
  margin: auto;
  border-radius: 50%;
  position: relative;
  width: 12px;
  height: 12px;
  background: #e53935;
}
.vue-treeselect__icon-error:after,
.vue-treeselect__icon-error:before {
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vue-treeselect__icon-error:before {
  width: 6px;
  height: 2px;
  left: 3px;
  top: 5px;
}
.vue-treeselect__icon-error:after {
  width: 2px;
  height: 6px;
  left: 5px;
  top: 3px;
}
.vue-treeselect__icon-loader {
  display: block;
  margin: auto;
  position: relative;
  width: 12px;
  height: 12px;
  text-align: center;
  animation: vue-treeselect-animation-rotate 1.6s linear infinite;
}
.vue-treeselect__icon-loader:after,
.vue-treeselect__icon-loader:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  animation: vue-treeselect-animation-bounce 1.6s ease-in-out infinite;
}
.vue-treeselect__icon-loader:before {
  background: #039be5;
}
.vue-treeselect__icon-loader:after {
  background: #b3e5fc;
  animation-delay: -0.8s;
}
.vue-treeselect__menu-placeholder {
  display: none;
}
.vue-treeselect__portal-target {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: visible;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("/static/master-client/global/fonts/material-icons/MaterialIcons-Regular.D4A2A257392A5D894B9097CF729FE7E0.eot");
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url("/static/master-client/global/fonts/material-icons/MaterialIcons-Regular.9B590521FF1C8B9FA99942E2253A0F52.woff2") format('woff2'), url("/static/master-client/global/fonts/material-icons/MaterialIcons-Regular.EAD0F796431D02360BB912475F68F823.woff") format('woff'), url("/static/master-client/global/fonts/material-icons/MaterialIcons-Regular.D70C3DE3129495C146DAAA248C542F2F.ttf") format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
html {
  /* This sets up .fontSize mixin  */
  font-size: 62.5%;
}
html,
body {
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-weight: 300;
}
body {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.no-text-decoration,
.no-text-decoration:hover {
  text-decoration: none !important;
}
.report-nav {
  width: 1029px;
  border: 0 !important;
  margin-top: 0 !important;
  position: static !important;
}
.report-nav:before,
.report-nav:after {
  border: 0 !important;
  -ms-transform: none !important;
      transform: none !important;
  position: static !important;
}
.report-nav:after {
  clear: both;
  content: "";
  display: block;
}
.report-nav .report-nav-main {
  float: left;
}
.report-nav .report-nav-downloads {
  float: right;
  position: relative;
}
.report-nav .report-nav-downloads .report-nav-downloads-button {
  color: grey;
  padding: 24px 0;
  font-size: 14px;
  cursor: pointer;
  line-height: 17px;
}
.report-nav .report-nav-downloads .report-nav-downloads-list {
  right: 0;
  bottom: 16px;
  z-index: 1;
  width: 160px;
  display: none;
  position: absolute;
  background-color: #ffffff;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
}
.report-nav .report-nav-downloads .report-nav-downloads-list li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
}
.report-nav .report-nav-downloads .report-nav-downloads-list li a {
  width: 100%;
  display: block;
  padding: 12px 0;
  cursor: pointer;
  box-sizing: border-box;
}
.report-nav .report-nav-downloads .report-nav-downloads-list li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.report-nav .report-nav-downloads:hover .report-nav-downloads-list {
  display: block;
}
.report-container {
  width: auto;
}
.scorecard-dashboard .report-container {
  margin-bottom: 0;
}
.report-subheader {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.report-subheader:after {
  clear: both;
  content: "";
  display: block;
}
.report-subheader .report-subheader-left {
  float: left;
}
.report-subheader .report-subheader-left h2 {
  font-size: 30px;
  line-height: 48px;
}
.report-subheader .report-subheader-right {
  float: right;
  padding-top: 12px;
}
.report-subheader .report-subheader-right:after {
  clear: both;
  content: "";
  display: block;
}
.report-subheader .report-subheader-right a,
.report-subheader .report-subheader-right span {
  float: left;
}
.report-subheader .report-subheader-right a {
  font-size: 14px;
  line-height: 16px;
  padding: 0 !important;
  margin: 5px 0 0 0 !important;
}
.report-subheader .report-subheader-right span.vertical-rule {
  margin: 0 12px;
  width: 1px;
  height: 24px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.12);
}
.survery-results-datasheet h1 {
  border: 0 !important;
  padding: 0 !important;
  font-size: 30px;
  line-height: 48px;
}
.survery-results-datasheet h2 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}
.survery-results-datasheet p {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0 0 !important;
}
.survery-results-datasheet .row {
  margin: 0;
  width: 100%;
  display: block;
}
.survery-results-datasheet .row:after {
  clear: both;
  content: "";
  display: block;
}
.survery-results-datasheet .col-12 {
  float: left;
  width: 100%;
}
.survery-results-datasheet .col-8 {
  float: left;
  width: 66.66%;
}
.survery-results-datasheet .col-8 p {
  font-size: 12px;
  line-height: 18px;
}
.survery-results-datasheet .col-4 {
  float: left;
  width: 33.33%;
}
.survery-results-datasheet .col-4 p {
  font-size: 10px;
  line-height: 18px;
}
.survery-results-datasheet .bold {
  font-weight: 600;
}
.survery-results-datasheet .green {
  color: #34b834;
}
.survery-results-datasheet hr {
  border: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: rgba(0, 0, 0, 0.12);
}
.pagination-container {
  margin-top: 20px;
  margin-bottom: 10px;
}
.pagination-container:after {
  clear: both;
  content: "";
  display: block;
}
.pagination-container .pagination {
  float: right;
}
.pagination-container .pagination:after {
  clear: both;
  content: "";
  display: block;
}
.pagination-container .pagination li {
  float: left;
  margin-left: 8px;
}
.pagination-container .pagination li:first-child {
  margin-left: 0;
}
.pagination-container .pagination li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  background-color: #ccc;
}
.pagination-container .pagination li a.active {
  background-color: #676767;
}
[v-cloak] {
  display: none;
}
.modal-inner-estimates {
  width: 40%;
  border-radius: 8px;
}
.modal-inner-estimates .modal-content {
  width: fit-content;
}
.modal-estimates-content .modal-title-estimates {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.modal-estimates-content .modal-footer-estimates {
  margin-top: 35px;
  float: right;
}
.modal-estimates-content .modal-footer-estimates [cancel-button-estimates] {
  position: relative;
  font-size: medium;
  z-index: 2;
  right: auto;
  top: auto;
  cursor: pointer;
  margin-inline-end: 15px;
}
.modal-estimates-content .modal-footer-estimates a[rel="modal:close"] {
  position: relative;
  font-size: medium;
  z-index: 2;
  right: auto;
  top: auto;
  cursor: pointer;
}
.modal-estimates-content .modal-footer-estimates [apply-estimate] {
  position: relative;
  font-size: medium;
  z-index: 2;
  right: auto;
  top: auto;
  cursor: pointer;
}
.modal-estimates-content .modal-footer-estimates .button {
  border-radius: 7px;
}
.create-account__your-info .required:after,
.create-account__security-questions .required:after {
  content: " *" !important;
  color: red !important;
}
#cky-btn-settings.cky-btn.cky-btn-settings::before {
  top: 9px !important;
  right: 1px !important;
}
.cky-classic .cky-btn-settings[expanded]:before {
  -ms-transform: rotate(45deg) !important;
      transform: rotate(45deg) !important;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Thin-webfont.C9F6FCB6B79BF8481054DAE2ED52E198.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Thin-webfont.C9F6FCB6B79BF8481054DAE2ED52E198.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Thin-webfont.D9DF755A9218B1486D25DD9F37D8464C.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Thin-webfont.D2C651AD9DAB42C879851F228F16E952.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Thin-webfont.EFFCF3517EDEA0188078D9AD3AEDAFAB.svg#proxima_nova_ththin") format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-ThinIt-webfont.654E0193451F60CD31FF472E3556120B.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-ThinIt-webfont.654E0193451F60CD31FF472E3556120B.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-ThinIt-webfont.3C4F6E770B31631B091105232C3514A4.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-ThinIt-webfont.A0F4978C8328C6CC52C56356F387E2FA.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-ThinIt-webfont.9A1BBB862AD5B02C41ACCC75B350C79E.svg#proxima_novathin_italic") format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'proxima_nova_ltlight';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Light-webfont.FF9C4A8DD051431439B9473C864399C4.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Light-webfont.FF9C4A8DD051431439B9473C864399C4.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Light-webfont.04D5B9EDB4757DB14C5731A5D9463E74.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Light-webfont.86C7892E781E5BFDA2F248027B863540.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Light-webfont.DA3D0FB7DB52F8273550C11403DF178F.svg#proxima_nova_ltlight") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-LightIt-webfont.40C5022B13A6326F95B5A579B4FD4953.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-LightIt-webfont.40C5022B13A6326F95B5A579B4FD4953.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-LightIt-webfont.60FAF0365F491CFAC5B66B50915FC835.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-LightIt-webfont.23FAC44E05D556381832F98B88B62CCF.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-LightIt-webfont.4083208C042E21D7110EFAD3C66B82C6.svg#proxima_novalight_italic") format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Reg-webfont.EAAF761F3665045D37E8650A17D37288.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Reg-webfont.EAAF761F3665045D37E8650A17D37288.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Reg-webfont.D6E2BF3F97FD098B9AB019B64E9CCFBD.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Reg-webfont.6C2A5F1081643C105208FE4CD64AE41E.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Reg-webfont.EAA809713495A96FCF59F3161E5651CE.svg#proxima_nova_rgregular") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-RegIt-webfont.E199951493A66EE459612B8036B3038C.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-RegIt-webfont.E199951493A66EE459612B8036B3038C.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-RegIt-webfont.8B3DE7046F0964ACEADD407F19D07600.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-RegIt-webfont.5762D1DD7C058C2F6C3535D6B08FC663.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-RegIt-webfont.A4BCA757F09393F764A0983CE77B67E7.svg#proxima_novaregular_italic") format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Sbold-webfont.D89E37DCC46DF5F4AA628CD24700B0EF.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Sbold-webfont.D89E37DCC46DF5F4AA628CD24700B0EF.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Sbold-webfont.E325AAEB392E1215EA4CB321502B91E6.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Sbold-webfont.D7A808A31F8CAB5230BA74A91DF9FDBF.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Sbold-webfont.63DB86844CD07B17C934F29A516AF078.svg#proxima_nova_ltsemibold") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-SboldIt-webfont.B15F508034E9D9DB3F15DE071C965648.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-SboldIt-webfont.B15F508034E9D9DB3F15DE071C965648.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-SboldIt-webfont.D4DB0E1186A22242E4F8864F1D423C06.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-SboldIt-webfont.DCF2B4BFE9B2ECD7C257791C890C1E18.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-SboldIt-webfont.73167143C64A17425DDA26742E017933.svg#proxima_novasemibold_italic") format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Bold-webfont.020E19295DB1A9D42A843F4A05CEF7A0.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Bold-webfont.020E19295DB1A9D42A843F4A05CEF7A0.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Bold-webfont.CA2967A4B3444EF6017F149D93CB452B.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Bold-webfont.148569895C51545212BC1EA6D9BE707D.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Bold-webfont.BA27B6E841D65153999669E80A861AE6.svg#proxima_nova_rgbold") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BoldIt-webfont.469A6C1612C2815A517ACC6B7FC242AE.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BoldIt-webfont.469A6C1612C2815A517ACC6B7FC242AE.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BoldIt-webfont.80A160C94CF5599312DD9C4EE41D5EEA.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BoldIt-webfont.4CEDB531BFAC233FCE7D02458212D850.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BoldIt-webfont.1A2F6A95C2225F777D9B39D5DE933A94.svg#proxima_novabold_italic") format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Xbold-webfont.6E01E30E52A67454D429E6E1C1C29478.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Xbold-webfont.6E01E30E52A67454D429E6E1C1C29478.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Xbold-webfont.264861DACDEB826806AF066BE9FB4D85.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Xbold-webfont.087DDC6732400B31046EAA9D84851894.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Xbold-webfont.CA126A7AA9EF09C121DE32DC58A421CC.svg#proxima_nova_thextrabold") format('svg');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-XboldIt-webfont.BD1E1F89B76E21CD25E7B3DA5EDB8880.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-XboldIt-webfont.BD1E1F89B76E21CD25E7B3DA5EDB8880.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-XboldIt-webfont.D08E5E8CD7E23D3C5BB8D0A56B218DFF.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-XboldIt-webfont.4FC2C376A660DAB40189DC5C541E580A.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-XboldIt-webfont.3A9668926FB4E90DABCC0A83D5971C8B.svg#proxima_novaextrabold_italic") format('svg');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Black-webfont.3E160A918510D183BD605F8584361C3E.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Black-webfont.3E160A918510D183BD605F8584361C3E.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Black-webfont.D9EDD8415CC93CE14CB326BAF10862AF.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Black-webfont.6AF5389D91AA69A7DD08BE1855418EBF.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-Black-webfont.6CF4266711250E8A7597997FD2817298.svg#proxima_nova_blblack") format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BlackIt-webfont.1C41FBC682E2CED21B1F17FD3D018630.eot");
  src: url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BlackIt-webfont.1C41FBC682E2CED21B1F17FD3D018630.eot?#iefix") format('embedded-opentype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BlackIt-webfont.E7EB3EEFAED5CF84963ED6150369CF81.woff") format('woff'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BlackIt-webfont.11037C180A0ACA3F1D1A93F7391FC2C2.ttf") format('truetype'), url("/static/master-client/adp/fonts/proxima-nova/ProximaNova-BlackIt-webfont.677DE7605DA115B5CB3FDD0F6A3C2120.svg#proxima_novablack_italic") format('svg');
  font-weight: 900;
  font-style: italic;
}
html {
  /* This sets up .fontSize mixin  */
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}
html,
body {
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-weight: 400;
  background-color: #EBEBEB;
}
body {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  margin-bottom: 120px;
  min-width: 1140px;
  overflow-x: auto;
}
.no-text-decoration,
.no-text-decoration:hover {
  text-decoration: none !important;
}
.active-break-word {
  word-break: break-word;
}
.wysiwyg-content:not(.page-accordion__content) {
  word-break: break-word;
}
.wysiwyg-content:not(.page-accordion__content) .list-padding {
  padding-left: 17px;
  padding-bottom: 12px;
}
.wysiwyg-content:not(.page-accordion__content) ul {
  padding-left: 17px;
  padding-bottom: 12px;
  list-style-type: disc;
}
.wysiwyg-content:not(.page-accordion__content) ol:not(.page-accordion__content) {
  padding-left: 17px;
  padding-bottom: 12px;
  list-style-type: decimal;
}
.wysiwyg-content:not(.page-accordion__content) p {
  font-size: initial;
}
.not-allowed-cursor {
  cursor: not-allowed;
}
.underline {
  text-decoration: underline;
}
.brackets {
  font-weight: 500;
  margin-left: 5px;
}
.brackets:before {
  content: "(";
}
.brackets:after {
  content: ")";
}
[v-cloak] {
  display: none;
}
[cancel-button-estimates] {
  color: #4CC0DD !important;
}
.row {
  display: block;
  width: 102.08333333%;
  margin: 0 -1.04166667%;
  *zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
strong,
b {
  font-weight: 600;
}
a {
  color: #3ebede;
  text-decoration: none;
}
a:hover {
  color: #24add0;
}
.note {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #023132;
  letter-spacing: 0.5px;
  opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 4.5rem;
  margin-bottom: 12px;
}
h3 {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  margin-bottom: 12px;
}
.heading-label {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #023132;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
}
.button {
  margin: 0;
  border: none;
  display: inline-block;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 8px 20px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-decoration: none;
  text-align: center;
  background-color: #3ebede;
  color: #fff;
  border-radius: 20px;
  height: 40px;
  line-height: 27px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
}
.button:hover {
  background-color: #22a6c7;
  color: #fff;
}
.button .icon {
  font-size: 18px;
  margin-top: -2px;
  margin-right: 4px;
  display: inline-block;
}
.button.button-secondary {
  background-color: #fff;
  color: #3ebede;
}
.button.button-secondary:hover {
  background-color: #f7f7f7;
  color: #3ebede;
}
.button[disabled=disabled],
.button:disabled,
.button.disabled,
.button[disabled] {
  background-color: #808080;
  cursor: default;
  opacity: 0.3;
}
iframe {
  border: 0;
  border-style: hidden;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="search"],
select,
textarea {
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  font-weight: 400;
}
.form-row__label {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: 600;
  display: block;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
.form-row__input {
  border: 0;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  padding: 0 10px;
}
.form-row__select {
  background: transparent;
  border: 0;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  padding: 0 0 0 8px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.form-row__textarea {
  border: 0;
  height: 200px;
  background: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-family: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", Corbel, Arial, sans-serif;
  padding: 10px;
  display: block;
}
.form-row .file-upload {
  position: relative;
  overflow: hidden;
}
.form-row .file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.flash-message {
  font-weight: 600;
}
.flash-message.negative {
  color: #d40f0f;
}
.flash-message.positive {
  color: #6fbd57;
}
.custom-client-container a {
  padding-left: 13px;
}
.custom-client-container__load-more {
  text-align: center;
}
.custom-client-container__load-more .info {
  font-size: 25px;
}
.custom-client-container__load-more div {
  margin-bottom: 12px;
}
.custom-client-container__load-more a {
  text-decoration: underline;
}
hr {
  border: 0;
  height: 1px;
  background: #808080;
  margin: 0;
  clear: both;
}
p {
  margin: 0 0 12px 0;
}
.page-description {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
}
.page-description em {
  font-style: italic;
}
.page-description ol {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  list-style: decimal;
  padding-left: 18px;
  margin: 0 0 12px 0;
}
.page-description ul {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  list-style: disc;
  padding-left: 18px;
  margin: 0 0 12px 0;
}
.list--circles li {
  list-style-type: circle;
  margin-left: 20px;
}
.list-item {
  background-color: #fff;
  padding: 20px;
  margin: 5px 0 0 0;
  overflow: auto;
}
.list-item__title {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 12px;
}
.list-item__details-link {
  color: #3ebede;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  margin-right: 10px;
}
.list-item__tag {
  background: #6fbd57;
  padding: 6px 10px 4px 10px;
  margin: 0 1px;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  float: right;
  font-weight: 600;
  border-radius: 2px;
}
.list-item__tag:hover {
  color: #fff;
  background: #60b447;
}
.list-item:last-child {
  margin-bottom: 5px;
}
ol .list-item {
  counter-increment: step-counter;
  margin-bottom: 10px;
  word-break: break-word;
}
ol .list-item:first-child {
  margin-top: 0;
}
ol .list-item:last-child {
  margin-bottom: 0;
}
ol .list-item::before {
  content: counter(step-counter) ".";
  margin-right: 0px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  color: #808080;
  position: relative;
  top: 0px;
  float: left;
}
ol .list-item:nth-child(n+100) .list-item__title {
  padding-left: 30px;
}
ol .list-item__title {
  position: relative;
  padding-left: 25px;
}
.alphabetic-pager {
  text-align: inherit;
  min-width: 1070px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.alphabetic-pager div {
  display: inline-block;
  width: 3.3%;
  text-align: center;
  border-radius: 3px;
  color: #000000;
}
.alphabetic-pager div.active {
  border: 1px solid #CCCCCC;
}
.alphabetic-pager div a {
  text-decoration: none !important;
  color: inherit;
}
.alphabetic-pager div a:hover,
.alphabetic-pager div a:focus {
  color: inherit;
}
.alphabetic-pager div a:not(.not-allowed-cursor) {
  font-weight: bold;
}
.no-data-box {
  width: 100%;
  padding: 70px 24px;
  border: 1px solid #BECBD1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.no-data-box .no-data-icon-container {
  width: 105px;
  margin: 0 auto;
}
.no-data-box .no-data-icon-container img {
  width: 100%;
}
.no-data-box .no-data-text {
  margin-top: 30px;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}
.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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}
.popover .action-footer {
  text-align: center;
  margin-bottom: 10px;
}
.popover .action-footer a {
  padding: 6px 12px;
  background-color: #3EBEDE;
  color: #fff;
  border-radius: 4px;
}
.popover.top {
  margin-top: -10px;
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right {
  margin-left: 10px;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left {
  margin-left: -10px;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 14px;
}
.popover-content ol,
.popover-content ul {
  list-style: circle !important;
  padding-left: 14px;
}
.popover-content ol li:not(:last-child),
.popover-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.modal-open {
  overflow: hidden;
}
.accelerators-body .page-wrapper {
  margin-top: 57px;
}
.accelerators-body .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.accelerators-body .modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.accelerators-body .modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.accelerators-body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.accelerators-body .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.accelerators-body .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  width: 612px;
}
.accelerators-body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.accelerators-body .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.accelerators-body .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.accelerators-body .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.accelerators-body .modal-header .close {
  margin-top: -2px;
}
.accelerators-body .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.accelerators-body .modal-body {
  position: relative;
  padding: 15px;
}
.accelerators-body .wait-message {
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
}
.accelerators-body .modal-footer {
  width: 93%;
}
.accelerators-body .modal-footer div {
  margin-top: 40px;
}
.accelerators-body .modal-footer .cancel-modal {
  margin-left: 15px;
}
.accelerators-body .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.accelerators-body .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.accelerators-body .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.accelerators-body .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .accelerators-body .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .accelerators-body .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .accelerators-body .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .accelerators-body .modal-lg {
    width: 900px;
  }
}
.accelerators-body .modal-header:before,
.accelerators-body .modal-header:after,
.accelerators-body .modal-footer:before,
.accelerators-body .modal-footer:after {
  display: table;
  content: " ";
}
.accelerators-body .modal-header:after,
.accelerators-body .modal-footer:after {
  clear: both;
}
.jasper-vue-modal {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.jasper-vue-modal .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.jasper-vue-modal .modal-container {
  width: 530px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}
.jasper-vue-modal .modal-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
  font-size: 2.5rem;
  line-height: 4.5rem;
}
.jasper-vue-modal .modal-body {
  margin: 20px 0;
}
.jasper-vue-modal .modal-body .jasper-input-modal input {
  border: none;
}
.jasper-vue-modal .modal-body .jasper-input-control {
  margin-bottom: 1.2em;
  display: inline-block;
}
.jasper-vue-modal .modal-body .jasper-input-control label {
  font-size: 15px;
  font-weight: normal;
  color: #666;
}
.jasper-vue-modal .modal-body .half-width-input-container {
  width: 50%;
}
.jasper-vue-modal .modal-body .half-width-input-container > div {
  width: 96%;
}
.jasper-vue-modal .modal-body .full-width-input-container {
  width: 100%;
}
.jasper-vue-modal .modal-footer {
  width: 100%;
  text-align: right;
}
.jasper-vue-modal .modal-footer .button-container {
  float: right;
}
.jasper-vue-modal .modal-footer .button--cancel {
  background-color: #EBEBEB;
  color: #7d7d7d;
}
.jasper-vue-modal .modal-footer .button--cancel:hover {
  background-color: #e0dede;
}
.jasper-vue-modal .modal-default-button {
  float: right;
}
.jasper-vue-modal .modal-enter,
.jasper-vue-modal .modal-leave-active {
  opacity: 0;
}
.jasper-vue-modal .modal-enter .jasper-vue-modal .modal-container,
.jasper-vue-modal .modal-leave-active .jasper-vue-modal .modal-container {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
.jasper-vue-modal .modal .float-l {
  float: left;
}
.jasper-vue-modal .modal .float-r {
  float: right;
}
.jasper-vue-modal .vue-treeselect__multi-value-item {
  background-color: #EBEBEB;
  font-size: 1.6rem;
}
/*
    for more references about this interface element go to:
    https://developers.google.com/maps/documentation/javascript/places-autocomplete#style_autocomplete
*/
.pac-container {
  border-radius: 4px;
}
.pac-container .pac-item:hover {
  cursor: pointer;
}
.pac-container .pac-item,
.pac-container .pac-item .pac-item-query {
  font-size: 15px;
}
.pac-logo:after {
  display: none;
}
.custom-loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 2000ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}
.page-wrapper {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 20px 20px 20px;
  display: -ms-flexbox;
  display: flex;
}
.page-wrapper .content {
  max-width: 1320px;
  margin: 30px auto;
  position: relative;
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.header {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 60px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 10;
  *zoom: 1;
}
.header:before,
.header:after {
  content: "";
  display: table;
}
.header:after {
  clear: both;
}
.header .content {
  max-width: 1320px;
  margin: 0 auto;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.header__account {
  float: right;
}
.header__account .avatar {
  background-size: cover;
  background-position: center;
  display: inline-block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  vertical-align: middle;
  margin: -4px 10px 0 0;
  display: none;
}
.header__account .icon {
  vertical-align: middle;
  position: relative;
  bottom: -4px;
  margin: 0 0 0 6px;
  font-size: 14px;
}
.header__account .dropit-trigger .dropit-submenu {
  left: auto;
  right: 0;
}
.header__logo {
  float: left;
  height: 60px;
  width: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  overflow: hidden;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-left: 14px;
  border-left: 14px solid #d40f0f;
}
.header__logo a {
  color: #023132;
  display: block;
  height: 60px;
  line-height: 60px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.header__logo img {
  vertical-align: middle;
  margin-right: 14px;
}
.header__logo span {
  color: #808080;
}
.header .inline-display {
  display: inline-block;
}
.header .no-margin {
  margin: 0 !important;
}
.header .client-name {
  font-size: 14px;
  color: #808080;
  padding-right: 20px;
  border-right: 1px solid #BBBBBB;
}
.top-nav {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  *zoom: 1;
  height: 60px;
  background: #fff;
  position: relative;
  z-index: 9;
}
.top-nav:before,
.top-nav:after {
  content: "";
  display: table;
}
.top-nav:after {
  clear: both;
}
.top-nav .content {
  height: 100%;
  max-width: 1320px;
  margin: 0 auto;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.top-nav__navigation {
  float: left;
}
.top-nav__navigation > li {
  float: left;
}
.top-nav__navigation > li > a {
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  height: 60px;
  line-height: 62px;
  padding: 0 14px;
  display: block;
  letter-spacing: 0.5px;
}
.top-nav__navigation > li > a:hover {
  color: #737373;
}
.top-nav__navigation > li.active > a {
  color: #135789;
}
.top-nav__search {
  float: right;
  position: relative;
}
.top-nav__search-button {
  height: 42px;
  width: 42px;
  line-height: 42px;
  color: #fff;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background-color: #3ebede;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  text-align: center;
  text-decoration: none;
}
.top-nav__search-button:hover {
  color: #fff;
}
.top-nav__search-input {
  height: 42px;
  line-height: 42px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 1px solid #EBEBEB;
  box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  margin: 10px 0 0 0;
  width: 350px;
}
.sidebar {
  float: left;
  width: 286px;
}
.side-nav__navigation li {
  position: relative;
}
.side-nav__navigation li .side-nav__chevron-container {
  position: absolute;
  left: 0;
  top: 4px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.side-nav__navigation li .icon {
  position: absolute;
  font-size: 11px;
}
.side-nav__navigation li .icon-chevron-right {
  top: 5px;
  left: 16px;
  display: block;
}
.side-nav__navigation li .icon-chevron-down {
  top: 8px;
  left: 13px;
  display: none;
}
.side-nav__navigation li.side-nav__expanded-accordion .icon-chevron-right {
  display: none;
}
.side-nav__navigation li.side-nav__expanded-accordion .icon-chevron-down {
  display: block;
}
.side-nav__navigation li a {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  line-height: 24px;
  text-decoration: none;
  color: #023132;
  display: block;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 8px 20px 8px 30px;
  border-radius: 20px;
}
.side-nav__navigation li li a {
  padding: 8px 26px 8px 52px;
}
.side-nav__navigation li.active > a {
  background-color: #3ebede;
  color: #fff;
}
.side-nav__navigation li.active .icon {
  color: #fff;
}
.advertisements {
  margin: 24px 0 0 0;
}
.advertisement {
  margin: 0 0 12px 0;
  background: #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #6fbd57;
  padding: 15px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  line-height: 20px;
  color: #808080;
  cursor: pointer;
}
.advertisement a {
  color: #808080;
}
.advertisement:hover {
  border-color: #57a23f;
}
.advertisement__content {
  margin: 0 20px 0 50px;
}
.advertisement__label {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #023132;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
  color: #808080;
  margin: 0;
  display: block;
}
.advertisement__icon {
  position: absolute;
  left: 15px;
  top: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 32px;
  color: #6fbd57;
}
.advertisement .icon-chevron-right {
  position: absolute;
  right: 10px;
  top: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.advertisement--events {
  border-color: #f27b2c;
}
.advertisement--events:hover {
  border-color: #dd610e;
}
.advertisement--events .advertisement__icon {
  color: #f27b2c;
}
.advertisement--team {
  border-color: #d40f0f;
}
.advertisement--team:hover {
  border-color: #a40c0c;
}
.advertisement--team .advertisement__icon {
  color: #d40f0f;
}
.advertisement--help {
  border-color: #3ebede;
}
.advertisement--help:hover {
  border-color: #22a6c7;
}
.advertisement--help .advertisement__icon {
  color: #3ebede;
}
.form-card {
  margin: 0 0 12px 0;
  background: #F4F5F5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.breadcrumb-nav li {
  display: inline;
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 4.5rem;
  margin-bottom: 12px;
  vertical-align: middle;
}
.breadcrumb-nav li a {
  text-decoration: none;
  color: #808080;
}
.breadcrumb-nav li h1 {
  display: inline;
}
.breadcrumb-nav li .back-button {
  color: #3ebede;
  margin: 0 8px 0 1px;
  font-size: 24px;
}
.breadcrumb-nav li .icon-chevron-right {
  font-size: 14px;
  color: #023132;
  position: relative;
  top: -4px;
  margin: 0 0 0 6px;
}
.recently-viewed {
  margin: 24px 0;
}
.recently-viewed ul {
  background: #fff;
  max-height: 340px;
  overflow: auto;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 15px;
}
.recently-viewed__item {
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
}
.recently-viewed__item p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recently-viewed__item:last-child {
  border: 0;
}
.recently-viewed__title {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #023132;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  color: #808080;
}
.main-content {
  margin-left: 286px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding-left: 40px;
  overflow: auto;
}
.no-overflow {
  overflow: hidden;
}
.dropdown-link {
  height: 60px;
  line-height: 62px;
  vertical-align: middle;
  padding: 0 0 0 20px;
  display: block;
  text-decoration: none;
  color: #023132;
}
.dropdown-link:hover {
  color: #011919;
}
.dropit-trigger .dropit-submenu {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.dropit-trigger .dropit-submenu > li {
  border-bottom: 1px solid #EBEBEB;
}
.dropit-trigger .dropit-submenu > li:last-child {
  border: 0;
}
.dropit-trigger .dropit-submenu > li > a {
  display: block;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  padding: 10px 12px 7px 12px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-decoration: none;
  color: #3ebede;
}
.dropit-trigger .dropit-submenu > li > a:hover {
  background-color: #f5f5f5;
}
.tooltip-container {
  position: relative;
  display: inline;
}
.tooltip-container .tooltip {
  position: absolute;
  width: 320px;
  color: #000;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  height: auto;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  margin-bottom: 24px;
}
.tooltip-container .tooltip:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 10px solid #CCCCCC;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.tooltip-container .tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tooltip-container.show-tooltip .tooltip {
  visibility: visible;
}
.tabs-container {
  display: inline-block;
}
.tabs--horizontal {
  border-bottom: 4px solid #3ebede;
}
.tabs--horizontal__tab {
  display: inline-block;
  vertical-align: bottom;
}
.tabs--horizontal__tab.wrap-prevention {
  max-width: 19%;
}
.tabs--horizontal__tab a {
  display: block;
  color: #023132;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  padding: 8px 14px 6px 14px;
  text-decoration: none;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs--horizontal__tab.active a {
  background-color: #3ebede;
  color: #fff;
}
.tabs--horizontal__content {
  background: #fff;
  display: none;
}
.tabs--vertical {
  border-right: 4px solid #3ebede;
  width: 178px;
  float: left;
}
.tabs--vertical__tab {
  display: block;
  margin: 0 0 2px 0;
}
.tabs--vertical__tab:last-child {
  margin: 0;
}
.tabs--vertical__tab a {
  display: block;
  color: #023132;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  padding: 8px 14px 6px 14px;
  text-decoration: none;
  background-color: #fff;
}
.tabs--vertical__tab.active a {
  background-color: #3ebede;
  color: #fff;
}
.tabs--vertical__content-container {
  margin-left: 182px;
  padding: 20px;
  background: #fff;
}
.tabs--vertical__content {
  background: #fff;
  display: none;
}
.lucidcharts__container {
  position: relative;
  height: 720px;
}
.lucidcharts__loading {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  height: 720px;
  line-height: 720px;
  vertical-align: middle;
  text-align: center;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
}
.lucidcharts__content {
  height: 720px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.lucidcharts__content iframe {
  float: left;
  width: 100%;
  height: 720px;
}
.info-card {
  background: #fff;
  padding: 20px;
  margin: 0 0 22px 0;
}
.account-form .form-row {
  margin: 0 0 12px 0;
}
.account-form .form-row__input {
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.account-form__button {
  float: right;
}
.account-form__forgot-link {
  display: inline-block;
  margin-top: 10px;
}
.account-form h3 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #808080;
}
.account-form__actions-row {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #808080;
  overflow: auto;
}
.account-form .icon-email-message {
  font-size: 40px;
  float: left;
  margin: 0 14px 0 0;
  color: #6fbd57;
}
.status {
  margin: 0 0 22px 0;
}
.status .heading-label {
  border-bottom: 1px solid #808080;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
}
.status .heading-label a {
  color: #3ebede;
  text-decoration: none;
  float: right;
}
.status__status {
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.status__message {
  background-color: #e4e4e4;
  padding: 12px;
  font-style: italic;
  margin: 8px 0 12px 0;
}
.status__updated {
  color: #808080;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
}
.modal--status .form-row {
  margin: 0 0 14px 0;
}
.modal--status select,
.modal--status textarea {
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border: 1px solid #e4e4e4;
}
.modal--status .actions-row {
  border-top: 1px solid #808080;
  padding-top: 14px;
  margin-top: 30px;
  overflow: auto;
}
.modal--status .actions-row .cancel-link {
  color: #808080;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  position: relative;
  top: auto;
  right: auto;
}
.modal--status .actions-row .button {
  float: right;
}
.implementation-charts {
  margin: 0 0 22px 0;
}
.implementation-charts .heading-label {
  border-bottom: 1px solid #808080;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
}
.implementation-charts h5 {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}
.implementation-charts .numeric-value {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.implementation-charts .line-chart {
  position: relative;
  background: #D8D8D8;
  border-radius: 6px;
  height: 12px;
  margin-bottom: 10px;
}
.implementation-charts .line-chart__process {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  height: 12px;
}
.implementation-charts .line-chart__process.low {
  background-color: #84b440;
  width: 10%;
}
.implementation-charts .line-chart__process.medium {
  background-color: #ffc000;
  width: 50%;
}
.implementation-charts .line-chart__process.high {
  background-color: #a52819;
  width: 100%;
}
.explore-program {
  padding-top: 20px;
  margin: 20px 0 -20px 0;
  border-top: 1px solid #808080;
}
.explore-program__circles {
  margin: 0 0 12px 0;
}
.explore-program__circle {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  width: 128px;
  vertical-align: top;
  margin-bottom: 20px;
}
.explore-program__circle:hover .explore-program__pop-up {
  display: block;
}
.explore-program__circle:hover .explore-program__icon-container {
  border-color: #3ebede;
}
.explore-program__circle:hover .explore-program__icon-container .icon {
  color: #3ebede;
}
.explore-program__circle:hover .explore-program__name {
  color: #3ebede;
}
.explore-program__circle.active .explore-program__icon-container {
  border-color: #3ebede;
}
.explore-program__circle.active .explore-program__icon-container .icon {
  color: #3ebede;
}
.explore-program__circle.active .explore-program__name {
  color: #3ebede;
}
.explore-program__icon-container {
  height: 128px;
  width: 128px;
  vertical-align: middle;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #808080;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border-radius: 64px;
  font-size: 60px;
  position: relative;
}
.explore-program__icon-container img {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.explore-program__name {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #023132;
  margin: 0 0 6px 0;
  letter-spacing: 0.5px;
  line-height: 16px;
  text-align: center;
  margin: 12px 0 0 0;
}
.explore-program__pop-up {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -90px;
  z-index: 1000;
  padding-bottom: 8px;
}
.explore-program__pop-up-content {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 14px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-align: left;
  width: 180px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.explore-program__pop-up-content .list--circles {
  margin-bottom: 8px;
}
.explore-program__pop-up-content .heading-label {
  margin: 0;
}
.explore-program__pop-up-content .related-modules a {
  color: #3ebede;
  text-decoration: none;
}
.page-accordion {
  margin: 30px 0;
}
.page-accordion__section {
  margin-bottom: 2px;
}
.page-accordion__header {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  height: 42px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 12px;
  line-height: 44px;
  vertical-align: middle;
  background-color: #dadada;
  padding-left: 12px;
  position: relative;
}
.page-accordion__header .icon {
  display: none;
}
.page-accordion__size {
  position: absolute;
  right: 12px;
  font-size: 16px;
}
.page-accordion__content {
  display: none;
  max-height: 600px;
  overflow: auto;
}
.page-accordion__content.default {
  display: block;
}
.page-accordion__content .no-margin {
  margin: 0;
}
.page-accordion__content .lazy-load-container {
  font-size: 20px;
  text-align: center;
}
.page-accordion.collapsible .page-accordion__header {
  cursor: pointer;
  padding-left: 42px;
}
.page-accordion.collapsible .page-accordion__header .icon {
  font-size: 18px;
  position: absolute;
  left: 12px;
  top: 1px;
  color: #22a6c7;
  display: none;
}
.page-accordion.collapsible .page-accordion__header .icon-minus-circle {
  display: none;
}
.page-accordion.collapsible .page-accordion__header .icon-plus-circle {
  display: block;
}
.page-accordion.collapsible .page-accordion__header.page-accordion__active-accordion .icon-minus-circle {
  display: block;
}
.page-accordion.collapsible .page-accordion__header.page-accordion__active-accordion .icon-plus-circle {
  display: none;
}
.expand-collapse__trigger {
  cursor: pointer;
}
.expand-collapse__content {
  display: none;
}
.event {
  margin: 0 0 20px 0;
  background: #fff;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 30px;
  overflow: auto;
}
.event__date {
  float: left;
  width: 20%;
  padding-right: 30px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
}
.event__date .day {
  font-size: 38px;
  line-height: 57px;
  font-size: 3.8rem;
  line-height: 5.699999999999999rem;
  line-height: 34px;
}
.event__date .year {
  color: #808080;
}
.event__info {
  float: left;
  width: 80%;
  padding-left: 30px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  border-left: 1px solid #808080;
}
.event__info h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  margin: 0;
}
.event .event__details-row {
  overflow: auto;
  margin-bottom: 6px;
}
.event__details {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.advisor-card__name-and-photo {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 110px;
  margin: 0 0 14px 0;
}
.advisor-card__photo {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  float: left;
}
.advisor-card__name {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: relative;
  margin-left: 130px;
}
.advisor-card__name h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  margin: 0;
}
.advisor-card__name p.position {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  color: #bbbdbf;
  margin: 0;
}
.advisor-card__description p {
  margin: 0;
}
.list-item--accelerators-best-practice {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}
.list-item--accelerators-best-practice:before {
  top: 20px !important;
  position: absolute !important;
}
.list-item--accelerators-best-practice .tooltip-container {
  cursor: pointer;
}
.list-item--accelerators-best-practice .tooltip-container .tooltip {
  width: 120px;
  padding: 12px;
}
.list-item--accelerators-best-practice .heading-label {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  margin: 0;
}
.list-item--accelerators-best-practice h3 {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  margin: 0 0 20px 0;
  font-weight: normal;
}
.list-item--accelerators-best-practice .expand-collapse__icon .icon {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 20px;
  color: #3ebede;
  display: none;
}
.list-item--accelerators-best-practice .expand-collapse__icon .icon-minus-circle {
  display: none;
}
.list-item--accelerators-best-practice .expand-collapse__icon .icon-plus-circle {
  display: block;
}
.list-item--accelerators-best-practice.expand-collapse__expanded .icon-minus-circle {
  display: block;
}
.list-item--accelerators-best-practice.expand-collapse__expanded .icon-plus-circle {
  display: none;
}
.list-item--accelerators-best-practice .accelerators-best-practice__description {
  display: inline;
  float: left;
  width: 39.58333333%;
  margin: 0 1.04166667%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 10px 0 0;
}
.list-item--accelerators-best-practice .accelerators-best-practice__description--completed-space {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
}
.list-item--accelerators-best-practice .accelerators-best-practice__functions {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
.list-item--accelerators-best-practice .accelerators-best-practice__functions ul li {
  display: inline;
}
.list-item--accelerators-best-practice .accelerators-best-practice__functions .icon {
  font-size: 20px;
  color: #e5e5e5;
  margin: 6px 3px 0 0;
  display: inline-block;
}
.list-item--accelerators-best-practice .accelerators-best-practice__functions .icon.active {
  color: #6fbd57;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status .scorecard-results {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background: #fff;
  padding: 0;
  border-left: 6px solid #d40f0f;
  margin: 0 30px 16px 0;
  *zoom: 1;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status .scorecard-results:before,
.list-item--accelerators-best-practice .accelerators-best-practice__status .scorecard-results:after {
  content: "";
  display: table;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status .scorecard-results:after {
  clear: both;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status .scorecard-results h5.heading-label {
  padding: 7px 12px 3px 12px;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 12px 0;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status .scorecard-results__result {
  padding: 0 12px;
  margin: 0 0 6px 0;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status .scorecard-results .scorecard-progress-meter {
  margin-bottom: 12px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__expanded-info {
  border-top: 1px solid #d5d5d5;
  margin: 0 -20px 0 -20px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.list-item--accelerators-best-practice .accelerators-best-practice__expanded-info-content {
  display: table;
  border: 0;
  width: 100%;
}
.list-item--accelerators-best-practice .accelerators-best-practice__expanded-info-left {
  display: table-cell;
  width: 66%;
}
.list-item--accelerators-best-practice .accelerators-best-practice__config-steps {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__config-steps li {
  display: inline-block;
  list-style: none;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  vertical-align: top;
}
.list-item--accelerators-best-practice .accelerators-best-practice__config-steps li:before {
  content: '\25e6';
  font-size: 22px;
  position: absolute;
  left: 4px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__talking-points {
  display: table-cell;
  width: 33.3%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__talking-points--completed-space {
  width: 66.6%;
}
.list-item--accelerators-best-practice .accelerators-best-practice__lessons-learned {
  display: table-cell;
  width: 33.3%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__bp-details {
  display: table-cell;
  border-left: 1px solid #d5d5d5;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__themes,
.list-item--accelerators-best-practice .accelerators-best-practice__modules {
  margin-bottom: 14px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__themes .footnote,
.list-item--accelerators-best-practice .accelerators-best-practice__modules .footnote {
  opacity: 0.7;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  margin-top: 2px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status-box {
  border-top: 1px solid #d5d5d5;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status-box .status {
  margin-bottom: 0;
}
.list-item--accelerators-best-practice .accelerators-best-practice__status-box .heading-label {
  margin-bottom: 8px;
}
.list-item.list-item--accelerators-best-practice:before {
  margin-right: 6px;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.list-item.list-item--accelerators-best-practice:nth-child(n+100) .list-item__title {
  padding-left: 47px;
}
.list-item.list-item--accelerators-best-practice__title {
  padding-left: 32px;
}
.scorecard-progress-meter .heading-label {
  display: block;
}
.scorecard-progress-meter__container {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
  height: 6px;
}
.scorecard-progress-meter__slice {
  float: left;
  height: 6px;
  width: 18.4%;
  margin-right: 2%;
  background-color: #d8d8d8;
}
.scorecard-progress-meter__slice:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.scorecard-progress-meter__slice:last-child {
  margin-right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.scorecard-progress-meter__slice.filled {
  background-color: #d40f0f;
}
.scorecard-progress-meter .tooltip-container {
  display: block;
}
.scorecard-progress-meter .tooltip-container .tooltip {
  margin-bottom: 10px;
}
.scorecard-progress-meter.current-assessment .scorecard-progress-meter__slice.filled {
  background-color: #f27b2c;
}
.scorecard-progress-meter.business-value .scorecard-progress-meter__slice.filled {
  background-color: #6fbd57;
}
@keyframes slideDownAlert {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 67px;
  }
}
.first-time-tutorial {
  background-color: #023132;
  color: #fff;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  overflow: hidden;
}
.first-time-tutorial.first-time {
  animation-name: slideDownAlert;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
}
.first-time-tutorial.first-time .collapsed-content,
.first-time-tutorial.first-time .expanded-content {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.first-time-tutorial .close-alert {
  float: right;
  color: #fff;
  text-decoration: none;
}
.first-time-tutorial h2 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
}
.first-time-tutorial a {
  text-decoration: underline;
}
.first-time-tutorial .content {
  margin: 0 auto;
}
.first-time-tutorial .collapsed-content,
.first-time-tutorial .expanded-content {
  padding: 20px 20px;
}
.first-time-tutorial.collapsed .collapsed-content {
  display: block;
  background-color: #324b5c;
}
.first-time-tutorial.collapsed .expanded-content {
  display: none;
}
.first-time-tutorial.expanded {
  max-height: 600px;
}
.first-time-tutorial.expanded .expanded-content {
  display: block;
}
.first-time-tutorial.expanded .collapsed-content {
  display: none;
}
/**
* Modal starts here.
*/
body.modal-visible {
  overflow: hidden;
}
.modal {
  display: none;
}
.vanilla-modal .modal {
  display: block;
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  font-size: 0;
  transition: opacity 0.2s, z-index 0s 0.2s;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.vanilla-modal .modal > * {
  display: inline-block;
  white-space: normal;
  vertical-align: middle;
  text-align: left;
}
.vanilla-modal .modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.vanilla-modal.modal-visible .modal {
  z-index: 99;
  opacity: 1;
  transition: opacity 0.2s;
}
.modal-inner {
  position: relative;
  overflow: hidden;
  max-width: 90%;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
}
.modal-visible .modal-inner {
  z-index: 100;
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
  transition: opacity 0.2s, transform 0.2s;
}
a[rel="modal:close"] {
  position: absolute;
  color: #fff;
  font-size: 30px;
  z-index: 2;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.modal-content {
  color: #023132;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  padding: 30px 40px;
  width: 900px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  max-height: 600px;
  overflow: auto;
}
.modal h2 {
  font-size: 30px;
  line-height: 45px;
  font-size: 3rem;
  line-height: 4.5rem;
}
.modal__content {
  overflow: auto;
}
.modal__title {
  padding-bottom: 20px;
  border-bottom: 1px solid #808080;
  margin-bottom: 30px;
}
.modal__hr {
  border: 0;
  height: 1px;
  background: #808080;
  margin: 0;
  clear: both;
}
.performance-metrics {
  position: relative;
}
.performance-metrics .list-item__title {
  margin-right: 226px;
}
.performance-metrics .list-item__tag {
  background: #5E66D6;
}
.performance-metrics .list-item__title.textual {
  margin-right: 0px;
}
.performance-metrics__key {
  position: absolute;
  right: 15px;
  top: 28px;
}
.performance-metrics__key li {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.performance-metrics__key li .heading-label {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
}
.performance-metrics__key-box {
  display: inline-block;
  height: 17px;
  width: 17px;
  margin-right: 4px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.performance-metrics__chart {
  display: table;
  width: 100%;
}
.performance-metrics__row {
  display: table-row;
}
.performance-metrics__label {
  display: table-cell;
  width: 100px;
  padding: 10px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-align: right;
}
.performance-metrics__dwc-item {
  text-align: right;
  white-space: nowrap;
}
.performance-metrics__value {
  display: table-cell;
  border-left: 1px solid #dadada;
  padding: 10px 0;
  vertical-align: middle;
  padding-right: 62px;
}
.performance-metrics__value.text-value {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 600;
}
.performance-metrics__bar {
  height: 17px;
  display: inline-block;
  position: relative;
}
.performance-metrics__bar-label {
  position: absolute;
  left: 100%;
  padding-left: 10px;
  margin-top: -1px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #023132;
  letter-spacing: 0.5px;
  word-break: normal;
}
.performance-metrics .peer-group-color {
  background-color: #73C9F9;
}
.performance-metrics .world-class-color {
  background-color: #135789;
}
.performance-metrics .digital-world-class-color {
  background-color: #235CE8;
}
.performance-metrics .year-2 {
  background-color: #008080;
}
/* New style - keeping for quick change back if requested. Remove everything above and uncomment below.
.performance-metrics {
	position: relative;
	padding: 0;
	background-color: #ffffff;
	margin-bottom: 10px;
	max-width: 100%;

	&:first-child {
		margin-top: 10px;
	}

	.list-item__title {
		padding: 12px 20px;
		margin-bottom: 0;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 20px;
		background-color: @colorBlueHeading;
	}

	&__key {
		position: absolute;
		right: 15px;
		top: 28px;

		li {
			float: left;
			margin-right: 10px;
			.fontSize(16);

			.heading-label {
				.fontSize(16);
			}
		}
	}

	&__key-box {
		display: inline-block;
		height: 17px;
		width: 17px;
		margin-right: 4px;
		vertical-align: middle;
		position: relative;
		top: -2px;
	}

	&__chart {
		display: table;
		width: 95.9%;
		padding: 0 20px;
	}

	&__row {
		display: table-row;
	}

	&__col {
    		display: table-cell;
    		width: 30%;
			max-width: 30%;
    		vertical-align: middle;
    		padding: 10px 0;
    		color: #000000;
    		font-size: 24px;
    		line-height: 29px;
    		border-bottom: 2px solid #E6E6E6;

    		&:first-child {
    			width: 20%;
    		}

    		&.metric-header {
    			color: #000000;
    			font-size: 12px;
    			font-weight: bold;
    			line-height: 14px;
    		}
    	}

    .citations {
    	padding: 10px 20px;

    	.label {
    		display: inline-block;
			vertical-align: middle;
			color: #909090;
			font-size: 12px;
			line-height: 14px;
			width: 33%
    	}

    	.text-value {
			padding: 10px;
			color: #000000;
			font-size: 12px;
			line-height: 14px;
			font-weight: 600;
		}
    }


	&__bar {
		height: 17px;
		display: inline-block;
		position: relative;
	}

	&__bar-label {
		position: absolute;
		left: 100%;
		padding-left: 10px;
		margin-top: -1px;
		.fontSize(14);
		text-transform: uppercase;
		font-weight: 600;
		color: @colorText;
		letter-spacing: .5px;
		word-break: normal;
	}

	.peer-group-color {
		background-color: @colorHackettGreen;
	}
	.world-class-color {
		background-color: @colorHackettBlue;
	}
	.year-2 {
		background-color: @colorHackettTeal;
	}
}
*/
.help-content__loading {
  height: 700px;
  text-align: center;
  line-height: 700px;
  vertical-align: middle;
}
.help-content_iframe {
  height: 700px;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 20px;
  *zoom: 1;
  border-top: 1px solid #9c9c9c;
  min-width: 1140px;
}
.footer:before,
.footer:after {
  content: "";
  display: table;
}
.footer:after {
  clear: both;
}
.footer .content {
  max-width: 1320px;
  margin: 0 auto;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.footer__copyright {
  float: right;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  color: #808080;
  margin-top: 17px;
}
.footer__copyright--inline-block {
  width: 72%;
  display: inline-block;
  text-align: justify;
}
.footer__copyright--inline-block a {
  color: inherit;
  text-decoration: underline;
}
.footer__copyright img {
  float: right;
  margin-left: 32px;
  vertical-align: middle;
}
.search-sub-nav {
  margin-top: -10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #BCBCBC;
}
.search-sub-nav .content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.search-sub-nav .content .search-box {
  margin: 0 0 16px 0;
  width: 350px;
  position: relative;
  display: inline-block;
}
.search-sub-nav .content .search-box .search-button {
  width: 42px;
  height: 95%;
  color: #fff;
  background-color: #3ebede;
  display: block;
  position: absolute;
  right: -21px;
  top: 1px;
  cursor: pointer;
}
.search-sub-nav .content .search-box .search-button .icon-search {
  width: 100%;
  height: 100%;
}
.search-sub-nav .content .search-box .search-button .icon-search:before {
  content: "\f129";
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 10px;
  -ms-transform: translate(-50%, -50%);
  transform: translateY(-50%);
  font-size: 18px;
  padding: 1px;
}
.search-sub-nav .content .search-box input {
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #BCBCBC;
  border-radius: 0;
  padding: 0 10px;
  width: 100%;
  height: 40px;
}
.search-sub-nav .content .search-filters {
  float: right;
  width: 648px;
  font-family: "Proxima Nova";
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #808080;
  padding-top: 14px;
  text-transform: uppercase;
}
.search-sub-nav .content .search-filters .filter-list {
  float: right;
}
.search-sub-nav .content .search-filters .filter-list li {
  display: inline-block;
  margin-left: 25px;
  padding-bottom: 25px;
}
.search-sub-nav .content .search-filters .filter-list li a {
  color: #808080;
}
.search-sub-nav .content .search-filters .filter-list li.active {
  border-bottom: 2px solid #3EBEDE;
}
.search-sub-nav .content .search-filters .filter-list li.active a {
  color: #3EBEDE;
}
.spinner-cover {
  display: none;
  background-color: #262323;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.spinner-container {
  top: 50%;
  left: 50%;
  z-index: 10000001;
  padding: 30px 0;
}
.spinner-container p {
  color: #fefefe;
  text-align: center;
  margin-left: -24px;
}
.spinner {
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  border-top: 4px solid #3EBEDE;
  border-left: 4px solid #EBEBEB;
  border-right: 4px solid #EBEBEB;
  border-bottom: 4px solid #EBEBEB;
  animation: rotate 1000ms linear 0ms infinite normal;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hide-overflow {
  overflow: hidden;
}
.accelerators-nav {
  position: relative;
  display: none;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  height: 56px;
  background: #ebebeb;
}
.accelerators-nav--fixed {
  display: block;
  box-shadow: none;
  border-bottom: 1px solid #CBD3D7;
}
.accelerators-nav__option-list {
  z-index: 30;
  top: 0;
  left: 0;
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: auto;
}
.accelerators-nav__option-list li {
  float: left;
}
.accelerators-nav__option-list li a {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  min-width: 111px;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 18px 14px;
  text-transform: uppercase;
  color: #3b3b3b;
}
.accelerators-nav__option-list li a:hover :not(.icon) {
  background-color: #f5f5f5;
}
.accelerators-nav__option-list li a.active {
  font-weight: 700;
}
.accelerators-header {
  border-bottom: 1px solid grey;
  padding-bottom: 55px;
  margin: 0 0 24px;
}
.accelerators-header h1 {
  display: inline;
}
.accelerators-header input,
.accelerators-header .dropdown-btn {
  border: solid 1px #DFDFDF;
}
.accelerators-header .dropdown-btn {
  background-color: #fff;
  padding: 5px 20px 5px 10px;
}
.accelerators-header .dropdown-btn span {
  font-size: 14px;
  position: absolute;
  top: 10px;
}
.accelerators-header .accelerators-header__industry .vue-treeselect {
  float: inherit;
}
.accelerators-header__top {
  margin-bottom: 20px;
}
.accelerators-header__topic-container {
  float: right;
}
.accelerators-header__topic-container .dropdown-btn {
  background-color: #fff;
  padding: 5px 20px 5px 10px;
  border-radius: 5px;
  margin-right: -1px;
  display: inline-block;
  width: 380px;
  color: #808080;
}
.accelerators-header__topic-container .dropdown-btn span {
  right: 10px;
}
.accelerators-header__config-section {
  position: relative;
}
.accelerators-header__config-section--left-section {
  float: left;
  padding: 5px 0;
}
.accelerators-header__config-section--left-section section {
  display: inline-block;
}
.accelerators-header__config-section--right-section {
  float: right;
}
.accelerators-header__config-section--right-section input {
  height: 28px;
  width: 170px;
  padding: 3px 30px 3px 10px;
  border-radius: 0 5px 5px 0;
}
.accelerators-header__config-section--right-section .icon-search,
.accelerators-header__config-section--right-section .dropdown-btn {
  color: #808080;
}
.accelerators-header__config-section--right-section .icon-search {
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  right: 6px;
}
.accelerators-header__config-section--right-section .dropdown-btn {
  padding: 5px 20px 5px 10px;
  border-radius: 5px 0 0 5px;
  margin-right: -5px;
  display: inline-block;
  width: 170px;
}
.accelerators-header__config-section--right-section .dropdown-btn span {
  right: 220px;
}
.accelerators-header .icon-alignment {
  margin-right: 5px;
  display: inline-block;
  vertical-align: -1px;
}
.accelerators-header__column-edition-link {
  color: #31719A;
}
.accelerators-header__column-edition-link:hover {
  color: #31719A;
}
.accelerators-header__column-edition-link:before {
  margin-right: 5px;
  display: inline-block;
  vertical-align: -1px;
  content: url("/static/master-client/adp/images/icons/gear.39A0C952DE87DF5ECCEEBFABF5EB0A34.svg");
}
.accelerators-header__industry {
  margin: -24px 20px 0 0;
  margin-right: 20px;
  color: #9FA1A3;
}
.accelerators-header__industry .icon-arrow:after {
  -ms-transform: translateY(7px);
      transform: translateY(7px);
  border-top: 7px solid #BEC5C9;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 14px;
  content: '';
  height: 14px;
  margin-left: 4px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.accelerators-header__industry .icon-arrow:hover:after {
  border-top-color: #616161;
}
.accelerators-header__industry .vue-treeselect {
  margin-bottom: -7px;
}
.accelerators-header__industry .vue-treeselect .vue-treeselect__control {
  width: 250px;
  height: 20px;
  margin-bottom: -4px;
}
.accelerators-header__industry .vue-treeselect .vue-treeselect__placeholder {
  margin-top: -3px;
  font-size: 11px;
}
.accelerators-header__industry .vue-treeselect .vue-treeselect__placeholder:before {
  content: "\f129";
  display: inline-block;
  font-family: "hackett-icons";
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  color: #333;
  margin-right: 4px;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.accelerators-header__industry .vue-treeselect .vue-treeselect__menu {
  color: #333;
}
.accelerators-header__industry .vue-treeselect .vue-treeselect__single-value {
  margin-top: -4px;
}
.accelerators-header__industry .custom-loading {
  font-weight: bold;
  color: #4e5052;
  margin-left: 5px;
}
.accelerators-header__download-link--default {
  margin-right: 20px;
  color: #9FA1A3;
}
.accelerators-header__download-link--default:hover {
  color: #9FA1A3;
}
.accelerators-header__download-link--default:before {
  margin-right: 5px;
  display: inline-block;
  vertical-align: -1px;
  content: url("/static/master-client/adp/images/icons/icon-download-gray.B270B45A3D6C4FAABCC02A0A81201F7E.svg");
}
.accelerators-header__download-link--downloadable {
  margin-right: 20px;
  color: #31719A;
}
.accelerators-header__download-link--downloadable:hover {
  color: #31719A;
}
.accelerators-header__download-link--downloadable:before {
  margin-right: 5px;
  display: inline-block;
  vertical-align: -1px;
  content: url("/static/master-client/adp/images/icons/icon-download-blue.B1B6B950E5ACB440A6F72E0144902C61.svg");
}
.accelerators-header__floating-submenu-filters {
  display: inline-block;
}
.accelerators-header .filter-list-container {
  display: none;
  position: absolute;
  width: 202px;
  z-index: 99;
}
.accelerators-header .filter-list-container__filter-list {
  background-color: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  max-height: 270px;
}
.accelerators-header .filter-list-container__filter-list a {
  display: block;
  padding: 8px 10px;
  color: inherit;
}
.accelerators-header .filter-list-container__filter-list a:hover {
  background-color: #EBEBEB;
}
.accelerators-header .vue-treeselect {
  display: inline-block;
  float: left;
}
.accelerators-header .vue-treeselect__control {
  width: 413px;
  table-layout: auto;
}
.accelerators-header .vue-treeselect__value-container {
  width: 370px;
}
.accelerators-header .vue-treeselect__multi-value {
  display: inline-block;
}
.accelerators-header .vue-treeselect__multi-value-item {
  background: white;
  font-size: 16px;
}
.accelerators-header .vue-treeselect__multi-value-item-container {
  display: inline-block;
}
.accelerators-header .vue-treeselect__value-remove {
  background: white;
}
.accelerators-header .vue-treeselect__input {
  border: 0;
  padding: 0;
}
.floating-submenu-container {
  position: relative;
  display: none;
}
.floating-submenu-container__submenu-list {
  z-index: 9;
  right: 0;
  width: 380px;
  padding: 15px;
  overflow: auto;
  max-height: 380px;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.floating-submenu-container__submenu-list li {
  min-width: 240px;
}
.floating-submenu-container__submenu-list li:not(:last-child) {
  margin-bottom: 10px;
}
.floating-submenu-container__submenu-list li a:hover {
  text-decoration: none;
  text-align: center;
}
.floating-submenu-container__submenu-list .checkbox label {
  cursor: pointer;
}
.floating-submenu-container__submenu-list .checkbox label input[type="checkbox"] {
  margin-top: 5px;
}
.floating-submenu-container__submenu-list .topic-list {
  max-height: 316px;
  overflow-y: auto;
}
.floating-submenu-container__submenu-list .dropdown-footer,
.floating-submenu-container__submenu-list a {
  width: 100%;
}
.floating-submenu-container__submenu-list a {
  color: #fff !important;
  margin-top: 10px;
}
.floating-submenu-container__submenu-list a.disabled {
  cursor: not-allowed;
}
.modal__checkboxes-container,
.modal-footer {
  overflow: auto;
  width: 90%;
  margin: 0 auto;
}
.modal__left-elements {
  float: left;
}
.modal__right-elements {
  float: right;
}
.modal .col-sm-6 {
  width: calc(50% - 15px);
}
.modal .col-sm-6:first-child {
  padding-left: 0;
}
.modal .col-sm-6:last-child {
  padding-right: 0;
}
.modal label {
  cursor: pointer;
}
.modal-footer {
  margin-top: 40px;
}
.modal-footer .cancel-checkboxes {
  margin-left: 16px;
}
.modal-footer .footer-link {
  padding: 8px 0;
}
.modal-footer .reset-checkboxes {
  float: right;
}
.accelerators-modal-width {
  width: 604px;
}
.outer-data-table-container {
  position: relative;
  background-color: white;
}
.outer-data-table-container .draggable {
  cursor: -ms-grab !important;
  cursor: -o-grab !important;
}
.outer-data-table-container .data-table-component-container {
  font-size: 15px;
  overflow-x: auto;
}
.outer-data-table-container .data-table-component-container__data-table .table-accordion td {
  padding: 0;
  position: static !important;
}
.outer-data-table-container .data-table-component-container__data-table .table-accordion__content-container {
  overflow: hidden;
}
.outer-data-table-container .data-table-component-container__data-table .table-accordion__content {
  padding: 15px 8px;
}
.outer-data-table-container .data-table-component-container__data-table .table-accordion__content--fixed {
  padding-left: 77px;
}
.outer-data-table-container .data-table-component-container__data-table .table-fixed-cell input,
.outer-data-table-container .data-table-component-container__data-table .table-fixed-cell .accordion-expander {
  position: relative !important;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.outer-data-table-container .data-table-component-container__data-table .fixed-column {
  position: absolute;
  *position: relative;
  /*ie7*/
}
.outer-data-table-container .data-table-component-container__data-table th,
.outer-data-table-container .data-table-component-container__data-table td {
  text-align: left;
  padding: 15px 8px;
}
.outer-data-table-container .data-table-component-container__data-table th:not(.accordion-column),
.outer-data-table-container .data-table-component-container__data-table td:not(.accordion-column) {
  vertical-align: middle;
}
.outer-data-table-container .data-table-component-container__data-table th {
  z-index: 1;
  font-weight: 700;
  min-width: 60px;
  border-bottom: 1px solid #C0CBD0;
}
.outer-data-table-container .data-table-component-container__data-table th.is-sortable {
  cursor: pointer;
}
.outer-data-table-container .data-table-component-container__data-table th.asc:after,
.outer-data-table-container .data-table-component-container__data-table th.desc:after {
  width: 14px;
  content: '';
  height: 14px;
  margin-left: 4px;
  display: inline-block;
  box-sizing: border-box;
}
.outer-data-table-container .data-table-component-container__data-table th.asc:after {
  -ms-transform: translateY(5px);
      transform: translateY(5px);
  border-top: 7px solid #BEC5C9;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.outer-data-table-container .data-table-component-container__data-table th.desc:after {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
  border-bottom: 7px solid #BEC5C9;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.outer-data-table-container .data-table-component-container__data-table th .data-table-component-container__custom-checkbox {
  left: 50%;
  position: relative;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.outer-data-table-container .data-table-component-container__data-table tbody tr:nth-of-type(odd),
.outer-data-table-container .data-table-component-container__data-table tbody tr:nth-of-type(odd) td {
  background-color: #F9FAFB;
}
.outer-data-table-container .data-table-component-container__data-table tbody tr:hover,
.outer-data-table-container .data-table-component-container__data-table tbody tr:hover td {
  cursor: pointer;
  background-color: #E9F1F5;
}
.outer-data-table-container .data-table-component-container__data-table tbody p {
  margin: 0;
}
.outer-data-table-container .data-table-component-container__data-table tbody .summarized-content:after {
  content: "...";
}
.outer-data-table-container .data-table-component-container__data-table tbody .data-table-component-container__custom-checkbox {
  top: 50%;
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.outer-data-table-container .data-table-component-container__data-table .link {
  margin-left: 10px;
}
.outer-data-table-container .data-table-component-container__custom-checkbox {
  width: 20px;
  height: 20px;
}
.outer-data-table-container .data-table-component-container__custom-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}
.outer-data-table-container .data-table-component-container__custom-checkbox input[type=checkbox] + label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
.outer-data-table-container .data-table-component-container__custom-checkbox input[type=checkbox]:checked + label {
  border: 1px solid #11729E;
  background-color: #11729E;
}
.outer-data-table-container .data-table-component-container__custom-checkbox input[type=checkbox]:checked + label:before,
.outer-data-table-container .data-table-component-container__custom-checkbox input[type=checkbox]:checked + label:after {
  top: 10px;
  left: 4px;
  height: 2px;
  content: '';
  position: absolute;
  background-color: white;
}
.outer-data-table-container .data-table-component-container__custom-checkbox input[type=checkbox]:checked + label:before {
  width: 6px;
  -ms-transform: translate(-2px, 0px) rotate(45deg);
      transform: translate(-2px, 0px) rotate(45deg);
}
.outer-data-table-container .data-table-component-container__custom-checkbox input[type=checkbox]:checked + label:after {
  width: 12px;
  -ms-transform: translate(0px, -2px) rotate(-45deg);
      transform: translate(0px, -2px) rotate(-45deg);
}
.outer-data-table-container .no-data {
  text-align: center;
  color: #000;
  background-color: #DFDFDF;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.data-table-footer {
  text-align: center;
  margin-top: 35px;
}
.data-table-footer__load-more {
  text-decoration: underline;
  font-size: 26px;
}
.scorecard-dashboard .jasper-chart-loader {
  margin: 0.5em;
  display: inline-block;
  z-index: 10;
}
.scorecard-dashboard .report-wrapper {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.scorecard-dashboard .jasper-loading {
  opacity: 0.3;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.scorecard-dashboard .jasper-dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.scorecard-dashboard .jasper-dropdown-menu li > a {
  color: #555;
  padding: 0.8em;
  border-bottom: 1px solid #eee;
}
.scorecard-dashboard .jasper-bookmarks-tree {
  padding: 0;
  list-style: none;
  margin: 0;
}
.scorecard-dashboard .jasper-bookmarks-tree > li > a {
  text-decoration: none;
  padding: 5px 0;
  display: inline-block;
  cursor: pointer;
}
.scorecard-dashboard .jasper-bookmarks-tree > li > a > .fa {
  margin-right: 0.25em;
}
.scorecard-dashboard .jasper-bookmarks-tree > li > a > .glyphicon {
  margin-right: 0.25em;
}
.scorecard-dashboard .jasper-bookmarks-tree-item-child {
  padding-left: 20px;
}
.scorecard-dashboard .jasper-floating-sidebar {
  position: absolute;
  z-index: 1031;
  width: 300px;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.15), 0 1px 3px 1px rgba(60, 64, 67, 0.07);
}
.scorecard-dashboard .jasper-floating-sidebar .jasper-floating-sidebar-footer {
  margin-top: 1em;
}
.scorecard-dashboard .jasper-scrollable-sidebar {
  overflow-y: auto;
  max-height: 450px;
  min-height: 35px;
  padding-right: 5px;
}
.scorecard-dashboard .jasper-bookmarks {
  background: #fafafa;
  padding: 1em;
}
.scorecard-dashboard .jasper-input-controls {
  background: #fafafa;
  padding: 1em;
}
.scorecard-dashboard .jasper-input-controls label {
  color: #727272;
  font-weight: normal;
  font-size: 14px;
}
.scorecard-dashboard .jasper-input-controls .jasper-input-control {
  margin-bottom: 1.25em;
}
.scorecard-dashboard .jasper-input-modal > input[type=text] {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  height: 36px;
  padding: 0 10px;
  width: 96%;
}
.scorecard-dashboard .jasper-input-modal .required-field::after {
  content: "* Required";
  color: #EB3324;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 600;
}
.scorecard-dashboard .jasper-input-modal .checkbox input,
.scorecard-dashboard .jasper-input-modal .checkbox label {
  vertical-align: middle;
  cursor: pointer;
}
.scorecard-dashboard .btn.btn-bold {
  font-weight: bold;
}
.scorecard-dashboard .btn.btn-link {
  color: #808080;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.scorecard-dashboard .btn.btn-link .fa {
  margin-right: 0.25em;
}
.scorecard-dashboard .btn.btn-link .glyphicon {
  margin-right: 0.25em;
}
.scorecard-dashboard .btn-group.dropdown .form-control.dropdown-toggle > div:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}
.scorecard-dashboard .floating-container-title {
  margin-bottom: 0.8em;
}
.scorecard-dashboard .floating-container-title .floating-title {
  color: #30739c;
  font-weight: 600;
  font-size: 14px;
}
.scorecard-dashboard .label.label-jasper {
  color: white;
  background-color: #1F4F82;
  display: inline-block;
  padding: 0.3em 0.6em 0.35em;
}
.scorecard-dashboard .report-title {
  text-align: right;
}
.scorecard-dashboard .jasper-no-padding {
  padding: 0 !important;
}
.scorecard-dashboard .jasper-error-message {
  text-align: center;
  min-height: 20px;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.scorecard-dashboard .jasper-controls .filter-container {
  cursor: pointer;
}
.scorecard-dashboard .jasper-controls .btn-history {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  appearance: none;
  color: #3EBEDE;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 16px;
  border-radius: 500px;
  border: 1px solid #3EBEDE;
  background-color: transparent;
}
.scorecard-dashboard .jasper-controls .btn-history:disabled {
  opacity: 0.5;
  cursor: default;
}
.scorecard-dashboard .input-controls-buttons {
  float: right;
  padding: 23px 0 0;
}
.scorecard-dashboard .jasper-pagination {
  float: right;
  text-align: right;
  padding: 30px 0;
  color: #3EBEDE;
  font-weight: 800;
}
.scorecard-dashboard .jasper-pagination .jasper-pagination-detail {
  font-size: 16px;
  margin-top: 8px;
}
.scorecard-dashboard .jasper-pagetitle {
  max-width: 360px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin: 7px 7px 0 0;
  padding: 0 15px;
}
.scorecard-dashboard .jasper-chart-target {
  line-height: 0;
}
.scorecard-dashboard .jasper-chart-target img {
  max-width: inherit;
  height: inherit;
}
.scorecard-dashboard .jasper-chart-target ._jrHyperLink {
  cursor: pointer;
}
.scorecard-dashboard .jasper-chart-container {
  background-color: white;
}
.scorecard-dashboard .jasper-static-controls {
  margin-bottom: 20px;
}
.scorecard-dashboard .jasper-static-sidebar {
  position: relative;
}
.scorecard-dashboard .jasper-static-sidebar .disabled {
  opacity: 0.4;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.scorecard-dashboard .jasper-static-sidebar-spinner {
  text-align: center;
}
.scorecard-dashboard .jasper-static-sidebar-footer .btn {
  min-width: 92px;
}
.scorecard-dashboard ul.dropdown-menu {
  z-index: 1060;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 800px;
  max-height: 400px;
}
.scorecard-dashboard ul.dropdown-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.scorecard-dashboard ul.dropdown-menu > li > a > b {
  text-overflow: ellipsis;
  max-width: 97%;
  overflow: hidden;
  display: inline-block;
}
.spanner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  height: 100vh;
  color: #FFF;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.overlay {
  position: absolute;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display: block;
  text-align: center;
  height: -webkit-fill-available;
  color: #FFF;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.sticky-view {
  top: 100%;
  position: sticky;
}
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  color: #ffffff;
  font-size: 13px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 3.5em;
}
.show {
  visibility: visible;
}
.hide {
  visibility: hidden;
}
.spanner.show {
  opacity: 1;
}
.overlay.show {
  opacity: 1;
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* ========================================================================= */
/* Default colors and border-radius */
/* - Just overwrite these colors in the individual client pages to customize */
/* ========================================================================= */
/* ========================================================================= */
/* Layout styles */
/* - only overwrite these if needed */
/* ========================================================================= */
.three-column-callout {
  width: 100%;
  display: table;
  margin-top: 28px;
  table-layout: fixed;
  border-spacing: 20px;
  background-color: #d5d5d5;
}
.three-column-callout strong {
  font-weight: bold;
}
.three-column-callout .tile-expander {
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  display: none;
  position: absolute;
  transition: 0.3s all;
  border-radius: 0;
  background-color: #808283;
  -ms-transform: translateX(calc(100% - 10px));
      transform: translateX(calc(100% - 10px));
}
.three-column-callout .tile-expander:before {
  top: 84%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  left: -24px;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #808283;
}
.three-column-callout .tile-expander.index-0:before {
  top: 53%;
}
.three-column-callout .tile-expander.index-1:before {
  top: 54%;
}
.three-column-callout .tile-expander.visible {
  opacity: 1;
  -ms-transform: translateX(calc(100% + 20px));
      transform: translateX(calc(100% + 20px));
}
.three-column-callout .tile-expander .tile-expander-title-container {
  padding: 16px;
}
.three-column-callout .tile-expander .tile-expander-title-container p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #FFFFFF;
}
.three-column-callout .tile-expander .list-scroller {
  height: 100%;
  overflow: auto;
}
.three-column-callout .tile-expander .tile-exapnder-list-container {
  margin: 0;
  padding: 0 16px;
  list-style: none;
}
.three-column-callout .tile-expander .tile-exapnder-list-container li {
  margin: 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.three-column-callout .tile-expander .tile-exapnder-list-container li:before {
  display: none;
}
.three-column-callout .tile-expander .tile-exapnder-list-container li p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #FFFFFF;
}
.three-column-callout .tile-expander .tile-exapnder-list-container li p a {
  color: inherit;
  display: block;
  position: relative;
  padding: 16px 30px 16px 0;
}
.three-column-callout .tile-expander .tile-exapnder-list-container li p a:after {
  top: 50%;
  right: 0;
  content: '';
  width: 22px;
  height: 12px;
  position: absolute;
  transition: 0.2s right;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/master-client/hackett/images/icon-arrow-right.DB494CA3D5C9DD76114100679E94B02B.svg");
}
.three-column-callout .tile-expander .tile-exapnder-list-container li p a:hover:after {
  right: -8px;
}
.three-column-callout .tile {
  position: relative;
  display: table-cell;
  vertical-align: top;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
}
.three-column-callout .tile .tile-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #2EBEDB;
}
.three-column-callout .tile .tile-header .tile-title-container {
  padding: 20px 16px 20px 58px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.three-column-callout .tile .tile-header .tile-title-container .tile-title-icon-container {
  top: 50%;
  left: 12px;
  width: 30px;
  height: 30px;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.three-column-callout .tile .tile-header .tile-title-container .tile-title-name-container p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}
.three-column-callout .tile .tile-header .tile-description-container {
  min-height: 12rem;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 12px 16px;
}
.three-column-callout .tile .tile-header .tile-description-container p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #FFFFFF;
}
.three-column-callout .tile .tile-links-container {
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.three-column-callout .tile .tile-links-container .tile-link {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  cursor: pointer;
  position: relative;
  padding: 16px 32px 16px 16px;
  transition: 0.2s background-color;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.three-column-callout .tile .tile-links-container .tile-link:last-child {
  border-bottom: 0;
}
.three-column-callout .tile .tile-links-container .tile-link:hover {
  background-color: #f2f2f2;
}
.three-column-callout .tile .tile-links-container .tile-link .tile-link-name-container p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: bold;
  color: #003132;
}
.three-column-callout .tile .tile-links-container .tile-link .tile-link-content {
  padding-top: 5px;
  padding-left: 36px;
  position: relative;
}
.three-column-callout .tile .tile-links-container .tile-link .tile-link-content .tile-link-icon-container {
  left: 0;
  top: 5px;
  width: 28px;
  height: 28px;
  position: absolute;
}
.three-column-callout .tile .tile-links-container .tile-link .tile-link-content .custom-image-size {
  height: 26px;
}
.three-column-callout .tile .tile-links-container .tile-link .tile-link-content .tile-link-description-container p {
  margin: 0;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  color: #003132;
}
.three-column-callout .tile .tile-links-container .tile-link .tile-link-content .tile-link-description-container .premium-label {
  padding: 1px 6px;
  margin: 0;
  font-size: 1.1rem;
  border-radius: 5px;
  background-color: #e4e4e4;
  font-weight: 500;
  margin-top: 15px;
}
.three-column-callout .tile .tile-links-container .tile-link .tile-link-chevron-container {
  top: 50%;
  right: 16px;
  width: 7px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.pillar-group {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.pillar-group-global {
  border-spacing: 20px;
}
.pillar-group--single-container {
  background-color: #d5d5d5;
  padding: 20px;
}
.pillar-group--single-container .tile {
  width: 100%;
  display: table !important;
}
.pillar-group--single-container--preview {
  background-color: inherit;
}
.pillar-group.one-column-callout {
  border-spacing: unset;
}
.pillar-group.several-column-callout {
  border-spacing: 20px;
  margin-top: 28px;
  background-color: #d5d5d5;
}
.pillar-group.several-column-callout.pillar-preview {
  border-spacing: unset;
}
.pillar-group strong {
  font-weight: bold;
}
.pillar-group .tile-expander {
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  display: block;
  position: absolute;
  transition: 0.3s all;
  height: 0;
  border-radius: 0;
  background-color: #808283;
}
.pillar-group .tile-expander--visible {
  height: auto;
  opacity: 1;
}
.pillar-group .tile-expander .tile-expander-title-container {
  padding: 16px;
}
.pillar-group .tile-expander .tile-expander-title-container p,
.pillar-group .tile-expander .tile-expander-title-container a {
  color: #FFFFFF;
}
.pillar-group .tile-expander .tile-expander-title-container p {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.pillar-group .tile-expander .tile-expander-title-container a {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  text-decoration: underline;
  color: #FFFFFF;
}
.pillar-group .tile-expander .list-scroller {
  height: 100%;
  overflow: auto;
}
.pillar-group .tile-expander .tile-expander-list-container {
  margin: 0;
  padding: 0 16px;
  list-style: none;
}
.pillar-group .tile-expander .tile-expander-list-container li {
  margin: 0;
  position: relative;
  border-top: 1px solid #0000001f;
}
.pillar-group .tile-expander .tile-expander-list-container li:before {
  display: none;
}
.pillar-group .tile-expander .tile-expander-list-container li p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #FFFFFF;
}
.pillar-group .tile-expander .tile-expander-list-container li p a {
  color: inherit;
  display: block;
  position: relative;
  padding: 16px 30px 16px 0;
}
.pillar-group .tile-expander .tile-expander-list-container li p a:after {
  top: 50%;
  right: 0;
  content: '';
  width: 22px;
  height: 12px;
  position: absolute;
  transition: 0.2s right;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/master-client/hackett/images/icon-arrow-right.DB494CA3D5C9DD76114100679E94B02B.svg");
}
.pillar-group .tile-expander .tile-expander-list-container li p a:hover:after {
  right: -8px;
}
.pillar-group .tile {
  position: relative;
  display: table-cell;
  vertical-align: top;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.32);
}
.pillar-group .tile--simple {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.pillar-group .tile-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #2EBEDB;
}
.pillar-group .tile-header--centered {
  display: table-caption;
  text-align: center;
}
.pillar-group .tile-header .tile-title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 16px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.pillar-group .tile-header .tile-title-container--centered {
  -ms-flex-pack: center;
      justify-content: center;
}
.pillar-group .tile-header .tile-title-name-container {
  overflow: hidden;
}
.pillar-group .tile-header .tile-title-name-container p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}
.pillar-group .tile-header .tile-title-icon-container {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.pillar-group .tile .hidden-section {
  display: none !important;
}
.pillar-group .tile-description-container {
  min-height: 12rem;
  overflow: hidden;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 12px 16px;
}
.pillar-group .tile-description-container p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #FFFFFF;
}
.pillar-group .tile-description-container--single-height {
  min-height: auto;
}
.pillar-group .tile-link {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 16px 32px 16px 16px;
  transition: 0.2s background-color;
  background-color: #FFFFFF;
}
.pillar-group .tile-link:hover,
.pillar-group .tile-link:focus {
  text-decoration: none;
}
.pillar-group .tile-link:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.pillar-group .tile-link:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pillar-group .tile-link.cell-link {
  display: table-cell;
}
.pillar-group .tile-link.cell-link.first-link {
  border-bottom-left-radius: 0 !important;
}
.pillar-group .tile-link.cell-link:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pillar-group .tile-link.cell-link:not(.pillar-group .tile-link.cell-link:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.pillar-group .tile-link--inactive {
  cursor: default;
}
.pillar-group .tile-link:hover {
  background-color: #f2f2f2;
}
.pillar-group .tile-link-name-container p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: bold;
  color: #003132;
}
.pillar-group .tile-link-content {
  padding-top: 5px;
  padding-left: 36px;
  position: relative;
}
.pillar-group .tile-link-content .custom-image-size {
  height: 26px;
}
.pillar-group .tile-link-content .premium-label {
  padding: 1px 6px;
  margin: 0;
  font-size: 1.1rem;
  border-radius: 5px;
  background-color: #e4e4e4;
  font-weight: 500;
  margin-top: 15px;
}
.pillar-group .tile-link-icon-container {
  left: 0;
  top: 5px;
  width: 28px;
  height: 28px;
  position: absolute;
}
.pillar-group .tile-link-description-container p {
  margin: 0;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  color: #003132;
}
.pillar-group .tile-link-chevron-container {
  top: 50%;
  right: 16px;
  width: 7px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.tabbed-section {
  width: 100%;
}
.tabbed-section * {
  box-sizing: border-box;
}
.tabbed-section .tabs-container {
  width: 100%;
  bottom: -6px;
  overflow: auto;
  position: relative;
}
.tabbed-section .tabs-container .tabs-scroller ul {
  white-space: nowrap;
}
.tabbed-section .tabs-container .tabs-scroller ul li {
  width: 260px;
  cursor: pointer;
  margin-left: 16px;
  padding: 16px 12px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 0;
}
.tabbed-section .tabs-container .tabs-scroller ul li:first-child {
  margin-left: 0;
}
.tabbed-section .tabs-container .tabs-scroller ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  color: #2EBEDB;
}
.tabbed-section .tabs-container .tabs-scroller ul li .survey-count {
  top: 50%;
  right: 12px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  padding: 0 8px 1px;
  position: absolute;
  border-radius: 500px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #003132;
  background-color: #FFFFFF;
}
.tabbed-section .tabs-container .tabs-scroller ul li.active {
  border: 1px solid transparent;
  border-bottom: 0;
  background-color: #FFFFFF;
}
.tabbed-section .tabs-container .tabs-scroller ul li.active p {
  font-weight: bold;
}
.tabbed-section .tabs-container .tabs-scroller ul li.active .survey-count {
  color: #FFFFFF;
  background-color: #2EBEDB;
}
.tabbed-section .tabs-container .tabs-scroller ul li.active:before {
  top: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
  content: '';
  position: absolute;
  background-color: #2EBEDB;
}
.tabbed-section .tabs-content {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.tabbed-section .tabs-content .tab-page {
  display: none;
}
.tabbed-section .tabs-content .tab-page.active {
  display: block;
}
.tabbed-section .tabs-content .list-item {
  border: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tabbed-section .tabs-content .list-item .list-item__title {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  color: #003132;
}
.tabbed-section .tabs-content .list-item .list-item__title:before {
  color: inherit;
  font-size: inherit;
}
.tabbed-section .tabs-content .list-item .list-item__details-link {
  margin-top: 6px;
  display: inline-block;
  color: #2EBEDB;
}
.tabbed-section .tabs-content .lazy-load-container {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
}
.tabbed-section .tabs-content .lazy-load-container .no-margin {
  margin: 0;
}
body.modal-open {
  overflow: hidden;
}
.prospects-page {
  /* ---------------------------------------------------------------------------- */
  /* Prospects variables */
  /* ---------------------------------------------------------------------------- */
  /*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /* ---------------------------------------------------------------------------- */
  /* Bootstrap overrides for prospects pages */
  /* ---------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------- */
  /* Prospects page styles */
  /* ---------------------------------------------------------------------------- */
  /* ---------------------------------------------------------------------------- */
  /* Prospects spacing classes */
  /* ---------------------------------------------------------------------------- */
}
.prospects-page html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.prospects-page body {
  margin: 0;
}
.prospects-page article,
.prospects-page aside,
.prospects-page details,
.prospects-page figcaption,
.prospects-page figure,
.prospects-page footer,
.prospects-page header,
.prospects-page hgroup,
.prospects-page main,
.prospects-page menu,
.prospects-page nav,
.prospects-page section,
.prospects-page summary {
  display: block;
}
.prospects-page audio,
.prospects-page canvas,
.prospects-page progress,
.prospects-page video {
  display: inline-block;
  vertical-align: baseline;
}
.prospects-page audio:not([controls]) {
  display: none;
  height: 0;
}
.prospects-page [hidden],
.prospects-page template {
  display: none;
}
.prospects-page a {
  background-color: transparent;
}
.prospects-page a:active,
.prospects-page a:hover {
  outline: 0;
}
.prospects-page abbr[title] {
  border-bottom: 1px dotted;
}
.prospects-page b,
.prospects-page strong {
  font-weight: bold;
}
.prospects-page dfn {
  font-style: italic;
}
.prospects-page h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.prospects-page mark {
  background: #ff0;
  color: #000;
}
.prospects-page small {
  font-size: 80%;
}
.prospects-page sub,
.prospects-page sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.prospects-page sup {
  top: -0.5em;
}
.prospects-page sub {
  bottom: -0.25em;
}
.prospects-page img {
  border: 0;
}
.prospects-page svg:not(:root) {
  overflow: hidden;
}
.prospects-page figure {
  margin: 1em 40px;
}
.prospects-page hr {
  box-sizing: content-box;
  height: 0;
}
.prospects-page pre {
  overflow: auto;
}
.prospects-page code,
.prospects-page kbd,
.prospects-page pre,
.prospects-page samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.prospects-page button,
.prospects-page input,
.prospects-page optgroup,
.prospects-page select,
.prospects-page textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.prospects-page button {
  overflow: visible;
}
.prospects-page button,
.prospects-page select {
  text-transform: none;
}
.prospects-page button,
.prospects-page html input[type="button"],
.prospects-page input[type="reset"],
.prospects-page input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.prospects-page button[disabled],
.prospects-page html input[disabled] {
  cursor: default;
}
.prospects-page button::-moz-focus-inner,
.prospects-page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.prospects-page input {
  line-height: normal;
}
.prospects-page input[type="checkbox"],
.prospects-page input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.prospects-page input[type="number"]::-webkit-inner-spin-button,
.prospects-page input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.prospects-page input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.prospects-page input[type="search"]::-webkit-search-cancel-button,
.prospects-page input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.prospects-page fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.prospects-page legend {
  border: 0;
  padding: 0;
}
.prospects-page textarea {
  overflow: auto;
}
.prospects-page optgroup {
  font-weight: bold;
}
.prospects-page table {
  border-collapse: collapse;
  border-spacing: 0;
}
.prospects-page td,
.prospects-page th {
  padding: 0;
}
@media print {
  .prospects-page *,
  .prospects-page *:before,
  .prospects-page *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .prospects-page a,
  .prospects-page a:visited {
    text-decoration: underline;
  }
  .prospects-page a[href]:after {
    content: " (" attr(href) ")";
  }
  .prospects-page abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .prospects-page a[href^="#"]:after,
  .prospects-page a[href^="javascript:"]:after {
    content: "";
  }
  .prospects-page pre,
  .prospects-page blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .prospects-page thead {
    display: table-header-group;
  }
  .prospects-page tr,
  .prospects-page img {
    page-break-inside: avoid;
  }
  .prospects-page img {
    max-width: 100% !important;
  }
  .prospects-page p,
  .prospects-page h2,
  .prospects-page h3 {
    orphans: 3;
    widows: 3;
  }
  .prospects-page h2,
  .prospects-page h3 {
    page-break-after: avoid;
  }
  .prospects-page .navbar {
    display: none;
  }
  .prospects-page .btn > .caret,
  .prospects-page .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .prospects-page .label {
    border: 1px solid #000;
  }
  .prospects-page .table {
    border-collapse: collapse !important;
  }
  .prospects-page .table td,
  .prospects-page .table th {
    background-color: #fff !important;
  }
  .prospects-page .table-bordered th,
  .prospects-page .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/static/master-client/global/fonts/glyphicon/glyphicons-halflings-regular.F4769F9BDB7466BE65088239C12046D1.eot");
  src: url("/static/master-client/global/fonts/glyphicon/glyphicons-halflings-regular.F4769F9BDB7466BE65088239C12046D1.eot?#iefix") format('embedded-opentype'), url("/static/master-client/global/fonts/glyphicon/glyphicons-halflings-regular.448C34A56D699C29117ADC64C43AFFEB.woff2") format('woff2'), url("/static/master-client/global/fonts/glyphicon/glyphicons-halflings-regular.FA2772327F55D8198301FDB8BCFC8158.woff") format('woff'), url("/static/master-client/global/fonts/glyphicon/glyphicons-halflings-regular.E18BBF611F2A2E43AFC071AA2F4E1512.ttf") format('truetype'), url("/static/master-client/global/fonts/glyphicon/glyphicons-halflings-regular.89889688147BD7575D6327160D64E760.svg#glyphicons_halflingsregular") format('svg');
}
.prospects-page .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prospects-page .glyphicon-asterisk:before {
  content: "\002a";
}
.prospects-page .glyphicon-plus:before {
  content: "\002b";
}
.prospects-page .glyphicon-euro:before,
.prospects-page .glyphicon-eur:before {
  content: "\20ac";
}
.prospects-page .glyphicon-minus:before {
  content: "\2212";
}
.prospects-page .glyphicon-cloud:before {
  content: "\2601";
}
.prospects-page .glyphicon-envelope:before {
  content: "\2709";
}
.prospects-page .glyphicon-pencil:before {
  content: "\270f";
}
.prospects-page .glyphicon-glass:before {
  content: "\e001";
}
.prospects-page .glyphicon-music:before {
  content: "\e002";
}
.prospects-page .glyphicon-search:before {
  content: "\e003";
}
.prospects-page .glyphicon-heart:before {
  content: "\e005";
}
.prospects-page .glyphicon-star:before {
  content: "\e006";
}
.prospects-page .glyphicon-star-empty:before {
  content: "\e007";
}
.prospects-page .glyphicon-user:before {
  content: "\e008";
}
.prospects-page .glyphicon-film:before {
  content: "\e009";
}
.prospects-page .glyphicon-th-large:before {
  content: "\e010";
}
.prospects-page .glyphicon-th:before {
  content: "\e011";
}
.prospects-page .glyphicon-th-list:before {
  content: "\e012";
}
.prospects-page .glyphicon-ok:before {
  content: "\e013";
}
.prospects-page .glyphicon-remove:before {
  content: "\e014";
}
.prospects-page .glyphicon-zoom-in:before {
  content: "\e015";
}
.prospects-page .glyphicon-zoom-out:before {
  content: "\e016";
}
.prospects-page .glyphicon-off:before {
  content: "\e017";
}
.prospects-page .glyphicon-signal:before {
  content: "\e018";
}
.prospects-page .glyphicon-cog:before {
  content: "\e019";
}
.prospects-page .glyphicon-trash:before {
  content: "\e020";
}
.prospects-page .glyphicon-home:before {
  content: "\e021";
}
.prospects-page .glyphicon-file:before {
  content: "\e022";
}
.prospects-page .glyphicon-time:before {
  content: "\e023";
}
.prospects-page .glyphicon-road:before {
  content: "\e024";
}
.prospects-page .glyphicon-download-alt:before {
  content: "\e025";
}
.prospects-page .glyphicon-download:before {
  content: "\e026";
}
.prospects-page .glyphicon-upload:before {
  content: "\e027";
}
.prospects-page .glyphicon-inbox:before {
  content: "\e028";
}
.prospects-page .glyphicon-play-circle:before {
  content: "\e029";
}
.prospects-page .glyphicon-repeat:before {
  content: "\e030";
}
.prospects-page .glyphicon-refresh:before {
  content: "\e031";
}
.prospects-page .glyphicon-list-alt:before {
  content: "\e032";
}
.prospects-page .glyphicon-lock:before {
  content: "\e033";
}
.prospects-page .glyphicon-flag:before {
  content: "\e034";
}
.prospects-page .glyphicon-headphones:before {
  content: "\e035";
}
.prospects-page .glyphicon-volume-off:before {
  content: "\e036";
}
.prospects-page .glyphicon-volume-down:before {
  content: "\e037";
}
.prospects-page .glyphicon-volume-up:before {
  content: "\e038";
}
.prospects-page .glyphicon-qrcode:before {
  content: "\e039";
}
.prospects-page .glyphicon-barcode:before {
  content: "\e040";
}
.prospects-page .glyphicon-tag:before {
  content: "\e041";
}
.prospects-page .glyphicon-tags:before {
  content: "\e042";
}
.prospects-page .glyphicon-book:before {
  content: "\e043";
}
.prospects-page .glyphicon-bookmark:before {
  content: "\e044";
}
.prospects-page .glyphicon-print:before {
  content: "\e045";
}
.prospects-page .glyphicon-camera:before {
  content: "\e046";
}
.prospects-page .glyphicon-font:before {
  content: "\e047";
}
.prospects-page .glyphicon-bold:before {
  content: "\e048";
}
.prospects-page .glyphicon-italic:before {
  content: "\e049";
}
.prospects-page .glyphicon-text-height:before {
  content: "\e050";
}
.prospects-page .glyphicon-text-width:before {
  content: "\e051";
}
.prospects-page .glyphicon-align-left:before {
  content: "\e052";
}
.prospects-page .glyphicon-align-center:before {
  content: "\e053";
}
.prospects-page .glyphicon-align-right:before {
  content: "\e054";
}
.prospects-page .glyphicon-align-justify:before {
  content: "\e055";
}
.prospects-page .glyphicon-list:before {
  content: "\e056";
}
.prospects-page .glyphicon-indent-left:before {
  content: "\e057";
}
.prospects-page .glyphicon-indent-right:before {
  content: "\e058";
}
.prospects-page .glyphicon-facetime-video:before {
  content: "\e059";
}
.prospects-page .glyphicon-picture:before {
  content: "\e060";
}
.prospects-page .glyphicon-map-marker:before {
  content: "\e062";
}
.prospects-page .glyphicon-adjust:before {
  content: "\e063";
}
.prospects-page .glyphicon-tint:before {
  content: "\e064";
}
.prospects-page .glyphicon-edit:before {
  content: "\e065";
}
.prospects-page .glyphicon-share:before {
  content: "\e066";
}
.prospects-page .glyphicon-check:before {
  content: "\e067";
}
.prospects-page .glyphicon-move:before {
  content: "\e068";
}
.prospects-page .glyphicon-step-backward:before {
  content: "\e069";
}
.prospects-page .glyphicon-fast-backward:before {
  content: "\e070";
}
.prospects-page .glyphicon-backward:before {
  content: "\e071";
}
.prospects-page .glyphicon-play:before {
  content: "\e072";
}
.prospects-page .glyphicon-pause:before {
  content: "\e073";
}
.prospects-page .glyphicon-stop:before {
  content: "\e074";
}
.prospects-page .glyphicon-forward:before {
  content: "\e075";
}
.prospects-page .glyphicon-fast-forward:before {
  content: "\e076";
}
.prospects-page .glyphicon-step-forward:before {
  content: "\e077";
}
.prospects-page .glyphicon-eject:before {
  content: "\e078";
}
.prospects-page .glyphicon-chevron-left:before {
  content: "\e079";
}
.prospects-page .glyphicon-chevron-right:before {
  content: "\e080";
}
.prospects-page .glyphicon-plus-sign:before {
  content: "\e081";
}
.prospects-page .glyphicon-minus-sign:before {
  content: "\e082";
}
.prospects-page .glyphicon-remove-sign:before {
  content: "\e083";
}
.prospects-page .glyphicon-ok-sign:before {
  content: "\e084";
}
.prospects-page .glyphicon-question-sign:before {
  content: "\e085";
}
.prospects-page .glyphicon-info-sign:before {
  content: "\e086";
}
.prospects-page .glyphicon-screenshot:before {
  content: "\e087";
}
.prospects-page .glyphicon-remove-circle:before {
  content: "\e088";
}
.prospects-page .glyphicon-ok-circle:before {
  content: "\e089";
}
.prospects-page .glyphicon-ban-circle:before {
  content: "\e090";
}
.prospects-page .glyphicon-arrow-left:before {
  content: "\e091";
}
.prospects-page .glyphicon-arrow-right:before {
  content: "\e092";
}
.prospects-page .glyphicon-arrow-up:before {
  content: "\e093";
}
.prospects-page .glyphicon-arrow-down:before {
  content: "\e094";
}
.prospects-page .glyphicon-share-alt:before {
  content: "\e095";
}
.prospects-page .glyphicon-resize-full:before {
  content: "\e096";
}
.prospects-page .glyphicon-resize-small:before {
  content: "\e097";
}
.prospects-page .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.prospects-page .glyphicon-gift:before {
  content: "\e102";
}
.prospects-page .glyphicon-leaf:before {
  content: "\e103";
}
.prospects-page .glyphicon-fire:before {
  content: "\e104";
}
.prospects-page .glyphicon-eye-open:before {
  content: "\e105";
}
.prospects-page .glyphicon-eye-close:before {
  content: "\e106";
}
.prospects-page .glyphicon-warning-sign:before {
  content: "\e107";
}
.prospects-page .glyphicon-plane:before {
  content: "\e108";
}
.prospects-page .glyphicon-calendar:before {
  content: "\e109";
}
.prospects-page .glyphicon-random:before {
  content: "\e110";
}
.prospects-page .glyphicon-comment:before {
  content: "\e111";
}
.prospects-page .glyphicon-magnet:before {
  content: "\e112";
}
.prospects-page .glyphicon-chevron-up:before {
  content: "\e113";
}
.prospects-page .glyphicon-chevron-down:before {
  content: "\e114";
}
.prospects-page .glyphicon-retweet:before {
  content: "\e115";
}
.prospects-page .glyphicon-shopping-cart:before {
  content: "\e116";
}
.prospects-page .glyphicon-folder-close:before {
  content: "\e117";
}
.prospects-page .glyphicon-folder-open:before {
  content: "\e118";
}
.prospects-page .glyphicon-resize-vertical:before {
  content: "\e119";
}
.prospects-page .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.prospects-page .glyphicon-hdd:before {
  content: "\e121";
}
.prospects-page .glyphicon-bullhorn:before {
  content: "\e122";
}
.prospects-page .glyphicon-bell:before {
  content: "\e123";
}
.prospects-page .glyphicon-certificate:before {
  content: "\e124";
}
.prospects-page .glyphicon-thumbs-up:before {
  content: "\e125";
}
.prospects-page .glyphicon-thumbs-down:before {
  content: "\e126";
}
.prospects-page .glyphicon-hand-right:before {
  content: "\e127";
}
.prospects-page .glyphicon-hand-left:before {
  content: "\e128";
}
.prospects-page .glyphicon-hand-up:before {
  content: "\e129";
}
.prospects-page .glyphicon-hand-down:before {
  content: "\e130";
}
.prospects-page .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.prospects-page .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.prospects-page .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.prospects-page .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.prospects-page .glyphicon-globe:before {
  content: "\e135";
}
.prospects-page .glyphicon-wrench:before {
  content: "\e136";
}
.prospects-page .glyphicon-tasks:before {
  content: "\e137";
}
.prospects-page .glyphicon-filter:before {
  content: "\e138";
}
.prospects-page .glyphicon-briefcase:before {
  content: "\e139";
}
.prospects-page .glyphicon-fullscreen:before {
  content: "\e140";
}
.prospects-page .glyphicon-dashboard:before {
  content: "\e141";
}
.prospects-page .glyphicon-paperclip:before {
  content: "\e142";
}
.prospects-page .glyphicon-heart-empty:before {
  content: "\e143";
}
.prospects-page .glyphicon-link:before {
  content: "\e144";
}
.prospects-page .glyphicon-phone:before {
  content: "\e145";
}
.prospects-page .glyphicon-pushpin:before {
  content: "\e146";
}
.prospects-page .glyphicon-usd:before {
  content: "\e148";
}
.prospects-page .glyphicon-gbp:before {
  content: "\e149";
}
.prospects-page .glyphicon-sort:before {
  content: "\e150";
}
.prospects-page .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.prospects-page .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.prospects-page .glyphicon-sort-by-order:before {
  content: "\e153";
}
.prospects-page .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.prospects-page .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.prospects-page .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.prospects-page .glyphicon-unchecked:before {
  content: "\e157";
}
.prospects-page .glyphicon-expand:before {
  content: "\e158";
}
.prospects-page .glyphicon-collapse-down:before {
  content: "\e159";
}
.prospects-page .glyphicon-collapse-up:before {
  content: "\e160";
}
.prospects-page .glyphicon-log-in:before {
  content: "\e161";
}
.prospects-page .glyphicon-flash:before {
  content: "\e162";
}
.prospects-page .glyphicon-log-out:before {
  content: "\e163";
}
.prospects-page .glyphicon-new-window:before {
  content: "\e164";
}
.prospects-page .glyphicon-record:before {
  content: "\e165";
}
.prospects-page .glyphicon-save:before {
  content: "\e166";
}
.prospects-page .glyphicon-open:before {
  content: "\e167";
}
.prospects-page .glyphicon-saved:before {
  content: "\e168";
}
.prospects-page .glyphicon-import:before {
  content: "\e169";
}
.prospects-page .glyphicon-export:before {
  content: "\e170";
}
.prospects-page .glyphicon-send:before {
  content: "\e171";
}
.prospects-page .glyphicon-floppy-disk:before {
  content: "\e172";
}
.prospects-page .glyphicon-floppy-saved:before {
  content: "\e173";
}
.prospects-page .glyphicon-floppy-remove:before {
  content: "\e174";
}
.prospects-page .glyphicon-floppy-save:before {
  content: "\e175";
}
.prospects-page .glyphicon-floppy-open:before {
  content: "\e176";
}
.prospects-page .glyphicon-credit-card:before {
  content: "\e177";
}
.prospects-page .glyphicon-transfer:before {
  content: "\e178";
}
.prospects-page .glyphicon-cutlery:before {
  content: "\e179";
}
.prospects-page .glyphicon-header:before {
  content: "\e180";
}
.prospects-page .glyphicon-compressed:before {
  content: "\e181";
}
.prospects-page .glyphicon-earphone:before {
  content: "\e182";
}
.prospects-page .glyphicon-phone-alt:before {
  content: "\e183";
}
.prospects-page .glyphicon-tower:before {
  content: "\e184";
}
.prospects-page .glyphicon-stats:before {
  content: "\e185";
}
.prospects-page .glyphicon-sd-video:before {
  content: "\e186";
}
.prospects-page .glyphicon-hd-video:before {
  content: "\e187";
}
.prospects-page .glyphicon-subtitles:before {
  content: "\e188";
}
.prospects-page .glyphicon-sound-stereo:before {
  content: "\e189";
}
.prospects-page .glyphicon-sound-dolby:before {
  content: "\e190";
}
.prospects-page .glyphicon-sound-5-1:before {
  content: "\e191";
}
.prospects-page .glyphicon-sound-6-1:before {
  content: "\e192";
}
.prospects-page .glyphicon-sound-7-1:before {
  content: "\e193";
}
.prospects-page .glyphicon-copyright-mark:before {
  content: "\e194";
}
.prospects-page .glyphicon-registration-mark:before {
  content: "\e195";
}
.prospects-page .glyphicon-cloud-download:before {
  content: "\e197";
}
.prospects-page .glyphicon-cloud-upload:before {
  content: "\e198";
}
.prospects-page .glyphicon-tree-conifer:before {
  content: "\e199";
}
.prospects-page .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.prospects-page .glyphicon-cd:before {
  content: "\e201";
}
.prospects-page .glyphicon-save-file:before {
  content: "\e202";
}
.prospects-page .glyphicon-open-file:before {
  content: "\e203";
}
.prospects-page .glyphicon-level-up:before {
  content: "\e204";
}
.prospects-page .glyphicon-copy:before {
  content: "\e205";
}
.prospects-page .glyphicon-paste:before {
  content: "\e206";
}
.prospects-page .glyphicon-alert:before {
  content: "\e209";
}
.prospects-page .glyphicon-equalizer:before {
  content: "\e210";
}
.prospects-page .glyphicon-king:before {
  content: "\e211";
}
.prospects-page .glyphicon-queen:before {
  content: "\e212";
}
.prospects-page .glyphicon-pawn:before {
  content: "\e213";
}
.prospects-page .glyphicon-bishop:before {
  content: "\e214";
}
.prospects-page .glyphicon-knight:before {
  content: "\e215";
}
.prospects-page .glyphicon-baby-formula:before {
  content: "\e216";
}
.prospects-page .glyphicon-tent:before {
  content: "\26fa";
}
.prospects-page .glyphicon-blackboard:before {
  content: "\e218";
}
.prospects-page .glyphicon-bed:before {
  content: "\e219";
}
.prospects-page .glyphicon-apple:before {
  content: "\f8ff";
}
.prospects-page .glyphicon-erase:before {
  content: "\e221";
}
.prospects-page .glyphicon-hourglass:before {
  content: "\231b";
}
.prospects-page .glyphicon-lamp:before {
  content: "\e223";
}
.prospects-page .glyphicon-duplicate:before {
  content: "\e224";
}
.prospects-page .glyphicon-piggy-bank:before {
  content: "\e225";
}
.prospects-page .glyphicon-scissors:before {
  content: "\e226";
}
.prospects-page .glyphicon-bitcoin:before {
  content: "\e227";
}
.prospects-page .glyphicon-btc:before {
  content: "\e227";
}
.prospects-page .glyphicon-xbt:before {
  content: "\e227";
}
.prospects-page .glyphicon-yen:before {
  content: "\00a5";
}
.prospects-page .glyphicon-jpy:before {
  content: "\00a5";
}
.prospects-page .glyphicon-ruble:before {
  content: "\20bd";
}
.prospects-page .glyphicon-rub:before {
  content: "\20bd";
}
.prospects-page .glyphicon-scale:before {
  content: "\e230";
}
.prospects-page .glyphicon-ice-lolly:before {
  content: "\e231";
}
.prospects-page .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.prospects-page .glyphicon-education:before {
  content: "\e233";
}
.prospects-page .glyphicon-option-horizontal:before {
  content: "\e234";
}
.prospects-page .glyphicon-option-vertical:before {
  content: "\e235";
}
.prospects-page .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.prospects-page .glyphicon-modal-window:before {
  content: "\e237";
}
.prospects-page .glyphicon-oil:before {
  content: "\e238";
}
.prospects-page .glyphicon-grain:before {
  content: "\e239";
}
.prospects-page .glyphicon-sunglasses:before {
  content: "\e240";
}
.prospects-page .glyphicon-text-size:before {
  content: "\e241";
}
.prospects-page .glyphicon-text-color:before {
  content: "\e242";
}
.prospects-page .glyphicon-text-background:before {
  content: "\e243";
}
.prospects-page .glyphicon-object-align-top:before {
  content: "\e244";
}
.prospects-page .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.prospects-page .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.prospects-page .glyphicon-object-align-left:before {
  content: "\e247";
}
.prospects-page .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.prospects-page .glyphicon-object-align-right:before {
  content: "\e249";
}
.prospects-page .glyphicon-triangle-right:before {
  content: "\e250";
}
.prospects-page .glyphicon-triangle-left:before {
  content: "\e251";
}
.prospects-page .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.prospects-page .glyphicon-triangle-top:before {
  content: "\e253";
}
.prospects-page .glyphicon-console:before {
  content: "\e254";
}
.prospects-page .glyphicon-superscript:before {
  content: "\e255";
}
.prospects-page .glyphicon-subscript:before {
  content: "\e256";
}
.prospects-page .glyphicon-menu-left:before {
  content: "\e257";
}
.prospects-page .glyphicon-menu-right:before {
  content: "\e258";
}
.prospects-page .glyphicon-menu-down:before {
  content: "\e259";
}
.prospects-page .glyphicon-menu-up:before {
  content: "\e260";
}
.prospects-page * {
  box-sizing: border-box;
}
.prospects-page *:before,
.prospects-page *:after {
  box-sizing: border-box;
}
.prospects-page html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.prospects-page body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
.prospects-page input,
.prospects-page button,
.prospects-page select,
.prospects-page textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.prospects-page a {
  color: #337ab7;
  text-decoration: none;
}
.prospects-page a:hover,
.prospects-page a:focus {
  color: #22527b;
  text-decoration: underline;
}
.prospects-page a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.prospects-page figure {
  margin: 0;
}
.prospects-page img {
  vertical-align: middle;
}
.prospects-page .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.prospects-page .img-rounded {
  border-radius: 6px;
}
.prospects-page .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.prospects-page .img-circle {
  border-radius: 50%;
}
.prospects-page hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.prospects-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.prospects-page .sr-only-focusable:active,
.prospects-page .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.prospects-page [role="button"] {
  cursor: pointer;
}
.prospects-page h1,
.prospects-page h2,
.prospects-page h3,
.prospects-page h4,
.prospects-page h5,
.prospects-page h6,
.prospects-page .h1,
.prospects-page .h2,
.prospects-page .h3,
.prospects-page .h4,
.prospects-page .h5,
.prospects-page .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.prospects-page h1 small,
.prospects-page h2 small,
.prospects-page h3 small,
.prospects-page h4 small,
.prospects-page h5 small,
.prospects-page h6 small,
.prospects-page .h1 small,
.prospects-page .h2 small,
.prospects-page .h3 small,
.prospects-page .h4 small,
.prospects-page .h5 small,
.prospects-page .h6 small,
.prospects-page h1 .small,
.prospects-page h2 .small,
.prospects-page h3 .small,
.prospects-page h4 .small,
.prospects-page h5 .small,
.prospects-page h6 .small,
.prospects-page .h1 .small,
.prospects-page .h2 .small,
.prospects-page .h3 .small,
.prospects-page .h4 .small,
.prospects-page .h5 .small,
.prospects-page .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.prospects-page h1,
.prospects-page .h1,
.prospects-page h2,
.prospects-page .h2,
.prospects-page h3,
.prospects-page .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.prospects-page h1 small,
.prospects-page .h1 small,
.prospects-page h2 small,
.prospects-page .h2 small,
.prospects-page h3 small,
.prospects-page .h3 small,
.prospects-page h1 .small,
.prospects-page .h1 .small,
.prospects-page h2 .small,
.prospects-page .h2 .small,
.prospects-page h3 .small,
.prospects-page .h3 .small {
  font-size: 65%;
}
.prospects-page h4,
.prospects-page .h4,
.prospects-page h5,
.prospects-page .h5,
.prospects-page h6,
.prospects-page .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prospects-page h4 small,
.prospects-page .h4 small,
.prospects-page h5 small,
.prospects-page .h5 small,
.prospects-page h6 small,
.prospects-page .h6 small,
.prospects-page h4 .small,
.prospects-page .h4 .small,
.prospects-page h5 .small,
.prospects-page .h5 .small,
.prospects-page h6 .small,
.prospects-page .h6 .small {
  font-size: 75%;
}
.prospects-page h1,
.prospects-page .h1 {
  font-size: 36px;
}
.prospects-page h2,
.prospects-page .h2 {
  font-size: 30px;
}
.prospects-page h3,
.prospects-page .h3 {
  font-size: 24px;
}
.prospects-page h4,
.prospects-page .h4 {
  font-size: 18px;
}
.prospects-page h5,
.prospects-page .h5 {
  font-size: 14px;
}
.prospects-page h6,
.prospects-page .h6 {
  font-size: 12px;
}
.prospects-page p {
  margin: 0 0 10px;
}
.prospects-page .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 0) {
  .prospects-page .lead {
    font-size: 21px;
  }
}
.prospects-page small,
.prospects-page .small {
  font-size: 85%;
}
.prospects-page mark,
.prospects-page .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.prospects-page .text-left {
  text-align: left;
}
.prospects-page .text-right {
  text-align: right;
}
.prospects-page .text-center {
  text-align: center;
}
.prospects-page .text-justify {
  text-align: justify;
}
.prospects-page .text-nowrap {
  white-space: nowrap;
}
.prospects-page .text-lowercase {
  text-transform: lowercase;
}
.prospects-page .text-uppercase {
  text-transform: uppercase;
}
.prospects-page .text-capitalize {
  text-transform: capitalize;
}
.prospects-page .text-muted {
  color: #777777;
}
.prospects-page .text-primary {
  color: #337ab7;
}
a.prospects-page .text-primary:hover,
a.prospects-page .text-primary:focus {
  color: #285f8f;
}
.prospects-page .text-success {
  color: #3c763d;
}
a.prospects-page .text-success:hover,
a.prospects-page .text-success:focus {
  color: #2b542c;
}
.prospects-page .text-info {
  color: #31708f;
}
a.prospects-page .text-info:hover,
a.prospects-page .text-info:focus {
  color: #245269;
}
.prospects-page .text-warning {
  color: #8a6d3b;
}
a.prospects-page .text-warning:hover,
a.prospects-page .text-warning:focus {
  color: #66512c;
}
.prospects-page .text-danger {
  color: #a94442;
}
a.prospects-page .text-danger:hover,
a.prospects-page .text-danger:focus {
  color: #843534;
}
.prospects-page .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.prospects-page .bg-primary:hover,
a.prospects-page .bg-primary:focus {
  background-color: #285f8f;
}
.prospects-page .bg-success {
  background-color: #dff0d8;
}
a.prospects-page .bg-success:hover,
a.prospects-page .bg-success:focus {
  background-color: #c1e2b3;
}
.prospects-page .bg-info {
  background-color: #d9edf7;
}
a.prospects-page .bg-info:hover,
a.prospects-page .bg-info:focus {
  background-color: #afd9ee;
}
.prospects-page .bg-warning {
  background-color: #fcf8e3;
}
a.prospects-page .bg-warning:hover,
a.prospects-page .bg-warning:focus {
  background-color: #f7ecb5;
}
.prospects-page .bg-danger {
  background-color: #f2dede;
}
a.prospects-page .bg-danger:hover,
a.prospects-page .bg-danger:focus {
  background-color: #e4b9b9;
}
.prospects-page .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.prospects-page ul,
.prospects-page ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.prospects-page ul ul,
.prospects-page ol ul,
.prospects-page ul ol,
.prospects-page ol ol {
  margin-bottom: 0;
}
.prospects-page .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.prospects-page .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.prospects-page .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.prospects-page dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.prospects-page dt,
.prospects-page dd {
  line-height: 1.42857143;
}
.prospects-page dt {
  font-weight: bold;
}
.prospects-page dd {
  margin-left: 0;
}
@media (min-width: 0) {
  .prospects-page .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .prospects-page .dl-horizontal dd {
    margin-left: 180px;
  }
}
.prospects-page abbr[title],
.prospects-page abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.prospects-page .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.prospects-page blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.prospects-page blockquote p:last-child,
.prospects-page blockquote ul:last-child,
.prospects-page blockquote ol:last-child {
  margin-bottom: 0;
}
.prospects-page blockquote footer,
.prospects-page blockquote small,
.prospects-page blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.prospects-page blockquote footer:before,
.prospects-page blockquote small:before,
.prospects-page blockquote .small:before {
  content: '\2014 \00A0';
}
.prospects-page .blockquote-reverse,
.prospects-page blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.prospects-page .blockquote-reverse footer:before,
.prospects-page blockquote.pull-right footer:before,
.prospects-page .blockquote-reverse small:before,
.prospects-page blockquote.pull-right small:before,
.prospects-page .blockquote-reverse .small:before,
.prospects-page blockquote.pull-right .small:before {
  content: '';
}
.prospects-page .blockquote-reverse footer:after,
.prospects-page blockquote.pull-right footer:after,
.prospects-page .blockquote-reverse small:after,
.prospects-page blockquote.pull-right small:after,
.prospects-page .blockquote-reverse .small:after,
.prospects-page blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.prospects-page address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.prospects-page code,
.prospects-page kbd,
.prospects-page pre,
.prospects-page samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.prospects-page code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.prospects-page kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.prospects-page kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.prospects-page pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.prospects-page pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.prospects-page .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.prospects-page .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 0) {
  .prospects-page .container {
    width: 750px;
  }
}
@media (min-width: 0) {
  .prospects-page .container {
    width: 970px;
  }
}
@media (min-width: 0) {
  .prospects-page .container {
    width: 1170px;
  }
}
.prospects-page .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.prospects-page .row {
  margin-left: -15px;
  margin-right: -15px;
}
.prospects-page .col-xs-1,
.prospects-page .col-sm-1,
.prospects-page .col-md-1,
.prospects-page .col-lg-1,
.prospects-page .col-xs-2,
.prospects-page .col-sm-2,
.prospects-page .col-md-2,
.prospects-page .col-lg-2,
.prospects-page .col-xs-3,
.prospects-page .col-sm-3,
.prospects-page .col-md-3,
.prospects-page .col-lg-3,
.prospects-page .col-xs-4,
.prospects-page .col-sm-4,
.prospects-page .col-md-4,
.prospects-page .col-lg-4,
.prospects-page .col-xs-5,
.prospects-page .col-sm-5,
.prospects-page .col-md-5,
.prospects-page .col-lg-5,
.prospects-page .col-xs-6,
.prospects-page .col-sm-6,
.prospects-page .col-md-6,
.prospects-page .col-lg-6,
.prospects-page .col-xs-7,
.prospects-page .col-sm-7,
.prospects-page .col-md-7,
.prospects-page .col-lg-7,
.prospects-page .col-xs-8,
.prospects-page .col-sm-8,
.prospects-page .col-md-8,
.prospects-page .col-lg-8,
.prospects-page .col-xs-9,
.prospects-page .col-sm-9,
.prospects-page .col-md-9,
.prospects-page .col-lg-9,
.prospects-page .col-xs-10,
.prospects-page .col-sm-10,
.prospects-page .col-md-10,
.prospects-page .col-lg-10,
.prospects-page .col-xs-11,
.prospects-page .col-sm-11,
.prospects-page .col-md-11,
.prospects-page .col-lg-11,
.prospects-page .col-xs-12,
.prospects-page .col-sm-12,
.prospects-page .col-md-12,
.prospects-page .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.prospects-page .col-xs-1,
.prospects-page .col-xs-2,
.prospects-page .col-xs-3,
.prospects-page .col-xs-4,
.prospects-page .col-xs-5,
.prospects-page .col-xs-6,
.prospects-page .col-xs-7,
.prospects-page .col-xs-8,
.prospects-page .col-xs-9,
.prospects-page .col-xs-10,
.prospects-page .col-xs-11,
.prospects-page .col-xs-12 {
  float: left;
}
.prospects-page .col-xs-12 {
  width: 100%;
}
.prospects-page .col-xs-11 {
  width: 91.66666667%;
}
.prospects-page .col-xs-10 {
  width: 83.33333333%;
}
.prospects-page .col-xs-9 {
  width: 75%;
}
.prospects-page .col-xs-8 {
  width: 66.66666667%;
}
.prospects-page .col-xs-7 {
  width: 58.33333333%;
}
.prospects-page .col-xs-6 {
  width: 50%;
}
.prospects-page .col-xs-5 {
  width: 41.66666667%;
}
.prospects-page .col-xs-4 {
  width: 33.33333333%;
}
.prospects-page .col-xs-3 {
  width: 25%;
}
.prospects-page .col-xs-2 {
  width: 16.66666667%;
}
.prospects-page .col-xs-1 {
  width: 8.33333333%;
}
.prospects-page .col-xs-pull-12 {
  right: 100%;
}
.prospects-page .col-xs-pull-11 {
  right: 91.66666667%;
}
.prospects-page .col-xs-pull-10 {
  right: 83.33333333%;
}
.prospects-page .col-xs-pull-9 {
  right: 75%;
}
.prospects-page .col-xs-pull-8 {
  right: 66.66666667%;
}
.prospects-page .col-xs-pull-7 {
  right: 58.33333333%;
}
.prospects-page .col-xs-pull-6 {
  right: 50%;
}
.prospects-page .col-xs-pull-5 {
  right: 41.66666667%;
}
.prospects-page .col-xs-pull-4 {
  right: 33.33333333%;
}
.prospects-page .col-xs-pull-3 {
  right: 25%;
}
.prospects-page .col-xs-pull-2 {
  right: 16.66666667%;
}
.prospects-page .col-xs-pull-1 {
  right: 8.33333333%;
}
.prospects-page .col-xs-pull-0 {
  right: auto;
}
.prospects-page .col-xs-push-12 {
  left: 100%;
}
.prospects-page .col-xs-push-11 {
  left: 91.66666667%;
}
.prospects-page .col-xs-push-10 {
  left: 83.33333333%;
}
.prospects-page .col-xs-push-9 {
  left: 75%;
}
.prospects-page .col-xs-push-8 {
  left: 66.66666667%;
}
.prospects-page .col-xs-push-7 {
  left: 58.33333333%;
}
.prospects-page .col-xs-push-6 {
  left: 50%;
}
.prospects-page .col-xs-push-5 {
  left: 41.66666667%;
}
.prospects-page .col-xs-push-4 {
  left: 33.33333333%;
}
.prospects-page .col-xs-push-3 {
  left: 25%;
}
.prospects-page .col-xs-push-2 {
  left: 16.66666667%;
}
.prospects-page .col-xs-push-1 {
  left: 8.33333333%;
}
.prospects-page .col-xs-push-0 {
  left: auto;
}
.prospects-page .col-xs-offset-12 {
  margin-left: 100%;
}
.prospects-page .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.prospects-page .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.prospects-page .col-xs-offset-9 {
  margin-left: 75%;
}
.prospects-page .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.prospects-page .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.prospects-page .col-xs-offset-6 {
  margin-left: 50%;
}
.prospects-page .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.prospects-page .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.prospects-page .col-xs-offset-3 {
  margin-left: 25%;
}
.prospects-page .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.prospects-page .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.prospects-page .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 0) {
  .prospects-page .col-sm-1,
  .prospects-page .col-sm-2,
  .prospects-page .col-sm-3,
  .prospects-page .col-sm-4,
  .prospects-page .col-sm-5,
  .prospects-page .col-sm-6,
  .prospects-page .col-sm-7,
  .prospects-page .col-sm-8,
  .prospects-page .col-sm-9,
  .prospects-page .col-sm-10,
  .prospects-page .col-sm-11,
  .prospects-page .col-sm-12 {
    float: left;
  }
  .prospects-page .col-sm-12 {
    width: 100%;
  }
  .prospects-page .col-sm-11 {
    width: 91.66666667%;
  }
  .prospects-page .col-sm-10 {
    width: 83.33333333%;
  }
  .prospects-page .col-sm-9 {
    width: 75%;
  }
  .prospects-page .col-sm-8 {
    width: 66.66666667%;
  }
  .prospects-page .col-sm-7 {
    width: 58.33333333%;
  }
  .prospects-page .col-sm-6 {
    width: 50%;
  }
  .prospects-page .col-sm-5 {
    width: 41.66666667%;
  }
  .prospects-page .col-sm-4 {
    width: 33.33333333%;
  }
  .prospects-page .col-sm-3 {
    width: 25%;
  }
  .prospects-page .col-sm-2 {
    width: 16.66666667%;
  }
  .prospects-page .col-sm-1 {
    width: 8.33333333%;
  }
  .prospects-page .col-sm-pull-12 {
    right: 100%;
  }
  .prospects-page .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .prospects-page .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .prospects-page .col-sm-pull-9 {
    right: 75%;
  }
  .prospects-page .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .prospects-page .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .prospects-page .col-sm-pull-6 {
    right: 50%;
  }
  .prospects-page .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .prospects-page .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .prospects-page .col-sm-pull-3 {
    right: 25%;
  }
  .prospects-page .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .prospects-page .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .prospects-page .col-sm-pull-0 {
    right: auto;
  }
  .prospects-page .col-sm-push-12 {
    left: 100%;
  }
  .prospects-page .col-sm-push-11 {
    left: 91.66666667%;
  }
  .prospects-page .col-sm-push-10 {
    left: 83.33333333%;
  }
  .prospects-page .col-sm-push-9 {
    left: 75%;
  }
  .prospects-page .col-sm-push-8 {
    left: 66.66666667%;
  }
  .prospects-page .col-sm-push-7 {
    left: 58.33333333%;
  }
  .prospects-page .col-sm-push-6 {
    left: 50%;
  }
  .prospects-page .col-sm-push-5 {
    left: 41.66666667%;
  }
  .prospects-page .col-sm-push-4 {
    left: 33.33333333%;
  }
  .prospects-page .col-sm-push-3 {
    left: 25%;
  }
  .prospects-page .col-sm-push-2 {
    left: 16.66666667%;
  }
  .prospects-page .col-sm-push-1 {
    left: 8.33333333%;
  }
  .prospects-page .col-sm-push-0 {
    left: auto;
  }
  .prospects-page .col-sm-offset-12 {
    margin-left: 100%;
  }
  .prospects-page .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .prospects-page .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .prospects-page .col-sm-offset-9 {
    margin-left: 75%;
  }
  .prospects-page .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .prospects-page .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .prospects-page .col-sm-offset-6 {
    margin-left: 50%;
  }
  .prospects-page .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .prospects-page .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .prospects-page .col-sm-offset-3 {
    margin-left: 25%;
  }
  .prospects-page .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .prospects-page .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .prospects-page .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 0) {
  .prospects-page .col-md-1,
  .prospects-page .col-md-2,
  .prospects-page .col-md-3,
  .prospects-page .col-md-4,
  .prospects-page .col-md-5,
  .prospects-page .col-md-6,
  .prospects-page .col-md-7,
  .prospects-page .col-md-8,
  .prospects-page .col-md-9,
  .prospects-page .col-md-10,
  .prospects-page .col-md-11,
  .prospects-page .col-md-12 {
    float: left;
  }
  .prospects-page .col-md-12 {
    width: 100%;
  }
  .prospects-page .col-md-11 {
    width: 91.66666667%;
  }
  .prospects-page .col-md-10 {
    width: 83.33333333%;
  }
  .prospects-page .col-md-9 {
    width: 75%;
  }
  .prospects-page .col-md-8 {
    width: 66.66666667%;
  }
  .prospects-page .col-md-7 {
    width: 58.33333333%;
  }
  .prospects-page .col-md-6 {
    width: 50%;
  }
  .prospects-page .col-md-5 {
    width: 41.66666667%;
  }
  .prospects-page .col-md-4 {
    width: 33.33333333%;
  }
  .prospects-page .col-md-3 {
    width: 25%;
  }
  .prospects-page .col-md-2 {
    width: 16.66666667%;
  }
  .prospects-page .col-md-1 {
    width: 8.33333333%;
  }
  .prospects-page .col-md-pull-12 {
    right: 100%;
  }
  .prospects-page .col-md-pull-11 {
    right: 91.66666667%;
  }
  .prospects-page .col-md-pull-10 {
    right: 83.33333333%;
  }
  .prospects-page .col-md-pull-9 {
    right: 75%;
  }
  .prospects-page .col-md-pull-8 {
    right: 66.66666667%;
  }
  .prospects-page .col-md-pull-7 {
    right: 58.33333333%;
  }
  .prospects-page .col-md-pull-6 {
    right: 50%;
  }
  .prospects-page .col-md-pull-5 {
    right: 41.66666667%;
  }
  .prospects-page .col-md-pull-4 {
    right: 33.33333333%;
  }
  .prospects-page .col-md-pull-3 {
    right: 25%;
  }
  .prospects-page .col-md-pull-2 {
    right: 16.66666667%;
  }
  .prospects-page .col-md-pull-1 {
    right: 8.33333333%;
  }
  .prospects-page .col-md-pull-0 {
    right: auto;
  }
  .prospects-page .col-md-push-12 {
    left: 100%;
  }
  .prospects-page .col-md-push-11 {
    left: 91.66666667%;
  }
  .prospects-page .col-md-push-10 {
    left: 83.33333333%;
  }
  .prospects-page .col-md-push-9 {
    left: 75%;
  }
  .prospects-page .col-md-push-8 {
    left: 66.66666667%;
  }
  .prospects-page .col-md-push-7 {
    left: 58.33333333%;
  }
  .prospects-page .col-md-push-6 {
    left: 50%;
  }
  .prospects-page .col-md-push-5 {
    left: 41.66666667%;
  }
  .prospects-page .col-md-push-4 {
    left: 33.33333333%;
  }
  .prospects-page .col-md-push-3 {
    left: 25%;
  }
  .prospects-page .col-md-push-2 {
    left: 16.66666667%;
  }
  .prospects-page .col-md-push-1 {
    left: 8.33333333%;
  }
  .prospects-page .col-md-push-0 {
    left: auto;
  }
  .prospects-page .col-md-offset-12 {
    margin-left: 100%;
  }
  .prospects-page .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .prospects-page .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .prospects-page .col-md-offset-9 {
    margin-left: 75%;
  }
  .prospects-page .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .prospects-page .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .prospects-page .col-md-offset-6 {
    margin-left: 50%;
  }
  .prospects-page .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .prospects-page .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .prospects-page .col-md-offset-3 {
    margin-left: 25%;
  }
  .prospects-page .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .prospects-page .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .prospects-page .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 0) {
  .prospects-page .col-lg-1,
  .prospects-page .col-lg-2,
  .prospects-page .col-lg-3,
  .prospects-page .col-lg-4,
  .prospects-page .col-lg-5,
  .prospects-page .col-lg-6,
  .prospects-page .col-lg-7,
  .prospects-page .col-lg-8,
  .prospects-page .col-lg-9,
  .prospects-page .col-lg-10,
  .prospects-page .col-lg-11,
  .prospects-page .col-lg-12 {
    float: left;
  }
  .prospects-page .col-lg-12 {
    width: 100%;
  }
  .prospects-page .col-lg-11 {
    width: 91.66666667%;
  }
  .prospects-page .col-lg-10 {
    width: 83.33333333%;
  }
  .prospects-page .col-lg-9 {
    width: 75%;
  }
  .prospects-page .col-lg-8 {
    width: 66.66666667%;
  }
  .prospects-page .col-lg-7 {
    width: 58.33333333%;
  }
  .prospects-page .col-lg-6 {
    width: 50%;
  }
  .prospects-page .col-lg-5 {
    width: 41.66666667%;
  }
  .prospects-page .col-lg-4 {
    width: 33.33333333%;
  }
  .prospects-page .col-lg-3 {
    width: 25%;
  }
  .prospects-page .col-lg-2 {
    width: 16.66666667%;
  }
  .prospects-page .col-lg-1 {
    width: 8.33333333%;
  }
  .prospects-page .col-lg-pull-12 {
    right: 100%;
  }
  .prospects-page .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .prospects-page .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .prospects-page .col-lg-pull-9 {
    right: 75%;
  }
  .prospects-page .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .prospects-page .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .prospects-page .col-lg-pull-6 {
    right: 50%;
  }
  .prospects-page .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .prospects-page .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .prospects-page .col-lg-pull-3 {
    right: 25%;
  }
  .prospects-page .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .prospects-page .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .prospects-page .col-lg-pull-0 {
    right: auto;
  }
  .prospects-page .col-lg-push-12 {
    left: 100%;
  }
  .prospects-page .col-lg-push-11 {
    left: 91.66666667%;
  }
  .prospects-page .col-lg-push-10 {
    left: 83.33333333%;
  }
  .prospects-page .col-lg-push-9 {
    left: 75%;
  }
  .prospects-page .col-lg-push-8 {
    left: 66.66666667%;
  }
  .prospects-page .col-lg-push-7 {
    left: 58.33333333%;
  }
  .prospects-page .col-lg-push-6 {
    left: 50%;
  }
  .prospects-page .col-lg-push-5 {
    left: 41.66666667%;
  }
  .prospects-page .col-lg-push-4 {
    left: 33.33333333%;
  }
  .prospects-page .col-lg-push-3 {
    left: 25%;
  }
  .prospects-page .col-lg-push-2 {
    left: 16.66666667%;
  }
  .prospects-page .col-lg-push-1 {
    left: 8.33333333%;
  }
  .prospects-page .col-lg-push-0 {
    left: auto;
  }
  .prospects-page .col-lg-offset-12 {
    margin-left: 100%;
  }
  .prospects-page .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .prospects-page .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .prospects-page .col-lg-offset-9 {
    margin-left: 75%;
  }
  .prospects-page .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .prospects-page .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .prospects-page .col-lg-offset-6 {
    margin-left: 50%;
  }
  .prospects-page .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .prospects-page .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .prospects-page .col-lg-offset-3 {
    margin-left: 25%;
  }
  .prospects-page .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .prospects-page .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .prospects-page .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.prospects-page table {
  background-color: transparent;
}
.prospects-page caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
.prospects-page th {
  text-align: left;
}
.prospects-page .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.prospects-page .table > thead > tr > th,
.prospects-page .table > tbody > tr > th,
.prospects-page .table > tfoot > tr > th,
.prospects-page .table > thead > tr > td,
.prospects-page .table > tbody > tr > td,
.prospects-page .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.prospects-page .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.prospects-page .table > caption + thead > tr:first-child > th,
.prospects-page .table > colgroup + thead > tr:first-child > th,
.prospects-page .table > thead:first-child > tr:first-child > th,
.prospects-page .table > caption + thead > tr:first-child > td,
.prospects-page .table > colgroup + thead > tr:first-child > td,
.prospects-page .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.prospects-page .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.prospects-page .table .table {
  background-color: #fff;
}
.prospects-page .table-condensed > thead > tr > th,
.prospects-page .table-condensed > tbody > tr > th,
.prospects-page .table-condensed > tfoot > tr > th,
.prospects-page .table-condensed > thead > tr > td,
.prospects-page .table-condensed > tbody > tr > td,
.prospects-page .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.prospects-page .table-bordered {
  border: 1px solid #ddd;
}
.prospects-page .table-bordered > thead > tr > th,
.prospects-page .table-bordered > tbody > tr > th,
.prospects-page .table-bordered > tfoot > tr > th,
.prospects-page .table-bordered > thead > tr > td,
.prospects-page .table-bordered > tbody > tr > td,
.prospects-page .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.prospects-page .table-bordered > thead > tr > th,
.prospects-page .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.prospects-page .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.prospects-page .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.prospects-page table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.prospects-page table td[class*="col-"],
.prospects-page table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.prospects-page .table > thead > tr > td.active,
.prospects-page .table > tbody > tr > td.active,
.prospects-page .table > tfoot > tr > td.active,
.prospects-page .table > thead > tr > th.active,
.prospects-page .table > tbody > tr > th.active,
.prospects-page .table > tfoot > tr > th.active,
.prospects-page .table > thead > tr.active > td,
.prospects-page .table > tbody > tr.active > td,
.prospects-page .table > tfoot > tr.active > td,
.prospects-page .table > thead > tr.active > th,
.prospects-page .table > tbody > tr.active > th,
.prospects-page .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.prospects-page .table-hover > tbody > tr > td.active:hover,
.prospects-page .table-hover > tbody > tr > th.active:hover,
.prospects-page .table-hover > tbody > tr.active:hover > td,
.prospects-page .table-hover > tbody > tr:hover > .active,
.prospects-page .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.prospects-page .table > thead > tr > td.success,
.prospects-page .table > tbody > tr > td.success,
.prospects-page .table > tfoot > tr > td.success,
.prospects-page .table > thead > tr > th.success,
.prospects-page .table > tbody > tr > th.success,
.prospects-page .table > tfoot > tr > th.success,
.prospects-page .table > thead > tr.success > td,
.prospects-page .table > tbody > tr.success > td,
.prospects-page .table > tfoot > tr.success > td,
.prospects-page .table > thead > tr.success > th,
.prospects-page .table > tbody > tr.success > th,
.prospects-page .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.prospects-page .table-hover > tbody > tr > td.success:hover,
.prospects-page .table-hover > tbody > tr > th.success:hover,
.prospects-page .table-hover > tbody > tr.success:hover > td,
.prospects-page .table-hover > tbody > tr:hover > .success,
.prospects-page .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.prospects-page .table > thead > tr > td.info,
.prospects-page .table > tbody > tr > td.info,
.prospects-page .table > tfoot > tr > td.info,
.prospects-page .table > thead > tr > th.info,
.prospects-page .table > tbody > tr > th.info,
.prospects-page .table > tfoot > tr > th.info,
.prospects-page .table > thead > tr.info > td,
.prospects-page .table > tbody > tr.info > td,
.prospects-page .table > tfoot > tr.info > td,
.prospects-page .table > thead > tr.info > th,
.prospects-page .table > tbody > tr.info > th,
.prospects-page .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.prospects-page .table-hover > tbody > tr > td.info:hover,
.prospects-page .table-hover > tbody > tr > th.info:hover,
.prospects-page .table-hover > tbody > tr.info:hover > td,
.prospects-page .table-hover > tbody > tr:hover > .info,
.prospects-page .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.prospects-page .table > thead > tr > td.warning,
.prospects-page .table > tbody > tr > td.warning,
.prospects-page .table > tfoot > tr > td.warning,
.prospects-page .table > thead > tr > th.warning,
.prospects-page .table > tbody > tr > th.warning,
.prospects-page .table > tfoot > tr > th.warning,
.prospects-page .table > thead > tr.warning > td,
.prospects-page .table > tbody > tr.warning > td,
.prospects-page .table > tfoot > tr.warning > td,
.prospects-page .table > thead > tr.warning > th,
.prospects-page .table > tbody > tr.warning > th,
.prospects-page .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.prospects-page .table-hover > tbody > tr > td.warning:hover,
.prospects-page .table-hover > tbody > tr > th.warning:hover,
.prospects-page .table-hover > tbody > tr.warning:hover > td,
.prospects-page .table-hover > tbody > tr:hover > .warning,
.prospects-page .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.prospects-page .table > thead > tr > td.danger,
.prospects-page .table > tbody > tr > td.danger,
.prospects-page .table > tfoot > tr > td.danger,
.prospects-page .table > thead > tr > th.danger,
.prospects-page .table > tbody > tr > th.danger,
.prospects-page .table > tfoot > tr > th.danger,
.prospects-page .table > thead > tr.danger > td,
.prospects-page .table > tbody > tr.danger > td,
.prospects-page .table > tfoot > tr.danger > td,
.prospects-page .table > thead > tr.danger > th,
.prospects-page .table > tbody > tr.danger > th,
.prospects-page .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.prospects-page .table-hover > tbody > tr > td.danger:hover,
.prospects-page .table-hover > tbody > tr > th.danger:hover,
.prospects-page .table-hover > tbody > tr.danger:hover > td,
.prospects-page .table-hover > tbody > tr:hover > .danger,
.prospects-page .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.prospects-page .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: -1) {
  .prospects-page .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .prospects-page .table-responsive > .table {
    margin-bottom: 0;
  }
  .prospects-page .table-responsive > .table > thead > tr > th,
  .prospects-page .table-responsive > .table > tbody > tr > th,
  .prospects-page .table-responsive > .table > tfoot > tr > th,
  .prospects-page .table-responsive > .table > thead > tr > td,
  .prospects-page .table-responsive > .table > tbody > tr > td,
  .prospects-page .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .prospects-page .table-responsive > .table-bordered {
    border: 0;
  }
  .prospects-page .table-responsive > .table-bordered > thead > tr > th:first-child,
  .prospects-page .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .prospects-page .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .prospects-page .table-responsive > .table-bordered > thead > tr > td:first-child,
  .prospects-page .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .prospects-page .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .prospects-page .table-responsive > .table-bordered > thead > tr > th:last-child,
  .prospects-page .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .prospects-page .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .prospects-page .table-responsive > .table-bordered > thead > tr > td:last-child,
  .prospects-page .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .prospects-page .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .prospects-page .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .prospects-page .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .prospects-page .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .prospects-page .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.prospects-page fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.prospects-page legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.prospects-page label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.prospects-page input[type="search"] {
  box-sizing: border-box;
}
.prospects-page input[type="radio"],
.prospects-page input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.prospects-page input[type="file"] {
  display: block;
}
.prospects-page input[type="range"] {
  display: block;
  width: 100%;
}
.prospects-page select[multiple],
.prospects-page select[size] {
  height: auto;
}
.prospects-page input[type="file"]:focus,
.prospects-page input[type="radio"]:focus,
.prospects-page input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.prospects-page output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.prospects-page .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.prospects-page .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.prospects-page .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.prospects-page .form-control:-ms-input-placeholder {
  color: #999;
}
.prospects-page .form-control::-webkit-input-placeholder {
  color: #999;
}
.prospects-page .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.prospects-page .form-control[disabled],
.prospects-page .form-control[readonly],
fieldset[disabled] .prospects-page .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.prospects-page .form-control[disabled],
fieldset[disabled] .prospects-page .form-control {
  cursor: not-allowed;
}
textarea.prospects-page .form-control {
  height: auto;
}
.prospects-page input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .prospects-page input[type="date"].form-control,
  .prospects-page input[type="time"].form-control,
  .prospects-page input[type="datetime-local"].form-control,
  .prospects-page input[type="month"].form-control {
    line-height: 34px;
  }
  .prospects-page input[type="date"].input-sm,
  .prospects-page input[type="time"].input-sm,
  .prospects-page input[type="datetime-local"].input-sm,
  .prospects-page input[type="month"].input-sm,
  .input-group-sm .prospects-page input[type="date"],
  .input-group-sm .prospects-page input[type="time"],
  .input-group-sm .prospects-page input[type="datetime-local"],
  .input-group-sm .prospects-page input[type="month"] {
    line-height: 30px;
  }
  .prospects-page input[type="date"].input-lg,
  .prospects-page input[type="time"].input-lg,
  .prospects-page input[type="datetime-local"].input-lg,
  .prospects-page input[type="month"].input-lg,
  .input-group-lg .prospects-page input[type="date"],
  .input-group-lg .prospects-page input[type="time"],
  .input-group-lg .prospects-page input[type="datetime-local"],
  .input-group-lg .prospects-page input[type="month"] {
    line-height: 46px;
  }
}
.prospects-page .form-group {
  margin-bottom: 15px;
}
.prospects-page .radio,
.prospects-page .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.prospects-page .radio label,
.prospects-page .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.prospects-page .radio input[type="radio"],
.prospects-page .radio-inline input[type="radio"],
.prospects-page .checkbox input[type="checkbox"],
.prospects-page .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.prospects-page .radio + .radio,
.prospects-page .checkbox + .checkbox {
  margin-top: -5px;
}
.prospects-page .radio-inline,
.prospects-page .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.prospects-page .radio-inline + .radio-inline,
.prospects-page .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.prospects-page input[type="radio"][disabled],
.prospects-page input[type="checkbox"][disabled],
.prospects-page input[type="radio"].disabled,
.prospects-page input[type="checkbox"].disabled,
fieldset[disabled] .prospects-page input[type="radio"],
fieldset[disabled] .prospects-page input[type="checkbox"] {
  cursor: not-allowed;
}
.prospects-page .radio-inline.disabled,
.prospects-page .checkbox-inline.disabled,
fieldset[disabled] .prospects-page .radio-inline,
fieldset[disabled] .prospects-page .checkbox-inline {
  cursor: not-allowed;
}
.prospects-page .radio.disabled label,
.prospects-page .checkbox.disabled label,
fieldset[disabled] .prospects-page .radio label,
fieldset[disabled] .prospects-page .checkbox label {
  cursor: not-allowed;
}
.prospects-page .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.prospects-page .form-control-static.input-lg,
.prospects-page .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.prospects-page .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.prospects-page .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.prospects-page .input-sm,
select[multiple].prospects-page .input-sm {
  height: auto;
}
.prospects-page .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.prospects-page .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.prospects-page .form-group-sm textarea.form-control,
.prospects-page .form-group-sm select[multiple].form-control {
  height: auto;
}
.prospects-page .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.prospects-page .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.prospects-page .input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.prospects-page .input-lg,
select[multiple].prospects-page .input-lg {
  height: auto;
}
.prospects-page .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.prospects-page .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.prospects-page .form-group-lg textarea.form-control,
.prospects-page .form-group-lg select[multiple].form-control {
  height: auto;
}
.prospects-page .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.prospects-page .has-feedback {
  position: relative;
}
.prospects-page .has-feedback .form-control {
  padding-right: 42.5px;
}
.prospects-page .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;
}
.prospects-page .input-lg + .form-control-feedback,
.prospects-page .input-group-lg + .form-control-feedback,
.prospects-page .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.prospects-page .input-sm + .form-control-feedback,
.prospects-page .input-group-sm + .form-control-feedback,
.prospects-page .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.prospects-page .has-success .help-block,
.prospects-page .has-success .control-label,
.prospects-page .has-success .radio,
.prospects-page .has-success .checkbox,
.prospects-page .has-success .radio-inline,
.prospects-page .has-success .checkbox-inline,
.prospects-page .has-success.radio label,
.prospects-page .has-success.checkbox label,
.prospects-page .has-success.radio-inline label,
.prospects-page .has-success.checkbox-inline label {
  color: #3c763d;
}
.prospects-page .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.prospects-page .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.prospects-page .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.prospects-page .has-success .form-control-feedback {
  color: #3c763d;
}
.prospects-page .has-warning .help-block,
.prospects-page .has-warning .control-label,
.prospects-page .has-warning .radio,
.prospects-page .has-warning .checkbox,
.prospects-page .has-warning .radio-inline,
.prospects-page .has-warning .checkbox-inline,
.prospects-page .has-warning.radio label,
.prospects-page .has-warning.checkbox label,
.prospects-page .has-warning.radio-inline label,
.prospects-page .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.prospects-page .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.prospects-page .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.prospects-page .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.prospects-page .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.prospects-page .has-error .help-block,
.prospects-page .has-error .control-label,
.prospects-page .has-error .radio,
.prospects-page .has-error .checkbox,
.prospects-page .has-error .radio-inline,
.prospects-page .has-error .checkbox-inline,
.prospects-page .has-error.radio label,
.prospects-page .has-error.checkbox label,
.prospects-page .has-error.radio-inline label,
.prospects-page .has-error.checkbox-inline label {
  color: #a94442;
}
.prospects-page .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.prospects-page .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.prospects-page .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.prospects-page .has-error .form-control-feedback {
  color: #a94442;
}
.prospects-page .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.prospects-page .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.prospects-page .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 0) {
  .prospects-page .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prospects-page .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .prospects-page .form-inline .form-control-static {
    display: inline-block;
  }
  .prospects-page .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .prospects-page .form-inline .input-group .input-group-addon,
  .prospects-page .form-inline .input-group .input-group-btn,
  .prospects-page .form-inline .input-group .form-control {
    width: auto;
  }
  .prospects-page .form-inline .input-group > .form-control {
    width: 100%;
  }
  .prospects-page .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prospects-page .form-inline .radio,
  .prospects-page .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prospects-page .form-inline .radio label,
  .prospects-page .form-inline .checkbox label {
    padding-left: 0;
  }
  .prospects-page .form-inline .radio input[type="radio"],
  .prospects-page .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .prospects-page .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.prospects-page .form-horizontal .radio,
.prospects-page .form-horizontal .checkbox,
.prospects-page .form-horizontal .radio-inline,
.prospects-page .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.prospects-page .form-horizontal .radio,
.prospects-page .form-horizontal .checkbox {
  min-height: 27px;
}
.prospects-page .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 0) {
  .prospects-page .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.prospects-page .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 0) {
  .prospects-page .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 0) {
  .prospects-page .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.prospects-page .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prospects-page .btn:focus,
.prospects-page .btn:active:focus,
.prospects-page .btn.active:focus,
.prospects-page .btn.focus,
.prospects-page .btn:active.focus,
.prospects-page .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.prospects-page .btn:hover,
.prospects-page .btn:focus,
.prospects-page .btn.focus {
  color: #333;
  text-decoration: none;
}
.prospects-page .btn:active,
.prospects-page .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.prospects-page .btn.disabled,
.prospects-page .btn[disabled],
fieldset[disabled] .prospects-page .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.prospects-page .btn.disabled,
fieldset[disabled] a.prospects-page .btn {
  pointer-events: none;
}
.prospects-page .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.prospects-page .btn-default:focus,
.prospects-page .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.prospects-page .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.prospects-page .btn-default:active,
.prospects-page .btn-default.active,
.open > .dropdown-toggle.prospects-page .btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.prospects-page .btn-default:active:hover,
.prospects-page .btn-default.active:hover,
.open > .dropdown-toggle.prospects-page .btn-default:hover,
.prospects-page .btn-default:active:focus,
.prospects-page .btn-default.active:focus,
.open > .dropdown-toggle.prospects-page .btn-default:focus,
.prospects-page .btn-default:active.focus,
.prospects-page .btn-default.active.focus,
.open > .dropdown-toggle.prospects-page .btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.prospects-page .btn-default:active,
.prospects-page .btn-default.active,
.open > .dropdown-toggle.prospects-page .btn-default {
  background-image: none;
}
.prospects-page .btn-default.disabled,
.prospects-page .btn-default[disabled],
fieldset[disabled] .prospects-page .btn-default,
.prospects-page .btn-default.disabled:hover,
.prospects-page .btn-default[disabled]:hover,
fieldset[disabled] .prospects-page .btn-default:hover,
.prospects-page .btn-default.disabled:focus,
.prospects-page .btn-default[disabled]:focus,
fieldset[disabled] .prospects-page .btn-default:focus,
.prospects-page .btn-default.disabled.focus,
.prospects-page .btn-default[disabled].focus,
fieldset[disabled] .prospects-page .btn-default.focus,
.prospects-page .btn-default.disabled:active,
.prospects-page .btn-default[disabled]:active,
fieldset[disabled] .prospects-page .btn-default:active,
.prospects-page .btn-default.disabled.active,
.prospects-page .btn-default[disabled].active,
fieldset[disabled] .prospects-page .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.prospects-page .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.prospects-page .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2d6da3;
}
.prospects-page .btn-primary:focus,
.prospects-page .btn-primary.focus {
  color: #fff;
  background-color: #285f8f;
  border-color: #122a3f;
}
.prospects-page .btn-primary:hover {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.prospects-page .btn-primary:active,
.prospects-page .btn-primary.active,
.open > .dropdown-toggle.prospects-page .btn-primary {
  color: #fff;
  background-color: #285f8f;
  border-color: #204d73;
}
.prospects-page .btn-primary:active:hover,
.prospects-page .btn-primary.active:hover,
.open > .dropdown-toggle.prospects-page .btn-primary:hover,
.prospects-page .btn-primary:active:focus,
.prospects-page .btn-primary.active:focus,
.open > .dropdown-toggle.prospects-page .btn-primary:focus,
.prospects-page .btn-primary:active.focus,
.prospects-page .btn-primary.active.focus,
.open > .dropdown-toggle.prospects-page .btn-primary.focus {
  color: #fff;
  background-color: #204d73;
  border-color: #122a3f;
}
.prospects-page .btn-primary:active,
.prospects-page .btn-primary.active,
.open > .dropdown-toggle.prospects-page .btn-primary {
  background-image: none;
}
.prospects-page .btn-primary.disabled,
.prospects-page .btn-primary[disabled],
fieldset[disabled] .prospects-page .btn-primary,
.prospects-page .btn-primary.disabled:hover,
.prospects-page .btn-primary[disabled]:hover,
fieldset[disabled] .prospects-page .btn-primary:hover,
.prospects-page .btn-primary.disabled:focus,
.prospects-page .btn-primary[disabled]:focus,
fieldset[disabled] .prospects-page .btn-primary:focus,
.prospects-page .btn-primary.disabled.focus,
.prospects-page .btn-primary[disabled].focus,
fieldset[disabled] .prospects-page .btn-primary.focus,
.prospects-page .btn-primary.disabled:active,
.prospects-page .btn-primary[disabled]:active,
fieldset[disabled] .prospects-page .btn-primary:active,
.prospects-page .btn-primary.disabled.active,
.prospects-page .btn-primary[disabled].active,
fieldset[disabled] .prospects-page .btn-primary.active {
  background-color: #337ab7;
  border-color: #2d6da3;
}
.prospects-page .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.prospects-page .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.prospects-page .btn-success:focus,
.prospects-page .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.prospects-page .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.prospects-page .btn-success:active,
.prospects-page .btn-success.active,
.open > .dropdown-toggle.prospects-page .btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.prospects-page .btn-success:active:hover,
.prospects-page .btn-success.active:hover,
.open > .dropdown-toggle.prospects-page .btn-success:hover,
.prospects-page .btn-success:active:focus,
.prospects-page .btn-success.active:focus,
.open > .dropdown-toggle.prospects-page .btn-success:focus,
.prospects-page .btn-success:active.focus,
.prospects-page .btn-success.active.focus,
.open > .dropdown-toggle.prospects-page .btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.prospects-page .btn-success:active,
.prospects-page .btn-success.active,
.open > .dropdown-toggle.prospects-page .btn-success {
  background-image: none;
}
.prospects-page .btn-success.disabled,
.prospects-page .btn-success[disabled],
fieldset[disabled] .prospects-page .btn-success,
.prospects-page .btn-success.disabled:hover,
.prospects-page .btn-success[disabled]:hover,
fieldset[disabled] .prospects-page .btn-success:hover,
.prospects-page .btn-success.disabled:focus,
.prospects-page .btn-success[disabled]:focus,
fieldset[disabled] .prospects-page .btn-success:focus,
.prospects-page .btn-success.disabled.focus,
.prospects-page .btn-success[disabled].focus,
fieldset[disabled] .prospects-page .btn-success.focus,
.prospects-page .btn-success.disabled:active,
.prospects-page .btn-success[disabled]:active,
fieldset[disabled] .prospects-page .btn-success:active,
.prospects-page .btn-success.disabled.active,
.prospects-page .btn-success[disabled].active,
fieldset[disabled] .prospects-page .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.prospects-page .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.prospects-page .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.prospects-page .btn-info:focus,
.prospects-page .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.prospects-page .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.prospects-page .btn-info:active,
.prospects-page .btn-info.active,
.open > .dropdown-toggle.prospects-page .btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.prospects-page .btn-info:active:hover,
.prospects-page .btn-info.active:hover,
.open > .dropdown-toggle.prospects-page .btn-info:hover,
.prospects-page .btn-info:active:focus,
.prospects-page .btn-info.active:focus,
.open > .dropdown-toggle.prospects-page .btn-info:focus,
.prospects-page .btn-info:active.focus,
.prospects-page .btn-info.active.focus,
.open > .dropdown-toggle.prospects-page .btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.prospects-page .btn-info:active,
.prospects-page .btn-info.active,
.open > .dropdown-toggle.prospects-page .btn-info {
  background-image: none;
}
.prospects-page .btn-info.disabled,
.prospects-page .btn-info[disabled],
fieldset[disabled] .prospects-page .btn-info,
.prospects-page .btn-info.disabled:hover,
.prospects-page .btn-info[disabled]:hover,
fieldset[disabled] .prospects-page .btn-info:hover,
.prospects-page .btn-info.disabled:focus,
.prospects-page .btn-info[disabled]:focus,
fieldset[disabled] .prospects-page .btn-info:focus,
.prospects-page .btn-info.disabled.focus,
.prospects-page .btn-info[disabled].focus,
fieldset[disabled] .prospects-page .btn-info.focus,
.prospects-page .btn-info.disabled:active,
.prospects-page .btn-info[disabled]:active,
fieldset[disabled] .prospects-page .btn-info:active,
.prospects-page .btn-info.disabled.active,
.prospects-page .btn-info[disabled].active,
fieldset[disabled] .prospects-page .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.prospects-page .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.prospects-page .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.prospects-page .btn-warning:focus,
.prospects-page .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.prospects-page .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.prospects-page .btn-warning:active,
.prospects-page .btn-warning.active,
.open > .dropdown-toggle.prospects-page .btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.prospects-page .btn-warning:active:hover,
.prospects-page .btn-warning.active:hover,
.open > .dropdown-toggle.prospects-page .btn-warning:hover,
.prospects-page .btn-warning:active:focus,
.prospects-page .btn-warning.active:focus,
.open > .dropdown-toggle.prospects-page .btn-warning:focus,
.prospects-page .btn-warning:active.focus,
.prospects-page .btn-warning.active.focus,
.open > .dropdown-toggle.prospects-page .btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.prospects-page .btn-warning:active,
.prospects-page .btn-warning.active,
.open > .dropdown-toggle.prospects-page .btn-warning {
  background-image: none;
}
.prospects-page .btn-warning.disabled,
.prospects-page .btn-warning[disabled],
fieldset[disabled] .prospects-page .btn-warning,
.prospects-page .btn-warning.disabled:hover,
.prospects-page .btn-warning[disabled]:hover,
fieldset[disabled] .prospects-page .btn-warning:hover,
.prospects-page .btn-warning.disabled:focus,
.prospects-page .btn-warning[disabled]:focus,
fieldset[disabled] .prospects-page .btn-warning:focus,
.prospects-page .btn-warning.disabled.focus,
.prospects-page .btn-warning[disabled].focus,
fieldset[disabled] .prospects-page .btn-warning.focus,
.prospects-page .btn-warning.disabled:active,
.prospects-page .btn-warning[disabled]:active,
fieldset[disabled] .prospects-page .btn-warning:active,
.prospects-page .btn-warning.disabled.active,
.prospects-page .btn-warning[disabled].active,
fieldset[disabled] .prospects-page .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.prospects-page .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.prospects-page .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.prospects-page .btn-danger:focus,
.prospects-page .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.prospects-page .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.prospects-page .btn-danger:active,
.prospects-page .btn-danger.active,
.open > .dropdown-toggle.prospects-page .btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.prospects-page .btn-danger:active:hover,
.prospects-page .btn-danger.active:hover,
.open > .dropdown-toggle.prospects-page .btn-danger:hover,
.prospects-page .btn-danger:active:focus,
.prospects-page .btn-danger.active:focus,
.open > .dropdown-toggle.prospects-page .btn-danger:focus,
.prospects-page .btn-danger:active.focus,
.prospects-page .btn-danger.active.focus,
.open > .dropdown-toggle.prospects-page .btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.prospects-page .btn-danger:active,
.prospects-page .btn-danger.active,
.open > .dropdown-toggle.prospects-page .btn-danger {
  background-image: none;
}
.prospects-page .btn-danger.disabled,
.prospects-page .btn-danger[disabled],
fieldset[disabled] .prospects-page .btn-danger,
.prospects-page .btn-danger.disabled:hover,
.prospects-page .btn-danger[disabled]:hover,
fieldset[disabled] .prospects-page .btn-danger:hover,
.prospects-page .btn-danger.disabled:focus,
.prospects-page .btn-danger[disabled]:focus,
fieldset[disabled] .prospects-page .btn-danger:focus,
.prospects-page .btn-danger.disabled.focus,
.prospects-page .btn-danger[disabled].focus,
fieldset[disabled] .prospects-page .btn-danger.focus,
.prospects-page .btn-danger.disabled:active,
.prospects-page .btn-danger[disabled]:active,
fieldset[disabled] .prospects-page .btn-danger:active,
.prospects-page .btn-danger.disabled.active,
.prospects-page .btn-danger[disabled].active,
fieldset[disabled] .prospects-page .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.prospects-page .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.prospects-page .btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.prospects-page .btn-link,
.prospects-page .btn-link:active,
.prospects-page .btn-link.active,
.prospects-page .btn-link[disabled],
fieldset[disabled] .prospects-page .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.prospects-page .btn-link,
.prospects-page .btn-link:hover,
.prospects-page .btn-link:focus,
.prospects-page .btn-link:active {
  border-color: transparent;
}
.prospects-page .btn-link:hover,
.prospects-page .btn-link:focus {
  color: #22527b;
  text-decoration: underline;
  background-color: transparent;
}
.prospects-page .btn-link[disabled]:hover,
fieldset[disabled] .prospects-page .btn-link:hover,
.prospects-page .btn-link[disabled]:focus,
fieldset[disabled] .prospects-page .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.prospects-page .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.prospects-page .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.prospects-page .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.prospects-page .btn-block {
  display: block;
  width: 100%;
}
.prospects-page .btn-block + .btn-block {
  margin-top: 5px;
}
.prospects-page input[type="submit"].btn-block,
.prospects-page input[type="reset"].btn-block,
.prospects-page input[type="button"].btn-block {
  width: 100%;
}
.prospects-page .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.prospects-page .fade.in {
  opacity: 1;
}
.prospects-page .collapse {
  display: none;
}
.prospects-page .collapse.in {
  display: block;
}
tr.prospects-page .collapse.in {
  display: table-row;
}
tbody.prospects-page .collapse.in {
  display: table-row-group;
}
.prospects-page .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.prospects-page .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.prospects-page .dropup,
.prospects-page .dropdown {
  position: relative;
}
.prospects-page .dropdown-toggle:focus {
  outline: 0;
}
.prospects-page .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.prospects-page .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.prospects-page .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.prospects-page .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.prospects-page .dropdown-menu > li > a:hover,
.prospects-page .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.prospects-page .dropdown-menu > .active > a,
.prospects-page .dropdown-menu > .active > a:hover,
.prospects-page .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.prospects-page .dropdown-menu > .disabled > a,
.prospects-page .dropdown-menu > .disabled > a:hover,
.prospects-page .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.prospects-page .dropdown-menu > .disabled > a:hover,
.prospects-page .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.prospects-page .open > .dropdown-menu {
  display: block;
}
.prospects-page .open > a {
  outline: 0;
}
.prospects-page .dropdown-menu-right {
  left: auto;
  right: 0;
}
.prospects-page .dropdown-menu-left {
  left: 0;
  right: auto;
}
.prospects-page .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.prospects-page .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.prospects-page .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.prospects-page .dropup .caret,
.prospects-page .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.prospects-page .dropup .dropdown-menu,
.prospects-page .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 0) {
  .prospects-page .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .prospects-page .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.prospects-page .btn-group,
.prospects-page .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.prospects-page .btn-group > .btn,
.prospects-page .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.prospects-page .btn-group > .btn:hover,
.prospects-page .btn-group-vertical > .btn:hover,
.prospects-page .btn-group > .btn:focus,
.prospects-page .btn-group-vertical > .btn:focus,
.prospects-page .btn-group > .btn:active,
.prospects-page .btn-group-vertical > .btn:active,
.prospects-page .btn-group > .btn.active,
.prospects-page .btn-group-vertical > .btn.active {
  z-index: 2;
}
.prospects-page .btn-group .btn + .btn,
.prospects-page .btn-group .btn + .btn-group,
.prospects-page .btn-group .btn-group + .btn,
.prospects-page .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.prospects-page .btn-toolbar {
  margin-left: -5px;
}
.prospects-page .btn-toolbar .btn,
.prospects-page .btn-toolbar .btn-group,
.prospects-page .btn-toolbar .input-group {
  float: left;
}
.prospects-page .btn-toolbar > .btn,
.prospects-page .btn-toolbar > .btn-group,
.prospects-page .btn-toolbar > .input-group {
  margin-left: 5px;
}
.prospects-page .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.prospects-page .btn-group > .btn:first-child {
  margin-left: 0;
}
.prospects-page .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.prospects-page .btn-group > .btn:last-child:not(:first-child),
.prospects-page .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.prospects-page .btn-group > .btn-group {
  float: left;
}
.prospects-page .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.prospects-page .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.prospects-page .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.prospects-page .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.prospects-page .btn-group .dropdown-toggle:active,
.prospects-page .btn-group.open .dropdown-toggle {
  outline: 0;
}
.prospects-page .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.prospects-page .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.prospects-page .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.prospects-page .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.prospects-page .btn .caret {
  margin-left: 0;
}
.prospects-page .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.prospects-page .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.prospects-page .btn-group-vertical > .btn,
.prospects-page .btn-group-vertical > .btn-group,
.prospects-page .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.prospects-page .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.prospects-page .btn-group-vertical > .btn + .btn,
.prospects-page .btn-group-vertical > .btn + .btn-group,
.prospects-page .btn-group-vertical > .btn-group + .btn,
.prospects-page .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.prospects-page .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.prospects-page .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.prospects-page .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.prospects-page .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.prospects-page .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.prospects-page .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.prospects-page .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.prospects-page .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.prospects-page .btn-group-justified > .btn,
.prospects-page .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.prospects-page .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.prospects-page .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.prospects-page [data-toggle="buttons"] > .btn input[type="radio"],
.prospects-page [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.prospects-page [data-toggle="buttons"] > .btn input[type="checkbox"],
.prospects-page [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.prospects-page .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.prospects-page .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.prospects-page .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.prospects-page .input-group-lg > .form-control,
.prospects-page .input-group-lg > .input-group-addon,
.prospects-page .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.prospects-page .input-group-lg > .form-control,
select.prospects-page .input-group-lg > .input-group-addon,
select.prospects-page .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.prospects-page .input-group-lg > .form-control,
textarea.prospects-page .input-group-lg > .input-group-addon,
textarea.prospects-page .input-group-lg > .input-group-btn > .btn,
select[multiple].prospects-page .input-group-lg > .form-control,
select[multiple].prospects-page .input-group-lg > .input-group-addon,
select[multiple].prospects-page .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.prospects-page .input-group-sm > .form-control,
.prospects-page .input-group-sm > .input-group-addon,
.prospects-page .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.prospects-page .input-group-sm > .form-control,
select.prospects-page .input-group-sm > .input-group-addon,
select.prospects-page .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.prospects-page .input-group-sm > .form-control,
textarea.prospects-page .input-group-sm > .input-group-addon,
textarea.prospects-page .input-group-sm > .input-group-btn > .btn,
select[multiple].prospects-page .input-group-sm > .form-control,
select[multiple].prospects-page .input-group-sm > .input-group-addon,
select[multiple].prospects-page .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.prospects-page .input-group-addon,
.prospects-page .input-group-btn,
.prospects-page .input-group .form-control {
  display: table-cell;
}
.prospects-page .input-group-addon:not(:first-child):not(:last-child),
.prospects-page .input-group-btn:not(:first-child):not(:last-child),
.prospects-page .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.prospects-page .input-group-addon,
.prospects-page .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.prospects-page .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.prospects-page .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.prospects-page .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.prospects-page .input-group-addon input[type="radio"],
.prospects-page .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.prospects-page .input-group .form-control:first-child,
.prospects-page .input-group-addon:first-child,
.prospects-page .input-group-btn:first-child > .btn,
.prospects-page .input-group-btn:first-child > .btn-group > .btn,
.prospects-page .input-group-btn:first-child > .dropdown-toggle,
.prospects-page .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.prospects-page .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.prospects-page .input-group-addon:first-child {
  border-right: 0;
}
.prospects-page .input-group .form-control:last-child,
.prospects-page .input-group-addon:last-child,
.prospects-page .input-group-btn:last-child > .btn,
.prospects-page .input-group-btn:last-child > .btn-group > .btn,
.prospects-page .input-group-btn:last-child > .dropdown-toggle,
.prospects-page .input-group-btn:first-child > .btn:not(:first-child),
.prospects-page .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.prospects-page .input-group-addon:last-child {
  border-left: 0;
}
.prospects-page .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.prospects-page .input-group-btn > .btn {
  position: relative;
}
.prospects-page .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.prospects-page .input-group-btn > .btn:hover,
.prospects-page .input-group-btn > .btn:focus,
.prospects-page .input-group-btn > .btn:active {
  z-index: 2;
}
.prospects-page .input-group-btn:first-child > .btn,
.prospects-page .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.prospects-page .input-group-btn:last-child > .btn,
.prospects-page .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.prospects-page .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.prospects-page .nav > li {
  position: relative;
  display: block;
}
.prospects-page .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.prospects-page .nav > li > a:hover,
.prospects-page .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.prospects-page .nav > li.disabled > a {
  color: #777777;
}
.prospects-page .nav > li.disabled > a:hover,
.prospects-page .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.prospects-page .nav .open > a,
.prospects-page .nav .open > a:hover,
.prospects-page .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.prospects-page .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.prospects-page .nav > li > a > img {
  max-width: none;
}
.prospects-page .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.prospects-page .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.prospects-page .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.prospects-page .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.prospects-page .nav-tabs > li.active > a,
.prospects-page .nav-tabs > li.active > a:hover,
.prospects-page .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.prospects-page .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.prospects-page .nav-tabs.nav-justified > li {
  float: none;
}
.prospects-page .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.prospects-page .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 0) {
  .prospects-page .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .prospects-page .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.prospects-page .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.prospects-page .nav-tabs.nav-justified > .active > a,
.prospects-page .nav-tabs.nav-justified > .active > a:hover,
.prospects-page .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 0) {
  .prospects-page .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prospects-page .nav-tabs.nav-justified > .active > a,
  .prospects-page .nav-tabs.nav-justified > .active > a:hover,
  .prospects-page .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.prospects-page .nav-pills > li {
  float: left;
}
.prospects-page .nav-pills > li > a {
  border-radius: 4px;
}
.prospects-page .nav-pills > li + li {
  margin-left: 2px;
}
.prospects-page .nav-pills > li.active > a,
.prospects-page .nav-pills > li.active > a:hover,
.prospects-page .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.prospects-page .nav-stacked > li {
  float: none;
}
.prospects-page .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.prospects-page .nav-justified {
  width: 100%;
}
.prospects-page .nav-justified > li {
  float: none;
}
.prospects-page .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.prospects-page .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 0) {
  .prospects-page .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .prospects-page .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.prospects-page .nav-tabs-justified {
  border-bottom: 0;
}
.prospects-page .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.prospects-page .nav-tabs-justified > .active > a,
.prospects-page .nav-tabs-justified > .active > a:hover,
.prospects-page .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 0) {
  .prospects-page .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .prospects-page .nav-tabs-justified > .active > a,
  .prospects-page .nav-tabs-justified > .active > a:hover,
  .prospects-page .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.prospects-page .tab-content > .tab-pane {
  display: none;
}
.prospects-page .tab-content > .active {
  display: block;
}
.prospects-page .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.prospects-page .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 0) {
  .prospects-page .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 0) {
  .prospects-page .navbar-header {
    float: left;
  }
}
.prospects-page .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.prospects-page .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 0) {
  .prospects-page .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .prospects-page .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .prospects-page .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .prospects-page .navbar-collapse,
  .navbar-static-top .prospects-page .navbar-collapse,
  .navbar-fixed-bottom .prospects-page .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.prospects-page .navbar-fixed-top .navbar-collapse,
.prospects-page .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 0) and (orientation: landscape) {
  .prospects-page .navbar-fixed-top .navbar-collapse,
  .prospects-page .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.prospects-page .container > .navbar-header,
.prospects-page .container-fluid > .navbar-header,
.prospects-page .container > .navbar-collapse,
.prospects-page .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 0) {
  .prospects-page .container > .navbar-header,
  .prospects-page .container-fluid > .navbar-header,
  .prospects-page .container > .navbar-collapse,
  .prospects-page .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.prospects-page .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 0) {
  .prospects-page .navbar-static-top {
    border-radius: 0;
  }
}
.prospects-page .navbar-fixed-top,
.prospects-page .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 0) {
  .prospects-page .navbar-fixed-top,
  .prospects-page .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.prospects-page .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.prospects-page .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.prospects-page .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.prospects-page .navbar-brand:hover,
.prospects-page .navbar-brand:focus {
  text-decoration: none;
}
.prospects-page .navbar-brand > img {
  display: block;
}
@media (min-width: 0) {
  .navbar > .container .prospects-page .navbar-brand,
  .navbar > .container-fluid .prospects-page .navbar-brand {
    margin-left: -15px;
  }
}
.prospects-page .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.prospects-page .navbar-toggle:focus {
  outline: 0;
}
.prospects-page .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.prospects-page .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 0) {
  .prospects-page .navbar-toggle {
    display: none;
  }
}
.prospects-page .navbar-nav {
  margin: 7.5px -15px;
}
.prospects-page .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: -1) {
  .prospects-page .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .prospects-page .navbar-nav .open .dropdown-menu > li > a,
  .prospects-page .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .prospects-page .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .prospects-page .navbar-nav .open .dropdown-menu > li > a:hover,
  .prospects-page .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0) {
  .prospects-page .navbar-nav {
    float: left;
    margin: 0;
  }
  .prospects-page .navbar-nav > li {
    float: left;
  }
  .prospects-page .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.prospects-page .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 0) {
  .prospects-page .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prospects-page .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .prospects-page .navbar-form .form-control-static {
    display: inline-block;
  }
  .prospects-page .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .prospects-page .navbar-form .input-group .input-group-addon,
  .prospects-page .navbar-form .input-group .input-group-btn,
  .prospects-page .navbar-form .input-group .form-control {
    width: auto;
  }
  .prospects-page .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .prospects-page .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prospects-page .navbar-form .radio,
  .prospects-page .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .prospects-page .navbar-form .radio label,
  .prospects-page .navbar-form .checkbox label {
    padding-left: 0;
  }
  .prospects-page .navbar-form .radio input[type="radio"],
  .prospects-page .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .prospects-page .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: -1) {
  .prospects-page .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .prospects-page .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0) {
  .prospects-page .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.prospects-page .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.prospects-page .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.prospects-page .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.prospects-page .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.prospects-page .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.prospects-page .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 0) {
  .prospects-page .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 0) {
  .prospects-page .navbar-left {
    float: left !important;
  }
  .prospects-page .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .prospects-page .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.prospects-page .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.prospects-page .navbar-default .navbar-brand {
  color: #777;
}
.prospects-page .navbar-default .navbar-brand:hover,
.prospects-page .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.prospects-page .navbar-default .navbar-text {
  color: #777;
}
.prospects-page .navbar-default .navbar-nav > li > a {
  color: #777;
}
.prospects-page .navbar-default .navbar-nav > li > a:hover,
.prospects-page .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.prospects-page .navbar-default .navbar-nav > .active > a,
.prospects-page .navbar-default .navbar-nav > .active > a:hover,
.prospects-page .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.prospects-page .navbar-default .navbar-nav > .disabled > a,
.prospects-page .navbar-default .navbar-nav > .disabled > a:hover,
.prospects-page .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.prospects-page .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.prospects-page .navbar-default .navbar-toggle:hover,
.prospects-page .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.prospects-page .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.prospects-page .navbar-default .navbar-collapse,
.prospects-page .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.prospects-page .navbar-default .navbar-nav > .open > a,
.prospects-page .navbar-default .navbar-nav > .open > a:hover,
.prospects-page .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: -1) {
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .prospects-page .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.prospects-page .navbar-default .navbar-link {
  color: #777;
}
.prospects-page .navbar-default .navbar-link:hover {
  color: #333;
}
.prospects-page .navbar-default .btn-link {
  color: #777;
}
.prospects-page .navbar-default .btn-link:hover,
.prospects-page .navbar-default .btn-link:focus {
  color: #333;
}
.prospects-page .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .prospects-page .navbar-default .btn-link:hover,
.prospects-page .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .prospects-page .navbar-default .btn-link:focus {
  color: #ccc;
}
.prospects-page .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.prospects-page .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.prospects-page .navbar-inverse .navbar-brand:hover,
.prospects-page .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.prospects-page .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.prospects-page .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.prospects-page .navbar-inverse .navbar-nav > li > a:hover,
.prospects-page .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.prospects-page .navbar-inverse .navbar-nav > .active > a,
.prospects-page .navbar-inverse .navbar-nav > .active > a:hover,
.prospects-page .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.prospects-page .navbar-inverse .navbar-nav > .disabled > a,
.prospects-page .navbar-inverse .navbar-nav > .disabled > a:hover,
.prospects-page .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.prospects-page .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.prospects-page .navbar-inverse .navbar-toggle:hover,
.prospects-page .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.prospects-page .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.prospects-page .navbar-inverse .navbar-collapse,
.prospects-page .navbar-inverse .navbar-form {
  border-color: #101010;
}
.prospects-page .navbar-inverse .navbar-nav > .open > a,
.prospects-page .navbar-inverse .navbar-nav > .open > a:hover,
.prospects-page .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: -1) {
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .prospects-page .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.prospects-page .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.prospects-page .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.prospects-page .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.prospects-page .navbar-inverse .btn-link:hover,
.prospects-page .navbar-inverse .btn-link:focus {
  color: #fff;
}
.prospects-page .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .prospects-page .navbar-inverse .btn-link:hover,
.prospects-page .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .prospects-page .navbar-inverse .btn-link:focus {
  color: #444;
}
.prospects-page .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.prospects-page .breadcrumb > li {
  display: inline-block;
}
.prospects-page .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.prospects-page .breadcrumb > .active {
  color: #777777;
}
.prospects-page .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.prospects-page .pagination > li {
  display: inline;
}
.prospects-page .pagination > li > a,
.prospects-page .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.prospects-page .pagination > li:first-child > a,
.prospects-page .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.prospects-page .pagination > li:last-child > a,
.prospects-page .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.prospects-page .pagination > li > a:hover,
.prospects-page .pagination > li > span:hover,
.prospects-page .pagination > li > a:focus,
.prospects-page .pagination > li > span:focus {
  z-index: 2;
  color: #22527b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.prospects-page .pagination > .active > a,
.prospects-page .pagination > .active > span,
.prospects-page .pagination > .active > a:hover,
.prospects-page .pagination > .active > span:hover,
.prospects-page .pagination > .active > a:focus,
.prospects-page .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.prospects-page .pagination > .disabled > span,
.prospects-page .pagination > .disabled > span:hover,
.prospects-page .pagination > .disabled > span:focus,
.prospects-page .pagination > .disabled > a,
.prospects-page .pagination > .disabled > a:hover,
.prospects-page .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.prospects-page .pagination-lg > li > a,
.prospects-page .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.prospects-page .pagination-lg > li:first-child > a,
.prospects-page .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.prospects-page .pagination-lg > li:last-child > a,
.prospects-page .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.prospects-page .pagination-sm > li > a,
.prospects-page .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.prospects-page .pagination-sm > li:first-child > a,
.prospects-page .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.prospects-page .pagination-sm > li:last-child > a,
.prospects-page .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.prospects-page .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.prospects-page .pager li {
  display: inline;
}
.prospects-page .pager li > a,
.prospects-page .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.prospects-page .pager li > a:hover,
.prospects-page .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.prospects-page .pager .next > a,
.prospects-page .pager .next > span {
  float: right;
}
.prospects-page .pager .previous > a,
.prospects-page .pager .previous > span {
  float: left;
}
.prospects-page .pager .disabled > a,
.prospects-page .pager .disabled > a:hover,
.prospects-page .pager .disabled > a:focus,
.prospects-page .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.prospects-page .label {
  display: inline;
  padding: 0.2em 0.6em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.prospects-page .label:hover,
a.prospects-page .label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.prospects-page .label:empty {
  display: none;
}
.btn .prospects-page .label {
  position: relative;
  top: -1px;
}
.prospects-page .label-default {
  background-color: #777777;
}
.prospects-page .label-default[href]:hover,
.prospects-page .label-default[href]:focus {
  background-color: #5e5e5e;
}
.prospects-page .label-primary {
  background-color: #337ab7;
}
.prospects-page .label-primary[href]:hover,
.prospects-page .label-primary[href]:focus {
  background-color: #285f8f;
}
.prospects-page .label-success {
  background-color: #5cb85c;
}
.prospects-page .label-success[href]:hover,
.prospects-page .label-success[href]:focus {
  background-color: #449d44;
}
.prospects-page .label-info {
  background-color: #5bc0de;
}
.prospects-page .label-info[href]:hover,
.prospects-page .label-info[href]:focus {
  background-color: #31b0d5;
}
.prospects-page .label-warning {
  background-color: #f0ad4e;
}
.prospects-page .label-warning[href]:hover,
.prospects-page .label-warning[href]:focus {
  background-color: #ec971f;
}
.prospects-page .label-danger {
  background-color: #d9534f;
}
.prospects-page .label-danger[href]:hover,
.prospects-page .label-danger[href]:focus {
  background-color: #c9302c;
}
.prospects-page .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.prospects-page .badge:empty {
  display: none;
}
.btn .prospects-page .badge {
  position: relative;
  top: -1px;
}
.btn-xs .prospects-page .badge,
.btn-group-xs > .btn .prospects-page .badge {
  top: 0;
  padding: 1px 5px;
}
a.prospects-page .badge:hover,
a.prospects-page .badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .prospects-page .badge,
.nav-pills > .active > a > .prospects-page .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .prospects-page .badge {
  float: right;
}
.list-group-item > .prospects-page .badge + .prospects-page .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .prospects-page .badge {
  margin-left: 3px;
}
.prospects-page .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.prospects-page .jumbotron h1,
.prospects-page .jumbotron .h1 {
  color: inherit;
}
.prospects-page .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.prospects-page .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .prospects-page .jumbotron,
.container-fluid .prospects-page .jumbotron {
  border-radius: 6px;
}
.prospects-page .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 0) {
  .prospects-page .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .prospects-page .jumbotron,
  .container-fluid .prospects-page .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .prospects-page .jumbotron h1,
  .prospects-page .jumbotron .h1 {
    font-size: 63px;
  }
}
.prospects-page .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.prospects-page .thumbnail > img,
.prospects-page .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.prospects-page .thumbnail:hover,
a.prospects-page .thumbnail:focus,
a.prospects-page .thumbnail.active {
  border-color: #337ab7;
}
.prospects-page .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.prospects-page .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.prospects-page .alert h4 {
  margin-top: 0;
  color: inherit;
}
.prospects-page .alert .alert-link {
  font-weight: bold;
}
.prospects-page .alert > p,
.prospects-page .alert > ul {
  margin-bottom: 0;
}
.prospects-page .alert > p + p {
  margin-top: 5px;
}
.prospects-page .alert-dismissable,
.prospects-page .alert-dismissible {
  padding-right: 35px;
}
.prospects-page .alert-dismissable .close,
.prospects-page .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.prospects-page .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.prospects-page .alert-success hr {
  border-top-color: #c9e2b3;
}
.prospects-page .alert-success .alert-link {
  color: #2b542c;
}
.prospects-page .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.prospects-page .alert-info hr {
  border-top-color: #a6e1ec;
}
.prospects-page .alert-info .alert-link {
  color: #245269;
}
.prospects-page .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.prospects-page .alert-warning hr {
  border-top-color: #f7e1b5;
}
.prospects-page .alert-warning .alert-link {
  color: #66512c;
}
.prospects-page .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.prospects-page .alert-danger hr {
  border-top-color: #e4b9c0;
}
.prospects-page .alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.prospects-page .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.prospects-page .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.prospects-page .progress-striped .progress-bar,
.prospects-page .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.prospects-page .progress.active .progress-bar,
.prospects-page .progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.prospects-page .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .prospects-page .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.prospects-page .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .prospects-page .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.prospects-page .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .prospects-page .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.prospects-page .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .prospects-page .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.prospects-page .media {
  margin-top: 15px;
}
.prospects-page .media:first-child {
  margin-top: 0;
}
.prospects-page .media,
.prospects-page .media-body {
  zoom: 1;
  overflow: hidden;
}
.prospects-page .media-body {
  width: 10000px;
}
.prospects-page .media-object {
  display: block;
}
.prospects-page .media-object.img-thumbnail {
  max-width: none;
}
.prospects-page .media-right,
.prospects-page .media > .pull-right {
  padding-left: 10px;
}
.prospects-page .media-left,
.prospects-page .media > .pull-left {
  padding-right: 10px;
}
.prospects-page .media-left,
.prospects-page .media-right,
.prospects-page .media-body {
  display: table-cell;
  vertical-align: top;
}
.prospects-page .media-middle {
  vertical-align: middle;
}
.prospects-page .media-bottom {
  vertical-align: bottom;
}
.prospects-page .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.prospects-page .media-list {
  padding-left: 0;
  list-style: none;
}
.prospects-page .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.prospects-page .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.prospects-page .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.prospects-page .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.prospects-page a.list-group-item,
.prospects-page button.list-group-item {
  color: #555;
}
.prospects-page a.list-group-item .list-group-item-heading,
.prospects-page button.list-group-item .list-group-item-heading {
  color: #333;
}
.prospects-page a.list-group-item:hover,
.prospects-page button.list-group-item:hover,
.prospects-page a.list-group-item:focus,
.prospects-page button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.prospects-page button.list-group-item {
  width: 100%;
  text-align: left;
}
.prospects-page .list-group-item.disabled,
.prospects-page .list-group-item.disabled:hover,
.prospects-page .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.prospects-page .list-group-item.disabled .list-group-item-heading,
.prospects-page .list-group-item.disabled:hover .list-group-item-heading,
.prospects-page .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.prospects-page .list-group-item.disabled .list-group-item-text,
.prospects-page .list-group-item.disabled:hover .list-group-item-text,
.prospects-page .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.prospects-page .list-group-item.active,
.prospects-page .list-group-item.active:hover,
.prospects-page .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.prospects-page .list-group-item.active .list-group-item-heading,
.prospects-page .list-group-item.active:hover .list-group-item-heading,
.prospects-page .list-group-item.active:focus .list-group-item-heading,
.prospects-page .list-group-item.active .list-group-item-heading > small,
.prospects-page .list-group-item.active:hover .list-group-item-heading > small,
.prospects-page .list-group-item.active:focus .list-group-item-heading > small,
.prospects-page .list-group-item.active .list-group-item-heading > .small,
.prospects-page .list-group-item.active:hover .list-group-item-heading > .small,
.prospects-page .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.prospects-page .list-group-item.active .list-group-item-text,
.prospects-page .list-group-item.active:hover .list-group-item-text,
.prospects-page .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.prospects-page .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.prospects-page .list-group-item-success,
button.prospects-page .list-group-item-success {
  color: #3c763d;
}
a.prospects-page .list-group-item-success .list-group-item-heading,
button.prospects-page .list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.prospects-page .list-group-item-success:hover,
button.prospects-page .list-group-item-success:hover,
a.prospects-page .list-group-item-success:focus,
button.prospects-page .list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.prospects-page .list-group-item-success.active,
button.prospects-page .list-group-item-success.active,
a.prospects-page .list-group-item-success.active:hover,
button.prospects-page .list-group-item-success.active:hover,
a.prospects-page .list-group-item-success.active:focus,
button.prospects-page .list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.prospects-page .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.prospects-page .list-group-item-info,
button.prospects-page .list-group-item-info {
  color: #31708f;
}
a.prospects-page .list-group-item-info .list-group-item-heading,
button.prospects-page .list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.prospects-page .list-group-item-info:hover,
button.prospects-page .list-group-item-info:hover,
a.prospects-page .list-group-item-info:focus,
button.prospects-page .list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.prospects-page .list-group-item-info.active,
button.prospects-page .list-group-item-info.active,
a.prospects-page .list-group-item-info.active:hover,
button.prospects-page .list-group-item-info.active:hover,
a.prospects-page .list-group-item-info.active:focus,
button.prospects-page .list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.prospects-page .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.prospects-page .list-group-item-warning,
button.prospects-page .list-group-item-warning {
  color: #8a6d3b;
}
a.prospects-page .list-group-item-warning .list-group-item-heading,
button.prospects-page .list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.prospects-page .list-group-item-warning:hover,
button.prospects-page .list-group-item-warning:hover,
a.prospects-page .list-group-item-warning:focus,
button.prospects-page .list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.prospects-page .list-group-item-warning.active,
button.prospects-page .list-group-item-warning.active,
a.prospects-page .list-group-item-warning.active:hover,
button.prospects-page .list-group-item-warning.active:hover,
a.prospects-page .list-group-item-warning.active:focus,
button.prospects-page .list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.prospects-page .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.prospects-page .list-group-item-danger,
button.prospects-page .list-group-item-danger {
  color: #a94442;
}
a.prospects-page .list-group-item-danger .list-group-item-heading,
button.prospects-page .list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.prospects-page .list-group-item-danger:hover,
button.prospects-page .list-group-item-danger:hover,
a.prospects-page .list-group-item-danger:focus,
button.prospects-page .list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.prospects-page .list-group-item-danger.active,
button.prospects-page .list-group-item-danger.active,
a.prospects-page .list-group-item-danger.active:hover,
button.prospects-page .list-group-item-danger.active:hover,
a.prospects-page .list-group-item-danger.active:focus,
button.prospects-page .list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.prospects-page .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.prospects-page .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.prospects-page .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.prospects-page .panel-body {
  padding: 15px;
}
.prospects-page .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.prospects-page .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.prospects-page .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.prospects-page .panel-title > a,
.prospects-page .panel-title > small,
.prospects-page .panel-title > .small,
.prospects-page .panel-title > small > a,
.prospects-page .panel-title > .small > a {
  color: inherit;
}
.prospects-page .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.prospects-page .panel > .list-group,
.prospects-page .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.prospects-page .panel > .list-group .list-group-item,
.prospects-page .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.prospects-page .panel > .list-group:first-child .list-group-item:first-child,
.prospects-page .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.prospects-page .panel > .list-group:last-child .list-group-item:last-child,
.prospects-page .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;
}
.prospects-page .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.prospects-page .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.prospects-page .list-group + .panel-footer {
  border-top-width: 0;
}
.prospects-page .panel > .table,
.prospects-page .panel > .table-responsive > .table,
.prospects-page .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.prospects-page .panel > .table caption,
.prospects-page .panel > .table-responsive > .table caption,
.prospects-page .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.prospects-page .panel > .table:first-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.prospects-page .panel > .table:first-child > thead:first-child > tr:first-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.prospects-page .panel > .table:first-child > tbody:first-child > tr:first-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.prospects-page .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.prospects-page .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.prospects-page .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.prospects-page .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.prospects-page .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.prospects-page .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.prospects-page .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.prospects-page .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.prospects-page .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.prospects-page .panel > .table:last-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.prospects-page .panel > .table:last-child > tbody:last-child > tr:last-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.prospects-page .panel > .table:last-child > tfoot:last-child > tr:last-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.prospects-page .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.prospects-page .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.prospects-page .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.prospects-page .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.prospects-page .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.prospects-page .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.prospects-page .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.prospects-page .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.prospects-page .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.prospects-page .panel > .panel-body + .table,
.prospects-page .panel > .panel-body + .table-responsive,
.prospects-page .panel > .table + .panel-body,
.prospects-page .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.prospects-page .panel > .table > tbody:first-child > tr:first-child th,
.prospects-page .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.prospects-page .panel > .table-bordered,
.prospects-page .panel > .table-responsive > .table-bordered {
  border: 0;
}
.prospects-page .panel > .table-bordered > thead > tr > th:first-child,
.prospects-page .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.prospects-page .panel > .table-bordered > tbody > tr > th:first-child,
.prospects-page .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.prospects-page .panel > .table-bordered > tfoot > tr > th:first-child,
.prospects-page .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.prospects-page .panel > .table-bordered > thead > tr > td:first-child,
.prospects-page .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.prospects-page .panel > .table-bordered > tbody > tr > td:first-child,
.prospects-page .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.prospects-page .panel > .table-bordered > tfoot > tr > td:first-child,
.prospects-page .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.prospects-page .panel > .table-bordered > thead > tr > th:last-child,
.prospects-page .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.prospects-page .panel > .table-bordered > tbody > tr > th:last-child,
.prospects-page .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.prospects-page .panel > .table-bordered > tfoot > tr > th:last-child,
.prospects-page .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.prospects-page .panel > .table-bordered > thead > tr > td:last-child,
.prospects-page .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.prospects-page .panel > .table-bordered > tbody > tr > td:last-child,
.prospects-page .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.prospects-page .panel > .table-bordered > tfoot > tr > td:last-child,
.prospects-page .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.prospects-page .panel > .table-bordered > thead > tr:first-child > td,
.prospects-page .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.prospects-page .panel > .table-bordered > tbody > tr:first-child > td,
.prospects-page .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.prospects-page .panel > .table-bordered > thead > tr:first-child > th,
.prospects-page .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.prospects-page .panel > .table-bordered > tbody > tr:first-child > th,
.prospects-page .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.prospects-page .panel > .table-bordered > tbody > tr:last-child > td,
.prospects-page .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.prospects-page .panel > .table-bordered > tfoot > tr:last-child > td,
.prospects-page .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.prospects-page .panel > .table-bordered > tbody > tr:last-child > th,
.prospects-page .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.prospects-page .panel > .table-bordered > tfoot > tr:last-child > th,
.prospects-page .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.prospects-page .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.prospects-page .panel-group {
  margin-bottom: 20px;
}
.prospects-page .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.prospects-page .panel-group .panel + .panel {
  margin-top: 5px;
}
.prospects-page .panel-group .panel-heading {
  border-bottom: 0;
}
.prospects-page .panel-group .panel-heading + .panel-collapse > .panel-body,
.prospects-page .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.prospects-page .panel-group .panel-footer {
  border-top: 0;
}
.prospects-page .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.prospects-page .panel-default {
  border-color: #ddd;
}
.prospects-page .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.prospects-page .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.prospects-page .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.prospects-page .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.prospects-page .panel-primary {
  border-color: #337ab7;
}
.prospects-page .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.prospects-page .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.prospects-page .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.prospects-page .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.prospects-page .panel-success {
  border-color: #d6e9c6;
}
.prospects-page .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.prospects-page .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.prospects-page .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.prospects-page .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.prospects-page .panel-info {
  border-color: #bce8f1;
}
.prospects-page .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.prospects-page .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.prospects-page .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.prospects-page .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.prospects-page .panel-warning {
  border-color: #faebcc;
}
.prospects-page .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.prospects-page .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.prospects-page .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.prospects-page .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.prospects-page .panel-danger {
  border-color: #ebccd1;
}
.prospects-page .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.prospects-page .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.prospects-page .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.prospects-page .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.prospects-page .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.prospects-page .embed-responsive .embed-responsive-item,
.prospects-page .embed-responsive iframe,
.prospects-page .embed-responsive embed,
.prospects-page .embed-responsive object,
.prospects-page .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.prospects-page .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.prospects-page .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.prospects-page .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.prospects-page .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.prospects-page .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.prospects-page .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.prospects-page .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.prospects-page .close:hover,
.prospects-page .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.prospects-page .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.prospects-page .modal-open {
  overflow: hidden;
}
.prospects-page .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.prospects-page .modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.prospects-page .modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.prospects-page .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.prospects-page .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.prospects-page .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.prospects-page .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.prospects-page .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.prospects-page .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.prospects-page .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.prospects-page .modal-header .close {
  margin-top: -2px;
}
.prospects-page .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.prospects-page .modal-body {
  position: relative;
  padding: 15px;
}
.prospects-page .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.prospects-page .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.prospects-page .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.prospects-page .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.prospects-page .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 0) {
  .prospects-page .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .prospects-page .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .prospects-page .modal-sm {
    width: 300px;
  }
}
@media (min-width: 0) {
  .prospects-page .modal-lg {
    width: 900px;
  }
}
.prospects-page .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.prospects-page .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.prospects-page .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.prospects-page .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.prospects-page .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.prospects-page .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.prospects-page .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.prospects-page .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.prospects-page .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.prospects-page .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.prospects-page .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.prospects-page .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.prospects-page .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.prospects-page .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.prospects-page .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.prospects-page .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.prospects-page .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-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.prospects-page .popover.top {
  margin-top: -10px;
}
.prospects-page .popover.right {
  margin-left: 10px;
}
.prospects-page .popover.bottom {
  margin-top: 10px;
}
.prospects-page .popover.left {
  margin-left: -10px;
}
.prospects-page .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.prospects-page .popover-content {
  padding: 9px 14px;
}
.prospects-page .popover > .arrow,
.prospects-page .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.prospects-page .popover > .arrow {
  border-width: 11px;
}
.prospects-page .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.prospects-page .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.prospects-page .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.prospects-page .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.prospects-page .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.prospects-page .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.prospects-page .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.prospects-page .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.prospects-page .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.prospects-page .carousel {
  position: relative;
}
.prospects-page .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.prospects-page .carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.prospects-page .carousel-inner > .item > img,
.prospects-page .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .prospects-page .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .prospects-page .carousel-inner > .item.next,
  .prospects-page .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .prospects-page .carousel-inner > .item.prev,
  .prospects-page .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .prospects-page .carousel-inner > .item.next.left,
  .prospects-page .carousel-inner > .item.prev.right,
  .prospects-page .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.prospects-page .carousel-inner > .active,
.prospects-page .carousel-inner > .next,
.prospects-page .carousel-inner > .prev {
  display: block;
}
.prospects-page .carousel-inner > .active {
  left: 0;
}
.prospects-page .carousel-inner > .next,
.prospects-page .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.prospects-page .carousel-inner > .next {
  left: 100%;
}
.prospects-page .carousel-inner > .prev {
  left: -100%;
}
.prospects-page .carousel-inner > .next.left,
.prospects-page .carousel-inner > .prev.right {
  left: 0;
}
.prospects-page .carousel-inner > .active.left {
  left: -100%;
}
.prospects-page .carousel-inner > .active.right {
  left: 100%;
}
.prospects-page .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.prospects-page .carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.prospects-page .carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.prospects-page .carousel-control:hover,
.prospects-page .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.prospects-page .carousel-control .icon-prev,
.prospects-page .carousel-control .icon-next,
.prospects-page .carousel-control .glyphicon-chevron-left,
.prospects-page .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.prospects-page .carousel-control .icon-prev,
.prospects-page .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.prospects-page .carousel-control .icon-next,
.prospects-page .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.prospects-page .carousel-control .icon-prev,
.prospects-page .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.prospects-page .carousel-control .icon-prev:before {
  content: '\2039';
}
.prospects-page .carousel-control .icon-next:before {
  content: '\203a';
}
.prospects-page .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.prospects-page .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.prospects-page .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.prospects-page .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.prospects-page .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 0) {
  .prospects-page .carousel-control .glyphicon-chevron-left,
  .prospects-page .carousel-control .glyphicon-chevron-right,
  .prospects-page .carousel-control .icon-prev,
  .prospects-page .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .prospects-page .carousel-control .glyphicon-chevron-left,
  .prospects-page .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .prospects-page .carousel-control .glyphicon-chevron-right,
  .prospects-page .carousel-control .icon-next {
    margin-right: -15px;
  }
  .prospects-page .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .prospects-page .carousel-indicators {
    bottom: 20px;
  }
}
.prospects-page .clearfix:before,
.prospects-page .clearfix:after,
.prospects-page .prospects-page .dl-horizontal dd:before,
.prospects-page .prospects-page .dl-horizontal dd:after,
.prospects-page .prospects-page .container:before,
.prospects-page .prospects-page .container:after,
.prospects-page .prospects-page .container-fluid:before,
.prospects-page .prospects-page .container-fluid:after,
.prospects-page .prospects-page .row:before,
.prospects-page .prospects-page .row:after,
.prospects-page .prospects-page .form-horizontal .form-group:before,
.prospects-page .prospects-page .form-horizontal .form-group:after,
.prospects-page .prospects-page .btn-toolbar:before,
.prospects-page .prospects-page .btn-toolbar:after,
.prospects-page .prospects-page .btn-group-vertical > .btn-group:before,
.prospects-page .prospects-page .btn-group-vertical > .btn-group:after,
.prospects-page .prospects-page .nav:before,
.prospects-page .prospects-page .nav:after,
.prospects-page .prospects-page .navbar:before,
.prospects-page .prospects-page .navbar:after,
.prospects-page .prospects-page .navbar-header:before,
.prospects-page .prospects-page .navbar-header:after,
.prospects-page .prospects-page .navbar-collapse:before,
.prospects-page .prospects-page .navbar-collapse:after,
.prospects-page .prospects-page .pager:before,
.prospects-page .prospects-page .pager:after,
.prospects-page .prospects-page .panel-body:before,
.prospects-page .prospects-page .panel-body:after,
.prospects-page .prospects-page .modal-footer:before,
.prospects-page .prospects-page .modal-footer:after {
  content: " ";
  display: table;
}
.prospects-page .clearfix:after,
.prospects-page .prospects-page .dl-horizontal dd:after,
.prospects-page .prospects-page .container:after,
.prospects-page .prospects-page .container-fluid:after,
.prospects-page .prospects-page .row:after,
.prospects-page .prospects-page .form-horizontal .form-group:after,
.prospects-page .prospects-page .btn-toolbar:after,
.prospects-page .prospects-page .btn-group-vertical > .btn-group:after,
.prospects-page .prospects-page .nav:after,
.prospects-page .prospects-page .navbar:after,
.prospects-page .prospects-page .navbar-header:after,
.prospects-page .prospects-page .navbar-collapse:after,
.prospects-page .prospects-page .pager:after,
.prospects-page .prospects-page .panel-body:after,
.prospects-page .prospects-page .modal-footer:after {
  clear: both;
}
.prospects-page .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.prospects-page .pull-right {
  float: right !important;
}
.prospects-page .pull-left {
  float: left !important;
}
.prospects-page .hide {
  display: none !important;
}
.prospects-page .show {
  display: block !important;
}
.prospects-page .invisible {
  visibility: hidden;
}
.prospects-page .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.prospects-page .hidden {
  display: none !important;
}
.prospects-page .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.prospects-page .visible-xs,
.prospects-page .visible-sm,
.prospects-page .visible-md,
.prospects-page .visible-lg {
  display: none !important;
}
.prospects-page .visible-xs-block,
.prospects-page .visible-xs-inline,
.prospects-page .visible-xs-inline-block,
.prospects-page .visible-sm-block,
.prospects-page .visible-sm-inline,
.prospects-page .visible-sm-inline-block,
.prospects-page .visible-md-block,
.prospects-page .visible-md-inline,
.prospects-page .visible-md-inline-block,
.prospects-page .visible-lg-block,
.prospects-page .visible-lg-inline,
.prospects-page .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: -1) {
  .prospects-page .visible-xs {
    display: block !important;
  }
  table.prospects-page .visible-xs {
    display: table !important;
  }
  tr.prospects-page .visible-xs {
    display: table-row !important;
  }
  th.prospects-page .visible-xs,
  td.prospects-page .visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: -1) {
  .prospects-page .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: -1) {
  .prospects-page .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: -1) {
  .prospects-page .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .visible-sm {
    display: block !important;
  }
  table.prospects-page .visible-sm {
    display: table !important;
  }
  tr.prospects-page .visible-sm {
    display: table-row !important;
  }
  th.prospects-page .visible-sm,
  td.prospects-page .visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .visible-md {
    display: block !important;
  }
  table.prospects-page .visible-md {
    display: table !important;
  }
  tr.prospects-page .visible-md {
    display: table-row !important;
  }
  th.prospects-page .visible-md,
  td.prospects-page .visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 0) {
  .prospects-page .visible-lg {
    display: block !important;
  }
  table.prospects-page .visible-lg {
    display: table !important;
  }
  tr.prospects-page .visible-lg {
    display: table-row !important;
  }
  th.prospects-page .visible-lg,
  td.prospects-page .visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 0) {
  .prospects-page .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 0) {
  .prospects-page .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 0) {
  .prospects-page .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: -1) {
  .prospects-page .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 0) and (max-width: -1) {
  .prospects-page .hidden-md {
    display: none !important;
  }
}
@media (min-width: 0) {
  .prospects-page .hidden-lg {
    display: none !important;
  }
}
.prospects-page .visible-print {
  display: none !important;
}
@media print {
  .prospects-page .visible-print {
    display: block !important;
  }
  table.prospects-page .visible-print {
    display: table !important;
  }
  tr.prospects-page .visible-print {
    display: table-row !important;
  }
  th.prospects-page .visible-print,
  td.prospects-page .visible-print {
    display: table-cell !important;
  }
}
.prospects-page .visible-print-block {
  display: none !important;
}
@media print {
  .prospects-page .visible-print-block {
    display: block !important;
  }
}
.prospects-page .visible-print-inline {
  display: none !important;
}
@media print {
  .prospects-page .visible-print-inline {
    display: inline !important;
  }
}
.prospects-page .visible-print-inline-block {
  display: none !important;
}
@media print {
  .prospects-page .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .prospects-page .hidden-print {
    display: none !important;
  }
}
.prospects-page .color-red {
  color: red;
}
.prospects-page .font-14 {
  font-size: 14px;
}
.prospects-page .dropdown {
  display: inline-block;
}
.prospects-page .dropdown .button {
  width: 100%;
  position: relative;
  padding-right: 38px;
}
.prospects-page .dropdown .button:before,
.prospects-page .dropdown .button:after {
  top: 50%;
  right: 20px;
  content: '';
  width: 10px;
  height: 1px;
  position: absolute;
  background-color: #FFFFFF;
}
.prospects-page .dropdown .button:before {
  -ms-transform: translate(-3px, -50%) rotate(45deg);
      transform: translate(-3px, -50%) rotate(45deg);
}
.prospects-page .dropdown .button:after {
  -ms-transform: translate(3px, -50%) rotate(-45deg);
      transform: translate(3px, -50%) rotate(-45deg);
}
.prospects-page .dropdown .dropdown-menu {
  right: 0;
  margin: 0;
  border: 0;
  padding: 0;
  left: auto;
  margin-top: 8px;
  min-width: 262px;
  border-radius: 0;
  background-color: #808283;
}
.prospects-page .dropdown .dropdown-item {
  color: #FFFFFF;
  cursor: pointer;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.prospects-page .dropdown .dropdown-item:last-child {
  border-bottom: 0;
}
.prospects-page .dropdown .dropdown-item:hover,
.prospects-page .dropdown .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.prospects-page__load-more-container {
  text-align: center;
  margin-top: 30px;
}
.prospects-page__load-more-container .info {
  font-size: 25px;
}
.prospects-page__load-more-container div {
  margin-bottom: 12px;
}
.prospects-page__load-more-container a {
  text-decoration: underline;
  color: #3ebede;
}
.prospects-page .modal {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.18);
}
.prospects-page .modal:before {
  content: '';
  height: 100%;
  margin-right: -4px;
  display: inline-block;
  vertical-align: middle;
}
.prospects-page .modal .modal-dialog {
  width: 90%;
  max-width: 900px;
  overflow: auto;
  margin: 0 auto;
  max-height: 90%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.prospects-page .modal .modal-dialog .modal-content {
  border: 0;
  width: 100%;
  max-height: 100%;
  border-radius: 0;
  overflow: visible;
  padding: 82px 112px;
  background-color: #EBEBEB;
  box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.16);
}
.prospects-page .modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.prospects-page .modal .modal-dialog .modal-content .modal-body .row {
  margin-left: 0;
  margin-right: 0;
}
.prospects-page .radio {
  margin: 0;
  position: relative;
  display: inline-block;
}
.prospects-page .radio input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
  appearance: none;
}
.prospects-page .radio input[type="radio"] + label {
  font-size: 16px;
  line-height: 20px;
  padding: 0 28px;
}
.prospects-page .radio input[type="radio"] + label:before,
.prospects-page .radio input[type="radio"] + label:after {
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #FFFFFF;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.prospects-page .radio input[type="radio"] + label:after {
  left: 4px;
  width: 8px;
  height: 8px;
  display: none;
  background-color: #3EBEDE;
}
.prospects-page .radio input[type="radio"]:checked + label:after {
  display: block;
}
.prospects-page table {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);
  table-layout: fixed;
}
.prospects-page table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.prospects-page table thead tr th {
  color: #333333;
  font-weight: bold;
  padding: 20px 30px;
}
.prospects-page table tbody tr:nth-child(odd) {
  background-color: #f6f8f9;
}
.prospects-page table tbody tr td {
  color: #333333;
  padding: 20px 30px;
  vertical-align: middle;
}
.prospects-page table .prospect-name-td {
  width: 30%;
}
.prospects-page table .last-updated-td {
  width: 30%;
}
.prospects-page section {
  padding: 50px 0;
  border-bottom: 1px solid #808080;
}
.prospects-page section:last-child {
  border-bottom: 0;
}
.prospects-page h1,
.prospects-page h2,
.prospects-page h3 {
  margin: 0;
  padding: 0;
  border: 0;
}
.prospects-page h1 {
  font-size: 25px;
  line-height: 30px;
}
.prospects-page h2 {
  font-size: 20px;
  line-height: 24px;
}
.prospects-page h3 {
  color: #023132;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
}
.prospects-page p {
  margin: 0;
  font-size: 14px;
  line-height: 17px;
}
.prospects-page label {
  display: block;
  color: #023132;
  font-size: 16px;
  line-height: 20px;
}
.prospects-page label.required:after {
  color: red;
  content: '*';
  margin-left: 8px;
  display: inline-block;
}
.prospects-page .button {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  font-weight: normal;
  padding: 12px 20px;
  text-transform: uppercase;
}
.prospects-page .button.secondary {
  color: #3EBEDE;
  background-color: #EAEAEA;
}
.prospects-page .button.secondary:hover {
  background-color: #DDDDDD;
}
.prospects-page .button.block {
  width: 100%;
  display: block;
}
.prospects-page .button:hover {
  text-decoration: none;
}
.prospects-page input[type="text"],
.prospects-page input[type="date"],
.prospects-page input[type="datetime"],
.prospects-page input[type="datetime-local"] {
  border: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0;
  display: block;
  font-size: 16px;
  padding: 0 20px;
  appearance: none;
  background-color: #FFFFFF;
}
.prospects-page input[type="text"]:disabled,
.prospects-page input[type="date"]:disabled,
.prospects-page input[type="datetime"]:disabled,
.prospects-page input[type="datetime-local"]:disabled,
.prospects-page input[type="text"]:read-only,
.prospects-page input[type="date"]:read-only,
.prospects-page input[type="datetime"]:read-only,
.prospects-page input[type="datetime-local"]:read-only {
  border: 1px solid #AEAEAE;
  background-color: transparent;
}
.prospects-page .flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}
.prospects-page .flex-grid > .col-sm-4 {
  float: none;
  display: -ms-flexbox;
  display: flex;
}
.prospects-page .tile {
  width: 100%;
  height: 100%;
  padding: 28px 22px 35px;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
}
.prospects-page .tile .row {
  margin-left: 0;
  margin-right: 0;
}
.prospects-page .tile .copy-link button.button {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  text-align: right;
}
.prospects-page .tile input[type="text"] {
  height: 40px;
  color: #3EBEDE;
  font-size: 14px;
  border-radius: 500px;
  border: 1px solid #3EBEDE;
}
.prospects-page .email-header,
.prospects-page .email-footer {
  height: 80px;
  padding: 0 25px;
  overflow: hidden;
  background-color: #F4F7FB;
}
.prospects-page .email-header img,
.prospects-page .email-footer img {
  width: 236px;
  margin-top: 27px;
}
.prospects-page .email-header p,
.prospects-page .email-footer p {
  margin-top: 32px;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
}
.prospects-page .link-copied-alert {
  top: 48px;
  left: 50%;
  display: none;
  color: #FFFFFF;
  position: fixed;
  z-index: 1100;
  padding: 14px 40px;
  padding-left: 68px;
  text-align: center;
  background-color: #6FBD57;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
}
.prospects-page .link-copied-alert:before,
.prospects-page .link-copied-alert:after {
  left: 0;
  top: 50%;
  content: '';
  position: absolute;
  height: 1px;
  background-color: #FFFFFF;
}
.prospects-page .link-copied-alert:before {
  left: 40px;
  width: 6px;
  top: calc(50% + 2px);
  -ms-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg);
}
.prospects-page .link-copied-alert:after {
  top: 50%;
  left: 43px;
  width: 12px;
  -ms-transform: translate(0, -50%) rotate(-45deg);
      transform: translate(0, -50%) rotate(-45deg);
}
.prospects-page .empty-container {
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px 30px;
}
.prospects-page .margin-top-8 {
  margin-top: 8px;
}
.prospects-page .margin-top-10 {
  margin-top: 10px;
}
.prospects-page .margin-top-12 {
  margin-top: 12px;
}
.prospects-page .margin-top-15 {
  margin-top: 15px;
}
.prospects-page .margin-top-20 {
  margin-top: 20px;
}
.prospects-page .margin-top-22 {
  margin-top: 22px;
}
.prospects-page .margin-top-32 {
  margin-top: 32px;
}
.prospects-page .margin-top-45 {
  margin-top: 45px;
}
.tabbed-section .tabs-container .tabs-scroller ul li {
  border: 0;
  margin-left: 0;
  padding: 16px 12px 12px;
  background-color: #FFFFFF;
}
.tabbed-section .tabs-container .tabs-scroller ul li p {
  color: #003132;
}
.tabbed-section .tabs-container .tabs-scroller ul li.active {
  background-color: #2EBEDB;
}
.tabbed-section .tabs-container .tabs-scroller ul li.active:before {
  display: none;
}
.tabbed-section .tabs-container .tabs-scroller ul li.active p {
  color: #FFFFFF;
}
.tabbed-section .tabs-content {
  border-top: 4px solid #2EBEDB;
  margin-top: -1px;
}
.prospects-page .action-container {
  margin-bottom: 20px;
}
.prospects-page table a {
  color: #3ebede;
}
.prospects-page table a:hover {
  color: #22a6c7;
  text-decoration: none;
}
.prospects-page .button.tertiary {
  color: #3ebede;
  background-color: transparent;
}
.prospects-page .empty-container {
  background-color: #E9EDF1;
  text-align: center;
  padding: 20px 30px;
}
.prospects-page__load-more-container a {
  color: #3ebede;
}
.prospects-page__load-more-container a:hover {
  color: #22a6c7;
}
.business-taxonomy .main-content {
  overflow: visible;
}
.home .main-content {
  overflow: visible;
}
.best-practice .title-bar {
  *zoom: 1;
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
}
.best-practice .title-bar:before,
.best-practice .title-bar:after {
  content: "";
  display: table;
}
.best-practice .title-bar:after {
  clear: both;
}
.best-practice .title-bar .breadcrumb-nav {
  position: relative;
  top: -6px;
}
.best-practice .title-bar .bp-code {
  border-radius: 4px;
  border: 1px solid #808080;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-align: center;
  padding: 6px 10px 4px 10px;
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
  text-transform: uppercase;
}
.best-practice .title-bar .bp-code span {
  font-weight: 600;
}
.best-practice .sidebar {
  float: right;
  padding: 0 0;
}
.best-practice .main-content {
  margin: 0 286px 0 0;
  padding: 0 40px 0 0;
}
.best-practice .best-practice-content .sidebar,
.best-practice .best-practice-content .main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.best-practice .best-practice__tabbed-content {
  border-top: 1px solid #808080;
  padding-top: 38px;
  margin-top: 26px;
}
.best-practice .tabs--horizontal__content-container {
  padding: 20px;
  background-color: #e4e4e4;
}
.best-practice .tabs--horizontal__content,
.best-practice .tabs--vertical__content,
.best-practice .tabs--vertical__content-container {
  background: none;
}
.best-practice .tabs--vertical__content-container {
  padding: 0 20px;
}
.best-practice__description {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
}
.best-practice__background {
  margin-bottom: 12px;
}
.best-practice .page-accordion__section {
  margin-bottom: 30px;
}
.best-practice .best-practice-info {
  margin: 0 0 22px 0;
}
.best-practice .best-practice-info .heading-label {
  border-bottom: 1px solid #808080;
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
}
.best-practice .best-practice-info p {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  margin-bottom: 4px;
}
.best-practice .list-padding {
  padding-left: 17px;
  padding-bottom: 12px;
}
.inquiries .row {
  display: block;
  width: 102.08333333%;
  margin: 0 -1.04166667%;
  *zoom: 1;
  margin-bottom: 16px;
}
.inquiries .row:before,
.inquiries .row:after {
  content: "";
  display: table;
}
.inquiries .row:after {
  clear: both;
}
.inquiries .row .actions-row {
  text-align: right;
  padding: 20px 0;
  border-top: 1px solid #808080;
}
.inquiries .inquiries-column {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.inquiries .inquiries-column.half {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.inquiries .inquiries-column.full {
  display: inline;
  float: left;
  width: 97.91666667%;
  margin: 0 1.04166667%;
}
.inquiries .inquiries-column .form-row__input,
.inquiries .inquiries-column .form-row__textarea {
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.account-sign-in .sidebar {
  float: right;
  padding: 30px 0;
  width: 420px;
}
.account-sign-in .main-content {
  margin: 0 420px 0 0;
  padding: 30px 40px 30px 0;
}
.account-sign-in h1 {
  margin: 0;
}
.account-sign-in .page-description {
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  margin: -10px 0 30px 0;
  font-style: italic;
  font-weight: 600;
}
.account-sign-in .welcome-bullets {
  padding: 30px 0;
  border-top: 1px solid #808080;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #808080;
  overflow: auto;
}
.account-sign-in .welcome-bullets__bullet {
  float: left;
  width: 33%;
  text-align: center;
  margin-top: 12px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 10px;
}
.account-sign-in .welcome-bullets__bullet .icon {
  font-size: 80px;
  line-height: 80px;
  height: 88px;
  color: #6fbd57;
  text-align: center;
  margin: 0 0 12px 0;
  display: block;
}
.account-forgot-password .account-form {
  margin: 60px auto;
  max-width: 400px;
}
.account-invite .shared-width {
  width: 996px;
}
.account-invite h4 {
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
  margin: 0 0 12px 0;
}
.account-invite .form-card {
  width: 996px;
  margin: 26px auto 60px auto;
  padding: 0;
}
.account-invite .create-account__your-info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.account-invite .create-account__your-info .form-row {
  width: 31.7%;
  display: inline-block;
}
.account-invite .create-account__your-info .form-row .ms-helper {
  top: -20px;
}
.account-invite .create-account__your-info .form-row .ms-ctn {
  background-color: white;
  border: 1px solid #BEBEBE;
}
.account-invite .create-account__your-info .form-row .ms-ctn .ms-sel-item {
  font-size: 16px;
  height: 25px;
  line-height: 24px;
}
.account-invite .create-account__your-info .form-row .ms-ctn .ms-sel-item .ms-close-btn {
  margin-top: 9px;
}
.account-invite .create-account__your-info .form-row .ms-ctn .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.176) 0 6px 12px;
  background-clip: padding-box;
}
.account-invite .create-account__your-info .form-row .ms-ctn .dropdown-menu .ms-res-item {
  font-size: 16px;
}
.account-invite .create-account__security-questions {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.account-invite .create-account__security-questions .form-row {
  margin-bottom: 20px;
}
.account-invite .create-account__security-questions select {
  margin-bottom: 6px;
}
.account-invite .account-form__actions-row {
  clear: both;
}
.account-invite .password-tooltip {
  width: 420px;
  text-align: left;
}
.account-invite .password-tooltip h3 {
  border: 0;
  padding: 0;
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}
.account-invite .section-title {
  width: 996px;
  margin: 46px auto 0 auto;
}
.account-invite .entire-row {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #BCBCBC;
}
.account-invite .input-border {
  border: 1px solid #BCBCBC;
}
.account-invite .subtitle {
  padding: 20px 20px 0 0;
}
.account-invite .submit-container {
  padding: 24px;
  overflow: auto;
}
.account-invite .input-icon {
  position: absolute;
  bottom: 11px;
  right: 23px;
  width: 10px;
  height: 10px;
}
.account-invite .input-icon:before {
  font-size: 22px;
}
.account-invite .icon-info:before {
  color: #408694;
}
.account-invite .input-positon-icon {
  position: relative;
  bottom: 29px;
  left: 271px;
  width: 10px;
  height: 10px;
}
.account-invite .icon-check {
  position: relative;
  bottom: 29px;
  left: 271px;
  width: 10px;
  height: 10px;
  color: #97D086;
}
.account-invite .custom-check {
  left: 273px;
}
.account-invite .icon-error {
  font-size: 21px;
  position: relative;
  bottom: 29px;
  left: 271px;
  width: 10px;
  height: 10px;
  color: #DC3A3A;
}
.account-invite .tooltip-match {
  -ms-transform: translateX(15%) !important;
      transform: translateX(15%) !important;
  background: #D40F0F;
  width: 216px;
  color: #fff;
  border: none;
  margin-bottom: 21px;
}
.account-invite .tooltip-match:before,
.account-invite .tooltip-match:after {
  border-top-color: #D40F0F;
}
.account-invite .custom-password-tooltip {
  margin-bottom: 21px;
  z-index: 9999999;
}
.account-invite .custom-password-tooltip .heading-label {
  color: #fff;
}
.account-invite .custom-password-tooltip ul {
  list-style-type: initial;
  padding-left: 17px;
}
.account-invite .info-tooltip {
  background: #086274;
  width: 526px;
  color: #fff;
  border: none;
  margin-bottom: 21px;
  z-index: 9999999;
  -ms-transform: translateX(-29%) !important;
      transform: translateX(-29%) !important;
}
.account-invite .info-tooltip:before,
.account-invite .info-tooltip:after {
  border-top-color: #086274;
}
.account-invite .info-tooltip .heading-label {
  color: #fff;
}
.account-invite .info-tooltip ul {
  list-style-type: initial;
  padding-left: 17px;
}
.account-invite .info-tooltip:before,
.account-invite .info-tooltip:after {
  left: 27% !important;
}
.account-invite .error-tooltip {
  background: #D40F0F;
  width: 332px;
  color: #fff;
  border: none;
  z-index: 9999999;
  -ms-transform: translateX(-6%) !important;
      transform: translateX(-6%) !important;
  margin-bottom: 21px;
}
.account-invite .error-tooltip:before,
.account-invite .error-tooltip:after {
  border-top-color: #D40F0F;
}
.account-invite .error-tooltip .heading-label {
  color: #fff;
}
.account-invite .error-tooltip ul {
  list-style-type: initial;
  padding-left: 17px;
}
.account-invite .no-display {
  display: none;
}
.account-invite .input-error {
  border: 2px solid #D83232;
  box-shadow: 0 0 10px #ee6969 !important;
}
.account-invite .input-error:focus {
  outline: none;
}
.account-invite .security-question {
  font-style: italic;
}
.account-invite .password-container {
  float: left;
  margin-right: 4px;
}
.account-invite .notification-container {
  width: 760px;
  margin: 60px auto;
  padding: 20px;
}
.account-invite div[validation-instructions-container] {
  padding: 20px !important;
}
.account-invite .input-margin-right {
  margin-right: 18px;
}
.account-invite .input-margin-left {
  margin-left: 4px;
}
.account-invite .icon-input-padding {
  padding-right: 36px;
}
.account-invite .select-icon {
  left: 264px !important;
}
.account-reset-password .form-card {
  width: 480px;
  margin: 60px auto;
}
.account-reset-password .form-card.password-form {
  width: 760px;
  margin: 60px auto;
}
.account-reset-password .change-password-form {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.account-reset-password .password-requirements {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.account-reset-password .password-requirements h3 {
  border: 0;
  padding: 0;
  margin: 0 0 4px 0;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}
.events {
  font-family: "Proxima Nova";
}
.events .row {
  width: 100% !important;
  margin: 0 !important;
}
.events h1 {
  *zoom: 1;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
}
.events h1:before,
.events h1:after {
  content: "";
  display: table;
}
.events h1:after {
  clear: both;
}
.events h2.event-heading {
  *zoom: 1;
  color: #023132;
  font-size: 26px;
  line-height: 30px;
  margin: 40px 0 20px 0;
}
.events h2.event-heading:before,
.events h2.event-heading:after {
  content: "";
  display: table;
}
.events h2.event-heading:after {
  clear: both;
}
.events .events-hero {
  -moz-column-width: 12;
  -moz-column-count: 0;
  -moz-column-gap: 50px;
  -moz-column-rule-color: #EEE;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: 12;
  -webkit-column-count: 0;
  -webkit-column-gap: 50px;
  -webkit-column-rule-color: #EEE;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: 12;
  column-count: 0;
  column-gap: 50px;
  column-rule-color: #EEE;
  column-rule-style: solid;
  column-rule-width: 1px;
  position: relative;
  max-height: 600px;
}
.events .events-hero .hero-content {
  height: 100%;
  padding: 25% 8.5% 8% 8.5%;
  position: relative;
  vertical-align: bottom;
  color: #FFFFFF;
}
.events .events-hero .hero-content .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.events .events-hero .hero-content .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
.events .events-hero .hero-content .description {
  max-height: 48px;
}
.events .events-hero .hero-content .description p.clampMe {
  max-height: 48px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
}
.events .events-hero .hero-content .button-container * {
  display: inline-block;
}
.events .events-hero .hero-content .button-container .hero-button {
  height: 44px;
  width: 280px;
  border-radius: 22px;
  background-color: #3EBEDE;
  color: #ffffff;
  font-size: 14px;
  border: none;
  text-align: center;
}
.events .events-hero .hero-content .button-container .more-info {
  color: #3EBEDE;
  font-size: 14px;
  font-weight: 600;
}
.events .events-upcoming {
  margin-bottom: 40px;
  overflow: auto;
}
.events .events-upcoming .cols-three {
  display: inline-block;
  max-width: 32%;
  float: left;
  color: #023132;
}
.events .events-upcoming .cols-three:nth-child(even) {
  margin: 0 2%;
}
.events .events-upcoming .cols-three .feature-img {
  width: 100%;
  height: auto;
  padding-bottom: 60%;
  margin-bottom: 20px;
}
.events .events-upcoming .cols-three .description {
  max-height: 110px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.events .events-upcoming .cols-three .description * {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.events .events-upcoming .cols-three .description p.clampMe {
  max-height: 110px;
  width: 100%;
}
.events .events-upcoming .cols-three .date {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
}
.events .events-upcoming .cols-three .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.events .events-upcoming .cols-three .more-info {
  color: #3EBEDE;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.events .events-all .event {
  position: relative;
  padding: 20px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
.events .events-all .event .date {
  color: #023132;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.events .events-all .event .date span {
  color: #B7B7B7;
}
.events .events-all .event .title {
  color: #023132;
  font-size: 20px;
  line-height: 24px;
  max-width: 72%;
}
.events .events-all .event .more-info {
  position: absolute;
  right: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
}
.events .clear {
  clear: both;
}
.events .modal .row {
  width: 100% !important;
  margin: 0 !important;
}
.events .modal .event-register-button {
  float: right;
}
.events .modal .event__modal-details {
  padding-bottom: 30px;
  border-bottom: 1px solid #808080;
}
.events .modal .event__time {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
}
.events .modal .event__leader {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
}
.events .modal .event__cpe-info {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #808080;
  margin-bottom: 30px;
}
.events .modal .event__cpe-detail {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
}
.events .modal .event__recommended-credit {
  float: right;
  margin-top: 7px;
}
.events .modal .event__other-info {
  font-size: 12px;
  line-height: 18px;
  font-size: 1.2rem;
  line-height: 1.7999999999999998rem;
}
.events .dated-events {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.events .dated-events .c-lmargin {
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .dated-events ul:not(.item-event) {
  list-style-type: initial !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .dated-events ol {
  list-style-type: decimal !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .event__cpe-info .c-lmargin {
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .event__cpe-info ul:not(.item-event) {
  list-style-type: initial !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .event__cpe-info ol {
  list-style-type: decimal !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .event__cpe-info p {
  word-wrap: break-word;
}
.events .editor-list-items .c-lmargin,
.events p[event-description-text] .c-lmargin,
.events .event__other-info .c-lmargin {
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .editor-list-items ul:not(.item-event),
.events p[event-description-text] ul:not(.item-event),
.events .event__other-info ul:not(.item-event) {
  list-style-type: initial !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .editor-list-items ol,
.events p[event-description-text] ol,
.events .event__other-info ol {
  list-style-type: decimal !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .modal-content,
.events .modal__content {
  overflow: initial;
}
.events .ongoing-events {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.events .ongoing-events .event {
  background-color: #F9F9F9;
}
.events .ongoing-events .event ul {
  margin-bottom: 14px;
}
.events .ongoing-events .c-lmargin {
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .ongoing-events ul:not(.item-event) {
  list-style-type: initial !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .ongoing-events ol {
  list-style-type: decimal !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .item-event {
  list-style: none;
}
.events .otherMargin {
  margin-top: 30px;
}
.events .event__info div[event-description-ellipsized],
.events .event__info div[event-description-full] {
  margin-bottom: 12px;
}
.events .event__details p {
  word-wrap: break-word;
}
.events .list-editor .c-lmargin {
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .list-editor ul:not(.item-event) {
  list-style-type: initial !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.events .list-editor ol {
  list-style-type: decimal !important;
  padding-left: 40px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
@media (max-width: 600px) {
  .events .hero-content .button-container .more-info {
    margin: 10px 0;
    margin-left: 0 !important;
    display: block;
  }
  .events .events-all .event .title {
    max-width: 100%;
  }
  .events .events-all .event .more-info {
    position: relative !important;
    text-align: left;
    top: 0;
    right: 0;
    -ms-transform: none;
        transform: none;
  }
}
@media (max-width: 768px) {
  .events .events-upcoming .cols-three {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .events .events-upcoming .cols-three:nth-child(even) {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 1140px) {
  .events .modal-content,
  .events .modal__content {
    overflow: initial;
    width: 100%;
  }
  .events .modal .event-register-button {
    float: left;
  }
  .events .modal h2 {
    clear: both;
    padding-top: 8px;
  }
}
.events .page-wrapper .content .title-bar {
  *zoom: 1;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.events .page-wrapper .content .title-bar:before,
.events .page-wrapper .content .title-bar:after {
  content: "";
  display: table;
}
.events .page-wrapper .content .title-bar:after {
  clear: both;
}
.events .event-content .sidebar,
.events .event-content .main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.events .event-content .event__time {
  padding-left: 0px;
}
.events .main-content {
  margin: 0 0 0 0;
  padding: 0 40px 0 0;
}
.events .event__credit-content {
  border-top: 1px solid #808080;
  padding-top: 38px;
  margin-top: 26px;
}
.events .event__credit-content .event__recommended-credit {
  float: right;
  margin-top: 7px;
}
.events .event__credit-content .event__refund {
  border-top: 1px solid #808080;
  padding-top: 38px;
  margin-top: 26px;
}
.events .event__credit-content .event__cpe-detail .heading-label {
  padding-top: 8px;
  margin-top: 6px;
}
.events .event-register-button {
  float: right;
}
.accelerators .tabs--horizontal__content {
  margin-bottom: 14px;
  position: relative;
  z-index: 0;
}
.accelerators .download-product-assessment {
  float: right;
  margin: 26px 0 0 12px;
}
.accelerators .filter-and-download {
  overflow: auto;
  padding-bottom: 14px;
}
.accelerators .filter-and-download .form-row {
  float: left;
}
@media only screen and (min-width: 1316px) {
  .accelerators .filter-and-download .form-row {
    width: 30%;
  }
}
@media only screen and (min-width: 1198px) and (max-width: 1315px) {
  .accelerators .filter-and-download .form-row {
    width: 20%;
  }
}
@media only screen and (max-width: 1197px) {
  .accelerators .filter-and-download .form-row {
    width: 15%;
  }
}
.accelerators h1 {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #808080;
}
.advisors h1 {
  *zoom: 1;
  border-bottom: 1px solid #808080;
  padding-bottom: 24px;
  margin: 0 0 24px 0;
}
.advisors h1:before,
.advisors h1:after {
  content: "";
  display: table;
}
.advisors h1:after {
  clear: both;
}
.advisors .advisor-card {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 20px;
}
.advisors .role {
  margin-top: 10px;
}
.advisors .role p {
  display: inline;
  background-color: #EBEBEB;
  padding: 4px 16px;
}
.scorecard-overview h1 {
  *zoom: 1;
  border-bottom: 1px solid #808080;
  padding-bottom: 24px;
  margin: 0 0 24px 0;
}
.scorecard-overview h1:before,
.scorecard-overview h1:after {
  content: "";
  display: table;
}
.scorecard-overview h1:after {
  clear: both;
}
.scorecard-overview .scorecard-description {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
}
.scorecard-overview .note {
  margin: 14px 0 0 0;
}
.scorecard-overview .take-survey {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  background-color: #e4e4e4;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
  font-weight: 600;
  text-align: center;
}
.scorecard-overview .scorecard-advice {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background: #fff;
  margin-top: 14px;
}
.scorecard-overview .scorecard-advice__title {
  padding: 4px 16px;
  background: #3ebede;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
}
.scorecard-overview .scorecard-advice__content {
  padding: 16px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}
.scorecard-overview .scorecard-advice.readiness .scorecard-advice__title {
  background: #6fbd57;
}
.scorecard-overview .scorecard-advice.strategy .scorecard-advice__title {
  background: #f27b2c;
}
.scorecard-overview .scorecard-advice.engagement .scorecard-advice__title {
  background: #C62354;
}
.scorecard-overview .mid-page {
  padding: 24px 0;
  margin: 34px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.scorecard-overview .sample-container {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  background: #fff;
  width: 98%;
}
.scorecard-overview .sample-container__title {
  padding: 4px 16px;
  background: #3ebede;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
}
.scorecard-overview .sample-container__content {
  padding: 16px;
}
.scorecard-overview .sample-notes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  position: relative;
  padding-top: 22%;
}
.scorecard-overview .sample-note {
  background-color: #fff;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #6fbd57;
  position: relative;
  margin: 0 0 20px;
}
.scorecard-overview .sample-note__content {
  margin: 0 0 0 50px;
}
.scorecard-overview .sample-note__icon {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 32px;
  color: #808080;
}
.scorecard-overview .sample-note:last-child {
  border-color: #f27b2c;
}
.survey-loader {
  width: 100%;
  height: calc(100% - 20px);
  background-color: #EBEBEB;
  z-index: 8;
  position: absolute;
  top: 0;
  left: 0;
}
.survey-loader .loading-circle {
  width: 128px;
  height: 128px;
  margin: 150px auto 0 auto;
  border-radius: 50%;
  border-top: 5px solid #3ebede;
  border-bottom: 5px solid #3ebede;
  border-left: 5px solid #3ebede;
  border-right: 5px solid #EBEBEB;
  animation: rotate360 2s linear infinite;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dashboard-submenu-container {
  position: relative;
}
.dashboard-submenu-container .dashboard-submenu {
  display: none;
  z-index: 9;
  top: 0;
  left: 0;
  width: 250px;
  overflow: auto;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.dashboard-submenu-container .dashboard-submenu li {
  border-bottom: 1px solid #EBEBEB;
}
.dashboard-submenu-container .dashboard-submenu li a {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  display: block;
  text-decoration: none;
  padding: 10px 10px 7px 10px;
  text-transform: none !important;
}
.dashboard-submenu-container .dashboard-submenu li a:hover {
  background-color: #f5f5f5;
}
.scorecard-dashboard .content {
  margin: 0 auto;
}
.scorecard-dashboard .dashboard-nav {
  display: none;
}
.scorecard-dashboard h1 {
  *zoom: 1;
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 14px;
  margin: 0;
}
.scorecard-dashboard h1:before,
.scorecard-dashboard h1:after {
  content: "";
  display: table;
}
.scorecard-dashboard h1:after {
  clear: both;
}
.scorecard-dashboard .pill-dashboard-nav {
  width: 730px;
  display: inline-block;
}
.scorecard-dashboard .pill-dashboard-nav ul.report-nav-main {
  display: inline;
  float: left;
  padding: 30px 0;
}
.scorecard-dashboard .pill-dashboard-nav ul.report-nav-main li {
  display: inline-block;
  padding: 6px 16px;
  margin-right: 12px;
  cursor: pointer;
}
.scorecard-dashboard .pill-dashboard-nav ul.report-nav-main li a {
  color: #808080;
  font-size: 1.4rem;
}
.scorecard-dashboard .pill-dashboard-nav ul.report-nav-main li.active {
  background-color: #3EBEDE;
  border-radius: 200px;
  padding: 6px 16px;
  color: white;
}
.scorecard-dashboard .pill-dashboard-nav ul.report-nav-main li.active a {
  color: #FFFFFF;
}
.scorecard-dashboard .pill-dashboard-nav .report-nav-downloads-button {
  color: grey;
  padding: 36px 16px;
  font-size: 14px;
  cursor: pointer;
  line-height: 17px;
}
.scorecard-dashboard .pill-dashboard-nav .report-nav-downloads-list a {
  color: #808080;
}
.scorecard-dashboard .pill-dashboard-nav #bookmarksContainer {
  padding-right: 180px;
}
.scorecard-dashboard .pill-dashboard-nav #bookmarksContainer:after {
  clear: both;
  content: '';
  display: block;
}
.scorecard-dashboard .pill-dashboard-nav__prev-next {
  width: 100%;
  position: relative !important;
}
.scorecard-dashboard .pill-dashboard-nav #paginationButton {
  right: 0;
  top: 15px;
  z-index: 0;
  position: absolute;
}
.scorecard-dashboard .prevbutton,
.scorecard-dashboard .nextbutton {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  appearance: none;
  color: #3EBEDE;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 16px;
  border-radius: 500px;
  border: 1px solid #3EBEDE;
  background-color: transparent;
}
.scorecard-dashboard .prevbutton:disabled,
.scorecard-dashboard .nextbutton:disabled {
  opacity: 0.5;
  cursor: default;
}
.scorecard-dashboard .scorecard-zero-data {
  margin-top: 24px;
  clear: both;
}
.scorecard-dashboard .scorecard-description {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
  vertical-align: middle;
}
.scorecard-dashboard .scorecard-description .icon {
  font-size: 80px;
  vertical-align: middle;
  float: left;
}
.scorecard-dashboard .scorecard-description .scorecard-message {
  margin: 0 0 0 100px;
  padding: 24px 0 0 0;
}
.scorecard-dashboard .width-98 {
  width: 98%;
}
.scorecard-dashboard .take-survey {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  background-color: #e4e4e4;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
  font-weight: 600;
  text-align: center;
}
.scorecard-dashboard .take-survey__btn-start {
  margin-bottom: 12px;
}
.scorecard-dashboard .export-and-back-buttons {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
  text-align: right;
  padding-top: 12px;
}
.scorecard-dashboard .report-filter {
  padding: 0 15px;
  float: right;
}
.scorecard-dashboard .report-filter .dropit-trigger {
  display: block;
  width: auto;
}
.scorecard-dashboard .report-filter .dropit-trigger #export {
  cursor: pointer;
  margin-left: 22px;
}
.scorecard-dashboard .report-filter .dropit-trigger .loading-icon {
  top: 4px;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  border-top: 1px solid #4CC0DD;
  border-left: 1px solid #4CC0DD;
  border-right: 1px solid #4CC0DD;
  border-bottom: 1px solid transparent;
  animation: rotate 1000ms linear 0ms infinite normal;
  display: none;
}
.scorecard-dashboard .report-filter .dropit-trigger .icon-plus-circle {
  font-size: 20px;
  position: relative;
  bottom: -3px;
  margin-right: 4px;
}
.scorecard-dashboard .report-filter .dropit-trigger .icon-filter {
  font-size: 24px;
  position: relative;
  bottom: -4px;
}
.scorecard-dashboard .report-filter .dropit-trigger .custom-selector {
  position: relative;
  display: inline-block;
}
.scorecard-dashboard .report-filter .dropit-trigger .custom-selector select {
  border: 0;
  z-index: 1;
  outline: none;
  color: #4CC0DD;
  border-radius: 0;
  position: relative;
  padding-right: 14px;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.scorecard-dashboard .report-filter .dropit-trigger .custom-selector:before,
.scorecard-dashboard .report-filter .dropit-trigger .custom-selector:after {
  z-index: 0;
  top: 50%;
  right: 0;
  width: 8px;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #4CC0DD;
}
.scorecard-dashboard .report-filter .dropit-trigger .custom-selector:before {
  -ms-transform: translate(-5px, -50%) rotate(45deg);
      transform: translate(-5px, -50%) rotate(45deg);
}
.scorecard-dashboard .report-filter .dropit-trigger .custom-selector:after {
  -ms-transform: translate(0, -50%) rotate(-45deg);
      transform: translate(0, -50%) rotate(-45deg);
}
.scorecard-dashboard .report-filter .dropit-trigger .heading-label {
  display: inline;
  line-height: 17px;
  color: #4CC0DD;
  padding: 0;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropdown-link {
  margin-right: 20px;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu {
  width: 350px;
  left: -117px;
  right: 0;
  margin-top: 12px;
  max-height: 300px;
  overflow: auto;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu > li {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  padding: 10px 10px 7px 10px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-decoration: none;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu > li label {
  cursor: pointer;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu > li input[type="checkbox"] {
  position: relative;
  top: -1px;
  margin: 0 4px 0 0;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu > li.actions-row {
  overflow: auto;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu > li.actions-row a {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
  text-transform: uppercase;
  font-weight: 400;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu > li.actions-row a:hover {
  background: none;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu > li.actions-row a:first-child {
  color: #808080;
  float: left;
}
.scorecard-dashboard .report-filter .dropit-trigger .dropit-submenu > li.actions-row a:last-child {
  float: right;
}
.scorecard-dashboard .report-filter .dropit-trigger .icon-filter:before,
.scorecard-dashboard .report-filter .dropit-trigger .icon-download:before {
  color: #4CC0DD;
}
.scorecard-dashboard .report-filter .dropit-trigger .filters-text {
  border-left: 0;
  padding-left: 0;
  padding-right: 16px;
  border-right: 1px solid #d5d5d5;
}
.scorecard-dashboard .report-filter .dropit-trigger .paging {
  margin-top: 8px;
  float: left;
  margin-right: 12px;
  position: relative;
}
.scorecard-dashboard .report-filter .dropit-trigger .paging:after {
  content: '';
  clear: both;
  display: block;
}
.scorecard-dashboard .report-filter .dropit-trigger .paging #backbtn,
.scorecard-dashboard .report-filter .dropit-trigger .paging .prevbutton,
.scorecard-dashboard .report-filter .dropit-trigger .paging .nextbutton {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.scorecard-dashboard .report-filter .dropit-trigger .paging #backbtn {
  float: left;
  margin-right: 8px;
}
.scorecard-dashboard .report-filter .dropit-trigger .paging .paginationButton {
  float: right;
}
.scorecard-dashboard .report-filter .dropit-trigger .paging .prevbutton {
  float: left;
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
}
.scorecard-dashboard .report-filter .dropit-trigger .paging .prevbutton:before {
  content: "« ";
}
.scorecard-dashboard .report-filter .dropit-trigger .paging .nextbutton {
  float: right;
  border-radius: 0 4px 4px 0;
}
.scorecard-dashboard .report-filter .dropit-trigger .paging .nextbutton:after {
  content: " »";
}
.scorecard-dashboard .report-filter .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;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #37BEDD;
  background-color: transparent;
  border-color: #37BEDD;
}
.scorecard-dashboard .report-filter .btn:hover:not([disabled]) {
  color: #37BEDD;
  background-color: rgba(55, 190, 221, 0.2);
  border-color: #37BEDD;
}
.scorecard-dashboard .report-filter .btn[disabled] {
  cursor: not-allowed;
}
.scorecard-dashboard .survey-title-container {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 14px;
  margin: 0;
}
.scorecard-dashboard .survey-title-container:after {
  clear: both;
  content: '';
  display: block;
}
.scorecard-dashboard .survey-title-container .scorecard-with-data {
  float: right;
  width: 500px;
}
.scorecard-dashboard .survey-title-container .survey-title {
  border-bottom: none;
  padding: 16px 0 0;
  margin: 0;
}
.scorecard-dashboard .survey-title-container .page-accordion {
  margin: 0 0 24px;
}
.scorecard-dashboard .survey-title-container .page-accordion .page-accordion__content {
  overflow: hidden !important;
}
.scorecard-dashboard .survey-title-container .survey-overview {
  padding-top: 16px;
}
.scorecard-dashboard .survey-title-container .survey-overview h1 {
  *zoom: 1;
  border-bottom: none;
  padding-bottom: 24px;
  margin: 0 0 24px 0;
}
.scorecard-dashboard .survey-title-container .survey-overview h1:before,
.scorecard-dashboard .survey-title-container .survey-overview h1:after {
  content: "";
  display: table;
}
.scorecard-dashboard .survey-title-container .survey-overview h1:after {
  clear: both;
}
.scorecard-dashboard .survey-title-container .survey-overview .scorecard-description {
  display: inline;
  float: left;
  width: 72.91666667%;
  margin: 0 1.04166667%;
}
.scorecard-dashboard .survey-title-container .survey-overview .note {
  margin: 14px 0 0 0;
}
.scorecard-dashboard .survey-title-container .survey-overview .take-survey {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  background-color: #e4e4e4;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 20px;
  font-weight: 600;
  text-align: center;
}
.scorecard-dashboard .survey-title-container .survey-overview .scorecard-advice {
  display: inline;
  float: left;
  width: 22.91666667%;
  margin: 0 1.04166667%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background: #fff;
  margin-top: 14px;
}
.scorecard-dashboard .survey-title-container .survey-overview .scorecard-advice__title {
  padding: 4px 16px;
  background: #3ebede;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
}
.scorecard-dashboard .survey-title-container .survey-overview .scorecard-advice__content {
  padding: 16px;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
}
.scorecard-dashboard .survey-title-container .survey-overview .scorecard-advice.readiness .scorecard-advice__title {
  background: #6fbd57;
}
.scorecard-dashboard .survey-title-container .survey-overview .scorecard-advice.strategy .scorecard-advice__title {
  background: #f27b2c;
}
.scorecard-dashboard .survey-title-container .survey-overview .scorecard-advice.engagement .scorecard-advice__title {
  background: #C62354;
}
.scorecard-dashboard .survey-title-container .survey-overview .mid-page {
  padding: 24px 0;
  margin: 34px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.scorecard-dashboard .survey-title-container .survey-overview .sample-container {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  background: #fff;
  width: 98%;
}
.scorecard-dashboard .survey-title-container .survey-overview .sample-container__title {
  padding: 4px 16px;
  background: #3ebede;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
}
.scorecard-dashboard .survey-title-container .survey-overview .sample-container__content {
  padding: 16px;
}
.scorecard-dashboard .survey-title-container .survey-overview .sample-notes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  position: relative;
  padding-top: 22%;
}
.scorecard-dashboard .survey-title-container .survey-overview .sample-note {
  background-color: #fff;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #6fbd57;
  position: relative;
  margin: 0 0 20px;
}
.scorecard-dashboard .survey-title-container .survey-overview .sample-note__content {
  margin: 0 0 0 50px;
}
.scorecard-dashboard .survey-title-container .survey-overview .sample-note__icon {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 32px;
  color: #808080;
}
.scorecard-dashboard .survey-title-container .survey-overview .sample-note:last-child {
  border-color: #f27b2c;
}
.scorecard-dashboard .survey-title-container .mid-page {
  padding: 24px 0;
  margin: 34px 0;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}
.scorecard-dashboard .survey-title-container .sample-container {
  display: inline;
  float: left;
  width: 64.58333333%;
  margin: 0 1.04166667%;
  background: #fff;
  width: 98%;
}
.scorecard-dashboard .survey-title-container .sample-container__title {
  padding: 4px 16px;
  background: #3ebede;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-size: 2rem;
  line-height: 3rem;
}
.scorecard-dashboard .survey-title-container .sample-container__content {
  padding: 16px;
}
.scorecard-dashboard .survey-title-container .sample-notes {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04166667%;
  position: relative;
  padding-top: 22%;
}
.scorecard-dashboard .survey-title-container .sample-note {
  background-color: #fff;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #6fbd57;
  position: relative;
  margin: 0 0 20px;
}
.scorecard-dashboard .survey-title-container .sample-note__content {
  margin: 0 0 0 50px;
}
.scorecard-dashboard .survey-title-container .sample-note__icon {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 32px;
  color: #808080;
}
.scorecard-dashboard .survey-title-container .sample-note:last-child {
  border-color: #f27b2c;
}
.scorecard-dashboard .reportContainer {
  overflow: auto;
}
.scorecard-dashboard .mainContainer {
  background-color: white;
}
.scorecard-dashboard .mainContainer .report {
  -ms-transform: scaleX(0.9);
      transform: scaleX(0.9);
}
.scorecard-dashboard .mainContainer .report td {
  vertical-align: top !important;
}
.scorecard-dashboard .mainContainer .report .frameContainer-content {
  margin: 23px;
  border: 5px solid #EBEBEB;
  font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
  color: #555555;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: 449px;
}
.scorecard-dashboard .mainContainer .report .frameContainer table,
.scorecard-dashboard .mainContainer .report .frameContainer p {
  width: 100%;
  text-align: center;
  color: #3e576f;
}
.scorecard-dashboard .mainContainer .report .frameContainer table .title,
.scorecard-dashboard .mainContainer .report .frameContainer p .title {
  margin-top: 20px;
  font-size: 18px;
}
.scorecard-dashboard .mainContainer .report .frameContainer table .subtitle,
.scorecard-dashboard .mainContainer .report .frameContainer p .subtitle {
  font-size: 14px;
}
.scorecard-dashboard .mainContainer .report .frameContainer table .tableReportContainer p,
.scorecard-dashboard .mainContainer .report .frameContainer p .tableReportContainer p {
  font-size: 14px;
  margin-top: 100px;
}
.scorecard-dashboard .mainContainer .detailReports {
  font-family: Lucida Grande, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 16px;
}
.scorecard-dashboard .mainContainer .detailReports .title {
  height: 40px;
  background-color: #dadada;
}
.scorecard-dashboard .mainContainer .detailReports .title p {
  padding: 5px 15px;
  color: #3e576f;
}
.scorecard-dashboard .mainContainer .detailReports .reportLink {
  height: 40px;
  padding-top: 10px;
}
.scorecard-dashboard .mainContainer .detailReports .reportLink a {
  padding: 0px 10px;
}
.scorecard-dashboard .mainContainer .detailReports .loading-icon {
  top: 3px;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  position: relative;
  border-radius: 50%;
  display: inline-block;
  border-top: 1px solid #4CC0DD;
  border-left: 1px solid #4CC0DD;
  border-right: 1px solid #4CC0DD;
  border-bottom: 1px solid transparent;
  animation: rotate 1000ms linear 0ms infinite normal;
  display: none;
}
.scorecard-dashboard .mainContainer .jrPage {
  margin-bottom: 15%;
}
.scorecard-dashboard .mainContainer .jrPage tr td {
  line-height: 14px;
}
.scorecard-dashboard .mainContainer .scorecard-dashboard.vanilla-modal .content .pill-dashboard-nav .report-nav-main {
  padding: 13px 0;
}
.scorecard-dashboard .mainContainer .scorecard-dashboard.vanilla-modal .content .pill-dashboard-nav .report-nav-downloads-button {
  padding: 18px 16px;
}
.account-data-sources h1,
.account h1,
.account-password h1 {
  *zoom: 1;
  border-bottom: 1px solid #808080;
  padding-bottom: 24px;
  margin: 0 0 24px 0;
}
.account-data-sources h1:before,
.account h1:before,
.account-password h1:before,
.account-data-sources h1:after,
.account h1:after,
.account-password h1:after {
  content: "";
  display: table;
}
.account-data-sources h1:after,
.account h1:after,
.account-password h1:after {
  clear: both;
}
.account-data-sources .tabs--vertical,
.account .tabs--vertical,
.account-password .tabs--vertical {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  width: 100%;
}
.account-data-sources .main-content h2,
.account .main-content h2,
.account-password .main-content h2 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  margin: 0 0 14px 0;
}
.account-data-sources .main-content .form-row,
.account .main-content .form-row,
.account-password .main-content .form-row {
  margin: 0 0 14px 0;
}
.account-data-sources .main-content select,
.account .main-content select,
.account-password .main-content select {
  width: 100%;
}
.account-data-sources .settings-list,
.account .settings-list,
.account-password .settings-list {
  margin-bottom: 14px;
}
.account-data-sources .settings-list li,
.account .settings-list li,
.account-password .settings-list li {
  margin-bottom: 6px;
}
.account-data-sources .advertisement__icon,
.account .advertisement__icon,
.account-password .advertisement__icon {
  position: relative;
  margin-right: 5px;
  color: #3ebede;
  left: 0;
  font-size: inherit;
}
.account-data-sources .survey-table table,
.account .survey-table table,
.account-password .survey-table table {
  border-top: 1px solid #808080;
  width: 100%;
  margin-bottom: 14px;
}
.account-data-sources .survey-table table td,
.account .survey-table table td,
.account-password .survey-table table td {
  vertical-align: middle;
  border-bottom: 1px solid #808080;
  padding: 10px;
}
.account-data-sources .survey-table table td:nth-child(2),
.account .survey-table table td:nth-child(2),
.account-password .survey-table table td:nth-child(2) {
  width: 55%;
}
.account-data-sources .survey-table table .survey-select,
.account .survey-table table .survey-select,
.account-password .survey-table table .survey-select {
  width: 40px;
}
.account-data-sources .survey-table table .survey-status,
.account .survey-table table .survey-status,
.account-password .survey-table table .survey-status {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.account-data-sources .survey-table table .delete-survey,
.account .survey-table table .delete-survey,
.account-password .survey-table table .delete-survey {
  font-size: 20px;
  text-align: right;
  width: 40px;
}
.account-data-sources .survey-table table .delete-survey a.tooltip,
.account .survey-table table .delete-survey a.tooltip,
.account-password .survey-table table .delete-survey a.tooltip {
  color: #808080;
  opacity: 0.5;
}
.account-data-sources .data-source-row,
.account .data-source-row,
.account-password .data-source-row {
  padding-bottom: 30px;
  border-bottom: 1px solid #808080;
}
.account-data-sources .data-source-row .select-wrapper,
.account .data-source-row .select-wrapper,
.account-password .data-source-row .select-wrapper {
  max-width: 40%;
  position: relative;
}
.account-data-sources .data-source-row .select-wrapper select,
.account .data-source-row .select-wrapper select,
.account-password .data-source-row .select-wrapper select {
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 0;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.account-data-sources .data-source-row .select-wrapper .icon-chevron-down,
.account .data-source-row .select-wrapper .icon-chevron-down,
.account-password .data-source-row .select-wrapper .icon-chevron-down {
  position: absolute;
  top: 65%;
  right: 12px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  pointer-events: none;
}
.account-password .change-password-form {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.account-password .password-requirements {
  display: inline;
  float: left;
  width: 47.91666667%;
  margin: 0 1.04166667%;
}
.account-password .password-requirements .list--circles li {
  margin-bottom: 4px;
}
.account-password .form-row__input {
  width: 100%;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.search-results .result-count {
  display: inline-block;
}
.search-results .results-sort {
  display: block;
  float: right;
  position: relative;
}
.search-results .results-sort label {
  width: 98px;
  height: 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #808080;
}
.search-results .results-sort select {
  width: 184px;
  height: 40px;
  font-size: 14px;
  line-height: 17px;
  background-color: #FFFFFF;
  position: relative;
  padding: 12px;
  margin-left: 12px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search-results .results-sort:before {
  position: absolute;
  right: 15px;
  top: 33%;
  width: 10px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  z-index: 1;
  color: #808080;
}
.search-results .clear {
  clear: both;
}
.search-results .search-button {
  height: 100% !important;
  right: -64px !important;
  top: 0 !important;
}
.search-results .load-more-container {
  margin-top: 10px;
}
.search-results .load-more-container button {
  width: 100%;
}
.performance-studies h1 {
  border-bottom: 1px solid grey;
  padding-bottom: 24px;
  margin: 0 0 24px;
}
.performance-studies h2.heading-label {
  margin-left: 1.04166667%;
}
.performance-studies .heading-label {
  line-height: 2.1rem;
  margin: 0 0 6px;
}
.performance-studies .grid,
.performance-studies .past-grid {
  width: 100%;
}
.performance-studies .grid .grid-item,
.performance-studies .past-grid .grid-item {
  margin: 10px 1.04166667%;
  width: 47.91666667%;
}
.performance-studies .item-event .event__info p {
  opacity: 0;
}
.performance-studies .event__info table {
  width: 100% !important;
}
.survey-results .header__account {
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-results .client-name {
  border-right: 0;
}
.survey-results .report-filter {
  position: relative;
  top: 7px;
}
.survey-results .survey-loader {
  top: 0;
}
.survey-results .survey-header {
  border-bottom: 1px solid grey;
  margin: 24px 0 0;
}
.survey-results .survey-name {
  display: inline-block;
  margin: 0;
  border-bottom: none;
}
.survey-results .survey-title {
  display: inline-block;
  padding: 0 !important;
}
.survey-results .icon-download {
  font-size: 24px;
  position: relative;
}
.survey-results .paging {
  float: right;
  height: 94px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.survey-results .paging .prevbutton,
.survey-results .paging .nextbutton {
  margin: 0;
  border: 0;
  padding: 0;
  outline: none;
  appearance: none;
  color: #3EBEDE;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 16px;
  border-radius: 500px;
  border: 1px solid #3EBEDE;
  background-color: transparent;
}
.survey-results .paging .prevbutton:disabled,
.survey-results .paging .nextbutton:disabled {
  opacity: 0.5;
  cursor: default;
}
.survey-results .custom-selector:before,
.survey-results .custom-selector:after {
  top: 33% !important;
}
.survey-results .custom-selector .expSelector {
  padding: 4px 14px 4px 4px;
  font-size: 1.4rem !important;
}
.accelerators-assessments .data-table-component-container {
  margin-left: 286px;
}
.accelerators-assessments .data-table-component-container__data-table th:nth-child(1) {
  border-bottom: 0.6px solid #C0CBD0;
}
.accelerators-assessments .data-table-component-container__data-table th:nth-child(1),
.accelerators-assessments .data-table-component-container__data-table td:nth-child(1) {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  left: 0;
}
.accelerators-best-practices .data-table-component-container {
  margin-left: 482px;
}
.accelerators-best-practices .data-table-component-container .flex-properties {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accelerators-best-practices .data-table-component-container__data-table {
  width: 1320px;
}
.accelerators-best-practices .data-table-component-container__data-table th:nth-child(1),
.accelerators-best-practices .data-table-component-container__data-table th:nth-child(2) {
  border-bottom: 0.6px solid #C0CBD0;
}
.accelerators-best-practices .data-table-component-container__data-table th:nth-child(1),
.accelerators-best-practices .data-table-component-container__data-table td:nth-child(1),
.accelerators-best-practices .data-table-component-container__data-table th:nth-child(2),
.accelerators-best-practices .data-table-component-container__data-table td:nth-child(2) {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accelerators-best-practices .data-table-component-container__data-table th:nth-child(1),
.accelerators-best-practices .data-table-component-container__data-table td:nth-child(1) {
  left: 0;
}
.accelerators-best-practices .data-table-component-container__data-table th:nth-child(2),
.accelerators-best-practices .data-table-component-container__data-table td:nth-child(2) {
  left: 76px;
}
.accelerators-best-practices .floating-submenu-container__submenu-list {
  left: 50px !important;
}
.accelerators-best-practices .topics-label {
  display: inline-block;
  float: left;
}
.accelerators-best-practices .topics-label label {
  line-height: 34px;
  padding: 0 5px;
}
.accelerators-performance-metrics .data-table-component-container {
  margin-left: 372px;
}
.accelerators-performance-metrics .data-table-component-container .flex-properties {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accelerators-performance-metrics .data-table-component-container__data-table {
  width: 1320px;
}
.accelerators-performance-metrics .data-table-component-container__data-table th:nth-child(1),
.accelerators-performance-metrics .data-table-component-container__data-table th:nth-child(2) {
  border-bottom: 0.6px solid #C0CBD0;
}
.accelerators-performance-metrics .data-table-component-container__data-table th:nth-child(1),
.accelerators-performance-metrics .data-table-component-container__data-table td:nth-child(1),
.accelerators-performance-metrics .data-table-component-container__data-table th:nth-child(2),
.accelerators-performance-metrics .data-table-component-container__data-table td:nth-child(2) {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accelerators-performance-metrics .data-table-component-container__data-table th:nth-child(1),
.accelerators-performance-metrics .data-table-component-container__data-table td:nth-child(1) {
  left: 0;
}
.accelerators-performance-metrics .data-table-component-container__data-table th:nth-child(2),
.accelerators-performance-metrics .data-table-component-container__data-table td:nth-child(2) {
  left: 76px;
}
.accelerators-performance-metrics .data-table-component-container__data-table .icon--empty:before {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.accelerators-performance-metrics .data-table-component-container__data-table .icon--empty:after {
  top: 2px;
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  content: url("/static/master-client/adp/images/icons/icon-info.36B25E2031CFDD6FE6D672530F4624D7.svg");
}
.accelerators-performance-metrics .data-table-component-container__data-table .icon--empty:hover:after {
  content: url("/static/master-client/adp/images/icons/icon-info-filled.AFA3EBE13DD243D08DBF28757459D1A4.svg");
}
.accelerators-performance-metrics .data-table-component-container__data-table .dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
.accelerators-performance-metrics .data-table-component-container__data-table .dot--empty {
  background-color: #BBBBBB;
}
.accelerators-performance-metrics .data-table-component-container__data-table .dot--trailing {
  background-color: #E35852;
}
.accelerators-performance-metrics .data-table-component-container__data-table .dot--achieving {
  background-color: #F8AF0A;
}
.accelerators-performance-metrics .data-table-component-container__data-table .dot--leading {
  background-color: #8EB151;
}
.accelerators-performance-metrics .topics-label {
  display: inline-block;
  float: left;
}
.accelerators-performance-metrics .topics-label label {
  line-height: 34px;
  padding: 0 5px;
}
.accelerators-process-flows .data-table-component-container {
  margin-left: 482px;
}
.accelerators-process-flows .data-table-component-container .flex-properties {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accelerators-process-flows .data-table-component-container__data-table {
  width: 1320px;
}
.accelerators-process-flows .data-table-component-container__data-table th:nth-child(1),
.accelerators-process-flows .data-table-component-container__data-table th:nth-child(2) {
  border-bottom: 0.6px solid #C0CBD0;
}
.accelerators-process-flows .data-table-component-container__data-table th:nth-child(1),
.accelerators-process-flows .data-table-component-container__data-table td:nth-child(1),
.accelerators-process-flows .data-table-component-container__data-table th:nth-child(2),
.accelerators-process-flows .data-table-component-container__data-table td:nth-child(2) {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accelerators-process-flows .data-table-component-container__data-table th:nth-child(1),
.accelerators-process-flows .data-table-component-container__data-table td:nth-child(1) {
  left: 0;
}
.accelerators-process-flows .data-table-component-container__data-table th:nth-child(2),
.accelerators-process-flows .data-table-component-container__data-table td:nth-child(2) {
  left: 76px;
}
.accelerators-process-flows .data-table-component-container__data-table .icon--empty:before {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.accelerators-process-flows .data-table-component-container__data-table .icon--empty:after {
  content: url("/static/master-client/adp/images/icons/icon-info.36B25E2031CFDD6FE6D672530F4624D7.svg");
}
.accelerators-process-flows .data-table-component-container__data-table .icon--empty:hover::after {
  content: url("/static/master-client/adp/images/icons/icon-info-filled.AFA3EBE13DD243D08DBF28757459D1A4.svg");
}
.accelerators-process-flows .topics-label {
  display: inline-block;
  float: left;
}
.accelerators-process-flows .topics-label label {
  line-height: 34px;
  padding: 0 5px;
}
.accelerators-playbooks .data-table-component-container {
  margin-left: 482px;
}
.accelerators-playbooks .data-table-component-container .flex-properties {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accelerators-playbooks .data-table-component-container__data-table {
  width: 1320px;
}
.accelerators-playbooks .data-table-component-container__data-table th:nth-child(1),
.accelerators-playbooks .data-table-component-container__data-table th:nth-child(2) {
  border-bottom: 0.6px solid #C0CBD0;
}
.accelerators-playbooks .data-table-component-container__data-table th:nth-child(1),
.accelerators-playbooks .data-table-component-container__data-table td:nth-child(1),
.accelerators-playbooks .data-table-component-container__data-table th:nth-child(2),
.accelerators-playbooks .data-table-component-container__data-table td:nth-child(2) {
  position: absolute;
  *position: relative;
  /*ie7*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.accelerators-playbooks .data-table-component-container__data-table th:nth-child(1),
.accelerators-playbooks .data-table-component-container__data-table td:nth-child(1) {
  left: 0;
}
.accelerators-playbooks .data-table-component-container__data-table th:nth-child(2),
.accelerators-playbooks .data-table-component-container__data-table td:nth-child(2) {
  left: 76px;
}
.accelerators-playbooks .data-table-component-container__data-table tbody input[type=checkbox] {
  -ms-transform: translateY(-80%);
      transform: translateY(-80%);
}
.accelerators-playbooks .data-table-component-container__data-table tbody .flexible-column {
  left: 0;
  padding: 15px 0;
}
.accelerators-playbooks .data-table-component-container__data-table img {
  height: 17px;
  width: 17px;
  cursor: pointer;
  -ms-transform: translateY(-67%) !important;
      transform: translateY(-67%) !important;
}
.accelerators-research .data-table-component-container__data-table {
  width: 1320px;
}
.accelerators-research .data-table-component-container__data-table img {
  height: 17px;
  width: 17px;
  cursor: pointer;
  -ms-transform: translateY(8%) !important;
      transform: translateY(8%) !important;
}
.unavailable-scorecard .page-wrapper {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.unavailable-scorecard .page-wrapper .centered-content {
  width: 100%;
}
.register .form-row__input {
  margin-bottom: 16px;
}
