@charset "UTF-8";
body {
  font-family: "Lato", sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #222;
  background-color: #f1f1f4;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #06c;
}
a:hover {
  color: #0080ff;
}
a img {
  border: none;
}

img {
  max-width: 100%;
}
img[data-src] {
  opacity: 0;
}

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

hr {
  border: solid #cccccc;
  border-width: 1px 0 0;
  clear: both;
  margin: 24px 0 24px;
  height: 0;
}

blockquote {
  margin: 24px 0;
  padding: 6px 24px;
  border-left: 4px solid #004387;
  color: #798794;
  font-size: 12px;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #798794;
}
blockquote cite a:hover,
blockquote cite a:visited:hover {
  text-decoration: underline;
}

.button {
  border-radius: 4px;
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  display: flex;
  padding: 0 25px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  background-color: #197ADB;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  transition: background-color 350ms linear;
}
.button:hover {
  background-color: #2787e6;
}
.button:disabled, .button.button-disabled {
  opacity: 0.5;
}
.button:disabled:hover, .button.button-disabled:hover {
  background-color: #197ADB;
  cursor: not-allowed;
}

.button-medium {
  line-height: 42px;
  height: 42px;
  padding: 0 40px;
}

.button-large {
  line-height: 60px;
  height: 60px;
  padding: 0 90px;
  font-size: 25px;
}

.button-link {
  background: transparent;
  color: #06c;
  font-size: inherit;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
  line-height: normal;
  cursor: pointer;
}
.button-link:hover {
  color: #0073e6;
}

.button-user-action {
  background-color: #ED5132;
}
.button-user-action:hover {
  background-color: #ef6549;
}

.button-user-event {
  background-color: #13B0C2;
}
.button-user-event:hover {
  background-color: #15c5d9;
}

.button-user-expand {
  background-color: #fff;
  background-image: none;
  border: solid 1px #cccccc;
  color: #197ADB;
}
.button-user-expand:hover {
  background-color: transparent;
  color: #2787e6;
}

.button-secondary {
  background-color: #cccccc;
  background-image: none;
}
.button-secondary:hover {
  background-color: transparent;
  color: #d9d9d9;
}

.button-full {
  width: 100%;
  text-align: center;
  justify-content: center;
}

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

.action {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-rendering: optimizeLegibility;
  margin-bottom: 12px;
  line-height: 1.35;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  margin-bottom: 12px;
  line-height: 1.5;
}
p a:hover {
  text-decoration: underline;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

i[data-icon] {
  font-style: normal;
}

small {
  font-size: 12px;
}

code {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-weight: bold;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  cursor: help;
}

input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  border: solid 1px #bfbfbf;
  font-size: 16px;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  line-height: normal;
  height: auto;
  padding: 0;
  border-radius: initial;
  border: initial;
  font-size: initial;
  margin: 0;
}

textarea {
  width: 100%;
  padding: 12px;
  border: solid 1px #cccccc;
}

.form-checkbox {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #06c;
  margin-top: 12px;
}
.form-checkbox input {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.form-checkbox .form-checkbox-loader {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.form-fieldset {
  margin-top: 12px;
}
.form-fieldset:first-of-type {
  margin-top: 0;
}

.form-fieldset-note {
  margin-top: 12px;
  font-size: 14px;
  color: #798794;
}

.form-fieldset-label {
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.form-fieldset-label .form-fieldset-label-lower {
  text-transform: none;
}

@media screen and (min-width: 801px) {
  .fieldset-split {
    display: flex;
    flex-wrap: wrap;
  }
  .fieldset-split .form-error-text {
    min-width: 100%;
    flex-grow: 1;
  }
}

@media screen and (min-width: 801px) {
  .fieldset-split-item {
    flex-grow: 1;
  }
}
.fieldset-split-item:first-child {
  margin-bottom: 12px;
}
@media screen and (min-width: 801px) {
  .fieldset-split-item:first-child {
    margin-bottom: 0;
    margin-right: 12px;
  }
}

@media screen and (min-width: 801px) {
  .fieldset-quarter-item {
    width: 25%;
  }
}

.input-button-group {
  display: flex;
}

.form-select {
  width: 100%;
}

.form-group-error {
  position: relative;
  padding-bottom: 27px;
}
.form-group-error .form-error-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.form-group-error input[type=text],
.form-group-error input[type=number],
.form-group-error input[type=password] {
  background: #fcf4f2;
  border-color: #d83220;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group-error .button {
  background-color: #cccccc;
  background-image: none;
  border: solid 1px #d83220;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-field-error {
  border-radius: 4px;
}
.form-field-error input[type=text],
.form-field-error input[type=number],
.form-field-error input[type=password] {
  background: #fcf4f2;
  border-color: #d83220;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-field-error input[type=text]:focus,
.form-field-error input[type=number]:focus,
.form-field-error input[type=password]:focus {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.form-field-error input[type=text]:focus + .form-error-text,
.form-field-error input[type=number]:focus + .form-error-text,
.form-field-error input[type=password]:focus + .form-error-text {
  display: none;
}

.form-error-text {
  background: #d83220;
  color: #fff;
  font-size: 12px;
  display: block;
  padding: 6px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-group.form-group-input {
  display: flex;
  align-items: flex-start;
}
.form-group.form-group-input .form-text {
  flex: 1;
  margin: 0;
  position: relative;
}
.form-group.form-group-input .form-text-extra {
  position: absolute;
  right: 12px;
  top: 10px;
}
.form-group.form-group-input .form-field-success {
  color: #62B017;
}
.form-group.form-group-input .form-field-success input {
  color: #62B017;
}
.form-group.form-group-input input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.form-group.form-group-input .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}

@font-face {
  font-family: "iCons";
  src: url("/col/styleguide/fonts/iCons/iCons.eot?svfor=7day");
  src: url("/col/styleguide/fonts/iCons/iCons.eot?svfor=7day#iefix") format("embedded-opentype"), url("/col/styleguide/fonts/iCons/iCons.woff2?svfor=7day") format("woff2"), url("/col/styleguide/fonts/iCons/iCons.woff?svfor=7day") format("woff"), url("/col/styleguide/fonts/iCons/iCons.ttf?svfor=7day") format("truetype"), url("/col/styleguide/fonts/iCons/iCons.svg?svfor=7day#iCons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Make use of data-icon */
[data-icon]:before {
  font-family: "iCons";
  content: attr(data-icon);
  speak: none;
  font-display: block;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: inherit;
}

ul, ol, dl {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-left: 24px;
  list-style-position: outside;
}

li {
  line-height: 1.5;
}

ol ul,
ol ol {
  margin-left: 24px;
}

dl {
  padding-left: 0;
}

dl dt {
  margin-bottom: 6px;
  font-weight: 700;
}

dl dd {
  margin-bottom: 12px;
  margin-left: 0;
}

.page-popup-body {
  max-height: 68vh;
  overflow-y: scroll;
}
.panel .page-popup-body {
  max-height: none;
  overflow: visible;
}

.page-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.page-popup.modal .page-popup-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  position: absolute;
  width: 80vw;
  height: 80vh;
  padding: 74px 24px 24px;
}
.page-popup.panel .page-popup-wrapper {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  padding: 74px 24px 24px;
}
@media screen and (min-width: 801px) {
  .page-popup.panel .page-popup-wrapper {
    width: 440px;
  }
}
.page-popup.banner {
  position: relative;
}
.page-popup.banner .page-popup-wrapper {
  background: #004387;
  color: #fff;
  padding: 12px 60px 12px 12px;
}
.page-popup.banner .page-popup-wrapper a {
  color: #fff;
  text-decoration: underline;
}

.page-popup-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f2f2f2;
  border-bottom: 0;
  padding: 0 24px;
}

.page-popup-body {
  max-height: 68vh;
  overflow-y: scroll;
}

.page-popup-header-text {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.page-popup-close {
  position: absolute;
  top: 5px;
  right: 12px;
  padding: 12px;
}

.tooltip-container {
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: auto;
  min-width: 260px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  z-index: 1;
  transition: opacity 350ms;
  top: 24px;
  font-size: 14px;
}
.tooltip-container.tooltip-left {
  left: 0;
  transform: translateX(0);
}
.tooltip-container.tooltip-left:before {
  left: 30px;
  transform: translateX(0);
}
.tooltip-container.tooltip-right {
  right: 0;
  left: auto;
  transform: translateX(50%);
}
.tooltip-container.tooltip-right:before {
  left: auto;
  right: 30px;
  transform: translateX(0);
}
@media screen and (min-width: 1200px) {
  .tooltip-container {
    min-width: 400px;
  }
}
.tooltip-container:before {
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.tooltip-container-title {
  margin-bottom: 12px;
}

.tooltip-container-text {
  margin-bottom: 12px;
  font-size: 16px;
}

.tooltip-container-list {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 18px;
}
.tooltip-container-list li {
  margin-top: 6px;
}

.tooltip-hover-wrapper {
  position: relative;
}
.tooltip-hover-wrapper:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.tooltip-hover-wrapper:hover:before, .tooltip-hover-wrapper:focus:before {
  height: 39px;
  z-index: 1;
}
.tooltip-hover-wrapper:hover .tooltip-container, .tooltip-hover-wrapper:focus .tooltip-container {
  opacity: 1;
  visibility: visible;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.show-if-logged-in,
.show-if-logged-out {
  display: none !important;
}

.logged-out .show-if-logged-out,
.logged-in .show-if-logged-in {
  display: block !important;
}