/**handles:banking-kit-branch-styles-public**/
@charset "UTF-8";
/* ==============================================================================================

    Compiler: Public

    Imports SASS files and compiles them into one resource.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Import Variables
============================================================================================== */
/* ==============================================================================================

    Variables: Breakpoints

    Defines a list of breakpoints to be used in the break mixin.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Maps
============================================================================================== */
/* ==============================================================================================

    Variables: Prefixes

    Defines a list of prefixes used in the prefixer mixin.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Maps
============================================================================================== */
/* Import Functions
============================================================================================== */
/* ==============================================================================================

    Functions: String Explode

    Splits the provided string by the specified character.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Functions
============================================================================================== */
/* ==============================================================================================

    Functions: String Replace

    Replaces the spcified value with another provided string.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Functions
============================================================================================== */
/* ==============================================================================================

    Functions: Strip Unit

    Takes the provided number returns it stripped of its unit.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Functions
============================================================================================== */
/* ==============================================================================================

    Functions: Map Validate

    Checks if a nested map has a value with the provided keys.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Functions
============================================================================================== */
/* ==============================================================================================

    Functions: Map Return

    Returns a value from a nested map by the provided keys.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Functions
============================================================================================== */
/* ==============================================================================================

    Functions: Map Fetch

    Searches for a value contained within a nested map using dot notation.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Functions
============================================================================================== */
/* Import Extensions
============================================================================================== */
/* ==============================================================================================

    Extensions: Clearfix

    Adds CSS declarations to clear floated children.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Extensions
============================================================================================== */
/* ==============================================================================================

    Extensions: Inline Block

    Adds CSS declarations to change display values to inline-block.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Extensions
============================================================================================== */
/* ==============================================================================================

    Extensions: Visually Hidden

    Adds CSS declarations to visually hide elements.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Extensions
============================================================================================== */
#monarch-dashboard .checkbox-wrapper .custom-checkbox input[type=hidden], .monarch-metabox .checkbox-wrapper .custom-checkbox input[type=hidden] {
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  position: absolute;
  overflow: hidden;
  margin: -1px;
  height: 1px;
  width: 1px;
  padding: 0;
}

/* Import Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Break

    Takes the provided CSS declarations and inserts them into a media query.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Prefixer

    Takes the provided CSS declaration and generates duplicates with vendor prefixes.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Transform

    Adds CSS declarations to apply a 2D or 3D transformation to the specified element.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Acceleration

    Forces browsers to use hardware acceleration for transforms.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Center Element

    Given a position, centers an element either vertically, horizontally, or both.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Box Sizing

    Defines how the width and height of an element are calculated.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Flex

    Set of mixins that offer fallback methods for flexbox.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Transparency

    Generates a CSS declaration that changes the opacity level of the specified element.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Pseudo

    Adds CSS declarations to the specified pseudo element to make it visible.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Radius

    Adds CSS declarations to round the corners of the specified element.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Background Gradient

    Creates an image consisting of a progressive transition between two colors.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Background Size

    Generates CSS declarations that set the size of the background image.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Box Shadow

    Generates CSS declarations to attach a box shadow to the specified element.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Placeholders

    Generates the specified CSS declarations for the placeholder pseudo elements.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Retina Image

    Defines a retina image on screens with a higher resolution.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Triangle

    Generates CSS declarations that creates a CSS triangle.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Keyframes

    Defines intermediate steps in an animation sequence by defining keyframes.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Animations

    Gradually changes an element's styles from one set to another.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Transition

    Changes CSS declaration property values over a given duration.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Slide

    Calls an animation that slides on a given axis for a given amount of space.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Scale

    Generates a grow-then-shrink, or vice-versa, animation using transform(scale).

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Fade

    Given two opacity values, animates an element between those two opacity values.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Currency Symbol

    Generates CSS declarations that adds the specified symbol to the element.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Text Shadow

    Generates CSS declarations with the specified values to add shadows to text.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Font Face

    Generates a font-face declaration with multiple file formats.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Mixins: Truncate

    Generates CSS declarations that, given a boundry, truncates text with an ellipsis.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Mixins
============================================================================================== */
/* Import Theme
============================================================================================== */
/* ==============================================================================================

    Variables: Colors

    Defines variables and maps for all branches of the plugin.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Maps
============================================================================================== */
/* ==============================================================================================

    Variables: Fonts

    Defines variables and maps for all branches of the plugin.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Variables
============================================================================================== */
/* Maps
============================================================================================== */
/* Extensions
============================================================================================== */
#monarch-dashboard input[type=text], #monarch-dashboard input[type=number], #monarch-dashboard input[type=url], #monarch-dashboard input[type=email], #monarch-dashboard input[type=password], #monarch-dashboard textarea, .monarch-metabox input[type=text], .monarch-metabox input[type=number], .monarch-metabox input[type=url], .monarch-metabox input[type=email], .monarch-metabox input[type=password], .monarch-metabox textarea, #monarch-dashboard label, .monarch-metabox label, #monarch-dashboard ul li, #monarch-dashboard ol li, .monarch-frontend ul li, .monarch-frontend ol li, #monarch-dashboard h6, .monarch-frontend h6, #monarch-dashboard h5, .monarch-frontend h5, #monarch-dashboard h4, .monarch-frontend h4, #monarch-dashboard h3, .monarch-frontend h3, #monarch-dashboard h2, .monarch-frontend h2, #monarch-dashboard h1, .monarch-frontend h1, #monarch-dashboard p, .monarch-frontend p, #monarch-dashboard figure figcaption, .monarch-frontend figure figcaption, #monarch-dashboard table th, #monarch-dashboard table td, .monarch-frontend table th, .monarch-frontend table td, #monarch-dashboard table caption, .monarch-frontend table caption, #monarch-dashboard #bk_datatables_wrapper .dataTables_info, .monarch-frontend #bk_datatables_wrapper .dataTables_info, #monarch-dashboard #bk_datatables_wrapper #bk_datatables_filter input[type=search], .monarch-frontend #bk_datatables_wrapper #bk_datatables_filter input[type=search], #monarch-dashboard dl dt, #monarch-dashboard dl dd, .monarch-frontend dl dt, .monarch-frontend dl dd {
  -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  -ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  -o-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  color: #707485;
  text-rendering: optimizeLegibility;
  word-break: break-word;
  word-wrap: break-word;
  position: relative;
}

/* ==============================================================================================

    Variables: Grids

    Defines variables and maps for both private and option branches.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Maps
============================================================================================== */
/* Variables
============================================================================================== */
/* Mixins
============================================================================================== */
/* ==============================================================================================

    Variables: Fonts

    Defines variables and maps for all branches of the plugin.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Maps
============================================================================================== */
/* Extensions
============================================================================================== */
#monarch-dashboard .monarch-button, .monarch-metabox .monarch-button, #monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button {
  -webkit-transition: 150ms all ease-in 0ms;
  -moz-transition: 150ms all ease-in 0ms;
  -ms-transition: 150ms all ease-in 0ms;
  -o-transition: 150ms all ease-in 0ms;
  transition: 150ms all ease-in 0ms;
  min-width: 100px;
  padding: 0.5em 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  width: auto;
}
#monarch-dashboard .monarch-button:hover, .monarch-metabox .monarch-button:hover, #monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button:hover, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button:hover, #monarch-dashboard .monarch-button:focus, .monarch-metabox .monarch-button:focus, #monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button:focus, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
}

/* Import Segments
============================================================================================== */
/* ==============================================================================================

    Segments: General

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
#monarch-dashboard, .monarch-wrapper {
  /* Reusable Classes
  ============================================================================================== */
}
#monarch-dashboard .no-margin-bottom, .monarch-wrapper .no-margin-bottom {
  margin-bottom: 0;
}
#monarch-dashboard .no-margin-right, .monarch-wrapper .no-margin-right {
  margin-right: 0;
}
#monarch-dashboard .no-margin-left, .monarch-wrapper .no-margin-left {
  margin-left: 0;
}
#monarch-dashboard .no-margin-top, .monarch-wrapper .no-margin-top {
  margin-top: 0;
}
#monarch-dashboard .no-margin, .monarch-wrapper .no-margin {
  margin: 0;
}
#monarch-dashboard .no-padding-bottom, .monarch-wrapper .no-padding-bottom {
  padding-bottom: 0;
}
#monarch-dashboard .no-padding-right, .monarch-wrapper .no-padding-right {
  padding-right: 0;
}
#monarch-dashboard .no-padding-left, .monarch-wrapper .no-padding-left {
  padding-left: 0;
}
#monarch-dashboard .no-padding-top, .monarch-wrapper .no-padding-top {
  padding-top: 0;
}
#monarch-dashboard .no-padding, .monarch-wrapper .no-padding {
  padding: 0;
}

/* ==============================================================================================

    Segments: Grids

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
.monarch-grids {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 2em 0 2em;
  margin: 0 auto;
  /* Rows
  ============================================================================================== */
  /* Columns
  ============================================================================================== */
  /* Loops
  ============================================================================================== */
}
.monarch-grids.gutterless {
  padding: 0;
}
.monarch-grids .row {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -1em;
  margin-left: -1em;
}
.monarch-grids .row:before, .monarch-grids .row:after {
  display: none !important;
}
.monarch-grids .row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.monarch-grids [class^=col-] {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
  padding-left: 1em;
  margin-bottom: 2em;
}
.monarch-grids [class^=col-].reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.monarch-grids [class^=col-].gutterless {
  padding: 0;
}
.monarch-grids [class^=col-].marginless {
  margin: 0;
}
.monarch-grids .col-xs {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  flex-basis: auto;
}
.monarch-grids .col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
.monarch-grids .col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
.monarch-grids .col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.monarch-grids .col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
.monarch-grids .col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
.monarch-grids .col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.monarch-grids .col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
.monarch-grids .col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
.monarch-grids .col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.monarch-grids .col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
.monarch-grids .col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
.monarch-grids .col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.monarch-grids .col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.monarch-grids .col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.monarch-grids .col-xs-offset-3 {
  margin-left: 25%;
}
.monarch-grids .col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.monarch-grids .col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.monarch-grids .col-xs-offset-6 {
  margin-left: 50%;
}
.monarch-grids .col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.monarch-grids .col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.monarch-grids .col-xs-offset-9 {
  margin-left: 75%;
}
.monarch-grids .col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.monarch-grids .col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.monarch-grids .col-xs-offset-12 {
  margin-left: 100%;
}
.monarch-grids .col-xs {
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}
.monarch-grids .start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.monarch-grids .center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}
.monarch-grids .end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.monarch-grids .around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.monarch-grids .between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.monarch-grids .top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.monarch-grids .middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.monarch-grids .bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.monarch-grids .first-xs {
  order: -1;
}
.monarch-grids .last-xs {
  order: 1;
}
.monarch-grids .align-left-xs {
  text-align: left;
}
.monarch-grids .align-center-xs {
  text-align: center;
}
.monarch-grids .align-right-xs {
  text-align: right;
}
@media only screen and (min-width: 783px) {
  .monarch-grids .col-sm {
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
  }
  .monarch-grids .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .monarch-grids .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .monarch-grids .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .monarch-grids .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .monarch-grids .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .monarch-grids .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .monarch-grids .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .monarch-grids .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .monarch-grids .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .monarch-grids .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .monarch-grids .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .monarch-grids .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .monarch-grids .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .monarch-grids .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .monarch-grids .col-sm-offset-3 {
    margin-left: 25%;
  }
  .monarch-grids .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .monarch-grids .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .monarch-grids .col-sm-offset-6 {
    margin-left: 50%;
  }
  .monarch-grids .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .monarch-grids .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .monarch-grids .col-sm-offset-9 {
    margin-left: 75%;
  }
  .monarch-grids .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .monarch-grids .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .monarch-grids .col-sm-offset-12 {
    margin-left: 100%;
  }
  .monarch-grids .col-sm {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .monarch-grids .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .monarch-grids .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .monarch-grids .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .monarch-grids .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .monarch-grids .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .monarch-grids .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .monarch-grids .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .monarch-grids .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .monarch-grids .first-sm {
    order: -1;
  }
  .monarch-grids .last-sm {
    order: 1;
  }
  .monarch-grids .align-left-sm {
    text-align: left;
  }
  .monarch-grids .align-center-sm {
    text-align: center;
  }
  .monarch-grids .align-right-sm {
    text-align: right;
  }
}
@media only screen and (min-width: 960px) {
  .monarch-grids .col-md {
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
  }
  .monarch-grids .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .monarch-grids .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .monarch-grids .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .monarch-grids .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .monarch-grids .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .monarch-grids .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .monarch-grids .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .monarch-grids .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .monarch-grids .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .monarch-grids .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .monarch-grids .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .monarch-grids .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .monarch-grids .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .monarch-grids .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .monarch-grids .col-md-offset-3 {
    margin-left: 25%;
  }
  .monarch-grids .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .monarch-grids .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .monarch-grids .col-md-offset-6 {
    margin-left: 50%;
  }
  .monarch-grids .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .monarch-grids .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .monarch-grids .col-md-offset-9 {
    margin-left: 75%;
  }
  .monarch-grids .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .monarch-grids .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .monarch-grids .col-md-offset-12 {
    margin-left: 100%;
  }
  .monarch-grids .col-md {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .monarch-grids .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .monarch-grids .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .monarch-grids .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .monarch-grids .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .monarch-grids .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .monarch-grids .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .monarch-grids .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .monarch-grids .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .monarch-grids .first-md {
    order: -1;
  }
  .monarch-grids .last-md {
    order: 1;
  }
  .monarch-grids .align-left-md {
    text-align: left;
  }
  .monarch-grids .align-center-md {
    text-align: center;
  }
  .monarch-grids .align-right-md {
    text-align: right;
  }
}
@media only screen and (min-width: 1200px) {
  .monarch-grids .col-lg {
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
  }
  .monarch-grids .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .monarch-grids .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .monarch-grids .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .monarch-grids .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .monarch-grids .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .monarch-grids .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .monarch-grids .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .monarch-grids .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .monarch-grids .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .monarch-grids .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .monarch-grids .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .monarch-grids .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .monarch-grids .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .monarch-grids .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .monarch-grids .col-lg-offset-3 {
    margin-left: 25%;
  }
  .monarch-grids .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .monarch-grids .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .monarch-grids .col-lg-offset-6 {
    margin-left: 50%;
  }
  .monarch-grids .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .monarch-grids .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .monarch-grids .col-lg-offset-9 {
    margin-left: 75%;
  }
  .monarch-grids .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .monarch-grids .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .monarch-grids .col-lg-offset-12 {
    margin-left: 100%;
  }
  .monarch-grids .col-lg {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .monarch-grids .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .monarch-grids .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .monarch-grids .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .monarch-grids .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .monarch-grids .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .monarch-grids .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .monarch-grids .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .monarch-grids .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .monarch-grids .first-lg {
    order: -1;
  }
  .monarch-grids .last-lg {
    order: 1;
  }
  .monarch-grids .align-left-lg {
    text-align: left;
  }
  .monarch-grids .align-center-lg {
    text-align: center;
  }
  .monarch-grids .align-right-lg {
    text-align: right;
  }
}
@media only screen and (min-width: 1500px) {
  .monarch-grids .col-xl {
    -ms-flex-preferred-size: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    flex-basis: auto;
  }
  .monarch-grids .col-xl-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .monarch-grids .col-xl-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .monarch-grids .col-xl-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .monarch-grids .col-xl-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .monarch-grids .col-xl-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .monarch-grids .col-xl-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .monarch-grids .col-xl-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .monarch-grids .col-xl-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .monarch-grids .col-xl-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .monarch-grids .col-xl-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .monarch-grids .col-xl-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .monarch-grids .col-xl-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .monarch-grids .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .monarch-grids .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .monarch-grids .col-xl-offset-3 {
    margin-left: 25%;
  }
  .monarch-grids .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .monarch-grids .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .monarch-grids .col-xl-offset-6 {
    margin-left: 50%;
  }
  .monarch-grids .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .monarch-grids .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .monarch-grids .col-xl-offset-9 {
    margin-left: 75%;
  }
  .monarch-grids .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .monarch-grids .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .monarch-grids .col-xl-offset-12 {
    margin-left: 100%;
  }
  .monarch-grids .col-xl {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .monarch-grids .start-xl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .monarch-grids .center-xl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .monarch-grids .end-xl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
  .monarch-grids .around-xl {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .monarch-grids .between-xl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .monarch-grids .top-xl {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .monarch-grids .middle-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .monarch-grids .bottom-xl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .monarch-grids .first-xl {
    order: -1;
  }
  .monarch-grids .last-xl {
    order: 1;
  }
  .monarch-grids .align-left-xl {
    text-align: left;
  }
  .monarch-grids .align-center-xl {
    text-align: center;
  }
  .monarch-grids .align-right-xl {
    text-align: right;
  }
}

/* ==============================================================================================

    Segments: Content

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
#monarch-dashboard, .monarch-frontend {
  /* Blocks
  ============================================================================================== */
  /* Inline Elements
  ============================================================================================== */
  /* Loops
  ============================================================================================== */
}
#monarch-dashboard p strong, .monarch-frontend p strong {
  color: #4b4f5d;
  font-weight: bold;
}
#monarch-dashboard p em, .monarch-frontend p em {
  font-style: italic;
  font-weight: normal;
}
#monarch-dashboard h1, .monarch-frontend h1 {
  text-transform: uppercase;
  display: block;
}
#monarch-dashboard ul, .monarch-frontend ul {
  padding: 0 0 1.5em 1.1em;
  list-style-type: disc;
  position: relative;
  margin: 0;
}
#monarch-dashboard ul.fa-ul, .monarch-frontend ul.fa-ul {
  list-style-type: none;
  padding-left: 1.5em;
}
#monarch-dashboard ul li, .monarch-frontend ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#monarch-dashboard ul ul, .monarch-frontend ul ul {
  list-style-type: circle;
  padding: 0 0 0 3em;
  margin: 0;
}
#monarch-dashboard ul ol, .monarch-frontend ul ol {
  list-style-type: decimal;
  padding: 0 0 0 3em;
  margin: 0;
}
#monarch-dashboard ol, .monarch-frontend ol {
  padding: 0 0 1.5em 1.1em;
  list-style-type: decimal;
  position: relative;
  margin: 0;
}
#monarch-dashboard ol.fa-ul, .monarch-frontend ol.fa-ul {
  list-style-type: none;
  padding-left: 1.5em;
}
#monarch-dashboard ol li, .monarch-frontend ol li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#monarch-dashboard ol ol, .monarch-frontend ol ol {
  list-style-type: lower-alpha;
  padding: 0 0 0 3em;
  margin: 0;
}
#monarch-dashboard ol ul, .monarch-frontend ol ul {
  list-style-type: disc;
  padding: 0 0 0 3em;
  margin: 0;
}
#monarch-dashboard dl, .monarch-frontend dl {
  padding: 0 0 1.5em 0;
  position: relative;
  margin: 0;
}
#monarch-dashboard dl dt, #monarch-dashboard dl dd, .monarch-frontend dl dt, .monarch-frontend dl dd {
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: normal;
  font-size: 1em;
  color: #707485;
  padding: 0;
  margin: 0;
}
#monarch-dashboard dl dt, .monarch-frontend dl dt {
  color: #4b4f5d;
  font-weight: bold;
}
#monarch-dashboard dl dd, .monarch-frontend dl dd {
  margin-bottom: 0.75em;
}
#monarch-dashboard dl dd:last-child, .monarch-frontend dl dd:last-child {
  margin-bottom: 0;
}
#monarch-dashboard blockquote, .monarch-frontend blockquote {
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  border: 1px solid #dce0f1;
  margin: 0 0 1.5em 0;
  padding: 1.5em;
  border-left-width: 4px;
  position: relative;
  display: block;
  /* Loops
  ============================================================================================== */
}
#monarch-dashboard blockquote:before, .monarch-frontend blockquote:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  position: relative;
  content: "";
  display: block;
  color: #dce0f1;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-size: 3em;
  left: 0.5em;
}
#monarch-dashboard blockquote p, .monarch-frontend blockquote p {
  padding: 0 0 1.5em 4em;
}
#monarch-dashboard blockquote p:last-child, .monarch-frontend blockquote p:last-child {
  padding-bottom: 0;
  margin: 0;
}
#monarch-dashboard blockquote.color-primary, .monarch-frontend blockquote.color-primary {
  border-left-color: #695fed;
}
#monarch-dashboard blockquote.color-primary:before, .monarch-frontend blockquote.color-primary:before {
  color: #695fed;
}
#monarch-dashboard blockquote.color-secondary, .monarch-frontend blockquote.color-secondary {
  border-left-color: #eb6775;
}
#monarch-dashboard blockquote.color-secondary:before, .monarch-frontend blockquote.color-secondary:before {
  color: #eb6775;
}
#monarch-dashboard blockquote.color-tertiary, .monarch-frontend blockquote.color-tertiary {
  border-left-color: #ffd884;
}
#monarch-dashboard blockquote.color-tertiary:before, .monarch-frontend blockquote.color-tertiary:before {
  color: #ffd884;
}
#monarch-dashboard blockquote.color-info, .monarch-frontend blockquote.color-info {
  border-left-color: #4e67ec;
}
#monarch-dashboard blockquote.color-info:before, .monarch-frontend blockquote.color-info:before {
  color: #4e67ec;
}
#monarch-dashboard blockquote.color-success, .monarch-frontend blockquote.color-success {
  border-left-color: #16a978;
}
#monarch-dashboard blockquote.color-success:before, .monarch-frontend blockquote.color-success:before {
  color: #16a978;
}
#monarch-dashboard blockquote.color-warning, .monarch-frontend blockquote.color-warning {
  border-left-color: #f1a732;
}
#monarch-dashboard blockquote.color-warning:before, .monarch-frontend blockquote.color-warning:before {
  color: #f1a732;
}
#monarch-dashboard blockquote.color-danger, .monarch-frontend blockquote.color-danger {
  border-left-color: #ee3268;
}
#monarch-dashboard blockquote.color-danger:before, .monarch-frontend blockquote.color-danger:before {
  color: #ee3268;
}
#monarch-dashboard #bk_datatables_wrapper, .monarch-frontend #bk_datatables_wrapper {
  width: 100%;
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_length, .monarch-frontend #bk_datatables_wrapper .dataTables_length {
  text-align: center;
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_length label, .monarch-frontend #bk_datatables_wrapper .dataTables_length label {
  text-transform: uppercase;
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_length select, .monarch-frontend #bk_datatables_wrapper .dataTables_length select {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  border-color: #dce0f1;
  border-bottom-width: 3px;
  margin: 0 0.5em;
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_length select:focus, .monarch-frontend #bk_datatables_wrapper .dataTables_length select:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-bottom-color: #695fed;
  outline: none;
}
@media only screen and (min-width: 640px) {
  #monarch-dashboard #bk_datatables_wrapper .dataTables_length, .monarch-frontend #bk_datatables_wrapper .dataTables_length {
    text-align: left;
  }
}
@media only screen and (min-width: 1500px) {
  #monarch-dashboard #bk_datatables_wrapper .dataTables_length, .monarch-frontend #bk_datatables_wrapper .dataTables_length {
    margin-bottom: 1em;
  }
}
#monarch-dashboard #bk_datatables_wrapper #bk_datatables_filter, .monarch-frontend #bk_datatables_wrapper #bk_datatables_filter {
  text-align: center;
}
#monarch-dashboard #bk_datatables_wrapper #bk_datatables_filter label, .monarch-frontend #bk_datatables_wrapper #bk_datatables_filter label {
  text-transform: uppercase;
}
#monarch-dashboard #bk_datatables_wrapper #bk_datatables_filter input[type=search], .monarch-frontend #bk_datatables_wrapper #bk_datatables_filter input[type=search] {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  border: 1px solid #dce0f1;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: normal;
  font-size: 1em;
  color: #707485;
  border-bottom-width: 3px;
  background: transparent;
  margin: 0.25em 0 0.5em 0;
  height: auto;
  width: 100%;
}
#monarch-dashboard #bk_datatables_wrapper #bk_datatables_filter input[type=search]:focus, .monarch-frontend #bk_datatables_wrapper #bk_datatables_filter input[type=search]:focus {
  border-bottom-color: #695fed;
  outline: none;
}
@media only screen and (min-width: 640px) {
  #monarch-dashboard #bk_datatables_wrapper #bk_datatables_filter, .monarch-frontend #bk_datatables_wrapper #bk_datatables_filter {
    text-align: right;
  }
  #monarch-dashboard #bk_datatables_wrapper #bk_datatables_filter input[type=search], .monarch-frontend #bk_datatables_wrapper #bk_datatables_filter input[type=search] {
    margin: 0 0 0 0.5em;
    width: auto;
  }
}
@media only screen and (min-width: 1500px) {
  #monarch-dashboard #bk_datatables_wrapper #bk_datatables_filter, .monarch-frontend #bk_datatables_wrapper #bk_datatables_filter {
    margin-bottom: 1em;
  }
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_info, .monarch-frontend #bk_datatables_wrapper .dataTables_info {
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: bold;
  font-size: 1em;
  color: #4b4f5d;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 1500px) {
  #monarch-dashboard #bk_datatables_wrapper .dataTables_info, .monarch-frontend #bk_datatables_wrapper .dataTables_info {
    margin-top: 1em;
  }
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button {
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  border: 2px solid #a0a0a0;
  background: #a0a0a0;
  margin: 0 0.5em 0.5em 0;
  padding: 0.25em 0.5em;
  min-width: 0;
  color: #ededed !important;
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button.next, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button.next {
  margin-right: 0;
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button:hover, #monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button:focus, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button:hover, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button:focus {
  border-color: #adadad;
  background: #adadad;
  color: white !important;
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button.current, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button.current {
  color: #878787 !important;
  border-color: #a0a0a0;
  background: transparent;
  cursor: default;
}
#monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button.disabled, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  cursor: default;
}
@media only screen and (min-width: 960px) {
  #monarch-dashboard #bk_datatables_wrapper .dataTables_paginate a.paginate_button, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate a.paginate_button {
    padding: 0.5em 1em;
  }
}
@media only screen and (min-width: 1500px) {
  #monarch-dashboard #bk_datatables_wrapper .dataTables_paginate, .monarch-frontend #bk_datatables_wrapper .dataTables_paginate {
    margin-top: 1em;
  }
}
#monarch-dashboard table, .monarch-frontend table {
  margin: 0 0 1.5em 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
#monarch-dashboard table caption, .monarch-frontend table caption {
  padding: 0 0 0.5em 0;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: bold;
  font-size: 1.2em;
  color: #4b4f5d;
  text-align: center;
}
#monarch-dashboard table tr, .monarch-frontend table tr {
  border-bottom: 1px solid #dce0f1;
  background-color: transparent;
}
#monarch-dashboard table th, #monarch-dashboard table td, .monarch-frontend table th, .monarch-frontend table td {
  padding: 0.5em 0.5em;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-size: 1em;
  text-align: left;
  margin: 0;
}
#monarch-dashboard table th:focus, #monarch-dashboard table td:focus, .monarch-frontend table th:focus, .monarch-frontend table td:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
}
#monarch-dashboard table th, .monarch-frontend table th {
  border-bottom: 1px solid #dce0f1;
  font-weight: bold;
  color: #4b4f5d;
  text-transform: uppercase;
}
#monarch-dashboard table td, .monarch-frontend table td {
  background: transparent;
  border-top: 0;
}
@media only screen and (max-width: 1500px) {
  #monarch-dashboard table thead, .monarch-frontend table thead {
    clip: rect(0 0 0 0);
    position: absolute;
    overflow: hidden;
    border: none;
    margin: -1px;
    height: 1px;
    padding: 0;
    width: 1px;
  }
  #monarch-dashboard table tr, .monarch-frontend table tr {
    border-bottom: 3px solid #ffd884;
    margin-bottom: 1em;
    display: block;
  }
  #monarch-dashboard table td, .monarch-frontend table td {
    border-bottom: 1px solid #dce0f1;
    padding: 1em 0;
    text-align: right;
    display: block;
  }
  #monarch-dashboard table td:before, .monarch-frontend table td:before {
    position: relative;
    content: attr(data-label);
    display: inline-block;
    letter-spacing: 0em;
    font-weight: bold;
    line-height: 1.7em;
    font-size: 1em;
    color: #4b4f5d;
    text-transform: uppercase;
    float: left;
  }
  #monarch-dashboard table td:last-child, .monarch-frontend table td:last-child {
    border-bottom: 0;
  }
}
#monarch-dashboard .tabulator, .monarch-frontend .tabulator {
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  background-color: #f1f1f4;
  border: 1px solid #e3e3e9;
}
#monarch-dashboard .tabulator .tabulator-header, .monarch-frontend .tabulator .tabulator-header {
  background-color: transparent;
  border: 0;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col, .monarch-frontend .tabulator .tabulator-header .tabulator-col {
  background-color: #ffffff;
  border: 0;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content, .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 0;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title, .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  background-color: #fafafb;
  border-bottom: 1px solid #e3e3e9;
  color: #4b4f5d;
  letter-spacing: 0.05em;
  line-height: 40px;
  font-weight: 500;
  padding: 0 1em;
  height: 40px;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow, .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  border-bottom-color: #c2c4cc;
  right: 1em;
  top: 17px;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter, .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter {
  background-color: #e3e3e9;
  padding-bottom: 1px;
  margin: 0;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=search], .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=search] {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #707485;
  background-color: #ffffff;
  padding: 0 1em !important;
  line-height: 40px;
  font-weight: 400;
  font-size: 1em;
  height: 40px;
  border: 0;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=search]:focus, .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=search]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=checkbox], .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=checkbox] {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 0 1em !important;
  margin: 0 !important;
  text-align: left;
  height: 40px;
  width: 100%;
  padding: 0;
  border: 0;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=checkbox]:checked:before, .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=checkbox]:checked:before {
  color: #16a978;
  font-family: "Font Awesome 5 Pro";
  line-height: 40px;
  content: "";
  font-size: 1.2em;
  font-weight: 900;
  height: 40px;
  width: 100%;
  margin: 0;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=checkbox]:focus, .monarch-frontend .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-filter input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-arrow, .monarch-frontend .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-arrow {
  border-bottom-color: #4b4f5d;
}
#monarch-dashboard .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-arrow, .monarch-frontend .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-arrow {
  border-top-color: #4b4f5d;
}
#monarch-dashboard .tabulator .tabulator-tableHolder .tabulator-table, .monarch-frontend .tabulator .tabulator-tableHolder .tabulator-table {
  background-color: transparent;
  border: 0;
}
#monarch-dashboard .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row, .monarch-frontend .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row {
  background-color: white;
  border-bottom: 1px solid #e3e3e9;
}
#monarch-dashboard .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-row-odd, .monarch-frontend .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-row-odd {
  background-color: #fafafb;
}
#monarch-dashboard .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell, .monarch-frontend .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
  background-color: transparent;
  padding: 0 1em !important;
  line-height: 50px;
  font-weight: 1em;
  height: 50px;
  border: 0;
}
#monarch-dashboard .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell[aria-checked=true]:before, .monarch-frontend .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell[aria-checked=true]:before {
  position: absolute;
  content: "";
  display: block;
  color: #16a978;
  font-family: "Font Awesome 5 Pro";
}
#monarch-dashboard .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell[aria-checked=true] svg, .monarch-frontend .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell[aria-checked=true] svg {
  display: none;
}
#monarch-dashboard .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell[aria-checked=false]:before, .monarch-frontend .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell[aria-checked=false]:before {
  position: absolute;
  content: "";
  display: block;
  color: #ee3268;
  font-family: "Font Awesome 5 Pro";
}
#monarch-dashboard .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell[aria-checked=false] svg, .monarch-frontend .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell[aria-checked=false] svg {
  display: none;
}
#monarch-dashboard .feature-box, .monarch-frontend .feature-box {
  padding: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  #monarch-dashboard .feature-box, .monarch-frontend .feature-box {
    padding: 3em;
  }
}
#monarch-dashboard .feature-box p.icon, .monarch-frontend .feature-box p.icon {
  color: #695fed;
  padding-bottom: 0.2em;
  font-weight: bolder;
  font-size: 3em;
}
#monarch-dashboard .feature-box p.icon i, .monarch-frontend .feature-box p.icon i {
  font-family: "Font Awesome 5 Pro";
}
#monarch-dashboard .feature-box p.icon i.fas, .monarch-frontend .feature-box p.icon i.fas {
  font-weight: 900;
}
#monarch-dashboard .feature-box p.title, .monarch-frontend .feature-box p.title {
  color: #4b4f5d;
  padding-bottom: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
}
#monarch-dashboard .feature-box p.desc, .monarch-frontend .feature-box p.desc {
  padding-bottom: 0;
}
#monarch-dashboard .portlet, .monarch-frontend .portlet {
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  -webkit-box-shadow: 5px 5px 15px 0 rgba(107, 109, 127, 0.5);
  -moz-box-shadow: 5px 5px 15px 0 rgba(107, 109, 127, 0.5);
  -ms-box-shadow: 5px 5px 15px 0 rgba(107, 109, 127, 0.5);
  -o-box-shadow: 5px 5px 15px 0 rgba(107, 109, 127, 0.5);
  box-shadow: 5px 5px 15px 0 rgba(107, 109, 127, 0.5);
  background: #a0a0a0;
  background-color: #a0a0a0;
  -webkit-background: linear-gradient(150deg, #a0a0a0, #6b6d7f);
  -moz-background: linear-gradient(150deg, #a0a0a0, #6b6d7f);
  -ms-background: linear-gradient(150deg, #a0a0a0, #6b6d7f);
  -o-background: linear-gradient(150deg, #a0a0a0, #6b6d7f);
  background: linear-gradient(150deg, #a0a0a0, #6b6d7f);
  position: relative;
  padding: 2em;
}
#monarch-dashboard .portlet .icon, .monarch-frontend .portlet .icon {
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: lightgray;
  margin: 0 0 0.5em 0;
  line-height: 100%;
  text-align: center;
  font-size: 5em;
  padding: 0;
}
#monarch-dashboard .portlet .icon i, .monarch-frontend .portlet .icon i {
  font-family: "Font Awesome 5 Pro";
  font-size: 5rem;
  width: auto;
  height: auto;
}
#monarch-dashboard .portlet .stat, .monarch-frontend .portlet .stat {
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: white;
  margin: 0.25em 0 0 0;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  padding: 0;
}
#monarch-dashboard .portlet .title, .monarch-frontend .portlet .title {
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: lightgray;
  text-align: center;
  font-size: 1em;
  padding: 0;
  margin: 0;
}
#monarch-dashboard .portlet .year, .monarch-frontend .portlet .year {
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -o-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  color: lightgray;
  border: 1px solid #a0a0a0;
  background: #6b6d7f;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  text-align: center;
  font-size: 1em;
  padding: 0.5em;
  left: 0.5em;
  top: 0.5em;
  margin: 0;
}
#monarch-dashboard .portlet.primary, .monarch-frontend .portlet.primary {
  -webkit-box-shadow: 5px 5px 15px 0 rgba(105, 95, 237, 0.3);
  -moz-box-shadow: 5px 5px 15px 0 rgba(105, 95, 237, 0.3);
  -ms-box-shadow: 5px 5px 15px 0 rgba(105, 95, 237, 0.3);
  -o-box-shadow: 5px 5px 15px 0 rgba(105, 95, 237, 0.3);
  box-shadow: 5px 5px 15px 0 rgba(105, 95, 237, 0.3);
  background: #5fd4ed;
  background-color: #5fd4ed;
  -webkit-background: linear-gradient(150deg, #5fd4ed, #695fed);
  -moz-background: linear-gradient(150deg, #5fd4ed, #695fed);
  -ms-background: linear-gradient(150deg, #5fd4ed, #695fed);
  -o-background: linear-gradient(150deg, #5fd4ed, #695fed);
  background: linear-gradient(150deg, #5fd4ed, #695fed);
}
#monarch-dashboard .portlet.primary .year, .monarch-frontend .portlet.primary .year {
  color: #bbedf7;
  border-color: #5fd4ed;
  background: #695fed;
}
#monarch-dashboard .portlet.primary p.icon, .monarch-frontend .portlet.primary p.icon {
  color: #bbedf7;
}
#monarch-dashboard .portlet.primary p.stat, .monarch-frontend .portlet.primary p.stat {
  color: white;
}
#monarch-dashboard .portlet.primary p.title, .monarch-frontend .portlet.primary p.title {
  color: #bbedf7;
}
#monarch-dashboard .portlet.secondary, .monarch-frontend .portlet.secondary {
  -webkit-box-shadow: 5px 5px 15px 0 rgba(235, 103, 117, 0.3);
  -moz-box-shadow: 5px 5px 15px 0 rgba(235, 103, 117, 0.3);
  -ms-box-shadow: 5px 5px 15px 0 rgba(235, 103, 117, 0.3);
  -o-box-shadow: 5px 5px 15px 0 rgba(235, 103, 117, 0.3);
  box-shadow: 5px 5px 15px 0 rgba(235, 103, 117, 0.3);
  background: #ea97e7;
  background-color: #ea97e7;
  -webkit-background: linear-gradient(150deg, #ea97e7, #eb6775);
  -moz-background: linear-gradient(150deg, #ea97e7, #eb6775);
  -ms-background: linear-gradient(150deg, #ea97e7, #eb6775);
  -o-background: linear-gradient(150deg, #ea97e7, #eb6775);
  background: linear-gradient(150deg, #ea97e7, #eb6775);
}
#monarch-dashboard .portlet.secondary .year, .monarch-frontend .portlet.secondary .year {
  color: #fbecfb;
  border-color: #ea97e7;
  background: #eb6775;
}
#monarch-dashboard .portlet.secondary p.icon, .monarch-frontend .portlet.secondary p.icon {
  color: #fbecfb;
}
#monarch-dashboard .portlet.secondary p.stat, .monarch-frontend .portlet.secondary p.stat {
  color: white;
}
#monarch-dashboard .portlet.secondary p.title, .monarch-frontend .portlet.secondary p.title {
  color: #fbecfb;
}
#monarch-dashboard .portlet.tertiary, .monarch-frontend .portlet.tertiary {
  -webkit-box-shadow: 5px 5px 15px 0 rgba(217, 104, 82, 0.3);
  -moz-box-shadow: 5px 5px 15px 0 rgba(217, 104, 82, 0.3);
  -ms-box-shadow: 5px 5px 15px 0 rgba(217, 104, 82, 0.3);
  -o-box-shadow: 5px 5px 15px 0 rgba(217, 104, 82, 0.3);
  box-shadow: 5px 5px 15px 0 rgba(217, 104, 82, 0.3);
  background: #d96852;
  background-color: #d96852;
  -webkit-background: linear-gradient(-50deg, #d96852, #ffd884);
  -moz-background: linear-gradient(-50deg, #d96852, #ffd884);
  -ms-background: linear-gradient(-50deg, #d96852, #ffd884);
  -o-background: linear-gradient(-50deg, #d96852, #ffd884);
  background: linear-gradient(-50deg, #d96852, #ffd884);
}
#monarch-dashboard .portlet.tertiary .year, .monarch-frontend .portlet.tertiary .year {
  color: #ffc851;
  border-color: #ffd884;
  background: #d96852;
}
#monarch-dashboard .portlet.tertiary p.icon, .monarch-frontend .portlet.tertiary p.icon {
  color: #cb472d;
}
#monarch-dashboard .portlet.tertiary p.stat, .monarch-frontend .portlet.tertiary p.stat {
  color: #a23823;
}
#monarch-dashboard .portlet.tertiary p.title, .monarch-frontend .portlet.tertiary p.title {
  color: #cb472d;
}
#monarch-dashboard a, .monarch-frontend a {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  color: #695fed;
  vertical-align: baseline;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
#monarch-dashboard a:hover, #monarch-dashboard a:focus, .monarch-frontend a:hover, .monarch-frontend a:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #eb6775;
  outline: none;
}
#monarch-dashboard q, .monarch-frontend q {
  position: relative;
  display: inline;
}
#monarch-dashboard q:before, #monarch-dashboard q:after, .monarch-frontend q:before, .monarch-frontend q:after {
  font-family: "Georgia", Times, serif;
}
#monarch-dashboard q:before, .monarch-frontend q:before {
  content: "“";
}
#monarch-dashboard q:after, .monarch-frontend q:after {
  content: "”";
}
#monarch-dashboard img, .monarch-frontend img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  margin: 0 0 1.5em 0;
  height: auto;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  #monarch-dashboard img, .monarch-frontend img {
    max-width: 800px;
  }
}
#monarch-dashboard img.small, .monarch-frontend img.small {
  max-width: 200px;
}
#monarch-dashboard img.medium, .monarch-frontend img.medium {
  max-width: 400px;
}
#monarch-dashboard img.large, .monarch-frontend img.large {
  max-width: 600px;
}
#monarch-dashboard img.fluid, .monarch-frontend img.fluid {
  max-width: none;
}
#monarch-dashboard img.align-left, .monarch-frontend img.align-left {
  margin: 0 1.5em 1.5em 0;
  float: left;
}
#monarch-dashboard img.align-center, .monarch-frontend img.align-center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#monarch-dashboard img.align-right, .monarch-frontend img.align-right {
  margin: 0 0 1.5em 1.5em;
  float: right;
}
#monarch-dashboard figure, .monarch-frontend figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1.5em 0;
  height: auto;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  #monarch-dashboard figure, .monarch-frontend figure {
    max-width: 800px;
  }
}
#monarch-dashboard figure.small, .monarch-frontend figure.small {
  max-width: 200px;
}
#monarch-dashboard figure.medium, .monarch-frontend figure.medium {
  max-width: 400px;
}
#monarch-dashboard figure.large, .monarch-frontend figure.large {
  max-width: 600px;
}
#monarch-dashboard figure.fluid, .monarch-frontend figure.fluid {
  max-width: none;
}
#monarch-dashboard figure.align-left, .monarch-frontend figure.align-left {
  margin: 0 1.5em 1.5em 0;
  float: left;
}
#monarch-dashboard figure.align-center, .monarch-frontend figure.align-center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
#monarch-dashboard figure.align-right, .monarch-frontend figure.align-right {
  margin: 0 0 1.5em 1.5em;
  float: right;
}
#monarch-dashboard figure img, .monarch-frontend figure img {
  max-width: none;
  padding: 0;
  margin: 0;
}
#monarch-dashboard figure figcaption, .monarch-frontend figure figcaption {
  padding: 0.75em 1.5em 0 1.5em;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: normal;
  font-size: 1em;
  color: #4b4f5d;
  font-style: italic;
  text-align: center;
}
#monarch-dashboard p, .monarch-frontend p {
  margin: 0 0 0 0;
  padding: 0 0 1.5em 0;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: normal;
  font-size: 1em;
  color: #707485;
}
#monarch-dashboard h1, .monarch-frontend h1 {
  margin: 0 0 0 0;
  padding: 0 0 0.375em 0;
  letter-spacing: 0em;
  line-height: 1.5em;
  font-weight: bolder;
  font-size: 2.4em;
  color: #4b4f5d;
}
#monarch-dashboard h2, .monarch-frontend h2 {
  margin: 0 0 0 0;
  padding: 0.375em 0 0.375em 0;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: bolder;
  font-size: 1.8em;
  color: #4b4f5d;
}
#monarch-dashboard h3, .monarch-frontend h3 {
  margin: 0 0 0 0;
  padding: 1em 0 0.375em 0;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: bolder;
  font-size: 1.6em;
  color: #4b4f5d;
}
#monarch-dashboard h4, .monarch-frontend h4 {
  margin: 0 0 0 0;
  padding: 0.5em 0 0.375em 0;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: bold;
  font-size: 1.4em;
  color: #4b4f5d;
}
#monarch-dashboard h5, .monarch-frontend h5 {
  margin: 0 0 0 0;
  padding: 0.5em 0 0.375em 0;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: bold;
  font-size: 1.2em;
  color: #4b4f5d;
}
#monarch-dashboard h6, .monarch-frontend h6 {
  margin: 0 0 0 0;
  padding: 0.5em 0 0.375em 0;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: bold;
  font-size: 1em;
  color: #4b4f5d;
}
#monarch-dashboard ul li, #monarch-dashboard ol li, .monarch-frontend ul li, .monarch-frontend ol li {
  margin: 0.5em 0;
  padding: 0 0 0 0;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: normal;
  font-size: 1em;
  color: #707485;
}

/* ==============================================================================================

    Segments: Content

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
#monarch-dashboard, .monarch-metabox {
  /* Containers & Labels
  ============================================================================================== */
  /* Basic Inputs
  ============================================================================================== */
  /* Advanced Inputs
  ============================================================================================== */
  /* Buttons, Links, and Input Submit
  ============================================================================================== */
}
#monarch-dashboard label, .monarch-metabox label {
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: bold;
  font-size: 1em;
  padding: 0 0 0.5em 0;
  color: #4b4f5d;
  display: block;
  margin: 0;
}
#monarch-dashboard input[type=text], #monarch-dashboard input[type=number], #monarch-dashboard input[type=url], #monarch-dashboard input[type=email], #monarch-dashboard input[type=password], #monarch-dashboard textarea, .monarch-metabox input[type=text], .monarch-metabox input[type=number], .monarch-metabox input[type=url], .monarch-metabox input[type=email], .monarch-metabox input[type=password], .monarch-metabox textarea {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  padding: 0.6em 0.75em;
  border: 1px solid #dce0f1;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: normal;
  font-size: 1em;
  color: #707485;
  border-bottom-width: 3px;
  background: transparent;
  height: auto;
  width: 100%;
}
#monarch-dashboard input[type=text]:focus, #monarch-dashboard input[type=number]:focus, #monarch-dashboard input[type=url]:focus, #monarch-dashboard input[type=email]:focus, #monarch-dashboard input[type=password]:focus, #monarch-dashboard textarea:focus, .monarch-metabox input[type=text]:focus, .monarch-metabox input[type=number]:focus, .monarch-metabox input[type=url]:focus, .monarch-metabox input[type=email]:focus, .monarch-metabox input[type=password]:focus, .monarch-metabox textarea:focus {
  border-bottom-color: #695fed;
  outline: none;
}
#monarch-dashboard textarea, .monarch-metabox textarea {
  resize: none;
  height: 10em;
}
#monarch-dashboard input[type=file]:focus, .monarch-metabox input[type=file]:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
}
#monarch-dashboard .range-wrapper, .monarch-metabox .range-wrapper {
  position: relative;
  display: block;
}
#monarch-dashboard .range-wrapper .range-slider, .monarch-metabox .range-wrapper .range-slider {
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  background: #dce0f1;
  height: 20px;
  width: 93%;
  border: 0;
}
#monarch-dashboard .range-wrapper .range-slider .custom-handle, .monarch-metabox .range-wrapper .range-slider .custom-handle {
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  -ms-border-bottom-right-radius: 30px;
  -o-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-bottom-left-radius: 30px;
  -ms-border-bottom-left-radius: 30px;
  -o-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  -ms-border-top-right-radius: 30px;
  -o-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  -ms-border-top-left-radius: 30px;
  -o-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  background-clip: padding-box;
  color: white;
  letter-spacing: 0em;
  background: #695fed;
  font-weight: normal;
  font-size: 1em;
  display: inline-block;
  padding: 0 1em 0 1em;
  margin-left: -10px;
  text-align: center;
  position: relative;
  line-height: 30px;
  overflow: hidden;
  cursor: pointer;
  min-width: 50px;
  height: 30px;
  width: auto;
  border: 0;
  top: -5px;
}
#monarch-dashboard .select-wrapper, .monarch-metabox .select-wrapper {
  position: relative;
  display: block;
}
#monarch-dashboard .select-wrapper .search.dropdown.ui, .monarch-metabox .select-wrapper .search.dropdown.ui {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  border: 1px solid #dce0f1;
  background: #695fed;
  border-bottom-width: 3px;
  background: transparent;
  padding: 0.75em;
  width: 100%;
}
#monarch-dashboard .select-wrapper .search.dropdown.ui.active, .monarch-metabox .select-wrapper .search.dropdown.ui.active {
  border-bottom-color: #695fed;
  outline: none;
}
#monarch-dashboard .select-wrapper .search.dropdown.ui.active .text, .monarch-metabox .select-wrapper .search.dropdown.ui.active .text {
  letter-spacing: 0em;
  font-weight: bold;
  line-height: 1.7em;
  font-size: 1em;
  color: #4b4f5d;
}
#monarch-dashboard .select-wrapper .search.dropdown.ui.active .menu, .monarch-metabox .select-wrapper .search.dropdown.ui.active .menu {
  border-color: #dce0f1;
}
#monarch-dashboard .select-wrapper .search.dropdown.ui.active.upward .menu, .monarch-metabox .select-wrapper .search.dropdown.ui.active.upward .menu {
  -webkit-box-shadow: 0px -15px 15px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px -15px 15px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px -15px 15px 0px rgba(82, 63, 105, 0.1);
  -o-box-shadow: 0px -15px 15px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px -15px 15px 0px rgba(82, 63, 105, 0.1);
}
#monarch-dashboard .select-wrapper .search.dropdown.ui.active i.icon, .monarch-metabox .select-wrapper .search.dropdown.ui.active i.icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#monarch-dashboard .select-wrapper .search.dropdown.ui .text, .monarch-metabox .select-wrapper .search.dropdown.ui .text {
  letter-spacing: 0em;
  font-weight: normal;
  line-height: 1.7em;
  font-size: 1em;
  color: #707485;
}
#monarch-dashboard .select-wrapper .search.dropdown.ui i.icon, .monarch-metabox .select-wrapper .search.dropdown.ui i.icon {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  color: #707485;
  top: 1em;
}
#monarch-dashboard .select-wrapper .search.dropdown.ui .menu, .monarch-metabox .select-wrapper .search.dropdown.ui .menu {
  -webkit-box-shadow: 0px 15px 15px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 15px 15px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 15px 15px 0px rgba(82, 63, 105, 0.1);
  -o-box-shadow: 0px 15px 15px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px 15px 15px 0px rgba(82, 63, 105, 0.1);
}
#monarch-dashboard .select-wrapper .search.dropdown.ui .menu .item, .monarch-metabox .select-wrapper .search.dropdown.ui .menu .item {
  letter-spacing: 0em;
  line-height: 0.85em;
  font-weight: normal;
  font-size: 1em;
  color: #707485;
}
#monarch-dashboard .checkbox-wrapper, .monarch-metabox .checkbox-wrapper {
  position: relative;
  display: block;
}
#monarch-dashboard .checkbox-wrapper .custom-checkbox, .monarch-metabox .checkbox-wrapper .custom-checkbox {
  display: inline-block;
  position: relative;
  margin-top: 0.5em;
  height: 20px;
  width: 40px;
}
#monarch-dashboard .checkbox-wrapper .custom-checkbox .toggle, .monarch-metabox .checkbox-wrapper .custom-checkbox .toggle {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-border-bottom-right-radius: 25px;
  -moz-border-bottom-right-radius: 25px;
  -ms-border-bottom-right-radius: 25px;
  -o-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-bottom-left-radius: 25px;
  -ms-border-bottom-left-radius: 25px;
  -o-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-top-right-radius: 25px;
  -ms-border-top-right-radius: 25px;
  -o-border-top-right-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-top-left-radius: 25px;
  -ms-border-top-left-radius: 25px;
  -o-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  background-clip: padding-box;
  background: #dce0f1;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#monarch-dashboard .checkbox-wrapper .custom-checkbox .toggle:before, .monarch-metabox .checkbox-wrapper .custom-checkbox .toggle:before {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-bottom-right-radius: 16px;
  -ms-border-bottom-right-radius: 16px;
  -o-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-bottom-left-radius: 16px;
  -ms-border-bottom-left-radius: 16px;
  -o-border-bottom-left-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-top-right-radius: 16px;
  -ms-border-top-right-radius: 16px;
  -o-border-top-right-radius: 16px;
  border-top-right-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  -moz-border-top-left-radius: 16px;
  -ms-border-top-left-radius: 16px;
  -o-border-top-left-radius: 16px;
  border-top-left-radius: 16px;
  background-clip: padding-box;
  position: absolute;
  content: "";
  display: inline-block;
  background: white;
  height: 16px;
  width: 16px;
  left: 2px;
  top: 2px;
}
#monarch-dashboard .checkbox-wrapper .custom-checkbox input[type=checkbox], .monarch-metabox .checkbox-wrapper .custom-checkbox input[type=checkbox] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: 9999;
  height: 40px;
  width: 60px;
}
#monarch-dashboard .checkbox-wrapper .custom-checkbox input[type=checkbox]:checked + .toggle, .monarch-metabox .checkbox-wrapper .custom-checkbox input[type=checkbox]:checked + .toggle {
  background: #4e67ec;
}
#monarch-dashboard .checkbox-wrapper .custom-checkbox input[type=checkbox]:checked + .toggle:before, .monarch-metabox .checkbox-wrapper .custom-checkbox input[type=checkbox]:checked + .toggle:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
#monarch-dashboard .color-wrapper, .monarch-metabox .color-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}
#monarch-dashboard .color-wrapper .wp-picker-container, .monarch-metabox .color-wrapper .wp-picker-container {
  position: relative;
  padding: 0;
  margin: 0;
}
#monarch-dashboard .color-wrapper .wp-picker-container button.wp-color-result, .monarch-metabox .color-wrapper .wp-picker-container button.wp-color-result {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  letter-spacing: 0em;
  line-height: 1.7em;
  font-weight: normal;
  font-size: 1em;
  color: #707485;
  border: 0px solid black;
  background: transparent;
  display: inline-block;
  position: relative;
  height: 30px;
  width: 30px;
}
#monarch-dashboard .color-wrapper .wp-picker-container button.wp-color-result .wp-color-result-text, .monarch-metabox .color-wrapper .wp-picker-container button.wp-color-result .wp-color-result-text {
  display: none;
}
#monarch-dashboard .color-wrapper .wp-picker-container button.wp-color-result:focus, .monarch-metabox .color-wrapper .wp-picker-container button.wp-color-result:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-input-wrap, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-input-wrap {
  display: inline-block;
  margin-left: 10px;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-input-wrap label, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-input-wrap label {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-input-wrap label input, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-input-wrap label input {
  background: transparent;
  display: inline-block;
  line-height: 30px;
  font-size: 1em;
  height: 30px;
  width: 100px;
  padding: 0;
  border: 0;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-input-wrap label input:focus, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-input-wrap label input:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
  border: 0;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-input-wrap .wp-picker-clear, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-input-wrap .wp-picker-clear {
  display: none;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-holder, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-holder {
  position: absolute;
  margin-top: 15px;
  z-index: 9999;
  left: -38px;
  top: 30px;
}
@media only screen and (min-width: 1200px) {
  #monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-holder, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-holder {
    margin-top: 0;
    left: -270px;
    top: 0;
  }
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-holder .iris-picker, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-holder .iris-picker {
  height: 222px !important;
  margin-top: 0;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-holder .iris-picker .iris-square, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-holder .iris-picker .iris-square {
  margin-right: 5% !important;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-holder .iris-picker .iris-slider, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-holder .iris-picker .iris-slider {
  height: 100% !important;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-holder .iris-palette-container a, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-holder .iris-palette-container a {
  position: relative;
  height: 15px;
  width: 15px;
  border: 0;
  top: 5px;
}
#monarch-dashboard .color-wrapper .wp-picker-container .wp-picker-holder .iris-palette-container a:before, .monarch-metabox .color-wrapper .wp-picker-container .wp-picker-holder .iris-palette-container a:before {
  display: none;
}
#monarch-dashboard .uploader-wrapper, .monarch-metabox .uploader-wrapper {
  position: relative;
  display: block;
}
#monarch-dashboard .uploader-wrapper .uploader, .monarch-metabox .uploader-wrapper .uploader {
  position: relative;
  padding: 0;
  margin: 0;
}
#monarch-dashboard .uploader-wrapper .uploader .thumbnail, .monarch-metabox .uploader-wrapper .uploader .thumbnail {
  display: none;
  width: 100%;
}
#monarch-dashboard .uploader-wrapper .uploader .thumbnail.active, .monarch-metabox .uploader-wrapper .uploader .thumbnail.active {
  margin-bottom: 10px;
  display: block;
}
#monarch-dashboard .uploader-wrapper .uploader .thumbnail img, .monarch-metabox .uploader-wrapper .uploader .thumbnail img {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  max-width: 400px;
  height: auto;
  width: 100%;
  margin: 0;
  border: 0;
}
#monarch-dashboard .uploader-wrapper .uploader .inputs .monarch-button, .monarch-metabox .uploader-wrapper .uploader .inputs .monarch-button {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
#monarch-dashboard .uploader-wrapper .uploader .inputs .monarch-button:last-child, .monarch-metabox .uploader-wrapper .uploader .inputs .monarch-button:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  #monarch-dashboard .uploader-wrapper .uploader .inputs .monarch-button, .monarch-metabox .uploader-wrapper .uploader .inputs .monarch-button {
    margin-right: 0.5em;
  }
}
#monarch-dashboard .uploader-wrapper .uploader .inputs .monarch-button.remove-image, .monarch-metabox .uploader-wrapper .uploader .inputs .monarch-button.remove-image {
  display: none;
}
#monarch-dashboard .uploader-wrapper .uploader .inputs.active .remove-image, .monarch-metabox .uploader-wrapper .uploader .inputs.active .remove-image {
  display: inline-block;
}
#monarch-dashboard .sortable-wrapper, .monarch-metabox .sortable-wrapper {
  position: relative;
  display: block;
}
#monarch-dashboard .sortable-wrapper .monarch-sortable, .monarch-metabox .sortable-wrapper .monarch-sortable {
  list-style-type: none;
  padding: 0;
}
#monarch-dashboard .sortable-wrapper .monarch-sortable li, .monarch-metabox .sortable-wrapper .monarch-sortable li {
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  background: #fcfcfc;
  border: 1px solid #dce0f1;
  color: #4b4f5d;
  margin-bottom: 1em;
  font-weight: bold;
  cursor: pointer;
  padding: 1em;
}
#monarch-dashboard .sortable-wrapper .monarch-sortable li:last-child, .monarch-metabox .sortable-wrapper .monarch-sortable li:last-child {
  margin-bottom: 0;
}
#monarch-dashboard .sortable-wrapper .monarch-sortable li.placeholder, .monarch-metabox .sortable-wrapper .monarch-sortable li.placeholder {
  background: #dce0f1;
  border: 0;
}
#monarch-dashboard .sortable-wrapper .monarch-sortable ul, .monarch-metabox .sortable-wrapper .monarch-sortable ul {
  list-style-type: none;
  padding: 0;
}
#monarch-dashboard .sortable-wrapper .monarch-sortable ul li, .monarch-metabox .sortable-wrapper .monarch-sortable ul li {
  background: #ffffff;
  color: #707485;
  margin-bottom: 0.5em;
  font-weight: normal;
  padding: 0.5em 1em;
}
#monarch-dashboard .sortable-wrapper .monarch-sortable ul li:last-child, .monarch-metabox .sortable-wrapper .monarch-sortable ul li:last-child {
  margin-bottom: 0;
}
#monarch-dashboard .monarch-button, .monarch-metabox .monarch-button {
  /* Default Button
  ============================================================================================== */
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  border: 2px solid #a0a0a0;
  background: #a0a0a0;
  color: #ededed;
  /* Default Button Loops
  ============================================================================================== */
  /* Outline Buttons
  ============================================================================================== */
}
#monarch-dashboard .monarch-button.compact, .monarch-metabox .monarch-button.compact {
  min-width: 0;
}
#monarch-dashboard .monarch-button.compact .fa, #monarch-dashboard .monarch-button.compact .fas, .monarch-metabox .monarch-button.compact .fa, .monarch-metabox .monarch-button.compact .fas {
  margin-right: 0;
}
#monarch-dashboard .monarch-button .fa, #monarch-dashboard .monarch-button .fas, .monarch-metabox .monarch-button .fa, .monarch-metabox .monarch-button .fas {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Pro";
  font-weight: bolder;
}
#monarch-dashboard .monarch-button:hover, #monarch-dashboard .monarch-button:focus, .monarch-metabox .monarch-button:hover, .monarch-metabox .monarch-button:focus {
  border-color: #adadad;
  background: #adadad;
  color: white;
}
#monarch-dashboard .monarch-button.btn-primary, .monarch-metabox .monarch-button.btn-primary {
  border-color: #695fed;
  background: #695fed;
  color: #d4d2fa;
}
#monarch-dashboard .monarch-button.btn-primary:hover, #monarch-dashboard .monarch-button.btn-primary:focus, .monarch-metabox .monarch-button.btn-primary:hover, .monarch-metabox .monarch-button.btn-primary:focus {
  border-color: #7e76f0;
  background: #7e76f0;
  color: white;
}
#monarch-dashboard .monarch-button.btn-secondary, .monarch-metabox .monarch-button.btn-secondary {
  border-color: #eb6775;
  background: #eb6775;
  color: #fad8db;
}
#monarch-dashboard .monarch-button.btn-secondary:hover, #monarch-dashboard .monarch-button.btn-secondary:focus, .monarch-metabox .monarch-button.btn-secondary:hover, .monarch-metabox .monarch-button.btn-secondary:focus {
  border-color: #ee7e89;
  background: #ee7e89;
  color: white;
}
#monarch-dashboard .monarch-button.btn-tertiary, .monarch-metabox .monarch-button.btn-tertiary {
  border-color: #ffd884;
  background: #ffd884;
  color: #b77d00;
}
#monarch-dashboard .monarch-button.btn-tertiary:hover, #monarch-dashboard .monarch-button.btn-tertiary:focus, .monarch-metabox .monarch-button.btn-tertiary:hover, .monarch-metabox .monarch-button.btn-tertiary:focus {
  border-color: #ffc851;
  background: #ffc851;
  color: #845a00;
}
#monarch-dashboard .monarch-button.btn-info, .monarch-metabox .monarch-button.btn-info {
  border-color: #4e67ec;
  background: #4e67ec;
  color: #c1caf8;
}
#monarch-dashboard .monarch-button.btn-info:hover, #monarch-dashboard .monarch-button.btn-info:focus, .monarch-metabox .monarch-button.btn-info:hover, .monarch-metabox .monarch-button.btn-info:focus {
  border-color: #657bee;
  background: #657bee;
  color: white;
}
#monarch-dashboard .monarch-button.btn-success, .monarch-metabox .monarch-button.btn-success {
  border-color: #16a978;
  background: #16a978;
  color: #56e9b8;
}
#monarch-dashboard .monarch-button.btn-success:hover, #monarch-dashboard .monarch-button.btn-success:focus, .monarch-metabox .monarch-button.btn-success:hover, .monarch-metabox .monarch-button.btn-success:focus {
  border-color: #19c088;
  background: #19c088;
  color: #c6f8e7;
}
#monarch-dashboard .monarch-button.btn-warning, .monarch-metabox .monarch-button.btn-warning {
  border-color: #f1a732;
  background: #f1a732;
  color: #f9daa9;
}
#monarch-dashboard .monarch-button.btn-warning:hover, #monarch-dashboard .monarch-button.btn-warning:focus, .monarch-metabox .monarch-button.btn-warning:hover, .monarch-metabox .monarch-button.btn-warning:focus {
  border-color: #f3b14a;
  background: #f3b14a;
  color: white;
}
#monarch-dashboard .monarch-button.btn-danger, .monarch-metabox .monarch-button.btn-danger {
  border-color: #ee3268;
  background: #ee3268;
  color: #f8a8bf;
}
#monarch-dashboard .monarch-button.btn-danger:hover, #monarch-dashboard .monarch-button.btn-danger:focus, .monarch-metabox .monarch-button.btn-danger:hover, .monarch-metabox .monarch-button.btn-danger:focus {
  border-color: #f04a79;
  background: #f04a79;
  color: white;
}
#monarch-dashboard .monarch-button.outline, .monarch-metabox .monarch-button.outline {
  color: #878787;
  border-color: #a0a0a0;
  background: transparent;
  /* Loops
  ============================================================================================== */
}
#monarch-dashboard .monarch-button.outline:hover, #monarch-dashboard .monarch-button.outline:focus, .monarch-metabox .monarch-button.outline:hover, .monarch-metabox .monarch-button.outline:focus {
  border-color: #a0a0a0;
  background: #a0a0a0;
  color: white;
}
#monarch-dashboard .monarch-button.outline.btn-primary, .monarch-metabox .monarch-button.outline.btn-primary {
  color: #3e31e8;
  border-color: #695fed;
}
#monarch-dashboard .monarch-button.outline.btn-primary:hover, #monarch-dashboard .monarch-button.outline.btn-primary:focus, .monarch-metabox .monarch-button.outline.btn-primary:hover, .monarch-metabox .monarch-button.outline.btn-primary:focus {
  border-color: #695fed;
  background: #695fed;
  color: white;
}
#monarch-dashboard .monarch-button.outline.btn-secondary, .monarch-metabox .monarch-button.outline.btn-secondary {
  color: #e53a4c;
  border-color: #eb6775;
}
#monarch-dashboard .monarch-button.outline.btn-secondary:hover, #monarch-dashboard .monarch-button.outline.btn-secondary:focus, .monarch-metabox .monarch-button.outline.btn-secondary:hover, .monarch-metabox .monarch-button.outline.btn-secondary:focus {
  border-color: #eb6775;
  background: #eb6775;
  color: white;
}
#monarch-dashboard .monarch-button.outline.btn-tertiary, .monarch-metabox .monarch-button.outline.btn-tertiary {
  color: #ffc851;
  border-color: #ffd884;
}
#monarch-dashboard .monarch-button.outline.btn-tertiary:hover, #monarch-dashboard .monarch-button.outline.btn-tertiary:focus, .monarch-metabox .monarch-button.outline.btn-tertiary:hover, .monarch-metabox .monarch-button.outline.btn-tertiary:focus {
  border-color: #ffd884;
  background: #ffd884;
  color: #845a00;
}
#monarch-dashboard .monarch-button.outline.btn-info, .monarch-metabox .monarch-button.outline.btn-info {
  color: #203fe7;
  border-color: #4e67ec;
}
#monarch-dashboard .monarch-button.outline.btn-info:hover, #monarch-dashboard .monarch-button.outline.btn-info:focus, .monarch-metabox .monarch-button.outline.btn-info:hover, .monarch-metabox .monarch-button.outline.btn-info:focus {
  border-color: #4e67ec;
  background: #4e67ec;
  color: white;
}
#monarch-dashboard .monarch-button.outline.btn-success, .monarch-metabox .monarch-button.outline.btn-success {
  color: #107c58;
  border-color: #16a978;
}
#monarch-dashboard .monarch-button.outline.btn-success:hover, #monarch-dashboard .monarch-button.outline.btn-success:focus, .monarch-metabox .monarch-button.outline.btn-success:hover, .monarch-metabox .monarch-button.outline.btn-success:focus {
  border-color: #16a978;
  background: #16a978;
  color: #c6f8e7;
}
#monarch-dashboard .monarch-button.outline.btn-warning, .monarch-metabox .monarch-button.outline.btn-warning {
  color: #e1900f;
  border-color: #f1a732;
}
#monarch-dashboard .monarch-button.outline.btn-warning:hover, #monarch-dashboard .monarch-button.outline.btn-warning:focus, .monarch-metabox .monarch-button.outline.btn-warning:hover, .monarch-metabox .monarch-button.outline.btn-warning:focus {
  border-color: #f1a732;
  background: #f1a732;
  color: white;
}
#monarch-dashboard .monarch-button.outline.btn-danger, .monarch-metabox .monarch-button.outline.btn-danger {
  color: #db124c;
  border-color: #ee3268;
}
#monarch-dashboard .monarch-button.outline.btn-danger:hover, #monarch-dashboard .monarch-button.outline.btn-danger:focus, .monarch-metabox .monarch-button.outline.btn-danger:hover, .monarch-metabox .monarch-button.outline.btn-danger:focus {
  border-color: #ee3268;
  background: #ee3268;
  color: white;
}
#monarch-dashboard .button-container .monarch-button, .monarch-metabox .button-container .monarch-button {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
#monarch-dashboard .button-container .monarch-button:last-child, .monarch-metabox .button-container .monarch-button:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  #monarch-dashboard .button-container .monarch-button, .monarch-metabox .button-container .monarch-button {
    margin-bottom: 0;
  }
}

/* ==============================================================================================

    Segments: Notices

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
#monarch-dashboard .monarch-notice, .monarch-wrapper .monarch-notice {
  /* Default Notices
  ============================================================================================== */
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  border: 1px solid #b8c0e2;
  background: #dce0f1;
  padding: 1.5em;
  position: relative;
  color: #6f7fc5;
  /* Loops
  ============================================================================================== */
  /* Icons
  ============================================================================================== */
}
#monarch-dashboard .monarch-notice p.title, .monarch-wrapper .monarch-notice p.title {
  color: #6f7fc5;
}
#monarch-dashboard .monarch-notice p.desc, .monarch-wrapper .monarch-notice p.desc {
  color: #818fcd;
}
#monarch-dashboard .monarch-notice strong, .monarch-wrapper .monarch-notice strong {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  color: #dce0f1;
  color: #3b4c93;
}
#monarch-dashboard .monarch-notice.mini, .monarch-wrapper .monarch-notice.mini {
  -webkit-border-bottom-right-radius: 2em;
  -moz-border-bottom-right-radius: 2em;
  -ms-border-bottom-right-radius: 2em;
  -o-border-bottom-right-radius: 2em;
  border-bottom-right-radius: 2em;
  -webkit-border-bottom-left-radius: 2em;
  -moz-border-bottom-left-radius: 2em;
  -ms-border-bottom-left-radius: 2em;
  -o-border-bottom-left-radius: 2em;
  border-bottom-left-radius: 2em;
  -webkit-border-top-right-radius: 2em;
  -moz-border-top-right-radius: 2em;
  -ms-border-top-right-radius: 2em;
  -o-border-top-right-radius: 2em;
  border-top-right-radius: 2em;
  -webkit-border-top-left-radius: 2em;
  -moz-border-top-left-radius: 2em;
  -ms-border-top-left-radius: 2em;
  -o-border-top-left-radius: 2em;
  border-top-left-radius: 2em;
  background-clip: padding-box;
  padding: 0.75em 1.5em;
}
#monarch-dashboard .monarch-notice.mini:before, #monarch-dashboard .monarch-notice.mini p.title, .monarch-wrapper .monarch-notice.mini:before, .monarch-wrapper .monarch-notice.mini p.title {
  display: none;
}
#monarch-dashboard .monarch-notice.mini p.desc, .monarch-wrapper .monarch-notice.mini p.desc {
  text-align: center;
  padding: 0;
}
#monarch-dashboard .monarch-notice:before, .monarch-wrapper .monarch-notice:before {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  position: absolute;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: bolder;
  position: absolute;
  font-size: 3em;
  left: 0.5em;
}
#monarch-dashboard .monarch-notice p.title, .monarch-wrapper .monarch-notice p.title {
  padding: 0 0 0.5em 5em;
  font-weight: bold;
  font-size: 1.1em;
  text-align: left;
  margin: 0;
}
#monarch-dashboard .monarch-notice p.desc, .monarch-wrapper .monarch-notice p.desc {
  padding: 0 0 0 5.4em;
  text-align: left;
  margin: 0;
}
#monarch-dashboard .monarch-notice.notice-info, .monarch-wrapper .monarch-notice.notice-info {
  border-color: #203fe7;
  background: #4e67ec;
  color: #d8defb;
}
#monarch-dashboard .monarch-notice.notice-info p.title, .monarch-wrapper .monarch-notice.notice-info p.title {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  color: #4e67ec;
  color: #d8defb;
}
#monarch-dashboard .monarch-notice.notice-info p.desc, .monarch-wrapper .monarch-notice.notice-info p.desc {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  color: #4e67ec;
  color: #c1caf8;
}
#monarch-dashboard .monarch-notice.notice-info strong, .monarch-wrapper .monarch-notice.notice-info strong {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  color: #4e67ec;
  color: white;
}
#monarch-dashboard .monarch-notice.notice-success, .monarch-wrapper .monarch-notice.notice-success {
  border-color: #107c58;
  background: #16a978;
  color: #6cecc1;
}
#monarch-dashboard .monarch-notice.notice-success p.title, .monarch-wrapper .monarch-notice.notice-success p.title {
  -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -o-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  color: #16a978;
  color: #6cecc1;
}
#monarch-dashboard .monarch-notice.notice-success p.desc, .monarch-wrapper .monarch-notice.notice-success p.desc {
  -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  -o-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  color: #16a978;
  color: #56e9b8;
}
#monarch-dashboard .monarch-notice.notice-success strong, .monarch-wrapper .monarch-notice.notice-success strong {
  -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
  -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
  -ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
  -o-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0);
  color: #16a978;
  color: #c6f8e7;
}
#monarch-dashboard .monarch-notice.notice-warning, .monarch-wrapper .monarch-notice.notice-warning {
  border-color: #e1900f;
  background: #f1a732;
  color: #fbe4c1;
}
#monarch-dashboard .monarch-notice.notice-warning p.title, .monarch-wrapper .monarch-notice.notice-warning p.title {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  color: #f1a732;
  color: #fbe4c1;
}
#monarch-dashboard .monarch-notice.notice-warning p.desc, .monarch-wrapper .monarch-notice.notice-warning p.desc {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  color: #f1a732;
  color: #f9daa9;
}
#monarch-dashboard .monarch-notice.notice-warning strong, .monarch-wrapper .monarch-notice.notice-warning strong {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  color: #f1a732;
  color: white;
}
#monarch-dashboard .monarch-notice.notice-danger, .monarch-wrapper .monarch-notice.notice-danger {
  border-color: #db124c;
  background: #ee3268;
  color: #fabfd0;
}
#monarch-dashboard .monarch-notice.notice-danger p.title, .monarch-wrapper .monarch-notice.notice-danger p.title {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  color: #ee3268;
  color: #fabfd0;
}
#monarch-dashboard .monarch-notice.notice-danger p.desc, .monarch-wrapper .monarch-notice.notice-danger p.desc {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  color: #ee3268;
  color: #f8a8bf;
}
#monarch-dashboard .monarch-notice.notice-danger strong, .monarch-wrapper .monarch-notice.notice-danger strong {
  -webkit-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -moz-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -ms-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  -o-text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0);
  color: #ee3268;
  color: white;
}
#monarch-dashboard .monarch-notice.notice-info:before, .monarch-wrapper .monarch-notice.notice-info:before {
  content: "";
}
#monarch-dashboard .monarch-notice.notice-success:before, .monarch-wrapper .monarch-notice.notice-success:before {
  content: "";
}
#monarch-dashboard .monarch-notice.notice-warning:before, .monarch-wrapper .monarch-notice.notice-warning:before {
  content: "";
}
#monarch-dashboard .monarch-notice.notice-danger:before, .monarch-wrapper .monarch-notice.notice-danger:before {
  content: "";
}

/* ==============================================================================================

    Segments: Content

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
.monarch-wrapper.scripts-disabled, .monarch-wrapper .scripts-disabled {
  display: none;
}
.monarch-wrapper .rewards-table-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}
.monarch-wrapper .rewards-table-wrapper .reward-table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  background: #ffffff;
  border: 1px solid #dce0f1;
  overflow: hidden;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .account-type {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dce0f1;
  background: #f7f7f7;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .account-type h2 {
  font-size: 1.2em;
  padding: 0;
  margin: 0;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #dce0f1;
  padding: 0.5em;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row:last-child {
  border-bottom: 0;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row.lighten {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background: #e6f4ef;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row .table-cell {
  padding: 0.5em;
}
@media only screen and (min-width: 960px) {
  .monarch-wrapper .rewards-table-wrapper .reward-table .table-row .table-cell {
    padding: 0.5em 1em;
  }
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row .table-cell p.tooltip-icon {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: inline-block;
  line-height: 1.7em;
  cursor: help;
  height: auto;
  width: auto;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row .table-cell p.tooltip-icon i.fa, .monarch-wrapper .rewards-table-wrapper .reward-table .table-row .table-cell p.tooltip-icon i.fas {
  font-weight: bolder;
  font-size: 1.3em;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row .table-cell p.tooltip-icon:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row .table-cell p.post-title {
  line-height: 1.7em;
  display: inline-block;
  font-weight: bolder;
  font-size: 1em;
}
.monarch-wrapper .rewards-table-wrapper .reward-table .table-row .table-cell p.reward-value {
  color: #16a978;
  font-weight: bolder;
  line-height: 1.7em;
  font-size: 1.2em;
}
.monarch-wrapper .rewards-form-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}
.monarch-wrapper .rewards-form-wrapper .table-row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 0.3em;
  -moz-border-bottom-right-radius: 0.3em;
  -ms-border-bottom-right-radius: 0.3em;
  -o-border-bottom-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  -webkit-border-bottom-left-radius: 0.3em;
  -moz-border-bottom-left-radius: 0.3em;
  -ms-border-bottom-left-radius: 0.3em;
  -o-border-bottom-left-radius: 0.3em;
  border-bottom-left-radius: 0.3em;
  -webkit-border-top-right-radius: 0.3em;
  -moz-border-top-right-radius: 0.3em;
  -ms-border-top-right-radius: 0.3em;
  -o-border-top-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  -webkit-border-top-left-radius: 0.3em;
  -moz-border-top-left-radius: 0.3em;
  -ms-border-top-left-radius: 0.3em;
  -o-border-top-left-radius: 0.3em;
  border-top-left-radius: 0.3em;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  -ms-box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(82, 63, 105, 0.1);
  background: #ffffff;
  border: 1px solid #dce0f1;
  overflow: hidden;
  padding: 2em;
}
.monarch-wrapper .rewards-form-wrapper .table-row:last-child {
  padding-bottom: 2em;
}
.monarch-wrapper .rewards-form-wrapper .table-row h3.disabled-message {
  max-width: 800px;
  font-weight: bolder;
  line-height: 1.7em;
  font-size: 1.3em;
  margin: 0 auto;
  padding: 0;
}
.monarch-wrapper .rewards-form-wrapper .table-row h3.form-heading {
  padding: 0 0 1em 0;
  font-weight: bolder;
  line-height: 1.7em;
  font-size: 1.3em;
  margin: 0;
}
.monarch-wrapper .rewards-form-wrapper .table-row sup.hide {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: rgba(255, 255, 255, 0);
}
.monarch-wrapper .rewards-form-wrapper .table-row .monarch-button:focus {
  outline: none;
  border: 0;
}
.monarch-wrapper .rewards-form-wrapper .table-row .monarch-button.btn-success, .monarch-wrapper .rewards-form-wrapper .table-row .monarch-button.btn-success:hover {
  background-color: #16a978 !important;
  background: #16a978 !important;
}
.monarch-wrapper .rewards-form-wrapper .table-row .monarch-button.btn-warning, .monarch-wrapper .rewards-form-wrapper .table-row .monarch-button.btn-warning:hover {
  background-color: #f1a732 !important;
  background: #f1a732 !important;
}
.monarch-wrapper .rewards-form-wrapper .table-row .monarch-button.btn-danger, .monarch-wrapper .rewards-form-wrapper .table-row .monarch-button.btn-danger:hover {
  background-color: #ee3268 !important;
  background: #ee3268 !important;
}
.monarch-wrapper .rewards-form-wrapper .table-row .monarch-button .fa, .monarch-wrapper .rewards-form-wrapper .table-row .monarch-button i.fas {
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5em;
  font-weight: bolder;
}
.monarch-wrapper .rewards-form-wrapper .table-row a.view-rewards {
  margin-top: 1em;
  display: block;
}
.monarch-wrapper .rewards-form-wrapper form.styled label {
  display: none;
}
.monarch-wrapper .rewards-form-wrapper form.styled input[type=text], .monarch-wrapper .rewards-form-wrapper form.styled input[type=password], .monarch-wrapper .rewards-form-wrapper form.styled input[type=email] {
  border: 1px solid #e2e2e2;
  background: #e2e2e2;
  padding: 10px;
}
.monarch-wrapper .rewards-form-wrapper form.styled input[type=text]:focus, .monarch-wrapper .rewards-form-wrapper form.styled input[type=password]:focus, .monarch-wrapper .rewards-form-wrapper form.styled input[type=email]:focus {
  border-color: #676767;
}

/* ==============================================================================================

    Segments: Modals

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
.bk-modal-wrapper {
  background: rgba(0, 0, 0, 0.6);
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.bk-modal-wrapper[aria-disabled=false] {
  display: flex;
}
.bk-modal-wrapper .hidden-label {
  display: none;
}
.bk-modal-wrapper .modal {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow:  0 0 15px 0;
  -moz-box-shadow:  0 0 15px 0;
  -ms-box-shadow:  0 0 15px 0;
  -o-box-shadow:  0 0 15px 0;
  box-shadow:  0 0 15px 0;
  background: white;
  max-width: 500px;
  display: none;
  z-index: 900;
  width: 95%;
}
.bk-modal-wrapper .modal.active {
  display: block;
}
.bk-modal-wrapper .modal button, .bk-modal-wrapper .modal input[type=submit], .bk-modal-wrapper .modal .button {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -ms-border-bottom-right-radius: 3px;
  -o-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -ms-border-bottom-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -ms-border-top-right-radius: 3px;
  -o-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -o-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #EDEDED;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  line-height: 26px !important;
  padding: 5px 15px !important;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px !important;
  width: auto !important;
  height: auto !important;
  display: inline-block;
}
.bk-modal-wrapper .modal button:first-child, .bk-modal-wrapper .modal input[type=submit]:first-child, .bk-modal-wrapper .modal .button:first-child {
  margin-right: 5px;
}
.bk-modal-wrapper .modal button:focus, .bk-modal-wrapper .modal input[type=submit]:focus, .bk-modal-wrapper .modal .button:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
}
.bk-modal-wrapper .modal button:hover, .bk-modal-wrapper .modal input[type=submit]:hover, .bk-modal-wrapper .modal .button:hover {
  color: rgba(0, 0, 0, 0.9);
  background: #EDEDED;
}
.bk-modal-wrapper .modal button.info, .bk-modal-wrapper .modal input[type=submit].info, .bk-modal-wrapper .modal .button.info {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  color: white;
  background: #163e6f;
  border: 0;
}
.bk-modal-wrapper .modal button.info:hover, .bk-modal-wrapper .modal input[type=submit].info:hover, .bk-modal-wrapper .modal .button.info:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bk-modal-wrapper .modal header.modal-header {
  border-bottom: 1px solid #EDEDED;
  text-align: center;
  padding: 15px;
}
.bk-modal-wrapper .modal header.modal-header p {
  display: inline-block;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.bk-modal-wrapper .modal header.modal-header button {
  color: rgba(0, 0, 0, 0.6);
  background: transparent;
  line-height: 30px;
  font-size: 18px;
  float: right;
  padding: 0;
  border: 0;
}
.bk-modal-wrapper .modal header.modal-header button:hover {
  color: rgba(0, 0, 0, 0.8);
}
.bk-modal-wrapper .modal section.modal-section {
  padding: 15px;
  margin: 0;
}
.bk-modal-wrapper .modal section.modal-section h2 {
  margin: 0 0 10px 0;
  line-height: 32px;
  font-weight: 400;
  font-size: 20px;
  color: #4ac1e1;
  padding: 0;
}
.bk-modal-wrapper .modal section.modal-section p {
  display: inline-block;
  line-height: 26px;
  font-size: 14px;
  color: #676767;
  margin: 0;
}
.bk-modal-wrapper .modal footer.modal-footer {
  border-top: 1px solid #EDEDED;
  text-align: right;
  padding: 15px;
}

/* ==============================================================================================

    Segments: Rates

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
.dynamic-rates {
  position: relative;
  margin: 0 0 30px 0;
  display: block;
}
.dynamic-rates:last-child {
  margin-bottom: 0;
}
.dynamic-rates p.updated-date {
  position: relative;
  margin: 0 0 25px 0;
  display: block;
  padding: 0;
}
.dynamic-rates .table-container {
  position: relative;
  margin: 0 0 60px 0;
  display: block;
}
.dynamic-rates .table-container:last-child {
  margin-bottom: 0;
}
.dynamic-rates .table-container h3.table-title {
  position: relative;
  margin: 0 0 20px 0;
  display: block;
  padding: 0;
}
.dynamic-rates .table-container .footnotes {
  position: relative;
  margin: 20px 0 0 0;
  display: block;
}
.dynamic-rates .table-container .footnotes * {
  position: relative;
  line-height: 26px;
  font-size: 12px;
}
.dynamic-rates .table-container .footnotes ul, .dynamic-rates .table-container .footnotes ol {
  margin: 0 0 0 15px;
  padding: 0;
}
.dynamic-rates .table-container .table-wrapper {
  border: 1px solid #E2E2E2;
  position: relative;
  overflow-x: auto;
  max-width: 100%;
  display: block;
  width: 100%;
}
.dynamic-rates .table-container .table-wrapper.mCustomScrollbar {
  margin-bottom: 40px;
}
.dynamic-rates .table-container .table-wrapper.mCS_no_scrollbar {
  margin-bottom: 0px;
}
.dynamic-rates .table-container .table-wrapper table {
  background-color: transparent !important;
  background: transparent !important;
  border-collapse: collapse;
  border: 0 !important;
  table-layout: fixed;
  text-align: left;
  width: inherit;
  padding: 0;
  margin: 0;
}
.dynamic-rates .table-container .table-wrapper table tr {
  background-color: transparent !important;
  background: transparent !important;
  vertical-align: middle;
  position: relative;
  border: 0;
}
.dynamic-rates .table-container .table-wrapper table tr th {
  border-width: 1px 1px 1px 1px !important;
  background-color: #F5F5F5 !important;
  border-color: #E2E2E2 !important;
  background: #F5F5F5 !important;
  border-style: solid !important;
  vertical-align: middle;
  white-space: nowrap;
  padding: 1rem 1rem;
  font-weight: 600;
  width: 200px;
}
.dynamic-rates .table-container .table-wrapper table tr td {
  border-width: 1px 1px 1px 1px !important;
  background-color: transparent !important;
  background: transparent !important;
  border-color: #E2E2E2 !important;
  border-style: solid !important;
  vertical-align: middle;
  white-space: nowrap;
  padding: 1rem 1rem;
  font-weight: 600;
  width: 200px;
}

/* ==============================================================================================

    Segments: Hero Menu

    Defines CSS declarations for the relevant segment.

    @version		1.0.0
    @since			1.0.0

============================================================================================== */
/* Document Setup
============================================================================================== */
/* Styles
============================================================================================== */
.banking-kit-hero-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}
.banking-kit-hero-menu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.banking-kit-hero-menu .tabs-wrapper {
  background: none;
  padding: 0;
  margin: 0;
}
.banking-kit-hero-menu .tabs-wrapper .tab {
  display: none;
  padding: 0;
  margin: 0;
}
.banking-kit-hero-menu .tabs-wrapper .tab.active {
  display: block;
}
.banking-kit-hero-menu .tabs-wrapper .tab h2.title {
  -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -o-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333333;
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 36px;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .banking-kit-hero-menu .tabs-wrapper .tab h2.title {
    margin-bottom: 20px;
    line-height: 44px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .banking-kit-hero-menu .tabs-wrapper .tab h2.title {
    line-height: 52px;
    font-size: 40px;
  }
}
.banking-kit-hero-menu .tabs-wrapper .tab h2.title.left {
  text-align: left;
}
.banking-kit-hero-menu .tabs-wrapper .tab p.subtitle {
  -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -o-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333333;
  padding: 0 0 35px 0;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
@media only screen and (min-width: 960px) {
  .banking-kit-hero-menu .tabs-wrapper .tab p.subtitle {
    padding-bottom: 40px;
    line-height: 34px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .banking-kit-hero-menu .tabs-wrapper .tab p.subtitle {
    line-height: 40px;
    font-size: 28px;
  }
}
.banking-kit-hero-menu .tabs-wrapper .tab a.button {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  background: #333333;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  max-width: 200px;
  font-size: 14px;
  margin: 0 auto;
}
.banking-kit-hero-menu .tabs-wrapper .tab a.button:hover, .banking-kit-hero-menu .tabs-wrapper .tab a.button:focus {
  color: #ffffff;
  outline: none;
}
.banking-kit-hero-menu .tabs-wrapper .tab button.go-back {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -o-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333333;
  background: transparent;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 14px;
  cursor: pointer;
  color: #333333;
  padding: 0;
  border: 0;
}
.banking-kit-hero-menu .tabs-wrapper .tab button.go-back:hover, .banking-kit-hero-menu .tabs-wrapper .tab button.go-back:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}
.banking-kit-hero-menu .tabs-wrapper .tab .footer {
  text-align: center;
}
.banking-kit-hero-menu .tabs-wrapper .tab .footer.compressed .row > div:first-child {
  text-align: right;
}
.banking-kit-hero-menu .tabs-wrapper .tab .footer.compressed .row > div:last-child {
  text-align: left;
}
.banking-kit-hero-menu .tabs-wrapper .tab ul.menu {
  margin: 15px 0 0 0;
  list-style: none;
  padding: 0;
}
.banking-kit-hero-menu .tabs-wrapper .tab ul.menu li {
  list-style-type: none;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 960px) {
  .banking-kit-hero-menu .tabs-wrapper .tab ul.menu li {
    margin-bottom: 15px;
  }
}
.banking-kit-hero-menu .tabs-wrapper .tab ul.menu li a {
  -webkit-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  transition: all 300ms ease-in-out 0ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
  -webkit-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -ms-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  -o-text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333333;
  line-height: 32px;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
}
.banking-kit-hero-menu .tabs-wrapper .tab ul.menu li a:hover, .banking-kit-hero-menu .tabs-wrapper .tab ul.menu li a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}
@media only screen and (min-width: 960px) {
  .banking-kit-hero-menu .tabs-wrapper .tab ul.menu li a {
    line-height: 36px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .banking-kit-hero-menu .tabs-wrapper .tab ul.menu li a {
    font-size: 28px;
  }
}

/*# sourceMappingURL=class.public.css.map */