@import url(//cloud.typography.com/6251836/7231992/css/fonts.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400, 700);

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
p {
  color: #606060;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | https://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
pre {
  background: #eee;
  border: 1px solid #ccc;
  padding: 0 20px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media print {
  *,
  :before,
  :after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*! bootstrap v5.1.3 */
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0d6efd !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-info {
  border-color: #0dcaf0 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #212529 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

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

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
  }
}

html {
  box-sizing: border-box;
}
*,
:before,
:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
}
body {
  background: #eaeaea;
  font-family: "Gotham A", "Gotham B", "Roboto Slab", Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
}
hr {
  margin: 3em 0;
  border-color: #eee;
  clear: both;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a,
a:visited,
.name {
  color: #ff0000;
}
a:hover,
a:focus {
  color: #000;
}

#msg,
.description {
  margin-top: 20px;
  padding: 20px;
  color: #333;
  text-align: center;
  background-color: #ecfaff;
  border: 1px solid #b6edff;
}
.description p {
  margin-bottom: 0;
}
header {
  background: #fff;
  padding: 1.2em 10px;
  margin-bottom: 1.5em;
}
header h6 {
  margin-bottom: 0;
}
.logo {
  margin: 0;
}
.top-navigation ul {
  margin-top: 3em;
}
img.logo {
  margin-bottom: 5px;
}
.site-description {
  color: #202020;
  font-size: 0.75em;
  font-weight: 700;
  margin: 0;
}
.login {
  padding: 0;
}
.login img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.login > a {
  margin-left: -2px;
}
.login p {
  font-size: 0.875em;
  margin-bottom: 0;
}
.login h6 {
  margin-bottom: 0;
}
.wrap {
  padding: 30px 10px;
  background: #fff;
  margin-bottom: 1.5em;
}
.wrap.row,
header .row {
  max-width: 1440px;
}
.button.green {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background: #49c080;
}
header .button.green {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  width: 100%;
  font-size: 24px;
}
.add-padding-top {
  padding-top: 40px;
}
.sidebar img {
  max-width: 100%;
}
.certificate li img {
  max-width: 34px;
}
.certificate li.disabled img {
  opacity: 0.4;
  max-width: 34px;
}
.wrapper_item_icon {
  float: none;
  display: table;
}
.item_office_icon {
  display: table-cell;
  float: none;
  vertical-align: middle;
  font-weight: bold;
}
.certificate li.disabled .item_office_icon {
  font-weight: normal;
}
.aktiv_border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
}
.aktiv_border-gradient-yellow {
  border-image-source: linear-gradient(to left, yellow, #e8e28e);
}
img.logo_company {
  margin-left: 2em;
}

@media only screen and (max-width: 40em) {
  header .button.green {
    font-size: 16px;
  }
  /*header .login{padding-top:15px;padding-bottom:15px}*/
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  header .button.green {
    font-size: 16px;
    margin-top: 10px;
  }
  .course strong {
    min-height: 35px;
  }
  .sidebar .button,
  .sidebar .button.primary span {
    font-size: 11px !important;
    white-space: normal;
  }
}
@media only screen and (min-width: 64.063em) {
  .add-padding-top {
    padding-top: 80px;
  }
  .sidebar,
  header .login {
    width: 365px !important;
  }
  .medium-8.columns {
    width: calc(100% - 365px);
  }
}
.course {
  font-size: 0.875em;
  margin-bottom: 2em;
  margin-left: -5px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .course {
    margin-left: -23px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  .course {
    margin-left: -30px;
  }
}
.course strong,
.course p {
  font-size: 18px;
  color: #606060;
  text-align: center;
  font-weight: bold;
  display: block;
}
.course img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}
.course img:hover {
  transform: scale(1.1);
}
.references {
  text-align: center;
}
blockquote {
  font-family: "Gotham A", "Gotham B", Georgia, serif;
  font-weight: bold;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 10px 0.25em 25px;
  position: relative;
  color: #383838;
  text-align: left;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 2.75em;
  position: absolute;
  left: -10px;
  top: -8px;
  color: #7a7a7a;
}
/*blockquote:before{display:block;content:"\201C";font-size:3.75em;position:absolute;left:-10px;top:-15px;color:#7a7a7a; font-weight: normal; }*/
blockquote cite {
  color: #999;
  font-size: 0.75em;
  display: block;
  margin-top: 5px;
  font-weight: normal;
  font-style: normal;
}
.box,
.grey {
  padding: 20px;
  margin-bottom: 1.5em;
}
.grey {
  background: #eee;
}
.certificate h3 {
  text-align: center;
}
.certificate ul {
  list-style: none;
  margin: 0;
}
.certificate li {
  margin-bottom: 10px;
}
.certificate li span {
  display: inline-block;
  vertical-align: middle;
}
.certificate li.disabled {
  opacity: 1;
}
.certificate li.disabled span {
  color: #a7a7a7;
}
.certificate li a {
  text-align: center;
  display: block;
}
.certificate .button {
  margin-top: 20px;
  display: block;
}
.certificate li .button {
  margin-top: 10px;
  margin-bottom: -10px;
}
.education {
  padding: 18px 20px;
  text-align: center;
}
.education h3 {
  margin-bottom: 10px;
}
.education p {
  margin-bottom: 0;
}
.education a {
  text-decoration: none;
}
.education .button {
  margin: 15px 0 0;
  max-width: 100%;
}
.footer {
  font-size: 0.875em;
  margin: 20px 0;
  text-align: center;
}
.footer p {
  margin-bottom: 0;
}
.footer .sep {
  color: #ccc;
  padding: 0 10px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.add-bottom {
  margin-bottom: 20px;
}
.txt-left {
  text-align: left;
}
.rightAlign {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.frm-search .button {
  padding: 0.52em 1.3em;
}
.button-hover,
.button:focus,
button-hover,
button:hover,
button:focus {
}
.button:focus,
button:focus {
  outline: 0;
}
.button-active,
.button:active,
button-active,
button:active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset,
    0 0 6px rgba(0, 0, 0, 0.1) inset;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active,
button[disabled],
button-disabled,
button-disabled:hover,
button-disabled:focus,
button-disabled:active {
  border: none;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}
.button-hidden {
  display: none;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button-primary,
.button-selected,
a.button-primary,
a.button-selected {
  background-color: #ff0000;
  color: #fff;
}
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: #fff;
}
.button-success {
  background: #1cb841;
}
.button-error {
  background: #ca3c3c;
}
.button-warning {
  background: #df7514;
}
.button-secondary {
  background: #42b8dd;
}
.button-xsmall {
  font-size: 70%;
}
.button-small {
  font-size: 85%;
}
.button-large {
  font-size: 110%;
}
.button-xlarge {
  font-size: 125%;
}
.text-center {
  text-align: center;
}

a.button {
  color: #606060;
  padding: 0;
}
/*a.button:hover{ background: #606060; color: #fff; }*/
a.button:hover,
button:hover {
  background-color: #c9c9c9 !important;
  color: #252525;
}
.button:focus,
.button:active {
  background: #fff;
  transform: none;
  box-shadow: none;
}
.widget-order .button {
  margin-bottom: 0;
}
.button.primary {
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.primary {
  background: #49c080 !important;
  color: #fff !important;
}
.button.primary:hover {
  background: #49b080 !important;
  color: #fff !important;
}
.button > span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  zoom: 1;
}
.button.small > span > span {
  display: inline-block;
  padding: 13px 20px;
  font-size: 14px;
  line-height: 12px;
}
.button > span:before,
.button > span:after {
  height: 1px;
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  z-index: 2;
}
.button > span:after {
  top: 1px;
}
.button > span:before {
  bottom: 0;
}
.button:hover > span:before {
  background: none;
}
.button > span > span {
  display: block;
  letter-spacing: 1px;
  zoom: 1;
}
.sidebar .box .button {
  border-color: transparent;
}
.button-icon span {
  width: 100%;
}
.button-icon > span > span:before {
  content: "";
  background: url(/foretagsutbildning/Assets/Images/software-icon.png) no-repeat;
  background-size: 32px;
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.button-icon-pdf > span > span:before {
  background: url(/foretagsutbildning/Assets/Images/filetype-pdf.png) no-repeat;
  background-size: contain;
}
.button-icon-in {
  padding: 0;
}
.button-icon-in > span > span:before {
  background: url(/foretagsutbildning/Assets/Images/filetype-in.png) no-repeat;
  background-size: contain;
}
.button-icon:hover {
  background-color: #ddd !important;
  border: 1px solid #ddd;
  color: #fff;
}
.sidebar .button-icon > span > span {
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #606060;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar .validate-message {
  display: block;
  margin-top: 15px;
  color: #f00;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea {
  padding: 0.63em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="color"] {
  padding: 0.2em 0.5em;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129fea;
}
input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: #129fea;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129fea;
}
.checkbox,
.radio {
  margin: 0.5em 0;
  display: block;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
input[readonly],
select[readonly],
textarea[readonly] {
  background: #eee;
  color: #777;
  border-color: #ccc;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}
input[type="file"]:focus:invalid:focus,
input[type="radio"]:focus:invalid:focus,
input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}
select {
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple] {
  height: auto;
}
label {
  margin: 0.5em 0 0.2em;
  color: #606060;
}
fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.form-aligned input,
.form-aligned textarea,
.form-aligned select,
.form-aligned .help-inline,
.form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.form-aligned textarea {
  vertical-align: top;
}
.form-aligned .control-group {
  margin-bottom: 0.5em;
}
.form-aligned .control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.form-aligned .controls {
  margin: 1.5em 0 0 10em;
}
input.input-rounded,
.input-rounded {
  border-radius: 5px;
  padding: 0.5em 1em;
}
.group fieldset {
  margin-bottom: 10px;
}
.group input {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.group input:focus {
  z-index: 2;
}
.group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
}
.group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
}
.group button {
  margin: 0.35em 0;
}
.input-1 {
  width: 100%;
}
.input-1-2 {
  width: 50%;
}
.input-1-3 {
  width: 33%;
}
.input-1-4 {
  width: 25%;
}
.help-inline,
.form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}

.ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(/foretagsutbildning/Assets/Images/ajax-loader.gif);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 22px 10px;
  vertical-align: middle;
}
.ajax-loader.is-active {
  visibility: visible;
}
.content .form-stacked {
  max-width: 365px;
}
.valid-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 32px;
  background: url(/wp-content/themes/flare-child-theme/images/valid-icon.png)
    no-repeat center center;
  background-size: contain;
  margin-top: -32px;
  position: relative;
  float: right;
  right: 5px;
  top: -5px;
}

table {
  font-size: 0.9em;
  width: 100%;
}
table tr td {
  padding: 5px;
  padding-left: 0px;
}
.odd {
  background-color: #f4f4f4;
}
.even {
  background-color: #fff;
}
.no-border {
  border: none;
}

h3.excel-special-title {
  padding-left: 54px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
}
h4.excel-special-subtitle {
  padding-left: 54px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #606060;
}

.form-control,
.form-container .form-control {
  display: block;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  padding: 12px;
  background-color: #f5f6f7;
  border: 1px solid transparent;
  box-shadow: 1px 1px 2px 0px #ddd;
  border-radius: 3px;
}

.form-stacked .invalid-input {
  border-color: #ff0000;
}
.form-stacked .not-valid-tip {
  padding: 5px 0 0;
  color: #f00;
  font-size: 1em;
  text-align: right;
  display: block;
  max-width: 498px;
}

#fileToUpload {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .form button[type="submit"] {
    margin: 0.7em 0 0;
  }
  .form input:not([type]),
  .form input[type="text"],
  .form input[type="password"],
  .form input[type="email"],
  .form input[type="url"],
  .form input[type="date"],
  .form input[type="month"],
  .form input[type="time"],
  .form input[type="datetime"],
  .form input[type="datetime-local"],
  .form input[type="week"],
  .form input[type="number"],
  .form input[type="search"],
  .form input[type="tel"],
  .form input[type="color"],
  .form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .group input:not([type]),
  .group input[type="text"],
  .group input[type="password"],
  .group input[type="email"],
  .group input[type="url"],
  .group input[type="date"],
  .group input[type="month"],
  .group input[type="time"],
  .group input[type="datetime"],
  .group input[type="datetime-local"],
  .group input[type="week"],
  .group input[type="number"],
  .group input[type="search"],
  .group input[type="tel"],
  .group input[type="color"] {
    margin-bottom: 0;
  }
  .form-aligned .control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .form-aligned .controls {
    margin: 1.5em 0 0;
  }
  .form .help-inline,
  .form-message-inline,
  .form-message {
    display: block;
    font-size: 0.75em;
    padding: 0.2em 0 0.8em;
  }
  h6 {
    font-size: 14px !important;
  }
}

html {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
  margin: 0;
}
h1 {
  font-size: 41px;
  line-height: 1;
  margin-bottom: 0.5em;
}
h2 {
  font-size: 36px;
  line-height: 1.33333;
  margin-bottom: 0.66667em;
}
h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.3125em;
  line-height: 1.14286;
  margin-bottom: 1.14286em;
}
h5 {
  font-size: 1.125em;
  line-height: 1.33333;
  margin-bottom: 1.33333em;
}
h6 {
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
p,
blockquote {
  font-size: 16px;
  margin: 0 0 1.5em;
  line-height: 1.5;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
dl,
ol,
ul {
  font-size: 16px;
  margin: 0 0 1.5em;
  padding: 0;
}
dd,
dt,
li {
  line-height: 1.5;
  margin: 0;
}
.row {
  width: 100%;
  max-width: 70em;
  margin: 0 auto;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  max-width: none;
  margin: 0 -0.9375em;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}

.admin-section img {
  max-width: 100%;
  height: auto;
}
.admin-section .admin-info {
  clear: both;
  overflow-x: auto;
}
.admin-section .admin-info::-webkit-scrollbar {
  height: 4px;
}
.admin-section .admin-info::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #eaeaea;
}
.admin-section .admin-info::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
header .login.medium-4 {
  text-align: right;
}
.admin-section .text-info-export h4 {
  font-size: 18px;
}
.admin-section .text-info-export p {
  font-size: 15px;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .visible-sm,
  .visible-md {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) {
  header > .row > .medium-3 {
    width: 50%;
    margin-left: -10px;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .visible-xs,
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .admin-section .sidebar-section {
    width: 35%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .admin-section .sidebar-section tr td:first-child {
    font-weight: bold;
  }
  .admin-section .main-section {
    width: 65%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 64.063em) {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .visible-xs,
  .visible-sm {
    display: none;
  }
  .visible-md {
    display: block;
  }
  .admin-section .sidebar-section {
    min-width: 320px;
  }
  .admin-section .sidebar-section tr td:first-child {
    font-weight: bold;
  }
  /*  .admin-section .main-section{width: calc(100% - 320px); }*/
}
/* ==========================================================================
   Menus
   ========================================================================== */
.top-navigation ul {
  list-style: none;
}
.top-navigation li {
  font-weight: 700;
  float: left;
  margin-right: 20px;
}
.top-navigation li a {
  color: #252525;
  text-decoration: none;
}
.top-navigation li a:hover {
  color: #ff0000;
}
@media only screen and (max-width: 40em) {
  .top-navigation {
    margin: 1.5em 0;
    float: left;
  }
}
#courseNav,
#courseNav ul,
#courseNav ul li,
#courseNav ul li a,
.favorite-box ul,
.favorite-box ul li,
.favorite-box ul li a {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
}
#courseNav {
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
}
#courseNav ul ul {
  display: none;
}
#courseNav ul .parent_active ul {
  display: block;
}
#courseNav > ul > li > a {
  padding: 15px 35px 15px 15px;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  color: #333;
  background: #eaeaea;
  border-bottom: 1px solid #fff;
}
#courseNav > ul > li > a:hover,
#courseNav > ul > li.active > a,
#courseNav > ul > li.open > a {
  color: #252525;
  background: #c9c9c9;
}
#courseNav > ul > li.parent_active > a {
  color: #252525;
  background: #c9c9c9;
}

.holder {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 9px;
  font-size: 20px;
}

.holder::before {
  content: "+";
}

.open .holder::before {
  content: "−";
}

#courseNav > ul > li > a:hover > span::after,
#courseNav > ul > li.active > a > span::after,
#courseNav > ul > li.open > a > span::after {
  border-color: #eee;
}

#courseNav ul ul li a,
.favorite-box ul li a {
  cursor: pointer;
  padding: 12px 60px 12px 15px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #222;
  background: #eaeaea;
}

.has-sub ul li > a {
  border-bottom: 1px solid #fff;
}

.favorite-box ul li a {
  border-bottom: 1px solid #fff;
}
.favorite-box {
  margin-bottom: 20px;
}
.video-favorite-li > a > strong:after {
  width: 15px;
  height: 15px;
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: transparent url(../Images/favorite_check.png) left top no-repeat;
}
.favorite-box ul li:hover a,
#courseNav ul ul li:hover > a,
#courseNav ul ul li.open > a,
#courseNav ul li.video-watched > a,
#courseNav ul ul li.active > a {
  background: #d9d9d9;
  color: #555;
}
#courseNav ul li.video-watched > a .holder {
  display: none;
}
#courseNav ul ul ul li a {
  padding-left: 30px;
}

#courseNav > ul > li > ul > li.open:last-child > a,
#courseNav > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#courseNav > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#courseNav ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eee;
  border-left: 2px solid #eee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#courseNav ul ul li.active > a::after,
#courseNav ul ul li.open > a::after,
#courseNav ul ul li > a:hover::after {
  border-color: #fff;
}
#courseNav .disabled {
  position: relative;
}
#courseNav .disabled:before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2;
  width: 24px;
  height: 100%;
  background: url(../Images/lock.png) center center no-repeat;
  background-size: contain;
}
#courseNav .disabled a {
  padding-right: 35px;
}

/*
Sub Admin
*/
.row-left {
  float: left;
  width: 50%;
  min-width: 450px;
  padding-bottom: 25px;
}
.row-left h3,
.row-right h3 {
  color: #a0a1a0;
  font-size: 20px;
}
.row-right {
  float: left;
  width: 50%;
  min-width: 450px;
}
.row-right p {
  color: #606060;
  font-size: 16px;
  margin-bottom: 5px;
}
.list_course_info li {
  list-style: none;
  color: #606060;
  font-size: 12px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
.foretagsutbildning-page {
  padding-left: 10px !important;
}
.list_course_info {
  margin-bottom: 0;
}
.list_course_info .list_course_info__first-item {
  width: 80px;
}
.list_course_info .list_course_info__second-item {
  width: 65px;
}
#courseNav ul li {
  position: relative;
}
.watch-check {
  position: absolute;
  right: 9px;
  top: 10px;
  background: transparent url(../Images/uncheck.png) left top no-repeat;
  color: #000;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  width: 27px;
  height: 27px;
}
.watch-check--checked {
  z-index: 1;
  background: transparent url(../Images/checked.png) left top no-repeat;
}
.favorite-check {
  position: absolute;
  right: 40px;
  top: 17px;
  background: transparent url(../Images/favorite_uncheck.png) left top no-repeat;
  color: #000;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  width: 15px;
  height: 15px;
}
.favorite-check--checked {
  z-index: 1;
  background: transparent url(../Images/favorite_check.png) left top no-repeat;
}

.video-favorited .favorite-check {
  right: 15px;
}

.tooltip .tooltip-text {
  visibility: hidden;
  background-color: #555;
  width: 200px;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -30px;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 15px;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.watch-check .tooltip-text {
  width: 300px;
}
.watch-check.watch-check--checked .tooltip-text {
  width: 200px;
}

.header-logo {
  padding-left: 15px;
}

@media only screen and (min-width: 40.063em) {
  .foretagsutbildning-page {
    padding-left: 70px !important;
  }
  /*  h3.excel-special-title{
    padding-left: 5.5% !important;
  }*/
  .foretagsutbildning-page + .row .medium-4:nth-of-type(3n + 1) {
    clear: left;
  }
  header .login.medium-4 {
    text-align: left;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .site-description {
    padding-left: 8px;
  }
}
@media only screen and (orientation: portrait) {
  .site-description {
    padding-left: 13px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 40em) {
  .form-control + .valid-icon {
    margin-right: 34%;
  }
  .valid-icon {
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  body > .wrap {
    padding-top: 15px;
  }
  body > .wrap > .sidebar {
    margin-top: 5px;
  }
  h3#category_source_id {
    height: auto !important;
    margin-bottom: 15px;
  }
  h3#source_name_id {
    height: auto !important;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .row-left,
  .row-right {
    width: 100%;
    min-width: 320px;
  }
  .list_course_info li {
    float: none;
  }
}
@media only screen and (max-width: 1440px) {
  .column,
  .columns {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-logo {
    margin-left: 0 !important;
  }
  .excel-special-title,
  .excel-special-subtitle,
  .foretagsutbildning-page {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
  .course img {
    width: 100%;
  }
}
/** For ipad pro **/
@media only screen and (max-width: 1366px) and (min-width: 1366px) {
  .course-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
  }

  header {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .course strong {
    font-size: 13px;
  }
  .course-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  header {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .course-wrapper {
    margin-left: -8px;
  }
}
@media only screen and (max-width: 40em) {
  /*header{padding-bottom:0;}*/
  header .medium-3 {
    width: 30%;
  }
  header .medium-3 > a {
    display: block;
    background: url(../Images/AKTIVLOGGA-mot_ljus_mobil.png) no-repeat;
    height: 24px;
    width: auto; /*margin-bottom: -15px; */
    background-size: contain;
  }
  header .medium-5,
  header .medium-3 img {
    display: none;
  }
  header .login {
    width: 70%;
    padding-top: 0;
  }
  .login p,
  .login h5 {
    padding-left: 0;
  }
  .top-navigation,
  .top-navigation ul {
    width: 100%;
    margin: 0;
  }
  .top-navigation li:first-child {
    border-top: 1px solid #eee;
  }
  .top-navigation li {
    float: none;
    border-bottom: 1px solid #eee;
  }
  .top-navigation li a {
    font-size: 1.5em;
    padding: 10px 0;
    display: block;
  }
  .login h6 {
    padding: 0;
    line-height: 1em;
  }
  .foretagsutbildning-page {
    text-align: center;
  }
  h3.excel-special-title {
    padding-left: 0px;
    text-align: center;
  }
  h4.excel-special-subtitle {
    padding-left: 0px;
    text-align: center;
  }
  .sidebar {
    margin-top: 20px;
  }

  .admin-section table {
    white-space: nowrap;
    font-size: 1em;
  }
  .admin-section table.no-border {
    white-space: normal;
  }
  .admin-section table td {
    padding: 5px;
    padding-left: 0px;
  }
  .admin-section .main-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .admin-section .content-wrapper .frm-search {
    margin: 0 15px;
  }
  .valid-icon {
    top: -8px;
  }
  .select-utbildning {
    width: 50% !important;
    float: left;
  }
  .logo_company {
    position: absolute;
    top: 0px;
    left: 80px;
    max-width: 25px;
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .course strong {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .header-logo .header-logo__wrapper img {
    width: 150px;
  }
}
@media only screen and (max-width: 410px) {
  .header-logo .header-logo__wrapper img {
    width: 100px;
  }
}
.header-logo .header-logo__wrapper img {
  display: block;
}
.header-logo .header-logo__wrapper img.logo_company {
  display: none !important;
}

#link-certificate {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.link-certificate {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 12px 0 !important;
  line-height: 13px;
  padding: 12px 0;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  max-width: 600px;
  width: 80%;
}

.modal .header {
  color: #606060;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

/* The Close Button */
.modal .close {
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .copy-link {
  display: inline-block;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0 30px;
  border: 1px solid #ccc;
  background: url("../Images/copy-solid.svg") 5px 8px no-repeat #fff;
  background-size: 18px;
  color: #000;
}

.m-tooltip-text {
  display: none;
}

.certificate .m-tooltip {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: 6px;
  background-color: #e9ecef;
  border-radius: 3px;
  max-width: 100%;
  margin: 10px 37px;
  position: relative;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #28a745;
  transition: width 0.6s ease;
}

.bg-success {
  background-color: #28a745 !important;
}

.course {
  position: relative;
}

.c-tooltip {
  position: absolute;
  display: none;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  z-index: 999;
  background: #000;
  top: 135px;
  left: 75px;
  padding: 0 8px;
  border-radius: 5px;
  color: #fff;
  opacity: 50%;
}

.btn-red {
  box-shadow: none;
  background-color: red;
  color: #fff;
  border: 0;
  line-height: 1.25;
}

.btn-red:hover {
  border: 0;
}

.button,
.btn-grey {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background-color: #eee;
  color: #606060;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  transition: all 0.2s ease-in-out;
}

.button:hover,
.btn-grey:hover {
  border: 0;
  background-color: #c9c9c9;
  color: #252525;
}

.grey .button {
  background-color: #fff;
}

.login-page .btn-grey {
  font-size: 16px;
  margin-left: 1px;
}

.login-page .login-title {
  margin: 0;
}

.mw-300 {
  min-width: 300px;
}

.mw-200 {
  min-width: 200px;
}

.mw-150 {
  min-width: 150px;
}

.mw-100 {
  min-width: 100px;
}
.mw-50 {
  min-width: 50px;
}

.company-users {
  max-width: 240px;
}

/*Footer*/
.icon {
  width: 28px;
  height: 28px;
  fill: #808080;
}

.social-wrapper {
  display: flex;
  justify-content: end;
  order: 2;
  margin-top: 10px;
}

.social {
  color: #808080;
  margin-left: 10px;
}

.footer {
  font-family: "Gotham A", "Gotham B", "Roboto Slab", serif;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer .address {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #606060;
  flex-grow: 1;
  flex-basis: 100%;
}

.footer .address a {
  color: #606060;
}

.actions-container {
  justify-content: space-between;
  flex-wrap: wrap;
}

.search-container {
  flex-wrap: wrap;
  flex-grow: 1;
}

.search-container .search-input {
  height: 38px;
}

.search-container .seach-btn {
  width: 100%;
  margin: 10px 0 0;
}

.actions-container .btn_excel_export {
  margin: 10px 0 0;
  width: 100%;
}

.header-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.align-title {
  width: 155px;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .company-users {
    max-width: initial;
  }

  .progress {
    margin: 10px 18px;
  }

  .footer {
    justify-content: center;
    flex-wrap: initial;
  }

  .footer .address {
    display: inline-flex;
    align-items: center;
    flex-grow: initial;
    flex-basis: initial;
  }

  .address .item {
    padding: 0 10px 0 0;
  }

  .address .item::before {
    content: "|";
    padding-right: 10px;
    color: #ccc;
    font-weight: 700;
  }

  .address .item:first-child::before {
    content: "";
    padding-right: 0;
  }

  .address .item:last-child::after {
    content: "|";
    padding-left: 10px;
    color: #ccc;
    font-weight: 700;
  }

  .social-wrapper {
    margin-top: 0;
  }

  .search-container {
    flex-wrap: nowrap;
    flex-grow: 0;
  }

  .search-container .seach-btn {
    margin: 0 0 0 10px;
    width: auto;
  }

  .actions-container .btn_excel_export {
    margin: 0;
    width: auto;
  }

  .table-striped tr:nth-of-type(even) > * {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
  }
}

@media only screen and (min-width: 992px) {
  .col-md-4 {
    max-width: 30% !important;
  }

  .login-page .login-title {
    margin-bottom: 24px;
  }

  .progress {
    margin: 10px 28px;
  }

  .course .c-tooltip {
    left: 35px;
  }

  .course:hover .c-tooltip {
    display: inline-block;
  }

  .company-edit-form {
    max-width: 700px;
  }

  .lg-max-width-400 {
    max-width: 400px;
  }

  .lg-max-width-500 {
    max-width: 500px;
  }

  .footer .address a {
    color: #ff0000;
  }
}

@media only screen and (min-width: 1200px) {
  .header-wrapper {
    align-items: center;
  }

  .header-logo {
    padding-left: 0;
  }

  .login-page .btn-grey {
    margin-left: 0;
  }

  .x-img-wrapper {
    height: 150px;
  }

  .progress {
    margin: 10px 59px;
  }

  .course .c-tooltip {
    left: 75px;
  }

  .course:hover .c-tooltip {
    display: inline-block;
  }

  .m-tooltip {
    position: relative;
  }

  .m-tooltip-text {
    position: absolute;
    right: 105%;
    top: -215px;
    width: 200%;
    max-width: 500px;
    background: #555;
    color: #fff !important;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 9999;
  }

  .m-tooltip:hover .m-tooltip-text {
    display: block;
  }

  .m-tooltip-text::after {
    content: "";
    position: absolute;
    top: 41%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
  }

  .m-tooltip-text p {
    font-size: 14px;
    color: #fff;
    text-align: left;
  }

  .print-cert .m-tooltip-text {
    top: 8px;
  }

  /*  Fix login page for desktop version */
  .d-lg-none {
    display: none;
  }
  .d-lg-flex {
    display: flex;
  }

  .flex-lg-grow-1 {
    flex-grow: 1;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .text-decoration-none {
    text-decoration: none;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .btn-red {
    box-shadow: none;
    background-color: red;
    color: #fff;
    border: 0;
    font-weight: 700;
    padding: 10px 30px;
    line-height: 18px;
  }
  .btn-red:hover {
    border: 0;
  }

  .login-page .wrap .columns {
    padding: 0 50px !important;
  }

  .login-page .columns.medium-4 {
    width: 66.66667% !important;
    float: left;
    border-left: 1px solid #ddd;
  }

  .login-page .columns.medium-8 {
    width: 33.33333%;
  }

  .login-page .col-left {
    width: 50%;
    padding-right: 20px;
  }

  .login-page .col-right {
    width: 50%;
    padding-left: 20px;
  }

  .content .form-stacked {
    width: 100%;
    max-width: initial;
  }

  .form-stacked fieldset {
    width: 100%;
    padding: 0;
  }

  .login-title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.25;
    margin: 10px 0 10px;
  }

  .other-option {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.5;
  }
}