@charset "UTF-8";
/* Site properties */
/*------------------------------------------*\

    config.scss

    Configuration for your project. All variables
    should go in this file.

\*------------------------------------------*/
/* Units and sizing */
/* Widths */
/* Animations */
/* Typography */
/* Spacing */
/* Visual Settings */
/* Color */
/* Screen sizes */
/* Media ratios */
/* Z-index */
/* Graphical ornaments */
/* Forms */
/* Buttons */
/* Fields */
/* Mobile Menu */
/* Modal Windows */
/* Loader */
/* Table settings */
/* Navigation */
/* Orientation */
/* Framework */
/* Old IE -- Don't touch */
/*------------------------------------------*\

    fonts.scss

\*------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?6cvzbo");
  src: url("../icons/icomoon.eot?6cvzbo#iefix") format("embedded-opentype"), url("../icons/icomoon.ttf?6cvzbo") format("truetype"), url("../icons/icomoon.woff?6cvzbo") format("woff"), url("../icons/icomoon.svg?6cvzbo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------------*\

    bold.scss

    A mixin for setting the font weight to
    bold. Allows control over the font-family

\*------------------------------------------*/
/*------------------------------------
	BACKGROUND
*/
/*------------------------------------
	# BORDER
	http://davidtheclark.github.io/scut/#border
*/
/*------------------------------------
	# BORDER RADIUS

	Short hand for putting rounded corners on a side of an element

		@include border-top-radius(20px);
*/
/*------------------------------------
	CLEARFIX
	From http://nicolasgallagher.com/micro-clearfix-hack/
*/
/*------------------------------------
	# FONT FACE

	Shorthand for including @font-face in your css.
	Remember also, Google fonts, Typekit have different approaches.

	Example:
		@include font-face(proxima-nova, /fonts/proxima-nova-bold-italic, bold, italic);

 	Order of the includes matters, and it is: normal, bold, italic, bold+italic.
*/
/*------------------------------------
	FONT-SIZE
*/
/*------------------------------------
	# HIDE-TEXT

	Hide-text is an image replacement mixin. It is based off the HTML5-Boilerplate image-replacement.
*/
/*------------------------------------
	LINK
*/
/*------------------------------------*\

	MEDIA BOX

	Used to constrain the proportions of an element with a set width
	like an iframe.

	Should be applied to a parent container with the media element nested.

	e.g. <div class="video-wrapper">
			<iframe></iframe>
		</div>

	- landscape
	- square
	- portrait
	- widescreen

/*------------------------------------*/
/*------------------------------------
	# OFF-CANVAS

	Throw and element off the page.
	This makes it still accessible by screen-readers, labels etc.
	But doesn't appear on the UI
*/
/*------------------------------------
	OLD-IE
*/
/*------------------------------------
	Position
*/
/*------------------------------------
	RESOLUTIONS
	@include screen-size();
*/
/*------------------------------------
	TABLES
*/
/*------------------------------------------*\

   Use

   @include triangle(direction, width, height, color);

   $sizeW - Width of triangle
   $sizeH - Height of triangle

\*------------------------------------------*/
/*------------------------------------
	VERTICAL-SPACING (Consistent spacing)
*/
/*------------------------------------*\

   	BUTTON

	Button options and styles can be changed in _config.scss
	under the *Buttons*.

	Options include:

	$button-font-family
	$has-button-border
	$has-button-gradient
	$has-button-shadow
	$is-button-rounded

	/ref/patterns.php#buttons

/*------------------------------------*/
/*

    ELEMENTS
    Combines the Normalize (git.io/normalize)
    and the reset at
    csswizardry.com/2011/10/reset-restarted
    with GCD's own preferences

*/
/*------------------------------------
	HTML5 BLOCK ELEMENTS
	Correct `block` display not defined in IE 8/9.
*/
article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/*------------------------------------
	HTML5 INLINE BLOCK ELEMENTS
	Correct `block` display not defined in IE 8/9.
*/
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

/*------------------------------------
	Address styling not present in IE 8/9.
*/
[hidden] {
  display: none;
}

/*--------------------------------------
	BOX MODEL
	This works for IE8 and above.
	For IE7, there'll need to be tweaks
*/
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*------------------------------------
	Remove margins and padding
*/
body, h1, h2, h3, h4, h5, h6,
dl, dd, ol, ul,
p, blockquote, pre,
table, th, td, caption,
form, fieldset, legend,
hr {
  margin: 0;
  padding: 0;
}

/*------------------------------------
	HTML & BODY
*/
html {
  font-size: 14px;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size-adjust: none;
  line-height: 1.35;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  color: #343d47;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #343d47;
  height: 100%;
  font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  text-rendering: optimizeLegibility;
}

#root {
  height: 100%;
}

/*------------------------------------
	SITE DIRECTION
	This should very rarely be touched
*/
/*------------------------------------
	Links
*/
a {
  color: #4d8dff;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #b3ceff;
}
a:visited {
  color: #5690f6;
  opacity: 0.8;
}
a:active {
  color: #ffbf4d;
}
a:focus {
  outline: thin dotted #d0d6dd;
}
a:active, a:hover {
  outline: 0;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

/*------------------------------------
	Headings
*/
h1, h2, h3, h4, h5 {
  font-weight: 700;
  font-size: inherit;
}

/*------------------------------------
	Lists

	- lists are inline by default
*/
ul, ol {
  list-style: none;
  padding: 0;
  margin-left: 0;
  line-height: 25.515px;
}

dt {
  font-weight: 700;
  line-height: 25.515px;
  margin-top: 14px;
}
dt:first-child {
  margin-top: 0;
}

/*------------------------------------
	Form
*/
/* fieldset */
fieldset {
  border: 0;
}

/* label */
label {
  cursor: pointer;
  display: inline;
}
label input {
  margin-right: 7px;
}

/* input */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  text-rendering: optimizeLegibility;
  margin: 0;
  font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -ms-font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner {
  margin-top: -2px;
}

select * {
  font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum" 1;
  -ms-font-feature-settings: "lnum" 1;
  font-variant-numeric: lining-nums;
  font-family: sans-serif;
}

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

button,
select {
  text-transform: none;
}

/* textarea */
textarea {
  overflow: auto;
  vertical-align: top;
}
textarea:focus, textarea:active {
  cursor: text;
}

/*------------------------------------
	Inline Elements
*/
b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}
i i, i em, em i, em em {
  font-style: normal;
}

/*------------------------------------
	Media
*/
img {
  border: 0;
  font-style: italic;
  max-width: 100%;
}

figure {
  margin: 0;
}

/*------------------------------------
	Table
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: bottom;
}

td {
  vertical-align: top;
}

.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}

/*------------------------------------------*\

    _o-box.scss

    Abstract object which contains a clearfix
    and some padding

    @namespace  .o-
    @parent     .o-box

\*------------------------------------------*/
.o-box {
  *zoom: 1;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  display: block;
}
.o-box:after {
  content: "";
  display: table;
  clear: both;
}
@media all and (min-width: 770px) {
  .o-box {
    padding-top: 21px;
    padding-right: 21px;
    padding-bottom: 21px;
    padding-left: 21px;
  }
}
@media all and (min-width: 770px) {
  .o-box\@m {
    *zoom: 1;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    display: block;
  }
  .o-box\@m:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media all and (min-width: 770px) and (min-width: 770px) {
  .o-box\@m {
    padding-top: 21px;
    padding-right: 21px;
    padding-bottom: 21px;
    padding-left: 21px;
  }
}
@media all and (min-width: 992px) {
  .o-box\@l {
    *zoom: 1;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
    display: block;
  }
  .o-box\@l:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media all and (min-width: 992px) and (min-width: 770px) {
  .o-box\@l {
    padding-top: 21px;
    padding-right: 21px;
    padding-bottom: 21px;
    padding-left: 21px;
  }
}

/*------------------------------------------*\

    _o-grid.scss

    Grid system (uses flexbox and reverts to
    inline-block on older IE)

    @namespace  .o-
    @parent     .o-grid
    @variations	.o-grid--small
				.o-grid--tight
				.o-grid--loose
				.o-grid--1
				.o-grid--2
				.o-grid--3
				.o-grid--4
				.o-grid--5

\*------------------------------------------*/
.o-grid {
  margin-right: -7px;
  margin-left: -7px;
  display: flex;
  flex-wrap: wrap;
}
.o-grid > * {
  padding-left: 7px;
  padding-right: 7px;
  width: 100%;
}

.o-grid--tight {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
.o-grid--tight > * {
  margin-top: 0;
  padding: 0;
}

.o-grid--loose {
  margin-top: -28px;
  margin-right: -14px;
  margin-left: -14px;
}
.o-grid--loose > * {
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 28px;
}

.o-grid--1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.o-grid--2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.o-grid--3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.o-grid--4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.o-grid--5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/*------------------------------------------*\

    _o-flex.scss

    Flexbox classes

    @namespace  .o-
    @parent     .o-flex
    @children   .o-flex__item
    @variations .o-flex--inline
    			.o-flex--align-end
				.o-flex--align-middle
				.o-flex--space-around
				.o-flex--flex-start
				.o-flex--flex-end
				.o-flex--flex-center
				.o-flex--flex-end
				.o-flex--space-evenly
				.o-flex--wrap
				.o-flex--column

\*------------------------------------------*/
.o-flex {
  display: flex;
  justify-content: space-between;
}

.o-flex__item {
  flex: 1 1 auto;
}
.o-flex__item.dont-grow {
  flex-grow: 0;
}
.o-flex__item.dont-shrink {
  flex-shrink: 0;
}
.o-flex__item.u-1\/2 {
  flex-basis: 50%;
}
.o-flex__item.u-2\/3 {
  flex-basis: 66.6666666667%;
}
.o-flex__item.u-1\/3 {
  flex-basis: 33.3333333333%;
}

.o-flex--inline {
  justify-content: flex-start;
}

.o-flex--align-end {
  align-items: flex-end;
}

.o-flex--align-middle {
  align-items: center;
}

.o-flex--space-around {
  justify-content: space-around;
}

.o-flex--flex-start {
  justify-content: flex-start;
}

.o-flex--flex-center {
  justify-content: center;
}

.o-flex--flex-end {
  justify-content: flex-end;
}

.o-flex--space-evenly {
  justify-content: space-evenly;
}

.o-flex--wrap {
  flex-wrap: wrap;
}

.o-flex--column {
  flex-direction: column;
}

.o-flex--row-reverse {
  flex-direction: row-reverse;
}

/*------------------------------------------*\

    _o-type.scss

    Typographical System.

    @namespace  .o-
    @parent     .o-type
    @children
    @variations


\*------------------------------------------*/
.o-type {
  display: block;
}

/*------------------------------------------*\

    _o-layout.scss

    Abstract object which helps create
    a simple grid layout.
    This helps define rows and items.
    Widths are defined using utility classes
    (see u-fractions)

    @namespace  .o-
    @parent     .o-layout
    @children   .o-layout__item
                .o-layout__filler
    @variations .o-layout--fixed
                .o-layout--flex

\*------------------------------------------*/
.o-layout {
  *zoom: 1;
  font-size: 14px;
  margin-left: -14px;
}
.o-layout:after {
  content: "";
  display: table;
  clear: both;
}

.o-layout__item {
  font-size: 14px;
  font-size: 14px;
  display: inline-block;
  padding-left: 14px;
  vertical-align: top;
  width: 100%;
  letter-spacing: 0;
  word-spacing: 0;
  float: left;
}

.o-layout__filler {
  overflow: hidden;
}

.o-layout--fixed {
  margin-left: 0;
}
@media all and (max-width: 769px) {
  .o-layout--fixed > div[class*=u-col] {
    width: 100%;
  }
}

.o-layout--tight {
  margin-left: 0;
}
.o-layout--tight > .o-layout__item {
  padding-left: 0;
}

.o-layout--loose {
  margin-left: -28px;
}
.o-layout--loose > .o-layout__item {
  padding-left: 28px;
}
@media all and (min-width: 770px) {
  .o-layout--loose\@m {
    margin-left: -28px;
  }
  .o-layout--loose\@m > .o-layout__item {
    padding-left: 28px;
  }
}

.o-layout-sidebar.sidebar-left .o-layout-sidebar__main {
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(100% - 250px);
}
.o-layout-sidebar.sidebar-left .o-layout-sidebar__sidebar {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  border-right: 1px solid #d0d6dd;
  width: 250px;
}
.o-layout-sidebar.sidebar-right .o-layout-sidebar__main {
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100% - 290px);
}
.o-layout-sidebar.sidebar-right .o-layout-sidebar__sidebar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-left: 1px solid #d0d6dd;
  width: 290px;
}

.o-layout-sidebar__main {
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  overflow: auto;
  height: 100%;
}

.o-layout-sidebar__sidebar {
  overflow: auto;
}

/*------------------------------------------*\

    _o-layout.scss

    The media object is used to lay out an
    image beside some text

    @namespace  .o-
    @parent     .o-media
    @children   .o-media__image
                .o-media__body
    @variations .o-media--reverse

\*------------------------------------------*/
.o-media {
  *zoom: 1;
}
.o-media:after {
  content: "";
  display: table;
  clear: both;
}

.o-media__image {
  font-size: 0;
  float: left;
  margin-right: 14px;
}

.o-media__body {
  overflow: hidden;
}

.o-media--reverse {
  *zoom: 1;
}
.o-media--reverse:after {
  content: "";
  display: table;
  clear: both;
}
.o-media--reverse .o-media__image {
  font-size: 0;
  float: right;
  margin-left: 14px;
}

/*------------------------------------------*\

    _o-wrap.scss

    Abstract object which acts as an outer
    container for an element or group of elements.
    This object sets a width (if set in config)
    and centers it using margin: auto
    It also adds padding left and right.

    @namespace  .o-
    @parent     .o-wrap
    @variations .o-wrap--narrow

\*------------------------------------------*/
.o-wrap {
  width: 1372px;
  margin-left: auto;
  margin-right: auto;
}

.o-wrap--narrow {
  width: 840px !important;
}

/*------------------------------------------*\

    _c-alert.scss

    Alert messages that appear on validation
    or for notifications.

    @namespace  .c-
    @parent     .c-alert
    @variations .c-alert--error

\*------------------------------------------*/
.c-alert {
  background-color: white;
  border: 1px solid #e6e6e6;
  padding: 14px;
  display: table;
  width: 100%;
  text-align: left;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}
.c-alert .c-icon {
  display: table-cell;
}

.c-alert__message {
  display: table-cell;
  vertical-align: middle;
}

.c-alert--warn {
  background-color: #c63b3f;
  color: #FFFFFF;
  border: 1px solid #a02e32;
}
.c-alert--warn a, .c-alert--warn a:visited, .c-alert--warn:visited {
  color: #FFFFFF;
}

.c-alert--error {
  background-color: #c63b3f;
  color: #FFFFFF;
  border: 1px solid #a02e32;
}
.c-alert--error a, .c-alert--error a:visited, .c-alert--error:visited {
  color: #FFFFFF;
}

.c-alert--success {
  background-color: #59c684;
  color: #FFFFFF;
  border: 1px solid #3cb06a;
}
.c-alert--success a, .c-alert--success a:visited, .c-alert--success:visited {
  color: #FFFFFF;
}

.c-alert--login {
  position: absolute;
  top: -50px;
  left: 0px;
}

/*------------------------------------------*\

    _button.scss

    Global buttons.


    @namespace  .c-
    @parent     .c-button
    @variations .c-button--primary
                .c-button--secondary
                .c-button--ghost
                .c-button--text
                .c-button--small
                .c-button--large

\*------------------------------------------*/
.c-button {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 44px;
  min-height: 44px;
  white-space: nowrap;
  outline: none;
  font-weight: 700;
  font-size: 13px;
  -webkit-appearance: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border-radius: 3.5px;
  background: #b3bcc7;
  color: #343d47;
  border: 0;
  user-select: none;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  transition: 0.1s all ease-in-out;
}
.c-button:hover, .c-button:active, .c-button:focus, .c-button:target {
  text-decoration: none;
}
.c-button:focus {
  box-shadow: 0 0 8px #1e3d74;
}
.c-button[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.c-button:visited {
  color: #343d47;
}
.c-button:hover {
  background: #95a3b2;
  color: #1e242a;
}
.c-button:active {
  background: #8796a7;
  color: #090a0c;
}
.c-button[disabled] {
  background: #b3bcc7;
}
.c-button[disabled]:hover, .c-button[disabled]:active {
  background: #b3bcc7;
}
.c-button:hover {
  color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@keyframes round {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-button--primary {
  background: #6adea3;
  color: white;
}
.c-button--primary:visited {
  color: white;
}
.c-button--primary:hover {
  background: #40d589;
  color: white;
}
.c-button--primary:active {
  background: #2ece7c;
  color: white;
}
.c-button--primary[disabled] {
  background: #6adea3;
}
.c-button--primary[disabled]:hover, .c-button--primary[disabled]:active {
  background: #6adea3;
}
.c-button--primary.is-loading:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background: #6adea3;
  border-radius: 3.5px;
  z-index: 1000;
}
.c-button--primary.is-loading:after {
  position: absolute;
  top: 15%;
  right: 0px;
  left: 0px;
  content: "";
  width: 2em;
  height: 2em;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: white;
  border-radius: 100%;
  animation: round 1s linear infinite;
  margin: 0 auto;
  z-index: 2000;
}
.c-button--primary.is-loading:hover {
  cursor: not-allowed;
}

.c-button--secondary {
  background: #1e3d74;
  color: white;
}
.c-button--secondary:visited {
  color: white;
}
.c-button--secondary:hover {
  background: #14284b;
  color: white;
}
.c-button--secondary:active {
  background: #0e1d37;
  color: white;
}
.c-button--secondary[disabled] {
  background: #1e3d74;
}
.c-button--secondary[disabled]:hover, .c-button--secondary[disabled]:active {
  background: #1e3d74;
}
.c-button--secondary.is-loading:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background: #1e3d74;
  border-radius: 3.5px;
  z-index: 1000;
}
.c-button--secondary.is-loading:after {
  position: absolute;
  top: 15%;
  right: 0px;
  left: 0px;
  content: "";
  width: 2em;
  height: 2em;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: white;
  border-radius: 100%;
  animation: round 1s linear infinite;
  margin: 0 auto;
  z-index: 2000;
}
.c-button--secondary.is-loading:hover {
  cursor: not-allowed;
}

.c-button--error {
  background: #c63b3f;
  color: white;
}
.c-button--error:visited {
  color: white;
}
.c-button--error:hover {
  background: #a02e32;
  color: white;
}
.c-button--error:active {
  background: #8c292c;
  color: white;
}
.c-button--error[disabled] {
  background: #c63b3f;
}
.c-button--error[disabled]:hover, .c-button--error[disabled]:active {
  background: #c63b3f;
}
.c-button--error.is-loading:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background: #c63b3f;
  border-radius: 3.5px;
  z-index: 1000;
}
.c-button--error.is-loading:after {
  position: absolute;
  top: 15%;
  right: 0px;
  left: 0px;
  content: "";
  width: 2em;
  height: 2em;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: white;
  border-radius: 100%;
  animation: round 1s linear infinite;
  margin: 0 auto;
  z-index: 2000;
}
.c-button--error.is-loading:hover {
  cursor: not-allowed;
}

.c-button--ghost {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 44px;
  min-height: 44px;
  white-space: nowrap;
  outline: none;
  font-weight: 700;
  font-size: 13px;
  -webkit-appearance: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border-radius: 3.5px;
  color: #b3bcc7;
  background: none;
}
.c-button--ghost:hover, .c-button--ghost:active, .c-button--ghost:focus, .c-button--ghost:target {
  text-decoration: none;
}
.c-button--ghost:focus {
  box-shadow: 0 0 8px #1e3d74;
}
.c-button--ghost[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.c-button--ghost:visited {
  color: #b3bcc7;
}
.c-button--ghost:hover {
  color: #b3bcc7;
}
.c-button--ghost:active {
  background-color: #a4b0bc;
}
.c-button--ghost:hover, .c-button--ghost:active, .c-button--ghost:focus {
  color: white;
}

.c-button--default {
  background: #b3bcc7;
  color: #343d47;
  color: white;
}
.c-button--default:visited {
  color: #343d47;
}
.c-button--default:hover {
  background: #95a3b2;
  color: #1e242a;
}
.c-button--default:active {
  background: #8796a7;
  color: #090a0c;
}
.c-button--default[disabled] {
  background: #b3bcc7;
}
.c-button--default[disabled]:hover, .c-button--default[disabled]:active {
  background: #b3bcc7;
}
.c-button--default.is-loading:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background: #b3bcc7;
  border-radius: 3.5px;
  z-index: 1000;
}
.c-button--default.is-loading:after {
  position: absolute;
  top: 15%;
  right: 0px;
  left: 0px;
  content: "";
  width: 2em;
  height: 2em;
  border: 4px solid rgba(255, 255, 255, 0.5);
  border-top-color: white;
  border-radius: 100%;
  animation: round 1s linear infinite;
  margin: 0 auto;
  z-index: 2000;
}
.c-button--default.is-loading:hover {
  cursor: not-allowed;
}

.c-button--text {
  background: transparent;
  color: white;
  color: #4d8dff;
  box-shadow: none;
  font-weight: 500;
  outline: 0 !important;
}
.c-button--text:visited {
  color: white;
}
.c-button--text:hover {
  background: rgba(0, 0, 0, 0);
  color: white;
}
.c-button--text:active {
  background: rgba(0, 0, 0, 0);
  color: white;
}
.c-button--text[disabled] {
  background: transparent;
}
.c-button--text[disabled]:hover, .c-button--text[disabled]:active {
  background: transparent;
}
.c-button--text:visited {
  color: #4d8dff;
}
.c-button--text:hover {
  color: #4d8dff;
}
.c-button--text:focus {
  box-shadow: none;
  text-decoration: underline;
}
.c-button--text .c-icon--small {
  margin-top: -3.5px;
}
.c-button--text .c-icon + span {
  margin-left: 7px;
}
.c-button--text:hover {
  color: #1a6cff;
  background: rgba(208, 214, 221, 0.2);
}
.c-button--text.c-button--error {
  color: #c63b3f;
}

.c-button--long {
  display: block;
  text-align: center;
  width: 100%;
}

.c-button--small {
  padding-left: 14px;
  padding-right: 14px;
  font-size: 10px;
  line-height: 30.3333333333px;
  min-height: 29.3333333333px;
  text-transform: uppercase;
}

.c-button--inline {
  min-height: 0;
  line-height: inherit;
}

/*------------------------------------------*\

    c-breadcrumb.scss

    @namespace  .c-
    @parent     .c-breadcrumb

\*------------------------------------------*/
.c-breadcrumb {
  display: block;
  margin-bottom: 14px;
}

.c-breadcrumb__item {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  margin-right: 28px;
  position: relative;
}
.c-breadcrumb__item > a {
  color: rgba(52, 61, 71, 0.5);
  text-decoration: underline;
}
.c-breadcrumb__item > a:hover {
  color: #343d47;
}
.c-breadcrumb__item:not(:last-child):after {
  content: "";
  font-family: icomoon;
  position: absolute;
  right: -27px;
  color: rgba(52, 61, 71, 0.5);
}
.c-breadcrumb__item:last-child {
  margin-right: 0;
}
.c-breadcrumb__item.is-current {
  color: #343d47;
}

.c-button-group__container {
  display: inline-block;
  position: relative;
}

.c-button-group {
  display: flex;
  width: 100%;
}
.c-button-group > .c-button,
.c-button-group > input[type=submit],
.c-button-group > * {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-button-group > .c-button + *,
.c-button-group > input[type=submit] + *,
.c-button-group > * + * {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
.c-button-group > .c-button:last-child,
.c-button-group > input[type=submit]:last-child,
.c-button-group > *:last-child {
  border-top-right-radius: 3.5px;
  border-bottom-right-radius: 3.5px;
}

.c-circle {
  border-radius: 175px;
  border: 3px solid white;
}

.c-circle--medium {
  width: 80px;
  height: 80px;
}

.c-circle--notification {
  position: absolute;
  top: 14px;
  right: 0px;
  background: #c63b3f;
  border: none !important;
  width: 21px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

/*------------------------------------*\

   	COUNTS

	Counts are used to highlight numeric
	counts of items e.g. the communications
	link in the header or the left hand
	sidebar list counts

	@namespace .c-count

	States --

		.is-floating (positioned to the top right)

/*------------------------------------*/
/*
 * Base count class
 */
.c-count, .count {
  display: inline-block;
  margin-left: 3.5px;
  background: #4d8dff;
  border-radius: 35px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 8.2352941176px;
  color: white;
  line-height: 23.68px;
  /*
   *	Position to the top right of the parent container
   *
   *		-- requires the parent to be positioned relatively
   */
}
.c-count.is-floating, .count.is-floating {
  position: absolute;
  top: 7px;
  right: 7px;
}

.c-search .date-picker-x-container {
  margin-right: 7px;
  width: 110px;
}
.c-search .date-picker-x-container:last-of-type {
  margin-right: 0;
}

/*------------------------------------------*\

    _c-dropdown.scss

    Dropdown modules used throughout the site

    @namespace  .c-
    @parent     .c-dropdown

\*------------------------------------------*/
.c-dropdown {
  background-color: #FFFFFF;
  margin-top: 2px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  position: absolute;
  z-index: 7000;
  left: -1px;
  border-radius: 3.5px;
  width: 350px;
  border: 1px solid #d0d6dd;
}
.c-dropdown:before, .c-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  top: -14px;
  margin-left: 0px;
  left: 50%;
}
.c-dropdown:before {
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #d0d6dd transparent;
  margin-left: -2px;
  top: -16px;
  left: 50%;
}
@media all and (max-width: 769px) {
  .c-dropdown.is-full-screen-on-mobile {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
}

.c-dropdown__body {
  overflow: auto;
  max-height: 65vh;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
}
@media all and (max-width: 769px) {
  .is-full-screen-on-mobile .c-dropdown__body {
    max-height: 100vh;
  }
}

.c-dropdown--header {
  width: 210px;
  left: auto;
  right: 7px;
  line-height: 18.9px;
}
.c-dropdown--header:after, .c-dropdown--header:before {
  left: 77%;
}

.c-filters {
  margin-top: -7px;
  margin-right: -7px;
  margin-bottom: -7px;
  margin-left: -7px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.c-filter {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.c-filter.c-filter--main {
  flex: 1;
}
.c-filter input[type=search],
.c-filter input[type=text] {
  min-width: 140px;
}

.c-filter__options {
  justify-content: flex-end;
  flex: 1;
  flex-direction: column;
  display: flex;
}
.c-filter__options .c-label {
  padding-bottom: 0px;
  align-items: center;
  display: flex;
}

/*------------------------------------------*\

    _c-icons.scss

    Icons are built using an icomoon icon font

    @namespace  .c-
    @parent     .c-icon

\*------------------------------------------*/
[class^=c-icon--], [class*=" c-icon--"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-icon--large {
  font-size: 150%;
}

.c-icon--animal {
  width: 35px;
}

/* -------- Icon declarations -------- */
.c-icon--account_box:before {
  content: "";
}

.c-icon--add:before {
  content: "";
}

.c-icon--add_circle:before {
  content: "";
}

.c-icon--arrow_back:before {
  content: "";
}

.c-icon--arrow_downward:before, .c-table.is-sortable th.sortable.sorted:before, .c-table.is-sortable th.sortable.is-asc:before {
  content: "";
}

.c-icon--arrow_drop_down:before {
  content: "";
}

.c-icon--arrow_drop_up:before {
  content: "";
}

.c-icon--arrow_forward:before {
  content: "";
}

.c-icon--arrow_upward:before, .c-table.is-sortable th.sortable.sorted.descending:before, .c-table.is-sortable th.sortable.is-desc:before {
  content: "";
}

.c-icon--poll:before {
  content: "";
}

.c-icon--flag:before {
  content: "";
}

.c-icon--attach_file:before {
  content: "";
}

.c-icon--attachment:before {
  content: "";
}

.c-icon--autorenew:before {
  content: "";
}

.c-icon--cloud_upload:before {
  content: "";
}

.c-icon--block:before {
  content: "";
}

.c-icon--turned_in:before {
  content: "";
}

.c-icon--broken_image:before {
  content: "";
}

.c-icon--phone:before {
  content: "";
}

.c-icon--photo_camera:before {
  content: "";
}

.c-icon--cancel:before {
  content: "";
}

.c-icon--check:before {
  content: "";
}

.c-icon--navigate_before:before {
  content: "";
}

.c-icon--navigate_next:before {
  content: "";
}

.c-icon--close:before {
  content: "";
}

.c-icon--cloud_queue:before {
  content: "";
}

.c-icon--mode_edit:before {
  content: "";
}

.c-icon--dehaze:before {
  content: "";
}

.c-icon--desktop_windows:before {
  content: "";
}

.c-icon--dns:before {
  content: "";
}

.c-icon--drag_handle:before {
  content: "";
}

.c-icon--equalizer:before {
  content: "";
}

.c-icon--error:before {
  content: "";
}

.c-icon--favorite:before {
  content: "";
}

.c-icon--flash_on:before {
  content: "";
}

.c-icon--folder:before {
  content: "";
}

.c-icon--format_list_bulleted:before {
  content: "";
}

.c-icon--my_location:before {
  content: "";
}

.c-icon--star:before {
  content: "";
}

.c-icon--people:before {
  content: "";
}

.c-icon--home:before {
  content: "";
}

.c-icon--link:before {
  content: "";
}

.c-icon--more_horiz:before {
  content: "";
}

.c-icon--more_vert:before {
  content: "";
}

.c-icon--near_me:before {
  content: "";
}

.c-icon--notifications_active:before {
  content: "";
}

.c-icon--phone_android:before {
  content: "";
}

.c-icon--play_arrow:before {
  content: "";
}

.c-icon--refresh:before {
  content: "";
}

.c-icon--reply_all:before {
  content: "";
}

.c-icon--search:before {
  content: "";
}

.c-icon--settings:before {
  content: "";
}

.c-icon--textsms:before {
  content: "";
}

.c-icon--thumb_up:before {
  content: "";
}

.c-icon--tune:before {
  content: "";
}

.c-icon--verified_user:before {
  content: "";
}

.c-icon--up-down:before, .c-table.is-sortable th.sortable:before {
  content: "";
}

.c-icon--trash:before {
  content: "";
}

.c-icon--card:before {
  content: "";
}

.c-icon--clock:before {
  content: "";
}

.c-icon--steering:before {
  content: "";
}

.c-icon--clipboard:before {
  content: "";
}

.c-icon--new-tab:before {
  content: "";
}

.c-icon--cloud:before {
  content: "";
}

.c-icon--bovine:before {
  content: "";
}

.c-icon--equine:before {
  content: "";
}

.c-icon--goat:before {
  content: "";
}

.c-icon--sheep:before {
  content: "";
}

.c-icon--pig:before {
  content: "";
}

.c-icon--poultry:before {
  content: "";
}

.c-icon--fish:before {
  content: "";
  font-size: 18px;
}

.c-icon--deer:before {
  content: "";
}

.c-icon--mixed:before {
  content: "";
}

.c-invoice {
  font-size: 12px;
}

.c-invoice__list {
  padding: 7px 0;
  margin: 7px 0;
}

.c-loader {
  width: 2em;
  height: 2em;
  border: 4px solid #d0d6dd;
  border-top-color: #4d8dff;
  border-radius: 100%;
  animation: round 1s linear infinite;
}

@keyframes round {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-loader--input {
  position: absolute;
  right: 7px;
  top: 9px;
}

.c-loader--small {
  width: 1.3333333333em;
  height: 1.3333333333em;
  border: 2px solid #d0d6dd;
  border-top-color: #4d8dff;
}

/*
 * Global page loader attached .event-processing class
 */
.event-processing:before {
  content: "";
  position: fixed;
  height: 3px;
  background-color: #6adea3;
  display: block;
  width: 0%;
  z-index: 8000;
  animation: event-processing-animation 1.5s infinite;
}

@keyframes event-processing-animation {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*------------------------------------*\

   	LISTS

	List styles used throughout the
	project

	@namespace .c-

/*------------------------------------*/
/*
 * Basic list component
 */
.c-list, .tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-list li, .tabs li {
  padding-top: 7px;
  padding-right: 14px;
  padding-bottom: 7px;
  padding-left: 21px;
}
.c-list li:hover, .tabs li:hover {
  background-color: rgba(77, 141, 255, 0.06);
}
.c-list li.is-active, .c-list li.selected, .tabs li.is-active, .tabs li.selected {
  background-color: rgba(77, 141, 255, 0.06);
}
.c-list li a, .tabs li a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  color: #343d47;
  overflow: hidden;
  text-decoration: none !important;
  text-overflow: ellipsis;
  text-transform: capitalize;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.c-list-divide li {
  padding: 0 14px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #d0d6dd;
  line-height: 14px;
}
.c-list-divide li:first-of-type {
  padding-left: 0;
}

/*------------------------------------------*\

    c-modal.scss

    Modal window will appear in front of all
    other content.


    @namespace  .c-
    @parent     .c-modal
    @variations .c-modal--small
                .c-modal--border

\*------------------------------------------*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-modal-container {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  z-index: 8000;
}
.c-modal-container.is-open {
  display: block !important;
}
.c-modal-container:before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.c-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  z-index: 9000;
  background: #FFFFFF;
  max-height: 85vh;
  transform: translate(-50%, -50%);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  width: 500px;
  box-shadow: 0;
  border-radius: 3.5px;
}
@media all and (max-width: 769px) {
  .c-modal {
    left: 28px;
    right: 28px;
    transform: translateY(-50%);
  }
}
@media all and (max-height: 700px) {
  .c-modal {
    top: 28px;
    bottom: 28px;
    transform: translateX(-50%);
  }
}
@media only screen and (max-height: 700px) and (max-width: 769px) {
  .c-modal {
    bottom: 28px;
    left: 28px;
    max-height: none;
    right: 28px;
    top: 28px;
    transform: none;
  }
}
@media all and (max-width: 321px) {
  .c-modal {
    bottom: 14px;
    left: 14px;
    right: 14px;
    top: 14px;
  }
}

.c-modal-wide {
  width: 720px;
}

.c-modal__header {
  position: relative;
  padding: 28px 0;
  border-bottom: 1px solid #d0d6dd;
}

.c-modal__body {
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 440px;
}
.c-modal__body .c-form__legend {
  text-align: center;
  font-size: 25px;
}

.c-modal__actions {
  padding-top: 28px;
  padding-right: 28px;
  padding-bottom: 28px;
  padding-left: 28px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d0d6dd;
  min-height: 105px;
}

.c-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.05);
  padding: 3.5px 7px 7px 7px;
  border-radius: 0 0 0 3.5px;
  z-index: 9000;
}
.c-modal__close:hover {
  background: rgba(0, 0, 0, 0.15);
}

/*------------------------------------------*\

    c-module.scss

    High level block of code that can be
    reused in any position with no overwriting
    required.


    @namespace  .c-
    @parent     .c-module

\*------------------------------------------*/
.c-module {
  *zoom: 1;
  position: relative;
  background-color: white;
  border-radius: 3.5px;
  padding: 14px;
}
.c-module:after {
  content: "";
  display: table;
  clear: both;
}

.c-module__title {
  padding: 0 14px;
  line-height: 44px;
  border-radius: 0px;
  position: relative;
  border-radius: 3.5px 3.5px 0 0;
}

.c-module--login {
  padding: 0 !important;
  max-width: 850px;
}
@media all and (min-width: 770px) {
  .c-module--login {
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    transform: translateY(-50%);
  }
}

.c-module--login__background {
  background: url("../images/linergy-bg.png");
  background-size: cover;
  height: 460px;
  background-position: center;
}

.c-module--shade {
  background-color: white;
}

.c-module--shadow {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

/*------------------------------------------*\

    _c-nav.scss

    Navigation components

    @namespace  .c-
    @parent     .c-nav
    @children   .c-nav__item

\*------------------------------------------*/
.c-nav {
  margin-bottom: 0;
  margin-left: 0;
}
.c-nav .c-nav__item {
  display: inline-block;
  vertical-align: top;
}

.c-nav__item {
  white-space: nowrap;
  background-color: transparent;
}
.c-nav__item a {
  padding-left: 14px;
  padding-right: 14px;
  display: block;
  line-height: 52.8px;
  color: white;
}
.c-nav__item.is-active > a {
  font-weight: bold;
}

.c-nav__children {
  background-color: white;
}
.c-nav__children .c-nav__children {
  background-color: #fafafa;
}
.c-nav__children .c-nav__item {
  background-color: inherit;
}
.c-nav__children a {
  color: #343d47;
}

@media all and (min-width: 770px) {
  .c-nav-inline {
    position: relative;
    z-index: 1;
  }
  .c-nav-inline .c-nav__item {
    display: inline-block;
    vertical-align: top;
  }
  .c-nav-inline .c-nav__children {
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: translateY(100%);
    display: none;
  }
  .c-nav-inline .c-nav__item {
    position: relative;
  }
  .c-nav-inline .c-nav__item:hover .c-nav__children, .c-nav-inline .c-nav__item:focus .c-nav__children {
    display: block;
  }
  .c-nav-inline .c-nav__item:hover .c-nav__children .c-nav__item, .c-nav-inline .c-nav__item:focus .c-nav__children .c-nav__item {
    display: block;
  }
}

.c-nav-rows {
  background-color: #343d47;
}
@media all and (min-width: 770px) {
  .c-nav-rows {
    position: relative;
    width: 100%;
  }
  .c-nav-rows .c-nav__item {
    display: inline-block;
    vertical-align: top;
  }
  .c-nav-rows .c-nav__children {
    display: none;
  }
  .c-nav-rows .c-nav__item.is-active .c-nav__children {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    max-width: 100%;
    transform: translateY(100%);
  }
}

.c-nav--primary {
  margin-left: 170px;
}

.c-nav--secondary {
  background: white;
  border-bottom: 1px solid #d0d6dd;
}
.c-nav--secondary .c-nav__item a {
  line-height: 52.8px;
  color: #343d47;
  opacity: 0.7;
}
.c-nav--secondary .c-nav__item a:hover {
  background: rgba(30, 61, 116, 0.2);
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

.c-number-plate {
  background: linear-gradient(to bottom, #f8d038 0%, #f5ca2e 100%);
  padding: 0.25em 1em 0.25em 1em;
  font-weight: bold;
  font-size: 2em;
  border-radius: 5px;
  border: 1px solid #000;
  box-shadow: 1px 1px 1px #ddd;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.c-number-plate--small {
  font-size: 1em;
  border-radius: 3.3333333333px;
}

.c-options {
  position: absolute;
  right: 0px;
  bottom: 3.5px;
  background-color: white;
  border-radius: 3.5px;
  border: 1px solid #d0d6dd;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: 0.5s;
  transform: translateY(100%);
  z-index: 1;
}
.c-options > * + *, .c-options li + * {
  border-top: 1px solid #d0d6dd;
}
.c-options input[type=submit],
.c-options .c-button {
  text-align: start;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
}
.c-options input[type=submit]:hover,
.c-options .c-button:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
:checked ~ .c-options, .c-options.is-open {
  max-height: 200px;
  opacity: 1;
  pointer-events: auto;
}

/*------------------------------------------*\

    _overlay.scss

    Transparent overlay over everything.


    @namespace  .c-
    @parent     .c-overlay

\*------------------------------------------*/
.c-overlay {
  position: absolute;
  top: 52.8px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 8000;
  overflow-y: auto;
}

.c-overlay--fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.c-overlay--disable {
  top: 0px;
  right: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
}

.pager {
  display: inline-block;
  margin-bottom: 14px;
}

.pages > * {
  display: inline-block;
  vertical-align: middle;
}
.pages a {
  padding-top: 9.3333333333px;
  padding-right: 9.3333333333px;
  padding-bottom: 9.3333333333px;
  padding-left: 9.3333333333px;
  line-height: 1;
  background: white;
  font-weight: bold;
  color: rgba(52, 61, 71, 0.5);
  border: 1px solid #d0d6dd;
  border-right: none;
}
.pages a:first-of-type {
  border-radius: 3.5px 0 0 3.5px;
}
.pages a:last-of-type {
  border-right: 1px solid #d0d6dd;
  border-radius: 0 3.5px 3.5px 0;
}
.pages a:hover, .pages a:visited:hover {
  background-color: rgba(208, 214, 221, 0.5);
  color: #343d47;
}
.pages a:hover, .pages a:active, .pages a:focus {
  text-decoration: none;
  color: #343d47;
}
.pages a.selected {
  background-color: #d0d6dd;
  color: #343d47;
  cursor: default;
}
.pages .pager-buffer {
  opacity: 0.5;
}

.c-pill {
  border-radius: 35px;
  white-space: nowrap;
}

.c-pill--small {
  font-size: 12px;
  font-weight: normal;
  padding-top: 0.9333333333px;
  padding-bottom: 0.9333333333px;
  padding-left: 7px;
  padding-right: 7px;
}

.c-pill--blue {
  background: rgba(77, 141, 255, 0.16);
  border: 1px solid rgba(77, 141, 255, 0.5);
}

.c-pill--red {
  background: rgba(198, 59, 63, 0.16);
  border: 1px solid rgba(198, 59, 63, 0.5);
  color: #af3337;
}

.c-pill--yellow {
  background: rgba(236, 191, 63, 0.16);
  border: 1px solid rgba(236, 191, 63, 0.5);
  color: #e9b623;
}

.c-pill--green {
  background: rgba(89, 198, 132, 0.16);
  border: 1px solid rgba(89, 198, 132, 0.5);
  color: #42be73;
}

.c-pill--expired {
  background: rgba(208, 214, 221, 0.16);
  border: 1px solid rgba(208, 214, 221, 0.5);
  color: rgba(52, 61, 71, 0.4);
}

.c-pill--danger {
  background: #c63b3f;
  color: white;
  border: 1px solid #c63b3f;
}

.c-search {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.c-search__item {
  margin-right: 7px;
}
.c-search__item:first-of-type {
  flex: 1;
}

.c-search-schedule .js-selectSupplierLoader {
  display: none;
}

/*------------------------------------------*\

    c-steps.scss

    Steps component used in onboarding etc

    @namespace  .c-
    @parent     .c-steps
    @children		.c-steps__step

\*------------------------------------------*/
.c-steps {
  display: flex;
  overflow: hidden;
}

.c-steps__step {
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: 0;
  padding-right: 14px;
  padding-left: 38px;
  position: relative;
  flex: 1 1 auto;
  text-align: center;
  border-right: 1px solid white;
}
.c-steps__step:first-child {
  padding-left: 14px;
}
.c-steps__step:last-child:after {
  display: none;
}
.c-steps__step:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
  border-width: 24px 0 24px 24px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.1);
  position: absolute;
  right: -22px;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(2px 0px 0px white);
}
.c-steps__step.is-completed {
  background-color: #000000;
  color: #FFFFFF;
}
.c-steps__step.is-completed:after {
  border-left-color: #000000;
}
.c-steps__step.is-current {
  background-color: #1e3d74;
  color: #FFFFFF;
}
.c-steps__step.is-current:after {
  border-left-color: #1e3d74;
}

.swal-footer, .swal-text {
  text-align: center !important;
}

.swal-button--confirm {
  background: #6adea3 !important;
}

.swal-button {
  text-transform: uppercase !important;
  font-size: 12px !important;
  padding: 0 28px;
  line-height: 44px;
  min-height: 46px;
  font-weight: 700;
  border-radius: 3.5px;
}

.swal-modal {
  padding: 14px !important;
}

.swal-text {
  line-height: 23.8px !important;
}

.swal-title:not(:last-child) {
  margin: 0 !important;
}

.c-switch {
  overflow: hidden;
  display: flex;
}

.c-switch input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.c-switch label {
  float: left;
}

.c-switch label {
  display: inline-block;
  width: 40px;
  background-color: rgba(208, 214, 221, 0.5);
  color: rgba(52, 61, 71, 0.5);
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 3.5px 7px;
  border: 1px solid #d0d6dd;
  transition: all 0.1s ease-in-out;
  line-height: 18.9px;
  font-weight: bold;
}

.c-switch label:hover {
  cursor: pointer;
  color: white;
}

.c-switch input:checked + label.success {
  background-color: #6adea3;
  color: white;
  border-right: none;
}
.c-switch input:checked + label.failure {
  background-color: #c63b3f;
  color: white;
  border-left: none;
}

.c-switch input:not(:checked) + label:hover {
  background-color: #c2c9d2;
}

.c-switch label:first-of-type {
  border-radius: 70px 0 0 70px;
}

.c-switch label:last-of-type {
  border-radius: 0 70px 70px 0;
}

.phrase-box-searching {
  background: transparent !important;
}

.c-super-search-container {
  max-width: 364px;
}

.c-super-search {
  position: absolute;
  right: 7px;
  left: 7px;
  top: calc(100% - 1px);
  border: 1px solid #d0d6dd;
  border-radius: 0 0 3.5px 3.5px;
  background: white;
  z-index: 7000;
}

.c-super-search__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(208, 214, 221, 0.5);
  padding: 14px;
}
.c-super-search__item:hover {
  cursor: pointer;
  background: rgba(30, 61, 116, 0.05) !important;
}
.c-super-search__item:last-of-type {
  border-bottom: none;
}

.c-super-search__primary {
  flex: 1 1 auto;
}

.c-super-search__secondary {
  padding-right: 14px;
}

.c-super-search__overflow {
  max-height: 266px;
  overflow: auto;
}

/*------------------------------------------*\

    _c-table.scss


    @namespace  .c-
    @parent     .c-table

\*------------------------------------------*/
.c-table {
  width: 100%;
  border-collapse: separate;
}
.c-table thead tr:last-child th, .c-table thead tr:last-child td {
  border-bottom: 1px solid #d0d6dd;
}
.c-table caption {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
}
.c-table th, .c-table td {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 14px;
  padding-right: 14px;
}
.c-table tbody td, .c-table tbody th {
  background-color: #FFFFFF;
}
.c-table tbody tr + tr td, .c-table tbody tr + tr th {
  border-top: 1px solid #d0d6dd;
}
.c-table thead tr + tr td, .c-table thead tr + tr th {
  border-top: 2px solid #d0d6dd;
}
.c-table tbody tr:hover td, .c-table tbody tr:hover th {
  background-color: #fafafa;
}
.c-table tr.c-table-row--clickable {
  cursor: pointer;
}
.c-table tr.c-table-row--clickable:hover td, .c-table tr.c-table-row--clickable:hover th {
  background-color: #e9ecf1;
}
.c-table tr.c-table-row--clickable:active td, .c-table tr.c-table-row--clickable:active th {
  background-color: #d2d8e3;
}
.c-table tr.c-table-row--disabled {
  background: repeating-linear-gradient(45deg, rgba(208, 214, 221, 0.3), rgba(208, 214, 221, 0.3) 1px, transparent 1px, transparent 16px);
  color: rgba(52, 61, 71, 0.5);
}
.c-table tr.c-table-row--disabled:hover td,
.c-table tr.c-table-row--disabled td {
  background-color: transparent;
}
@media all and (max-width: 769px) {
  .c-table.has-priority td, .c-table.has-priority th {
    display: none;
  }
  .c-table.has-priority td.c-cell--priority, .c-table.has-priority th.c-cell--priority {
    display: table-cell;
  }
}
.c-table.is-sortable th.sortable {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  padding-right: 28px;
  padding-left: 7px;
}
.c-table.is-sortable th.sortable:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.c-table.is-sortable th.sortable:hover:before {
  opacity: 1;
}
.c-table.is-sortable th.sortable:before {
  margin-top: -1.75px;
  position: absolute;
  top: 50%;
  right: 7px;
  font-family: "icomoon";
  transform: translateY(-50%);
}
.c-table.is-sortable th.sortable.sorted, .c-table.is-sortable th.sortable.is-asc, .c-table.is-sortable th.sortable.is-desc {
  position: relative;
}
.c-table.is-sortable th.sortable.sorted:before, .c-table.is-sortable th.sortable.is-asc:before, .c-table.is-sortable th.sortable.is-desc:before {
  margin-top: -1.75px;
  position: absolute;
  top: 50%;
  right: 7px;
  font-family: "icomoon";
  transform: translateY(-50%);
  opacity: 1;
  color: #343d47;
}
.c-table.is-sortable th.sortable.sorted:after, .c-table.is-sortable th.sortable.is-asc:after, .c-table.is-sortable th.sortable.is-desc:after {
  margin-top: -1.75px;
  margin-right: 14px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #343d47;
}
.c-table.is-sortable th.sortable.c-cell--align-right {
  padding-left: 28px;
  padding-right: 7px;
}
.c-table.is-sortable th.sortable.c-cell--align-right:before {
  left: 14px;
  right: auto;
}
.c-table.is-sortable th.sortable.sorted:after, .c-table.is-sortable th.sortable.is-asc:after {
  font-size: 10px;
}
.c-table.is-sortable th.sortable.sorted.descending:after, .c-table.is-sortable th.sortable.is-desc:after {
  font-size: 10px;
}

.c-table__scroller {
  max-width: 100%;
  overflow-x: auto;
}

.c-table__button {
  padding: 4.6666666667px 11.6666666667px;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  border-radius: 17.5px;
}
.c-table__button:hover {
  text-decoration: none;
}
.c-table__button--edit {
  background: rgba(30, 61, 116, 0.05);
}
.c-table__button--edit:hover {
  background: rgba(30, 61, 116, 0.1);
  color: #1e3d74;
}
.c-table__button--delete {
  background: rgba(198, 59, 63, 0.05);
  color: #c63b3f;
}
.c-table__button--delete:hover {
  color: #c63b3f;
  position: relative;
}

.c-table--calls th {
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 7px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #637182;
  position: relative;
  border-top: 1px solid #d0d6dd;
  vertical-align: middle;
}
.c-table--calls th.sortable:hover {
  background: rgba(77, 141, 255, 0.05) !important;
}
.c-table--calls td {
  border-top: 1px solid rgba(208, 214, 221, 0.3) !important;
  font-size: 13px;
  padding: 7px;
  vertical-align: middle;
}
.c-table--calls td:last-of-type {
  white-space: nowrap;
}
.c-table--calls tbody tr:hover td, .c-table--calls tbody tr:hover th {
  background: rgba(77, 141, 255, 0.05);
}
.c-table--calls tr.is-expired td {
  background: rgba(198, 59, 63, 0.06);
  color: #c63b3f;
}

.c-table__blank-slate td:hover {
  background: none !important;
}

/* Example alternative table */
.c-table-tight-grid {
  border: 8px solid white;
  font-size: 17px;
  width: 100%;
  border-collapse: separate;
}
.c-table-tight-grid thead tr:last-child th, .c-table-tight-grid thead tr:last-child td {
  border-bottom: 4px solid white;
}
.c-table-tight-grid caption {
  margin-bottom: 14px;
  font-weight: normal;
  font-size: 17px;
  text-align: left;
}
.c-table-tight-grid th, .c-table-tight-grid td {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
}
.c-table-tight-grid tbody th, .c-table-tight-grid tbody td {
  color: white;
}
.c-table-tight-grid tbody th, .c-table-tight-grid tbody td {
  font-size: 12px;
}
.c-table-tight-grid tbody td, .c-table-tight-grid tbody th {
  background-color: #343D47;
}
.c-table-tight-grid thead td, .c-table-tight-grid thead th {
  background-color: #eee;
}
.c-table-tight-grid tbody td + *, .c-table-tight-grid tbody th + * {
  border-left: 1px solid white;
}
.c-table-tight-grid thead td + *, .c-table-tight-grid thead th + * {
  border-left: 4px solid white;
}
.c-table-tight-grid tbody tr:hover td, .c-table-tight-grid tbody tr:hover th {
  background-color: #303841;
}

.c-timeline {
  position: relative;
}
.c-timeline:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 1px;
  height: 100%;
  background: #d0d6dd;
}

.c-timeline__item {
  margin-left: 14px;
}
.c-timeline__item > div {
  position: relative;
}
.c-timeline__item > div:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border: 1px solid #d0d6dd;
  border-radius: 70px;
  left: -18px;
  top: 7px;
}

.c-timeline__item--primary {
  margin-bottom: 14px;
}
.c-timeline__item--primary:not(:first-of-type) {
  margin-top: 14px;
}
.c-timeline__item--primary > div:before {
  width: 20px;
  height: 20px;
  left: -24px;
  top: 3px;
}

/*------------------------------------------*\

    c-checkbox.scss

    Default checkbox styles. These styles should
    be limited to as few rules as possible.


    @namespace  .c-
    @parent     .c-checkbox

\*------------------------------------------*/
.c-checkbox {
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  padding-left: 7px;
  padding-right: 7px;
  background: rgba(208, 214, 221, 0.16);
  border: 1px solid rgba(208, 214, 221, 0.5);
  display: inline-block;
  margin-right: 3.5px;
  border-radius: 3.5px;
  user-select: none;
}
.c-table .c-checkbox {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
  padding-right: 7px;
}
.c-table .c-checkbox span {
  font-size: 10px;
}
.o-layout-sidebar__sidebar .c-checkbox {
  display: block;
}
.c-checkbox:hover {
  border: 1px solid #4d8dff;
}
.c-checkbox.is-checked {
  background: rgba(77, 141, 255, 0.16) !important;
  border: 1px solid rgba(77, 141, 255, 0.5) !important;
}
.c-checkbox.is-required {
  background: rgba(198, 59, 63, 0.16);
  border: 1px solid rgba(198, 59, 63, 0.5);
}
.c-checkbox.is-required span:before {
  border: 1px solid #c63b3f;
}
.c-checkbox span {
  padding-left: 24.6px;
  display: block;
  position: relative;
  white-space: nowrap;
}
.c-checkbox span:before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 17.6px;
  height: 17.6px;
  border: 1px solid #d0d6dd;
  content: "";
  transform: translateY(-50%);
}
.c-checkbox span:hover:before {
  background-color: rgba(77, 141, 255, 0.15);
  border-color: #4d8dff;
}
.c-checkbox span:active:before {
  background-color: #1a6cff;
  border-color: #1a6cff;
}
.c-checkbox input[type=checkbox],
.c-checkbox input[type=radio] {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.c-checkbox input[type=checkbox]:checked ~ span:before,
.c-checkbox input[type=radio]:checked ~ span:before {
  background-color: #4d8dff;
  border-color: #4d8dff;
}
.c-checkbox input[type=checkbox]:checked ~ span:after {
  position: absolute;
  top: 50%;
  left: 6.7692307692px;
  width: 5.8666666667px;
  height: 8.8px;
  animation: pop-tick 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 2.2px solid white;
  border-top-width: 0;
  border-left-width: 0;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  margin-top: -1.4666666667px;
  margin-left: -0.7333333333px;
}
.c-checkbox input[type=radio] ~ span:before {
  border-radius: 17.6px;
}
.c-checkbox input[type=radio]:checked ~ span:after {
  position: absolute;
  top: 50%;
  left: 5.8666666667px;
  width: 5.8666666667px;
  height: 5.8666666667px;
  background-color: white;
  content: "";
  border-radius: 17.6px;
  transform: translateY(-50%);
}

@keyframes pop-tick {
  0% {
    transform: translateY(-50%) rotate(0deg) scale(0);
  }
  90% {
    transform: translateY(-50%) rotate(45deg) scale(1.6);
  }
  100% {
    transform: translateY(-50%) rotate(45deg) scale(1);
  }
}
.c-checkset-container {
  display: flex;
  flex-wrap: wrap;
}
.c-checkset-container .c-checkset {
  display: inline-block;
}

.c-checkset {
  margin-right: 7px;
  margin-bottom: 7px;
}
.c-checkset.c-checkset--wrap {
  display: flex;
  flex-wrap: wrap;
}

.c-checkset__label {
  padding: 8px;
  border: 1px dashed #d0d6dd;
  border-radius: 4px;
  user-select: none;
  display: flex;
  width: 200px;
  height: 155px;
  flex-direction: column;
  justify-content: center;
}
.c-checkset__label:hover {
  cursor: pointer;
  background: rgba(208, 214, 221, 0.2);
}

.c-checkset__input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.c-checkset__input:checked ~ .c-checkset__label {
  background: rgba(89, 198, 132, 0.3);
  border: 1px solid #59c684;
  color: black;
  position: relative;
}
.c-checkset__input:checked ~ .c-checkset__label:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 15px;
  background: #59c684;
  border-radius: 35px;
  width: 30px;
  text-align: center;
  color: white;
}

.c-checkset__values {
  align-items: center;
}

.c-checkset__left {
  line-height: 14px;
  font-weight: normal;
  margin-bottom: 7px;
  text-align: center;
  height: 28px;
}

.c-checkset__right {
  font-size: 40px;
  text-align: center;
}

.c-field.is-pending:after, .c-field.is-invalid:after, .c-field.is-valid:after {
  margin-left: 7px;
  color: #637182;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 44px;
  text-transform: uppercase;
}
.c-field.is-valid input[type=text] {
  border-color: #59c684;
}
.c-field.is-valid:after {
  color: #59c684;
}
.c-field.is-invalid input[type=text] {
  border-color: #c63b3f;
}
.c-field.is-invalid:after {
  content: attr(data-text);
  color: #c63b3f;
}
.c-field.is-invalid input[type=number] {
  border-color: #c63b3f;
}
.c-field.is-invalid:after {
  content: attr(data-text);
  color: #c63b3f;
}
.c-field.is-pending input[type=text] {
  border-color: #ecbf3f;
}
.c-field.is-pending:after {
  color: #ecbf3f;
}

/*------------------------------------------*\

    c-form.scss

    Form components

    @namespace  .c-
    @parent     .c-form
    @children	.c-form__group
    			.c-form__actions
				.c-form__actions-forgot
				.c-form__legend
				.c-form__help

\*------------------------------------------*/
form {
  width: 100%;
}

.c-form__group {
  margin-bottom: 14px;
}
@media all and (min-width: 322px) {
  .c-form--inline .c-form__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.c-form__actions {
  display: flex;
  margin-bottom: 14px;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (min-width: 322px) {
  .c-form__actions {
    justify-content: space-between;
    flex-direction: row;
  }
}
.c-form__actions:last-child {
  margin-bottom: 0;
}

.c-form__actions-forgot {
  font-size: 12px;
}

.c-form__legend {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
}

.c-form__help {
  color: #b3bcc7;
  font-size: 12px;
  margin-bottom: 14px;
}

/*------------------------------------------*\

    c-input.scss

    Standard text field component consistent
    throughout the entire front end website.


    @namespace  .c-
    @parent     .c-input

\*------------------------------------------*/
.c-input,
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=date], input[type=url] {
  padding-left: 7px;
  padding-right: 7px;
  line-height: 44px;
  border: 1px solid #d0d6dd;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  height: 44px;
  background-color: #FFFFFF;
  min-width: 70px;
  vertical-align: top;
  border-radius: 3.5px;
}
.c-input::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder {
  color: #b3bcc7;
}
.c-input:focus,
input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=date]:focus, input[type=url]:focus {
  border: 1px solid #3368c5;
  box-shadow: 0 0 3px #1e3d74;
}
.c-input[disabled],
input[type=email][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=date][disabled], input[type=url][disabled] {
  background-color: #f7f7f7;
  opacity: 0.9;
}
.c-input::-ms-clear,
input[type=email]::-ms-clear, input[type=number]::-ms-clear, input[type=password]::-ms-clear, input[type=search]::-ms-clear, input[type=tel]::-ms-clear, input[type=text]::-ms-clear, input[type=date]::-ms-clear, input[type=url]::-ms-clear {
  width: 0;
  height: 0;
}
.c-table .c-input,
.c-table input[type=email], .c-table input[type=number], .c-table input[type=password], .c-table input[type=search], .c-table input[type=tel], .c-table input[type=text], .c-table input[type=date], .c-table input[type=url] {
  height: 34px;
}

.c-input--date {
  font-size: 12px;
}

.c-input--small {
  max-width: 140px !important;
}

.c-input--mediumsmall {
  width: 182px !important;
}

.c-input--medium {
  width: 238px !important;
}

.c-input--large {
  width: 308px !important;
}

.c-input--text-area,
textarea {
  height: auto;
  line-height: 28px;
}
.c-input--text-area.is-disabled,
textarea.is-disabled {
  background: rgba(208, 214, 221, 0.2);
  color: #343d47;
  cursor: not-allowed;
}

.c-input--predictive {
  height: auto;
}
.c-input--predictive:after {
  width: 40px;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 20%);
  border-radius: 0 3.5px 3.5px 0;
}
.c-input--predictive .c-input {
  width: auto;
}

.c-input--nostyle {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0px;
}
.c-input--nostyle:focus {
  border: none;
  box-shadow: none;
}

/*------------------------------------------*\

    c-label.scss

	Form labels

    @namespace  .c-
    @parent     .c-label

\*------------------------------------------*/
.c-label,
.c-form__label, label {
  line-height: 29.3333333333px;
  color: #637182;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.c-form--inline .c-label,
.c-form--inline .c-form__label, .c-form--inline label {
  flex-basis: 35%;
  margin-right: 14px;
}

/*------------------------------------------*\

    c-select-box.scss

    Standard dropdown with native styles
    removed.


    @namespace  .c-
    @parent     .c-select-box
    @variation  .c-select-box--long

\*------------------------------------------*/
.c-select-box {
  border: 0;
  border-radius: 0;
  display: inline-block;
  line-height: 44px;
  max-width: 100%;
  min-height: 44px;
  width: auto;
  appearance: none;
  -moz-appearance: none;
  color: #343D47;
  background: #FFFFFF;
  border: 1px solid #d0d6dd;
  border-radius: 3.5px;
  position: relative;
  width: 100%;
  min-width: 70px;
  font-size: 14px;
  line-height: 37px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23A1AAB2%22%20fill-rule%3D%22evenodd%22%20points%3D%2215%2017%2015%2013%2013%2013%2013%2019%2019%2019%2019%2017%22%20transform%3D%22rotate%28-45%2016%2016%29%22/%3E%0A%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right;
}
.c-select-box select {
  padding-top: 0;
  padding-right: 28px;
  padding-bottom: 0;
  padding-left: 7px;
  background-color: transparent;
  border: 0;
  height: 42px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-appearance: none;
}
.c-select-box select:focus {
  box-shadow: 0 0 8px #1e3d74;
}
.c-select-box select::-ms-expand {
  display: none;
}

.c-select-box--small {
  width: 126px;
}

.c-select-box--medium {
  width: 266px;
}

.c-select-box--short {
  height: 29.3333333333px;
  min-height: 29.3333333333px;
  line-height: 29.3333333333px;
}
.c-select-box--short:before {
  top: -3.5px;
}

.c-select-box__select, .s-select-box select {
  appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 0;
  line-height: inherit;
  min-height: inherit;
  padding: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  outline: none;
  height: 42px;
  white-space: nowrap;
}
.c-select-box__select::-ms-expand, .s-select-box select::-ms-expand {
  display: none;
}

.c-select-box--prepend {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #d0d6dd;
  box-shadow: none;
  margin-right: 14px;
  display: flex;
}
.c-select-box--prepend:after {
  display: none;
}
.c-select-box--prepend .c-select-box__select {
  height: auto;
}

.c-cell--primary {
  font-weight: bold;
}

.c-cell--tight {
  width: 1px;
  white-space: nowrap;
}

.c-cell--align-center {
  text-align: center;
}

.c-cell--align-right,
.c-cell--numerical {
  text-align: right;
}

.c-cell--align-left {
  text-align: left;
}

/*------------------------------------------*\

    _g-alerts.scss

    Global alerts area

    @namespace  .g-
    @parent     .g-alerts

\*------------------------------------------*/
.g-alerts {
  position: fixed;
  top: 66.8px;
  right: 14px;
  left: 14px;
  z-index: 5000;
}
.g-alerts .c-alert {
  animation-name: animate-alert-in;
  animation-duration: 0.5s;
}
@keyframes animate-alert-in {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 66.8px;
    opacity: 1;
  }
}

/*------------------------------------------*\

    _g-app.scss

    Global app layout

    @namespace  .g-
    @parent     .g-app

\*------------------------------------------*/
.g-app {
  display: flex;
  flex-direction: column;
  height: 100vh;
  position: relative;
  z-index: 0;
}

/*------------------------------------------*\

    _g-header.scss

    Global site header.

    @namespace  .g-
    @parent     .g-header

\*------------------------------------------*/
.g-header {
  min-height: 52.8px;
  background-color: #1e3d74;
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.g-header__logo {
  padding-left: 14px;
  padding-right: 14px;
  position: absolute;
  top: 0px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
  background: white;
  border-radius: 0 0 3.5px 0;
  vertical-align: middle;
  width: 170px;
  z-index: 1000;
}

.g-header__nav {
  flex: 1 1 auto;
}
@media all and (max-width: 960px) {
  .g-header__nav {
    display: none;
  }
}

.g-header__nav-item {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
}
.g-header__nav-item > a {
  opacity: 0.5;
}
.g-header__nav-item.is-active:before {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: "";
  background: #6adea3;
  height: 4px;
}
.g-header__nav-item.is-active > a {
  opacity: 1;
}
.g-header__mobile-nav .g-header__nav-item:hover a {
  padding-left: 21px;
  transition: padding 0.2s ease-in-out;
}

.g-header__link {
  padding-left: 14px;
  padding-right: 14px;
  display: block;
  color: white;
}
.g-header__link:hover, .g-header__link:visited, .g-header__link:active {
  color: white;
  text-decoration: none;
}
.g-header__link:hover {
  background-color: #193260;
  opacity: 1;
}

.g-header__more {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 52.8px;
  line-height: 52.8px;
}

@media all and (min-width: 960px) {
  .g-header__mobile-nav {
    display: none;
  }
}

.g-header__mobile-nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
@media all and (max-width: 960px) {
  .g-header__mobile-nav-trigger:checked ~ .g-header__mobile-nav-menu {
    display: block;
  }
}
.g-header__mobile-nav-trigger:checked ~ .g-header__mobile-nav-menu:after {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 238px;
  z-index: 10000;
}
.g-header__mobile-nav-trigger:checked ~ label.g-header__mobile-nav-link {
  padding: 14px;
  position: fixed;
  top: 0px;
  left: 182px;
  z-index: 10002;
  background-color: transparent;
}
.g-header__mobile-nav-trigger:checked ~ label.g-header__mobile-nav-link .is-closed {
  display: block;
}
.g-header__mobile-nav-trigger:checked ~ label.g-header__mobile-nav-link .is-open {
  display: none;
}

.g-header__mobile-nav-link {
  background-color: rgba(0, 0, 0, 0.1);
}

.g-header__mobile-nav-icon.is-closed {
  display: none;
}

.g-header__mobile-nav-menu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10001;
  width: 238px;
  overflow: auto;
  padding-top: 52.8px;
  background: #1e3d74;
  display: none;
}

/*------------------------------------------*\

    _g-footer.scss

    Global site footer.

    @namespace  .g-
    @parent     .g-footer

\*------------------------------------------*/
.g-footer {
  background-color: white;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
  border-top: 1px solid #d0d6dd;
  z-index: 1;
  text-align: center;
}

/*------------------------------------------*\

    _g-main.scss

    The space in between the Header and
    Footer

    @namespace  .g-
    @parent     .g-main

\*------------------------------------------*/
.g-main {
  background: white;
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
  align-items: inherit;
  position: relative;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
}
@media all and (min-width: 992px) {
  .g-main {
    padding-top: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
  }
}

.g-body {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
}

.g-content {
  flex: 1;
  overflow: auto;
}

.g-sidebar {
  overflow: auto;
}

.g-main--unauthenticated {
  background-color: #1e3d74;
}

.g-main--login {
  background: url("../images/linergy-bg-light.png");
  background-size: cover;
}
.g-main--login .c-button {
  background: #6adea3;
  color: white;
  width: 100% !important;
}
.g-main--login .c-button:visited {
  color: white;
}
.g-main--login .c-button:hover {
  background: #40d589;
  color: white;
}
.g-main--login .c-button:active {
  background: #2ece7c;
  color: white;
}
.g-main--login .c-button[disabled] {
  background: #6adea3;
}
.g-main--login .c-button[disabled]:hover, .g-main--login .c-button[disabled]:active {
  background: #6adea3;
}

/*------------------------------------------*\

    _s-text-content.scss

    Standard text content scope class. Use
    this when you can't apply classes directly
    to text elements.

    @namespace  .s-
    @variations .s-text-content

\*------------------------------------------*/
.s-text-content li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  list-style: disc;
  margin-left: 1em;
}
.s-text-content p {
  margin-top: 7px;
  margin-right: 0;
  margin-bottom: 14px;
  margin-left: 0;
  line-height: 22.68px;
}
.s-text-content h1, .s-text-content h2, .s-text-content h3, .s-text-content h4, .s-text-content h5 {
  margin-bottom: 14px;
}
.s-text-content h1 {
  font-size: 30px;
}
.s-text-content h2 {
  font-size: 25px;
}
.s-text-content h3 {
  font-size: 21px;
}
.s-text-content h4 {
  font-size: 17px;
}
.s-text-content h5 {
  font-size: 14px;
}

.u-border-right {
  border-right: 1px solid #d0d6dd;
}

.u-border-left {
  border-left: 1px solid #d0d6dd;
}

.u-border-top {
  border-top: 1px solid #d0d6dd;
}

.u-border-bottom {
  border-bottom: 1px solid #d0d6dd;
}

.u-bordered {
  border: 1px solid #d0d6dd;
}

.u-border-thick {
  border-width: 3px;
}

.u-border-error {
  border: 1px solid #c63b3f !important;
}

.u-hide {
  display: none !important;
}
@media all and (min-width: 770px) {
  .u-hide\@m {
    display: none !important;
  }
}
@media all and (min-width: 992px) {
  .u-hide\@l {
    display: none !important;
  }
}
@media all and (max-width: 321px) {
  .u-hide\@s- {
    display: none !important;
  }
}
@media all and (max-width: 769px) {
  .u-hide\@m- {
    display: none !important;
  }
}
@media all and (max-width: 991px) {
  .u-hide\@l- {
    display: none !important;
  }
}

.u-show {
  display: block !important;
}

.u-inline-block {
  display: inline-block;
}
.u-inline-block.has-space-small > * {
  margin-left: 7px;
}
@media all and (min-width: 770px) {
  .u-inline-block\@m {
    display: inline-block;
  }
  .u-inline-block\@m.has-space-small > * {
    margin-left: 7px;
  }
}

.u-visually-hidden {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

@media print {
  .u-print-hide {
    display: none !important;
  }
}
.u-full-height {
  height: 100%;
}

.u-clear {
  *zoom: 1;
}
.u-clear:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------------*\

    _column-widths.scss

    Controls the fixed width of columns

    @namespace  .u-

\*------------------------------------------*/
.u-col-1\/2 {
  width: 686px;
}

.u-col-1\/3 {
  width: 457.3333333333px;
}

.u-col-1\/4 {
  width: 343px;
}

.u-col-1\/5 {
  width: 274.4px;
}

.u-col-1\/6 {
  width: 228.6666666667px;
}

.u-col-1\/7 {
  width: 196px;
}

.u-col-2\/3 {
  width: 914.6666666667px;
}

.u-col-2\/4 {
  width: 686px;
}

.u-col-2\/5 {
  width: 548.8px;
}

.u-col-3\/4 {
  width: 1029px;
}

.u-col-3\/5 {
  width: 823.2px;
}

.u-col-4\/5 {
  width: 1097.6px;
}

/*scss/utilities/_u-fill.scss*/
.u-fill-primary {
  background-color: #1e3d74 !important;
}

.u-fill-secondary {
  background-color: #6adea3 !important;
}

.u-fill-tertiary {
  background-color: #ecbf3f !important;
}

.u-fill-text {
  background-color: #343d47 !important;
}

.u-fill-light {
  background-color: #fafbfd !important;
}

.u-fill-shade {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.u-fill-white {
  background-color: white !important;
}

.u-fill-site {
  background-color: white !important;
}

/*scss/utilities/_u-fractions.scss*/
/* Full Width */
.u-1 {
  width: 100% !important;
}
@media all and (min-width: 322px) {
  .u-1\@s {
    width: 100% !important;
  }
}
@media all and (max-width: 321px) {
  .u-1\@s- {
    width: 100% !important;
  }
}
@media all and (max-width: 769px) {
  .u-1\@m- {
    width: 100% !important;
  }
}
@media all and (min-width: 770px) {
  .u-1\@m {
    width: 100% !important;
  }
}
@media all and (min-width: 992px) {
  .u-1\@l {
    width: 100% !important;
  }
}
@media all and (max-width: 991px) {
  .u-1\@l- {
    width: 100% !important;
  }
}

/* 1/2 widths */
.u-1\/2 {
  width: 50% !important;
}
@media all and (min-width: 322px) {
  .u-1\/2\@s {
    width: 50% !important;
  }
}
@media all and (max-width: 321px) {
  .u-1\/2\@s- {
    width: 50% !important;
  }
}
@media all and (max-width: 769px) {
  .u-1\/2\@m- {
    width: 50% !important;
  }
}
@media all and (min-width: 770px) {
  .u-1\/2\@m {
    width: 50% !important;
  }
}
@media all and (min-width: 992px) {
  .u-1\/2\@l {
    width: 50% !important;
  }
}
@media all and (max-width: 991px) {
  .u-1\/2\@l- {
    width: 50% !important;
  }
}

/* 1/3 widths */
.u-1\/3 {
  width: 33.3333333333% !important;
}
@media all and (min-width: 322px) {
  .u-1\/3\@s {
    width: 33.3333333333% !important;
  }
}
@media all and (max-width: 321px) {
  .u-1\/3\@s- {
    width: 33.3333333333% !important;
  }
}
@media all and (max-width: 769px) {
  .u-1\/3\@m- {
    width: 33.3333333333% !important;
  }
}
@media all and (min-width: 770px) {
  .u-1\/3\@m {
    width: 33.3333333333% !important;
  }
}
@media all and (min-width: 992px) {
  .u-1\/3\@l {
    width: 33.3333333333% !important;
  }
}
@media all and (max-width: 991px) {
  .u-1\/3\@l- {
    width: 33.3333333333% !important;
  }
}

/* 1/3 widths */
.u-2\/3 {
  width: 66.6666666667% !important;
}
@media all and (min-width: 322px) {
  .u-2\/3\@s {
    width: 66.6666666667% !important;
  }
}
@media all and (max-width: 321px) {
  .u-2\/3\@s- {
    width: 66.6666666667% !important;
  }
}
@media all and (max-width: 769px) {
  .u-2\/3\@m- {
    width: 66.6666666667% !important;
  }
}
@media all and (min-width: 770px) {
  .u-2\/3\@m {
    width: 66.6666666667% !important;
  }
}
@media all and (min-width: 992px) {
  .u-2\/3\@l {
    width: 66.6666666667% !important;
  }
}
@media all and (max-width: 991px) {
  .u-2\/3\@l- {
    width: 66.6666666667% !important;
  }
}

/* 1/4 widths */
.u-1\/4 {
  width: 25% !important;
}
@media all and (min-width: 322px) {
  .u-1\/4\@s {
    width: 25% !important;
  }
}
@media all and (max-width: 321px) {
  .u-1\/4\@s- {
    width: 25% !important;
  }
}
@media all and (max-width: 769px) {
  .u-1\/4\@m- {
    width: 25% !important;
  }
}
@media all and (min-width: 770px) {
  .u-1\/4\@m {
    width: 25% !important;
  }
}
@media all and (min-width: 992px) {
  .u-1\/4\@l {
    width: 25% !important;
  }
}
@media all and (max-width: 991px) {
  .u-1\/4\@l- {
    width: 25% !important;
  }
}

/* 3/4 widths */
.u-3\/4 {
  width: 75% !important;
}
@media all and (min-width: 322px) {
  .u-3\/4\@s {
    width: 75% !important;
  }
}
@media all and (max-width: 321px) {
  .u-3\/4\@s- {
    width: 75% !important;
  }
}
@media all and (max-width: 769px) {
  .u-3\/4\@m- {
    width: 75% !important;
  }
}
@media all and (min-width: 770px) {
  .u-3\/4\@m {
    width: 75% !important;
  }
}
@media all and (min-width: 992px) {
  .u-3\/4\@l {
    width: 75% !important;
  }
}
@media all and (max-width: 991px) {
  .u-3\/4\@l- {
    width: 75% !important;
  }
}

/* 1/5 widths */
.u-1\/5 {
  width: 20% !important;
}
@media all and (min-width: 322px) {
  .u-1\/5\@s {
    width: 20% !important;
  }
}
@media all and (max-width: 321px) {
  .u-1\/5\@s- {
    width: 20% !important;
  }
}
@media all and (max-width: 769px) {
  .u-1\/5\@m- {
    width: 20% !important;
  }
}
@media all and (min-width: 770px) {
  .u-1\/5\@m {
    width: 20% !important;
  }
}
@media all and (min-width: 992px) {
  .u-1\/5\@l {
    width: 20% !important;
  }
}
@media all and (max-width: 991px) {
  .u-1\/5\@l- {
    width: 20% !important;
  }
}

/* 4/5 widths */
.u-4\/5 {
  width: 80% !important;
}
@media all and (min-width: 322px) {
  .u-4\/5\@s {
    width: 80% !important;
  }
}
@media all and (max-width: 321px) {
  .u-4\/5\@s- {
    width: 80% !important;
  }
}
@media all and (max-width: 769px) {
  .u-4\/5\@m- {
    width: 80% !important;
  }
}
@media all and (min-width: 770px) {
  .u-4\/5\@m {
    width: 80% !important;
  }
}
@media all and (min-width: 992px) {
  .u-4\/5\@l {
    width: 80% !important;
  }
}
@media all and (max-width: 991px) {
  .u-4\/5\@l- {
    width: 80% !important;
  }
}

/*scss/utilities/_u-padding.scss*/
.u-pad {
  padding: 14px !important;
}

.u-pad-half {
  padding: 7px !important;
}

.u-pad-top-bottom {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.u-pad-top-bottom-loose {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.u-pad-top-bottom-half {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.u-pad-left-right {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.u-pad-top {
  padding-top: 14px !important;
}

.u-pad-bottom {
  padding-bottom: 14px !important;
}

.u-pad-bottom-loose {
  padding-bottom: 28px !important;
}

.u-pad-left {
  padding-left: 14px !important;
}

.u-pad-left-half {
  padding-left: 7px !important;
}

.u-pad-right {
  padding-right: 14px !important;
}

.u-pad-right-half {
  padding-right: 7px !important;
}

.u-pad-none {
  padding: 0 !important;
}

.u-pad--loose {
  padding: 28px !important;
}

.u-marg {
  margin: 14px !important;
}

.u-marg-top-bottom {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.u-marg-top-bottom-loose {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.u-marg-left-right {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.u-marg-top {
  margin-top: 14px !important;
}

.u-marg-top-half {
  margin-top: 7px !important;
}

.u-marg-bottom {
  margin-bottom: 14px !important;
}

.u-marg-bottom-loose {
  margin-bottom: 28px !important;
}

.u-marg-left {
  margin-left: 14px !important;
}

.u-marg-right {
  margin-right: 14px !important;
}

.u-marg-right-half {
  margin-right: 7px !important;
}

.u-marg-left-half {
  margin-left: 7px !important;
}

.u-marg-bottom-half {
  margin-bottom: 7px !important;
}

.u-marg-none {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/*scss/utilities/_u-font-size.scss*/
.u-micro {
  font-size: 10px !important;
}

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

.u-alpha {
  font-size: 14px !important;
}

.u-beta {
  font-size: 17px !important;
}

.u-gamma {
  font-size: 21px !important;
}

.u-delta {
  font-size: 25px !important;
}

.u-epsilon {
  font-size: 30px !important;
}

.u-zeta {
  font-size: 35px !important;
}

/*scss/utilities/_u-font-weight.scss*/
.u-regular {
  font-weight: 500 !important;
}

.u-bold {
  font-weight: 700 !important;
}

/*------------------------------------------*\

    full-screen-mobile.scss

    This utility will apply a full screen
    modal window on mobile

    @namespace  .u-

\*------------------------------------------*/
@media all and (max-width: 321px) {
  .u-full-screen-mobile {
    padding: 0;
  }
}
@media all and (min-width: 321px) and (max-width: 769px) {
  .u-full-screen-mobile {
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
  }
}
@media all and (max-width: 769px) {
  .u-full-screen-mobile {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9000;
    border: none;
    border-radius: 0px;
    margin: 0 !important;
  }
}

@media all and (min-width: 769px) and (max-width: 991px) {
  .u-full-screen-tablet {
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
  }
}
@media all and (max-width: 991px) {
  .u-full-screen-tablet {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 9000;
    border: none;
    border-radius: 0px;
    margin: 0 !important;
  }
}

.u-highlighted {
  background: rgba(77, 141, 255, 0.16);
  border: 1px solid rgba(77, 141, 255, 0.5);
  border-radius: 3.5px;
}

.u-transparent {
  opacity: 0;
}

.u-translucent {
  opacity: 0.5;
}

.u-opaque {
  opacity: 1;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-overflow-auto {
  overflow: auto;
}

/*------------------------------------------*\

    u-position.scss

    Positioning utilities

    @namespace  .u-

\*------------------------------------------*/
.u-pos-relative {
  position: relative;
}

.u-pos-sticky {
  position: sticky;
  top: 14px;
}

.u-pull-left {
  float: left;
}
@media all and (min-width: 770px) {
  .u-pull-left\@m {
    float: left;
  }
}

.u-pull-right {
  float: right;
}
@media all and (min-width: 770px) {
  .u-pull-right\@m {
    float: right;
  }
}

.u-pull-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media all and (max-width: 769px) {
  .u-pull-center\@m- {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.u-rounded {
  border-radius: 3.5px;
}

/*------------------------------------------*\

    shadow.scss

    adds box shadow

    @namespace  .u-

\*------------------------------------------*/
.u-shadow {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
}

.u-align-left {
  text-align: start;
}

th.u-align-left, td.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: end;
}

th.u-align-right, td.u-align-right {
  text-align: right;
}

/*scss/utilities/_u-text-color.scss*/
.u-primary {
  color: #1e3d74 !important;
}

.u-secondary {
  color: #6adea3 !important;
}

.u-tertiary {
  color: #ecbf3f !important;
}

.u-lighten {
  color: #b3bcc7 !important;
}

.u-text {
  color: #343d47 !important;
}

.u-white {
  color: white !important;
}

.u-link {
  color: #4d8dff !important;
}

.u-error {
  color: #c63b3f !important;
}

.u-touch-target {
  line-height: 44px;
  min-height: 44px;
}
.u-touch-target > * {
  display: inline-block;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-no-link:hover {
  text-decoration: none;
}

.u-nowrap {
  white-space: nowrap;
}

/*------------------------------------------*\

    zindex.scss

    z-index utilities

    @namespace  .u-

\*------------------------------------------*/
.u-zindex-reset {
  position: relative;
  z-index: 0;
}

.u-zindex-top {
  z-index: 10002;
}

.u-v-align-center {
  transform: translateY(-50%);
  height: auto;
  top: 50%;
  position: relative;
}

/* Themes */
/* Gallery */
/*------------------------------------------*\

    _gallery.scss

    Gallery specific css

    ** DON'T INCLUDE THIS FILE IN YOUR PROJECT

\*------------------------------------------*/
.gallery-fixed-layout .g-app {
  overflow: hidden;
}

.gallery {
  margin-top: -28px;
  margin-right: -28px;
  margin-bottom: -28px;
  margin-left: -28px;
}

.gallery-nav {
  padding: 14px;
  position: sticky;
  height: calc( 100vh - 52.8px );
  overflow: auto;
  top: 52.8px;
  border-right: 1px solid #d0d6dd;
}

.gallery-content {
  padding: 42px;
}

.gallery-box {
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 100px;
  max-width: 1300px;
}
.gallery-box p {
  margin-bottom: 14px;
}
.gallery-box h3 {
  margin-bottom: 14px;
  font-size: 17px;
}
.gallery-box ul {
  margin-bottom: 14px;
  list-style: disc;
  margin-left: 1em;
}
.gallery-box ul.clean {
  margin-left: 0;
  list-style: none;
}
.gallery-box:after, .gallery-box:before {
  content: "";
  width: 28px;
  height: 4.6666666667px;
  background-color: white;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.gallery-box:before {
  left: 28px;
  background-color: #1e3d74;
}

.gallery-box__title {
  font-size: 35px;
  padding-bottom: 7px;
}

.c-callout {
  margin: 28px 0;
}

.c-callout__title {
  font-size: 12px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  padding: 14px 21px;
  margin: 0;
  display: inline-block;
  font-weight: 700;
  color: #78899c;
}

.c-callout__content {
  padding: 28px;
  background-color: #f7f7f7;
}
.c-callout__content > *:last-child {
  margin-bottom: 0;
}

.c-button--warn {
  background: #c63b3f;
  color: white;
}
.c-button--warn:visited {
  color: white;
}
.c-button--warn:hover {
  background: #a02e32;
  color: white;
}
.c-button--warn:active {
  background: #8c292c;
  color: white;
}
.c-button--warn[disabled] {
  background: #c63b3f;
}
.c-button--warn[disabled]:hover, .c-button--warn[disabled]:active {
  background: #c63b3f;
}

.c-button--success {
  background: #59c684;
  color: white;
}
.c-button--success:visited {
  color: white;
}
.c-button--success:hover {
  background: #3cb06a;
  color: white;
}
.c-button--success:active {
  background: #369d5e;
  color: white;
}
.c-button--success[disabled] {
  background: #59c684;
}
.c-button--success[disabled]:hover, .c-button--success[disabled]:active {
  background: #59c684;
}

.u-inline-code {
  background-color: rgba(255, 255, 255, 0.6);
  color: #6ADEA3;
  border-radius: 1.75px;
  padding: 3.5px 7px;
  border: 1px solid #d0d6dd;
}

.u-note {
  background-color: #343d47;
  color: white;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 3.5px;
  margin: 7px 0 14px 0;
}

.s-healthcheck {
  /**
   * Outline all classes.
   */
  /**
   * Outline all BEM Elements.
   */
  /**
   * Outline all BEM Modifiers.
   */
  /**
   * Outline all Object classes.
   */
  /**
   * Outline all Component classes.
   */
  /**
   * Outline all Responsive classes.
   */
  /**
   * Outline all Hack classes.
   */
}
.s-healthcheck [class] {
  outline: 5px solid lightgrey;
}
.s-healthcheck [class*=__] {
  outline: 5px solid grey;
}
.s-healthcheck [class*="--"] {
  outline: 5px solid darkgrey;
}
.s-healthcheck [class^=o-],
.s-healthcheck [class*=" o-"] {
  outline: 5px solid orange;
}
.s-healthcheck [class^=c-],
.s-healthcheck [class*=" c-"] {
  outline: 5px solid cyan;
}
.s-healthcheck [class*="@"] {
  outline: 5px solid rosybrown;
}
.s-healthcheck [class^=_] {
  outline: 5px solid red;
}

@media print {
  @page {
    size: A4;
    margin: 10px;
  }
  img {
    max-width: 100%;
    page-break-inside: avoid;
  }

  .c-image {
    max-width: 100%;
    page-break-inside: avoid;
  }
  .c-image.c-image--lead-brochure {
    height: auto;
    padding-bottom: 0;
  }

  .c-image--lead-brochure .c-image__child {
    position: relative;
    height: auto;
  }

  .c-ad,
.c-search,
.c-action-bar,
.g-footer,
.g-header div,
.c-nav,
.c-tabs,
.u-hide-print,
.c-button {
    display: none;
  }

  *[class*=u-fill],
.g-main,
.g-header,
* {
    background-color: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .c-logo--print {
    display: block;
    margin-left: 14px;
  }

  .u-1\/3\@l {
    width: calc( 100%/3 ) !important;
  }

  .u-2\/3\@l {
    width: calc( 100%/1.5 ) !important;
  }

  .o-flex--column\@m- {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .c-key-info {
    flex-basis: auto;
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
  .c-key-info .c-icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .c-key-info .c-icon svg {
    width: 24px;
    height: 24px;
  }

  .c-key-info__label {
    margin-right: 0;
  }

  .u-milli .c-key-info .c-icon {
    width: 16px;
    height: 16px;
    margin-right: 14px;
  }
  .u-milli .c-key-info .c-icon svg {
    width: 16px;
    height: 16px;
  }

  .s-text-content li {
    padding: 0;
  }

  .c-module.u-marg-bottom-loose, .c-module.u-marg-bottom {
    margin-bottom: 0px !important;
  }

  .c-module {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #d0d6dd !important;
  }

  p,
table,
ul,
li,
ol,
div,
h1,
h2,
h3,
h4,
h5 {
    font-size: 9pt !important;
  }

  .u-alpha {
    font-size: 9pt !important;
  }

  .u-beta, .o-type--upper-title {
    font-size: 11pt !important;
  }

  .u-gamma {
    font-size: 14pt !important;
  }

  .u-delta {
    font-size: 16pt !important;
  }

  .u-milli {
    font-size: 8pt !important;
  }
}

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