.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ProgressBar {
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  right: 100vw;
  background-color: #007add;
  z-index: 1050; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.FavButton {
  color: #d0d0d0;
  background-color: white;
  font-size: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 4px 6px 0 rgba(83, 83, 92, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e8e8e8;
  cursor: pointer;
  display: inline-block; }
  .FavButton.selected {
    color: #ff8096; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.Banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10000;
  background-color: #e8e8e8;
  box-shadow: 0 2px 10px 0 #999999;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em; }
  .Banner.hidden {
    display: none; }
  .Banner .iconfont-remove {
    cursor: pointer;
    margin-right: 1em; }
  .Banner .linkElements, .Banner a {
    color: #007add; }
  .Banner + .Banner {
    position: fixed;
    bottom: 0;
    top: auto; }
@font-face {
	font-family: 'Anton';
	font-style: normal;
	font-weight: 400;
	src: url(/assets/dist/6e099d27ea608a4ea4a5d4b042de7879.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url(/assets/dist/fcfe23c5ec5df9648266c551a5fdeedb.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url(/assets/dist/43026449517c08fe1f74f20b6dee3a28.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url(/assets/dist/c8be2a6815a4c14624018ddda654c988.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url(/assets/dist/4b4740ffc7254c9324c7d2d235503052.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: url(/assets/dist/fffc99e616508c223675890402965f5f.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	src: url(/assets/dist/d7de45b11bc79178497af6d6720c9d0d.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	src: url(/assets/dist/569cb7dd5b0d460289ed59754e83cb84.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	src: url(/assets/dist/b59b787c97063518bd3b7aabb8c1e40d.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@charset "UTF-8";
.navicon-button {
  display: inline-block;
  position: relative;
  padding: 2.0625em 1.5em;
  transition: 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .8; }
  .navicon-button .navicon:before, .navicon-button .navicon:after {
    transition: 0.25s; }
  .navicon-button:hover {
    transition: 0.5s; }
    .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
      transition: 0.25s; }
    .navicon-button:hover .navicon:before {
      top: .825em; }
    .navicon-button:hover .navicon:after {
      top: -.825em; }

.navicon {
  position: relative;
  width: 2.5em;
  height: .3125em;
  background: #000;
  transition: 0.5s;
  border-radius: 2.5em; }
  .navicon:before, .navicon:after {
    display: block;
    content: "";
    height: .3125em;
    width: 2.5em;
    background: #000;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 1em; }
  .navicon:before {
    top: .625em; }
  .navicon:after {
    top: -.625em; }

.navicon-button.active:not(.steps) .navicon:before,
.navicon-button.active:not(.steps) .navicon:after {
  top: 0 !important; }

.navicon-button.active .navicon:before,
.navicon-button.active .navicon:after {
  transition: 0.5s; }

/* Minus */
.navicon-button.active {
  transform: scale(0.75); }

/* Arrows */
.navicon-button.active.larr .navicon:before, .navicon-button.active.larr .navicon:after,
.navicon-button.active.rarr .navicon:before,
.navicon-button.active.rarr .navicon:after,
.navicon-button.active.uarr .navicon:before,
.navicon-button.active.uarr .navicon:after {
  width: 1.5em; }

.navicon-button.active.larr .navicon:before,
.navicon-button.active.rarr .navicon:before,
.navicon-button.active.uarr .navicon:before {
  transform: rotate(35deg);
  transform-origin: left top; }

.navicon-button.active.larr .navicon:after,
.navicon-button.active.rarr .navicon:after,
.navicon-button.active.uarr .navicon:after {
  transform: rotate(-35deg);
  transform-origin: left bottom; }

.navicon-button.active.uarr {
  transform: scale(0.75) rotate(90deg); }

/* Arrows */
.navicon-button.active.rarr .navicon:before {
  transform: translate3d(1em, 0, 0) rotate(-35deg);
  transform-origin: right top; }

.navicon-button.active.rarr .navicon:after {
  transform: translate3d(1em, 0, 0) rotate(35deg);
  transform-origin: right bottom; }

/* × and + */
.navicon-button.active.plus .navicon,
.navicon-button.active.x .navicon {
  background: transparent; }
  .navicon-button.active.plus .navicon:before,
  .navicon-button.active.x .navicon:before {
    transform: rotate(-45deg); }
  .navicon-button.active.plus .navicon:after,
  .navicon-button.active.x .navicon:after {
    transform: rotate(45deg); }

.navicon-button.active.plus {
  transform: scale(0.75) rotate(45deg); }
.ngdialog,.ngdialog-overlay{position:absolute;top:0;right:0;bottom:0;left:0}@keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}.ngdialog{box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000}.ngdialog *,.ngdialog :after,.ngdialog :before{box-sizing:inherit}.ngdialog.ngdialog-disabled-animation,.ngdialog.ngdialog-disabled-animation .ngdialog-content,.ngdialog.ngdialog-disabled-animation .ngdialog-overlay{animation:none!important}.ngdialog-overlay{background:rgba(0,0,0,.4);-webkit-backface-visibility:hidden;animation:ngdialog-fadein .5s}.ngdialog-no-overlay{pointer-events:none}.ngdialog.ngdialog-closing .ngdialog-overlay{-webkit-backface-visibility:hidden;animation:ngdialog-fadeout .5s}.ngdialog-content{background:#fff;-webkit-backface-visibility:hidden;animation:ngdialog-fadein .5s;pointer-events:all}.ngdialog.ngdialog-closing .ngdialog-content{-webkit-backface-visibility:hidden;animation:ngdialog-fadeout .5s}.ngdialog-close:before{font-family:Helvetica,Arial,sans-serif;content:'\D7';cursor:pointer}

body.ngdialog-open,html.ngdialog-open{
    overflow:hidden;
    height: 100%;
    width: 100%;
    position: fixed;
}
@keyframes ngdialog-flyin{0%{opacity:0;transform:translateY(-40px)}100%{opacity:1;transform:translateY(0)}}@keyframes ngdialog-flyout{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-40px)}}.ngdialog.ngdialog-theme-default{padding-bottom:160px;padding-top:160px}.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content{animation:ngdialog-flyout .5s}.ngdialog.ngdialog-theme-default .ngdialog-content{animation:ngdialog-flyin .5s;background:#f0f0f0;border-radius:5px;color:#444;font-family:Helvetica,sans-serif;font-size:1.1em;line-height:1.5em;margin:0 auto;max-width:100%;padding:1em;position:relative;width:450px}.ngdialog.ngdialog-theme-default .ngdialog-close{border-radius:5px;cursor:pointer;position:absolute;right:0;top:0}.ngdialog.ngdialog-theme-default .ngdialog-close:before{background:0 0;border-radius:3px;color:#bbb;content:'\D7';font-size:26px;font-weight:400;height:30px;line-height:26px;position:absolute;right:3px;text-align:center;top:3px;width:30px}.ngdialog.ngdialog-theme-default .ngdialog-close:active:before,.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before{color:#777}.ngdialog.ngdialog-theme-default .ngdialog-message{margin-bottom:.5em}.ngdialog.ngdialog-theme-default .ngdialog-input{margin-bottom:1em}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url],.ngdialog.ngdialog-theme-default .ngdialog-input textarea{background:#fff;border:0;border-radius:3px;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0 0 .25em;min-height:2.5em;padding:.25em .67em;width:100%}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:0}.ngdialog.ngdialog-theme-default .ngdialog-buttons:after{content:'';display:table;clear:both}.ngdialog.ngdialog-theme-default .ngdialog-button{border:0;border-radius:3px;cursor:pointer;float:right;font-family:inherit;font-size:.8em;letter-spacing:.1em;line-height:1em;margin:0 0 0 .5em;padding:.75em 2em;text-transform:uppercase}.ngdialog.ngdialog-theme-default .ngdialog-button:focus{animation:ngdialog-pulse 1.1s infinite;outline:0}@media (max-width:568px){.ngdialog.ngdialog-theme-default .ngdialog-button:focus{animation:none}}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary{background:#3288e6;color:#fff}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary{background:#e0e0e0;color:#777}.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .ngdialog.ngdialog-theme-default .ngdialog-content input[type=submit] {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .ngdialog.ngdialog-theme-default .ngdialog-content input:hover[type=submit], .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .ngdialog.ngdialog-theme-default .ngdialog-content input:focus[type=submit], .button-behavior:active, .button-base:active, .button:active, .white-button:active, .ngdialog.ngdialog-theme-default .ngdialog-content input:active[type=submit] {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):hover[type=submit], .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):focus[type=submit] {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):active[type=submit] {
    transform: translateY(1px); }

.button-base, .button, .white-button, .ngdialog.ngdialog-theme-default .ngdialog-content input[type=submit] {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled], .ngdialog.ngdialog-theme-default .ngdialog-content input[disabled][type=submit] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):hover[type=submit], .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):focus[type=submit] {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):active[type=submit] {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button, .ngdialog.ngdialog-theme-default .ngdialog-content input[type=submit] {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled], .ngdialog.ngdialog-theme-default .ngdialog-content input[disabled][type=submit] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):hover[type=submit], .button:not([disabled]):focus, .white-button:not([disabled]):focus, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):focus[type=submit] {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active, .ngdialog.ngdialog-theme-default .ngdialog-content input:not([disabled]):active[type=submit] {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

body.ngdialog-open, html.ngdialog-open {
  overflow: hidden; }

.ngdialog.ngdialog-theme-default {
  padding-top: 10%;
  padding-bottom: 10px; }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  max-height: 100%;
  padding: 30px;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 400;
  color: #2b2b2b;
  background-color: white; }
  @media (max-width: 340px) {
    .ngdialog.ngdialog-theme-default .ngdialog-content {
      padding: 10px 20px; } }
  .ngdialog.ngdialog-theme-default .ngdialog-content h1 {
    font-size: 25px;
    line-height: 1.1;
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (max-width: 340px) {
      .ngdialog.ngdialog-theme-default .ngdialog-content h1 {
        font-size: 20px;
        margin-bottom: 15px; } }
  .ngdialog.ngdialog-theme-default .ngdialog-content p {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #333333; }
  .ngdialog.ngdialog-theme-default .ngdialog-content label {
    margin-top: 12px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content label, .ngdialog.ngdialog-theme-default .ngdialog-content input {
    display: block;
    width: 100%;
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 400;
    line-height: 1.4; }
  .ngdialog.ngdialog-theme-default .ngdialog-content label, .ngdialog.ngdialog-theme-default .ngdialog-content input, .ngdialog.ngdialog-theme-default .ngdialog-content .errors div {
    line-height: 1.4;
    margin-bottom: 5px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content label, .ngdialog.ngdialog-theme-default .ngdialog-content .errors div {
    font-size: 15px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content input {
    background-color: #fafafa;
    border: solid 1px #e8e8e8;
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #2b2b2b;
    padding: 10px 14px;
    /* browser specific prefixes only work when specified separately */ }
    .ngdialog.ngdialog-theme-default .ngdialog-content input::-webkit-input-placeholder {
      color: #c7c7c7; }
    .ngdialog.ngdialog-theme-default .ngdialog-content input:-ms-input-placeholder {
      color: #c7c7c7; }
    .ngdialog.ngdialog-theme-default .ngdialog-content input::placeholder {
      color: #c7c7c7; }
    .ngdialog.ngdialog-theme-default .ngdialog-content input::-webkit-input-placeholder {
      color: #c7c7c7; }
    .ngdialog.ngdialog-theme-default .ngdialog-content input::-moz-placeholder {
      color: #c7c7c7; }
    .ngdialog.ngdialog-theme-default .ngdialog-content input:-ms-input-placeholder {
      color: #c7c7c7; }
  .ngdialog.ngdialog-theme-default .ngdialog-content input[type=submit] {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .signup-tos label, .ngdialog.ngdialog-theme-default .ngdialog-content .opt-in-checkboxes label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    font-size: 12px;
    font-weight: 700; }
    .ngdialog.ngdialog-theme-default .ngdialog-content .signup-tos label input[type=checkbox], .ngdialog.ngdialog-theme-default .ngdialog-content .opt-in-checkboxes label input[type=checkbox] {
      cursor: pointer;
      width: 20px;
      margin-right: 10px;
      margin-bottom: 0px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .link-to-tos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 12px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .session-expire-alert, .ngdialog.ngdialog-theme-default .ngdialog-content .opt-in-error {
    color: #ee3322;
    margin-bottom: 10px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .errors div {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .login-mode, .ngdialog.ngdialog-theme-default .ngdialog-content .forgot-password {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.4;
    color: #2b2b2b;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    cursor: pointer; }
    @media (max-width: 340px) {
      .ngdialog.ngdialog-theme-default .ngdialog-content .login-mode, .ngdialog.ngdialog-theme-default .ngdialog-content .forgot-password {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .ngdialog.ngdialog-theme-default .ngdialog-content .login-mode {
    font-size: 15px; }
  .ngdialog.ngdialog-theme-default .ngdialog-content .forgot-password {
    font-size: 13px; }

.ngdialog-container-opt-in-dialog {
  background-image: linear-gradient(to right, #4cafff, #2e93e6) !important; }
  .ngdialog-container-opt-in-dialog .ngdialog-close:before {
    color: white !important;
    font-size: 20px !important; }

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  color: #2b2b2b;
  top: 30px;
  right: 30px;
  margin-top: -10px; }

.ngdialog.ngdialog-theme-default .ngdialog-content {
  animation-fill-mode: both;
  animation: slideInUp 0.1s; }

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  animation-fill-mode: both;
  animation: slideOutDown 0.1s; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.error-page h1, .error-page p {
  text-align: center; }

@media (max-width: 840px) {
  .error-page p {
    padding-left: 10px;
    padding-right: 10px; } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}
/*!
 * Bootstrap v4.0.0-alpha.2 (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 */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active{outline:0}a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}html{font-size:16px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}pre{margin-top:0;margin-bottom:1rem}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{margin:0;line-height:inherit;border-radius:0}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{box-sizing:inherit;-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}.h1{font-size:2.5rem}.h2{font-size:2rem}.h3{font-size:1.75rem}.h4{font-size:1.5rem}.h5{font-size:1.25rem}.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300}.display-2{font-size:5.5rem;font-weight:300}.display-3{font-size:4.5rem;font-weight:300}.display-4{font-size:3.5rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:5px}.dl-horizontal{margin-right:-1.875rem;margin-left:-1.875rem}.dl-horizontal::after{display:table;clear:both;content:""}.initialism{font-size:90%;text-transform:uppercase}.blockquote{padding:.5rem 1rem;margin-bottom:1rem;font-size:1.25rem;border-left:.25rem solid #eceeef}.blockquote-footer{display:block;font-size:80%;line-height:1.5;color:#818a91}.blockquote-footer::before{content:"\2014   \A0"}.blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}.blockquote-reverse .blockquote-footer::before{content:""}.blockquote-reverse .blockquote-footer::after{content:"\A0   \2014"}.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img,.img-fluid{display:block;max-width:100%;height:auto}.img-rounded{border-radius:.3rem}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:.25rem;line-height:1.5;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;transition:all .2s ease-in-out}.img-circle{border-radius:50%}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#818a91}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f7f7f9;border-radius:.25rem}kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#333;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;line-height:1.5;color:#373a3c}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:.9375rem;padding-left:.9375rem;margin-right:auto;margin-left:auto}.container::after{display:table;clear:both;content:""}@media (min-width:544px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:940px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{padding-right:.9375rem;padding-left:.9375rem;margin-right:auto;margin-left:auto}.container-fluid::after{display:table;clear:both;content:""}.row{margin-right:-.9375rem;margin-left:-.9375rem}.row::after{display:table;clear:both;content:""}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:.9375rem;padding-left:.9375rem}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.333333%}.col-xs-2{width:16.666667%}.col-xs-3{width:25%}.col-xs-4{width:33.333333%}.col-xs-5{width:41.666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333%}.col-xs-8{width:66.666667%}.col-xs-9{width:75%}.col-xs-10{width:83.333333%}.col-xs-11{width:91.666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.333333%}.col-xs-pull-2{right:16.666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.333333%}.col-xs-pull-5{right:41.666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.333333%}.col-xs-pull-8{right:66.666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.333333%}.col-xs-pull-11{right:91.666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.333333%}.col-xs-push-2{left:16.666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.333333%}.col-xs-push-5{left:41.666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.333333%}.col-xs-push-8{left:66.666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.333333%}.col-xs-push-11{left:91.666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.333333%}.col-xs-offset-2{margin-left:16.666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333333%}.col-xs-offset-5{margin-left:41.666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333333%}.col-xs-offset-8{margin-left:66.666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333333%}.col-xs-offset-11{margin-left:91.666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:544px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-1{width:8.333333%}.col-sm-2{width:16.666667%}.col-sm-3{width:25%}.col-sm-4{width:33.333333%}.col-sm-5{width:41.666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333%}.col-sm-8{width:66.666667%}.col-sm-9{width:75%}.col-sm-10{width:83.333333%}.col-sm-11{width:91.666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.333333%}.col-sm-pull-2{right:16.666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.333333%}.col-sm-pull-5{right:41.666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333%}.col-sm-pull-8{right:66.666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.333333%}.col-sm-pull-11{right:91.666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.333333%}.col-sm-push-2{left:16.666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.333333%}.col-sm-push-5{left:41.666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333%}.col-sm-push-8{left:66.666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.333333%}.col-sm-push-11{left:91.666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.333333%}.col-sm-offset-2{margin-left:16.666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333333%}.col-sm-offset-5{margin-left:41.666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333%}.col-sm-offset-8{margin-left:66.666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333333%}.col-sm-offset-11{margin-left:91.666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:768px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-1{width:8.333333%}.col-md-2{width:16.666667%}.col-md-3{width:25%}.col-md-4{width:33.333333%}.col-md-5{width:41.666667%}.col-md-6{width:50%}.col-md-7{width:58.333333%}.col-md-8{width:66.666667%}.col-md-9{width:75%}.col-md-10{width:83.333333%}.col-md-11{width:91.666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333%}.col-md-pull-2{right:16.666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.333333%}.col-md-pull-5{right:41.666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333%}.col-md-pull-8{right:66.666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.333333%}.col-md-pull-11{right:91.666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333%}.col-md-push-2{left:16.666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.333333%}.col-md-push-5{left:41.666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333%}.col-md-push-8{left:66.666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.333333%}.col-md-push-11{left:91.666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333%}.col-md-offset-2{margin-left:16.666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333333%}.col-md-offset-5{margin-left:41.666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333%}.col-md-offset-8{margin-left:66.666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333333%}.col-md-offset-11{margin-left:91.666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:992px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-1{width:8.333333%}.col-lg-2{width:16.666667%}.col-lg-3{width:25%}.col-lg-4{width:33.333333%}.col-lg-5{width:41.666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333%}.col-lg-8{width:66.666667%}.col-lg-9{width:75%}.col-lg-10{width:83.333333%}.col-lg-11{width:91.666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333%}.col-lg-pull-2{right:16.666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.333333%}.col-lg-pull-5{right:41.666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333%}.col-lg-pull-8{right:66.666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.333333%}.col-lg-pull-11{right:91.666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333%}.col-lg-push-2{left:16.666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.333333%}.col-lg-push-5{left:41.666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333%}.col-lg-push-8{left:66.666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.333333%}.col-lg-push-11{left:91.666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333%}.col-lg-offset-2{margin-left:16.666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333333%}.col-lg-offset-5{margin-left:41.666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333%}.col-lg-offset-8{margin-left:66.666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333333%}.col-lg-offset-11{margin-left:91.666667%}.col-lg-offset-12{margin-left:100%}}@media (min-width:1200px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{float:left}.col-xl-1{width:8.333333%}.col-xl-2{width:16.666667%}.col-xl-3{width:25%}.col-xl-4{width:33.333333%}.col-xl-5{width:41.666667%}.col-xl-6{width:50%}.col-xl-7{width:58.333333%}.col-xl-8{width:66.666667%}.col-xl-9{width:75%}.col-xl-10{width:83.333333%}.col-xl-11{width:91.666667%}.col-xl-12{width:100%}.col-xl-pull-0{right:auto}.col-xl-pull-1{right:8.333333%}.col-xl-pull-2{right:16.666667%}.col-xl-pull-3{right:25%}.col-xl-pull-4{right:33.333333%}.col-xl-pull-5{right:41.666667%}.col-xl-pull-6{right:50%}.col-xl-pull-7{right:58.333333%}.col-xl-pull-8{right:66.666667%}.col-xl-pull-9{right:75%}.col-xl-pull-10{right:83.333333%}.col-xl-pull-11{right:91.666667%}.col-xl-pull-12{right:100%}.col-xl-push-0{left:auto}.col-xl-push-1{left:8.333333%}.col-xl-push-2{left:16.666667%}.col-xl-push-3{left:25%}.col-xl-push-4{left:33.333333%}.col-xl-push-5{left:41.666667%}.col-xl-push-6{left:50%}.col-xl-push-7{left:58.333333%}.col-xl-push-8{left:66.666667%}.col-xl-push-9{left:75%}.col-xl-push-10{left:83.333333%}.col-xl-push-11{left:91.666667%}.col-xl-push-12{left:100%}.col-xl-offset-0{margin-left:0}.col-xl-offset-1{margin-left:8.333333%}.col-xl-offset-2{margin-left:16.666667%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-4{margin-left:33.333333%}.col-xl-offset-5{margin-left:41.666667%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-7{margin-left:58.333333%}.col-xl-offset-8{margin-left:66.666667%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-10{margin-left:83.333333%}.col-xl-offset-11{margin-left:91.666667%}.col-xl-offset-12{margin-left:100%}}.table{width:100%;max-width:100%;margin-bottom:1rem}.table td,.table th{padding:.75rem;line-height:1.5;vertical-align:top;border-top:1px solid #eceeef}.table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef}.table tbody+tbody{border-top:2px solid #eceeef}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #eceeef}.table-bordered td,.table-bordered th{border:1px solid #eceeef}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover tbody tr:hover{background-color:#f5f5f5}.table-active,.table-active>td,.table-active>th{background-color:#f5f5f5}.table-hover .table-active:hover{background-color:#e8e8e8}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#e8e8e8}.table-success,.table-success>td,.table-success>th{background-color:#dff0d8}.table-hover .table-success:hover{background-color:#d0e9c6}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d0e9c6}.table-info,.table-info>td,.table-info>th{background-color:#d9edf7}.table-hover .table-info:hover{background-color:#c4e3f3}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c4e3f3}.table-warning,.table-warning>td,.table-warning>th{background-color:#fcf8e3}.table-hover .table-warning:hover{background-color:#faf2cc}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#faf2cc}.table-danger,.table-danger>td,.table-danger>th{background-color:#f2dede}.table-hover .table-danger:hover{background-color:#ebcccc}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebcccc}.table-responsive{display:block;width:100%;min-height:.01%;overflow-x:auto}.thead-inverse th{color:#fff;background-color:#373a3c}.thead-default th{color:#55595c;background-color:#eceeef}.table-inverse{color:#eceeef;background-color:#373a3c}.table-inverse.table-bordered{border:0}.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#55595c}.table-reflow thead{float:left}.table-reflow tbody{display:block;white-space:nowrap}.table-reflow td,.table-reflow th{border-top:1px solid #eceeef;border-left:1px solid #eceeef}.table-reflow td:last-child,.table-reflow th:last-child{border-right:1px solid #eceeef}.table-reflow tbody:last-child tr:last-child td,.table-reflow tbody:last-child tr:last-child th,.table-reflow tfoot:last-child tr:last-child td,.table-reflow tfoot:last-child tr:last-child th,.table-reflow thead:last-child tr:last-child td,.table-reflow thead:last-child tr:last-child th{border-bottom:1px solid #eceeef}.table-reflow tr{float:left}.table-reflow tr td,.table-reflow tr th{display:block!important;border:1px solid #eceeef}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#55595c;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:.25rem}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{border-color:#66afe9;outline:0}.form-control::-webkit-input-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999;opacity:1}.form-control::placeholder{color:#999;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#eceeef;opacity:1}.form-control:disabled{cursor:not-allowed}.form-control-file,.form-control-range{display:block}.form-control-label{padding:.375rem .75rem;margin-bottom:0}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:2.25rem}.input-group-sm input[type=date].form-control,.input-group-sm input[type=time].form-control,.input-group-sm input[type=datetime-local].form-control,.input-group-sm input[type=month].form-control,input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:1.8625rem}.input-group-lg input[type=date].form-control,.input-group-lg input[type=time].form-control,.input-group-lg input[type=datetime-local].form-control,.input-group-lg input[type=month].form-control,input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:3.166667rem}}.form-control-static{min-height:2.25rem;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0}.form-control-static.form-control-lg,.form-control-static.form-control-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.275rem .75rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{padding:.75rem 1.25rem;font-size:1.25rem;line-height:1.333333;border-radius:.3rem}.form-group{margin-bottom:1rem}.checkbox,.radio{position:relative;display:block;margin-bottom:.75rem}.checkbox label,.radio label{padding-left:1.25rem;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox label input:only-child,.radio label input:only-child{position:static}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.checkbox+.checkbox,.radio+.radio{margin-top:-.25rem}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:1.25rem;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:.75rem}input[type=checkbox].disabled,input[type=checkbox]:disabled,input[type=radio].disabled,input[type=radio]:disabled{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label{cursor:not-allowed}.form-control-danger,.form-control-success,.form-control-warning{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .5625rem;background-size:1.4625rem 1.4625rem}.has-success .checkbox,.has-success .checkbox-inline,.has-success .form-control-label,.has-success .radio,.has-success .radio-inline,.has-success .text-help,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#5cb85c}.has-success .form-control{border-color:#5cb85c}.has-success .input-group-addon{color:#5cb85c;background-color:#eaf6ea;border-color:#5cb85c}.has-success .form-control-feedback{color:#5cb85c}.has-success .form-control-success{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==)}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .form-control-label,.has-warning .radio,.has-warning .radio-inline,.has-warning .text-help,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#f0ad4e}.has-warning .form-control{border-color:#f0ad4e}.has-warning .input-group-addon{color:#f0ad4e;background-color:#fff;border-color:#f0ad4e}.has-warning .form-control-feedback{color:#f0ad4e}.has-warning .form-control-warning{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+)}.has-danger .checkbox,.has-danger .checkbox-inline,.has-danger .form-control-label,.has-danger .radio,.has-danger .radio-inline,.has-danger .text-help,.has-danger.checkbox label,.has-danger.checkbox-inline label,.has-danger.radio label,.has-danger.radio-inline label{color:#d9534f}.has-danger .form-control{border-color:#d9534f}.has-danger .input-group-addon{color:#d9534f;background-color:#fdf7f7;border-color:#d9534f}.has-danger .form-control-feedback{color:#d9534f}.has-danger .form-control-danger{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=)}@media (min-width:544px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.btn{display:inline-block;padding:.375rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;border-radius:.25rem}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{text-decoration:none}.btn.focus{text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-primary:hover{color:#fff;background-color:#025aa5;border-color:#01549b}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#025aa5;border-color:#01549b}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#025aa5;background-image:none;border-color:#01549b}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#014682;border-color:#01315a}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary:disabled.focus,.btn-primary:disabled:focus{background-color:#0275d8;border-color:#0275d8}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#0275d8;border-color:#0275d8}.btn-secondary{color:#373a3c;background-color:#fff;border-color:#ccc}.btn-secondary:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.btn-secondary.focus,.btn-secondary:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.btn-secondary.active,.btn-secondary:active,.open>.btn-secondary.dropdown-toggle{color:#373a3c;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-secondary.active.focus,.btn-secondary.active:focus,.btn-secondary.active:hover,.btn-secondary:active.focus,.btn-secondary:active:focus,.btn-secondary:active:hover,.open>.btn-secondary.dropdown-toggle.focus,.open>.btn-secondary.dropdown-toggle:focus,.open>.btn-secondary.dropdown-toggle:hover{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.btn-secondary.disabled.focus,.btn-secondary.disabled:focus,.btn-secondary:disabled.focus,.btn-secondary:disabled:focus{background-color:#fff;border-color:#ccc}.btn-secondary.disabled:hover,.btn-secondary:disabled:hover{background-color:#fff;border-color:#ccc}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;background-image:none;border-color:#2aabd2}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info:disabled.focus,.btn-info:disabled:focus{background-color:#5bc0de;border-color:#5bc0de}.btn-info.disabled:hover,.btn-info:disabled:hover{background-color:#5bc0de;border-color:#5bc0de}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#419641}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;background-image:none;border-color:#419641}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#2d672d}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success:disabled.focus,.btn-success:disabled:focus{background-color:#5cb85c;border-color:#5cb85c}.btn-success.disabled:hover,.btn-success:disabled:hover{background-color:#5cb85c;border-color:#5cb85c}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#eb9316}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;background-image:none;border-color:#eb9316}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#b06d0f}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning:disabled.focus,.btn-warning:disabled:focus{background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning.disabled:hover,.btn-warning:disabled:hover{background-color:#f0ad4e;border-color:#f0ad4e}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;background-image:none;border-color:#c12e2a}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger:disabled.focus,.btn-danger:disabled:focus{background-color:#d9534f;border-color:#d9534f}.btn-danger.disabled:hover,.btn-danger:disabled:hover{background-color:#d9534f;border-color:#d9534f}.btn-primary-outline{color:#0275d8;background-color:transparent;background-image:none;border-color:#0275d8}.btn-primary-outline.active,.btn-primary-outline.focus,.btn-primary-outline:active,.btn-primary-outline:focus,.open>.btn-primary-outline.dropdown-toggle{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-primary-outline:hover{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-primary-outline.disabled.focus,.btn-primary-outline.disabled:focus,.btn-primary-outline:disabled.focus,.btn-primary-outline:disabled:focus{border-color:#43a7fd}.btn-primary-outline.disabled:hover,.btn-primary-outline:disabled:hover{border-color:#43a7fd}.btn-secondary-outline{color:#ccc;background-color:transparent;background-image:none;border-color:#ccc}.btn-secondary-outline.active,.btn-secondary-outline.focus,.btn-secondary-outline:active,.btn-secondary-outline:focus,.open>.btn-secondary-outline.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.btn-secondary-outline:hover{color:#fff;background-color:#ccc;border-color:#ccc}.btn-secondary-outline.disabled.focus,.btn-secondary-outline.disabled:focus,.btn-secondary-outline:disabled.focus,.btn-secondary-outline:disabled:focus{border-color:#fff}.btn-secondary-outline.disabled:hover,.btn-secondary-outline:disabled:hover{border-color:#fff}.btn-info-outline{color:#5bc0de;background-color:transparent;background-image:none;border-color:#5bc0de}.btn-info-outline.active,.btn-info-outline.focus,.btn-info-outline:active,.btn-info-outline:focus,.open>.btn-info-outline.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info-outline:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info-outline.disabled.focus,.btn-info-outline.disabled:focus,.btn-info-outline:disabled.focus,.btn-info-outline:disabled:focus{border-color:#b0e1ef}.btn-info-outline.disabled:hover,.btn-info-outline:disabled:hover{border-color:#b0e1ef}.btn-success-outline{color:#5cb85c;background-color:transparent;background-image:none;border-color:#5cb85c}.btn-success-outline.active,.btn-success-outline.focus,.btn-success-outline:active,.btn-success-outline:focus,.open>.btn-success-outline.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success-outline:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success-outline.disabled.focus,.btn-success-outline.disabled:focus,.btn-success-outline:disabled.focus,.btn-success-outline:disabled:focus{border-color:#a3d7a3}.btn-success-outline.disabled:hover,.btn-success-outline:disabled:hover{border-color:#a3d7a3}.btn-warning-outline{color:#f0ad4e;background-color:transparent;background-image:none;border-color:#f0ad4e}.btn-warning-outline.active,.btn-warning-outline.focus,.btn-warning-outline:active,.btn-warning-outline:focus,.open>.btn-warning-outline.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning-outline:hover{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning-outline.disabled.focus,.btn-warning-outline.disabled:focus,.btn-warning-outline:disabled.focus,.btn-warning-outline:disabled:focus{border-color:#f8d9ac}.btn-warning-outline.disabled:hover,.btn-warning-outline:disabled:hover{border-color:#f8d9ac}.btn-danger-outline{color:#d9534f;background-color:transparent;background-image:none;border-color:#d9534f}.btn-danger-outline.active,.btn-danger-outline.focus,.btn-danger-outline:active,.btn-danger-outline:focus,.open>.btn-danger-outline.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger-outline:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger-outline.disabled.focus,.btn-danger-outline.disabled:focus,.btn-danger-outline:disabled.focus,.btn-danger-outline:disabled:focus{border-color:#eba5a3}.btn-danger-outline.disabled:hover,.btn-danger-outline:disabled:hover{border-color:#eba5a3}.btn-link{font-weight:400;color:#0275d8;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled{background-color:transparent}.btn-link,.btn-link:active,.btn-link:focus{border-color:transparent}.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#014c8c;text-decoration:underline;background-color:transparent}.btn-link:disabled:focus,.btn-link:disabled:hover{color:#818a91;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:.75rem 1.25rem;font-size:1.25rem;line-height:1.333333;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .75rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-right:.25rem;margin-left:.25rem;vertical-align:middle;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-toggle:focus{outline:0}.dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:1rem;color:#373a3c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:1px;margin:.5rem 0;overflow:hidden;background-color:#e5e5e5}.dropdown-item{display:block;width:100%;padding:3px 20px;clear:both;font-weight:400;line-height:1.5;color:#373a3c;text-align:inherit;white-space:nowrap;background:0 0;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#2b2d2f;text-decoration:none;background-color:#f5f5f5}.dropdown-item.active,.dropdown-item.active:focus,.dropdown-item.active:hover{color:#fff;text-decoration:none;background-color:#0275d8;outline:0}.dropdown-item.disabled,.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{color:#818a91}.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:"progid:DXImageTransform.Microsoft.gradient(enabled = false)"}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:.875rem;line-height:1.5;color:#818a91;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:.3em solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:2}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar::after{display:table;clear:both;content:""}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret{border-width:.3em .3em 0;border-bottom-width:0}.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret{border-width:0 .3em .3em}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group::after{display:table;clear:both;content:""}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:.25rem;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:.25rem}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover{z-index:3}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1;color:#55595c;text-align:center;background-color:#eceeef;border:1px solid #ccc;border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.275rem .75rem;font-size:.875rem;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.75rem 1.25rem;font-size:1.25rem;border-radius:.3rem}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:3}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.input-group-btn:last-child>.btn-group:active,.input-group-btn:last-child>.btn-group:focus,.input-group-btn:last-child>.btn-group:hover,.input-group-btn:last-child>.btn:active,.input-group-btn:last-child>.btn:focus,.input-group-btn:last-child>.btn:hover{z-index:3}.c-input{position:relative;display:inline;padding-left:1.5rem;color:#555;cursor:pointer}.c-input>input{position:absolute;z-index:-1;opacity:0}.c-input>input:checked~.c-indicator{color:#fff;background-color:#0074d9}.c-input>input:focus~.c-indicator{box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #0074d9}.c-input>input:active~.c-indicator{color:#fff;background-color:#84c6ff}.c-input+.c-input{margin-left:1rem}.c-indicator{position:absolute;top:0;left:0;display:block;width:1rem;height:1rem;font-size:65%;line-height:1rem;color:#eee;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#eee;background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.c-checkbox .c-indicator{border-radius:.25rem}.c-checkbox input:checked~.c-indicator{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=)}.c-checkbox input:indeterminate~.c-indicator{background-color:#0074d9;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K)}.c-radio .c-indicator{border-radius:50%}.c-radio input:checked~.c-indicator{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==)}.c-inputs-stacked .c-input{display:inline}.c-inputs-stacked .c-input::after{display:block;margin-bottom:.25rem;content:""}.c-inputs-stacked .c-input+.c-input{margin-left:0}.c-select{display:inline-block;max-width:100%;-webkit-appearance:none;padding:.375rem 1.75rem .375rem .75rem;padding-right:.75rem\9;color:#55595c;vertical-align:middle;background:#fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;background-image:none\9;background-size:8px 10px;border:1px solid #ccc;-moz-appearance:none}.c-select:focus{border-color:#51a7e8;outline:0}.c-select::-ms-expand{opacity:0}.c-select-sm{padding-top:3px;padding-bottom:3px;font-size:12px}.c-select-sm:not([multiple]){height:26px;min-height:26px}.file{position:relative;display:inline-block;height:2.5rem;cursor:pointer}.file input{min-width:14rem;margin:0;filter:alpha(opacity=0);opacity:0}.file-custom{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid #ddd;border-radius:.25rem}.file-custom::after{content:"Choose file..."}.file-custom::before{position:absolute;top:-.075rem;right:-.075rem;bottom:-.075rem;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;content:"Browse";background-color:#eee;border:1px solid #ddd;border-radius:0 .25rem .25rem 0}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:inline-block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#818a91}.nav-link.disabled,.nav-link.disabled:focus,.nav-link.disabled:hover{color:#818a91;cursor:not-allowed;background-color:transparent}.nav-inline .nav-item{display:inline-block}.nav-inline .nav-item+.nav-item,.nav-inline .nav-link+.nav-link{margin-left:1rem}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs::after{display:table;clear:both;content:""}.nav-tabs .nav-item{float:left;margin-bottom:-1px}.nav-tabs .nav-item+.nav-item{margin-left:.2rem}.nav-tabs .nav-link{display:block;padding:.5em 1em;border:1px solid transparent;border-radius:.25rem .25rem 0 0}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:focus,.nav-tabs .nav-link.disabled:hover{color:#818a91;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover,.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover{color:#55595c;background-color:#fff;border-color:#ddd #ddd transparent}.nav-pills::after{display:table;clear:both;content:""}.nav-pills .nav-item{float:left}.nav-pills .nav-item+.nav-item{margin-left:.2rem}.nav-pills .nav-link{display:block;padding:.5em 1em;border-radius:.25rem}.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover{color:#fff;cursor:default;background-color:#0275d8}.nav-stacked .nav-item{display:block;float:none}.nav-stacked .nav-item+.nav-item{margin-top:.2rem;margin-left:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;padding:.5rem 1rem}.navbar::after{display:table;clear:both;content:""}@media (min-width:544px){.navbar{border-radius:.25rem}}.navbar-full{z-index:1000}@media (min-width:544px){.navbar-full{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:544px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar-sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1030;width:100%}@media (min-width:544px){.navbar-sticky-top{border-radius:0}}.navbar-brand{float:left;padding-top:.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:1.25rem}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}.navbar-divider{float:left;width:1px;padding-top:.425rem;padding-bottom:.425rem;margin-right:1rem;margin-left:1rem;overflow:hidden}.navbar-divider::before{content:"\A0"}.navbar-toggler{padding:.5rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}@media (min-width:544px){.navbar-toggleable-xs{display:block!important}}@media (min-width:768px){.navbar-toggleable-sm{display:block!important}}@media (min-width:992px){.navbar-toggleable-md{display:block!important}}.navbar-nav .nav-item{float:left}.navbar-nav .nav-link{display:block;padding-top:.425rem;padding-bottom:.425rem}.navbar-nav .nav-link+.nav-link{margin-left:1rem}.navbar-nav .nav-item+.nav-item{margin-left:1rem}.navbar-light .navbar-brand{color:rgba(0,0,0,.8)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.8)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.6)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .active>.nav-link:focus,.navbar-light .navbar-nav .active>.nav-link:hover,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.active:focus,.navbar-light .navbar-nav .nav-link.active:hover,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .nav-link.open:focus,.navbar-light .navbar-nav .nav-link.open:hover,.navbar-light .navbar-nav .open>.nav-link,.navbar-light .navbar-nav .open>.nav-link:focus,.navbar-light .navbar-nav .open>.nav-link:hover{color:rgba(0,0,0,.8)}.navbar-light .navbar-divider{background-color:rgba(0,0,0,.075)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .active>.nav-link:focus,.navbar-dark .navbar-nav .active>.nav-link:hover,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.active:focus,.navbar-dark .navbar-nav .nav-link.active:hover,.navbar-dark .navbar-nav .nav-link.open,.navbar-dark .navbar-nav .nav-link.open:focus,.navbar-dark .navbar-nav .nav-link.open:hover,.navbar-dark .navbar-nav .open>.nav-link,.navbar-dark .navbar-nav .open>.nav-link:focus,.navbar-dark .navbar-nav .open>.nav-link:hover{color:#fff}.navbar-dark .navbar-divider{background-color:rgba(255,255,255,.075)}.card{position:relative;display:block;margin-bottom:.75rem;background-color:#fff;border:1px solid #e5e5e5;border-radius:.25rem}.card-block{padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-radius:.25rem .25rem 0 0}.card>.list-group:last-child .list-group-item:last-child{border-radius:0 0 .25rem .25rem}.card-header{padding:.75rem 1.25rem;background-color:#f5f5f5;border-bottom:1px solid #e5e5e5}.card-header:first-child{border-radius:.25rem .25rem 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#f5f5f5;border-top:1px solid #e5e5e5}.card-footer:last-child{border-radius:0 0 .25rem .25rem}.card-primary{background-color:#0275d8;border-color:#0275d8}.card-success{background-color:#5cb85c;border-color:#5cb85c}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.card-danger{background-color:#d9534f;border-color:#d9534f}.card-primary-outline{background-color:transparent;border-color:#0275d8}.card-secondary-outline{background-color:transparent;border-color:#ccc}.card-info-outline{background-color:transparent;border-color:#5bc0de}.card-success-outline{background-color:transparent;border-color:#5cb85c}.card-warning-outline{background-color:transparent;border-color:#f0ad4e}.card-danger-outline{background-color:transparent;border-color:#d9534f}.card-inverse .card-footer,.card-inverse .card-header{border-bottom:1px solid rgba(255,255,255,.2)}.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff}.card-inverse .card-blockquote>footer,.card-inverse .card-link,.card-inverse .card-text{color:rgba(255,255,255,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:.25rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-top{border-radius:.25rem .25rem 0 0}.card-img-bottom{border-radius:0 0 .25rem .25rem}@media (min-width:544px){.card-deck{display:table;table-layout:fixed;border-spacing:1.25rem 0}.card-deck .card{display:table-cell;width:1%;vertical-align:top}.card-deck-wrapper{margin-right:-1.25rem;margin-left:-1.25rem}}@media (min-width:544px){.card-group{display:table;width:100%;table-layout:fixed}.card-group .card{display:table-cell;vertical-align:top}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child){border-radius:0}.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width:544px){.card-columns{column-count:3;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:.25rem}.breadcrumb::after{display:table;clear:both;content:""}.breadcrumb>li{float:left}.breadcrumb>li+li::before{padding-right:.5rem;padding-left:.5rem;color:#818a91;content:"/"}.breadcrumb>.active{color:#818a91}.pagination{display:inline-block;padding-left:0;margin-top:1rem;margin-bottom:1rem;border-radius:.25rem}.page-item{display:inline}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link,.page-item.active .page-link:focus,.page-item.active .page-link:hover{z-index:2;color:#fff;cursor:default;background-color:#0275d8;border-color:#0275d8}.page-item.disabled .page-link,.page-item.disabled .page-link:focus,.page-item.disabled .page-link:hover{color:#818a91;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;float:left;padding:.5rem .75rem;margin-left:-1px;line-height:1.5;color:#0275d8;text-decoration:none;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#014c8c;background-color:#eceeef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.333333}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.275rem .75rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.pager{padding-left:0;margin-top:1rem;margin-bottom:1rem;text-align:center;list-style:none}.pager::after{display:table;clear:both;content:""}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eceeef}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover{color:#818a91;cursor:not-allowed;background-color:#fff}.pager .disabled>span{color:#818a91;cursor:not-allowed;background-color:#fff}.pager-next>a,.pager-next>span{float:right}.pager-prev>a,.pager-prev>span{float:left}.label{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.label:empty{display:none}.btn .label{position:relative;top:-1px}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.label-default{background-color:#818a91}.label-default[href]:focus,.label-default[href]:hover{background-color:#687077}.label-primary{background-color:#0275d8}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#025aa5}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:.3rem}@media (min-width:544px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#d0d5d8}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:15px;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:35px}.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d0e9c6}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faf2cc}.alert-warning hr{border-top-color:#f7ecb5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebcccc}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:block;width:100%;height:1rem;margin-bottom:1rem}.progress[value]{-webkit-appearance:none;color:#0074d9;border:0;-moz-appearance:none;appearance:none}.progress[value]::-webkit-progress-bar{background-color:#eee;border-radius:.25rem}.progress[value]::-webkit-progress-value::before{content:attr(value)}.progress[value]::-webkit-progress-value{background-color:#0074d9;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.progress[value="100"]::-webkit-progress-value{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}@media screen and (min-width:0\0){.progress{background-color:#eee;border-radius:.25rem}.progress-bar{display:inline-block;height:1rem;text-indent:-999rem;background-color:#0074d9;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.progress[width^="0"]{min-width:2rem;color:#818a91;background-color:transparent;background-image:none}.progress[width="100%"]{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}}.progress-striped[value]::-webkit-progress-value{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-striped[value]::-moz-progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}@media screen and (min-width:0\0){.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}}.progress-animated[value]::-webkit-progress-value{animation:progress-bar-stripes 2s linear infinite}.progress-animated[value]::-moz-progress-bar{animation:progress-bar-stripes 2s linear infinite}@media screen and (min-width:0\0){.progress-animated .progress-bar-striped{animation:progress-bar-stripes 2s linear infinite}}.progress-success[value]::-webkit-progress-value{background-color:#5cb85c}.progress-success[value]::-moz-progress-bar{background-color:#5cb85c}@media screen and (min-width:0\0){.progress-success .progress-bar{background-color:#5cb85c}}.progress-info[value]::-webkit-progress-value{background-color:#5bc0de}.progress-info[value]::-moz-progress-bar{background-color:#5bc0de}@media screen and (min-width:0\0){.progress-info .progress-bar{background-color:#5bc0de}}.progress-warning[value]::-webkit-progress-value{background-color:#f0ad4e}.progress-warning[value]::-moz-progress-bar{background-color:#f0ad4e}@media screen and (min-width:0\0){.progress-warning .progress-bar{background-color:#f0ad4e}}.progress-danger[value]::-webkit-progress-value{background-color:#d9534f}.progress-danger[value]::-moz-progress-bar{background-color:#d9534f}@media screen and (min-width:0\0){.progress-danger .progress-bar{background-color:#d9534f}}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right{padding-left:10px}.media-left{padding-right:10px}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:0}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-flush .list-group-item{border-width:1px 0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}a.list-group-item,button.list-group-item{width:100%;color:#555;text-align:inherit}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#818a91;cursor:not-allowed;background-color:#eceeef}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#818a91}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#0275d8;border-color:#0275d8}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#a8d6fe}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9{padding-bottom:42.857143%}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.embed-responsive-1by1{padding-bottom:100%}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%)}.modal.in .modal-dialog{transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header::after{display:table;clear:both;content:""}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.5}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer::after{display:table;clear:both;content:""}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:544px){.modal-dialog{width:600px;margin:30px auto}.modal-sm{width:300px}}@media (min-width:768px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;opacity:0;line-break:auto}.tooltip.in{opacity:.9}.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top{padding:5px 0;margin-top:-3px}.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,.tooltip.tooltip-top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-right{padding:0 5px;margin-left:3px}.tooltip.bs-tether-element-attached-left .tooltip-arrow,.tooltip.tooltip-right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom{padding:5px 0;margin-top:3px}.tooltip.bs-tether-element-attached-top .tooltip-arrow,.tooltip.tooltip-bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-left{padding:0 5px;margin-left:-3px}.tooltip.bs-tether-element-attached-right .tooltip-arrow,.tooltip.tooltip-left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;line-break:auto}.popover.bs-tether-element-attached-bottom,.popover.popover-top{margin-top:-10px}.popover.bs-tether-element-attached-bottom .popover-arrow,.popover.popover-top .popover-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.bs-tether-element-attached-bottom .popover-arrow::after,.popover.popover-top .popover-arrow::after{bottom:1px;margin-left:-10px;content:"";border-top-color:#fff;border-bottom-width:0}.popover.bs-tether-element-attached-left,.popover.popover-right{margin-left:10px}.popover.bs-tether-element-attached-left .popover-arrow,.popover.popover-right .popover-arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.bs-tether-element-attached-left .popover-arrow::after,.popover.popover-right .popover-arrow::after{bottom:-10px;left:1px;content:"";border-right-color:#fff;border-left-width:0}.popover.bs-tether-element-attached-top,.popover.popover-bottom{margin-top:10px}.popover.bs-tether-element-attached-top .popover-arrow,.popover.popover-bottom .popover-arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-top .popover-arrow::after,.popover.popover-bottom .popover-arrow::after{top:1px;margin-left:-10px;content:"";border-top-width:0;border-bottom-color:#fff}.popover.bs-tether-element-attached-right,.popover.popover-left{margin-left:-10px}.popover.bs-tether-element-attached-right .popover-arrow,.popover.popover-left .popover-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-right .popover-arrow::after,.popover.popover-left .popover-arrow::after{right:1px;bottom:-10px;content:"";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:-.7rem -.7rem 0 0}.popover-content{padding:9px 14px}.popover-arrow,.popover-arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover-arrow{border-width:11px}.popover-arrow::after{content:"";border-width:10px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.carousel-item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.carousel-item{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}.carousel-inner>.carousel-item.active.right,.carousel-inner>.carousel-item.next{left:0;transform:translate3d(100%,0,0)}.carousel-inner>.carousel-item.active.left,.carousel-inner>.carousel-item.prev{left:0;transform:translate3d(-100%,0,0)}.carousel-inner>.carousel-item.active,.carousel-inner>.carousel-item.next.left,.carousel-inner>.carousel-item.prev.right{left:0;transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5}.carousel-control.left{background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-prev::before{content:"\2039"}.carousel-control .icon-next::before{content:"\203A"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:transparent;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media (min-width:544px){.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .icon-prev{margin-left:-15px}.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix::after{display:table;clear:both;content:""}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-xs-left{float:left!important}.pull-xs-right{float:right!important}.pull-xs-none{float:none!important}@media (min-width:544px){.pull-sm-left{float:left!important}.pull-sm-right{float:right!important}.pull-sm-none{float:none!important}}@media (min-width:768px){.pull-md-left{float:left!important}.pull-md-right{float:right!important}.pull-md-none{float:none!important}}@media (min-width:992px){.pull-lg-left{float:left!important}.pull-lg-right{float:right!important}.pull-lg-none{float:none!important}}@media (min-width:1200px){.pull-xl-left{float:left!important}.pull-xl-right{float:right!important}.pull-xl-none{float:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.invisible{visibility:hidden!important}.text-hide{font:"0/0" a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-xs-left{text-align:left!important}.text-xs-right{text-align:right!important}.text-xs-center{text-align:center!important}@media (min-width:544px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-muted{color:#818a91}.text-primary{color:#0275d8!important}a.text-primary:focus,a.text-primary:hover{color:#025aa5}.text-success{color:#5cb85c!important}a.text-success:focus,a.text-success:hover{color:#449d44}.text-info{color:#5bc0de!important}a.text-info:focus,a.text-info:hover{color:#31b0d5}.text-warning{color:#f0ad4e!important}a.text-warning:focus,a.text-warning:hover{color:#ec971f}.text-danger{color:#d9534f!important}a.text-danger:focus,a.text-danger:hover{color:#c9302c}.bg-inverse{color:#eceeef;background-color:#373a3c}.bg-faded{background-color:#f7f7f9}.bg-primary{color:#fff!important;background-color:#0275d8!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#025aa5}.bg-success{color:#fff!important;background-color:#5cb85c!important}a.bg-success:focus,a.bg-success:hover{background-color:#449d44}.bg-info{color:#fff!important;background-color:#5bc0de!important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5}.bg-warning{color:#fff!important;background-color:#f0ad4e!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ec971f}.bg-danger{color:#fff!important;background-color:#d9534f!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#c9302c}.m-x-auto{margin-right:auto!important;margin-left:auto!important}.m-a-0{margin:0 0!important}.m-t-0{margin-top:0!important}.m-r-0{margin-right:0!important}.m-b-0{margin-bottom:0!important}.m-l-0{margin-left:0!important}.m-x-0{margin-right:0!important;margin-left:0!important}.m-y-0{margin-top:0!important;margin-bottom:0!important}.m-a-1{margin:1rem 1rem!important}.m-t-1{margin-top:1rem!important}.m-r-1{margin-right:1rem!important}.m-b-1{margin-bottom:1rem!important}.m-l-1{margin-left:1rem!important}.m-x-1{margin-right:1rem!important;margin-left:1rem!important}.m-y-1{margin-top:1rem!important;margin-bottom:1rem!important}.m-a-2{margin:1.5rem 1.5rem!important}.m-t-2{margin-top:1.5rem!important}.m-r-2{margin-right:1.5rem!important}.m-b-2{margin-bottom:1.5rem!important}.m-l-2{margin-left:1.5rem!important}.m-x-2{margin-right:1.5rem!important;margin-left:1.5rem!important}.m-y-2{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-a-3{margin:3rem 3rem!important}.m-t-3{margin-top:3rem!important}.m-r-3{margin-right:3rem!important}.m-b-3{margin-bottom:3rem!important}.m-l-3{margin-left:3rem!important}.m-x-3{margin-right:3rem!important;margin-left:3rem!important}.m-y-3{margin-top:3rem!important;margin-bottom:3rem!important}.p-a-0{padding:0 0!important}.p-t-0{padding-top:0!important}.p-r-0{padding-right:0!important}.p-b-0{padding-bottom:0!important}.p-l-0{padding-left:0!important}.p-x-0{padding-right:0!important;padding-left:0!important}.p-y-0{padding-top:0!important;padding-bottom:0!important}.p-a-1{padding:1rem 1rem!important}.p-t-1{padding-top:1rem!important}.p-r-1{padding-right:1rem!important}.p-b-1{padding-bottom:1rem!important}.p-l-1{padding-left:1rem!important}.p-x-1{padding-right:1rem!important;padding-left:1rem!important}.p-y-1{padding-top:1rem!important;padding-bottom:1rem!important}.p-a-2{padding:1.5rem 1.5rem!important}.p-t-2{padding-top:1.5rem!important}.p-r-2{padding-right:1.5rem!important}.p-b-2{padding-bottom:1.5rem!important}.p-l-2{padding-left:1.5rem!important}.p-x-2{padding-right:1.5rem!important;padding-left:1.5rem!important}.p-y-2{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-a-3{padding:3rem 3rem!important}.p-t-3{padding-top:3rem!important}.p-r-3{padding-right:3rem!important}.p-b-3{padding-bottom:3rem!important}.p-l-3{padding-left:3rem!important}.p-x-3{padding-right:3rem!important;padding-left:3rem!important}.p-y-3{padding-top:3rem!important;padding-bottom:3rem!important}.pos-f-t{position:fixed;top:0;right:0;left:0;z-index:1030}.hidden-xs-up{display:none!important}@media (max-width:543px){.hidden-xs-down{display:none!important}}@media (min-width:544px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!important}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon, .GifListItem {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover, .GifListItem:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .GifListItem:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus, .GifListItem:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active, .GifListItem:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon, .GifListItem {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover, .GifListItem:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .GifListItem:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus, .GifListItem:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active, .GifListItem:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.Copybox {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Copybox input {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }

.ShareIcon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative; }
  .ShareIcon img {
    width: 40px;
    height: 40px; }

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
  font-size: 16px; }

.Tooltip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: calc(40px + 6px);
  z-index: 98; }
  .Tooltip span {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #2b2b2b;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.03); }

@media (min-width: 841px) {
  .ShareIcon:hover .Tooltip, .Copybox:hover .Tooltip, .social-icon:hover .Tooltip {
    display: inline-block; } }

.spinner {
  height: 25px !important;
  width: 25px !important;
  margin: 0 auto !important;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 174, 239, 0.15);
  border-right: 6px solid rgba(0, 174, 239, 0.15);
  border-bottom: 6px solid rgba(0, 174, 239, 0.15);
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-radius: 100%; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.gif-spinner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 20px;
  height: 20px; }

.GifList {
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin: -20px -10px !important; }
  @media (max-width: 840px) {
    .GifList {
      margin: -10px -5px !important; } }
  .GifList .column {
    position: relative;
    top: 0;
    margin: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    height: 100%; }
    .GifList .column > * {
      position: absolute; }

.GifListItem {
  border-radius: 5px;
  cursor: pointer;
  margin: 20px 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.08); }
  @media (max-width: 840px) {
    .GifListItem {
      margin: 10px 5px;
      width: calc(100% - 10px); } }
  .GifListItem:not([disabled]):hover, .GifListItem:not([disabled]):focus {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }
  .GifListItem:not([disabled]):active {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05); }
  .GifListItem a {
    display: block; }
    .GifListItem a .Gif img, .GifListItem a .Gif video {
      display: block;
      border: 1px solid #d9d9d9;
      border-radius: 5px; }
  .GifListItem .tags {
    display: none;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse; }
    .GifListItem .tags li {
      list-style: none;
      display: inline-block; }
    .GifListItem .tags a {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      font-size: 15px;
      text-shadow: 0 0 1px black;
      color: white;
      padding-left: 10px;
      padding-bottom: 10px;
      display: inline-block;
      text-overflow: ellipsis;
      overflow: hidden;
      vertical-align: bottom;
      max-width: 100%;
      width: auto;
      pointer-events: auto; }
      .GifListItem .tags a:hover {
        color: white; }
  .GifListItem .badge {
    position: absolute; }
    .GifListItem .badge.pos-0 {
      display: none; }
    .GifListItem .badge.pos-1 {
      top: 0;
      left: 0; }
    .GifListItem .badge.pos-2 {
      top: 0;
      right: 0; }
    .GifListItem .badge.pos-3 {
      bottom: 0;
      right: 0; }
    .GifListItem .badge.pos-4 {
      bottom: 0;
      left: 0; }
  .GifListItem .overlay {
    display: none;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-180deg, transparent 50%, rgba(0, 0, 0, 0.25) 99%); }
  .GifListItem .actions {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px; }
    .GifListItem .actions .FavButton {
      font-size: 15px;
      width: 30px;
      height: 30px;
      line-height: 30px !important; }
  @media (min-width: 841px) {
    .GifListItem:hover .actions {
      display: block; }
    .GifListItem:hover .overlay {
      display: block; }
    .GifListItem:hover .tags {
      display: -ms-flexbox;
      display: flex; } }
  .GifListItem .unprocessed-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }

.no-results {
  margin: 20px; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ProfileImage {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 600;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: cover;
  border-radius: 50%;
  margin: 5px;
  margin-right: 10px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 23px;
  vertical-align: top; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .SearchTag {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .SearchTag:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .SearchTag:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .SearchTag:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .SearchTag:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .RelatedTag, .TrendsTag .img {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .RelatedTag:hover, .TrendsTag .img:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .RelatedTag:focus, .TrendsTag .img:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, .RelatedTag:active, .TrendsTag .img:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .RelatedTag:not([disabled]):hover, .TrendsTag .img:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .RelatedTag:not([disabled]):focus, .TrendsTag .img:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .RelatedTag:not([disabled]):active, .TrendsTag .img:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.SearchTag {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 600;
  width: 140px;
  height: 120px;
  background-color: grey;
  background-position: center;
  margin-right: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 3px;
  color: white;
  position: relative;
  font-weight: bold;
  background-size: cover;
  overflow: hidden;
  vertical-align: bottom;
  box-shadow: 0 2px 10px 0 rgba(83, 83, 92, 0.11), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  font-size: 18px;
  line-height: 120px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 0.5px 0 black;
  padding: 0 5px;
  padding-bottom: 75%; }
  .SearchTag:not([disabled]):hover, .SearchTag:not([disabled]):focus {
    color: white;
    box-shadow: 0 4px 20px 0 rgba(83, 83, 92, 0.11), 0 4px 8px 0 rgba(0, 0, 0, 0.12); }
  @media (max-width: 840px) {
    .SearchTag {
      margin-right: 10px !important; } }
  .SearchTag span {
    position: absolute;
    top: 50%;
    line-height: 0; }

.RelatedTag {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 600;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  margin-right: 20px;
  margin-bottom: 10px; }
  .RelatedTag:not([disabled]):hover, .RelatedTag:not([disabled]):focus {
    opacity: 0.9;
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  @media (max-width: 840px) {
    .RelatedTag {
      margin-right: 10px !important; } }

.TagList {
  margin-bottom: 20px !important;
  white-space: nowrap;
  overflow-x: scroll;
  padding-top: 1px; }
  .TagList::-webkit-scrollbar {
    display: none; }
  .TagList .RelatedTag {
    margin-bottom: 20px; }
  .TagList.no-wrap {
    margin-bottom: 15px !important;
    height: 55px;
    white-space: normal;
    overflow: hidden; }

.responsive-tag-container {
  margin: 0 -10px; }
  .responsive-tag-container .responsive-tag-wrapper {
    display: inline-block;
    width: calc(20% - 20px);
    margin: 10px; }
    @media (max-width: 1100px) {
      .responsive-tag-container .responsive-tag-wrapper {
        width: calc(25% - 20px); } }
    .responsive-tag-container .responsive-tag-wrapper .SearchTag {
      width: 100%;
      margin: 0;
      font-size: 1.2em; }
  @media (max-width: 840px) {
    .responsive-tag-container {
      margin: 0 -5px; }
      .responsive-tag-container .responsive-tag-wrapper {
        width: calc(33% - 10px);
        margin: 5px; } }
    @media (max-width: 840px) and (max-width: 500px) {
      .responsive-tag-container .responsive-tag-wrapper {
        width: calc(50% - 10px) !important; } }

.TrendsTag {
  vertical-align: top;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  width: calc(20% - 20px); }
  @media (max-width: 1200px) {
    .TrendsTag {
      width: calc(25% - 20px); } }
  @media (max-width: 840px) {
    .TrendsTag {
      width: 180px;
      margin: 0;
      margin-right: 10px; } }
  .TrendsTag a:hover {
    text-decoration: none; }
  .TrendsTag .img {
    position: relative;
    padding: 10px;
    width: 100%;
    height: 90px;
    background-color: grey;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 840px) {
      .TrendsTag .img {
        height: 80px; } }
    .TrendsTag .img:not([disabled]):hover, .TrendsTag .img:not([disabled]):focus {
      opacity: 0.9;
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .TrendsTag .info {
    padding-top: 5px;
    overflow: hidden; }
    .TrendsTag .info .searchterm {
      font-size: 16px;
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      text-overflow: ellipsis;
      overflow: hidden;
      color: black; }
    .TrendsTag .info .percentage-change {
      font-size: 13px;
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      color: #47b360; }
      .TrendsTag .info .percentage-change.negative {
        color: #ff6666; }
    .TrendsTag .info .note {
      width: 100%;
      color: #171717;
      white-space: normal;
      font-size: 12px; }
      @media (max-width: 840px) {
        .TrendsTag .info .note {
          width: 160px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }

@media (max-width: 840px) {
  .TrendsTagList {
    padding-bottom: 10px; } }

.TrendsTagList .frame-container {
  margin-bottom: 0 !important;
  height: 160px;
  position: relative;
  overflow: hidden;
  margin: 0 -10px; }
  .TrendsTagList .frame-container .frame {
    position: absolute;
    width: 100%;
    transition: left 0.3s linear; }

.TrendsTagList .scroll-button {
  position: absolute;
  height: 50px;
  width: 30px;
  top: 35px;
  cursor: pointer;
  line-height: 50px;
  opacity: 0.3;
  text-align: center; }
  .TrendsTagList .scroll-button.prev-button {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    left: -35px; }
  .TrendsTagList .scroll-button.next-button {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    right: -35px; }
  .TrendsTagList .scroll-button:hover {
    opacity: 1;
    transition: opacity 0.25s ease-in-out; }

.TrendsTagList:hover .scroll-button {
  opacity: 1;
  transition: opacity 0.25s ease-in-out; }
.UpsellPill {
  position: fixed;
  bottom: 15px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  z-index: 100; }
  .UpsellPill.hidden {
    display: none; }
  .UpsellPill div {
    color: white;
    min-width: 140px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 16px;
    background-image: linear-gradient(to right, #4cafff, #2e93e6); }
  .UpsellPill a {
    color: white; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .GifContextDialog > div a, .GifContextDialog > div button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .GifContextDialog > div a:hover, .GifContextDialog > div button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .GifContextDialog > div a:focus, .GifContextDialog > div button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, .GifContextDialog > div a:active, .GifContextDialog > div button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifContextDialog > div a:not([disabled]):hover, .GifContextDialog > div button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifContextDialog > div a:not([disabled]):focus, .GifContextDialog > div button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .GifContextDialog > div a:not([disabled]):active, .GifContextDialog > div button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button, .GifContextDialog > div a, .GifContextDialog > div button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled], .GifContextDialog > div a[disabled], .GifContextDialog > div button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifContextDialog > div a:not([disabled]):hover, .GifContextDialog > div button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifContextDialog > div a:not([disabled]):focus, .GifContextDialog > div button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .GifContextDialog > div a:not([disabled]):active, .GifContextDialog > div button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button, .GifContextDialog > div a, .GifContextDialog > div button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled], .GifContextDialog > div a[disabled], .GifContextDialog > div button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifContextDialog > div a:not([disabled]):hover, .GifContextDialog > div button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifContextDialog > div a:not([disabled]):focus, .GifContextDialog > div button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active, .GifContextDialog > div a:not([disabled]):active, .GifContextDialog > div button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .GifContextDialog > div a, .GifContextDialog > div button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .GifContextDialog > div a:hover, .GifContextDialog > div button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .GifContextDialog > div a:focus, .GifContextDialog > div button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, .GifContextDialog > div a:active, .GifContextDialog > div button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifContextDialog > div a:not([disabled]):hover, .GifContextDialog > div button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifContextDialog > div a:not([disabled]):focus, .GifContextDialog > div button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .GifContextDialog > div a:not([disabled]):active, .GifContextDialog > div button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button, .GifContextDialog > div a, .GifContextDialog > div button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled], .GifContextDialog > div a[disabled], .GifContextDialog > div button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifContextDialog > div a:not([disabled]):hover, .GifContextDialog > div button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifContextDialog > div a:not([disabled]):focus, .GifContextDialog > div button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .GifContextDialog > div a:not([disabled]):active, .GifContextDialog > div button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button, .GifContextDialog > div a, .GifContextDialog > div button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled], .GifContextDialog > div a[disabled], .GifContextDialog > div button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifContextDialog > div a:not([disabled]):hover, .GifContextDialog > div button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifContextDialog > div a:not([disabled]):focus, .GifContextDialog > div button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active, .GifContextDialog > div a:not([disabled]):active, .GifContextDialog > div button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.Copybox {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Copybox input {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }

.ShareIcon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative; }
  .ShareIcon img {
    width: 40px;
    height: 40px; }

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
  font-size: 16px; }

.Tooltip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: calc(40px + 6px);
  z-index: 98; }
  .Tooltip span {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #2b2b2b;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.03); }

@media (min-width: 841px) {
  .ShareIcon:hover .Tooltip, .Copybox:hover .Tooltip, .social-icon:hover .Tooltip {
    display: inline-block; } }

.GifContextDialog > div {
  margin-top: 10px; }
  .GifContextDialog > div a, .GifContextDialog > div button {
    margin: 0;
    display: inline-block; }

.GifContextDialog .copyGif img {
  height: 100px; }

.GifContextDialog .copyGif p {
  margin: 0;
  margin-top: 3px; }

.GifPage h1 {
  font-size: 18px; }

.GifPage .Copybox input {
  max-width: 500px;
  border-radius: 3px; }

.GifPage .ShareIcon {
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 50%;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(50, 50, 93, 0.1); }

.GifPage .single-view-container #single-gif-container {
  text-align: center;
  position: relative;
  clear: both;
  cursor: pointer;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }
  .GifPage .single-view-container #single-gif-container .mute-button {
    position: absolute;
    width: auto;
    top: 0.5em;
    left: 0.5em;
    z-index: 100;
    outline: none;
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 23px;
    padding: 10px;
    padding-top: 11px; }
  .GifPage .single-view-container #single-gif-container .Tooltip {
    position: absolute;
    top: calc(50% - 20px);
    left: 50%;
    bottom: auto; }
  .GifPage .single-view-container #single-gif-container .Gif {
    max-height: 70vh; }
    .GifPage .single-view-container #single-gif-container .Gif img, .GifPage .single-view-container #single-gif-container .Gif video {
      height: 100%;
      width: auto;
      border-radius: 5px;
      display: block;
      margin-left: auto;
      margin-right: auto; }

.GifPage .main-container {
  display: inline-block;
  width: 75%; }
  .GifPage .main-container .gif-details-container .gif-actions {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-top: 20px; }
    @media (min-width: 841px) {
      .GifPage .main-container .gif-details-container .gif-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .GifPage .main-container .gif-details-container .gif-actions .author-username {
      vertical-align: top;
      line-height: 50px; }
    .GifPage .main-container .gif-details-container .gif-actions .profile-info {
      -ms-flex-order: 1;
          order: 1; }
    .GifPage .main-container .gif-details-container .gif-actions .extra-controls {
      -ms-flex-order: 2;
          order: 2; }
      @media (min-width: 841px) {
        .GifPage .main-container .gif-details-container .gif-actions .extra-controls {
          text-align: right;
          -ms-flex-item-align: end;
              align-self: flex-end; } }
  .GifPage .main-container .gif-details-container .tag-list {
    display: inline-block;
    padding-top: 20px; }
  .GifPage .main-container .gif-details-container .TagList, .GifPage .main-container .gif-details-container dl {
    margin-bottom: 0; }
  .GifPage .main-container .gif-details-container .gif-details {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #e8e8e8; }
    .GifPage .main-container .gif-details-container .gif-details h3 {
      font-family: "Nunito Sans", helvetica, arial, sans-serif;
      font-weight: 700; }
    .GifPage .main-container .gif-details-container .gif-details h4 {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 500; }
    .GifPage .main-container .gif-details-container .gif-details.admin h4 {
      margin-top: 1.5em;
      margin-bottom: 0.5em; }

.GifPage .related-gifs-container {
  margin-top: 45px;
  display: inline-block;
  width: 25%;
  padding-left: 20px;
  vertical-align: top; }

@media (max-width: 840px) {
  .GifPage .main-container {
    width: 100%; }
  .GifPage .related-gifs-container {
    margin-top: 30px;
    width: 100%;
    padding-left: 0; } }

.QualityToggle {
  vertical-align: top;
  margin: 5px;
  margin-right: 15px;
  line-height: 30px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11); }
  .QualityToggle > button {
    margin: 0 5px;
    font-size: 13px;
    color: #ccc;
    border: none;
    padding: 0px;
    background: none;
    display: inline;
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    cursor: pointer; }
    .QualityToggle > button.selected {
      color: black; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.carousel-container {
  margin-top: 0; }
  @media (max-width: 840px) {
    .carousel-container {
      padding-top: 0;
      padding-bottom: 0; } }

.carousel {
  width: 100%;
  height: 250px;
  background: #007add;
  color: white;
  font-size: 13px;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden; }
  .carousel img {
    visibility: visible; }
  .carousel .slide {
    position: absolute;
    background-color: inherit;
    height: 100%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0); }
    .carousel .slide * {
      -webkit-transform: translate3d(0, 0, 0); }
    .carousel .slide .info img {
      max-width: 100%; }
  .carousel .arrow {
    width: 8px;
    height: 14px;
    position: absolute;
    top: calc(50% - 7px);
    cursor: pointer;
    z-index: 9999; }
  .carousel .left-arrow {
    left: 20px; }
  .carousel .right-arrow {
    right: 20px;
    transform: rotate(180deg); }
  .carousel .badges > * {
    width: 124px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px; }
    .carousel .badges > * img {
      width: 100%; }
    .carousel .badges > *.download-btn {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 500;
      font-size: 12px;
      text-align: center;
      background: #fff;
      border-radius: 5px;
      vertical-align: bottom;
      line-height: 30px;
      color: #007add; }
  .carousel .slide-1 {
    text-align: center; }
    .carousel .slide-1 .info {
      top: 10px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      display: inline-block; }
      .carousel .slide-1 .info .keyboard-text {
        display: inline-block;
        height: 79px;
        width: 350px; }
      .carousel .slide-1 .info p {
        margin-top: 10px; }
    .carousel .slide-1 .badges {
      width: auto;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0; }
      .carousel .slide-1 .badges > * {
        display: inline-block; }
  .carousel .slide-2 {
    text-align: left; }
    .carousel .slide-2 .info {
      max-width: 275px; }
      .carousel .slide-2 .info .keyboard-text-mac {
        display: inline-block;
        width: 100%; }
      .carousel .slide-2 .info p {
        margin-top: 20px; }
    .carousel .slide-2 .badges {
      position: absolute;
      bottom: 10px; }
  .carousel .hide {
    display: none; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.Copybox {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Copybox input {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }

.ShareIcon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative; }
  .ShareIcon img {
    width: 40px;
    height: 40px; }

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
  font-size: 16px; }

.Tooltip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: calc(40px + 6px);
  z-index: 98; }
  .Tooltip span {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #2b2b2b;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.03); }

@media (min-width: 841px) {
  .ShareIcon:hover .Tooltip, .Copybox:hover .Tooltip, .social-icon:hover .Tooltip {
    display: inline-block; } }

@keyframes menuFadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -10px, 0); } }

@keyframes menuFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1; } }

.menu {
  display: none;
  animation-name: menuFadeOutUp;
  animation-duration: 0.15s;
  background-color: white;
  width: 400px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(83, 83, 92, 0.11);
  border: solid 1px #e6e8eb;
  position: absolute;
  top: 44px;
  right: -7px; }
  .menu .item {
    border-bottom: 1px solid #e6e8eb; }
    .menu .item:last-child {
      border-bottom: none; }
  .menu h2.item, .menu h3.item, .menu a.item {
    display: block;
    text-align: left;
    color: #2b2b2b;
    padding-left: 20px;
    padding-right: 20px; }
  .menu h2.item, .menu h3.item {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    height: 42px;
    line-height: 42px; }
  .menu h3.item {
    font-size: 10px;
    color: #999999;
    height: 32px;
    line-height: 32px;
    background-color: #f7f9fa;
    text-transform: uppercase; }
  .menu a.item:hover, .menu a.item:focus {
    text-decoration: none;
    background-color: #f7f9fa; }

.clicked .menu {
  display: block; }

.active .menu {
  animation-name: menuFadeInDown;
  z-index: 1000; }

.Chart {
  position: relative; }
  .Chart svg {
    overflow: visible !important; }

.Annotation {
  position: absolute; }
  .Annotation .indicator {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #171717;
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 10px;
    border: 1px solid #171717;
    background-color: white;
    text-align: center;
    position: relative;
    top: -10px;
    left: -9px; }
    @media (min-width: 841px) {
      .Annotation .indicator {
        color: rgba(23, 23, 23, 0.3);
        border-color: rgba(23, 23, 23, 0.3); }
        .Annotation .indicator:hover {
          color: #171717;
          border-color: #171717; } }
  .Annotation .callout {
    position: absolute;
    bottom: -23px;
    right: 50px;
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: white;
    z-index: 100; }
    .Annotation .callout .img {
      position: relative;
      width: 131px;
      height: 86px;
      border-radius: 3px;
      border: 2px solid #171717;
      box-shadow: 0 15px 25px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.07);
      overflow: hidden;
      background-size: cover;
      background-position: center; }
    .Annotation .callout .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
    .Annotation .callout .title {
      margin-left: 15px;
      margin-right: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 100%;
      position: relative;
      text-align: center; }
    .Annotation .callout .arrow {
      position: absolute;
      right: -10px;
      bottom: 33px;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #171717; }
    .Annotation .callout.right {
      left: 30px; }
      .Annotation .callout.right .arrow {
        left: -10px;
        border-left: none;
        border-right: 10px solid #171717; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.SearchPage {
  position: relative; }
  .SearchPage .chart-wrapper {
    position: absolute;
    top: 10px;
    right: 0; }
    .SearchPage .chart-wrapper .Chart {
      display: inline-block; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .LinkTag {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .LinkTag:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .LinkTag:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .LinkTag:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .LinkTag:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .BrandedPartnerPage .social-icon {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .BrandedPartnerPage .social-icon:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .BrandedPartnerPage .social-icon:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, .BrandedPartnerPage .social-icon:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .BrandedPartnerPage .social-icon:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .BrandedPartnerPage .social-icon:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .BrandedPartnerPage .social-icon:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.BrandedPartnerPage h2 {
  margin-top: 20px;
  margin-bottom: 10px; }

.BrandedPartnerPage .content {
  margin-top: 1em; }

.BrandedPartnerPage .link-actions {
  display: inline-block;
  float: right; }
  .BrandedPartnerPage .link-actions .cta-button {
    margin: 5px 10px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top; }

.BrandedPartnerPage .social-icon {
  display: inline-block;
  width: 45px;
  margin: 5px 10px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #007add;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat; }

.LinkTag {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 600;
  width: 160px;
  height: 80px;
  background-color: grey;
  background-position: center;
  margin-right: 20px;
  display: inline-block;
  border-radius: 3px;
  color: white;
  position: relative;
  font-weight: bold;
  background-size: cover;
  overflow: hidden;
  vertical-align: bottom;
  box-shadow: 0 2px 10px 0 rgba(83, 83, 92, 0.11), 0 2px 4px 0 rgba(0, 0, 0, 0.12); }
  @media (max-width: 840px) {
    .LinkTag {
      margin-right: 10px !important; } }
  .LinkTag .term {
    font-size: 18px;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0px;
    top: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 0.5px 0 #000000;
    overflow: hidden;
    line-height: 120px;
    text-align: center; }

.BrandedPartnerHeader {
  margin-top: -30px; }
  .BrandedPartnerHeader .banner-image {
    background-image: linear-gradient(135deg, #84fab0, #8fd3f4);
    background-position: center;
    background-size: cover;
    height: 35vh; }
    @media (min-width: 1000px) {
      .BrandedPartnerHeader .banner-image {
        height: 50vh; } }
  .BrandedPartnerHeader .profile-details {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 10px; }
    .BrandedPartnerHeader .profile-details .ProfileImage {
      margin: 0;
      position: absolute;
      border-radius: 50%;
      top: -70px;
      width: 140px;
      height: 140px;
      line-height: 140px; }
    .BrandedPartnerHeader .profile-details .name-info {
      margin-left: 150px;
      display: inline-block;
      padding: 5px; }
      .BrandedPartnerHeader .profile-details .name-info h1 {
        font-size: 22px;
        font-family: "Nunito Sans", helvetica, arial, sans-serif;
        font-weight: 700;
        margin-bottom: 2px; }
      @media (max-width: 840px) {
        .BrandedPartnerHeader .profile-details .name-info {
          width: calc(100% - 70px); } }

.MobileBrandedPartnerHeader {
  margin-top: -30px; }
  .MobileBrandedPartnerHeader .banner-image {
    background-image: linear-gradient(135deg, #84fab0, #8fd3f4);
    background-position: center;
    background-size: cover;
    height: 125px; }
  .MobileBrandedPartnerHeader .profile-details {
    padding: 0 15px;
    position: relative; }
    .MobileBrandedPartnerHeader .profile-details .ProfileImage {
      margin: 0;
      position: absolute;
      border-radius: 50%;
      top: -45px;
      width: 90px;
      height: 90px;
      line-height: 90px; }
    .MobileBrandedPartnerHeader .profile-details .name-info {
      margin-left: 5px; }
      .MobileBrandedPartnerHeader .profile-details .name-info h1 {
        font-size: 22px;
        font-family: "Nunito Sans", helvetica, arial, sans-serif;
        font-weight: 700;
        margin-bottom: 2px;
        padding-top: 10px; }
    .MobileBrandedPartnerHeader .profile-details .cta-button {
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      margin-top: 10px;
      padding: 8px 12px;
      float: right; }

.BrandedPartnerCategory {
  margin-bottom: 20px; }
  .BrandedPartnerCategory .category-links-list {
    white-space: nowrap;
    overflow-x: scroll; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.PackPage .ios-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  background-color: #007add;
  color: white;
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-align: center; }
  .PackPage .ios-banner p {
    margin-top: 15px;
    margin-bottom: 15px; }
  .PackPage .ios-banner a {
    display: block;
    font-size: 20px;
    background-color: white;
    color: #007add;
    border-radius: 22.5px;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
    height: 45px;
    line-height: 45px; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ProfilePage .avatar {
  border-radius: 50%;
  width: 51px;
  height: 51px;
  vertical-align: top; }

.ProfilePage h1 {
  height: 51px;
  line-height: 51px;
  margin-right: auto;
  font-size: 25px;
  margin-bottom: 0;
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  display: inline-block; }

.ProfilePage img + h1 {
  margin-left: 20px; }

.ProfilePage .content {
  margin-top: 1em; }

.ProfilePage .tabs {
  padding-bottom: 10px; }
  .ProfilePage .tabs * {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.6;
    color: #999999;
    margin-right: 30px; }
    .ProfilePage .tabs *.current {
      color: #2b2b2b; }
  .ProfilePage .tabs span {
    color: #2b2b2b; }

.ProfilePage .refresh-msg {
  text-align: center;
  margin-bottom: 1em; }

.ProfilePage .no-gifs {
  background-color: white;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
  padding-top: 229px;
  border: 1px dashed #999999; }
  .ProfilePage .no-gifs h2 {
    font-size: 18px;
    line-height: 1.47;
    margin-bottom: 10px; }
  .ProfilePage .no-gifs p {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.44;
    width: 274px;
    margin-left: auto;
    margin-right: auto; }
  .ProfilePage .no-gifs .img1, .ProfilePage .no-gifs .img2, .ProfilePage .no-gifs .img3 {
    position: absolute;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11); }
  .ProfilePage .no-gifs .img1 {
    transform: rotate(-15deg);
    top: 61px;
    left: 54px; }
  .ProfilePage .no-gifs .img2 {
    top: 79px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .ProfilePage .no-gifs .img3 {
    transform: rotate(-345deg);
    top: 56px;
    right: 54px; }
  .ProfilePage .no-gifs .button, .ProfilePage .no-gifs .white-button {
    display: block;
    margin-top: 100px;
    margin-left: 68px;
    margin-right: 68px; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.Copybox {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Copybox input {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }

.ShareIcon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative; }
  .ShareIcon img {
    width: 40px;
    height: 40px; }

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
  font-size: 16px; }

.Tooltip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: calc(40px + 6px);
  z-index: 98; }
  .Tooltip span {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #2b2b2b;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.03); }

@media (min-width: 841px) {
  .ShareIcon:hover .Tooltip, .Copybox:hover .Tooltip, .social-icon:hover .Tooltip {
    display: inline-block; } }

.SearchBar {
  position: relative;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 3px;
  color: #171717;
  font-size: 16px;
  text-align: left; }
  .SearchBar input {
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    padding: 12px 20px;
    color: #171717;
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    /* browser specific prefixes only work when specified separately */ }
    .SearchBar input::-webkit-input-placeholder {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      color: #171717;
      opacity: 0.3; }
    .SearchBar input:-ms-input-placeholder {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      color: #171717;
      opacity: 0.3; }
    .SearchBar input::placeholder {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      color: #171717;
      opacity: 0.3; }
    .SearchBar input::-webkit-input-placeholder {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      color: #171717;
      opacity: 0.3; }
    .SearchBar input::-moz-placeholder {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      color: #171717;
      opacity: 0.3; }
    .SearchBar input:-ms-input-placeholder {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      color: #171717;
      opacity: 0.3; }
    .SearchBar input:hover {
      transition: all .15s ease-in;
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.08); }
  .SearchBar .iconfont-search {
    position: absolute;
    right: 0;
    padding: 17px;
    cursor: pointer; }
  .SearchBar .suggestions {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    position: absolute;
    width: 100%;
    z-index: 105;
    background-color: white;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.08); }
    .SearchBar .suggestions > a {
      display: block;
      padding: 10px 20px;
      text-decoration: none;
      color: #171717; }
      .SearchBar .suggestions > a:hover, .SearchBar .suggestions > a.selected {
        background-color: #eee;
        transition: all .15s ease-in; }
      .SearchBar .suggestions > a img {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 7px;
        border-radius: 12px;
        vertical-align: bottom; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.TopBar {
  height: 75px;
  padding: 12px;
  background-image: linear-gradient(to right, #4cafff, #2e93e6);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200; }
  .TopBar .container {
    position: relative; }
    .TopBar .container .navbar-brand {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      height: 50px;
      line-height: 50px;
      padding-left: inherit;
      padding-right: inherit;
      transition: opacity 0.25s ease-in-out; }
      .TopBar .container .navbar-brand img {
        display: inline-block;
        vertical-align: baseline; }
      @media (max-width: 840px) {
        .TopBar .container .navbar-brand {
          padding-left: 5px;
          padding-right: 5px; } }
    .TopBar .container .search-bar-wrapper {
      position: absolute;
      right: 0;
      left: 0;
      padding-left: inherit;
      padding-right: inherit;
      transition: left 0.2s ease-in; }
      @media (max-width: 840px) {
        .TopBar .container .search-bar-wrapper {
          padding-left: 5px;
          padding-right: 5px; } }

.fixed-top.TopBar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0; }
  .fixed-top.TopBar .container .navbar-brand {
    opacity: 1; }
  .fixed-top.TopBar .container .search-bar-wrapper {
    left: 90px; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .partner-spotlight .contact-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .partner-spotlight .contact-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .partner-spotlight .contact-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, .partner-spotlight .contact-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .partner-spotlight .contact-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .partner-spotlight .contact-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .partner-spotlight .contact-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@media (max-width: 840px) {
  .partner-spotlight .TopBar {
    position: relative; } }

.partner-spotlight .header-menu {
  overflow-x: scroll;
  white-space: nowrap; }
  .partner-spotlight .header-menu::-webkit-scrollbar {
    display: none; }
  .partner-spotlight .header-menu .header-link {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    opacity: 0.5;
    border-radius: 3px;
    margin-top: 3px;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none; }
    .partner-spotlight .header-menu .header-link.current {
      background-color: white !important;
      opacity: 1;
      color: #000;
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.07), 0 2px 4px 0 rgba(15, 26, 45, 0.12); }
    .partner-spotlight .header-menu .header-link:hover {
      background-color: #3891D9; }

.partner-spotlight .section {
  padding: 50px 0;
  border-bottom: solid 1px #d8d8d8; }
  .partner-spotlight .section:nth-child(odd) {
    background-color: #fafcff; }
  .partner-spotlight .section .partner-card {
    display: block;
    width: 100%;
    padding: 10px;
    padding-bottom: 90%;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07), 0 2px 4px 0 rgba(15, 26, 45, 0.12);
    border: solid 1px rgba(0, 0, 0, 0.1);
    position: relative; }
    .partner-spotlight .section .partner-card .partner-image, .partner-spotlight .section .partner-card .partner-icon {
      position: absolute;
      border-radius: 3px;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 25%; }
    .partner-spotlight .section .partner-card .partner-image {
      background: lightgrey;
      background-size: cover;
      background-position: center; }
    .partner-spotlight .section .partner-card .partner-icon {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      font-size: 48px;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .partner-spotlight .section .partner-card .partner-name {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      position: absolute;
      left: 10px;
      top: calc(75% + 10px);
      width: 100%; }
  .partner-spotlight .section .sub-section {
    padding-top: 50px;
    margin-top: 50px;
    border-top: solid 1px #d8d8d8; }
  .partner-spotlight .section .media-section {
    position: relative;
    display: inline-block;
    min-height: 200px;
    vertical-align: top;
    width: 40%; }
    .partner-spotlight .section .media-section .major-text {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      text-align: center;
      font-size: 50px; }
    .partner-spotlight .section .media-section .major-sub-text {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      text-align: center;
      font-size: 20px; }
    @media (max-width: 840px) {
      .partner-spotlight .section .media-section {
        width: 100%; } }
  .partner-spotlight .section .info-section {
    display: inline-block;
    vertical-align: top;
    width: 60%; }
    @media (max-width: 840px) {
      .partner-spotlight .section .info-section {
        width: 100%; } }

.partner-spotlight .contact-button {
  background: #007add;
  padding: 10px 20px;
  color: white;
  display: inline-block;
  border-radius: 3px;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 18px; }

.partner-spotlight #more-partners .partners-list {
  list-style: none;
  column-count: 3;
  padding: 0; }
  @media (max-width: 840px) {
    .partner-spotlight #more-partners .partners-list {
      column-count: 2; } }
  .partner-spotlight #more-partners .partners-list > * {
    margin-bottom: 5px; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.about-press .presstitle {
  text-align: center; }
  .about-press .presstitle h1 {
    margin-bottom: 1em;
    display: block; }
    @media (max-width: 840px) {
      .about-press .presstitle h1 {
        margin-bottom: .5em; } }
    .about-press .presstitle h1 img {
      height: 26px;
      margin-bottom: 2px; }

.about-press .buttons-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .about-press .buttons-container .assets, .about-press .buttons-container .contact {
    width: 260px;
    display: inline-block;
    border: 2px solid #007add;
    border-radius: 4px;
    color: #007add;
    background-color: #fff;
    padding: 8px 24px;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin: 1em 1em 0 1em; }

.about-press .quotes {
  padding: 0; }
  .about-press .quotes li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 2em;
    margin-bottom: 2em; }
    @media (max-width: 840px) {
      .about-press .quotes li:first-child {
        margin-top: 1em; } }
    .about-press .quotes li:last-child {
      border: none; }
    .about-press .quotes li h2 {
      font-family: "Nunito Sans", helvetica, arial, sans-serif;
      font-weight: 700;
      font-size: 24px; }
    .about-press .quotes li .logo {
      margin-bottom: 1em; }
    @media (min-width: 841px) {
      .about-press .quotes li .logo {
        display: inline-block;
        width: 200px;
        text-align: center;
        vertical-align: middle; }
      .about-press .quotes li .quotearea {
        width: calc(100% - 200px);
        display: inline-block;
        padding-left: 1em;
        vertical-align: middle; } }
    @media (max-width: 840px) {
      .about-press .quotes li {
        text-align: center; } }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.about-faq .question {
  margin-top: 2em; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.about-us {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #505050;
  overflow-x: hidden; }
  .about-us h1 {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 34px; }
  .about-us h2 {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: 36px; }
  .about-us p {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5; }
  .about-us > * {
    padding-left: 80px;
    padding-right: 80px;
    background-color: #fafafa;
    text-align: center; }
    @media (max-width: 840px) {
      .about-us > * {
        padding-left: 20px;
        padding-right: 20px; } }
    .about-us > *:first-child {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 500;
      font-size: 34px;
      width: 100%;
      color: white;
      text-align: center;
      padding-bottom: 0;
      border-bottom: none;
      background-image: linear-gradient(to right, #4cafff, #2e93e6); }
      .about-us > *:first-child h1 {
        color: white;
        font-family: "Montserrat", helvetica, arial, sans-serif;
        font-weight: 600;
        font-size: 36px;
        margin-bottom: 30px;
        text-align: center; }
      .about-us > *:first-child h2 {
        color: white;
        font-family: "Montserrat", helvetica, arial, sans-serif;
        font-weight: 500;
        font-size: 36px;
        margin-bottom: 8px;
        text-align: center; }
      .about-us > *:first-child p {
        font-family: "Montserrat", helvetica, arial, sans-serif;
        font-weight: 400;
        margin-bottom: 20px; }
      .about-us > *:first-child .intro {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%;
        margin-top: 40px; }
        .about-us > *:first-child .intro p {
          text-align: center; }
        .about-us > *:first-child .intro .stats {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
          .about-us > *:first-child .intro .stats div {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: center;
                align-items: center; }
          .about-us > *:first-child .intro .stats span {
            font-family: "Montserrat", helvetica, arial, sans-serif;
            font-weight: 400;
            font-size: 16px; }
          .about-us > *:first-child .intro .stats span:first-child {
            font-family: "Montserrat", helvetica, arial, sans-serif;
            font-weight: 600;
            font-size: 36px; }
      .about-us > *:first-child .phone {
        display: -ms-flexbox;
        display: flex;
        margin-top: 36px;
        width: 100%; }
      @media (min-width: 841px) {
        .about-us > *:first-child {
          -ms-flex-direction: row;
              flex-direction: row; }
          .about-us > *:first-child h1 {
            font-size: 26px;
            width: 100%; }
          .about-us > *:first-child .intro {
            width: 30%;
            margin-top: 0; }
          .about-us > *:first-child .phone {
            width: 357px;
            margin-top: 30px;
            margin-left: 120px; } }
    .about-us > *:nth-child(2) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      padding-top: 60px;
      padding-bottom: 60px; }
      .about-us > *:nth-child(2) h2 {
        color: #007add;
        font-family: "Montserrat", helvetica, arial, sans-serif;
        font-weight: 500;
        font-size: 36px; }
      .about-us > *:nth-child(2) .logos {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 15px; }
        @media (min-width: 841px) {
          .about-us > *:nth-child(2) .logos {
            -ms-flex-pack: center;
                justify-content: center; } }
        .about-us > *:nth-child(2) .logos > * {
          width: calc(50% - 4px);
          height: 79px;
          margin-bottom: 12px;
          border-radius: 2.1px;
          background-color: white;
          box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.1);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          @media (min-width: 841px) {
            .about-us > *:nth-child(2) .logos > * {
              width: 248px;
              height: 145px;
              margin-left: 8px;
              margin-right: 8px; } }
      @media (min-width: 841px) {
        .about-us > *:nth-child(2) .logos.small {
          width: 800px; } }
      @media (min-width: 1600px) {
        .about-us > *:nth-child(2) .logos.small {
          width: 100%; } }
      @media (min-width: 841px) {
        .about-us > *:nth-child(2) .logos.small > * {
          -ms-flex: 0 0 186px;
              flex: 0 0 186px;
          height: 109px;
          margin-left: 7px;
          margin-right: 7px; } }
      .about-us > *:nth-child(2) .api {
        width: 100%;
        border-radius: 4px;
        background-image: linear-gradient(to right, #4cafff, #2e93e6);
        box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.1);
        color: white;
        padding: 40px 15px; }
        .about-us > *:nth-child(2) .api a {
          color: white;
          font-family: "Montserrat", helvetica, arial, sans-serif;
          font-weight: 500;
          font-size: 32px;
          text-align: center;
          text-decoration: none; }
          .about-us > *:nth-child(2) .api a:hover span {
            text-decoration: underline; }
      .about-us > *:nth-child(2) .press {
        margin-top: 35px; }
        .about-us > *:nth-child(2) .press h2 {
          color: #007add;
          text-align: center; }
        .about-us > *:nth-child(2) .press .articles {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
          .about-us > *:nth-child(2) .press .articles > * {
            width: 100%;
            height: 254px;
            margin-bottom: 20px;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 20px;
            padding-right: 20px;
            border-radius: 6px;
            background-color: white;
            box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.06);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -ms-flex-pack: center;
                justify-content: center; }
            .about-us > *:nth-child(2) .press .articles > *:hover {
              text-decoration: none; }
            .about-us > *:nth-child(2) .press .articles > * p {
              text-align: center;
              color: #4a4a4a;
              width: 100%;
              border-bottom: solid 2px rgba(155, 155, 155, 0.3);
              height: 183px;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: center;
                  justify-content: center;
              margin: 0; }
            .about-us > *:nth-child(2) .press .articles > * img {
              display: block; }
        .about-us > *:nth-child(2) .press a {
          display: block;
          width: 100%;
          padding: 27px 15px;
          text-align: center;
          border-radius: 6px;
          background-color: white;
          box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.06);
          color: #007add;
          font-family: "Montserrat", helvetica, arial, sans-serif;
          font-weight: 500;
          font-size: 21px;
          text-decoration: none; }
      @media (min-width: 841px) {
        .about-us > *:nth-child(2) h2 {
          text-align: center; }
        .about-us > *:nth-child(2) .api {
          padding: 56px 15px; }
        .about-us > *:nth-child(2) .press {
          margin-top: 60px; }
          .about-us > *:nth-child(2) .press h2 {
            margin-bottom: 48px; }
          .about-us > *:nth-child(2) .press .articles {
            -ms-flex-pack: justify;
                justify-content: space-between;
            margin-bottom: 40px; }
            .about-us > *:nth-child(2) .press .articles > * {
              width: 47%; } }
    .about-us > *:nth-child(3) {
      background-color: white;
      padding-top: 60px; }
      .about-us > *:nth-child(3) h2 {
        color: #007add;
        text-align: center; }
      .about-us > *:nth-child(3) p {
        color: #9b9b9b;
        text-align: center; }
      .about-us > *:nth-child(3) a {
        display: inline-block;
        border-radius: 100px;
        background-color: white;
        box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.05);
        font-size: 19px;
        font-family: "Montserrat", helvetica, arial, sans-serif;
        font-weight: 500;
        color: #007add;
        padding: 10px 38px;
        text-decoration: none;
        background-image: linear-gradient(to right, #4cafff, #2e93e6);
        color: white;
        margin-bottom: 40px; }
      .about-us > *:nth-child(3) img {
        width: 100vw;
        margin-left: -20px;
        margin-right: -20px; }
      .about-us > *:nth-child(3) .apps-bleed {
        width: 100vw;
        margin-left: -20px;
        margin-right: -20px;
        height: 10vw;
        margin-top: -10vw;
        background-color: #fafafa; }
      @media (min-width: 841px) {
        .about-us > *:nth-child(3) img {
          width: 100%;
          margin: 0; }
        .about-us > *:nth-child(3) .apps-bleed {
          margin-left: -80px;
          margin-right: -80px; } }
    .about-us > *:nth-child(4) {
      padding-top: 60px;
      padding-bottom: 60px; }
      .about-us > *:nth-child(4) h2 {
        color: #007add; }
      .about-us > *:nth-child(4) .p {
        color: #9b9b9b;
        text-align: left;
        margin-bottom: 30px; }
      .about-us > *:nth-child(4) .logos {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .about-us > *:nth-child(4) .logos > * {
          width: 50%;
          margin-bottom: 30px; }
      .about-us > *:nth-child(4) a {
        display: inline-block;
        border-radius: 100px;
        background-color: white;
        box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.05);
        font-size: 19px;
        font-family: "Montserrat", helvetica, arial, sans-serif;
        font-weight: 500;
        color: #007add;
        padding: 10px 38px;
        text-decoration: none;
        background-image: linear-gradient(to right, #4cafff, #2e93e6);
        color: white; }
      @media (min-width: 841px) {
        .about-us > *:nth-child(4) h2 {
          margin-bottom: 4px; }
        .about-us > *:nth-child(4) .content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .about-us > *:nth-child(4) .content .logos, .about-us > *:nth-child(4) .content .p {
            width: 50%; }
          .about-us > *:nth-child(4) .content .logos {
            -ms-flex-order: 1;
                order: 1;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
          .about-us > *:nth-child(4) .content .p {
            -ms-flex-order: 2;
                order: 2; }
          .about-us > *:nth-child(4) .content a {
            -ms-flex-order: 3;
                order: 3; } }
    .about-us > *:nth-child(5) {
      background-image: linear-gradient(46deg, #4cafff, #2e93e6);
      color: white;
      padding-top: 60px;
      padding-bottom: 60px; }
      .about-us > *:nth-child(5) h2 {
        color: white; }
      .about-us > *:nth-child(5) p {
        text-align: left; }
      .about-us > *:nth-child(5) .cards {
        max-width: 500px;
        height: 319px;
        position: relative; }
        .about-us > *:nth-child(5) .cards > * {
          width: 280px;
          height: 179px;
          background-color: white;
          position: absolute;
          border-radius: 3.6px;
          box-shadow: 2px 3px 11px 0 rgba(0, 0, 0, 0.1); }
          .about-us > *:nth-child(5) .cards > * > * {
            position: relative;
            width: 100%;
            height: 100%; }
          .about-us > *:nth-child(5) .cards > * .title {
            font-family: "Montserrat", helvetica, arial, sans-serif;
            font-weight: 500;
            font-size: 13px;
            text-align: left;
            color: #969696;
            display: block;
            margin-bottom: 5px; }
          .about-us > *:nth-child(5) .cards > * .arrow {
            position: absolute;
            right: 0;
            bottom: 61px; }
          .about-us > *:nth-child(5) .cards > * .img-wrapper {
            width: 170px;
            overflow: hidden; }
          .about-us > *:nth-child(5) .cards > * img {
            display: block; }
          .about-us > *:nth-child(5) .cards > * .change {
            font-size: 18.1px;
            font-family: "Montserrat", helvetica, arial, sans-serif;
            font-weight: 600;
            color: #007add;
            position: absolute;
            right: 0;
            bottom: 35px; }
          .about-us > *:nth-child(5) .cards > * .category {
            font-family: "Montserrat", helvetica, arial, sans-serif;
            font-weight: 600;
            font-size: 13px;
            color: #969696;
            text-align: left;
            position: absolute;
            left: 0;
            bottom: 0; }
          .about-us > *:nth-child(5) .cards > * .time-range {
            font-family: "Montserrat", helvetica, arial, sans-serif;
            font-weight: 500;
            font-size: 10px;
            text-align: left;
            color: #007add;
            position: absolute;
            right: 0;
            bottom: 0; }
        .about-us > *:nth-child(5) .cards .today {
          right: 0;
          top: 0;
          z-index: 100;
          padding-top: 12px;
          padding-left: 16px;
          padding-right: 11px;
          padding-bottom: 10px; }
        .about-us > *:nth-child(5) .cards .month {
          left: 0;
          bottom: 0;
          padding-top: 35px;
          padding-left: 12px;
          padding-right: 11px;
          padding-bottom: 7px; }
      .about-us > *:nth-child(5) a {
        display: inline-block;
        border-radius: 100px;
        background-color: white;
        box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.05);
        font-size: 19px;
        font-family: "Montserrat", helvetica, arial, sans-serif;
        font-weight: 500;
        color: #007add;
        padding: 10px 38px;
        text-decoration: none;
        margin-top: 30px; }
      @media (min-width: 841px) {
        .about-us > *:nth-child(5) {
          display: -ms-flexbox;
          display: flex; }
          .about-us > *:nth-child(5) .content {
            text-align: left;
            width: 50%;
            padding-right: 2em; }
            .about-us > *:nth-child(5) .content a {
              margin-top: 20px; }
          .about-us > *:nth-child(5) .cards {
            width: 50%; } }
    .about-us > *:nth-child(6) {
      padding-top: 60px;
      padding-bottom: 60px; }
      .about-us > *:nth-child(6) h2 {
        color: #007add; }
      .about-us > *:nth-child(6) img {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 5px; }
      .about-us > *:nth-child(6) p {
        font-size: 20px;
        text-align: left;
        color: #9b9b9b; }
      @media (min-width: 841px) {
        .about-us > *:nth-child(6) {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; }
          .about-us > *:nth-child(6) .content {
            text-align: left;
            width: 50%;
            padding-left: 36px; }
          .about-us > *:nth-child(6) img {
            width: 461px;
            height: 310px;
            box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.15); } }
    .about-us > *:nth-child(7) {
      background-color: white;
      padding-top: 60px;
      padding-bottom: 60px; }
      .about-us > *:nth-child(7) h2 {
        color: #007add;
        text-align: center;
        margin-bottom: 40px; }
      .about-us > *:nth-child(7) .offices > * {
        margin-bottom: 40px; }
        .about-us > *:nth-child(7) .offices > * img {
          margin-bottom: 20px;
          display: block;
          width: 100%;
          border-radius: 5px;
          box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.15); }
        .about-us > *:nth-child(7) .offices > * h3 {
          font-size: 19px;
          font-family: "Montserrat", helvetica, arial, sans-serif;
          font-weight: 600;
          line-height: 1.37;
          letter-spacing: 1px;
          text-align: left;
          color: #4a4a4a;
          margin-bottom: 9px;
          text-transform: uppercase; }
        .about-us > *:nth-child(7) .offices > * div {
          font-family: "Montserrat", helvetica, arial, sans-serif;
          font-weight: 400;
          font-size: 20px;
          line-height: 1.6;
          text-align: left;
          color: #4a4a4a; }
      .about-us > *:nth-child(7) .careers {
        border-radius: 4px;
        background-image: linear-gradient(to right, #4cafff, #2e93e6);
        box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.1);
        padding: 40px 15px;
        position: relative; }
        .about-us > *:nth-child(7) .careers h2 {
          font-size: 32px;
          font-family: "Montserrat", helvetica, arial, sans-serif;
          font-weight: 500;
          line-height: 1.25;
          margin-bottom: 13px;
          color: white; }
        .about-us > *:nth-child(7) .careers p {
          font-family: "Montserrat", helvetica, arial, sans-serif;
          font-weight: 400;
          font-size: 20px;
          text-align: center;
          color: white;
          margin-bottom: 20px; }
        .about-us > *:nth-child(7) .careers a {
          display: inline-block;
          border-radius: 100px;
          background-color: white;
          box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.05);
          font-size: 19px;
          font-family: "Montserrat", helvetica, arial, sans-serif;
          font-weight: 500;
          color: #007add;
          padding: 10px 38px;
          text-decoration: none; }
      @media (min-width: 841px) {
        .about-us > *:nth-child(7) .offices {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .about-us > *:nth-child(7) .offices > * img {
            width: 300px;
            height: 160px; } }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.ContactPage {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 600px;
  width: 100%; }
  .ContactPage #id_message, .ContactPage #id_email {
    width: 100%;
    padding: 5px;
    background-color: #fafafa; }
  .ContactPage select {
    width: 100%; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.about-legal.container.page {
  width: 100%;
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 400;
  word-wrap: break-word; }
  .about-legal.container.page table {
    border-collapse: collapse;
    table-layout: fixed; }
    .about-legal.container.page table tbody {
      font-family: "Nunito Sans", helvetica, arial, sans-serif;
      font-weight: 400;
      font-size: 15px; }
    .about-legal.container.page table tr th {
      width: 50%;
      background-color: #e9f2f7b5;
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600; }
    .about-legal.container.page table td, .about-legal.container.page table th {
      vertical-align: top;
      padding: 10px 10px;
      border: 1px solid #e8e8e8; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.forgot-password-page {
  margin-top: 40px; }
  .forgot-password-page h1 {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #2b2b2b;
    margin-bottom: 40px; }
  .forgot-password-page label {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    width: 100%; }
  .forgot-password-page #id_login, .forgot-password-page #id_password {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    width: 100%;
    height: 50px;
    padding: 10px 14px; }
  .forgot-password-page input[type=submit] {
    width: 100%;
    margin-top: 60px; }
  .forgot-password-page .errors {
    margin-top: 5px; }
  .forgot-password-page .general-errors {
    margin-top: 2em; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.imessage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #505050; }
  .imessage h1 {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: white; }
    .imessage h1 img {
      display: block;
      margin-bottom: 5px; }
  .imessage h2 {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #2b2b2b;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 15px; }
  .imessage .download-btn {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    background-color: #007add;
    color: white;
    text-align: center;
    border-radius: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 6px;
    display: inline-block;
    width: 100%; }
    .imessage .download-btn:hover {
      text-decoration: none; }
  .imessage > * {
    border-bottom: 1px solid #ededed;
    background-color: #fafafa;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 20px; }
    .imessage > *:first-child {
      padding-top: 20px;
      background-color: #007add;
      color: white;
      border-bottom: none;
      border: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .imessage > *:first-child .download-btn {
        background-color: white;
        color: #007add;
        width: auto; }
    .imessage > *:nth-child(2) {
      background-color: #fafafa; }
      .imessage > *:nth-child(2) > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        .imessage > *:nth-child(2) > div div, .imessage > *:nth-child(2) > div img {
          width: 50%; }
        .imessage > *:nth-child(2) > div div {
          margin-left: 20px; }
    .imessage > *:nth-child(3) {
      background-color: white; }
      .imessage > *:nth-child(3) > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        .imessage > *:nth-child(3) > div div, .imessage > *:nth-child(3) > div img {
          width: 50%; }
        .imessage > *:nth-child(3) > div div {
          margin-right: 20px; }
    .imessage > *:nth-child(4) {
      background-color: #fafafa; }
      .imessage > *:nth-child(4) > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        .imessage > *:nth-child(4) > div div, .imessage > *:nth-child(4) > div img {
          width: 50%; }
        .imessage > *:nth-child(4) > div div {
          margin-left: 20px; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

.mac-body .container {
  padding: 0; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .NavBar .nav-buttons .account-buttons .navbar-icon > span {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .NavBar .nav-buttons .account-buttons .navbar-icon > span:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .NavBar .nav-buttons .account-buttons .navbar-icon > span:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, .NavBar .nav-buttons .account-buttons .navbar-icon > span:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button, .NavBar .nav-buttons .account-buttons .navbar-icon > span {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled], .NavBar .nav-buttons .account-buttons .navbar-icon > span[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .NavBar .nav-buttons .account-buttons .navbar-icon > span {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .NavBar .nav-buttons .account-buttons .navbar-icon > span:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .NavBar .nav-buttons .account-buttons .navbar-icon > span:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, .NavBar .nav-buttons .account-buttons .navbar-icon > span:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button, .NavBar .nav-buttons .account-buttons .navbar-icon > span {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled], .NavBar .nav-buttons .account-buttons .navbar-icon > span[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .NavBar .nav-buttons .account-buttons .navbar-icon > span:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.Copybox {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Copybox input {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }

.ShareIcon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative; }
  .ShareIcon img {
    width: 40px;
    height: 40px; }

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
  font-size: 16px; }

.Tooltip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: calc(40px + 6px);
  z-index: 98; }
  .Tooltip span {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #2b2b2b;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.03); }

@media (min-width: 841px) {
  .ShareIcon:hover .Tooltip, .Copybox:hover .Tooltip, .social-icon:hover .Tooltip {
    display: inline-block; } }

@keyframes menuFadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -10px, 0); } }

@keyframes menuFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1; } }

.menu {
  display: none;
  animation-name: menuFadeOutUp;
  animation-duration: 0.15s;
  background-color: white;
  width: 400px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(83, 83, 92, 0.11);
  border: solid 1px #e6e8eb;
  position: absolute;
  top: 44px;
  right: -7px; }
  .menu .item {
    border-bottom: 1px solid #e6e8eb; }
    .menu .item:last-child {
      border-bottom: none; }
  .menu h2.item, .menu h3.item, .menu a.item {
    display: block;
    text-align: left;
    color: #2b2b2b;
    padding-left: 20px;
    padding-right: 20px; }
  .menu h2.item, .menu h3.item {
    font-family: "Nunito Sans", helvetica, arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    height: 42px;
    line-height: 42px; }
  .menu h3.item {
    font-size: 10px;
    color: #999999;
    height: 32px;
    line-height: 32px;
    background-color: #f7f9fa;
    text-transform: uppercase; }
  .menu a.item:hover, .menu a.item:focus {
    text-decoration: none;
    background-color: #f7f9fa; }

.clicked .menu {
  display: block; }

.active .menu {
  animation-name: menuFadeInDown;
  z-index: 1000; }

.NavBar {
  width: 100%;
  background-color: white;
  height: 50px;
  border-bottom: 1px solid #ebf2f7; }
  .NavBar .navbar-brand {
    margin-top: 9px; }
    @media (max-width: 340px) {
      .NavBar .navbar-brand {
        width: 50px; } }
  .NavBar .nav-buttons {
    display: inline-block;
    float: right; }
    .NavBar .nav-buttons .account-buttons {
      display: inline-block; }
      .NavBar .nav-buttons .account-buttons > * {
        display: inline-block;
        margin-top: 8px;
        margin-left: 20px;
        vertical-align: top; }
      .NavBar .nav-buttons .account-buttons .button, .NavBar .nav-buttons .account-buttons .white-button, .NavBar .nav-buttons .account-buttons white-button {
        font-size: 13px;
        padding: 7px 15px; }
      @media (max-width: 840px) {
        .NavBar .nav-buttons .account-buttons .upload-button {
          display: none !important; } }
      .NavBar .nav-buttons .account-buttons .navbar-icon {
        position: relative; }
        .NavBar .nav-buttons .account-buttons .navbar-icon:not([disabled]):hover > span, .NavBar .nav-buttons .account-buttons .navbar-icon:not([disabled]):focus > span {
          color: #2b2b2b;
          border-color: #2b2b2b;
          background-color: white; }
        .NavBar .nav-buttons .account-buttons .navbar-icon:not([disabled]):active > span, .NavBar .nav-buttons .account-buttons .navbar-icon:not([disabled]).active > span {
          color: #007add;
          border-color: #007add;
          background-color: white; }
        .NavBar .nav-buttons .account-buttons .navbar-icon > span {
          position: relative;
          display: inline-block;
          border-color: #2b2b2b;
          background-color: white;
          color: #2b2b2b;
          border-radius: 50%;
          width: 32px;
          height: 32px;
          line-height: 32px; }
        .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .pending-notifications-count {
          font-family: "Nunito Sans", helvetica, arial, sans-serif;
          font-weight: 700;
          font-size: 8px;
          width: 12px;
          height: 12px;
          line-height: 12px;
          border-radius: 6px;
          background-color: rgba(238, 51, 34, 0.97);
          color: white;
          text-align: center;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 100; }
        @media (max-width: 519px) {
          .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu {
            width: auto;
            position: fixed;
            top: 52px;
            left: 10px;
            right: 10px; } }
        .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list {
          height: 469px; }
          .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list.has-notifications {
            overflow-y: scroll; }
          .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
                justify-content: space-between;
            -ms-flex-align: center;
                align-items: center;
            font-size: 13px;
            color: #2b2b2b;
            padding-left: 20px;
            padding-top: 15px;
            padding-bottom: 15px;
            min-height: 72px; }
            .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification.pending {
              background-color: #e3f3fc; }
              .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification.pending:hover {
                background-color: #e1f0fe; }
            .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification > * {
              vertical-align: middle;
              -ms-flex-positive: 0;
                  flex-grow: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; }
            .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification:hover {
              text-decoration: none; }
            .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification .msg {
              -ms-flex-positive: 1;
                  flex-grow: 1;
              -ms-flex-negative: 1;
                  flex-shrink: 1;
              margin-left: 10px;
              line-height: 1.6; }
              .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification .msg a {
                font-family: "Nunito Sans", helvetica, arial, sans-serif;
                font-weight: 700;
                color: #007add; }
                .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification .msg a:hover {
                  text-decoration: underline;
                  color: #006cc5; }
            .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list .notification .timestamp {
              color: #999999;
              text-align: right;
              margin-left: 10px;
              width: 35px; }
          .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list.no-notifications {
            width: 242px;
            height: 132px;
            margin-left: auto;
            margin-right: auto; }
            .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list.no-notifications p {
              font-family: "Montserrat", helvetica, arial, sans-serif;
              font-weight: 400;
              font-size: 13px;
              line-height: 1.6;
              color: #2b2b2b;
              margin-top: 30px;
              margin-bottom: 20px; }
            .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list.no-notifications .button, .NavBar .nav-buttons .account-buttons .navbar-icon.notifications .menu .notifications-list.no-notifications .white-button {
              width: 100%;
              margin: 0;
              display: block; }
        .NavBar .nav-buttons .account-buttons .navbar-icon.profile .menu {
          width: 170px; }
        .NavBar .nav-buttons .account-buttons .navbar-icon.profile a {
          font-family: "Nunito Sans", helvetica, arial, sans-serif;
          font-weight: 700;
          font-size: 13px;
          color: #2b2b2b;
          height: auto;
          line-height: 1;
          padding: 10px 20px; }
          .NavBar .nav-buttons .account-buttons .navbar-icon.profile a .username {
            line-height: 1.08;
            color: #2b2b2b;
            margin: 0; }
          .NavBar .nav-buttons .account-buttons .navbar-icon.profile a .subheading {
            font-family: "Montserrat", helvetica, arial, sans-serif;
            font-weight: 400;
            font-size: 10px;
            color: #999999;
            line-height: 1.2; }
          @media (min-width: 840px) {
            .NavBar .nav-buttons .account-buttons .navbar-icon.profile a .upload {
              display: none; } }
    .NavBar .nav-buttons .menu-button {
      display: inline-block;
      padding: 23px 15px;
      margin-left: 5px;
      font-size: 0.7em;
      vertical-align: top; }
  .NavBar .container {
    position: relative;
    padding-right: 0; }
  .NavBar .animated {
    animation-duration: 0.25s; }

.NavMenu {
  display: none;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(83, 83, 92, 0.11);
  position: absolute;
  top: 60px;
  right: 5px;
  left: 5px;
  padding: 50px 90px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
  z-index: 1000; }
  .NavMenu .menu-section {
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top; }
    .NavMenu .menu-section li {
      display: block; }
    .NavMenu .menu-section .menu-header {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 600;
      font-size: 25px;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .NavMenu .menu-section .menu-item {
      font-family: "Montserrat", helvetica, arial, sans-serif;
      font-weight: 500;
      display: block;
      font-size: 13px;
      margin-bottom: 15px; }
      .NavMenu .menu-section .menu-item a {
        color: black; }
    .NavMenu .menu-section .menu-item:last-child {
      margin-bottom: 0px; }
    .NavMenu .menu-section .inner-col {
      display: inline-block;
      margin-right: 30px; }
      .NavMenu .menu-section .inner-col .menu-item {
        max-width: 140px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }
    .NavMenu .menu-section .inner-col:last-child {
      margin-right: 0; }
  @media (max-width: 840px) {
    .NavMenu {
      padding: 20px;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .NavMenu .menu-section {
        width: 150px;
        font-size: 0.9em; }
        .NavMenu .menu-section .menu-header {
          font-size: 16px;
          margin-bottom: 10px; }
        .NavMenu .menu-section .menu-item {
          margin-bottom: 10px; } }
  @media (max-width: 500px) {
    .NavMenu .menu-section {
      width: calc(50% - 20px) !important; } }

.active .NavMenu {
  display: -ms-flexbox;
  display: flex;
  animation-name: menuFadeInDown;
  animation-duration: 0.5s; }
.GifEditor canvas {
  font-family: Anton;
  width: 100%;
  cursor: pointer; }
  .GifEditor canvas.render {
    display: none; }

.GifEditor .waiting {
  text-align: center; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, .GifCreatorDialog label.file-button[for="upload_file"], .GifCreatorDialog .button-row button, .GifCreatorDialog button[type=submit] {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .GifCreatorDialog label.file-button:hover[for="upload_file"], .GifCreatorDialog .button-row button:hover, .GifCreatorDialog button:hover[type=submit], .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .GifCreatorDialog label.file-button:focus[for="upload_file"], .GifCreatorDialog .button-row button:focus, .GifCreatorDialog button:focus[type=submit], .button-behavior:active, .button-base:active, .button:active, .white-button:active, .GifCreatorDialog label.file-button:active[for="upload_file"], .GifCreatorDialog .button-row button:active, .GifCreatorDialog button:active[type=submit] {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifCreatorDialog label.file-button:not([disabled]):hover[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):hover, .GifCreatorDialog button:not([disabled]):hover[type=submit], .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifCreatorDialog label.file-button:not([disabled]):focus[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):focus, .GifCreatorDialog button:not([disabled]):focus[type=submit] {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .GifCreatorDialog label.file-button:not([disabled]):active[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):active, .GifCreatorDialog button:not([disabled]):active[type=submit] {
    transform: translateY(1px); }

.button-base, .button, .white-button, .GifCreatorDialog label.file-button[for="upload_file"], .GifCreatorDialog .button-row button, .GifCreatorDialog button[type=submit] {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled], .GifCreatorDialog label.file-button[disabled][for="upload_file"], .GifCreatorDialog .button-row button[disabled], .GifCreatorDialog button[disabled][type=submit] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifCreatorDialog label.file-button:not([disabled]):hover[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):hover, .GifCreatorDialog button:not([disabled]):hover[type=submit], .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifCreatorDialog label.file-button:not([disabled]):focus[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):focus, .GifCreatorDialog button:not([disabled]):focus[type=submit] {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, .GifCreatorDialog label.file-button:not([disabled]):active[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):active, .GifCreatorDialog button:not([disabled]):active[type=submit] {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button, .GifCreatorDialog label.file-button[for="upload_file"], .GifCreatorDialog .button-row button, .GifCreatorDialog button[type=submit] {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled], .GifCreatorDialog label.file-button[disabled][for="upload_file"], .GifCreatorDialog .button-row button[disabled], .GifCreatorDialog button[disabled][type=submit] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .GifCreatorDialog label.file-button:not([disabled]):hover[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):hover, .GifCreatorDialog button:not([disabled]):hover[type=submit], .button:not([disabled]):focus, .white-button:not([disabled]):focus, .GifCreatorDialog label.file-button:not([disabled]):focus[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):focus, .GifCreatorDialog button:not([disabled]):focus[type=submit] {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active, .GifCreatorDialog label.file-button:not([disabled]):active[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):active, .GifCreatorDialog button:not([disabled]):active[type=submit] {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button, .GifCreatorDialog label.file-button[for="upload_file"], .GifCreatorDialog .button-row button {
  background-color: white;
  color: #007add; }
  .white-button[disabled], .GifCreatorDialog label.file-button[disabled][for="upload_file"], .GifCreatorDialog .button-row button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .GifCreatorDialog label.file-button:not([disabled]):hover[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):hover, .white-button:not([disabled]):focus, .GifCreatorDialog label.file-button:not([disabled]):focus[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active, .GifCreatorDialog label.file-button:not([disabled]):active[for="upload_file"], .GifCreatorDialog .button-row button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.GifCreatorDialog label[for="upload_file"].file-button {
  font-size: 15px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

.GifCreatorDialog .button-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1em; }
  .GifCreatorDialog .button-row.edit > * {
    width: 100%; }
  .GifCreatorDialog .button-row button {
    margin-top: 0; }

.GifCreatorDialog button[type=submit] {
  width: 100%; }
  .GifCreatorDialog button[type=submit] .iconfont-spinner {
    margin-right: 0.5em; }

.GifCreatorDialog #upload_file_wrapper {
  margin-top: 20px;
  width: 100%; }

@media (min-width: 841px) {
  .GifCreatorDialog #upload_file_wrapper {
    display: inline-block;
    position: relative; }
  .GifCreatorDialog #upload_file_wrapper {
    margin-top: 0; } }

.GifCreatorDialog label[for="upload_file"].dropzone {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  background-color: #fafafa;
  border: solid 1px #e8e8e8;
  font-size: 15px;
  color: #2b2b2b;
  text-align: center;
  background-image: url("/assets/img/gif-icon.svg");
  background-size: 68px 88px;
  background-position: center 30%;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 840px) {
    .GifCreatorDialog label[for="upload_file"].dropzone {
      display: none; } }
  .GifCreatorDialog label[for="upload_file"].dropzone span {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0; }
  .GifCreatorDialog label[for="upload_file"].dropzone.draghover {
    border-color: #63e68e;
    color: #63e68e;
    cursor: copy; }

.GifCreatorDialog #upload_file {
  display: none; }
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, #upload-dialog .file-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, #upload-dialog .file-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, #upload-dialog .file-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, #upload-dialog .file-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, #upload-dialog .file-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, #upload-dialog .file-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, #upload-dialog .file-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button, #upload-dialog .file-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled], #upload-dialog .file-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, #upload-dialog .file-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, #upload-dialog .file-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, #upload-dialog .file-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button, #upload-dialog .file-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled], #upload-dialog .file-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, #upload-dialog .file-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus, #upload-dialog .file-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active, #upload-dialog .file-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button, #upload-dialog .file-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled], #upload-dialog .file-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, #upload-dialog .file-button:not([disabled]):hover, .white-button:not([disabled]):focus, #upload-dialog .file-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active, #upload-dialog .file-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button, #upload-dialog .file-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, #upload-dialog .file-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, #upload-dialog .file-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active, #upload-dialog .file-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, #upload-dialog .file-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, #upload-dialog .file-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, #upload-dialog .file-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button, #upload-dialog .file-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled], #upload-dialog .file-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, #upload-dialog .file-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus, #upload-dialog .file-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active, #upload-dialog .file-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button, #upload-dialog .file-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled], #upload-dialog .file-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, #upload-dialog .file-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus, #upload-dialog .file-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active, #upload-dialog .file-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button, #upload-dialog .file-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled], #upload-dialog .file-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, #upload-dialog .file-button:not([disabled]):hover, .white-button:not([disabled]):focus, #upload-dialog .file-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active, #upload-dialog .file-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.Copybox {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Copybox input {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }

.ShareIcon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative; }
  .ShareIcon img {
    width: 40px;
    height: 40px; }

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
  font-size: 16px; }

.Tooltip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: calc(40px + 6px);
  z-index: 98; }
  .Tooltip span {
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #2b2b2b;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.03); }

@media (min-width: 841px) {
  .ShareIcon:hover .Tooltip, .Copybox:hover .Tooltip, .social-icon:hover .Tooltip {
    display: inline-block; } }

@keyframes anim-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

#upload-dialog .iconfont-spinner {
  animation: anim-rotate 2s infinite linear; }

#upload-dialog [class*="-indicator"] {
  color: white; }
  #upload-dialog [class*="-indicator"].pending {
    display: none; }
  #upload-dialog [class*="-indicator"].done {
    background-color: #63e68e; }
  #upload-dialog [class*="-indicator"].failure {
    background-color: #ee3322; }
  #upload-dialog [class*="-indicator"].inprogress {
    color: #007add; }

#upload-dialog .upload-indicator {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

#upload-dialog .url-indicator {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #63e68e; }

#upload-dialog label[for="upload_file"].file-button {
  font-size: 15px; }

#upload-dialog #upload_url, #upload-dialog label[for="upload_file"].file-button {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px; }

#upload-dialog #upload_url {
  border: solid 1px #e8e8e8;
  margin: 0; }
  #upload-dialog #upload_url.feedback-valid {
    border-color: #63e68e; }

#upload-dialog .errors {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #ee3322; }

#upload-dialog .upload-error-messages {
  -ms-flex-pack: center;
      justify-content: center; }
  #upload-dialog .upload-error-messages div {
    font-size: 17px; }

#upload-dialog .success {
  color: #63e68e; }

#upload-dialog #upload_file_wrapper {
  margin-top: 20px; }

@media (min-width: 841px) {
  #upload-dialog #upload_url_wrapper, #upload-dialog #upload_file_wrapper {
    width: calc(50% - 5px);
    display: inline-block;
    position: relative; }
  #upload-dialog #upload_file_wrapper {
    float: right;
    margin-top: 0; } }

#upload-dialog label[for="upload_file"].dropzone {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 20px;
  background-color: #fafafa;
  border: solid 1px #e8e8e8;
  font-size: 15px;
  color: #2b2b2b;
  text-align: center;
  background-image: url("/assets/img/gif-icon.svg");
  background-size: 68px 88px;
  background-position: center 30%;
  background-repeat: no-repeat;
  position: relative; }
  @media (max-width: 840px) {
    #upload-dialog label[for="upload_file"].dropzone {
      display: none; } }
  #upload-dialog label[for="upload_file"].dropzone span {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0; }
  #upload-dialog label[for="upload_file"].dropzone.draghover {
    border-color: #63e68e;
    color: #63e68e;
    cursor: copy; }

#upload-dialog .queue {
  min-height: 200px;
  max-height: 330px;
  padding-bottom: 100px;
  overflow: auto; }
  #upload-dialog .queue .upload-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    color: #2b2b2b;
    position: relative; }
    #upload-dialog .queue .upload-item .upload-item-left, #upload-dialog .queue .upload-item .tags-list-spacer {
      width: 30px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    #upload-dialog .queue .upload-item .upload-item-top {
      display: -ms-flexbox;
      display: flex; }
      #upload-dialog .queue .upload-item .upload-item-top .upload-item-left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        #upload-dialog .queue .upload-item .upload-item-top .upload-item-left > [class*="iconfont-remove"] {
          font-size: 20px;
          color: grey; }
          #upload-dialog .queue .upload-item .upload-item-top .upload-item-left > [class*="iconfont-remove"]:hover {
            cursor: pointer;
            color: #ee3322; }
      #upload-dialog .queue .upload-item .upload-item-top .upload-item-right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 100%;
        padding: 0 7.5px; }
        #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-title, #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-tags {
          font-family: "Nunito Sans", helvetica, arial, sans-serif;
          font-weight: 700;
          margin: 0;
          font-size: 16px; }
        #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .spacer, #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-title {
          height: 20px; }
        #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-title {
          border-radius: 2px;
          padding: 0 100px 0 14px;
          line-height: 1;
          background-color: #fafafa; }
          @media (min-width: 840px) {
            #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-title {
              font-size: 11px; } }
        #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-tags-wrapper {
          position: relative; }
          #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-tags-wrapper .tag-input-apply-all-button {
            position: absolute;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            font-size: 13px;
            background-color: #c7c7c7;
            border-color: #c7c7c7;
            margin: auto 10px;
            padding: 7px;
            height: 28px;
            top: 0;
            bottom: 0;
            right: 0; }
            #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-tags-wrapper .tag-input-apply-all-button.selected, #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-tags-wrapper .tag-input-apply-all-button:hover {
              border-color: #007add;
              background-color: #007add; }
        #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-tags {
          border-radius: 3px;
          height: 40px;
          line-height: 1.4;
          background-color: white; }
          @media (min-width: 840px) {
            #upload-dialog .queue .upload-item .upload-item-top .upload-item-right .upload-tags {
              font-size: 14px; } }
    #upload-dialog .queue .upload-item .upload-item-bottom {
      display: -ms-flexbox;
      display: flex; }
      #upload-dialog .queue .upload-item .upload-item-bottom .upload-item-tags-list {
        padding-top: 10px;
        min-height: 20px;
        padding-bottom: 13px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #upload-dialog .queue .upload-item .upload-item-bottom .upload-item-tags-list .tag-item {
          font-family: "Nunito Sans", helvetica, arial, sans-serif;
          font-weight: 700;
          color: white;
          text-transform: uppercase;
          font-size: 11px;
          display: -ms-flexbox;
          display: flex;
          padding: 0 10px;
          height: 28px;
          -ms-flex-align: center;
              align-items: center;
          margin-right: 10px;
          margin-bottom: 10px;
          border-radius: 3px;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
          #upload-dialog .queue .upload-item .upload-item-bottom .upload-item-tags-list .tag-item:hover, #upload-dialog .queue .upload-item .upload-item-bottom .upload-item-tags-list .tag-item:focus {
            opacity: 0.9;
            box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
          #upload-dialog .queue .upload-item .upload-item-bottom .upload-item-tags-list .tag-item > [class*="iconfont-remove"] {
            font-size: 11px;
            margin-left: 10px; }
            #upload-dialog .queue .upload-item .upload-item-bottom .upload-item-tags-list .tag-item > [class*="iconfont-remove"]:hover {
              cursor: pointer;
              color: #ee3322; }
    #upload-dialog .queue .upload-item img {
      width: 80px;
      height: 70px;
      -o-object-fit: cover;
         object-fit: cover;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

#upload-dialog #upload_file {
  display: none; }

#upload-dialog .TagSearch {
  position: relative; }
  #upload-dialog .TagSearch .tag-suggestion-list {
    position: absolute;
    z-index: 105;
    width: 100%;
    background-color: white;
    border: solid 1px #dfdfdf;
    box-shadow: 0 0 3px 0 #4a90e2; }
    #upload-dialog .TagSearch .tag-suggestion-list .tag-suggestion-item {
      font-family: "Nunito Sans", helvetica, arial, sans-serif;
      font-weight: 700;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      font-size: 14px; }
      #upload-dialog .TagSearch .tag-suggestion-list .tag-suggestion-item.selected {
        background-color: #eeeeee; }
      #upload-dialog .TagSearch .tag-suggestion-list .tag-suggestion-item .tag-suggestion-term {
        padding-left: 14px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
            flex: 1; }
      #upload-dialog .TagSearch .tag-suggestion-list .tag-suggestion-item .tag-suggestion-apply-all-button {
        font-size: 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
            align-content: center;
        -ms-flex-pack: center;
            justify-content: center;
        height: 16px;
        margin-top: 0;
        line-height: 1;
        padding: 3px;
        background-color: #c7c7c7;
        border-color: #c7c7c7;
        margin-right: 14px; }
        #upload-dialog .TagSearch .tag-suggestion-list .tag-suggestion-item .tag-suggestion-apply-all-button.selected, #upload-dialog .TagSearch .tag-suggestion-list .tag-suggestion-item .tag-suggestion-apply-all-button:hover {
          border-color: #007add;
          background-color: #007add; }
.OptInDialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  color: white; }
  .OptInDialog .opt-in-message {
    font-weight: 700;
    width: 90%; }
  .OptInDialog .opt-in-backarrow {
    height: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }
    .OptInDialog .opt-in-backarrow a {
      width: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .OptInDialog .opt-in-checkboxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 90%; }
    .OptInDialog .opt-in-checkboxes .opt-in-reject, .OptInDialog .opt-in-checkboxes .opt-in-decline {
      color: lightblue;
      font-weight: 300; }
  .OptInDialog .opt-in-link-to-tos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 12px; }
    .OptInDialog .opt-in-link-to-tos a {
      color: white;
      text-decoration: underline; }
@charset "UTF-8";
.font-bold {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], .button[disabled], .white-button[disabled] {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Nunito Sans", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], .white-button[disabled] {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    background-color: white;
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.iconfont-spin {
  animation: fa-spin 2s infinite linear; }

.iconfont-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

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

html, body {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.visible {
  visibility: visible !important; }

q, blockquote {
  quotes: "\201C" "\201D" "\2018" "\2019"; }
  q:before, blockquote:before {
    content: open-quote; }
  q:after, blockquote:after {
    content: close-quote; }

blockquote p {
  display: inline; }

h1, h2, h3, h4 {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  color: #2b2b2b;
  clear: both; }

h4 {
  font-size: 16px; }

h3 {
  font-size: 16px; }

h2 {
  font-size: 25px; }

h1 {
  font-size: 35px; }

a {
  cursor: pointer; }

input, textarea, select {
  border: 1px solid #e8e8e8; }

.page {
  padding-top: 30px;
  margin-bottom: 30px; }

.Copybox input {
  padding: 8px 10px; }

ul.list-unstyled {
  margin-bottom: 0; }
  ul.list-unstyled li {
    display: inline-block; }

/*# sourceMappingURL=main.min.css.map*/