/* Minification failed. Returning unminified contents.
(2066,1): run-time error CSS1019: Unexpected token, found '}'
(2483,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2484,10): run-time error CSS1035: Expected colon, found '{'
(2488,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2489,10): run-time error CSS1035: Expected colon, found '{'
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */



html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/**
 * selectize.default.css (v0.12.4) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 1.429em !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 0.857em;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 1.643em;;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/*
we are not using multi yet. once we do, we will need to make some changes for color contrast WCAG rule
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
*/
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/*
we are not using multi yet. once we do, we will need to make some changes for color contrast WCAG rule

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
*/
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.clear {
    clear: both;
}

#skipNavigation a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #000;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-bottom-right-radius: 3px;
    background: #ffffff;
    -webkit-transition: top .1s ease-out;
    transition: top .1s ease-out;
    z-index: 1000;
}

#skipNavigation a:focus { 
    top: 0px;
}
#Admin_BackLink {
    padding-right: 10px;
}

#Admin_BackLink:focus {
    border: 1px solid #e2e2e2;
}


.sr-align--text-center {
    margin: 0 auto;
    text-align: center; }
.sr-align--flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.sr-align--center {
    margin: 0 auto; }
.sr-align--left {
    text-align: left; }
.sr-align--right {
    text-align: right; }

.sr-margin--none {
    margin: 0 !important; }
.sr-margin--10-t-b {
    margin: 0.71429em 0; }

.sr-padding--20-b {
    margin: 0 0 1.42857em 0; }

.sr-padding--5-b {
    margin: 0 0 0.35714em 0; }

.sr-display--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }



.sr-wrapper--medium {
    max-width: 35.71429em;
    width: 100%; }
.sr-wrapper--small {
    max-width: 21.42857em;
    margin: 0;
    padding: 0; }

.sr-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.sr-row .sr-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
.sr-row .sr-column--auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }

.sr-row--1of4 .sr-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
.sr-row--1of4 .sr-column--auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }

.sr-row--1of3 .sr-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%; }
.sr-row--1of3 .sr-column--auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }

.sr-row--1of2 .sr-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
.sr-row--1of2 .sr-column--auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; }

.sr-row--gutters {
    margin: -1.42857em 0 0 -1.42857em; }
.sr-row--gutters .sr-column {
    padding: 1.42857em 0 0 1.42857em; }

@media only screen and (max-width: 600px) {
    .sr-wrapper--small {
        max-width: 100%; }

    .sr-row--1of2 {
        display: block;
        padding: 0 0.71429em; } 
}

/*Special styles for extremely small phones such as the iphone 5 and galaxy s5 */
@media only screen 
and (max-width : 330px) { 
    .sr-button--large {
        padding:0 .5em !important;
    }
    .sr-form .sr-button,.sr-job-detail__cta .sr-button {
        width: 15em !important;
    }
}

* {
    line-height: 1.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body {
    padding: 0;
    margin: 0;
    color: #595959;
    font-size: 0.875em;
    background: #FFFFFF; 
}

body.default {

}

h1, h2, h3, h4, h5 {
    color: #3B3B3B;
    margin-top: 0;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 1.71429em;
    /*line-height: 1.71429em;*/
    font-weight: 400; }

h2 {
    font-size: 1.42857em;
    /*line-height: 1.42857em;*/
    font-weight: 400; }

h3 {
    font-size: 1.14286em;
    /*line-height: 1.14286em;*/
    font-weight: 400; }

h4 {
    font-size: 1em;
    /*line-height: 1em;*/
    font-weight: 400; }

h5 {
    font-size: 1em;
    /*line-height: 1em;*/
    font-weight: 700; }

a {
    color: #414AB5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: inherit; }
a:hover {
    color: #516083; }
a:visited {
    color: #516083; }
a:active {
    color: #516083; }

small {
    margin: 0.71429em 0;
    color: #757575;
    display: block; }

.sr-text--gray {
    color: #595959; }
.sr-text--gray:hover {
    color: #4c4c4c; }
.sr-text--gray:visited {
    color: #595959; }
.sr-text--gray:active {
    color: #595959; }

#mainContent {
    padding-bottom: 4em;
}

.sr-list li {
    margin: 0 0 1.07143em 0; }
.sr-list--inline li {
    display: inline-block; }

.sr-button {
    cursor: pointer;
    min-height: 2.5em;
    padding: 0 1.42857em;
    font-size: 0.85714em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    text-decoration: none;
    background: #595959;
    border-radius: 2px;
    /*outline: none;*/
    -webkit-box-shadow: 0 0.07143em 0.14286em 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 0.07143em 0.14286em 0 rgba(0, 0, 0, 0.23);
    display: inline-block;
    line-height: 2.5em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.sr-button:disabled, .sr-button:disabled:hover, .sr-button.disabled, .sr-button.disabled:hover {
    opacity: .50;
}


.sr-button[type="submit"] {
    display: inline-block; }
.sr-button--large {
    /*commented out to remove extra bump at the bottom for the button border when we removed the outline:none for buttons */
    /*height: 3.21429em;*/ 
    padding: 0 2.14286em;
    font-size: 1.14286em;
    line-height: 3.21429em; }
/* commenting out these class definitions because they are not used right now and the contrast ratio does not pass for WCAG compliance
.sr-button--gray {
    background-color: #999999;
    color: #999999; }
.sr-button--gray:hover {
    background-color: gray;
    color: #FFFFFF; }
.sr-button--gray:visited {
    color: #FFFFFF; }
.sr-button--gray:active {
    color: #FFFFFF; }
.sr-button--gray-ghost {
    background-color: transparent;
    color: #999999;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 0 0 0.14286em #999999;
    box-shadow: inset 0 0 0 0.14286em #999999; }
.sr-button--gray-ghost:hover {
    background-color: #999999;
    color: #FFFFFF; }
.sr-button--gray-ghost:visited {
    color: #999999; }
.sr-button--gray-ghost:visited:hover {
    color: #FFFFFF; }
.sr-button--gray-ghost:active {
    color: #FFFFFF; }*/
.sr-button--primary {
    background-color: #002F6D; }
.sr-button--primary:hover {
    opacity: .75;
    color: #FFFFFF; }
.sr-button--primary:visited {
    color: #FFFFFF; }
.sr-button--primary:active {
    color: #FFFFFF; }
    
.sr-button--primary:focus {
    outline:solid black;
    color: black !important;
    background-color: white !important; }

/* commenting out these class definitions because they are not used right now and the contrast ratio does not pass for WCAG compliance
.sr-button--primary-ghost {
    background-color: transparent;
    color: #516083;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 0 0 0.14286em #516083;
    box-shadow: inset 0 0 0 0.14286em #516083; }
*/
.sr-button--secondary {
    background-color: #00A99D; }
.sr-button--secondary:hover {
    background-color: #00766e;
    color: #FFFFFF; }
.sr-button--secondary:visited {
    color: #FFFFFF; }
.sr-button--secondary:active {
    color: #FFFFFF; }
/* commenting out these class definitions because they are not used right now and the contrast ratio does not pass for WCAG compliance
.sr-button--secondary-ghost {
    background-color: transparent;
    color: #00A99D;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 0 0 0.14286em #00A99D;
    box-shadow: inset 0 0 0 0.14286em #00A99D; }
.sr-button--silkroad-primary {
    background-color: #002F6D; }
.sr-button--silkroad-primary:hover {
    background-color: #516083;
    color: #FFFFFF; }
.sr-button--silkroad-primary:visited {
    color: #FFFFFF; }
.sr-button--silkroad-primary:active {
    color: #FFFFFF; }
.sr-button--silkroad-primary-ghost {
    background-color: transparent;
    color: #008CFA;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: inset 0 0 0 0.14286em #008CFA;
    box-shadow: inset 0 0 0 0.14286em #008CFA; }
*/
.sr-button--just-text {
    background: none;
    color: #595959;
    text-transform: none;
    font-size: 1em;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.sr-button--just-text:hover {
    color: #002F6D; }
.sr-button--just-text:visited {
    color: #002F6D; }
.sr-button--just-text:active {
    color: #002F6D; }
.sr-button--just-text:focus {
        border-style: solid;
        border-width: 1px;
    }
.sr-button--with-icon .sr-button__icon {
    display: inline-block;
    width: 1.28571em;
    height: 1.28571em;
    line-height: inherit;
    vertical-align: top; }
.sr-button-set--with-icon .sr-button--with-icon .sr-button__icon {
    width: 1em;
    height: 1em;
}
.sr-button-set--with-icon .sr-button--with-icon {
    margin-right: 1em;
    display: inline-block;
    line-height: 1;
}
.sr-button-set--with-icon .sr-button--with-icon:last-of-type {
    margin-right: 0;
}
.sr-button--block {
    width: 100%;
    text-align: center; }
.sr-form__field .sr-button {
    min-width: 50%;
}
.sr-dropdown {
    position: relative;
    display: inline-block; }
/* commenting out these class definitions because they are not used right now and the contrast ratio does not pass for WCAG compliance
.sr-dropdown__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.07143em;
    width: auto; }
.sr-dropdown__button:focus + .sr-dropdown__menu {
    display: block;
    opacity: 1; }
.sr-dropdown__button:hover {
    cursor: pointer; }
*/
.sr-dropdown__icon {
    margin-left: 0.35714em; }
.sr-dropdown__menu {
    display: block;
    background: #FFFFFF;
    border: 0.07143em solid #e2e2e2;
    padding: 1.07143em;
    width: auto;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0.07143em 0.14286em 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 0.07143em 0.14286em 0 rgba(0, 0, 0, 0.23);
    opacity: 0;
    display: none; }


.sr-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border: 1px solid #e2e2e2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 4.28571em;
    margin-bottom: 2.85714em; }
.sr-pagination__pager {
    padding: 0 1.42857em; }
.sr-pagination__button {
    background: none;
    border: none;
    height: inherit;
    padding: 0 1.42857em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #595959;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    cursor: pointer; }


.sr-pagination__button:hover:enabled {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.sr-pagination__button:hover:enabled {
    color: #002F6D;
    background: #e2e2e2;
}
.sr-pagination__button--prev {
    border-right: 0.07143em solid #e2e2e2; 
}
.sr-pagination__button--prev:hover:disabled {
    border-top: none;
    border-bottom: none;
}
.sr-pagination__button--next {
    border-left: 0.07143em solid #e2e2e2; }
.sr-pagination__button--disabled:disabled {
    color: #757575;
    cursor: default;
    border: 1px 0 1px 0 solid #e2e2e2;
    background: #ffffff;
    height: 4em;
}


.sr-pager__indicator {
    width: 0.71429em;
    height: 0.71429em;
    display: inline-block;
    background: #a6a6a6;
    text-indent: -71.35714em;
    border-radius: 50%;
    margin: 2.14286em 0.21429em; }
.sr-pager__indicator:hover {
    background: #002F6D; }
.sr-pager__indicator--active {
    background: #595959; }
.sr-pager__indicator--active:hover {
    background: #595959; }

.sr-form {
    padding: 2.85714em 0; }
.sr-form .sr-button {
    width: 20em; }
.sr-form__field {
    margin-bottom: 1.42857em; }
.sr-form__field input + label {
    margin: 0 0 0 0.71429em; }
.sr-form__field--with-icon {
    position: relative; }
.sr-form__field--with-icon .material-icons {
    position: absolute;
    right: .6em;
    top: .6em; }
.sr-form__field .sr-form__helper {
    display: none; 

}
.sr-form__field--error .sr-form__label {
    color: #D53F53; }
.sr-form__field--error .sr-form__input {
    border-color: #D53F53; }
.sr-form__field--error .sr-form__helper {
    display: block;
    color: #D53F53;
    margin: 0.35714em 0 0 0; }
.sr-form__field--with-button {
    text-align: center; }
/* commenting out these class definitions because they are not used right now and the contrast ratio does not pass for WCAG compliance
.sr-form__field--disabled .sr-form__label {
    color: #d4d4d4; }
.sr-form__field--disabled .sr-form__input {
    border-color: #e2e2e2;
    background-color: #e2e2e2;
    color: #d4d4d4;
    cursor: not-allowed; }
.sr-form__field--disabled .sr-form__input:hover, .sr-form__field--disabled .sr-form__input:focus {
    border-color: #e2e2e2; }
*/
.sr-form__input {
    border-radius: 2px;
    border: 0.07143em solid #e2e2e2;
    height: 3.21429em;
    outline: none;
    padding: 0 0.71429em;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.sr-form__input:hover {
    border-color: #002F6D; }
.sr-form__input:focus {
    border-color: #002F6D; }
.sr-form__date {
    display: inline-block;
    width: 3.21429em; }
.sr-form__date__year {
    width: 4.28571em; }
.sr-form__date__divider {
    margin: 0 0.5rem; }
.sr-form__label {
    display: inline-block;
    margin: 0 0 0.71429em 0; }

.sr-form__radio_container {
    padding: 0 0 0 1em ;
}
.sr-form__label.inline {
    margin: 0 1em 0 0; }

.sr-align--text-center .sr-form__field .sr-form__label {
    text-align: left;
    display: block;
}
.sr-align--text-center .sr-form__field--error .sr-form__helper{
    text-align: left;
}
.sr-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a6a6a6; }
.sr-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #a6a6a6; }
.sr-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #a6a6a6; }
.sr-form :-moz-placeholder {
    /* Firefox 18- */
    color: #a6a6a6; }

.sr-success-check {
    color: #00A99D;
    font-size: 4.28571em; }

.sr-select {
    display: inline-block;
    position: relative;
    vertical-align: middle; }
.sr-select:before, .sr-select:after {
    content: "";
    position: absolute; }
.sr-select select {
    color: #595959;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    border: 0.07143em solid #e2e2e2;
    padding: 0 3.21429em 0 0.71429em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    height: 45px;
    border-radius: 2px; }
.sr-select select:hover {
    border-color: #595959; }
.sr-select select:focus {
    border-color: #002F6D; }
.sr-select select option {
    color: #002F6D; }
.sr-select__icon {
    position: absolute;
    top: 0.71429em;
    right: 1.07143em;
    pointer-events: none; }
.sr-select--full-width {
    width: 100%; }
.sr-select--full-width select {
    width: 100%; }

textarea.sr-form__input {
    padding: 1.07143em 0.71429em;
    min-height: 5.71429em; }

textarea.sr-form__input.sr-form__textarea-short {
    padding: 1.07143em 0.71429em;
    min-height: 5em;
    display: block;
    max-width: 100%;
    min-width: 100%;
}

textarea.sr-form__input.sr-form__textarea-long {
    padding: 1.07143em 0.71429em;
    min-height: 10em;
    display: block;
    max-width: 100%;
    min-width: 100%;
}

.sr-form__textarea-counter {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: .75em;
}

.sr-switch {
    position: relative;
    display: inline-block;
    height: 1.42857em;
    width: 100%; }
.sr-switch input {
    display: none; }

.sr-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto; }
.sr-slider:before {
    position: absolute;
    content: "";
    height: 1.42857em;
    width: 1.42857em;
    left: 0;
    bottom: -0.21429em;
    background-color: #F1F1F1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 0.07143em 0.14286em 0 rgba(0, 0, 0, 0.23);
    box-shadow: 0 0.07143em 0.14286em 0 rgba(0, 0, 0, 0.23); }

input:checked + .sr-slider {
    background-color: #00c8b9; }
input:focus + .sr-slider {
    -webkit-box-shadow: 0 0 0.07143em #e2e2e2;
    box-shadow: 0 0 0.07143em #e2e2e2; }
input:checked + .sr-slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #00A99D;
    left: -0.78571em; }

/* Rounded sliders */
.sr-slider.round {
    border-radius: 2.42857em;
    height: 1em;
    width: 2.42857em; }
.sr-slider.round:before {
    border-radius: 50%; }






.sr-nav {
    background-color: #002F6D;
    height: 5.35714em;
    position: relative; }
/* commenting out these class definitions because they are not used right now and the contrast ratio does not pass for WCAG compliance
.sr-nav--app {
    background: #008CFA; }
.sr-nav--app .sr-logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 2.85714em; }
.sr-nav--app .sr-nav__item:hover {
    background-color: #007ee1; }
.sr-nav--app .sr-nav__item--text i {
    vertical-align: middle; }
*/
.sr-nav .sr-nav__container {
    padding: 0 1.42857em; }
.sr-nav__container .sr-logo, .sr-desktop-nav {
    display: inline-block;
}
.sr-nav__container .sr-logo {
    margin: 1em 0;
}
.sr-desktop-nav {
    float: right;
}
.sr-nav__item {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: inline-block;
    line-height: 5.35714em;
    border-right: 0.07143em solid rgba(255, 255, 255, 0.5);
    padding: 0 2.14286em;
    margin: 0;
    margin-left: -0.28571em;
    min-width: 10em;
    text-align: center;
}

.sr-mobile-nav .sr-nav__item { border-right: none; }

.sr-nav__item:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .15);
}
.sr-nav__item:visited {
    color: #FFFFFF; }
.sr-nav__item:active {
    color: #FFFFFF; }
.sr-nav__item:first-of-type {
    border-left: 0.07143em solid rgba(255, 255, 255, 0.5); }
.sr-nav__item--text {
    border: none; }
.sr-nav__item--text:hover {
    border: none; }
.sr-nav__item--text:first-of-type {
    border-left: none; }
.sr-nav__item--text:first-of-type:hover {
    border: none; }
.sr-nav .sr-logo {
    width: 2.85714em;
    height: 2.85714em; }
.sr-nav .sr-logo img {
    max-width: 150px;
    max-height: 50px;
}

.sr-mobile-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 9999998; }
.sr-mobile-nav .sr-nav__item {
    display: block;
    color: #595959;
    padding: 1.42857em;
    border-bottom: 0.07143em solid #e2e2e2;
    line-height: inherit;
    height: inherit;
    text-decoration: none; }

.sr-mobile-nav__title {
    color: #3B3B3B;
    font-weight: 700;
    padding: 0 1.42857em;
    border-bottom: 0.07143em solid #e2e2e2;
    height: 5.35714em;
    line-height: 5.35714em; }
.sr-mobile-nav__button {
    margin-top: 1.85em;
    display: none;
    height: 1.21429em;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 9992;
    right: 1.42857em; }
.sr-mobile-nav__button:hover {
    cursor: pointer; }
.sr-mobile-nav__button-item {
    background: #FFFFFF;
    display: block;
    height: 0.21429em;
    margin: 0 0 0.28571em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 1.57143em; }
.sr-mobile-nav__button.open {
    z-index: 9999999; }
.sr-mobile-nav__button.open .sr-mobile-nav__button-item {
    margin: 0 0 0.42857em;
    background: #595959; }
.sr-mobile-nav__button.open .sr-mobile-nav__button-item:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0;
    transform-origin: 0; }
.sr-mobile-nav__button.open .sr-mobile-nav__button-item:nth-child(2) {
    opacity: 0; }
.sr-mobile-nav__button.open .sr-mobile-nav__button-item:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: -0.28571em;
    transform-origin: -0.28571em; }

.sr-subnav {
    background: #FFFFFF;
    height: 4.28571em; }
.sr-subnav .sr-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    
/*.sr-subnav .sr-wrapper h1 {
      display: inline-block;
      line-height: 0; } */

.sr-subnav__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

@media only screen and (max-width: 600px) {
    .sr-desktop-nav {
        display: none; }

    .sr-mobile-nav__button {
        display: inline-block; } }


.sr-banner-sub {
    border-bottom: 0.07143em solid #e2e2e2;
    padding: 2.8em 0 2.8em 0;
    text-align: center;
}

.sr-banner__info {
    border-bottom: 0.07143em solid #e2e2e2;
    padding: 0 0 1.42857em 0;
    text-align: center;
    margin-top: -1em;
}

.sr-banner__info p {
    margin: 0.71429em 0 0 0; }

.sr-banner__info--even-padding {
    padding: 2.85714em; }




.sr-banner__background {
    height: 7em;
    background-color: #F6F7F8;
}

.sr-banner-none {
    height: 4.8em;
}

.sr-banner__image-container {
    text-align: center;
    transform: translateY( -50% );
}

.sr-rich-text {
    border-bottom: 0.07143em solid #e2e2e2;
}

.sr-panel__location {
    max-width: 40%;
    word-wrap: break-word;
    padding: 0 5px;
    text-align: right;
}

.sr-panel__meta {
    padding-left: 0.5em;
    word-wrap: break-word;
    display: inline-block;
}
.sr-panel__meta.no-word-break {
    word-break: keep-all;
}
.sr-panel__meta .sr-button {
    word-break: normal;
}
a.sr-panel:hover .sr-panel__meta, a.sr-panel.hover .sr-panel__meta {
    color: #636363;
}
.sr-filter {
/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
 }
.sr-filter__divider {
    width: 0.07143em;
    height: 1.78571em;
    background: #e2e2e2;
    display: inline-block;
    margin: 0 1.07143em 0 0; }
.sr-filter .sr-select {
    display: block;
    border: .07143em solid #e2e2e2;
    height: 3.21429em;

}
.sr-filter .sr-select select {
    padding: 0 3.21429em 0 0;
    border: none; }
.sr-filter .sr-select select:hover {
    color: #002F6D; }
.sr-filter--mobile {
    display: none; }


@media only screen and (max-width: 600px) {
    .sr-filter--desktop {
        display: none; }
    .sr-filter--mobile {
        display: inline-block; } }
.sr-breadcrumb {
    border-bottom: 0.07143em solid #e2e2e2;
    text-decoration: none; }
.sr-breadcrumb .sr-wrapper--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0.71429em 1.42857em; }

.sr-breadcrumb .sr-wrapper .sr-button--with-icon {
    width: 100%;
}
.sr-breadcrumb .sr-wrapper .sr-button--with-icon .sr-button__icon {
    float: left;
}
.sr-breadcrumb__text {
    float: left;
    display: inline-block;
    width: 85%;
    line-height: inherit;
    vertical-align: top;
}




.sr-subnav {
    border-bottom: 1px solid #e2e2e2;
}


.sr-modal .presubmissionmodal {
    position: fixed;
    top: -200vh;
    left: 0;
    z-index: 9999993;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    opacity: 100;
    display: flex;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease; }
.sr-modal {
    position: fixed;
    top: -200vh;
    left: 0;
    z-index: 9993;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease; }
.sr-modal__container {
    width: 100%;
    max-width: 48.57143em;
    overflow-y: auto;
    position: fixed;
    left: 50%;
    top: -200vh;
    -webkit-transition: top 0.35s ease;
    transition: top 0.35s ease;
    margin-left: -340px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.07143em 0.14286em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.07143em 0.14286em rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 9999991;
    padding: 1.42857em; }
.sr-modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.sr-modal--full-fixed .sr-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0.07143em solid #e2e2e2;
    margin: -1.42857em -1.42857em 1.42857em -1.42857em;
    padding: 0 1.42857em;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.sr-modal--full-fixed .modal__container {
    border-radius: 0;
    position: absolute;
    width: 100%;
    top: 0; }
.sr-modal--full-fixed .sr-select {
    margin: 0 0 1.42857em 0;
    width: 100%; }
.sr-modal--full-fixed .sr-select select {
    width: 100%; }
.sr-modal a.sr-modal__close {
    float: right;
    vertical-align: top;
    margin: 0;
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
    color: #757575; }
.sr-modal a.sr-modal__close:hover, .sr-modal a.sr-modal__close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer; }
.sr-modal:target {
    opacity: 1;
    top: 0;
    display: block; }
.sr-modal__close--outside {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999985; }
.sr-modal:target .sr-modal__container {
    top: 10%;
    -webkit-transition: top 0.35s ease;
    transition: top 0.35s ease;
}
.sr-modal-scrollable:target .sr-modal__container {
    bottom: 20%;
    overflow-y: auto;
}
.sr-modal__title {
    padding: 0 0 1.5em 0;
}
.sr-modal-scrollable .sr-modal__container article {
    padding-bottom: 3em;
}

@media (max-height: 675px) {
    .sr-modal__container {
        max-height: 90%;
    }
}

@media (max-width: 796px) {
    .sr-modal__container {
        width: 90%;
        max-width: none;
        left: 5%;
        margin-left: 0;
        position: absolute;
    }
    .sr-modal:target .sr-modal__container {
        top: 1.78571em;
        -webkit-transition: top 0.35s ease;
        transition: top 0.35s ease;
        overflow-y: auto;
    }

    .sr-modal--full-fixed .sr-modal__container {
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    .sr-modal--full-fixed:target .sr-modal__container {
        top: 0;
    }
}

@media (max-width: 500px) {
    .sr-modal__container {
        width: 100%;
        left: 0;
    }
    .sr-modal:target .sr-modal__container {
        top: 0;
        bottom: 0;
        overflow-y: auto;
    }

    /* begin 3D slit effect */
    .sr-modal {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }

    .sr-modal__container {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateZ(-3000px) rotateY(90deg);
        -moz-transform: translateZ(-3000px) rotateY(90deg);
        -ms-transform: translateZ(-3000px) rotateY(90deg);
        transform: translateZ(-3000px) rotateY(90deg);
        opacity: 0;
    }

    .sr-modal:target .sr-modal__container {
        -webkit-animation: slit .7s forwards ease-out;
        -moz-animation: slit .7s forwards ease-out;
        animation: slit .7s forwards ease-out;
    }

    @-webkit-keyframes slit {
        50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
        100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
    }

    @-moz-keyframes slit {
        50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
        100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
    }

    @keyframes slit {
        50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
        100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
    }
    /* end 3D slit effect */
}

.sr-tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: inherit;
    padding: 0 1.42857em; }
/* commenting out these class definitions because they are not used right now and the contrast ratio does not pass for WCAG compliance
.sr-tab__item {
    position: relative;
    text-decoration: none;
    color: #595959;
    margin: 0 1.42857em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.sr-tab__item--active:after {
    content: "";
    background: #008CFA;
    height: 0.21429em;
    position: absolute;
    display: inline-block;
    width: 100%;
    bottom: 0;
    left: 0; }

.dropzone {
    border: 0.07143em solid #e2e2e2;
    min-height: auto; }
.dropzone .dz-message {
    padding: 0;
    margin: 0; }
    */

.sr-search {
    border-bottom: 0.07143em solid #e2e2e2;
    padding: 1.42857em 0; }
.sr-search .sr-wrapper--large h2 {
    margin: 0 0 2.14286em 0; }
.sr-search .sr-wrapper--large h2:first-of-type {
    margin-top: 1.42857em; }

.sr-job-detail__search {
    border-bottom: 0.07143em solid #e2e2e2;
    padding: 1.42857em 0; }
.sr-job-detail__search .sr-form__field {
    margin: 0; }
.sr-job-detail__job-title {
    font-size: 2.85714em;
    /*line-height: 2.85714em;*/
    color: #3B3B3B; }
.sr-job-detail__category {color: #757575;}
.sr-job-detail__category, .sr-job-detail__location {
    font-size: 1.07143em; }
.sr-job-detail__location, .sr-job-detail__tracking {
    color: #757575;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }


.sr-job-detail__subtext span{
    color: #757575;
}


.sr-job-detail__description {
    padding: 2.85714em 0;
    word-wrap: break-word;
}
.sr-job-detail__cta {
    padding-bottom: 2.85714em; }
.sr-job-detail__cta .sr-wrapper--large {
    text-align: center; }
.sr-job-detail__cta .sr-button {
    width: 20em; }
.sr-job-detail__description {
    padding: 2.85714em 0;
    word-wrap: break-word;
}
.sr-multiform-sessionexpired__description {
    padding: 2.85714em 0;
    word-wrap: break-word;
}
.sr-multiform-sessionexpired__button {
    padding-bottom: 2.85714em; }
.sr-multiform-sessionexpired__button .sr-wrapper--large {
    text-align: center; }
.sr-multiform-sessionexpired__button .sr-button {
    width: 20em; }

.sr-section__small-form {
    padding: 2em 0;
}
.sr-welcome {
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 1.42857em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
.sr-welcome__header {
    background: #d9d9d9;
    height: 22.5em; }
.sr-welcome__content {
    position: relative;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 2.14286em;
    /*border: .5em solid #e2e2e2;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.sr-customError__content {
    position: relative;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 2.14286em;
    /*border: .5 solid #e2e2e2;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.sr-app {
    position: relative; }
.sr-app__content {
    background: #FFFFFF;
    margin: 4.28571em auto;
    padding: 2.14286em; }


.sr-app__admincontent {
    margin: 4.28571em auto;
    margin-top: 4em;
    padding: 2.14286em;
}

.ui-module {
    margin: 2em;
    padding: 2em;
    background: #fff; }
.ui-module header {
    margin-bottom: 2em;
    padding: 2em;
    background: #f7f7f7; }
.ui-module .divider {
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee; }
.hiddenfileInput {
    display: none;
}
.validation-summary-errors {
    color: #D53F53;
}
.sr-main-icon{ font-size: 4.28571em;}
.text-danger { color: #D53F53;}
.text-message { color: #002F6D}
.sr-panel__meta .note{ font-size: .9em; font-style: italic; padding-top: .5em; word-break: normal;}

footer {
    border-top: .07143em solid #e2e2e2;
    background:#fff;
    width: 100%;
    position: fixed;
    bottom: 0;
}
footer p {
    text-align: center;
    margin: .5em 0;
}
footer .sr-wrapper--large {
    max-width: 100%;
    padding: 0;
}

footer.custom {
    position: relative;
    bottom: 0;
    padding: .5em; 
}
footer.custom ul {
    padding: 0;
    margin: 0;
}
footer.custom ul li {
    list-style-type: none;
    padding: 0 0 .5em 0; 
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: normal;
}
footer.custom h3 {
    font-weight: bold; }
footer.custom a {
    text-decoration: none; }
.flex-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-grid .col { 
    padding: 0 0 1em 3em;
    margin: 1em 0 0 0;
}

/* one item */
.flex-grid .col:first-child:nth-last-child(1) {
    width: 50em;
}
/* two items */
.flex-grid .col:first-child:nth-last-child(2),
.flex-grid .col:first-child:nth-last-child(2) ~ div {
    width: 26em;
}
/* three items */
.flex-grid .col:first-child:nth-last-child(3),
.flex-grid .col:first-child:nth-last-child(3) ~ div {
    width: 17.3em;
}
/* four items */
.flex-grid .col:first-child:nth-last-child(4),
.flex-grid .col:first-child:nth-last-child(4) ~ div {
    width: 15em;
}

@media (max-width: 60em) {
    /* two items */
    .flex-grid .col:first-child:nth-last-child(2),
    .flex-grid .col:first-child:nth-last-child(2) ~ div {
        /*padding-left: 1;*/
        width: 23em;
    }
    /* three items */
    .flex-grid .col:first-child:nth-last-child(3),
    .flex-grid .col:first-child:nth-last-child(3) ~ div {
        width: 15em;
    }
    /* four items */
    .flex-grid .col:first-child:nth-last-child(4),
    .flex-grid .col:first-child:nth-last-child(4) ~ div {
        width: 23em;
    }
}

@media (max-width: 42.125em) {
    .flex-grid {
        display: block;
    }
    .flex-grid .col {
        width: 100% !important;
        margin: 0 0 10px 0;
        padding-left: 1em;
    }
}



.sr-form__link-right {
    text-align: right;
}
.sr-form__link-right a {
    text-align: right;
}
.sr-filter--more-options-link {float: left;}
.sr-search .sr-filter--more-options {
    display: none;
}
.sr-search:target .sr-filter--more-options {
    display: block;
}
.sr-search:target .sr-filter--more-options-link{
    display: none;
}

.sr-filter--clear-form-link { float: right; display: none;}

.sr-button__input-icon {
    background: none;
    border: none;
    color: #595959;
}


/*Adding a CSS class for non-standard form submits. Such as the search glass icon*/
.formSubmitButton {
    cursor: pointer;
}
/*Fixing the stupid IE form input clear X*/
input::-ms-clear {
    display: none;
}


/*Fixing Selectize to use relative units*/
.selectize-dropdown-header-close {
    font-size: 1.429em !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
    font-size: 0.857em;
}
.selectize-control.plugin-remove_button .remove-single {
    font-size: 1.643em;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-size: 1em;
    line-height: 1.25em;
}
.selectize-input>input {
    line-height: 1.25em;
    padding: .2em!important;
    min-width: 10em;
}

/*Customizing Selectize to work with design*/
.selectize-input {
    border-radius: 2px;
    border: 0.07143em solid #e2e2e2;
    min-height: 3.21429em;
    outline: none;
    padding: .7em;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*
we are not using multi yet. once we do, we will need to make some changes for color contrast WCAG rule
.selectize-control.multi .selectize-input [data-value]{
    background-color: #414AB5;
    background-image: none;
}
*/
.selectize-control.multi .selectize-input.has-items {
    padding-bottom: .3em;
}

.selectize-control.single .selectize-input, .selectize-control.multi .selectize-input {
    border: 0.07143em solid #e2e2e2;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.selectize-dropdown.single, .selectize-dropdown.multi{
    border: 0.07143em solid #002F6D;
}
.selectize-control .selectize-input:hover, .selectize-control.single .selectize-input:focus-within, .selectize-control.multi .selectize-input:focus-within {
    border: 0.07143em solid #002F6D;
}
.selectize-control.single .selectize-input, .selectize-control.multi .selectize-input{
    background-color:#ffffff;
    background-image:none;
}

.selectize-control.multi .selectize-input.items .item {
    background-color: #f5fafd;
    border: 0.07143em solid #e2e2e2;
    border-radius: .2em;
    margin-right: .4em;
    padding: .1em .3em;
    margin-top: .4em;
}

.hiddenElement {
    display: none;
}

.sr-multiple-button-margin {
    margin-bottom: 5px;
}

.pointer {
    cursor: pointer;
}








#flashMessageContainer {
    visibility: hidden;
    min-width: 100%;
    text-align: center;
    padding: 30px;
    position: fixed;
    z-index: 99999999; 
    top: 0;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

#flashMessageContainer.show {
    visibility: visible;
}

@-webkit-keyframes fadeout {
    from {top: 0; opacity: 1;} 
    to {top: -30px; opacity: 0;}
}

@keyframes fadeout {
    from {top: 0; opacity: 1;}
    to {top: -30px; opacity: 0;}
}


#flashMessage_close {
    float: right;
    cursor: pointer;
}


#flashMessageContainer.Success {
    color: #fff;
    background-color: #1C871C;
}


#flashMessageContainer.Info {
    color: #fff;
    background-color: #31708f;
}

#flashMessageContainer.Error {
    color: #fff;
    background-color: #a94442;
}


.sr-app__admincontent {
    background-color:#ffffff;
}


.sr-admin-header {
    background-color: #ffffff; 
    padding: 1.2em;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */ 
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    white-space: normal;
}


#Jobs_PagedJobList_OpenSubmission {
    text-align: center;
    padding: 1em 0 1em 0;
}



#silkroad-cx-apply-modal-header {
    float: right;
    padding: 2px;
    cursor: pointer;
}

.hide-full-size {
    display: none;
}

.banner-image-trim {
    width: 100%;
}

.banner-image-middle {
    max-height: 100px;
    max-width: 500px;
}


@media (max-width:500px) {
    #silkroad-cx-apply-modal-header {
        padding-right: 15px;
        padding-top: 5px;
    }

    .sr-banner .sr-banner__background, .sr-banner .sr-banner__image-container, .sr-banner-sub, .sr-banner-full-width {
        display: none;
    }

    .hide-full-size {
        display: block;
    }

    .sr-banner-hasimage {
        padding-top: 4.8em;
    }

    .sr-banner-none {
        height: 4.8em;
    }

    .sr-banner .sr-banner__info {
        margin-top: -1em;
    }

}



    #Admin_JobBoardsEdit__PortalCode_Instructions {
        padding-top: .5em;
    }


    #Admin_JobBoardsCss__toggleHex_color {
        display: none;
    }


    /*** Styles added to fix the issue with zoom in on iphone ***/
    /* iPhone < 5: */
    @media screen and (device-aspect-ratio: 2/3) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"], input[type="tel"], input[type="search"], input[type="color"] {
            font-size: 1.143em;
        }

            select[multiple] {
                height: 2.25em !important;
            }
    }

    /* iPhone 5, 5C, 5S, iPod Touch 5g */
    @media screen and (device-aspect-ratio: 40/71) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"], input[type="tel"], input[type="search"], input[type="color"] {
            font-size: 1.143em;
        }

            select[multiple] {
                height: 2.25em !important;
            }
    }

    /* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
    @media screen and (device-aspect-ratio: 375/667) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"], input[type="tel"], input[type="search"], input[type="color"] {
            font-size: 1.143em;
        }

            select[multiple] {
                height: 2.25em !important;
            }
    }

    /* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
    @media screen and (device-aspect-ratio: 9/16) {
        select, textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"],
        input[type="date"], input[type="month"], input[type="time"],
        input[type="week"], input[type="number"], input[type="email"],
        input[type="url"], input[type="tel"], input[type="search"], input[type="color"] {
            font-size: 1.143em;
        }

            select[multiple] {
                height: 2.25em !important;
            }
    }

    /* don't allow Safari to round the corners on search inputs */
    input[type="search"] {
        -webkit-appearance: none;
    }


    .footerLinkIcon {
        float: right;
        width: 50px;
    }

    .adminFooterSectionSeparator {
        color: #ececec;
        font-size: 3em;
        text-align: center;
    }




    #CookiePolicyBarWrapper {
        position: fixed;
        bottom: 0;
        background-color: #464646;
        color: #ffffff;
        padding: 1em;
        width: 100%;
        z-index: 99999999;
    }

        #CookiePolicyBarWrapper a {
            color: #ffffff;
        }

            #CookiePolicyBarWrapper a:hover {
                color: #ffffff;
            }

            #CookiePolicyBarWrapper a:active {
                color: #ffffff;
            }

            #CookiePolicyBarWrapper a:visited {
                color: #ffffff;
            }


    #CookiePolicyBar {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        min-height: 5.35714em;
    }

    #CookiePolicyBarLeft {
        padding-right: 1em;
        line-height: 1.5em;
    }

    #CookiePolicyBarRight {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }

    #CookiePolicyBarButton {
        background: #0476CD;
        color: #ffffff;
        border: 0;
        padding: 6px 9px;
        border-radius: 3px;
        margin: 0 0 0 4em;
    }

    @media only screen and (max-width: 600px) {
        #CookiePolicyBar {
            align-items: center;
            display: block;
        }

        #CookiePolicyBarRight {
            display: block;
            text-align: right;
            padding-top: 1em;
        }
    }

    @media only screen and (max-width: 330px) {
        #CookiePolicyBarRight {
            display: block;
            text-align: center;
            padding-top: 1em;
        }
    }


    .sr-form__label-radio, .sr-form__label-checkbox {
        width: calc(100% - 2em);
    }

    .sr-form__input-radio, .sr-form__input-checkbox {
        float: left;
        margin-top: .2em
    }

    select[multiple] {
        height: 7.25em;
    }


    @media only screen and (max-width: 700px) {
        #MultiForm_Apply_ButtonContainer {
            display: -webkit-flex;
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
        }
    }

    fieldset {
        padding: 0 0 0 1em;
        border: none;
    }

        fieldset .sr-form__field {
            margin: .5em 0;
        }

    .sr-before-text {
        margin-bottom: 1.42857em;
    }

    legend {
        margin-left: -1em;
    }

    /* BEGIN: these are OpenHire specific class definitions for the multi-form apply. we may want to move these to an OH specific css file */
    /* We should be able to get rid of this in v2020.4 */
    .oh-pre-veteran-text, .oh-pre-veteran-text p, #VeteranStatus_0_label, #VeteranStatus_1_label, #VeteranStatus_2_label,
    .oh-pre-disability-text, .oh-pre-disability-text p, .oh-pre-disability-text strong, .oh-pre-disability-text li,
    #DisabilityStatus_0_label, #DisabilityStatus_1_label, #DisabilityStatus_2_label {
        font-family: Arial, sans-serif, Helvetica !important;
        font-size: 1em !important;
    }

    .oh-pre-disability-control-number {
        text-align: right;
        font-size: .857em !important;
        font-family: Arial, sans-serif, Helvetica !important;
    }

    .oh-pre-disability-text ul {
        padding-left: 2em;
        list-style: disc !important;
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }

        .oh-pre-disability-text ul li {
            list-style: disc !important;
        }

    @media (max-width:500px) {
        .oh-pre-disability-text ul {
            width: 100%;
            margin-top: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

            .oh-pre-disability-text ul:last-child {
                margin-bottom: 2em;
            }

        .oh-pre-disability-control-number {
            padding-top: 1em;
            padding-bottom: 1em;
        }
    }
    /* END: these are OpenHire specific class definitions for the multi-form apply */


    input[type=date]::-webkit-inner-spin-button,
    input[type=date]::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

    /* modify the JQuery DatePicker button for the calendar material icon */
    .ui-datepicker-trigger {
        background: none;
        border: none;
        width: 5em;
        text-align: right;
        float: right;
        position: relative;
        top: -3.2em;
        cursor: pointer;
        height: 3.21429em;
    }

        .ui-datepicker-trigger:hover, .ui-datepicker-trigger:active {
            border: none;
            outline: none;
        }

        .ui-datepicker-trigger img {
            margin-right: 1em
        }

    #MultiForm_Apply_ButtonContainer {
        clear: both;
    }

    div.ui-datepicker {
        font-size: 1.1em;
    }




    #Admin_JobBoardsEdit__LogoImage_Preview_Custom {
        max-width: 150px;
        max-height: 50px;
    }

    #Admin_JobBoardsEdit__BannerImage_Preview_Custom, #Admin_EmailSettings__BannerImage_Preview_Custom {
        max-width: 500px;
        max-height: 100px;
    }

    @media (max-width:550px) {
        #Admin_JobBoardsEdit__BannerImage_Preview_Custom, #Admin_EmailSettings__BannerImage_Preview_Custom {
            max-width: 400px;
            height: auto;
        }
    }

    @media (max-width:450px) {
        #Admin_JobBoardsEdit__BannerImage_Preview_Custom, #Admin_EmailSettings__BannerImage_Preview_Custom {
            max-width: 300px;
            height: auto;
        }
    }



    .flex_justify_space-between {
        display: flex;
        justify-content: space-between;
        border-bottom: .07143em solid #e2e2e2;
        padding-bottom: 1em;
    }

    .mdc-switch.mdc-switch--checked .mdc-switch__track, .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
        background-color: #002f6d;
        border-color: #002f6d;
    }

    .toggleLabel {
        padding-right: 1em;
    }

    .display_none {
        display: none;
    }

    .sr-footer--social {
        display: flex;
        justify-content: center;
        padding: 1em;
    }

        .sr-footer--social img {
            width: 100%;
            max-width: 35px;
            height: 35px;
        }

    .sr-footer--social-linkedin {
        max-width: 45px !important;
        max-height: 35px !important;
    }

    .sr-footer--social a {
        margin-right: 25px;
    }

        .sr-footer--social a:last-child {
            margin-right: 0;
        }

    @media only screen and (max-width: 370px) {
        .sr-footer--social img {
            max-width: 26px;
            max-height: 26px;
        }

        .sr-footer--social-linkedin {
            max-width: 31px !important;
            max-height: 26px !important;
        }
    }


    #Jobs_JobAlert_Create {
        text-align: center;
    }

    #modal {
        display: block;
    }



    /* BEGIN: these are OpenHire specific class definitions for the multi-form apply. we may want to move these to an OH specific css file */
    .ofccp-disability-2020 p, .ofccp-disability-2020 em, .ofccp-disability-2020 small, .ofccp-disability-2020 li, .ofccp-disability-2020 a {
        font-family: arial;
        font-size: 10pt;
    }

    .ofccp-disability-2020 h2, .ofccp-disability-2020 h3 {
        display: block;
        font-family: arial black;
        font-size: 10pt;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-block-start: 0px;
        margin-block-end: .75em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-weight: bold;
        line-height: 1;
    }

    .ofccp-disability-2020 h3 {
        margin-block-start: 2em;
    }


    .ofccp-disability-2020 div {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .ofccp-disability-2020 small {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 8pt;
        text-align: right;
    }

    .ofccp-disability-2020 em {
        font-style: italic;
    }

    .ofccp-disability-2020 ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 20px;
        line-height: 1.25;
    }

    .ofccp-disability-2020 a {
        color: -webkit-link;
        cursor: pointer;
        text-decoration: underline;
    }



    /* END: these are OpenHire specific class definitions for the multi-form apply */

    /* overriding the optin check box label special case*/

    label[id$='PrimaryPhoneOptIn_0_label'] {
        margin: -18px 0 0 1.5em !important;
    }
    /*End optin check box label*/
/*Intl-Tel-input(Phone number) textbox to display full width*/
.iti {
    width: 100%;
}
img:focus {
    outline: solid black;
}
.pre-submission-text-readonly {
    height: 200px;
    width: auto;
    overflow: auto;
}
.email-body-text-readonly {
    height: 200px;
    width: auto;
    overflow: auto;
}


#Layout_Footer_Spacer {
    height: 4em;
}

#sr-loading-container {
    position: fixed;
    z-index: 10000;
    background-color: #002f6db0;
    color: #fff;
    padding: 5px 10px;
    border-radius: .5em;
    right: 0;
    display: none;
}
.sr-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.42857em; }

.sr-wrapper--large {
    max-width: 50em;
    width: 100%; }

.sr-wrapper--xlarge {
    max-width: 88em;
    width: 100%; }

.sr-search__section {
    padding: 1.42857em 0; }

.sr-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0.07143em solid #e2e2e2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.78571em 1.42857em;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.sr-panel:not(:last-of-type) {
    border-bottom: none; }

.sr-panel--single:not(:last-of-type) {
    border-bottom: 0.07143em solid #e2e2e2; }

.sr-panel__title {
    padding: 0 5px;
    font-size: 1.14286em;
    word-wrap: break-word;
    max-width: 60%; }

.sr-panel__column1 {
    padding: 0 5px;
    font-size: 1.14286em;
    word-wrap: break-word;
    width: 60%;
    display: inline-block;
}

.sr-panel__column2 {
    padding: 0 5px;
    font-size: 1.14286em;
    word-wrap: break-word;
    width: 30%;
    text-align: right;
    display: inline-block;
}

.sr-panel__column3 {
    padding: 0 5px;
    font-size: 1.14286em;
    word-wrap: break-word;
    width: 5%;
    align-items: right;
    display: inline-block;
}

.sr-panel__meta {
    color: #757575; }

.sr-panel--block {
    display: block;
    margin: 0 0 1.42857em 0; }

.sr-panel--block:not(:last-of-type) {
    border-bottom: 0.07143em solid #e2e2e2; }

.sr-panel--edit {
    background: #efefef; }

.sr-panel--small {
    padding: 1.07143em 1.42857em; }

.sr-panel--square {
    margin: 0;
    display: block;
    height: 100%; }

a.sr-panel:hover {
    background-color: #e2e2e2; color: #516083 }

@media (max-width:500px) {
    .sr-search__section .sr-panel { display: block; }
    .sr-search__section .sr-panel__title, .sr-panel__location { max-width: 100%; }
    .sr-search__section .sr-panel__location { text-align: left; padding: .3em 0 0 0;}
    .sr-search__section .sr-panel__meta { padding-left: 5px; }
    .sr-panel {
        border: none;
        border-top: 0.07143em solid #e2e2e2;
        border-bottom: 0.07143em solid #e2e2e2;
        padding: 1.78571em 0;
    }
    .sr-panel__column1 {
        width: 100%;
    }
    .sr-panel__column2 {
        text-align: left;
        width: 80%;
    }
    .sr-panel__column3 {
        float:right;
        width: 15%;
    }
}

.feature-flags-panel > h3:first-child {
    padding-bottom: 0.5rem;
}

.feature-flags-panel > h3:not(:first-child) {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.feature-header{
    display:flex;
    padding-bottom:0.5rem;
}

.feature-header-col1{
    width: 60%;
}

.feature-header-col2 {
    width: 35%;
}

.feature-header-col3 {
    width: 5%;
}
.tree {
    font-family: Arial, sans-serif;
}

/* Style tree nodes */
.node {
    margin: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    /*background-color: #f9f9f9;*/
    position: relative;
}

    /* Style connectors (lines between nodes) */
    .node::before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        border-top: 1px solid #ccc;
        width: 1px;
        height: 10px;
    }

    /* Style root connector */
    .node:first-child::before {
        top: 0;
    }

    /* Style last child connector */
    .node:last-child::before {
        display: none;
    }

    /* Adjust the left margin based on nesting level */
    .node > .node {
        margin-left: 20px;
        margin-right: 20px;
    }

