/*
  Rock's Core CSS
  1. Imports - Used to import the various core less files
  2. HTML Overrides - Style overrides for basic HTML tags
  3. Utility Classes - Classes that we use often to keep from writing from repeating ourselves
  4. Bootstrap Overrides - When Bootstrap gets it wrong, we make it right
  5. ASP.Net Overrides - Yep they get it wrong too sometimes
*/
@import "../Assets/Icons/style.css";
:root {
  --focus-state-border: 1px solid #66afe9;
  --focus-state-border-color: #66afe9;
  --focus-state-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  --input-bg-disabled: #eeeeee;
  --input-border: #ccc;
  --input-border-radius: 4px;
  --input-height-base: 41px;
  --input-padding: 6px 12px;
  --input-placeholder: #999;
}
/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.crop-container {
  margin: 0 auto;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEVmZmZ/f39ERVlDAAAAEUlEQVQIW2P8z8iIFTH8x4oAgXMQCWJFLxgAAAAASUVORK5CYII=');
  overflow: hidden;
}
.jcrop-holder {
  direction: ltr;
  text-align: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #39f;
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #39f;
  width: 10px;
  height: 10px;
  font-size: 1px;
  opacity: 1 !important;
}
.jcrop-handle.ord-n,
.jcrop-handle.ord-s,
.jcrop-handle.ord-e,
.jcrop-handle.ord-w {
  display: none;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -5px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -5px;
}
.jcrop-dragbar.ord-e {
  margin-right: -5px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -5px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}
.chosen-select,
.chosen-select-deselect {
  width: 100%;
}
.chosen-container {
  position: relative;
  display: inline-block;
  width: 100% !important;
  font-size: 19px;
  text-align: left;
  vertical-align: middle;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1060;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}
.chosen-container.chosen-with-drop .chosen-drop {
  right: 0;
  left: 0;
}
.chosen-container .chosen-results {
  position: relative;
  max-height: 240px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #979797;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  padding: 5px 6px;
  margin: 0;
  line-height: 1.42857143;
  list-style: none;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  background: #feffde;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  color: #999;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.result-selected {
  color: #373737;
}
.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #0082ba;
}
.chosen-container .chosen-results li.highlighted em {
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #d3d3d3;
}
.chosen-container .chosen-results .no-results {
  display: list-item;
  padding: 8px;
  color: #eeeeee;
}
.chosen-container .chosen-results-scroll {
  position: absolute;
  z-index: 1;
  width: 321px;
  margin: 0 4px;
  text-align: center;
  background: #fff;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  width: 9px;
  height: 27px;
  text-indent: -5000px;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  height: 41px;
  padding: 0 0 0 12px;
  overflow: hidden;
  line-height: 41px;
  color: #595859;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
  width: 24px;
  height: 41px;
  text-align: center;
  cursor: pointer;
}
.chosen-container-single .chosen-single abbr::before {
  font-family: 'FontAwesome';
  font-size: 19px;
  font-weight: 900;
  color: #979797;
  content: "\f00d";
}
.chosen-container-single .chosen-single abbr:hover::before {
  color: #646464;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 32px;
  height: 41px;
  padding-left: 8px;
}
.chosen-container-single .chosen-single div::after {
  position: relative;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 19px;
  font-weight: 900;
  color: #979797;
  content: "\f078";
}
.chosen-container-single .chosen-default {
  color: #979797;
}
.chosen-container-single a:not([href]):not([tabindex]) {
  color: #999 !important;
}
.chosen-container-single a:not([href]):not([tabindex]).chosen-single:not(.chosen-default) {
  color: #595859 !important;
}
.chosen-container-single .chosen-search-input {
  display: none;
  border: none;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1000;
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}
.chosen-container-single .chosen-search::after {
  position: relative;
  left: -28px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 19px;
  font-weight: 900;
  color: #979797;
  content: "\f002";
}
.chosen-container-single .chosen-search input[type="text"] {
  width: 100%;
  padding: 4px 28px 4px 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.chosen-container-single-nosearch .chosen-search {
  display: none;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  height: auto !important;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: text;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"] {
  width: 100% !important;
  height: 39px;
  padding: 0 0 0 0.75rem;
  margin: 0;
  color: #999;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #d3d3d3;
}
.chosen-container-multi .chosen-choices .search-choice {
  position: relative;
  padding: 4px 24px 4px 4px;
  margin: 6px 0 0 8px;
  font-size: 17px;
  line-height: 1;
  color: #595859;
  cursor: default;
  background-color: #f3f3f3;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:after {
  position: absolute;
  top: 3px;
  right: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-family: 'FontAwesome';
  font-size: 19px;
  font-weight: 900;
  color: #979797;
  cursor: pointer;
  content: "\f00d";
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover::after {
  color: #646464;
}
.chosen-container-multi .chosen-choices .search-choice-focus {
  background: #eeeeee;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}
.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chosen-container-active.chosen-with-drop .chosen-single div::after {
  content: "\f077";
}
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chosen-container-active .chosen-choices .search-field input[type="text"] {
  color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-search-input {
  display: inline-block;
}
.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-container-optgroup-clickable li.group-result {
  text-transform: none !important;
}
.chosen-container-optgroup-clickable li.group-result:hover {
  color: #fff;
  cursor: pointer;
  background-color: #0082ba;
}
.chosen-container.is-valid .chosen-single,
.chosen-container:valid .chosen-single,
.chosen-container.is-valid .chosen-choices,
.chosen-container:valid .chosen-choices,
.chosen-container.is-valid .chosen-drop,
.chosen-container:valid .chosen-drop {
  border-color: #5cb85c;
}
.chosen-container.is-invalid .chosen-single,
.chosen-container:invalid .chosen-single,
.chosen-container.is-invalid .chosen-choices,
.chosen-container:invalid .chosen-choices,
.chosen-container.is-invalid .chosen-drop,
.chosen-container:invalid .chosen-drop {
  border-color: #d9534f;
}
input[type="text"].chosen-focus-input {
  position: absolute;
  top: -9000px;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group .chosen-container {
  position: relative;
  flex: 1 1 auto;
}
.input-group .chosen-container .chosen-default {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .chosen-container-active {
  z-index: 3;
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  src: url('../../../Assets/Fonts/FontAwesome/fa-solid-900.eot?v=free5.15.4');
  src: url('../../../Assets/Fonts/FontAwesome/fa-solid-900.eot?v=free5.15.4#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.woff2?v=free5.15.4') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.woff?v=free5.15.4') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.ttf?v=free5.15.4') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-solid-900.svg?v=free5.15.4#fontawesome') format('svg');
  font-display: block;
}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url('../../../Assets/Fonts/FontAwesome/fa-regular-400.eot?v=free5.15.4');
  src: url('../../../Assets/Fonts/FontAwesome/fa-regular-400.eot?v=free5.15.4#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.woff2?v=free5.15.4') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.woff?v=free5.15.4') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.ttf?v=free5.15.4') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-regular-400.svg?v=free5.15.4#fontawesome') format('svg');
  font-display: block;
}
@font-face {
  font-family: 'FontAwesome Brands';
  font-style: normal;
  font-weight: 400;
  src: url('../../../Assets/Fonts/FontAwesome/fa-brands-400.eot?v=free5.15.4');
  src: url('../../../Assets/Fonts/FontAwesome/fa-brands-400.eot?v=free5.15.4#iefix') format('embedded-opentype'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.woff2?v=free5.15.4') format('woff2'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.woff?v=free5.15.4') format('woff'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.ttf?v=free5.15.4') format('truetype'), url('../../../Assets/Fonts/FontAwesome/fa-brands-400.svg?v=free5.15.4#fontawesome') format('svg');
  font-display: block;
}
@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../../../Styles/summernote/font/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("../../../Styles/summernote/font/summernote.eot?#iefix") format("embedded-opentype"), url("../../../Styles/summernote/font/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("../../../Styles/summernote/font/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype");
}
[class^="note-icon-"]:before,
[class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}
.note-icon-align-center:before {
  content: "\f101";
}
.note-icon-align-indent:before {
  content: "\f102";
}
.note-icon-align-justify:before,
.note-icon-float-none::before,
.note-icon-rollback::before {
  content: "\f103";
}
.note-icon-align-left:before,
.note-icon-float-left::before {
  content: "\f104";
}
.note-icon-align-outdent:before {
  content: "\f105";
}
.note-icon-align-right:before,
.note-icon-float-right::before {
  content: "\f106";
}
.note-icon-align:before {
  content: "\f107";
}
.note-icon-arrows-alt:before {
  content: "\f108";
}
.note-icon-bold:before {
  content: "\f109";
}
.note-icon-caret:before {
  content: "\f10a";
}
.note-icon-chain-broken:before {
  content: "\f10b";
}
.note-icon-circle:before {
  content: "\f10c";
}
.note-icon-close:before {
  content: "\f10d";
}
.note-icon-code:before {
  content: "\f10e";
}
.note-icon-eraser:before {
  content: "\f10f";
}
.note-icon-font:before {
  content: "\f110";
}
.note-icon-frame:before {
  content: "\f111";
}
.note-icon-italic:before {
  content: "\f112";
}
.note-icon-link:before {
  content: "\f113";
}
.note-icon-magic:before {
  content: "\f114";
}
.note-icon-menu-check:before {
  content: "\f115";
}
.note-icon-minus:before {
  content: "\f116";
}
.note-icon-orderedlist:before {
  content: "\f117";
}
.note-icon-pencil:before {
  content: "\f118";
}
.note-icon-picture:before {
  content: "\f119";
}
.note-icon-question:before {
  content: "\f11a";
}
.note-icon-redo:before {
  content: "\f11b";
}
.note-icon-special-character:before {
  content: "\f11c";
}
.note-icon-square:before {
  content: "\f11d";
}
.note-icon-strikethrough:before {
  content: "\f11e";
}
.note-icon-subscript:before {
  content: "\f11f";
}
.note-icon-summernote:before {
  content: "\f120";
}
.note-icon-superscript:before {
  content: "\f121";
}
.note-icon-table:before {
  content: "\f122";
}
.note-icon-text-height:before {
  content: "\f123";
}
.note-icon-trash:before {
  content: "\f124";
}
.note-icon-underline:before {
  content: "\f125";
}
.note-icon-undo:before {
  content: "\f126";
}
.note-icon-unorderedlist:before {
  content: "\f127";
}
.note-icon-video:before {
  content: "\f128";
}
.note-editor {
  position: relative;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: 0.95;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-editing-area {
  position: relative;
}
.note-editor .note-editing-area .note-editable {
  outline: 0;
}
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}
.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}
.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}
.note-popover.popover {
  max-width: none;
}
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover.popover .arrow {
  left: 20px !important;
}
.note-toolbar {
  position: relative;
  z-index: 500;
}
.note-popover .popover-content,
.panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}
.note-popover .popover-content > .btn-group,
.panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .popover-content .btn-group .note-table,
.panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
  overflow: hidden;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute!important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative!important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute!important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover-content .note-style .dropdown-style blockquote,
.panel-heading.note-toolbar .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre,
.panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}
.note-popover .popover-content .note-style .dropdown-style h1,
.panel-heading.note-toolbar .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.panel-heading.note-toolbar .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.panel-heading.note-toolbar .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.panel-heading.note-toolbar .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.panel-heading.note-toolbar .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.panel-heading.note-toolbar .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style p,
.panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}
.note-popover .popover-content .note-color-all .dropdown-menu,
.panel-heading.note-toolbar .note-color-all .dropdown-menu {
  min-width: 340px;
}
.note-popover .popover-content .note-color .dropdown-toggle,
.panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}
.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .popover-content .note-para .dropdown-menu > div:first-child,
.panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .popover-content .dropdown-menu,
.panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}
.note-popover .popover-content .dropdown-menu.right,
.panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover-content .dropdown-menu.right::before,
.panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover-content .dropdown-menu.right::after,
.panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover-content .dropdown-menu.note-check li a i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover .popover-content .dropdown-menu.note-check li a.checked i,
.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}
.note-popover .popover-content .note-fontsize-10,
.panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover-content .note-color-palette,
.panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .popover-content .note-color-palette div .note-color-btn,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-popover .popover-content .note-color-palette div .note-color-btn:hover,
.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.note-dialog > div {
  display: none;
}
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}
@-moz-document url-prefix() {
  .note-image-input {
    height: auto;
  }
}
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block!important;
  padding: 3px;
}
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}
.note-editor.note-frame .note-status-output {
  height: auto;
  padding-top: 0;
  border: 0;
}
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}
.note-editor.note-frame .note-status-output .alert {
  margin: -7px 0 0 0;
  padding: 7px 10px 2px 10px;
  border-radius: 0;
  color: #000;
  background-color: #f5f5f5;
}
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}
/*
    Used to manage styles related to the CMS admin UI for on page editing

    1. Zone Configuration
    2. Module Configuration
    3. Admin Footer
    4. Responsive Rules
*/
.zone-instance.outline {
  position: relative;
  float: left;
  width: 100%;
  min-width: 50px;
  min-height: 30px;
  outline: 1px dashed #909090;
  outline-offset: -1px;
}
.zone-configuration {
  position: absolute;
  top: 1px;
  right: auto;
  left: 1px;
  z-index: 1000;
  display: none;
  width: 25px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
  background: #373737;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
}
.zone-configuration p {
  float: left;
}
.zone-configuration-bar {
  position: absolute;
  left: 24px;
  margin-right: -999em;
  margin-left: 6px;
  overflow: hidden;
  color: #eaeaea;
}
.zone-configuration-bar span {
  display: block;
  float: left;
  padding-right: 20px;
  margin-top: 4px;
  font-size: 10px;
  line-height: 15px;
}
.block-configuration {
  position: absolute;
  top: 2px;
  z-index: 1049;
  display: none;
  width: 26px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
  background: #373737;
  border: 1px solid #1e1e1e;
  border-radius: 4px;
}
.block-instance.outline {
  position: relative;
  display: block;
  min-height: 36px;
  clear: both;
}
.config-bar {
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.config-bar > a {
  padding: 0 !important;
  margin: 0 !important;
  text-decoration: none;
}
.config-bar a i.fa {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  margin-left: 5px;
  font-size: 18px;
  color: #eaeaea;
}
.zone-configuration-bar,
.block-configuration-bar {
  position: absolute;
  left: 24px;
  margin-right: -999em;
  margin-left: 6px;
  overflow: hidden;
  color: #eaeaea;
}
.zone-configuration-bar div,
.block-configuration-bar div {
  display: inline;
}
.zone-configuration-bar span,
.block-configuration-bar span {
  display: block;
  float: left;
  padding-right: 20px;
  margin-top: 4px;
  font-size: 10px;
  line-height: 15px;
}
.zone-configuration-bar .disabled,
.block-configuration-bar .disabled {
  cursor: default;
  opacity: 0.5;
}
.block-configuration-bar .btn {
  margin-right: 12px;
  color: #eaeaea;
  text-shadow: none;
}
#cms-admin-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1049;
  width: 100%;
  height: 36px;
  padding: 8px 12px 0;
  margin-right: 0;
  color: #eaeaea;
  background: #373737;
  border-color: #1e1e1e;
  border-style: solid;
  border-width: 1px 1px 0;
  transition: 0.5s;
}
#cms-admin-footer a.btn {
  font-size: 16px;
}
#cms-admin-footer > span {
  display: none;
  margin-top: 3px;
  margin-bottom: 4px;
  font-size: 12px;
  text-align: center;
}
#cms-admin-footer > span.label {
  margin-top: 1px;
}
#cms-admin-footer > span.cms-admin-footer-property {
  padding: 0 6px;
  background-color: #515151;
  border-radius: 2px;
}
#cms-admin-footer a {
  color: #eaeaea;
}
#cms-admin-footer a:hover {
  text-decoration: none;
}
#cms-admin-footer .button-bar {
  margin-top: -8px;
  margin-left: 12px;
  text-align: center;
}
#cms-admin-footer .button-bar a {
  background-color: transparent;
  background-image: none;
  border: 0;
}
#cms-admin-footer .btn {
  color: #eaeaea;
  text-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  #cms-admin-footer {
    opacity: 0;
  }
  #cms-admin-footer:hover {
    opacity: 1;
  }
  #cms-admin-footer > span {
    display: block;
    float: left;
    text-align: left;
  }
  #cms-admin-footer .button-bar {
    float: right;
  }
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Bootstrap 3 patch for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.modal.container {
  max-width: none;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.modal-open {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 979px) {
  .modal-open.page-overflow .page-container .navbar-fixed-top,
  .modal-open.page-overflow .page-container .navbar-fixed-bottom {
    overflow-y: visible;
  }
}
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.modal {
  outline: none;
  position: absolute;
  margin-top: 0;
  top: 50%;
  overflow: visible;
  /* allow content to popup out (i.e tooltips) */
}
.modal.fade {
  top: -100%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
  top: 50%;
}
.modal-body {
  max-height: none;
  overflow: visible;
}
.modal.modal-absolute {
  position: absolute;
  z-index: 950;
}
.modal .loading-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
}
.modal-backdrop.modal-absolute {
  position: absolute;
  z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: #fff;
}
.modal.container {
  width: 940px;
  margin-left: -470px;
}
/* Modal Overflow */
.modal-overflow.modal {
  top: 1%;
}
.modal-overflow.modal.fade {
  top: -100%;
}
.modal-overflow.modal.fade.in {
  top: 1%;
}
.modal-overflow .modal-body {
  /*overflow: auto;*/
  -webkit-overflow-scrolling: touch;
}
/* Responsive */
@media (min-width: 1200px) {
  .modal.container {
    width: 1170px;
    margin-left: -585px;
  }
}
@media (max-width: 979px) {
  .modal,
  .modal.container,
  .modal.modal-overflow {
    top: 1%;
    right: 1%;
    left: 1%;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .modal.fade.in,
  .modal.container.fade.in,
  .modal.modal-overflow.fade.in {
    top: 1%;
    bottom: auto;
  }
  .modal-body,
  .modal-overflow .modal-body {
    position: static;
    margin: 0;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  .modal-footer,
  .modal-overflow .modal-footer {
    position: static;
  }
}
.loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
.modal-content.rock-modal,
.rock-modal .modal-content {
  color: #4a4a4a;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}
.modal-content.rock-modal .modal-header,
.rock-modal .modal-content .modal-header {
  min-height: 34px;
  padding: 5px 15px;
  color: #eaeaea;
  background-color: #373737;
}
.modal-content.rock-modal .modal-header:before,
.rock-modal .modal-content .modal-header:before,
.modal-content.rock-modal .modal-header:after,
.rock-modal .modal-content .modal-header:after {
  display: table;
  content: " ";
}
.modal-content.rock-modal .modal-header:after,
.rock-modal .modal-content .modal-header:after {
  clear: both;
}
.modal-content.rock-modal .modal-header:before,
.rock-modal .modal-content .modal-header:before,
.modal-content.rock-modal .modal-header:after,
.rock-modal .modal-content .modal-header:after {
  display: table;
  content: " ";
}
.modal-content.rock-modal .modal-header:after,
.rock-modal .modal-content .modal-header:after {
  clear: both;
}
.modal-content.rock-modal .modal-header h3,
.rock-modal .modal-content .modal-header h3 {
  float: left;
  margin-right: 12px;
}
.modal-content.rock-modal .modal-header a,
.rock-modal .modal-content .modal-header a {
  color: #eaeaea;
  text-decoration: underline;
}
.modal-content.rock-modal .modal-header .close,
.rock-modal .modal-content .modal-header .close {
  padding: 6px;
  margin: 0;
  color: #eaeaea;
  text-decoration: none;
  text-shadow: none;
}
.modal-content.rock-modal .modal-header .label,
.rock-modal .modal-content .modal-header .label {
  margin-top: 8px;
}
.modal-content.rock-modal .modal-header small,
.rock-modal .modal-content .modal-header small {
  display: block;
  margin-top: 12px;
  color: #d0d0d0;
}
.modal-content.rock-modal .modal-body,
.rock-modal .modal-content .modal-body {
  color: #4a4a4a;
  text-align: left;
}
.modal-content.rock-modal .modal-body > .scroll-container,
.rock-modal .modal-content .modal-body > .scroll-container {
  width: 720px;
}
.modal-content.rock-modal .modal-body > .scroll-container > .viewport,
.rock-modal .modal-content .modal-body > .scroll-container > .viewport {
  width: 670px;
}
.modal-content.rock-modal .modal-body.iframe,
.rock-modal .modal-content .modal-body.iframe {
  overflow: hidden;
}
.modal-content.rock-modal .modal-footer,
.rock-modal .modal-content .modal-footer {
  padding: 8px;
  margin-top: 10px;
  color: #245682;
  background-color: #b9d4ec;
  border-radius: 0 0 4px 4px;
}
.rock-modal .modal-body {
  padding: 8px 12px 12px;
}
.rock-modal .modal-footer::after {
  clear: both;
}
.rock-modal .modal-footer .btn {
  float: right;
  margin-left: 5px;
}
.modal.modal-overflow {
  top: 30px;
  margin-bottom: 30px;
}
@supports (-webkit-overflow-scrolling: touch) {
  .modal.modal-overflow {
    top: 1%;
    height: calc(100% - 1px) !important;
  }
}
#modal-popup_iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.5;
}
.modal-dialog {
  width: auto;
  margin: 0;
}
.modal-content {
  border: none;
}
/*
    Used to manage styles related to Rock's forms

    1. Bootstrap Overrides / Additions
    2. Data Lists
    3. Input Sizing
    4. Control Specific Styles
    5. Validation
    6. Custom Controls
    7. Static Control
*/
.input-xs {
  height: 29px;
  padding: 1px 5px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-xs {
  height: 29px;
  padding: 1px 36px 1px 5px;
}
textarea.input-xs,
select[multiple].input-xs {
  height: auto;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  resize: vertical;
}
legend {
  font-weight: 300;
  color: #4a4a4a;
  border-width: 0;
}
a.aspNetDisabled {
  opacity: 0.5;
}
.form-group.rock-literal p.form-control-static,
.rock-control-wrapper p.form-control-static {
  padding-top: 0;
}
.form-group {
  font-size: 19px;
  line-height: 1.42857143;
}
.-mt-form-group {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.form-group .checkbox:last-child {
  margin-bottom: 30px;
}
.form-group > .form-group {
  margin-top: 12px;
}
.form-section {
  margin-bottom: 64px;
}
.form-inline .control-wrapper {
  display: inline-table;
  width: auto;
  vertical-align: middle;
}
.form-inline .date-range-picker .input-group {
  margin-bottom: 0;
}
.form-inline-all .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline-all .form-control-static {
  display: inline-block;
}
.form-group.captcha iframe {
  border: 0;
}
.form-group.captcha.has-error iframe {
  border: 1px solid #a94442;
  border-radius: 4px;
}
.form-horizontal .form-group .form-control-group,
.form-horizontal .form-group .form-control {
  float: left;
}
.form-horizontal[class*="label-"] .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group label {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: right;
  }
}
.form-horizontal[class*="label-"] .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal[class*="label-"] .form-group .control-wrapper {
    float: left;
    width: 83.33333333%;
  }
}
.form-horizontal.label-md .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-md .form-group label {
    float: left;
    width: 33.33333333%;
  }
}
.form-horizontal.label-md .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-md .form-group .control-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
.form-horizontal.label-lg .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-lg .form-group label {
    float: left;
    width: 50%;
  }
}
.form-horizontal.label-lg .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-lg .form-group .control-wrapper {
    float: left;
    width: 50%;
  }
}
.form-horizontal.label-xl .form-group label {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-xl .form-group label {
    float: left;
    width: 66.66666667%;
  }
}
.form-horizontal.label-xl .form-group .control-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .form-horizontal.label-xl .form-group .control-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
.form-horizontal.label-auto .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal.label-auto .form-group .control-label {
  width: auto;
  min-width: 180px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: right;
}
.form-horizontal.label-auto .form-group .control-wrapper {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.controls .checkbox:first-child,
.controls .radio:first-child {
  margin-top: 0;
}
.form-group.required > .control-label::after,
.required-indicator::after {
  margin-left: 4px;
  font-family: 'FontAwesome';
  font-size: 6px;
  font-weight: 900;
  color: #eca9a7;
  vertical-align: super;
  content: "\f111";
}
dl:not(.dl-horizontal) dt {
  margin-top: 16px;
  margin-bottom: 2px;
  font-weight: 700;
}
dl:not(.dl-horizontal) dt:first-child {
  margin-top: 0;
}
dl:not(.dl-horizontal) dd {
  margin-left: 0;
}
.form-control.input-width-xs,
.input-group.input-width-xs,
.form-control-group.input-width-xs input {
  width: 60px;
}
.form-control.input-width-sm,
.input-group.input-width-sm,
.form-control-group.input-width-sm input {
  width: 90px;
}
.form-control.input-width-md,
.input-group.input-width-md,
.form-control-group.input-width-md input {
  width: 150px;
}
.form-control.input-width-lg,
.input-group.input-width-lg,
.form-control-group.input-width-lg input {
  width: 210px;
}
.form-control.input-width-xl,
.input-group.input-width-xl,
.form-control-group.input-width-xl input {
  width: 270px;
}
.form-control.input-width-xxl,
.input-group.input-width-xxl,
.form-control-group.input-width-xxl input {
  width: 530px;
}
.form-control-group:before,
.form-control-group:after {
  display: table;
  content: " ";
}
.form-control-group:after {
  clear: both;
}
.form-control-group:before,
.form-control-group:after {
  display: table;
  content: " ";
}
.form-control-group:after {
  clear: both;
}
.form-control-group .form-control,
.form-control-group .input-group {
  float: left;
  margin-right: 6px;
}
.form-control-group > span {
  float: left;
  margin: 8px 6px 0 0;
}
.form-control-group > label {
  float: left;
  margin-top: 8px;
}
.form-group-auto .form-control-group {
  display: -ms-flexbox;
  display: flex;
}
.form-group-auto .form-control-group .form-control {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.panel-heading .input-group {
  margin-top: -6px;
  margin-bottom: -6px;
}
.form-control > option[disabled] {
  color: rgba(151, 151, 151, 0.5);
}
.input-group-edit .input-group-addon {
  background-color: #5cb85c;
}
.input-group-edit .input-group-addon a {
  color: #fff;
}
.input-group-addon > .btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 41px;
  margin: -7px -13px;
  border-radius: 4px;
}
.input-group-addon > .btn:focus {
  z-index: 3;
}
.input-group-addon:first-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:last-child > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.date-parts-picker {
  display: flex;
  flex-wrap: wrap;
}
.date-parts-picker .control-label {
  width: 100%;
}
.date-parts-picker .form-control {
  flex: 1 1 auto;
  min-width: 90px;
  max-width: 112px;
}
.date-parts-picker .form-control:last-of-type {
  margin-right: 0;
}
.month-year-picker .separator,
.month-day-picker .separator {
  float: left;
  margin: 4px 8px 0 -2px;
  font-size: 20px;
  color: #a3a3a3;
}
.rock-check-box .checkbox {
  margin-top: 0;
}
.form-control.ssn-part.ssn-area {
  width: 50px;
}
.form-control.ssn-part.ssn-group {
  width: 45px;
}
.form-control.ssn-part.ssn-serial {
  width: 60px;
}
.validation-error {
  float: left;
  font-weight: 300;
  color: #d9534f;
}
.btn-controlaligned {
  margin-top: 24px;
}
/* SK Add margin in ListItems */
.list-items-rows .controls-row {
  margin-bottom: 6px;
}
.form-group.static-control label {
  margin-bottom: 0;
}
.form-group.static-control .form-control-static {
  padding-top: 0;
}
/*
    Used to manage styles related to Rock's dashboard

    1. Basic Widgets

*/
.panel-dashboard {
  height: 220px;
  margin: 24px 0 0;
  border-color: #cde1f1;
}
.panel-dashboard > .panel-heading {
  color: #5697d0;
  background-color: #f5f9fc;
  border-color: #7eb0db;
}
.panel-dashboard > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cde1f1;
}
.panel-dashboard > .panel-heading .badge {
  color: #f5f9fc;
  background-color: #5697d0;
}
.panel-dashboard > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cde1f1;
}
.metriccard {
  position: relative;
  padding: 2px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #cde1f1;
  border-top: 4px solid #0082ba;
}
.metriccard.metriccard-info {
  border-top-color: #5bc0de;
}
.metriccard.metriccard-warning {
  border-top-color: #f0ad4e;
}
.metriccard.metriccard-danger {
  border-top-color: #d9534f;
}
.metriccard.metriccard-success {
  border-top-color: #5cb85c;
}
.metriccard h1 {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
}
.metriccard .value {
  display: block;
  font-size: 45px;
  line-height: 72px;
  text-align: center;
}
.metriccard .value.large {
  font-size: 65px;
}
.metriccard i {
  position: absolute;
  right: 4px;
  bottom: 0;
  font-size: 80px;
  opacity: 0.1;
}
/*
    Used to manage styles related to Rock's internal grid component

    1. Bootstrap Overrides
    2. Core Table
    3. Filter
    4. Column Header
    5. Footer
    6. Light Style - Used for small grids
    7. Reusable classes
    8. Column Types
    9. Row Types
    10. Responsive Columns
    11. Components
*/
/* If th has a required class, render the required field indicator after the column heading */
.table thead th.required::after {
  margin-left: 4px;
  font-family: 'FontAwesome';
  font-size: 6px;
  font-weight: 900;
  color: #eca9a7;
  vertical-align: super;
  content: "\f111";
}
.table > tbody > tr > td {
  color: #4a4a4a;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  color: #4a4a4a;
  background-color: #f7f7f7;
}
.table-striped > tbody > tr:nth-of-type(even) {
  color: #4a4a4a;
  background-color: #fff;
}
.table.table-hover > tbody > tr:hover > td {
  color: #4a4a4a;
  background-color: #d5e6ed;
}
td.grid-select-cell {
  cursor: pointer;
}
td.wrap-contents {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
}
.table {
  margin-bottom: 0;
}
.grid {
  margin-bottom: 15px;
}
.grid .grid-table {
  border: 1px solid #ddd;
}
.grid .grid-table.table-light {
  border: 0;
}
.grid.grid-panel th:first-child,
.grid.grid-panel td:first-child {
  border-left: 0;
}
.grid.grid-panel th:last-child,
.grid.grid-panel td:last-child {
  border-right: 0;
}
.grid.grid-panel .grid-table {
  border: 0 !important;
}
.grid-panel .table-responsive[data-pattern="priority-columns"],
.table-responsive.table-no-border {
  border: 0;
}
.table-responsive[data-pattern="priority-columns"] {
  position: static;
}
.table-wrapper .btn-toolbar {
  display: none;
}
.grid-filter {
  padding: 0;
  color: #5697d0;
  background-color: #f5f9fc;
  border-bottom: 1px solid #ddd;
  border-radius: 4px;
}
.grid-filter header {
  position: absolute;
  display: inline;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.grid-filter header h3 {
  display: inline;
  margin: 0 2px 0 6px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
.grid-filter header i {
  color: #a6c8e6;
}
.grid-filter header fieldset {
  margin-bottom: 0;
}
.grid-filter .btn-filter-toggle {
  position: absolute;
  z-index: 9;
  margin: 8px;
  color: #aaa;
  text-decoration: none;
  background: #f5f9fc;
}
.grid-filter .btn-filter-toggle.is-open {
  background: #f5f9fc;
}
.grid-filter h4 {
  padding-bottom: 8px;
  margin: 12px 0 20px;
  font-weight: 300;
}
.grid-filter .grid-filter-entry {
  padding: 15px;
  padding-top: 37px;
  border-bottom: 1px solid #cde1f1;
}
.grid-filter .grid-filter-entry h4 {
  display: none;
}
.grid-filter .picker .picker-label {
  color: #5697d0;
}
.grid-filter-entry legend + .control-group {
  margin-top: 0;
}
.grid-filter-overview h4 {
  margin: 0;
}
.grid-filter-overview fieldset {
  padding: 37px 16px 8px;
}
.table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a;
  background-color: transparent;
  border-color: #ddd;
}
.table > thead > tr > th > a:not(.btn) {
  display: inline;
  color: #4a4a4a;
}
.table > thead > tr > th > a:not(.btn)::after {
  display: inline;
  padding-left: 5px;
  margin-right: -14px;
  font-family: 'FontAwesome';
  font-weight: 900;
  color: rgba(74, 74, 74, 0.35);
  text-decoration: none;
  content: "\f0d7";
  opacity: 0;
}
.table > thead > tr > th:hover a:not(.btn)::after {
  opacity: 1;
}
.table > thead > tr > th.descending a:not(.btn)::after {
  color: #4a4a4a;
  opacity: 1;
}
.table > thead > tr > th.ascending a:not(.btn)::after {
  color: #4a4a4a;
  content: "\f0d8";
  opacity: 1;
}
.table.table-light > thead > tr > th {
  color: #4a4a4a;
  background-color: transparent;
  border-color: #b0b0b0;
}
.grid-paging {
  padding: 5px 0;
}
.grid-paging .grid-pager {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}
.grid-paging .grid-pager li > a {
  min-width: 23px;
  padding: 5px 12px;
  margin: 0 8px 0 0;
  color: #4a4a4a;
  text-align: center;
  background-color: #e1edf7;
  border-color: #92bce0;
}
.grid-paging .grid-pager li.disabled > a {
  cursor: default;
}
.grid-paging .grid-pager li.active > a {
  color: #4a4a4a;
  background-color: #ffffff;
  border-color: #92bce0;
}
.grid-paging .grid-pagesize {
  float: left;
  margin: 0 6px 0 0;
}
.grid-paging .pagination-text {
  float: left;
  font-size: 12px;
}
.grid-paging .grid-itemcount {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  font-size: 12px;
}
td.grid-col-actions {
  text-align: right;
}
.grid-actions {
  text-align: right;
  background-color: #f5f9fc;
}
.grid-actions .btn {
  margin-left: 8px;
}
.grid-actions .btn-grid-action {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.table-light thead th {
  font-weight: 700;
  color: #4a4a4a;
  background-color: inherit;
}
.table-light tfoot td {
  background-color: inherit;
}
.table-light tfoot td .grid-actions a {
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
}
.table-light .grid-columncommand {
  width: 42px;
  min-width: 42px;
}
.well .table-light > tfoot > tr > td {
  background-color: #f5f5f5;
}
.table-padded td,
.table-padded th {
  padding: 12px !important;
}
.table-empty {
  opacity: 0.6;
}
.grid-select-field .checkbox,
.grid-select-field .radio {
  padding-left: 0 !important;
  margin: 0 !important;
}
.grid-select-field .checkbox label,
.grid-select-field .radio label {
  position: relative;
  display: block;
  width: 20px;
  padding: 0;
  margin: 0 auto;
}
.grid-select-field .checkbox input,
.grid-select-field .radio input {
  float: none;
  height: 100%;
  margin: 0;
  vertical-align: middle;
}
.table > thead > tr > th.grid-select-field,
.table > tbody > tr > td.grid-select-field {
  padding: 0 12px;
  vertical-align: middle;
}
.grid-table > thead > tr > th,
.grid-table > tbody > tr > td {
  padding: 12px;
}
.grid-table > thead > tr > th.grid-columncommand,
.grid-table > tbody > tr > td.grid-columncommand {
  min-width: 48px;
}
.grid-table > thead > tr > th.grid-columnreorder,
.grid-table > tbody > tr > td.grid-columnreorder {
  width: 48px;
  min-width: 48px;
  padding-top: 12px;
}
.grid-table > thead > tr > th.grid-columnreorder a,
.grid-table > tbody > tr > td.grid-columnreorder a {
  color: #7d7d7d;
}
.grid-table > tbody > tr > td.grid-columncommand {
  padding: 6px;
}
.table .color-field {
  width: 4px;
  padding: 0;
}
.table .color-field + th {
  border-left-width: 0;
}
.table .grid-icon img {
  width: 100%;
  max-width: 120px;
}
.grid-select-cell .photo-icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: top;
}
.grid-select-cell .grid-img {
  width: 200px;
}
.table > tbody > tr.grid-section-header > td {
  color: #245682;
  background-color: #b9d4ec;
}
.table > tbody > tr.grid-section-header:hover > td {
  background-color: #b9d4ec !important;
}
tr.row-highlight td {
  color: #4a4a4a !important;
  background-color: #d5e6ed !important;
}
.table > thead > tr.grid-header-bold th {
  color: #eaeaea;
  vertical-align: top !important;
  background-color: #373737;
  border-color: #444444;
}
.table > tbody > tr.grid-row-bold td {
  color: #eaeaea;
  vertical-align: top !important;
  background-color: #373737;
  border-color: #444444;
}
.table > tbody > tr.grid-row-bold:hover td {
  color: #eaeaea !important;
  background-color: #515151;
}
.table > tbody > tr.is-inactive > td {
  color: #979797;
}
.table > tbody > tr.is-inactive-person > td {
  color: #979797;
}
.table > tbody > tr.is-deceased > td {
  color: #d9534f;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive th[data-priority],
.table-responsive td[data-priority] {
  display: none;
}
.table-responsive th[data-priority="1"],
.table-responsive td[data-priority="1"] {
  display: table-cell;
}
@media screen and (min-width: 480px) {
  .table-responsive th[data-priority="2"],
  .table-responsive td[data-priority="2"] {
    display: table-cell;
  }
}
@media screen and (min-width: 640px) {
  .table-responsive th[data-priority="3"],
  .table-responsive td[data-priority="3"] {
    display: table-cell;
  }
}
@media screen and (min-width: 800px) {
  .table-responsive th[data-priority="4"],
  .table-responsive td[data-priority="4"] {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .table-responsive th[data-priority="5"],
  .table-responsive td[data-priority="5"] {
    display: table-cell;
  }
}
@media screen and (min-width: 1120px) {
  .table-responsive th[data-priority="6"],
  .table-responsive td[data-priority="6"] {
    display: table-cell;
  }
}
.alert.alert-grid {
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  margin-left: -15px;
  border-radius: 0;
}
/*
    Used to manage styles for specific blocks.

    1. HTML Content - block to edit HTML on a page
    2. My Account - Used on external sites for setting person details
    3. Lava Debug - Used to style the lava debug panel
    4. Social Tools - Used for showing social media links
*/
.htmlcontent-edit-header {
  padding: 7.5px 15px 0 15px;
}
.htmlcontent-edit-header .html-content-approve {
  float: right;
  margin-top: 4px;
}
.codeeditor-header {
  /* position: absolute;
    top: -4px;
    right: 0; */
}
.codeeditor-header .picker-mergefield {
  float: right;
}
.codeeditor-header .picker .picker-label {
  padding: 2px 6px;
}
.ace_editor.is-fullscreen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2500;
  width: auto;
  height: auto;
  margin: 0;
  border: 0;
}
.slug-row {
  display: block;
  margin-bottom: 3px;
  border-bottom: 1px solid #ccc;
}
.slug-row > .rollover-item {
  margin-top: 7px;
}
.slug-full-url {
  display: block;
  float: left;
  padding: 6px 0;
}
.slug-base-url {
  opacity: 0.6;
}
.slug-literal {
  font-weight: 700;
}
.my-account {
  margin-bottom: 15px;
}
.my-account .photo img {
  width: 100%;
}
.lava-debug {
  margin-top: 24px;
  clear: both;
}
.lava-debug code {
  color: #31708f;
  background-color: #c4e3f3;
}
.lava-debug p {
  margin-bottom: 10px;
  font-weight: 400 !important;
}
.lava-debug p.attributes {
  margin-bottom: 0;
}
.lava-debug .lava-debug-key {
  font-weight: 600;
}
.lava-debug .panel.panel-lavadebug {
  border: 0;
}
.lava-debug .panel.panel-lavadebug .panel-heading {
  color: #31708f;
  cursor: pointer;
  background-color: #cce7f4;
  border: 0;
}
.lava-debug .panel.panel-lavadebug .panel-heading.collapsed i::before {
  content: "\f078";
}
.lava-debug .panel.panel-lavadebug .panel-body {
  background-color: #e6f3fa;
}
.socialsharing {
  padding: 0;
  margin-top: 12px;
}
.socialsharing li {
  display: inline-block;
}
.socialsharing li .socialicon {
  padding: 8px 6px;
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #fff;
  border-radius: 20px;
}
.socialsharing li .socialicon:hover {
  text-decoration: none;
}
.socialsharing li .socialicon-facebook {
  background-color: #4c66a4;
}
.socialsharing li .socialicon-twitter {
  background-color: #2c77ba;
}
.socialsharing li .socialicon-email {
  background-color: #209904;
}
.socialsharing li .socialicon-calendar {
  background-color: #f00;
}
/*
  Used to manage styles for specific blocks.

  1. Connection Request Board

*/
.connection-request-board .modal-content.rock-modal .modal-header {
  color: #4a4a4a;
  background: #b9d4ec;
}
.connection-request-board .modal-content.rock-modal .modal-body {
  padding: 12px 24px;
}
.connection-request-board .modal-content.rock-modal .modal-header .close {
  color: #d3d3d3;
}
.connection-request-board .modal-content.rock-modal .modal-header small {
  margin-top: 7px;
  font-size: 100%;
}
/*
    Used to manage styles for specific blocks.

    1. User Registration - Styling for the user registration blocks
    2. Security Popup - Styling for the security pop-up window)

*/
.not-me {
  margin-left: 21px;
}
.security-inherited {
  margin-top: 12px;
}
/*
    Used to manage styles for specific blocks.

    1. Data Views - block for creating data views
    2. Dynamic Report - block for making reports dynamically updated
    3. Interactions
*/
/* data views */
.filter-toggle {
  margin-top: 5px;
}
.filter-toggle > span {
  float: left;
}
.filter-toggle .btn-toggle {
  margin: 0 6px;
}
.filter-item-select span {
  float: left;
  padding: 8px 6px 0 0;
}
.filter-item-select select {
  float: left;
  width: 250px;
}
.field-criteria .in-columns,
.field-criteria .checkbox-inline {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .field-criteria > div {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .field-criteria .vertical-align-bottom {
    vertical-align: bottom;
  }
}
.filter-item div[class*="col"] {
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .filter-item div[class*="col"] {
    margin-bottom: 0;
  }
}
/* text between input elements in dataview filters - DT */
span.data-view-filter-label {
  display: inline-block;
  min-height: 44px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0 12px 0 0;
}
.filterfield {
  margin-bottom: 12px;
}
.filterfield .field-criteria > div {
  display: block;
  float: left;
}
.filterfield-label {
  display: block;
  margin-top: 8px;
  font-weight: 600;
}
.list-panel > .grid-filter {
  padding: 6px 12px;
  margin: -15px -15px 15px;
}
.list-panel > .grid-filter > header {
  position: relative;
}
.list-panel > .grid-filter .grid-filter-entry {
  padding-top: inherit;
}
.list-panel > .grid-filter .btn-link {
  position: relative;
  margin: 0;
}
.filtervisibilityrules-type {
  margin-bottom: 15px;
}
.filter-rule-comparefield > .form-control,
.filter-rule-fieldfilter > .field-criteria > div > .form-control {
  min-width: 100%;
  margin-bottom: 15px;
}
.filter-rule-fieldfilter .field-criteria > div {
  display: block;
  float: left;
}
/*
  Used to manage styles for specific blocks.

  1. Notes - block to display, add, edit, delete notes
  2. Schedule Builder - block for building schedules
  3. Workflow - styles for workflow blocks

*/
.rock-fullscreen-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-flex;
  /* make element size relative to content */
  align-items: center;
  /* vertical alignment of items */
  justify-content: center;
  width: 50px;
  padding: 0 10px;
  /* horizontal with padding-l/r */
  line-height: 40px;
  /* vertically size by height, line-height or padding */
  color: #4a4a4a;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #cde1f1;
  opacity: 0.5;
  transition: 0.2s;
}
.rock-fullscreen-toggle:hover {
  font-size: 110%;
  color: #4a4a4a;
  opacity: 0.75;
}
.rock-fullscreen-toggle::before {
  font-family: 'FontAwesome';
  font-weight: 900;
  text-align: center;
  content: "\f065";
}
.is-fullscreen .rock-fullscreen-toggle {
  color: #4a4a4a;
}
.is-fullscreen .rock-fullscreen-toggle::before {
  content: "\f066";
}
.panel-section {
  border-width: 0;
  box-shadow: none !important;
}
.panel-section > .panel-heading {
  background: #f5f5f5;
}
.panel-section > .panel-heading::after {
  position: absolute;
  right: 25px;
  left: 25px;
  margin-top: 12px;
  content: "";
  border-bottom: 1px solid #ccc;
}
.panel-section > .panel-body {
  background: #f5f5f5;
}
.styled-scroll ::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
.styled-scroll ::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.styled-scroll ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.panel-note {
  border-top-color: #b9d4ec;
  border-color: #cde1f1;
}
.panel-note > .panel-heading {
  color: #5697d0;
  background-color: #f5f9fc;
  border-color: #7eb0db;
}
.panel-note > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cde1f1;
}
.panel-note > .panel-heading .badge {
  color: #f5f9fc;
  background-color: #5697d0;
}
.panel-note > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cde1f1;
}
.panel-note .panel-body {
  padding: 0;
  background-color: #fff;
}
.panel-note .panel-heading h3 {
  float: left;
}
.panel-note .panel-heading .btn {
  float: right;
  margin: 0;
}
.tag-flair {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  line-height: 1;
  text-transform: capitalize;
  vertical-align: top;
}
.tag-flair .tag-color {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px 5px 0 1px;
  background-color: #999;
  border-radius: 50%;
}
.tag-flair .tag-label {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  color: #d3d3d3;
  white-space: nowrap;
}
.tag-flair .tag-color + .tag-label {
  margin-left: 14px;
}
.load-more-container {
  margin: 16px;
  text-align: center;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  color: #d3d3d3;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
.avatar img {
  max-width: 100%;
  height: auto;
}
.avatar-xl {
  width: 64px;
  height: 64px;
}
.avatar-lg {
  width: 48px;
  height: 48px;
  font-size: 32px;
}
.avatar-lg.avatar-icon {
  padding-top: 5px;
}
.avatar-lg.avatar-icon::after {
  display: none;
}
.avatar-sm {
  width: 24px;
  height: 24px;
  font-size: 20px;
}
.avatar-xs {
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.avatar::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.0975);
  border-radius: 50%;
}
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.meta p {
  margin-bottom: 0;
  line-height: 1.3;
}
.meta .timestamp {
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  color: #d3d3d3;
  vertical-align: top;
}
.meta .meta-figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}
.meta .meta-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.meta .meta-body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 0;
  -webkit-box-pack: justify;
  -webkit-box-flex: 1;
}
.meta .meta-body .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
.meta .meta-body .btn-overflow {
  height: 19px;
  padding: 0;
  line-height: 19px;
  color: #d3d3d3;
}
.meta .meta-body .btn-overflow:hover,
.meta .meta-body .btn-overflow:focus {
  color: #979797;
}
.note-view-list {
  margin: 0;
}
.note-view-list > .note:last-child {
  padding-bottom: 0;
}
.note-view-list > .note:last-child .note-comments {
  border-bottom: 0;
}
.note {
  border-top: 1px solid #cde1f1;
}
.note .flag {
  padding: 6px 8px;
  margin: -12px -12px 8px;
  color: #d9534f;
  background: #f2dede;
  border-left: 5px solid #d9534f;
}
@media (min-width: 768px) {
  .note .flag {
    padding: 6px 23px;
    margin: -12px -16px 12px;
  }
}
.note .flag.warning {
  color: #8a6d3b;
  background: #fcf8e3;
  border-left-color: #f0ad4e;
}
.note article {
  padding: 12px 12px 2px;
}
@media (min-width: 768px) {
  .note article {
    padding: 12px 16px 20px;
  }
}
.note article.is-alert {
  box-shadow: inset 5px 0 0 0 #d9534f;
}
.note article.is-personal {
  box-shadow: inset 5px 0 0 0 #5bc0de;
}
.note .note-comments {
  background: #f0f3f6;
  border-top: 1px solid #cde1f1;
}
.note .meta {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .note .meta {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .note .note-content {
    margin: 0 0 24px 60px;
  }
}
.note .note-content p {
  margin: 0;
}
.note .note-content .note-attributes {
  padding: 8px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid rgba(205, 225, 241, 0.6);
}
.note .note-content .note-attribute {
  margin: 15px 0 0;
  font-size: 17px;
}
.note .note-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 0 60px;
  font-size: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.note .note-footer-actions-list {
  -ms-flex-order: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  order: 0;
  text-align: center;
  -webkit-box-pack: justify;
  -webkit-box-ordinal-group: 1;
}
.note .note-footer-meta-list {
  margin-bottom: 0;
  margin-left: auto;
}
.note .note-footer-meta-list > li > .btn {
  padding: 0;
  margin-left: 32px;
  font-size: 12px;
  color: #d3d3d3;
}
.note .note-footer-meta-list > li > .btn i {
  margin-right: 4px;
}
.note .note-footer-meta-list > li > .btn:hover {
  color: #0082ba;
}
.note-nested > .note-list-nested {
  margin-left: 16px;
}
@media (min-width: 768px) {
  .note-nested > .note-list-nested {
    margin-left: 44px;
  }
}
.note-list-nested {
  margin-left: 0;
}
@media (min-width: 768px) {
  .note-list-nested {
    margin-left: 60px;
  }
}
.note-list-nested > .note:first-child {
  border-top: 0;
}
.note-list-nested .note-content,
.note-list-nested .note-footer {
  margin-left: 44px;
}
.note-editor .meta-body {
  border: 1px solid #ccc;
}
.note-editor .settings {
  padding: 3px 12px 6px;
  background: #fff;
}
.note-editor .settings .createDate {
  float: left;
}
.note-editor .settings .createDate .date-time-picker .input-group,
.note-editor .settings .createDate .date-time-picker {
  margin-bottom: 0;
}
.note-editor .settings .createDate .date-time-picker .control-label {
  display: none;
}
.note-editor .settings .createDate .date-time-picker .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
}
.note-editor .settings .createDate .date-time-picker .date {
  width: 130px;
}
.note-editor .settings .createDate .date-time-picker .bootstrap-timepicker {
  width: 120px;
}
.note-editor .settings .createDate .date-time-picker .input-group-addon {
  padding: 0 12px;
}
.note-editor .settings .noteentry-notetype {
  float: left;
  width: auto;
  max-width: 200px;
  height: 30px;
  font-size: 12px;
}
.note-editor .settings .checkbox {
  float: left;
  margin: 3px 5px 0 10px !important;
  font-size: 12px;
  line-height: 24px;
}
.note-editor .settings .hidden + .checkbox {
  margin-left: 0 !important;
}
.note-editor .settings .commands {
  float: right;
}
.note-editor .settings .commands > .btn {
  margin-left: 8px;
}
.note-editor-standard .meta-body:focus,
.note-editor-standard .meta-body:focus-within,
.note-editor-standard .meta-body.focus-within {
  border: var(--focus-state-border);
  box-shadow: var(--focus-state-shadow);
}
.note-editor-standard .noteentry-control .form-control {
  border: 0;
}
.note-editor-standard .noteentry-control .form-control:focus {
  box-shadow: none;
}
.note-editor-attributes .noteentry-control {
  padding: 18px 24px 0;
}
.note-editor-attributes .settings {
  padding: 6px 24px;
}
.note-editor.note-frame {
  margin: 0;
}
.notes .note-editor {
  margin: 8px 16px;
}
.noteentry-control textarea {
  overflow: auto;
  resize: vertical;
}
.recurrence-pattern-type {
  padding-left: 30px;
  margin-top: 12px;
}
.recurrence-pattern-specific-date:before,
.recurrence-pattern-specific-date:after {
  display: table;
  content: " ";
}
.recurrence-pattern-specific-date:after {
  clear: both;
}
.recurrence-pattern-specific-date:before,
.recurrence-pattern-specific-date:after {
  display: table;
  content: " ";
}
.recurrence-pattern-specific-date:after {
  clear: both;
}
.recurrence-pattern-specific-date .input-group {
  float: left;
}
.recurrence-pattern-specific-date .actions {
  float: left;
  margin-top: 4px;
  margin-left: 12px;
}
.recurrence-pattern-daily .form-control-group {
  min-height: 30px;
}
.recurrence-pattern-weekly .week-days {
  margin-top: 15px;
}
.recurrence-pattern-weekly .week-days:before,
.recurrence-pattern-weekly .week-days:after {
  display: table;
  content: " ";
}
.recurrence-pattern-weekly .week-days:after {
  clear: both;
}
.recurrence-pattern-weekly .week-days:before,
.recurrence-pattern-weekly .week-days:after {
  display: table;
  content: " ";
}
.recurrence-pattern-weekly .week-days:after {
  clear: both;
}
.recurrence-pattern-weekly .week-days .checkbox {
  float: left;
  margin: 0 15px;
}
.recurrence-pattern-monthly .form-control-group {
  display: block;
  min-height: 40px;
}
.continue-until .form-control-group {
  min-height: 40px;
}
.exclusions .add-exclusion .form-control-group {
  float: left;
}
.exclusions .add-exclusion .actions {
  float: left;
  margin-top: 5px;
}
.workflow-section-activities {
  margin-top: 64px;
}
.workflow-activities-readonly-header {
  top: auto;
  left: auto;
  padding: 8px 0 8px 8px;
  color: #4a4a4a;
}
.workflow-activities-readonly-header:hover,
.workflow-activities-readonly-header:active,
.workflow-activities-readonly-header:focus {
  color: inherit;
  text-decoration: none;
}
.panel.workflow-activity.activated-with-workflow {
  border-color: #3c763d;
}
.panel.workflow-activity.activated-with-workflow > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
}
.panel.workflow-activity.activated-with-workflow > .panel-heading a.btn-link {
  color: #3c763d;
}
.panel.workflow-activity.activated-with-workflow > .panel-heading .label-default {
  background-color: #5cb85c;
}
.panel.workflow-activity .panel-title::before {
  margin-right: 4px;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f1b3";
}
.workflow-action .workflow-action-name::before {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f1b2";
}
.workflow-action .criteria-exists {
  color: #fff;
  background-color: #f0ad4e;
  border: 1px solid #eea236;
}
.workflow-action .conditional-run-criteria {
  padding: 15px 0 10px;
  margin: -15px -16px 15px;
  border-style: solid;
  border-width: 1px;
}
.workflow-action .form-action-rows .form-row {
  margin-bottom: 15px;
}
.panel-group .panel-workflowitem {
  margin-bottom: 30px;
  border-color: #cde1f1;
}
.panel-group .panel-workflowitem > .panel-heading {
  color: #5697d0;
  background-color: #f5f9fc;
  border-color: #7eb0db;
}
.panel-group .panel-workflowitem > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cde1f1;
}
.panel-group .panel-workflowitem > .panel-heading .badge {
  color: #f5f9fc;
  background-color: #5697d0;
}
.panel-group .panel-workflowitem > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cde1f1;
}
.panel-group .panel-workflowitem:hover {
  background-color: #fff;
}
.panel-group .panel-workflowitem .panel-heading {
  padding: 30px;
}
.panel-group .panel-workflowitem .panel-heading a {
  display: block;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title {
  width: 100%;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title h3 {
  margin: 0;
}
.panel-group .panel-workflowitem .panel-heading a .panel-title h3 i {
  margin-right: 12px;
  font-size: 35px;
}
.panel-group .panel-workflowitem .panel-heading a i.panel-navigation {
  margin-top: 8px;
}
.panel-group .panel-workflowitem .panel-heading a i.panel-navigation::before {
  margin-top: 6px;
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 900;
  content: "\f077";
}
.panel-group .panel-workflowitem .panel-heading a.collapsed i.panel-navigation::before {
  content: "\f078";
}
.checkin-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.checkin-buttons .btn-checkbox {
  width: calc(50% - 16px);
  margin: 0 8px 16px;
}
@media (min-width: 768px) {
  .checkin-buttons .btn-checkbox {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 992px) {
  .checkin-buttons .btn-checkbox {
    width: calc(25% - 16px);
  }
}
.btn-checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 10em;
  padding-top: 24px;
  padding-bottom: 24px;
  white-space: normal;
}
.btn-checkbox i {
  margin-bottom: 0.25em;
  font-size: 2em;
}
.btn-checkbox .name {
  display: -webkit-box;
  max-height: 2.6666666em;
  overflow: hidden;
  line-height: 1.3333333;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.btn-checkbox .small {
  font-size: 80%;
  line-height: 1;
}
.btn-checkbox.active {
  color: #fff !important;
  background: #0082ba !important;
  border-color: #0082ba !important;
}
.mobile-auth-row {
  max-width: 400px;
  margin-right: -4px;
  margin-left: -4px;
  font-size: 36px;
  text-align: center;
}
.mobile-auth-row .input-lg {
  min-height: 54px;
  font-size: 36px;
  border-radius: 0;
}
.mobile-auth-row > .col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.mobile-auth-row > .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
/*
    Used to manage styles for specific blocks.

    1. Group Viewer - styles for the group viewer block.

*/
.group-location-map {
  margin-bottom: 24px;
}
.group-location-map .address {
  margin-top: 8px;
}
.group-location-map img {
  width: 100%;
}
.description {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .resource-list {
    top: 16px;
    max-height: calc(100vh - 112px);
  }
}
/*
    Used to manage styles for specific blocks.

    1. Contributions - block add a contribution transaction
    2. Scheduled Transactions - Styles for the scheduled transaction blocks
    3. Transaction Matching

*/
.contribution-payment .tab-content {
  margin-top: 15px;
}
.card-visa,
.card-mastercard,
.card-amex,
.card-discover,
.card-diners,
.card-jcb {
  display: inline-block;
  width: 50px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  background: url("../../../Assets/Images/sprite-cards.png") 0 0 no-repeat;
}
.card-mastercard {
  background-position: -55px 0;
}
.card-amex {
  background-position: -110px 0;
}
.card-discover {
  background-position: -165px 0;
}
.card-diners {
  background-position: -220px 0;
}
.card-jcb {
  background-position: -660px 0;
}
.is-visa li,
.is-mastercard li,
.is-amex li,
.is-discover li,
.is-diners li,
.is-jcb li,
.is-nothing li {
  opacity: 0.2;
}
.is-visa li.card-visa,
.is-mastercard li.card-mastercard,
.is-amex li.card-amex,
.is-discover li.card-discover,
.is-diners li.card-diners,
.is-jcb li.card-jcb {
  opacity: 1;
}
.inactive-giving {
  position: relative;
  opacity: 0.85;
}
.inactive-giving::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -10;
  content: " ";
  background: #f5f7fa;
  border-radius: 4px;
}
.scheduledtransaction-item {
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
}
.scheduledtransaction-item:last-child {
  border-bottom: 0;
}
.scheduledtransaction-item .actions {
  margin: 6px 0;
}
.transaction-image {
  width: 100%;
  margin-bottom: 12px;
  border: 2px solid #92bce0;
}
.transaction-image .fluidbox-ghost {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.transaction-image-thumbnail {
  max-width: 200px;
  max-height: 100px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid #92bce0;
}
.transaction-matching .progress {
  flex: 0 0 30%;
  float: left;
  width: 30%;
  margin-bottom: 0;
}
.transaction-matching .transaction-matching-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.transaction-matching .transaction-matching-details .header {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.transaction-matching .transaction-matching-details .body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.transaction-matching .transaction-matching-details .picker .picker-menu {
  margin-top: -149px;
}
.transaction-matching.is-fullscreen .transaction-matching-details {
  max-height: calc(100vh - 145px);
  overflow-y: auto;
}
.transaction-matching.is-fullscreen .actions {
  margin-top: 15px;
}
.give-box {
  position: relative;
  height: 100px;
  font-size: 100px;
}
.give-box input {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100px;
  padding: 0;
  font-size: 100px;
  line-height: 1;
  text-align: center;
  background: 0;
  border: 0;
}
.give-box input:focus {
  outline: none;
}
.give-box .decorator {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-pack: center;
}
.give-box .wrapper {
  position: relative;
  z-index: 0;
  line-height: 1;
  border-bottom: 1px solid #fff;
}
.give-box .currency-symbol {
  position: absolute;
  left: -24px;
  display: inline-block;
  width: 24px;
  font-size: 32px;
  text-align: center;
  vertical-align: super;
}
.give-box .shadow-amount {
  color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.transaction-entry-v2 {
  max-width: 600px;
  margin: 0 auto;
}
.transaction-entry-v2 h2 {
  margin-bottom: 24px;
  text-align: center;
}
.transaction-entry-v2 .toggle-container {
  margin-bottom: 8px;
}
.transaction-entry-v2 .navigate-actions {
  margin-top: 15px;
  text-align: center;
}
.giving-personal-information {
  padding: 15px 0;
}
.amount-summary {
  text-align: center;
}
.gateway-hosted-payment {
  padding: 15px 15px 0;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.gateway-type-selector {
  margin-bottom: 15px;
}
.gateway-iframe-container {
  min-height: 44px;
  margin: -5px -15px 10px;
}
.amount-display {
  font-size: 45px;
  line-height: 1.15;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .amount-display {
    font-size: 100px;
  }
  .amount-display-md {
    font-size: 45px;
  }
  .amount-display-lg {
    font-size: 60px;
  }
}
.trend-bar {
  height: 11px;
  margin-top: 4px;
}
.trend-bar li {
  float: left;
  height: 100%;
}
.trend-bar li span {
  display: flex;
  height: 100%;
  margin-right: 2px;
  background: #357ebd;
}
.percentile-giving .stat-label {
  line-height: 1;
}
/*
    Used to manage styles related to the person details page

    1. Page Styles
    2. Header
    3. Badge Bar
    4. Family Bar
    5. Page Tabs
    6. Edit Group Page
    7. Styles for Page Tabs
    8. Add Family Page
    9. Fluidbox
    10. Responsive Overrides
    11. Person Merge
    12. Person Page Views
    13. Deceased / Inactive Styles
    14. Bulk Update
    15. Photo Upload
    16. Duplicate Pages
    17. DISC & Assessments
    19. Edit Person
*/
.personprofile small {
  opacity: 0.7;
}
.personprofilebar-bio,
.personprofilebar-badge,
.personprofilebar-family,
.pagetabs,
.person-content {
  padding: 15px;
}
.personprofilebar-bio {
  position: relative;
  padding-top: 50px;
  color: #245682;
  background-color: #b9d4ec;
  border-bottom: 1px solid #92bce0;
}
.personprofilebar-bio .action-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 401;
  height: 39px;
}
.personprofilebar-bio .action-wrapper .action {
  float: left;
  width: 45px;
  height: 100%;
  color: #357ebd;
  text-align: center;
  cursor: pointer;
  border-color: #92bce0;
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.personprofilebar-bio .action-wrapper .action > i {
  position: relative;
  top: 50%;
  height: 20px;
  transform: translateY(-50%);
}
.personprofilebar-bio .action-wrapper .action-extended {
  width: auto;
}
.personprofilebar-bio .action-wrapper .action-extended .dropdown {
  padding: 6px 0 4px;
}
.personprofilebar-bio .action-wrapper .action-extended .dropdown-menu {
  right: -1px;
}
.personprofilebar-bio .name {
  margin-top: 0;
  margin-bottom: 4px;
  text-align: center;
}
.personprofilebar-bio .name .full-name,
.personprofilebar-bio .name .previous-names {
  display: none;
  font-size: 18px;
}
.personprofilebar-bio .name .firstname {
  font-size: 0.6em;
  font-weight: inherit;
}
.personprofilebar-bio .labels {
  margin-bottom: 7.5px;
  text-align: center;
}
.personprofilebar-bio .nav li .persondetails-actions {
  padding: 2px 15px 0;
  color: #357ebd;
}
.personprofilebar-bio .nav li .persondetails-actions:hover,
.personprofilebar-bio .nav li .persondetails-actions:focus {
  background-color: transparent;
}
.personprofilebar-bio .photo {
  position: relative;
  max-width: 200px;
  padding: 5px;
  margin: 0 auto;
  background-color: #92bce0;
}
.personprofilebar-bio .photo .following-status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-top: 70px solid #817b72;
  border-right: 70px solid transparent;
  opacity: 0.4;
  transition: 1s;
}
.personprofilebar-bio .photo .following-status i {
  position: absolute;
  top: -61px;
  left: 8px;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  transition: 1s;
}
.personprofilebar-bio .photo .following-status:hover i {
  opacity: 0.5;
}
.personprofilebar-bio .photo .following-status.following {
  opacity: 1;
}
.personprofilebar-bio .photo .following-status.following i {
  opacity: 1;
}
.personprofilebar-bio .photo a.fluidbox-opened + .following-status {
  opacity: 0 !important;
}
.personprofilebar-bio .photo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 200px;
}
.personprofilebar-bio .photo .fluidbox-ghost {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.personprofilebar-bio .photo .fluidbox-opened .fluidbox-ghost {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.personprofilebar-bio .social-icons {
  text-align: center;
}
.personprofilebar-bio .social-icons .btn {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #979797;
  border: 0;
  border-radius: 4px;
}
.personprofilebar-bio .social-icons .btn:hover {
  opacity: 0.8;
}
.personprofilebar-bio .social-icons .btn.btn-facebook {
  color: #fff;
  background-color: #44619d;
}
.personprofilebar-bio .social-icons .btn.btn-twitter {
  color: #fff;
  background-color: #55acee;
}
.personprofilebar-bio .social-icons .btn.btn-instagram {
  color: #fff;
  background-color: #39688f;
}
.personprofilebar-bio .social-icons .btn:first-child {
  margin-left: 0;
}
.personprofilebar-bio .taglist {
  margin-top: 15px;
}
.personprofilebar-bio .demographics {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .personprofilebar-bio .demographics {
    float: left;
    width: 50%;
  }
}
.personprofilebar-bio .personcontact {
  padding-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .personprofilebar-bio .personcontact {
    float: left;
    width: 50%;
  }
}
.personprofilebar-bio .personcontact .email .email-status i {
  color: #245682;
}
.personprofilebar-bio .personcontact .email .email-status.do-not-email i {
  color: #d9534f;
}
.personprofilebar-bio .personcontact .email .email-status.not-active i {
  color: #f0ad4e;
}
.originate-call::before {
  margin-right: 6px;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f098";
}
.personprofilebar-badge {
  min-height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  color: #357ebd;
  background-color: #e1edf7;
  border-bottom: 1px solid #b9d4ec;
  --badge-size: 45px;
}
.personprofilebar-badge .config-bar {
  font-size: 19px;
}
.personprofilebar-badge .badge-group {
  margin: 7.5px 0;
  text-align: center;
}
.personprofilebar-badge .badge-group .badge {
  display: inline-block;
  padding: 3px 6px 0;
  background-color: inherit;
}
.personprofilebar-badge .badge-group .badge:empty {
  display: none;
}
.personprofilebar-badge .badge-group .badge .tooltip-inner {
  max-width: 300px;
  padding: 12px;
}
.personprofilebar-badge .badge-group .badge-debug {
  position: absolute;
  right: 12px;
  z-index: 9999;
  width: 900px;
  text-align: left;
}
.personprofilebar-badge .badge-group .badge-grid {
  margin: -5px 0;
}
.badge-grid {
  font-size: 0;
}
.badge-grid .badge {
  width: 1em;
  height: 1em;
  padding: 0 !important;
  margin: 0 0.08333em 0.08333em;
  font-size: 24px;
  font-size: calc(var(--badge-size, 45px) * 0.533);
  line-height: 1;
}
.badge-grid .badge .fa-stack {
  width: 1em;
  line-height: 1em;
}
.badge-grid .badge .fa-stack-1x {
  font-size: 0.5em;
  color: #fff;
}
.badge-grid .badge .fa-stack-2x {
  font-size: 1em;
}
.badge-grid .badge-row:last-child .badge {
  padding-bottom: 0;
}
.badge-background,
.badge-step::before,
.badge-era::before,
.badge-attendingduration .duration-metric::before,
.badge-weeksattendanceduration .weeks-metric::before {
  display: block;
  width: 1em;
  height: 1em;
  content: " ";
  background: currentColor;
  border-radius: 0.1em;
}
.badge-step {
  position: relative;
  padding: 0 !important;
  margin: 0 4px;
  font-size: 45px;
  font-size: var(--badge-size, 45px);
}
.badge-step .badge-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 0.5777em;
  line-height: 1.85em;
  color: #fff;
}
.badge-step .badge-count {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  font-size: 0.266em;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  background-color: #d9534f;
  border-radius: 50%;
}
.badge-baptism {
  color: #23a5c5;
}
.badge-era {
  position: relative;
  font-size: 45px;
  font-size: var(--badge-size, 45px);
  color: #5cb85c;
}
.badge-era::before {
  border-radius: 50%;
}
.badge-era.era-loss {
  color: #ee7624;
}
.badge-era span {
  position: absolute;
  top: 1.0625em;
  right: 0;
  left: 0;
  font-size: 0.3555em;
  color: #fff;
}
.badge-icon {
  font-size: 45px;
  font-size: var(--badge-size, 45px);
}
.badge-icon.badge-disabled {
  color: #939393;
  opacity: 0.2;
}
.trend-chart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.trend-chart-sm {
  height: 20px;
}
.trend-chart-block {
  height: 18px;
}
.trend-chart-block li span {
  width: calc(100% - 3px);
  background: #5bc0de !important;
}
.badge-attendance .trend-chart {
  width: 220px;
  height: 40px;
  height: var(--badge-size, 40px);
}
.trend-chart li {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin-right: 2px;
  overflow: hidden;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.trend-chart li:hover {
  opacity: 0.85;
}
.trend-chart li.has-exclusion {
  opacity: 0.3;
}
.trend-chart li span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  min-width: 2px;
  min-height: 1px;
  max-height: 100%;
  background: #357ebd;
}
.animate .trend-chart li span {
  -webkit-animation: bar-grow 1s ease-in-out;
  -moz-animation: bar-grow 1s ease-in-out;
  -o-animation: bar-grow 1s ease-in-out;
  animation: bar-grow 1s ease-in-out;
}
.trend-chart-gap li {
  margin-right: 5px;
}
.streak-chart {
  width: 100%;
  height: 18px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style: none;
}
.streak-chart li {
  position: relative;
  display: table-cell;
  float: right;
  width: 9px;
  height: 100%;
  margin-right: 2px;
  vertical-align: bottom;
}
.streak-chart li span {
  display: block;
  width: 100%;
  min-height: 1px;
  background: #5bc0de;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .streak-chart li span {
    position: absolute;
    bottom: 0;
  }
}
.badge-disc {
  position: relative;
}
.badge-disc .badge-disc-chart {
  display: table;
  width: 1em;
  height: 0.888em;
  margin: 0 auto;
  font-size: 45px;
  font-size: var(--badge-size, 45px);
  table-layout: fixed;
}
.badge-disc .badge-disc-chart li {
  position: relative;
  display: table-cell;
  width: 3px;
  height: 100%;
  vertical-align: bottom;
}
.badge-disc .badge-disc-chart li span {
  display: block;
  width: 0.2222em;
  min-height: 2px;
  background: #99bbd9;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .badge-disc .badge-disc-chart li span {
    position: absolute;
    bottom: 0;
  }
}
.badge-disc .badge-disc-chart li.badge-disc-primary span {
  background: #4f89bd;
}
.badge-disc .badge-disc-chart li.badge-disc-disabled span {
  background-color: #939393;
  opacity: 0.2;
}
.badge-disc .requested {
  position: absolute;
  top: 14px;
  left: 12px;
  padding: 1px 5px;
  font-size: 24px;
  background-color: #e3ded7;
  border-radius: 99px;
  opacity: 0.8;
}
.badge-disc.animate ul.badge-disc-chart li span {
  -webkit-animation: bar-grow 1s ease-in-out;
  -moz-animation: bar-grow 1s ease-in-out;
  -o-animation: bar-grow 1s ease-in-out;
  animation: bar-grow 1s ease-in-out;
}
.badge-attendingduration {
  font-size: 45px;
  font-size: var(--badge-size, 45px);
}
.badge-attendingduration .duration-metric {
  position: relative;
  color: #e5d24d;
}
.badge-attendingduration .duration-metric::before {
  border-radius: 50%;
}
.badge-attendingduration .duration-metric.duration-new {
  color: #d25555;
}
.badge-attendingduration .duration-metric.duration-months {
  color: #69ad5e;
}
.badge-attendingduration .duration-metric.duration-years {
  color: #56789e;
}
.badge-attendingduration .duration-metric .metric-value {
  position: absolute;
  top: 0.6em;
  right: 0;
  left: 0;
  font-size: 0.444em;
  font-weight: 700;
  line-height: 0.6em;
  color: #fff;
  text-align: center;
}
.badge-attendingduration .duration-metric .metric-unit {
  display: block;
  font-size: 0.55em;
  font-weight: 400;
}
.badge-attendingduration .duration-metric.duration-new .metric-value {
  top: 0;
  font-size: 0.3111em;
  font-weight: 600;
  line-height: 3.2142em;
}
.badge-weeksattendanceduration .weeks-metric {
  position: relative;
  font-size: 40px;
  font-size: calc(var(--badge-size, 45px) * 0.888);
  color: #686576;
}
.badge-weeksattendanceduration .weeks-metric::before {
  background-color: #f0ad4e;
}
.badge-weeksattendanceduration .weeks-metric .weeks-attended {
  position: absolute;
  top: 0.388em;
  left: 0.2em;
  display: block;
  width: 1em;
  font-size: 0.45em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}
.badge-weeksattendanceduration .weeks-metric .week-duration {
  position: absolute;
  right: 0.363em;
  bottom: 0.9em;
  font-size: 0.275em;
  font-weight: 600;
}
.badge-content.fa-layers {
  width: 50px;
  height: 43px;
  font-size: 4em;
}
.badge-lastvisitonsite .badge-content {
  position: relative;
  font-size: 40px;
  font-size: calc(var(--badge-size, 45px) * 0.888);
  color: #4f89bd;
}
.badge-lastvisitonsite .badge-content .badge-icon {
  font-size: inherit;
}
.badge-lastvisitonsite .badge-content.today .duration {
  top: 1em;
  font-size: 0.275em;
}
.badge-lastvisitonsite .badge-content.recent {
  opacity: 0.8;
}
.badge-lastvisitonsite .badge-content.moderate {
  opacity: 0.6;
}
.badge-lastvisitonsite .badge-content.not-recent {
  opacity: 0.4;
}
.badge-lastvisitonsite .badge-content.old {
  opacity: 0.2;
}
.badge-lastvisitonsite .badge-content .duration {
  position: absolute;
  top: 0.5em;
  right: 0.3em;
  left: 0.3em;
  font-size: 0.4em;
  font-weight: 700;
  text-align: center;
}
.badge-signal .badge-content {
  position: relative;
  font-size: 45px;
  font-size: var(--badge-size, 45px);
}
.badge-signal .badge-content .badge-icon {
  font-size: inherit;
}
.badge-signal .badge-content .signal {
  position: absolute;
  top: 0.875em;
  right: 0;
  left: 0;
  padding-left: 0.5em;
  font-size: 0.355em;
  font-weight: 700;
  color: #e1edf7;
  text-align: center;
}
.badge-assessment a {
  color: inherit;
}
.badge-assessment.not-requested {
  color: #dbdbdb !important;
}
.badge-assessment.requested {
  color: #aaa !important;
}
.badge-assessment .fa-stack-1x {
  color: #fff;
}
.badge-assessment .fa-stack-2x {
  color: currentColor;
}
@-webkit-keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
@-moz-keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
@-o-keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
@keyframes bar-grow {
  0% {
    height: 0;
    opacity: 0;
  }
}
.badge-personaldevice .badge-content {
  position: relative;
  font-size: 40px;
  font-size: calc(var(--badge-size, 45px) * 0.888);
  color: #4f89bd;
}
.badge-personaldevice .badge-content .badge-icon {
  font-size: inherit;
}
.badge-personaldevice .badge-content .deviceCount {
  position: absolute;
  top: 0.7142em;
  right: 0;
  left: 0;
  font-size: 0.35em;
  font-weight: 700;
  text-align: center;
}
.personprofilebar-family {
  min-height: 60px;
  color: #5697d0;
  background: #f5f9fc;
  border-bottom: 1px solid #cde1f1;
}
.personprofilebar-family a {
  color: #5697d0;
}
.persondetails-group header {
  position: relative;
  padding: 10px 15px;
  margin: 0 -15px;
  background-color: #b9d4ec;
  border-top: 1px solid #92bce0;
  border-bottom: 1px solid #92bce0;
}
.persondetails-group header:before,
.persondetails-group header:after {
  display: table;
  content: " ";
}
.persondetails-group header:after {
  clear: both;
}
.persondetails-group header:before,
.persondetails-group header:after {
  display: table;
  content: " ";
}
.persondetails-group header:after {
  clear: both;
}
.persondetails-group header h1 {
  float: left;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.persondetails-group header .action-wrapper {
  float: right;
  height: 45px;
  margin: -10px -15px -10px 0;
}
.persondetails-group header .action-wrapper .action {
  display: block;
  float: right;
  width: 45px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #92bce0;
}
.persondetails-group header .action-wrapper .action i {
  position: relative;
  top: 50%;
  height: 20px;
  transform: translateY(-50%);
}
.group-members:first-child .persondetails-group:first-child header {
  margin: -15px -15px 0;
  border-top-width: 0;
}
.persondetails-group .group-details {
  margin-bottom: 12px;
}
.persondetails-group .groupmembers .member a {
  display: block;
  padding: 8px;
  border-radius: 4px;
}
.persondetails-group .groupmembers .member a:before,
.persondetails-group .groupmembers .member a:after {
  display: table;
  content: " ";
}
.persondetails-group .groupmembers .member a:after {
  clear: both;
}
.persondetails-group .groupmembers .member a:before,
.persondetails-group .groupmembers .member a:after {
  display: table;
  content: " ";
}
.persondetails-group .groupmembers .member a:after {
  clear: both;
}
.persondetails-group .groupmembers .member .person-image {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  background-position: center;
  background-size: cover;
  border: none;
  border-color: #a6c8e6;
  border-radius: 50%;
}
.persondetails-group .groupmembers .member .person-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.0975);
  border-radius: 50%;
}
.persondetails-group .groupmembers .member:hover {
  background-color: #d5e5f3;
  border-radius: 4px;
}
.persondetails-group .addresses ul {
  margin: 0;
  list-style: none;
}
.persondetails-group .addresses ul li {
  display: block;
  margin-bottom: 15px;
  clear: both;
}
.persondetails-group .addresses ul li:last-child {
  margin-bottom: 0;
}
.persondetails-group .addresses ul h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.persondetails-group .addresses ul .address .actions a {
  padding: 1px;
}
.persondetails-group .addresses ul a.map,
.persondetails-group .addresses ul div.actions,
.persondetails-group .addresses ul div.address {
  float: left;
  margin-right: 12px;
}
.editgroup-list li.member {
  min-width: 200px;
}
.editgroup-list li.member .radio {
  margin: 0;
}
.editgroup-list .groupmembers h4 {
  margin-bottom: 4px;
}
.person-content {
  padding-top: 0;
}
span.field-name {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #245682;
  white-space: nowrap;
  background-color: #b9d4ec;
  border-radius: 4px;
}
/* white-space was nowrap but changed to inherit; see discussion at https://github.com/SparkDevNetwork/Rock/commit/e4230496c8a1dc199f1bbb26f95dfa025d64dd02#r28278277 */
span.field-value {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #245682;
  white-space: inherit;
  background-color: #b9d4ec;
  border-radius: 4px;
}
.table-groupmembers .radio:first-child {
  margin-top: 0 !important;
}
@media (max-width: 992px) {
  /* Force table to not be like tables anymore */
  table.table-groupmembers,
  .table-groupmembers thead,
  .table-groupmembers tbody,
  .table-groupmembers th,
  .table-groupmembers td,
  .table-groupmembers tr,
  table.table-groupcontactinfo,
  .table-groupcontactinfo thead,
  .table-groupcontactinfo tbody,
  .table-groupcontactinfo th,
  .table-groupcontactinfo td,
  .table-groupcontactinfo tr {
    display: block;
  }
  .table-groupmembers {
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  .table-groupmembers thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-groupmembers > thead > tr > th,
  .table-groupmembers > tbody > tr > th,
  .table-groupmembers > tfoot > tr > th,
  .table-groupmembers > thead > tr > td,
  .table-groupmembers > tbody > tr > td,
  .table-groupmembers > tfoot > tr > td {
    border: 0;
  }
  .table-groupmembers > tbody > tr > td {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border-bottom: 1px solid #eeeeee;
  }
  .table-groupmembers td::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 8px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    font-weight: 600;
  }
  .table-groupmembers > tbody > tr {
    counter-increment: rowNumber;
  }
  .table-groupmembers > tbody > tr::before {
    /* Now like a table header */
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    /* Top/left values mimic padding */
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    content: "Person #" counter(rowNumber);
    background-color: transparent;
    border-bottom: 2px solid #ddd;
  }
  .table-groupmembers tbody td::before {
    content: attr(data-label);
  }
  .table-groupmembers tbody td:empty {
    display: none;
  }
  .table-groupmembers > tfoot,
  .table-groupmembers > tfoot > tr > td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .table-groupmembers > tfoot > tr > td > .btn-action {
    display: block;
    width: 100%;
    margin: 8px 0 16px;
    padding: 6px 12px;
    font-size: 19px;
    line-height: 1.42857143;
    border-radius: 4px;
  }
  .table-groupmembers > tbody > tr > td > .form-group:last-of-type,
  .table-groupmembers > tbody > tr > td > .form-group .radio:last-of-type {
    margin-bottom: 0;
  }
  .table-groupmembers .pull-right {
    float: none !important;
  }
  .table-groupcontactinfo,
  .table-groupmemberattributes {
    margin-bottom: 12px;
  }
  .table-groupcontactinfo {
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  .table-groupcontactinfo thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-groupcontactinfo > thead > tr > th,
  .table-groupcontactinfo > tbody > tr > th,
  .table-groupcontactinfo > tfoot > tr > th,
  .table-groupcontactinfo > thead > tr > td,
  .table-groupcontactinfo > tbody > tr > td,
  .table-groupcontactinfo > tfoot > tr > td {
    border: 0;
  }
  .table-groupcontactinfo > tbody > tr > td {
    position: relative;
    /* Behave  like a "row" */
    border: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .table-groupcontactinfo tbody .person-name {
    /* Now like a table header */
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    /* Top/left values mimic padding */
    font-size: 14px;
    font-weight: 600;
    color: #4a4a4a;
    background-color: transparent;
    border-bottom: 2px solid #ddd;
  }
  .table-groupcontactinfo tbody .person-name::before {
    content: "Contact Info: ";
  }
  .table-groupcontactinfo tbody .person-sms {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border: 0;
    border-bottom: 1px solid #eeeeee;
  }
  .table-groupcontactinfo tbody .person-sms::before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 14px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    font-weight: 600;
    content: "Enable SMS";
  }
  .table-groupcontactinfo tbody > tr > td > .form-group {
    margin-bottom: 0;
  }
}
.row-duplicate {
  padding-top: 12px;
  border-top: 1px solid #cde1f1;
}
.row-duplicate:first-child {
  padding-top: 0;
  border-top: 0;
}
#fluidbox-overlay {
  background: #000;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px), print {
  .personprofilebar-bio {
    padding: 15px;
  }
  .personprofilebar-bio .name {
    text-align: left;
  }
  .personprofilebar-bio .name .full-name,
  .personprofilebar-bio .name .previous-names {
    display: inline;
  }
  .personprofilebar-bio .labels {
    text-align: right;
  }
  .personprofilebar-bio .photo {
    margin: 0;
  }
  .personprofilebar-bio .demographics {
    text-align: left;
  }
  .personprofilebar-bio .personcontact {
    padding-bottom: 0;
    text-align: left;
  }
  .personprofilebar-bio .social-icons {
    text-align: left;
  }
  .personprofilebar-bio .social-icons .icon {
    float: left;
  }
  .personprofilebar-badge .badge-group {
    text-align: left;
  }
  .personprofilebar-badge .badge-group:last-child {
    text-align: right;
  }
}
/* DT Make the header of the merge field columns have a pointer since it can be used to select checkbox */
.person-merge .merge-header-summary {
  cursor: pointer;
}
.panel-widget.pageviewsession .pageviewsession-client {
  line-height: 1;
  text-align: right;
}
.person-bio div.deceased h1.title.name::after {
  margin-left: 12px;
  font-size: 14px;
  color: #d9534f;
  content: "Deceased";
}
.groupmembers .member.deceased:hover {
  background-color: #bababa;
}
.groupmembers .member.deceased .person-info::after {
  font-size: 10px;
  color: #d9534f;
  content: "Deceased";
}
tr.inactive td {
  color: #979797;
}
.bulk-update .no-select .form-group {
  opacity: 1;
}
.bulk-update .fade-inactive .form-group {
  opacity: 0.5;
}
.bulk-update .fade-inactive .form-group .control-label {
  cursor: pointer;
}
.bulk-update .form-group.bulk-item-selected {
  padding: 12px;
  background-color: #eeeeee;
  border-radius: 4px;
  opacity: 1;
}
.photoupload-photo .image-editor {
  float: left;
  margin-right: 48px;
}
.photoupload-photo .image-editor label {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-table tbody tr.duplicate-source td,
.grid-table tbody tr.duplicate-source:hover > td {
  color: #595859;
  background-color: #d3d3d3;
}
.disc-assessment th {
  padding: 6px;
}
.disc-assessment th:last-child {
  border-radius: 0 4px 0 0;
}
.disc-assessment th.disc-question {
  padding: 6px;
  font-weight: 700;
  border-radius: 4px 0 0 0;
}
.disc-assessment td {
  vertical-align: middle;
}
.disc-assessment .disc-answer {
  width: 20%;
  min-width: 50px;
  text-align: center;
}
.disc-heading {
  text-align: center;
}
.disc-row {
  margin-bottom: 48px;
}
.disc-row::after {
  display: block;
  width: 100%;
  margin: 48px 0;
  content: " ";
  border-bottom: 1px solid #dbdbdb;
}
.discchart {
  position: relative;
  width: 80%;
  max-width: 650px;
  height: 425px;
  padding: 0;
  margin: 36px auto;
  clear: both;
  font-size: 0;
  background-image: linear-gradient(to bottom, #dbdbdb 0%, transparent 2%, transparent 100%);
  background-size: 100% 42.5px;
}
.discchart li {
  position: relative;
  display: inline-block;
  width: 22.5%;
  height: 425px;
  padding: 0;
  margin: 0 2% 0 0;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  background-color: #00a6ed;
}
.discchart li.discchart-midpoint {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
  margin: 0;
  background-color: transparent;
  border-top: 2px solid #d9534f;
  border-radius: 0;
}
.discchart .discbar-label {
  position: absolute;
  bottom: 10px;
  width: 100%;
  overflow: hidden;
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 3px #0082ba;
}
.discchart .discbar::before {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  font-size: 20px;
  line-height: 1em;
  color: #4a4a4a;
  text-align: center;
  word-wrap: break-word;
  content: attr(title);
}
.discchart .discbar.discbar-primary {
  background: #0082ba;
}
.question-row {
  margin-bottom: 48px;
}
.question-row .answered {
  color: #d3d3d3;
}
.question-row .likert > .control-label {
  margin-bottom: 9px;
}
.question-row .likert .radio-inline {
  padding: 5px 12px 7px 36px;
  cursor: pointer;
  background-clip: padding-box;
  border-radius: 4px;
}
@media (min-width: 1198px) {
  .question-row .likert .radio-inline {
    margin-right: 12px;
    margin-left: -12px;
  }
}
.question-row .likert .radio-inline:hover {
  background-color: #eeeeee;
}
.question-row .likert .radio-inline .label-text::before,
.question-row .likert .radio-inline .label-text::after {
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.question-row .likert-7 > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .question-row .likert-7 > span {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
}
.question-row .likert-7 > span .radio-inline {
  flex: 0 0 14.28571429%;
}
.phonegroup-label {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .phonegroup-label {
    padding-top: 4px;
  }
}
.eventitem {
  cursor: pointer;
}
.eventitem-select {
  font-family: 'FontAwesome';
  font-size: 38px;
  font-weight: 900;
}
.eventitem-select::after {
  content: "\f0c8";
}
.eventitem.selected .eventitem-select::after {
  content: "\f14a";
}
.add-step-buttons {
  padding: 8px 0;
  margin: -16px -16px 0;
  background: #f5f9fc;
  border-bottom: 1px solid #cde1f1;
}
.add-step-buttons + .row {
  margin-top: 16px;
}
.add-step-buttons .add-step-label {
  float: left;
  padding: 6px 0;
  margin: 0 6px 0 0;
  font-size: 17px;
}
.col-steps {
  position: relative;
  float: left;
  width: 25%;
  width: calc(100% / var(--stepsPerRowMobile));
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .col-steps {
    width: 100%;
    width: calc(100% / var(--stepsPerRow));
  }
}
.step-card {
  position: relative;
  height: 100%;
  min-height: 260px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #cde1f1;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.step-card .card-info {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 12px;
  text-align: center;
  transition-duration: 0.25s;
  will-change: transform;
}
.step-card .step-status {
  margin: 0;
}
.step-card .step-name {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 1200px) {
  .step-card .card-info {
    padding: 0;
  }
  .step-card .card-top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
  }
  .step-card .card-top,
  .step-card .card-bottom {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 16px 0;
  }
}
.step-card.no-steps .card-info {
  opacity: 0.75;
}
.step-card.has-prerequisite .step-card-hover {
  background: #f5f7fa;
}
.step-card p:empty {
  display: none;
}
.step-card .badge {
  background-color: #5bc0de;
}
.step-card > .step-card-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  overflow-y: auto;
  opacity: 0;
  transition-duration: 0.25s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  will-change: opacity, transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.step-card:hover > .step-card-hover {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.step-card .btn-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 49px;
  color: inherit;
}
.step-card .btn-actions:hover {
  background-color: #e6e6e6;
}
.step-card .btn-delete:hover {
  color: #fff;
  background-color: #d9534f;
}
.has-overflow .step-records-table-container,
.has-overflow .card-add-step-button {
  position: relative;
  display: block;
}
.has-overflow .card-add-step-button {
  height: 50%;
}
.step-records-table-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.step-records-table {
  width: 100%;
}
.step-records-table td {
  width: 50px;
  vertical-align: middle;
  border: 1px solid #cde1f1;
}
.step-records-table td.steps-status {
  width: auto;
  height: 49px;
  border-left: none;
}
.step-records-table tr:last-child td {
  border-bottom: 0;
}
.step-records-table td:last-of-type {
  border-right: none;
}
.prereq-list-info {
  padding: 20px 20px 0;
}
.card-add-step-button {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 28px;
  background: #f5f7fa;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card-add-step-button > span {
  position: relative;
  top: 50%;
  display: block;
  transform: perspective(1px) translateY(-50%);
}
.rapid-attendance-entry .mh-300 {
  min-height: 300px;
}
.family-select-item {
  margin-bottom: 12px;
  color: #4a4a4a;
  border: 1px solid #cde1f1;
}
.family-select-item.active {
  border-color: #0082ba;
  border-color: var(--brand-primary, #0082ba);
}
.family-select-item a {
  display: block;
  padding: 15px 18px;
  color: #4a4a4a !important;
}
/*
    Used to manage styles for specific blocks.

    1. Communication Blocks - styles for the communication blocks
    2. Communication Entry - stles for the communication entry
    3. Communication Wizard - styles for the communication wizard
    4. Communication Analytics - styles for the communication analytics block
    5. SMS Conversations - styles for the SMS Conversation block

*/
.recipients .recipient {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .recipients .recipient {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .recipients .recipient {
    width: 25%;
  }
}
.recipients .recipient.failed {
  color: #d9534f;
}
.recipients .recipient.opened {
  color: #5cb85c;
}
iframe.email-body {
  width: 100%;
  height: 300px;
  background-color: #fff;
  border: 1px solid #cde1f1;
}
#emaileditor,
.panel-fill-body {
  height: calc(100vh - var(--email-editor-offset, 360px));
  min-height: 300px;
  margin: -15px -15px 0 -15px;
  border-bottom: 1px solid #cde1f1;
}
.panel-actions-bordered {
  padding: 15px 15px 0;
  margin: 15px -15px 0;
  border-top: 1px solid #cde1f1;
}
#emaileditor-properties {
  width: 40%;
  padding: 15px;
  background-color: #f5f9fc;
}
#section-email {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
}
#email-editor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 100%;
  border-top: 1px solid #cde1f1;
}
#emaileditor-designer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  border-right: 1px solid #cde1f1;
}
.emaileditor-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.emaileditor-propertypanels .propertypanel-title {
  margin-top: 0;
  font-weight: 600;
}
.communication-template {
  position: relative;
  display: block;
  height: 192px;
  padding: 15px;
  margin-bottom: 24px;
  overflow: hidden;
  color: #4a4a4a;
  border: 1px solid #cde1f1;
  outline-offset: -1px;
}
.communication-template:focus {
  color: #4a4a4a;
}
.communication-template:hover {
  color: #4a4a4a;
  outline: 2px solid #bce8f1;
}
.communication-template label {
  font-size: 16px;
}
.template-selected {
  outline: 2px solid #31708f;
}
.template-selected:hover {
  outline: 2px solid #31708f;
}
.template-selected::before {
  position: absolute;
  top: -4px;
  left: 8px;
  z-index: 1;
  font-family: 'FontAwesome';
  font-size: 36px;
  font-weight: 900;
  color: #31708f;
  content: "\f058";
}
.step-title {
  margin-top: 0;
}
.label-clicked {
  background-color: #60bd68;
}
.label-opened {
  background-color: #5da5da;
}
.label-unopened {
  background-color: #ffb70f;
}
.sms-conversations-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sms-conversations-container > div {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.sms-conversations-container .header {
  min-height: 49px;
  padding: 12px 16px;
  font-weight: 700;
  border-bottom: 1px solid #cde1f1;
}
.sms-conversations-container .message-truncate {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sms-conversations-container .conversation-list {
  position: relative;
  flex-grow: 0;
  min-width: 100%;
  height: calc(100vh - 200px);
  min-height: 300px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 599px) {
  .sms-conversations-container .conversation-list {
    min-width: 320px;
  }
}
@media (min-width: 992px) {
  .sms-conversations-container .conversation-list {
    min-width: 360px;
  }
}
.sms-conversations-container .conversation-list .header {
  padding: 7px 16px;
  font-weight: 400;
  background-color: #f5f9fc;
}
.sms-conversations-container .conversation-list .overflow-scroll {
  flex: 1 1 0;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.sms-conversations-container .conversation-list .sms-name {
  color: #000;
}
.sms-conversations-container .conversation-list .layout-row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.sms-conversations-container .conversation-list .unread {
  font-weight: 600;
}
.sms-conversations-container .conversation-list .table {
  table-layout: fixed;
}
.sms-conversations-container .conversation-list .table td {
  padding: 14px 16px 16px;
}
.sms-conversations-container .conversation-list .table tr:first-child td {
  border-top: 0;
}
.sms-conversations-container .conversation-list .table tr.selected {
  box-shadow: inset 4px 0 0 0 #0082ba;
}
.sms-conversations-container .conversation-list .date {
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 13px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  text-transform: capitalize;
  -webkit-box-flex: 1;
}
.sms-conversations-container .messages-outer-container {
  position: relative;
  flex-grow: 1;
  padding: 15px;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}
.sms-conversations-container .footer {
  flex-shrink: 0;
  border-top: 1px solid #cde1f1;
  -ms-flex-negative: 0;
}
.sms-conversations-container .footer .form-control {
  padding: 18px 86px 18px 12px;
  resize: none;
  border: 0;
}
.sms-conversations-container .footer a {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
.sms-conversations-container .conversation-panel {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  height: calc(100vh - 200px);
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media (max-width: 599px) {
  .sms-conversations-container .conversation-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transform: translateX(103%);
    transform: translateX(103%);
    will-change: transform;
  }
}
.sms-conversations-container .conversation-back {
  display: none;
}
@media (max-width: 599px) {
  .sms-conversations-container .conversation-back {
    display: block;
  }
}
@media (max-width: 599px) {
  .sms-conversations-container .has-focus {
    -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.conversation {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
}
.conversation .message {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-align: start;
}
.conversation .message.outbound {
  -webkit-align-content: flex-end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
}
.conversation .message .bubble {
  display: inline-block;
  max-width: 75%;
  padding: 10px 14px;
  color: #000;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: pre-line;
  background-color: #f3f3f3;
  border-radius: 20px;
}
.conversation .message.outbound .bubble {
  color: #fff;
  background-color: #0084ff;
}
.conversation .message .message-meta {
  padding: 4px 14px 8px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.conversation .message .message-meta .date {
  text-transform: capitalize;
}
.conversation .message .sender-name::after {
  content: " - ";
}
.conversation .message.inbound .sender-name {
  display: none;
}
.sms-action-components {
  background: #f5f9fc;
}
.components-list {
  margin: 12px 0;
}
.components-list > li ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.components-list .component {
  display: block;
  float: left;
  width: 45%;
  padding: 12px 0 4px;
  margin: 0% 1% 3% 3%;
  font-size: 12px;
  color: #4a4a4a;
  text-align: center;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  zoom: 1;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.components-list .component > i {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 6px;
  font-size: 28px;
  color: #d3d3d3;
  text-align: center;
}
.components-list .component span {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  height: 26px;
  overflow: hidden;
  line-height: 1.1;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.components-list .component:hover {
  border: 1px solid #0082ba;
  -webkit-box-shadow: 0 0 0 1px #0082ba inset;
  box-shadow: 0 0 0 1px #0082ba inset;
}
.mobile-pages-container .component {
  display: none;
}
.mobile-pages-container .component.gu-transit {
  display: block;
  padding: 10px 15px;
  margin-bottom: 27px;
  background-color: #f5f9fc;
  border: 1px solid #7eb0db;
}
.sms-actions-container {
  padding: 20px !important;
  counter-reset: section;
}
.sms-actions-container .component {
  display: none;
}
.sms-actions-container .component.gu-transit {
  display: block;
}
.sms-action {
  position: relative;
  max-width: 500px;
  padding: 20px 16px;
  margin: 0 auto 20px;
  font-size: 21px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.sms-action::after {
  position: absolute;
  top: 20px;
  left: -40px;
  display: block;
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  content: counter(section);
  counter-increment: section;
  /* Increment the value of section counter by 1 */
  background-color: #d3d3d3;
  border: 2px solid #fff;
  border-radius: 50%;
}
.sms-action::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  width: 2px;
  height: 100%;
  height: calc(100% + 20px);
  margin-left: 1px;
  content: "";
  background: #dddbda;
}
.sms-action.inactive {
  color: rgba(74, 74, 74, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
.sms-action.inactive::after {
  display: none;
}
.sms-action:first-child::before {
  top: 20px;
}
.sms-action:last-child::before {
  height: calc(100% - 28px);
}
.sms-action.editing {
  box-shadow: 0 0 0 4px #0082ba;
}
.sms-action .reorder {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.sms-action > .fa {
  width: 30px;
  padding-right: 2px;
  color: #d3d3d3;
  text-align: center;
}
.panel-palette {
  margin: 20px;
  border: 1px solid #cde1f1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.panel-palette .panel-heading {
  font-weight: 500;
  text-align: center;
  background: #f5f9fc;
  border-bottom: 3px solid #0082ba;
}
.sms-pipeline-detail .sms-heading {
  max-width: 500px;
  padding: 20px 16px;
  margin: 0 auto 20px;
  font-size: 21px;
  text-align: center;
  cursor: pointer;
  background-color: #f5f9fc;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.sms-pipeline-detail .drag-container {
  height: 100%;
}
.sms-pipeline-detail .drag-container-empty::after {
  display: block;
  max-width: 500px;
  height: 200px;
  padding: 80px 0;
  margin: 0 auto 20px;
  font-size: 20px;
  text-align: center;
  content: "Drag and Drop Here";
  border: 3px dashed rgba(0, 0, 0, 0.2);
}
.sms-pipeline-detail h4 {
  padding: 12px 15px;
  margin: 1px -15px 16px;
  font-size: 18px;
  font-weight: 500;
  background: #f5f9fc;
  border-top: 1px solid #cde1f1;
}
.sms-pipeline-detail .component.gu-transit {
  max-width: 500px;
  padding: 20px 0;
  margin: 0 auto 20px;
  font-size: 20px;
  text-align: center;
  list-style: none;
  border: 3px solid rgba(0, 0, 0, 0.2);
}
.component.gu-mirror,
.sms-action.gu-mirror {
  list-style: none;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}
.component.gu-mirror::before,
.sms-action.gu-mirror::before,
.component.gu-mirror::after,
.sms-action.gu-mirror::after {
  display: none;
}
.metric-tile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center !important;
  margin-bottom: 12px;
  color: #fff;
}
.metric-tile .value {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 60%;
  max-width: 100%;
  padding: 4px 12px 14px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.metric-tile .value small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}
.metric-tile .metric-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  flex-basis: 100px;
  flex-grow: 1;
  -ms-flex-pack: center;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  height: 65px;
  min-height: 100px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
}
.metric-tile.metric-sm .value {
  font-size: 26px;
  line-height: 1.4;
}
.metric-tile.metric-sm .value small {
  font-size: 16px;
}
.metric-pending {
  background-color: #aeaeae;
}
.metric-delivered {
  background-color: #5bc0de;
}
.metric-failed {
  background-color: #d9534f;
}
.metric-cancelled {
  background-color: #f0ad4e;
}
.metric-clicked {
  background-color: #5cb85c;
}
.metric-opened {
  background-color: #0079cc;
}
/*
    Used to manage styles for check-in administration.

    1. Group / Location
    2. Attendance Analysis
*/
.checkin-item {
  padding: 12px;
  margin-bottom: 6px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-top-width: 3px;
}
.checkin-item .fa-bars {
  margin-right: 6px;
  opacity: 0.5;
}
.checkin-item-selected {
  background-color: #f3f3f3;
}
.checkin-list {
  padding-left: 40px;
  list-style-type: none;
}
.checkin-list-first {
  padding-left: 0;
}
.checkin-group {
  border-top-color: #afd074;
}
.checkin-area {
  border-top-color: #5593a4;
}
.panel.panel-widget.checkin-group {
  border-top-color: #afd074;
}
.panel.panel-widget.checkin-grouptype {
  border-top-color: #5593a4;
}
.attendance-reporting .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.attendance-reporting .panel-body > .row > [class*="col-"]:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .attendance-reporting .panel-body .row {
    margin-left: -16px;
  }
}
.attendance-reporting .analysis-types {
  padding: 15px 0;
  margin-bottom: 24px;
  background-color: #eeeeee;
}
/*
    Used to manage styles for specific blocks.

    1. User Entry
    2.

*/
.workflow-entry-panel > h1:first-of-type {
  margin-top: 0;
}
/*
    Used to manage styles for specific blocks.

    1. Prayer Session
    2.

*/
.prayer-session .panel-note {
  border: 0;
  box-shadow: none;
}
.prayer-session .panel-note > .panel-body {
  padding: 0;
}
/*
    Used to manage styles for specific blocks.

    1. Calendar - Styles for the calendar blocks
    2. Event Entry - The event registration entry screen

*/
.calendar {
  display: inline-block;
  width: 100%;
  padding: 0 10px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.calendar-month {
  border-spacing: 0;
  border-collapse: separate;
  border: 0;
}
.calendar-month a {
  color: #4a4a4a !important;
  text-decoration: none;
}
.calendar-month th {
  text-align: center;
}
.calendar-month td {
  color: #4a4a4a !important;
}
.calendar-month table.calendar-title td {
  padding: 10px 5px;
}
.calendar-month td.calendar-day {
  padding: 5px;
}
.calendar-month table.calendar-title,
.calendar-month table.calendar-title a {
  font-weight: 600;
}
.calendar-month .calendar-today,
.calendar-month .calendar-selecteditem {
  color: #31708f !important;
  background-color: #d9edf7 !important;
  border-radius: 0;
}
.calendar-month .calendar-today {
  border-radius: 4px;
}
.calendar-month .calendar-selected {
  color: #fff !important;
  background-color: #5bc0de !important;
}
.calendar-month .calendar-selected a {
  color: #fff !important;
}
.calendar-month .calendar-selected:first-child {
  border-radius: 4px 0 0 4px;
}
.calendar-month .calendar-selected:last-child {
  border-radius: 0 4px 4px 0;
}
.calendar-month .calendar-last-month a {
  opacity: 0.2;
}
.calendar-month .calendar-hasevent {
  font-weight: 700;
}
.registrationentry-intro {
  text-align: center;
}
.registrationentry-intro h1 {
  margin-top: 24px;
  margin-bottom: 48px;
}
.registrationentry-intro .input-group {
  margin: 0 auto 48px;
}
.registration-entry .feetype-allowmultiples > .control-label {
  display: block;
  margin-bottom: 8px;
}
.registration-entry .feetype-allowmultiples .form-group {
  margin-left: 19px;
}
.registrationentry-summary .fee-table {
  margin: 0 24px;
}
.registrationentry-summary .fee-table > .row {
  padding: 6px 0;
}
.registrationentry-summary .fee-table > .row div[class^="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.registrationentry-summary .row.fee-header {
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-size: 14px;
  border-bottom: 2px solid #b0b0b0;
}
.registrationentry-summary .fee-row-cost,
.registrationentry-summary .fee-row-total {
  font-weight: 600;
}
.registrationentry-summary .fee-row-total {
  margin-top: 6px;
  border-top: 1px solid #b0b0b0;
}
.registrationentry-summary .row.fee-row-fee {
  font-weight: 300;
}
@media (min-width: 768px) {
  .registrationentry-summary .row.fee-row-fee > div.fee-caption {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .registrationentry-summary div.fee-value {
    float: right;
    text-align: right;
  }
}
.fee-totals {
  margin-top: 24px;
}
.fee-totals .fee-totals-options {
  text-align: right;
}
.amount-to-pay input {
  text-align: right;
}
.picker:before,
.picker:after {
  display: table;
  content: " ";
}
.picker:after {
  clear: both;
}
.picker:before,
.picker:after {
  display: table;
  content: " ";
}
.picker:after {
  clear: both;
}
@media (min-width: 768px) {
  .picker {
    position: relative;
    width: 250px;
    max-width: 100%;
  }
}
.picker .toggle-additional-search-fields {
  display: block;
  float: right;
  font-size: 14px;
}
.picker .toggle-additional-search-fields.active {
  background-color: #e6e6e6;
}
.picker .toggle-additional-search-fields i {
  margin: 0 3px;
}
.picker .picker-mode-options {
  margin-bottom: 12px;
}
.picker .picker-label {
  float: left;
  width: 225px;
  max-width: calc(100% - 25px);
  padding: 6px 12px;
  font-size: 19px;
  line-height: 27px;
  color: #979797;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.picker .picker-label:hover {
  text-decoration: none;
}
.picker .picker-label i {
  float: left;
  margin-right: 6px;
  line-height: inherit;
  vertical-align: bottom;
}
.picker .picker-label span {
  float: left;
  width: calc(100% - 42px);
  overflow: hidden;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.picker .picker-label .fa.fa-caret-down {
  margin-top: 3px;
}
.picker.picker-fullwidth,
.picker.picker-fullwidth .picker-label {
  width: 100%;
}
.picker .input-group-sm > .form-control,
.picker .input-group-sm > .input-group-addon {
  height: 33px;
  padding: 3px 5px;
}
.picker .picker-select-none {
  display: block;
  float: left;
  margin: 6px 0 0 6px;
  cursor: pointer;
}
.picker .scroll-container-picker {
  width: 100%;
}
.picker .scroll-container-picker .viewport {
  width: calc(100% - 15px);
}
.picker .scroll-container-picker .scrollbar {
  width: 5px;
}
.picker .scroll-container-picker .viewport,
.picker .scroll-container-picker .scrollbar {
  height: 380px;
}
@media (max-device-height: 480px) {
  .picker .scroll-container-picker .viewport,
  .picker .scroll-container-picker .scrollbar {
    max-height: 200px;
  }
}
.picker dl {
  margin-bottom: 4px;
}
.picker hr {
  margin-top: 8px;
  margin-right: -8px;
  margin-bottom: 4px;
  margin-left: -8px;
}
.picker h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.picker .picker-menu {
  width: 400px;
  padding: 8px;
}
.picker .picker-menu h4:first-child {
  margin-top: 0;
}
@media (max-width: 479px) {
  .picker .picker-menu {
    position: static;
    max-width: 100%;
  }
}
.picker.picker-menu-right .picker-menu {
  right: 0;
  left: auto;
}
.picker .picker-actions {
  padding: 8px;
  margin: 8px -8px -8px -8px;
  background-color: #e3ded7;
  border-top: 1px solid #cec5b9;
  border-radius: 0 0 4px 4px;
}
.picker .picker-select-item {
  margin-left: 3px;
}
.picker .picker-select-item .radio {
  margin-right: 0;
}
.picker .picker-select-item label,
.picker .picker-select-item .label-text {
  display: block;
}
.picker .personpicker-search-panel .input-group {
  margin-bottom: 4px;
}
.picker .personpicker-search-panel .input-group-addon {
  min-width: 85px;
  text-align: left;
}
@media (min-width: 768px) {
  .picker .picker-select-item-details {
    margin-left: 29px;
  }
}
.picker .picker-select-item-details .person-image {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 8px;
  background-position: 50%;
  background-size: cover;
  border: 1px solid #92bce0;
}
.picker .picker-select-item-details .label.pull-right {
  position: absolute;
  right: 0;
}
.picker .picker-select-item-details .contents {
  float: left;
  width: calc(100% - 78px);
}
.picker .picker-select-item-details .contents h5 {
  margin-bottom: 2px;
}
.picker.picker-geography .picker-menu {
  width: 520px;
}
.picker.picker-person .picker-select {
  padding: 0;
  list-style: none;
}
.picker.picker-person .picker-select-item-details {
  position: relative;
}
.picker.picker-person .picker-select-item-details label {
  position: absolute;
  top: 0;
  right: 0;
}
.picker.picker-person .picker-select-item-details img {
  width: 65px;
}
.picker.picker-novalue .picker-label {
  width: 100%;
  max-width: 100%;
}
.picker.picker-mergefield {
  width: 370px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .picker.picker-lg {
    position: relative;
    width: 350px;
  }
}
.picker.picker-lg .picker-label {
  width: 325px;
}
.date-time-picker {
  margin-bottom: 11px;
}
.date-time-picker .input-group {
  margin-bottom: 4px;
}
.campus-account-amount-picker,
.campus-account-amount-picker .amount-input,
.campus-account-amount-picker .campus-dropdown,
.campus-account-amount-picker .account-dropdown {
  margin-bottom: 15px;
}
.numberincrement {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.numberincrement .numberincrement-up,
.numberincrement .numberincrement-down {
  padding: 6px 12px;
  color: #979797;
  cursor: pointer;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.numberincrement .numberincrement-up.disabled,
.numberincrement .numberincrement-down.disabled {
  color: #cacaca;
  cursor: default;
}
.numberincrement .numberincrement-down {
  border-radius: 4px 0 0 4px;
}
.numberincrement .numberincrement-up {
  border-radius: 0 4px 4px 0;
}
.numberincrement .numberincrement-value {
  padding: 6px 18px;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
}
.numberincrement.input-sm .numberincrement-up,
.numberincrement.input-sm .numberincrement-down {
  padding: 5px 8px;
}
.numberincrement.input-sm .numberincrement-value {
  padding: 5px 12px;
}
.numberincrement.input-lg .numberincrement-up,
.numberincrement.input-lg .numberincrement-down {
  padding: 12px 20px;
}
.numberincrement.input-lg .numberincrement-value {
  padding: 12px 28px;
}
ul.rocktree,
ul.rocktree ul {
  padding: 0;
  margin-bottom: 30px;
  list-style-type: none;
}
ul.rocktree ul {
  margin: 0 0 0 15px;
}
.rocktree .rocktree-item {
  color: #4a4a4a;
  white-space: nowrap;
}
.rocktree .rocktree-item.is-inactive {
  color: #7d7d7d;
}
.rocktree .rocktree-item > i {
  padding: 4px;
  cursor: pointer;
}
.rocktree .rocktree-item .select-children {
  display: none;
  opacity: 0.8;
}
.rocktree .rocktree-item:hover .select-children {
  display: inline;
}
.rocktree li {
  margin: 0;
}
.rocktree span,
.rocktree a {
  display: inline-block;
  margin: 1px;
}
.rocktree .rocktree-name:hover,
.rocktree span:hover,
.rocktree span:hover a {
  color: #fff;
  background: #d0e092;
}
.rocktree .selected,
.rocktree .selected a {
  color: #fff;
  background: #6a6a6a;
}
.rocktree .rocktree-name {
  padding: 2px 6px;
  cursor: pointer;
  border-radius: 3px;
  border-radius: var(--border-radius-base);
}
.rocktree .disabled {
  cursor: default;
}
.rocktree .disabled:hover {
  color: #4a4a4a;
  background: inherit;
}
.rocktree .rocktree-loading {
  margin-left: 10px;
  font-size: 12px;
  color: #4a4a4a !important;
}
.rocktree .rocktree-loading i {
  margin-right: 5px;
}
.rocktree .rocktree-leaf {
  padding-left: 18px;
}
.treeview {
  margin-bottom: 15px;
}
.treeview .treeview-frame {
  padding-left: 0;
}
.treeview .treeview-actions {
  margin-bottom: 7.5px;
}
.treeview .treeview-actions .btn {
  margin-bottom: 4px;
}
.personlist {
  padding-left: 0;
  list-style: none;
}
.personlist li {
  padding-left: 15px;
}
.personlist li i.fa-circle {
  margin-right: 7.5px;
  margin-left: -15px;
  font-size: 9px;
  color: #d0cfcf;
}
.personlist li .actions {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.personlist li:hover .actions {
  opacity: 1;
}
.personlist .popover {
  width: 320px;
}
.rollover-container {
  position: relative;
}
.rollover-container > .rollover-item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.rollover-container:hover > .rollover-item {
  opacity: 1;
}
.touch .rollover-item {
  opacity: 1;
}
.block-title {
  margin: 0 0 9px;
}
.list-as-blocks h3 {
  display: inline-block;
  width: 100%;
  margin: 0 0 6px;
  font-size: 14px;
  word-wrap: break-word;
}
.list-as-blocks ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 16px -15px 0;
  list-style: none;
}
.list-as-blocks ul li {
  position: relative;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .list-as-blocks ul li {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .list-as-blocks ul li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .list-as-blocks ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.list-as-blocks ul li a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  min-height: 90px;
  padding: 8px;
  color: #5697d0;
  text-align: center;
  word-wrap: break-word;
  background-color: #f5f9fc;
  background-clip: border-box;
  border: 1px solid #cde1f1;
  border-radius: 4px;
  -webkit-transition: background-color 200ms linear, border-color 200ms linear;
  -moz-transition: background-color 200ms linear, border-color 200ms linear;
  -ms-transition: background-color 200ms linear, border-color 200ms linear;
  -o-transition: background-color 200ms linear, border-color 200ms linear;
  transition: background-color 200ms linear, border-color 200ms linear;
}
.list-as-blocks ul li a i {
  margin: 6px 0;
  font-size: 26px;
  color: #7eb0db;
}
.list-as-blocks ul li a:hover {
  color: #fff;
  background-color: #d3d3d3;
  border-color: #c6c6c6;
}
.list-as-blocks ul li a:hover i {
  color: #ffffff;
}
.list-as-blocks ul li a .notification {
  position: absolute;
  top: -10px;
  right: -6px;
}
.list-as-blocks ul li a .notification .label {
  padding: 2px 6px;
  border-radius: 36px;
}
.list-as-blocks ul li.active a,
.list-as-blocks ul li.selected a {
  color: #fff;
  background-color: #d3d3d3;
  border-color: #bababa;
}
.list-as-blocks ul li.active a i,
.list-as-blocks ul li.selected a i {
  color: #ffffff;
}
.list-as-blocks ul li.inactive-item {
  opacity: 0.5;
}
.list-as-blocks.has-count a {
  position: relative;
}
.list-as-blocks.has-count a::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border-right: 45px solid #cde1f1;
  border-bottom: 45px solid transparent;
}
.list-as-blocks.has-count .item-count {
  position: absolute;
  top: 5px;
  right: 1px;
  display: block;
  width: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.list-as-blocks .block-status a {
  min-height: 105px;
  padding: 8px 15px;
}
.list-as-blocks .block-status a .status-list {
  margin-top: auto;
}
.nav > li.pill-help a {
  color: #0082ba;
}
.nav > li.pill-help a:hover,
.nav > li.pill-help a:focus {
  color: #0082ba;
  background-color: transparent;
}
.tagsinput {
  float: left;
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .tagsinput .add-tag {
    float: left;
  }
}
.tagsinput input {
  display: block;
  width: 80px;
  padding: 2px;
  margin: 0 auto;
  clear: both;
  font-size: 13px;
  color: #8f8f8f !important;
  /* needed as script adds element value */
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .tagsinput input {
    margin: 0;
  }
}
.tagsinput input:hover,
.tagsinput input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.tagsinput input div {
  display: block;
  float: left;
}
.tagsinput .tags_clear {
  width: 100%;
  height: 0;
  clear: both;
}
.taglist {
  text-align: center;
}
@media (min-width: 768px) {
  .taglist {
    text-align: left;
  }
}
.taglist .tag {
  position: relative;
  display: inline-block;
  height: 22px;
  padding: 1px 12px 0;
  margin-right: 8px;
  margin-bottom: 7.5px;
  font-size: 13px;
  line-height: 18px;
  color: #231f20;
  text-decoration: none;
  background: #c2b8a7;
  border-radius: 4px;
  -webkit-transition: margin-right 0.25s ease-out 1s, padding 0.25s ease-out 1s;
  -moz-transition: margin-right 0.25s ease-out 1s, padding 0.25s ease-out 1s;
  transition: margin-right 0.25s ease-out 1s, padding 0.25s ease-out 1s;
}
@media (min-width: 768px) {
  .taglist .tag {
    float: left;
  }
}
.taglist .tag .tag-icon {
  display: block;
  float: left;
  margin-right: 4px;
}
.taglist .tag span {
  display: block;
  float: left;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.taglist .tag a {
  position: absolute;
  right: 0;
  padding: 0 3px;
  font-weight: 700;
  color: #231f20;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out 1s;
  -moz-transition: opacity 0.25s ease-out 1s;
  transition: opacity 0.25s ease-out 1s;
}
.taglist .tag small {
  font-size: 11px;
}
.taglist .tag:hover span {
  max-width: 1000px;
}
.taglist .tag:hover a {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.taglist .tag-wrap .tag:hover {
  padding-right: 17px;
  margin-right: 3px;
  transition-delay: 0s;
}
.not_valid {
  color: #90111a !important;
  background: #fbd8db !important;
}
.tag-wrap .ui-autocomplete {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 90;
  z-index: 9999 !important;
  min-width: 200px;
  padding: 12px;
  list-style: none;
  background-color: #b9d4ec;
  border: 1px solid #92bce0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tag-wrap .ui-autocomplete li {
  margin-bottom: 4px;
}
.tag-wrap .ui-autocomplete li:last-child {
  margin-bottom: 0;
}
.tag-wrap .ui-autocomplete li a {
  display: block;
  padding: 4px;
  color: #245682;
  text-decoration: none;
  cursor: pointer;
}
.tag-wrap .ui-autocomplete li a:hover {
  background: #92bce0;
  border-radius: 4px;
}
.tag-letterlist {
  color: #7d7d7d;
}
.tag-letterlist li {
  margin-right: 12px;
  cursor: default;
}
.tag-letterlist a {
  font-weight: 600;
}
.photoframe {
  display: inline-block;
  border: 4px solid #92bce0;
}
.photoframe.photoframe-sm {
  border-width: 2px;
}
.smartsearch {
  position: relative;
  width: 298px;
  padding: 2px 6px;
  margin-top: 6px;
  font-size: 12px;
  color: #142f46;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #2c2c2c;
  border-radius: 4px;
}
.smartsearch input::-moz-placeholder,
.smartsearch input::-webkit-input-placeholder {
  color: #000000;
}
.smartsearch .nav > li > a {
  padding: 4px 15px;
}
.smartsearch input::selection,
.smartsearch input::-moz-selection {
  color: #fff;
  background: #2e2e2e;
}
.smartsearch:focus {
  border-color: #595959;
}
.smartsearch .twitter-typeahead {
  display: block !important;
  margin-right: 128px;
}
.smartsearch .smartsearch-type {
  width: 128px;
}
.smartsearch > i {
  position: absolute;
  float: left;
  margin-top: 6px;
  font-size: 16px;
  opacity: 0.6;
}
.smartsearch input {
  width: 150px;
  margin: 0;
  font-size: 14px;
  color: #142f46;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.smartsearch input:focus {
  outline: 0;
  box-shadow: none;
}
.smartsearch .tt-hint {
  padding: 4px 4px 4px 25px;
}
.smartsearch .tt-dropdown-menu {
  min-width: 290px;
  max-width: 100vw;
  margin-top: 2px;
  margin-left: 0;
  border: 0;
}
.smartsearch input.searchinput {
  width: 100%;
  padding: 4px 4px 4px 25px;
  color: #142f46;
  border: 0 !important;
  box-shadow: none !important;
}
.smartsearch .dropdown .navbar-link {
  width: 100%;
  color: #142f46;
  text-align: right;
  cursor: pointer;
}
.smartsearch .dropdown .navbar-link span {
  padding-right: 4px;
}
.smartsearch .dropdown .navbar-link:hover,
.smartsearch .dropdown .navbar-link:focus {
  background-color: transparent;
}
.smartsearch .dropdown.open .navbar-link {
  background-color: transparent;
}
.smartsearch .dropdown .dropdown-menu {
  top: 35px;
  right: 0;
  left: auto;
  font-size: 12px;
  cursor: pointer;
}
fieldset .actions {
  margin-top: 12px;
}
.code-editor {
  position: relative;
}
.note-editor.code-editor-visible {
  padding-bottom: 10px;
  background: #f5f5f5;
}
.note-editor .ace_editor {
  margin: 0;
  border-radius: 0;
}
.html-editor-code-editor {
  display: none;
}
.control-wrapper .html-editor-code-editor {
  display: block;
}
.label a {
  color: #fff;
}
.label-campus {
  color: #fff;
  background-color: #83758f;
}
.label-type {
  color: #fff;
  background-color: #d3d3d3;
}
.label-communicationstatus-approved {
  background-color: #5cb85c;
}
.label-communicationstatus-denied {
  background-color: #d9534f;
}
.label-communicationstatus-draft {
  background-color: #d3d3d3;
}
.label-communicationstatus-submitted {
  background-color: #f0ad4e;
}
.label-communicationstatus-transient {
  background-color: #d3d3d3;
}
.label-tree {
  background-color: #d0e092;
}
.datepicker {
  direction: ltr;
  border-radius: 4px;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown::before {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}
.datepicker-dropdown::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-top: 0;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.datepicker-dropdown.datepicker-orient-left::before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left::after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right::before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right::after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom::before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom::after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top::before {
  bottom: -7px;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
.datepicker-dropdown.datepicker-orient-top::after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.datepicker table tr td,
.datepicker table tr th {
  width: 34px;
  height: 34px;
  padding: 0;
  text-align: center;
  border: 0;
  border-radius: 4px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #d3d3d3;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: #eeeeee;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #d3d3d3;
  cursor: default;
  background: none;
}
.datepicker table tr td.highlighted {
  color: #000;
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #d3d3d3;
  background: #d9edf7;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:focus {
  background: #ffbc42;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #d3d3d3;
  background: #ffdb99;
}
.datepicker table tr td.range {
  color: #000;
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.focused,
.datepicker table tr td.range:hover {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  color: #d3d3d3;
  background: #eeeeee;
}
.datepicker table tr td.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.datepicker table tr td.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datepicker table tr td.range.highlighted {
  color: #0000;
  background: #e4eef3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c0d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #d3d3d3;
  background: #e4eef3;
}
.datepicker table tr td.range.today {
  color: #000;
  background: #f7ca77;
}
.datepicker table tr td.range.today:hover {
  background: #f4b747;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #d3d3d3;
  background: #f7ca77;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #d3d3d3;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  background: #bababa;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #005e87;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus {
  background: #004563;
}
.datepicker table tr td span {
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  line-height: 54px;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  color: #d3d3d3;
  cursor: default;
  background: none;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0082ba;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #d3d3d3;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  width: 12px;
  padding: 0 2px 0 5px;
  font-size: 10px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.timepicker-input:before,
.clearable-input:before,
.timepicker-input:after,
.clearable-input:after {
  display: table;
  content: " ";
}
.timepicker-input:after,
.clearable-input:after {
  clear: both;
}
.timepicker-input:before,
.clearable-input:before,
.timepicker-input:after,
.clearable-input:after {
  display: table;
  content: " ";
}
.timepicker-input:after,
.clearable-input:after {
  clear: both;
}
.timepicker-input .input-group,
.clearable-input .input-group {
  float: left;
}
.timepicker-input i.fa-times,
.clearable-input i.fa-times {
  float: left;
  padding: 6px;
  margin-top: 4px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.timepicker-input:hover i.fa-times,
.clearable-input:hover i.fa-times {
  opacity: 1;
}
.touch .timepicker-input i.fa-times {
  opacity: 1;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu::before {
  right: 12px;
  left: auto;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu::after {
  right: 13px;
  left: auto;
}
.bootstrap-timepicker .add-on {
  cursor: pointer;
}
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu::before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  content: "";
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-timepicker-widget.dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  content: "";
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: #fff;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
  border-bottom: 0;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom::after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-timepicker-widget a.btn {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
  background-color: transparent;
}
.bootstrap-timepicker-widget table td {
  height: 30px;
  padding: 2px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  margin: 0;
  color: #333;
  border: 1px transparent solid;
  outline: 0;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}
.bootstrap-timepicker-widget table td input {
  width: 45px;
  padding: 6px 12px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}
.bootstrap-timepicker-widget table td input:focus {
  border: 1px solid #66afe9;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
.imageupload-group,
.fileupload-group {
  position: relative;
  display: table-cell;
  padding: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.has-error .imageupload-group,
.has-error .fileupload-group {
  border-color: #a94442;
}
.has-error .imageupload-group:focus-within,
.has-error .fileupload-group:focus-within {
  border-color: #d9534f;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.2);
}
.imageupload-group:focus-within {
  border-color: #66afe9;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
}
.imageupload-group .imageupload-thumbnail {
  position: relative;
}
.imageupload-group .imageupload-thumbnail .imageupload-thumbnail-image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove {
  position: absolute;
  right: 0;
  bottom: 0;
}
.imageupload-group .imageupload-thumbnail .imageupload-remove a {
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-top-left-radius: 4px;
}
.imageupload-group .imageupload-dropzone {
  position: relative;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  margin-top: 2px;
  line-height: 12px;
  text-align: center;
  cursor: pointer;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
}
.imageupload-group .imageupload-dropzone ::-webkit-file-upload-button {
  cursor: pointer;
}
.imageupload-group .imageupload-dropzone input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.imageupload-group .imageupload-dropzone span {
  width: 100%;
  font-size: 13px;
  color: #979797;
}
.imageupload-group .imageupload-dropzone span::before {
  padding-right: 0.25em;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f093";
}
.imageupload-group .upload-progress {
  position: absolute;
  top: 26px;
  left: 28px;
  z-index: 2;
  text-align: center;
  opacity: 0.3;
}
.fileupload-group:focus-within {
  border-color: #66afe9;
  box-shadow: 0 0 0 3px rgba(102, 175, 233, 0.6);
}
.fileupload-group .fileupload-remove {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.fileupload-group .fileupload-remove a {
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-top-left-radius: 4px;
}
.fileupload-group .fileuploaddefault-button,
.fileupload-group .fileupload-dropzone,
.fileupload-group .fileupload-button {
  position: relative;
  height: 30px;
  padding-top: 8px;
  line-height: 12px;
  text-align: center;
  background-color: #eeeeee;
}
.fileupload-group .fileuploaddefault-button ::-webkit-file-upload-button,
.fileupload-group .fileupload-dropzone ::-webkit-file-upload-button,
.fileupload-group .fileupload-button ::-webkit-file-upload-button {
  cursor: pointer;
}
.fileupload-group .fileuploaddefault-button input,
.fileupload-group .fileupload-dropzone input,
.fileupload-group .fileupload-button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.fileupload-group .fileuploaddefault-button span,
.fileupload-group .fileupload-dropzone span,
.fileupload-group .fileupload-button span {
  padding: 0 7px;
  font-size: 14px;
  color: #979797;
}
.fileupload-group .fileuploaddefault-button span::before,
.fileupload-group .fileupload-dropzone span::before,
.fileupload-group .fileupload-button span::before {
  padding-right: 4px;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f093";
}
.fileupload-group .fileupload-dropzone {
  margin-top: 2px;
  border-radius: 0 0 4px 4px;
}
.fileupload-group .fileupload-button {
  padding: 5px 10px;
  background-color: #0082ba;
  border: 1px solid #0082ba;
  border-radius: 4px;
}
.fileupload-group .fileupload-button span {
  color: #fff;
}
.fileupload-group .fileuploaddefault-button {
  width: 100px;
  height: 25px;
  padding: 5px;
  margin-top: 2px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.fileupload-group .fileuploaddefault-button:hover {
  color: #484848;
  background-color: #e6e6e6;
  border-color: #bcbcbc;
}
.fileupload-group .fileuploaddefault-button span {
  color: #484848;
}
.fileupload-group .upload-progress {
  position: absolute;
  top: 8px;
  left: 35px;
  z-index: 15;
  font-size: 12px;
  opacity: 0.3;
}
.fileupload-group .upload-progress-sm {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  opacity: 0.3;
}
.fileupload-thumbnail {
  position: relative;
}
.fileupload-thumbnail .file-link {
  position: relative;
  z-index: 10;
  display: block;
  width: 100px;
  height: 50px;
  padding-top: 2px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  color: #979797;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #eeeeee;
  border-radius: 3px;
}
.fileupload-thumbnail .file-link::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  font-family: 'FontAwesome';
  font-size: 28px;
  font-weight: 900;
  line-height: 0;
  color: #c8c8c8;
  content: "\f15b";
}
.fileupload-thumbnail .file-link.file-exists::after {
  content: "\f15c";
}
.picker-asset {
  position: relative;
  display: inline-block;
}
.picker-asset .fileupload-thumbnail {
  width: 100px;
  height: 100px;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.picker-asset .fileupload-thumbnail-icon {
  background-size: 40%;
}
.picker-asset .file-link {
  height: 100px;
  background-color: transparent;
}
.picker-asset .file-link::after {
  display: none;
}
.picker-asset .file-link-default::after {
  display: block;
  content: "\f07c";
}
.picker-asset .picker-select-none {
  position: absolute;
  right: 4px;
  bottom: 35px;
  z-index: 50;
  display: block;
  padding: 2px 6px;
  color: #fff;
  cursor: pointer;
  background-color: #d9534f;
  border-top-left-radius: 4px;
}
.fileupload-group-lg .fileupload-group {
  display: block;
  border-style: dashed;
  border-width: 2px;
}
.fileupload-group-lg .fileupload-group:focus-within {
  border: 2px solid #66afe9;
}
.fileupload-group-lg .fileupload-group .fileupload-thumbnail {
  background-color: #eeeeee;
}
.fileupload-group-lg .fileupload-group .fileupload-dropzone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  -ms-flex-pack: center;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  padding: 0;
  padding: 2px;
  margin: 0;
  background-color: transparent;
}
.fileupload-group-lg .fileupload-group .fileupload-dropzone span {
  margin: 0 16px 11px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .fileupload-group-lg .fileupload-group .fileupload-dropzone span {
    margin-bottom: 52px;
    font-size: 22px;
  }
}
.fileupload-group-lg .fileupload-group .fileupload-dropzone span::before {
  display: none;
}
.fileupload-group-lg .fileupload-group .fileupload-thumbnail .file-link {
  width: 100%;
  height: 152px;
  padding: 12px;
  font-size: 19px;
}
@media (min-width: 768px) {
  .fileupload-group-lg .fileupload-group .fileupload-thumbnail .file-link {
    height: 288px;
    padding: 20px;
  }
}
.fileupload-group-lg .fileupload-group .fileupload-thumbnail .file-link::after {
  font-size: 72px;
  content: "\f15c";
}
@media (min-width: 768px) {
  .fileupload-group-lg .fileupload-group .fileupload-thumbnail .file-link::after {
    font-size: 112px;
  }
}
.updateprogress-status {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1140;
  padding: 15px 10px;
  margin-left: -30px;
  background-color: #0082ba;
  border-radius: 120px;
  box-shadow: 5px 5px 12px 3px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.updateprogress-status .spinner {
  width: 40px;
  height: 30px;
  font-size: 10px;
  text-align: center;
}
.updateprogress-status .spinner > div {
  display: inline-block;
  width: 5px;
  height: 100%;
  margin-right: 2px;
  background-color: #fff;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.updateprogress-status .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.updateprogress-status .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.updateprogress-status .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.updateprogress-status .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (min-width: 992px) {
  .updateprogress-status {
    padding: 30px 20px;
    margin-left: -60px;
  }
  .updateprogress-status .spinner {
    width: 80px;
    height: 60px;
  }
  .updateprogress-status .spinner > div {
    width: 10px;
    margin-right: 3px;
  }
}
.groupmembers {
  padding: 0;
  margin: 6px 0;
  list-style: none;
}
.groupmembers .member {
  float: left;
  min-width: 160px;
  min-height: 90px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.groupmembers .member .person-image {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 7.5px;
  border: 1px solid #92bce0;
}
.groupmembers .member .member-information {
  float: left;
}
.groupmembers .member h4 {
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  text-overflow: ellipsis;
}
.groupmembers .member small {
  display: block;
  margin: 0;
  line-height: 16px;
}
.groupmembers .member .btn {
  margin-top: 6px;
}
.well-message {
  text-align: center;
}
.well-message h1 {
  font-size: 38px;
}
.well-message i {
  margin: 12px 0;
  font-size: 84px;
}
.well-message.well-message-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.well-message.well-message-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.well-message.well-message-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.well-message.well-message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.loginstatus > li {
  min-width: 160px;
  text-align: right;
}
.loginstatus > li li {
  text-align: left;
}
ul.rocklist {
  padding: 0;
  list-style-type: none;
}
ul.rocklist .rocklist-item {
  position: relative;
  float: left;
  width: 140px;
  padding: 6px;
  margin: 0 12px 12px 0;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}
ul.rocklist .rocklist-item .actions {
  position: absolute;
  top: 0;
  right: 4px;
}
ul.rocklist .rocklist-item .action {
  display: block;
  margin-bottom: 2px;
}
ul.rocklist .rocklist-item .file-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
ul.rocklist .rocklist-item:hover {
  color: #fff;
  background: #d0e092;
}
ul.rocklist .rocklist-item.selected {
  color: #fff;
  background: #6a6a6a;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  min-width: 200px;
  padding: 12px;
  color: #245682;
  background-color: #b9d4ec;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #92bce0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  display: block;
}
.tt-suggestion p {
  padding: 4px;
  margin: 0;
  border-radius: 4px;
}
.tt-suggestion p:hover {
  color: #4a4a4a;
  background-color: #92bce0;
}
.tt-suggestion.tt-is-under-cursor {
  color: #6aa3d5;
}
.tt-suggestion.tt-is-under-cursor a {
  color: #245682;
}
.image-editor-photo {
  position: relative;
  width: 150px;
}
.image-editor-photo .image-container {
  width: 150px;
  height: 150px;
  border: 3px solid #92bce0;
}
.image-editor-photo .options {
  position: absolute;
  top: 110px;
  right: 0;
  padding: 6px 12px;
  color: #000000;
  background-color: #92bce0;
  border-radius: 4px 0 0 4px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.image-editor-photo .options a {
  margin-right: 12px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.image-editor-photo .options a:hover {
  opacity: 0.5;
}
.image-editor-photo .options a:last-child {
  margin-right: 0;
}
.image-editor-photo .js-upload-progress {
  position: absolute;
  top: 55px;
  left: 55px;
  color: #979797;
  opacity: 0.5;
}
.image-editor-fileinput {
  height: 0;
  visibility: hidden;
}
.image-editor-group.imageupload-group {
  border: 0;
}
.image-editor-crop-container {
  width: 480px;
  height: 480px;
}
.image-editor-photo:hover .options {
  opacity: 1;
}
.activeusers .recent i {
  color: #5cb85c;
}
.activeusers .not-recent i {
  color: #f0ad4e;
}
.nav-paging .btn-prev {
  float: left;
}
.nav-paging .btn-next {
  float: right;
}
.list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-horizontal:before,
.list-horizontal:after {
  display: table;
  content: " ";
}
.list-horizontal:after {
  clear: both;
}
.list-horizontal:before,
.list-horizontal:after {
  display: table;
  content: " ";
}
.list-horizontal:after {
  clear: both;
}
.list-horizontal li {
  float: left;
  margin-right: 2px;
  margin-bottom: 4px;
}
.key-value-rows .controls-row {
  margin-bottom: 6px;
}
.contextsetter {
  margin-right: 2px;
}
ul.list-group-panel,
.panel-collapse {
  margin: 0;
}
ul.list-group-panel .list-group,
.panel-collapse .list-group {
  margin-bottom: 0;
}
ul.list-group-panel .list-group-item,
.panel-collapse .list-group-item {
  border: 0;
  border-top: 1px solid #ddd;
  border-radius: 0;
}
ul.list-group-panel .list-group-item:first-child,
.panel-collapse .list-group-item:first-child {
  border: 0;
}
.input-group-sm .slidingdaterange-daterange .form-control,
.input-group-sm .slidingdaterange-daterange .input-group-addon {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm .slidingdaterange-daterange .form-control,
select.input-group-sm .slidingdaterange-daterange .input-group-addon {
  height: 37px;
  padding: 5px 36px 5px 10px;
}
textarea.input-group-sm .slidingdaterange-daterange .form-control,
textarea.input-group-sm .slidingdaterange-daterange .input-group-addon,
select[multiple].input-group-sm .slidingdaterange-daterange .form-control,
select[multiple].input-group-sm .slidingdaterange-daterange .input-group-addon {
  height: auto;
}
.slidingdaterange-select,
.slidingdaterange-number,
.slidingdaterange-daterange .input-group {
  margin-bottom: 6px;
}
.photo-round {
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  border-radius: 9999px;
}
.photo-round.photo-round-sm {
  width: 35px;
  height: 35px;
}
.photo-round.photo-round-xs {
  width: 20px;
  height: 20px;
}
.wizard {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 8px 0;
  background-color: #eeeeee;
}
.wizard:before,
.wizard:after {
  display: table;
  content: " ";
}
.wizard:after {
  clear: both;
}
.wizard:before,
.wizard:after {
  display: table;
  content: " ";
}
.wizard:after {
  clear: both;
}
@media only screen and (max-width: 480px) {
  .wizard {
    display: none;
  }
}
.wizard .wizard-item {
  position: relative;
  /* Because we are absolutely positioning the connector */
  width: 100%;
  min-width: 75px;
  color: #8a8a8a;
  text-align: center;
  word-break: break-word;
  cursor: default;
}
.wizard .wizard-item a {
  color: #8a8a8a;
}
.wizard .wizard-item .wizard-item-icon {
  min-width: 75px;
}
.wizard .wizard-item .wizard-item-icon i {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 9px 7px;
  color: #bbb;
  background: #3bc4ff;
  border: 1px solid #bbb;
  border-radius: 60px;
}
.wizard .wizard-item .wizard-item-label {
  padding-top: 5px;
}
.wizard .wizard-item::before {
  position: absolute;
  top: 18px;
  /* Same as above */
  left: -50%;
  width: calc(100% - 36px);
  /* 22px = icon width */
  height: 1px;
  margin-left: 18px;
  /* 11px = 1/2 icon width */
  content: "";
  background-color: #bbb;
}
.wizard .wizard-item.active {
  font-weight: 700;
  color: #0082ba;
}
.wizard .wizard-item.active::before {
  background-color: #a2a2a2;
}
.wizard .wizard-item.active .wizard-item-icon i {
  color: #fff;
  background-color: #0082ba;
  border-color: #0082ba;
}
.wizard .wizard-item.complete {
  color: #0082ba;
}
.wizard .wizard-item.complete a {
  color: #0082ba;
}
.wizard .wizard-item.complete::before {
  background-color: #a2a2a2;
}
.wizard .wizard-item.complete .wizard-item-icon i {
  color: #fff;
  background-color: #0082ba;
  border-color: #fff;
}
.wizard .wizard-item:first-of-type::before {
  display: none;
}
.rock-checkbox-icon {
  cursor: pointer;
}
.in-columns {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-column-width: 130px;
  -moz-column-width: 130px;
  column-width: 130px;
}
.in-columns-1 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
.in-columns-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.in-columns-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
.in-columns-4 {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
}
.in-columns-5 {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}
.in-columns-6 {
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
}
.in-columns .radio,
.in-columns .checkbox,
.in-columns .radio-inline,
.in-columns .checkbox-inline {
  display: block;
  padding-right: 0;
}
.in-columns .radio:first-child,
.in-columns .checkbox:first-child,
.in-columns .radio-inline:first-child,
.in-columns .checkbox-inline:first-child {
  margin-top: 0;
}
.in-columns .checkbox-inline:first-child,
.in-columns .radio-inline:first-child {
  padding-left: 20px;
}
.in-columns .label-text {
  display: inline-block;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-column-break-inside: avoid-column;
  break-inside: avoid-column;
}
.in-columns .radio-inline + .radio-inline,
.in-columns .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.radio-inline label,
.checkbox-inline label {
  font-weight: 400;
}
.checkbox-inline:first-child,
.radio-inline:first-child {
  padding-left: 30px;
}
.checkbox-inline:first-child.rock-checkbox-icon,
.radio-inline:first-child.rock-checkbox-icon {
  padding-left: 0 !important;
}
.checkbox-inline:first-child.rock-checkbox-icon i,
.radio-inline:first-child.rock-checkbox-icon i {
  width: 30px;
}
.assessment .radio,
.assessment .checkbox {
  min-height: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.assessment .radio label,
.assessment .checkbox label {
  padding-left: 0;
}
.assessment .modal-body > .checkbox label input {
  z-index: 0;
  opacity: 1;
}
.assessment .radio-inline,
.assessment .checkbox-inline {
  padding-right: 16px;
  padding-left: 30px;
  margin-left: 0;
}
.assessment .radio-inline label,
.assessment .checkbox-inline label {
  margin-bottom: 0;
}
.assessment .form-align .radio,
.assessment .form-horizontal .radio,
.assessment .form-align .checkbox,
.assessment .form-horizontal .checkbox,
.assessment .form-align .radio-inline,
.assessment .form-horizontal .radio-inline,
.assessment .form-align .checkbox-inline,
.assessment .form-horizontal .checkbox-inline {
  padding-top: 0;
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.assessment .form-align .radio-inline + .radio-inline,
.assessment .form-horizontal .radio-inline + .radio-inline,
.assessment .form-align .checkbox-inline + .checkbox-inline,
.assessment .form-horizontal .checkbox-inline + .checkbox-inline {
  margin-top: 7px;
}
.assessment .radio,
.assessment .checkbox,
.assessment .radio-inline,
.assessment .checkbox-inline {
  padding-left: 28px;
}
.assessment .radio.deselected,
.assessment .checkbox.deselected,
.assessment .radio-inline.deselected,
.assessment .checkbox-inline.deselected {
  opacity: 0.5;
}
.assessment .radio .label-text::before,
.assessment .checkbox .label-text::before,
.assessment .radio-inline .label-text::before,
.assessment .checkbox-inline .label-text::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 0.25rem;
}
.assessment .radio .label-text::after,
.assessment .checkbox .label-text::after,
.assessment .radio-inline .label-text::after,
.assessment .checkbox-inline .label-text::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background: no-repeat center/50%;
}
.assessment .radio input,
.assessment .checkbox input,
.assessment .radio-inline input,
.assessment .checkbox-inline input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.assessment .radio input:checked ~ .label-text::before,
.assessment .checkbox input:checked ~ .label-text::before,
.assessment .radio-inline input:checked ~ .label-text::before,
.assessment .checkbox-inline input:checked ~ .label-text::before {
  background-color: #0082ba;
  border-color: #0082ba;
}
.assessment .radio input:focus ~ .label-text::before,
.assessment .checkbox input:focus ~ .label-text::before,
.assessment .radio-inline input:focus ~ .label-text::before,
.assessment .checkbox-inline input:focus ~ .label-text::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 130, 186, 0.2);
}
.assessment .radio input:active ~ .label-text::before,
.assessment .checkbox input:active ~ .label-text::before,
.assessment .radio-inline input:active ~ .label-text::before,
.assessment .checkbox-inline input:active ~ .label-text::before {
  color: #fff;
  background-color: #54ccff;
}
.assessment .radio input:disabled ~ .label-text,
.assessment .checkbox input:disabled ~ .label-text,
.assessment .radio-inline input:disabled ~ .label-text,
.assessment .checkbox-inline input:disabled ~ .label-text {
  color: #d3d3d3;
}
.assessment .radio input:disabled ~ .label-text::before,
.assessment .checkbox input:disabled ~ .label-text::before,
.assessment .radio-inline input:disabled ~ .label-text::before,
.assessment .checkbox-inline input:disabled ~ .label-text::before {
  background-color: #eeeeee;
}
.assessment .radio-inline + .radio-inline,
.assessment .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.assessment .checkbox input:checked ~ .label-text::after,
.assessment .checkbox-inline input:checked ~ .label-text::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.assessment .radio .label-text::before,
.assessment .radio-inline .label-text::before {
  border-radius: 50%;
}
.assessment .radio input:checked ~ .label-text::after,
.assessment .radio-inline input:checked ~ .label-text::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.panel .panel-heading.panel-follow {
  position: relative;
  padding-right: 40px;
}
.panel-follow-status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  padding: 10px 0 0;
  color: #4a4a4a;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #cde1f1;
  opacity: 0.4;
  transition: 0.5s;
}
.panel-follow-status::before {
  font-family: 'FontAwesome';
  content: "\f005";
}
.panel-follow-status.following {
  color: #fff;
  background-color: #b9d4ec;
  opacity: 1;
}
.panel-follow-status.following::before {
  content: "\f005";
}
.number-range-editor .form-control-group .form-control {
  margin-bottom: 6px;
}
.date-range-picker .input-group {
  margin-bottom: 6px;
}
.btn-copy-to-clipboard:focus {
  outline: 0;
}
.rating-input i {
  margin-right: 8px;
  font-size: 18px;
  cursor: pointer;
}
.value-list-rows .controls-row {
  margin-bottom: 6px;
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  float: left;
  width: 100px;
  height: 100px;
  cursor: crosshair;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/saturation.png");
}
.colorpicker-saturation i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 -4px;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.colorpicker-saturation i b {
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.colorpicker-hue,
.colorpicker-alpha {
  float: left;
  width: 15px;
  height: 100px;
  margin-bottom: 4px;
  margin-left: 4px;
  cursor: row-resize;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #000;
  border-top: 1px solid #fff;
}
.colorpicker-hue {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  display: none;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha.png");
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  top: 0;
  left: 0;
  z-index: 2500;
  min-width: 130px;
  padding: 4px;
  margin-top: 1px;
  *zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.colorpicker::before,
.colorpicker::after {
  display: table;
  line-height: 0;
  content: "";
}
.colorpicker::before {
  position: absolute;
  top: -7px;
  left: 6px;
  display: inline-block;
  content: "";
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
}
.colorpicker::after {
  position: absolute;
  top: -6px;
  left: 7px;
  display: inline-block;
  clear: both;
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-position: 0 100%;
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha.png");
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 16px;
  margin-top: 5px;
  clear: both;
  background: none !important;
}
.colorpicker-selectors i {
  float: left;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon,
.colorpicker-element .add-on {
  position: relative;
  z-index: 1;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  position: relative;
  z-index: initial;
  display: inline-block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  vertical-align: text-top;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
}
.colorpicker-element .input-group-addon i::before,
.colorpicker-element .add-on i::before {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 27px;
  height: 27px;
  content: "";
  background-image: linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 75%, #f8f9fa 75%, #f8f9fa), linear-gradient(45deg, #f8f9fa 25%, transparent 25%, transparent 75%, #f8f9fa 75%, #f8f9fa);
  background-position: 0 0, 30px 30px;
  background-size: 12px 12px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 0 1px inset;
}
.colorpicker.colorpicker-inline {
  position: relative;
  z-index: auto;
  display: inline-block;
  float: none;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  float: left;
  width: 100px;
  height: 15px;
  margin-bottom: 4px;
  margin-left: 0;
  cursor: col-resize;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 15px;
  margin-top: 0;
  background: #fff;
  border: 0;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../../../Assets/Images/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible,
.colorpicker-inline.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}
.colorpicker-right::before {
  right: 6px;
  left: auto;
}
.colorpicker-right::after {
  right: 7px;
  left: auto;
}
.html-editor-container.loading {
  box-sizing: content-box;
  padding: 0 0 53px;
}
.note-editor.panel-default {
  border-color: #cde1f1;
}
.note-editor.panel-default > .panel-heading {
  background-color: #fff;
}
.htmleditor-filebrowser .is-postback > .modal-header {
  padding: 5px 15px;
  margin: 0 -15px 15px;
  margin-top: 0;
  color: #eaeaea;
  background-color: #373737;
}
.htmleditor-filebrowser .is-postback > .modal-footer {
  padding: 8px 24px;
  margin-right: -15px;
  margin-left: -15px;
  color: #245682;
  background-color: #b9d4ec;
}
.htmleditor-assetmanager .is-postback > .modal-header {
  padding: 5px 15px;
  margin: 0 -15px 15px;
  margin-top: 0;
  color: #eaeaea;
  background-color: #373737;
}
.htmleditor-assetmanager .is-postback > .modal-footer {
  padding: 8px 24px;
  margin-right: -15px;
  margin-left: -15px;
  color: #245682;
  background-color: #b9d4ec;
}
.picker-folders,
.picker-files {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 480px) {
  .picker-folders,
  .picker-files {
    float: left;
  }
}
.picker-folders .scroll-container-vertical,
.picker-files .scroll-container-vertical {
  width: auto;
}
.picker-folders .scroll-container-vertical .viewport,
.picker-files .scroll-container-vertical .viewport {
  width: auto;
}
.picker-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.picker-folders {
  max-width: 320px;
  padding-right: 24px;
}
@media (max-width: 479px) {
  .picker-folders {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 24px;
  }
}
.picker-folders .actions {
  margin-bottom: 15px;
}
@media (max-width: 479px) {
  .picker-folders .scroll-container-vertical .viewport {
    height: 100px;
  }
}
.picker-files .empty-folder-notification {
  display: block;
  text-align: center;
}
.picker-files .assetmanager-actions .fileupload-group {
  padding: 0;
  border: 0;
}
.picker-files .assetmanager-actions .fileupload-group .fileupload-button {
  height: 33px;
  padding: 7px 10px;
  line-height: 1;
}
.picker-files img.file-browser-image {
  width: 80px;
  height: 80px;
}
iframe.file-browser {
  border: 0;
}
.structured-content-container {
  min-height: 378px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .structured-content-container {
    background: #ffffff;
  }
}
@media (min-width: 1200px) {
  .structured-content-container {
    min-height: 520px;
    padding: 40px;
  }
}
.structured-content-container:focus-within {
  border: var(--focus-state-border);
  box-shadow: var(--focus-state-shadow);
}
.structured-content-container .codex-editor {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 768px) {
  .structured-content-container .codex-editor {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .structured-content-container .codex-editor {
    padding: 50px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
}
.codex-editor .ce-settings {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.directory-letters li {
  width: 3.8455%;
  min-width: 20px;
}
.directory-grid > div.row:nth-child(odd) {
  background-color: #f7f7f7;
}
.panel-parent > .panel-body {
  padding: 0;
}
.panel-parent .panel {
  margin-bottom: 0;
  border: 0;
}
.panel-parent .panel .panel-heading {
  display: none;
}
.assetmanager-files .checkbox {
  width: 20px;
  padding-left: 0;
}
.assetmanager-actions .fileupload-group {
  margin-bottom: 0;
}
/* Dragula */
.gu-mirror {
  position: fixed !important;
  z-index: 9999 !important;
  margin: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (max-width: 991px) {
  .hide-label-sm .control-label {
    display: none;
  }
}
.custom-switch {
  padding-left: 36px;
}
.custom-switch-centered .custom-switch {
  padding-top: 13.5px !important;
}
.custom-switch .custom-control-label {
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
.custom-switch .custom-control-label.custom-control-label-bold {
  font-weight: 600;
}
.custom-switch .custom-control-label::before {
  position: absolute;
  top: 4px;
  left: -36px;
  display: block;
  width: 28px;
  height: 16px;
  pointer-events: all;
  content: "";
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.custom-switch .custom-control-label::after {
  position: absolute;
  top: 6px;
  left: -34px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: no-repeat 50%/50% 50%;
  background-color: #ccc;
  border-radius: 10px;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 130, 186, 0.2);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eeeeee;
}
.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #66afe9;
}
.custom-switch .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #54ccff;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(12px);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0082ba;
  border-color: #0082ba;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 130, 186, 0.5);
}
.kpi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.kpi-container > .kpi {
  min-width: var(--kpi-min-width, 220px);
  margin: 8px;
}
@media (min-width: 768px) {
  .kpi-container > .kpi {
    max-width: calc(50% - 16px);
    max-width: calc(var(--kpi-col-sm, 50%) - 16px);
  }
}
@media (min-width: 992px) {
  .kpi-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .kpi-container > .kpi {
    max-width: calc(33.3333% - 16px);
    max-width: calc(var(--kpi-col-md, 33.33333%) - 16px);
  }
}
@media (min-width: 1200px) {
  .kpi-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .kpi-container > .kpi {
    max-width: calc(25% - 16px);
    max-width: calc(var(--kpi-col-lg, 25%) - 16px);
  }
}
.kpi-title {
  margin-top: 0;
  font-weight: 600;
}
.kpi {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  margin: 0 8px 16px;
  overflow-y: hidden;
  font-size: 26px;
  color: #357ebd;
}
.kpi-card {
  background: #fff;
  border: 1px solid #000;
  border-color: currentColor;
  border-radius: 4px;
}
.kpi-stat {
  flex: 1 1 0;
  align-self: flex-start;
  min-width: 0;
  padding: 8px 16px;
  overflow: hidden;
}
.kpi-icon + .kpi-stat {
  align-self: center;
}
.kpi-value {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.kpi-subvalue {
  padding-left: 0.4em;
  font-size: 0.6em;
  font-weight: 400;
  color: #9f9f9f;
}
.kpi-label,
.kpi-secondary-label,
.kpi-lg-label {
  display: block;
  font-size: 0.538em;
  line-height: 1.1;
  color: #d3d3d3;
}
.kpi-secondary-label {
  font-size: 12px;
  line-height: 12px;
  opacity: 0.7;
}
.kpi-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 35%;
  height: 100%;
  font-size: 32px;
  vertical-align: top;
}
.kpi-card .kpi-icon {
  margin-left: 12px;
}
.has-icon-bg .kpi-icon {
  display: block;
  width: max-content;
  margin-left: 0;
}
.has-icon-bg .kpi-icon .kpi-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.has-icon-bg.kpi-sm > .kpi-icon {
  display: flex;
  flex-grow: 1;
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.kpi-icon .svg-placeholder {
  display: none;
  width: 2em;
  height: auto;
  background: currentColor;
  border-radius: 4px;
  opacity: 0;
}
.kpi-card > .kpi-icon .svg-placeholder {
  height: 100%;
  border-radius: 0;
}
.has-icon-bg .kpi-icon .svg-placeholder {
  display: block;
  opacity: 0.2;
}
@supports not (width: fit-content) {
  .kpi-lg.has-icon-bg .kpi-icon {
    min-width: 86px;
  }
  .has-icon-bg .kpi-icon {
    min-width: 57px;
    height: 100%;
  }
  .has-icon-bg .kpi-icon::before {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    content: " ";
    background: currentColor;
    opacity: 0.2;
  }
  .has-icon-bg .kpi-icon .svg-placeholder {
    opacity: 0 !important;
  }
}
.kpi-sm .kpi-icon {
  font-size: 24px;
}
.kpi-sm .kpi-stat {
  padding: 4px 8px;
}
.kpi-lg,
.kpi-xl {
  font-size: 30px;
}
.kpi-lg .kpi-stat,
.kpi-xl .kpi-stat {
  padding: 16px 10px;
}
.kpi-lg .kpi-label,
.kpi-xl .kpi-label,
.kpi-lg-label {
  padding: 3px 0;
  font-size: 17px;
  font-weight: 400;
}
.kpi-lg .kpi-icon,
.kpi-xl .kpi-icon {
  overflow: visible;
  font-size: 48px;
  text-align: center;
}
.kpi-lg-label {
  font-size: 17px;
}
.kpi-xl {
  font-size: 48px;
}
.kpi-xl .kpi-icon {
  font-size: 54px;
}
.stat-value-lg {
  display: block;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}
/*
    Used to manage styles for specific blocks.

    1. Error Page
    2. Blank Page
    3. Exception Page
*/
.error-wrap {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}
.error-wrap h1 {
  font-size: 45px;
}
.error-wrap .error-icon {
  margin: 15px;
  font-size: 256px;
  line-height: 256px;
  opacity: 0.7;
}
.error-wrap .error-icon.info {
  color: #5bc0de;
}
.error-wrap .error-icon.warning {
  color: #f0ad4e;
}
.error-wrap .error-icon.danger {
  color: #d9534f;
}
.error-details pre {
  color: #a94442;
  background-color: transparent;
  border: 0;
}
.rock-blank {
  background-color: #fff;
}
.rock-blank main.container {
  padding: 12px;
  margin: 0;
}
.exception-table {
  word-break: break-all;
  word-wrap: break-word;
}
.exception-table td {
  min-width: 200px;
  vertical-align: text-top;
}
.exceptionDetail-stackTrace-hide {
  display: none;
}
.exceptionDetail-stackTrace-show {
  display: table-row;
}
.exceptionDetail-stackTrace-show pre {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
/*
    Used to manage styles related to Rock's internal scrollbar

*/
.scroll-container {
  clear: both;
}
.scroll-container .viewport {
  position: relative;
  overflow: hidden;
}
.scroll-container .overview {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
}
.scroll-container .track {
  position: relative;
  padding: 0;
  background-color: #aaa;
  border-radius: 4px;
}
.scroll-container .thumb {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background-color: #ccc;
  border-radius: 120px;
  -webkit-touch-callout: none;
}
.scroll-container .disable {
  display: none;
}
.scroll-container-vertical {
  width: 520px;
}
.scroll-container-vertical .viewport {
  width: 500px;
  height: 375px;
}
.scroll-container-vertical .overview {
  width: 100%;
}
.scroll-container-vertical .scrollbar {
  position: relative;
  float: right;
  width: 15px;
  height: 120px;
}
.scroll-container-vertical .track {
  width: 1px;
  height: 100%;
  border-radius: 4px;
}
.scroll-container-vertical .thumb {
  top: 0;
  width: 13px;
  height: 20px;
  margin-left: -6px;
}
.scroll-container-horizontal {
  width: 100%;
  margin: 0;
}
.scroll-container-horizontal .viewport {
  width: 100%;
  min-height: 200px;
}
.scroll-container-horizontal .scrollbar {
  position: relative;
  width: 120px;
  height: 15px;
}
.scroll-container-horizontal .track {
  width: 100%;
  height: 1px;
  padding: 0 1px;
}
.scroll-container-horizontal .thumb {
  width: 20px;
  height: 13px;
  margin-top: -6px;
  border-radius: 10px;
}
.noSelect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*

  Used to provide extensible classes for plugin developers to use to help them match the themes they are running in

*/
.primary-color {
  color: #fff;
  background-color: #0082ba;
}
.theme-color-1 {
  color: #fff;
  background-color: #428bca;
}
.theme-color-1-bordered {
  color: #fff;
  background-color: #428bca;
  border: 1px solid #3071a9;
}
.theme-color-2 {
  color: #eaeaea;
  background-color: #373737;
}
.theme-color-2-bordered {
  color: #eaeaea;
  background-color: #373737;
  border: 1px solid #1e1e1e;
}
.theme-color-3 {
  color: #142f46;
  background-color: #92bce0;
}
.theme-color-3-bordered {
  color: #142f46;
  background-color: #92bce0;
  border: 1px solid #6aa3d5;
}
.theme-color-4 {
  color: #245682;
  background-color: #b9d4ec;
}
.theme-color-4-bordered {
  color: #245682;
  background-color: #b9d4ec;
  border: 1px solid #92bce0;
}
.theme-color-5 {
  color: #357ebd;
  background-color: #e1edf7;
}
.theme-color-5-bordered {
  color: #357ebd;
  background-color: #e1edf7;
  border: 1px solid #b9d4ec;
}
.theme-color-6 {
  color: #5697d0;
  background-color: #f5f9fc;
}
.theme-color-6-bordered {
  color: #5697d0;
  background-color: #f5f9fc;
  border: 1px solid #cde1f1;
}
.theme-color-7 {
  color: #fff;
  background-color: #adca42;
}
.theme-color-7-bordered {
  color: #fff;
  background-color: #adca42;
  border: 1px solid #8fa930;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.bg-primary {
  background-color: #0082ba !important;
}
.bg-success {
  background-color: #5cb85c !important;
}
.bg-info {
  background-color: #5bc0de !important;
}
.bg-warning {
  background-color: #f0ad4e !important;
}
.bg-danger {
  background-color: #d9534f !important;
}
.bg-critical {
  background-color: #ee7624 !important;
}
.bg-body,
.bg-color {
  background-color: #fff !important;
}
.border {
  border: 1px solid #000 !important;
}
.border-top {
  border-top: 1px solid #000 !important;
}
.border-right {
  border-right: 1px solid #000 !important;
}
.border-bottom {
  border-bottom: 1px solid #000 !important;
}
.border-left {
  border-left: 1px solid #000 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #0082ba !important;
}
.border-success {
  border-color: #5cb85c !important;
}
.border-danger {
  border-color: #d9534f !important;
}
.border-warning {
  border-color: #f0ad4e !important;
}
.border-info {
  border-color: #5bc0de !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-sm {
  border-radius: 3px !important;
}
.rounded-lg {
  border-radius: 6px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 999px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #ddd;
}
.card-header:first-child {
  border-radius: calc(4px - 1px) calc(4px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #ddd;
}
.card-footer:last-child {
  border-radius: 0 0 calc(4px - 1px) calc(4px - 1px);
}
.card-header-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(4px - 1px);
  border-top-right-radius: calc(4px - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(4px - 1px);
  border-bottom-left-radius: calc(4px - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  margin-bottom: -1px;
  border-radius: 0;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-current {
  background-color: currentColor !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray-100 {
  background-color: #f8f9fa !important;
}
.bg-gray-200 {
  background-color: #e9ecef !important;
}
.bg-gray-300 {
  background-color: #dee2e6 !important;
}
.bg-gray-400 {
  background-color: #ced4da !important;
}
.bg-gray-500 {
  background-color: #adb5bd !important;
}
.bg-gray-600 {
  background-color: #6c757d !important;
}
.bg-gray-700 {
  background-color: #495057 !important;
}
.bg-gray-800 {
  background-color: #343a40 !important;
}
.bg-gray-900 {
  background-color: #212529 !important;
}
.bg-red-100 {
  background-color: #fff5f5 !important;
}
.bg-red-200 {
  background-color: #fed7d7 !important;
}
.bg-red-300 {
  background-color: #feb2b2 !important;
}
.bg-red-400 {
  background-color: #fc8181 !important;
}
.bg-red-500 {
  background-color: #f56565 !important;
}
.bg-red-600 {
  background-color: #e53e3e !important;
}
.bg-red-700 {
  background-color: #c53030 !important;
}
.bg-red-800 {
  background-color: #9b2c2c !important;
}
.bg-red-900 {
  background-color: #742a2a !important;
}
.bg-orange-100 {
  background-color: #fffaf0 !important;
}
.bg-orange-200 {
  background-color: #feebc8 !important;
}
.bg-orange-300 {
  background-color: #fbd38d !important;
}
.bg-orange-400 {
  background-color: #f6ad55 !important;
}
.bg-orange-500 {
  background-color: #ed8936 !important;
}
.bg-orange-600 {
  background-color: #dd6b20 !important;
}
.bg-orange-700 {
  background-color: #c05621 !important;
}
.bg-orange-800 {
  background-color: #9c4221 !important;
}
.bg-orange-900 {
  background-color: #7b341e !important;
}
.bg-yellow-100 {
  background-color: #fffff0 !important;
}
.bg-yellow-200 {
  background-color: #fefcbf !important;
}
.bg-yellow-300 {
  background-color: #faf089 !important;
}
.bg-yellow-400 {
  background-color: #f6e05e !important;
}
.bg-yellow-500 {
  background-color: #ecc94b !important;
}
.bg-yellow-600 {
  background-color: #d69e2e !important;
}
.bg-yellow-700 {
  background-color: #b7791f !important;
}
.bg-yellow-800 {
  background-color: #975a16 !important;
}
.bg-yellow-900 {
  background-color: #744210 !important;
}
.bg-green-100 {
  background-color: #f0fff4 !important;
}
.bg-green-200 {
  background-color: #c6f6d5 !important;
}
.bg-green-300 {
  background-color: #9ae6b4 !important;
}
.bg-green-400 {
  background-color: #68d391 !important;
}
.bg-green-500 {
  background-color: #48bb78 !important;
}
.bg-green-600 {
  background-color: #38a169 !important;
}
.bg-green-700 {
  background-color: #2f855a !important;
}
.bg-green-800 {
  background-color: #276749 !important;
}
.bg-green-900 {
  background-color: #22543d !important;
}
.bg-teal-100 {
  background-color: #e6fffa !important;
}
.bg-teal-200 {
  background-color: #b2f5ea !important;
}
.bg-teal-300 {
  background-color: #81e6d9 !important;
}
.bg-teal-400 {
  background-color: #4fd1c5 !important;
}
.bg-teal-500 {
  background-color: #38b2ac !important;
}
.bg-teal-600 {
  background-color: #319795 !important;
}
.bg-teal-700 {
  background-color: #2c7a7b !important;
}
.bg-teal-800 {
  background-color: #285e61 !important;
}
.bg-teal-900 {
  background-color: #234e52 !important;
}
.bg-blue-100 {
  background-color: #ebf8ff !important;
}
.bg-blue-200 {
  background-color: #bee3f8 !important;
}
.bg-blue-300 {
  background-color: #90cdf4 !important;
}
.bg-blue-400 {
  background-color: #63b3ed !important;
}
.bg-blue-500 {
  background-color: #4299e1 !important;
}
.bg-blue-600 {
  background-color: #3182ce !important;
}
.bg-blue-700 {
  background-color: #2b6cb0 !important;
}
.bg-blue-800 {
  background-color: #2c5282 !important;
}
.bg-blue-900 {
  background-color: #2a4365 !important;
}
.bg-indigo-100 {
  background-color: #ebf4ff !important;
}
.bg-indigo-200 {
  background-color: #c3dafe !important;
}
.bg-indigo-300 {
  background-color: #a3bffa !important;
}
.bg-indigo-400 {
  background-color: #7f9cf5 !important;
}
.bg-indigo-500 {
  background-color: #667eea !important;
}
.bg-indigo-600 {
  background-color: #5a67d8 !important;
}
.bg-indigo-700 {
  background-color: #4c51bf !important;
}
.bg-indigo-800 {
  background-color: #434190 !important;
}
.bg-indigo-900 {
  background-color: #3c366b !important;
}
.bg-purple-100 {
  background-color: #faf5ff !important;
}
.bg-purple-200 {
  background-color: #e9d8fd !important;
}
.bg-purple-300 {
  background-color: #d6bcfa !important;
}
.bg-purple-400 {
  background-color: #b794f4 !important;
}
.bg-purple-500 {
  background-color: #9f7aea !important;
}
.bg-purple-600 {
  background-color: #805ad5 !important;
}
.bg-purple-700 {
  background-color: #6b46c1 !important;
}
.bg-purple-800 {
  background-color: #553c9a !important;
}
.bg-purple-900 {
  background-color: #44337a !important;
}
.bg-pink-100 {
  background-color: #fff5f7 !important;
}
.bg-pink-200 {
  background-color: #fed7e2 !important;
}
.bg-pink-300 {
  background-color: #fbb6ce !important;
}
.bg-pink-400 {
  background-color: #f687b3 !important;
}
.bg-pink-500 {
  background-color: #ed64a6 !important;
}
.bg-pink-600 {
  background-color: #d53f8c !important;
}
.bg-pink-700 {
  background-color: #b83280 !important;
}
.bg-pink-800 {
  background-color: #97266d !important;
}
.bg-pink-900 {
  background-color: #702459 !important;
}
.text-transparent {
  color: transparent !important;
}
.text-current {
  color: currentColor !important;
}
.text-black {
  color: #000 !important;
}
.text-white {
  color: #fff !important;
}
.text-gray-100 {
  color: #f8f9fa !important;
}
.text-gray-200 {
  color: #e9ecef !important;
}
.text-gray-300 {
  color: #dee2e6 !important;
}
.text-gray-400 {
  color: #ced4da !important;
}
.text-gray-500 {
  color: #adb5bd !important;
}
.text-gray-600 {
  color: #6c757d !important;
}
.text-gray-700 {
  color: #495057 !important;
}
.text-gray-800 {
  color: #343a40 !important;
}
.text-gray-900 {
  color: #212529 !important;
}
.text-red-100 {
  color: #fff5f5 !important;
}
.text-red-200 {
  color: #fed7d7 !important;
}
.text-red-300 {
  color: #feb2b2 !important;
}
.text-red-400 {
  color: #fc8181 !important;
}
.text-red-500 {
  color: #f56565 !important;
}
.text-red-600 {
  color: #e53e3e !important;
}
.text-red-700 {
  color: #c53030 !important;
}
.text-red-800 {
  color: #9b2c2c !important;
}
.text-red-900 {
  color: #742a2a !important;
}
.text-orange-100 {
  color: #fffaf0 !important;
}
.text-orange-200 {
  color: #feebc8 !important;
}
.text-orange-300 {
  color: #fbd38d !important;
}
.text-orange-400 {
  color: #f6ad55 !important;
}
.text-orange-500 {
  color: #ed8936 !important;
}
.text-orange-600 {
  color: #dd6b20 !important;
}
.text-orange-700 {
  color: #c05621 !important;
}
.text-orange-800 {
  color: #9c4221 !important;
}
.text-orange-900 {
  color: #7b341e !important;
}
.text-yellow-100 {
  color: #fffff0 !important;
}
.text-yellow-200 {
  color: #fefcbf !important;
}
.text-yellow-300 {
  color: #faf089 !important;
}
.text-yellow-400 {
  color: #f6e05e !important;
}
.text-yellow-500 {
  color: #ecc94b !important;
}
.text-yellow-600 {
  color: #d69e2e !important;
}
.text-yellow-700 {
  color: #b7791f !important;
}
.text-yellow-800 {
  color: #975a16 !important;
}
.text-yellow-900 {
  color: #744210 !important;
}
.text-green-100 {
  color: #f0fff4 !important;
}
.text-green-200 {
  color: #c6f6d5 !important;
}
.text-green-300 {
  color: #9ae6b4 !important;
}
.text-green-400 {
  color: #68d391 !important;
}
.text-green-500 {
  color: #48bb78 !important;
}
.text-green-600 {
  color: #38a169 !important;
}
.text-green-700 {
  color: #2f855a !important;
}
.text-green-800 {
  color: #276749 !important;
}
.text-green-900 {
  color: #22543d !important;
}
.text-teal-100 {
  color: #e6fffa !important;
}
.text-teal-200 {
  color: #b2f5ea !important;
}
.text-teal-300 {
  color: #81e6d9 !important;
}
.text-teal-400 {
  color: #4fd1c5 !important;
}
.text-teal-500 {
  color: #38b2ac !important;
}
.text-teal-600 {
  color: #319795 !important;
}
.text-teal-700 {
  color: #2c7a7b !important;
}
.text-teal-800 {
  color: #285e61 !important;
}
.text-teal-900 {
  color: #234e52 !important;
}
.text-blue-100 {
  color: #ebf8ff !important;
}
.text-blue-200 {
  color: #bee3f8 !important;
}
.text-blue-300 {
  color: #90cdf4 !important;
}
.text-blue-400 {
  color: #63b3ed !important;
}
.text-blue-500 {
  color: #4299e1 !important;
}
.text-blue-600 {
  color: #3182ce !important;
}
.text-blue-700 {
  color: #2b6cb0 !important;
}
.text-blue-800 {
  color: #2c5282 !important;
}
.text-blue-900 {
  color: #2a4365 !important;
}
.text-indigo-100 {
  color: #ebf4ff !important;
}
.text-indigo-200 {
  color: #c3dafe !important;
}
.text-indigo-300 {
  color: #a3bffa !important;
}
.text-indigo-400 {
  color: #7f9cf5 !important;
}
.text-indigo-500 {
  color: #667eea !important;
}
.text-indigo-600 {
  color: #5a67d8 !important;
}
.text-indigo-700 {
  color: #4c51bf !important;
}
.text-indigo-800 {
  color: #434190 !important;
}
.text-indigo-900 {
  color: #3c366b !important;
}
.text-purple-100 {
  color: #faf5ff !important;
}
.text-purple-200 {
  color: #e9d8fd !important;
}
.text-purple-300 {
  color: #d6bcfa !important;
}
.text-purple-400 {
  color: #b794f4 !important;
}
.text-purple-500 {
  color: #9f7aea !important;
}
.text-purple-600 {
  color: #805ad5 !important;
}
.text-purple-700 {
  color: #6b46c1 !important;
}
.text-purple-800 {
  color: #553c9a !important;
}
.text-purple-900 {
  color: #44337a !important;
}
.text-pink-100 {
  color: #fff5f7 !important;
}
.text-pink-200 {
  color: #fed7e2 !important;
}
.text-pink-300 {
  color: #fbb6ce !important;
}
.text-pink-400 {
  color: #f687b3 !important;
}
.text-pink-500 {
  color: #ed64a6 !important;
}
.text-pink-600 {
  color: #d53f8c !important;
}
.text-pink-700 {
  color: #b83280 !important;
}
.text-pink-800 {
  color: #97266d !important;
}
.text-pink-900 {
  color: #702459 !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-black {
  border-color: #000 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-gray-100 {
  border-color: #f7fafc !important;
}
.border-gray-200 {
  border-color: #edf2f7 !important;
}
.border-gray-300 {
  border-color: #e2e8f0 !important;
}
.border-gray-400 {
  border-color: #cbd5e0 !important;
}
.border-gray-500 {
  border-color: #a0aec0 !important;
}
.border-gray-600 {
  border-color: #718096 !important;
}
.border-gray-700 {
  border-color: #4a5568 !important;
}
.border-gray-800 {
  border-color: #2d3748 !important;
}
.border-gray-900 {
  border-color: #1a202c !important;
}
.border-red-100 {
  border-color: #fff5f5 !important;
}
.border-red-200 {
  border-color: #fed7d7 !important;
}
.border-red-300 {
  border-color: #feb2b2 !important;
}
.border-red-400 {
  border-color: #fc8181 !important;
}
.border-red-500 {
  border-color: #f56565 !important;
}
.border-red-600 {
  border-color: #e53e3e !important;
}
.border-red-700 {
  border-color: #c53030 !important;
}
.border-red-800 {
  border-color: #9b2c2c !important;
}
.border-red-900 {
  border-color: #742a2a !important;
}
.border-orange-100 {
  border-color: #fffaf0 !important;
}
.border-orange-200 {
  border-color: #feebc8 !important;
}
.border-orange-300 {
  border-color: #fbd38d !important;
}
.border-orange-400 {
  border-color: #f6ad55 !important;
}
.border-orange-500 {
  border-color: #ed8936 !important;
}
.border-orange-600 {
  border-color: #dd6b20 !important;
}
.border-orange-700 {
  border-color: #c05621 !important;
}
.border-orange-800 {
  border-color: #9c4221 !important;
}
.border-orange-900 {
  border-color: #7b341e !important;
}
.border-yellow-100 {
  border-color: #fffff0 !important;
}
.border-yellow-200 {
  border-color: #fefcbf !important;
}
.border-yellow-300 {
  border-color: #faf089 !important;
}
.border-yellow-400 {
  border-color: #f6e05e !important;
}
.border-yellow-500 {
  border-color: #ecc94b !important;
}
.border-yellow-600 {
  border-color: #d69e2e !important;
}
.border-yellow-700 {
  border-color: #b7791f !important;
}
.border-yellow-800 {
  border-color: #975a16 !important;
}
.border-yellow-900 {
  border-color: #744210 !important;
}
.border-green-100 {
  border-color: #f0fff4 !important;
}
.border-green-200 {
  border-color: #c6f6d5 !important;
}
.border-green-300 {
  border-color: #9ae6b4 !important;
}
.border-green-400 {
  border-color: #68d391 !important;
}
.border-green-500 {
  border-color: #48bb78 !important;
}
.border-green-600 {
  border-color: #38a169 !important;
}
.border-green-700 {
  border-color: #2f855a !important;
}
.border-green-800 {
  border-color: #276749 !important;
}
.border-green-900 {
  border-color: #22543d !important;
}
.border-teal-100 {
  border-color: #e6fffa !important;
}
.border-teal-200 {
  border-color: #b2f5ea !important;
}
.border-teal-300 {
  border-color: #81e6d9 !important;
}
.border-teal-400 {
  border-color: #4fd1c5 !important;
}
.border-teal-500 {
  border-color: #38b2ac !important;
}
.border-teal-600 {
  border-color: #319795 !important;
}
.border-teal-700 {
  border-color: #2c7a7b !important;
}
.border-teal-800 {
  border-color: #285e61 !important;
}
.border-teal-900 {
  border-color: #234e52 !important;
}
.border-blue-100 {
  border-color: #ebf8ff !important;
}
.border-blue-200 {
  border-color: #bee3f8 !important;
}
.border-blue-300 {
  border-color: #90cdf4 !important;
}
.border-blue-400 {
  border-color: #63b3ed !important;
}
.border-blue-500 {
  border-color: #4299e1 !important;
}
.border-blue-600 {
  border-color: #3182ce !important;
}
.border-blue-700 {
  border-color: #2b6cb0 !important;
}
.border-blue-800 {
  border-color: #2c5282 !important;
}
.border-blue-900 {
  border-color: #2a4365 !important;
}
.border-indigo-100 {
  border-color: #ebf4ff !important;
}
.border-indigo-200 {
  border-color: #c3dafe !important;
}
.border-indigo-300 {
  border-color: #a3bffa !important;
}
.border-indigo-400 {
  border-color: #7f9cf5 !important;
}
.border-indigo-500 {
  border-color: #667eea !important;
}
.border-indigo-600 {
  border-color: #5a67d8 !important;
}
.border-indigo-700 {
  border-color: #4c51bf !important;
}
.border-indigo-800 {
  border-color: #434190 !important;
}
.border-indigo-900 {
  border-color: #3c366b !important;
}
.border-purple-100 {
  border-color: #faf5ff !important;
}
.border-purple-200 {
  border-color: #e9d8fd !important;
}
.border-purple-300 {
  border-color: #d6bcfa !important;
}
.border-purple-400 {
  border-color: #b794f4 !important;
}
.border-purple-500 {
  border-color: #9f7aea !important;
}
.border-purple-600 {
  border-color: #805ad5 !important;
}
.border-purple-700 {
  border-color: #6b46c1 !important;
}
.border-purple-800 {
  border-color: #553c9a !important;
}
.border-purple-900 {
  border-color: #44337a !important;
}
.border-pink-100 {
  border-color: #fff5f7 !important;
}
.border-pink-200 {
  border-color: #fed7e2 !important;
}
.border-pink-300 {
  border-color: #fbb6ce !important;
}
.border-pink-400 {
  border-color: #f687b3 !important;
}
.border-pink-500 {
  border-color: #ed64a6 !important;
}
.border-pink-600 {
  border-color: #d53f8c !important;
}
.border-pink-700 {
  border-color: #b83280 !important;
}
.border-pink-800 {
  border-color: #97266d !important;
}
.border-pink-900 {
  border-color: #702459 !important;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer,
.clickable {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-text {
  cursor: text;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.cursor-grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.cursor-zoom-in {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.cursor-zoom-out {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (min-width: 992px) {
  .row-eq-height-md {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.hover-underline:hover {
  text-decoration: underline;
}
.object-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.object-scale-down {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.o-00,
.o-0 {
  opacity: 0 !important;
}
.o-10 {
  opacity: 0.1 !important;
}
.o-20 {
  opacity: 0.2 !important;
}
.o-30 {
  opacity: 0.3 !important;
}
.o-40 {
  opacity: 0.4 !important;
}
.o-50 {
  opacity: 0.5 !important;
}
.o-60 {
  opacity: 0.6 !important;
}
.o-70 {
  opacity: 0.7 !important;
}
.o-80 {
  opacity: 0.8 !important;
}
.o-90 {
  opacity: 0.9 !important;
}
.o-100 {
  opacity: 1 !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}
.inset-0 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.left-0 {
  left: 0;
}
.bottom-0 {
  bottom: 0;
}
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-1 {
  width: 1% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25,
.width-quarter {
  width: 25% !important;
}
.width-third {
  width: 33.33333% !important;
}
.w-50,
.width-half {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100,
.width-full {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-w-0 {
  min-width: 0 !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.padding-all-none {
  padding: 0 !important;
}
.padding-all-sm {
  padding: 7.5px !important;
}
.padding-all-md {
  padding: 15px !important;
}
.padding-all-lg {
  padding: 30px !important;
}
.padding-all-xl {
  padding: 60px !important;
}
.margin-all-none {
  margin: 0 !important;
}
.margin-all-sm {
  margin: 7.5px !important;
}
.margin-all-md {
  margin: 15px !important;
}
.margin-all-lg {
  margin: 30px !important;
}
.margin-all-xl {
  margin: 60px !important;
}
.padding-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-v-sm {
  padding-top: 7.5px !important;
  padding-bottom: 7.5px !important;
}
.padding-v-md {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-v-lg {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.padding-v-xl {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.margin-v-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-v-sm {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}
.margin-v-md {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-v-lg {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-v-xl {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.padding-h-none {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-h-sm {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.padding-h-md {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.padding-h-lg {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.padding-h-xl {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.margin-h-none {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.margin-h-sm {
  margin-right: 7.5px !important;
  margin-left: 7.5px !important;
}
.margin-h-md {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-h-lg {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-h-xl {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.padding-t-none {
  padding-top: 0 !important;
}
.padding-t-sm {
  padding-top: 7.5px !important;
}
.padding-t-md {
  padding-top: 15px !important;
}
.padding-t-lg {
  padding-top: 30px !important;
}
.padding-t-xl {
  padding-top: 60px !important;
}
.margin-t-none {
  margin-top: 0 !important;
}
.margin-t-sm {
  margin-top: 7.5px !important;
}
.margin-t-md {
  margin-top: 15px !important;
}
.margin-t-lg {
  margin-top: 30px !important;
}
.margin-t-xl {
  margin-top: 60px !important;
}
.padding-b-none {
  padding-bottom: 0 !important;
}
.padding-b-sm {
  padding-bottom: 7.5px !important;
}
.padding-b-md {
  padding-bottom: 15px !important;
}
.padding-b-lg {
  padding-bottom: 30px !important;
}
.padding-b-xl {
  padding-bottom: 60px !important;
}
.margin-b-none {
  margin-bottom: 0 !important;
}
.margin-b-sm {
  margin-bottom: 7.5px !important;
}
.margin-b-md {
  margin-bottom: 15px !important;
}
.margin-b-lg {
  margin-bottom: 30px !important;
}
.margin-b-xl {
  margin-bottom: 60px !important;
}
.padding-r-none {
  padding-right: 0 !important;
}
.padding-r-sm {
  padding-right: 7.5px !important;
}
.padding-r-md {
  padding-right: 15px !important;
}
.padding-r-lg {
  padding-right: 30px !important;
}
.padding-r-xl {
  padding-right: 60px !important;
}
.margin-r-none {
  margin-right: 0 !important;
}
.margin-r-sm {
  margin-right: 7.5px !important;
}
.margin-r-md {
  margin-right: 15px !important;
}
.margin-r-lg {
  margin-right: 30px !important;
}
.margin-r-xl {
  margin-right: 60px !important;
}
.padding-l-none {
  padding-left: 0 !important;
}
.padding-l-sm {
  padding-left: 7.5px !important;
}
.padding-l-md {
  padding-left: 15px !important;
}
.padding-l-lg {
  padding-left: 30px !important;
}
.padding-l-xl {
  padding-left: 60px !important;
}
.margin-l-none {
  margin-left: 0 !important;
}
.margin-l-sm {
  margin-left: 7.5px !important;
}
.margin-l-md {
  margin-left: 15px !important;
}
.margin-l-lg {
  margin-left: 30px !important;
}
.margin-l-xl {
  margin-left: 60px !important;
}
.font-monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light,
.text-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: 200 !important;
}
.font-weight-normal,
.text-normal {
  font-weight: 400 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.font-weight-bold,
.text-semibold {
  font-weight: 700 !important;
}
.font-weight-bolder,
.text-bold {
  font-weight: 900 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-primary {
  color: #0082ba !important;
}
.text-success {
  color: #5cb85c !important;
}
.text-danger {
  color: #d9534f !important;
}
.text-warning {
  color: #f0ad4e !important;
}
.text-info {
  color: #5bc0de !important;
}
.text-color,
.text-body {
  color: #4a4a4a !important;
}
.text-muted {
  color: #d3d3d3 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-linethrough {
  text-decoration: line-through !important;
}
.text-reset {
  color: inherit !important;
}
.text-shadow-light {
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.text-shadow {
  text-shadow: -1px -1px 0 #777, 1px -1px 0 #777, -1px 1px 0 #777, 1px 1px 0 #777;
}
.text-shadow-dark {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.leading-tight {
  line-height: 0.9 !important;
}
.leading-snug {
  line-height: 1 !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-relaxed {
  line-height: 1.75 !important;
}
.leading-loose {
  line-height: 2 !important;
}
.select-none,
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.select-auto {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.-z-10 {
  z-index: -10 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-20 {
  z-index: 20 !important;
}
.z-30 {
  z-index: 30 !important;
}
.z-40 {
  z-index: 40 !important;
}
.z-50 {
  z-index: 50 !important;
}
.z-auto {
  z-index: auto !important;
}
.is-inactive {
  opacity: 0.6;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-eq {
  flex-basis: 0 !important;
  flex-grow: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mr-5 {
  margin-right: 3rem !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.ml-5 {
  margin-left: 3rem !important;
}
.ml-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pr-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.pl-5 {
  padding-left: 3rem !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-eq {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-left,
  .sm-text-left {
    text-align: left !important;
  }
  .text-sm-right,
  .sm-text-right {
    text-align: right !important;
  }
  .text-sm-center,
  .sm-text-right {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-eq {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-left,
  .md-text-left {
    text-align: left !important;
  }
  .text-md-right,
  .md-text-right {
    text-align: right !important;
  }
  .text-md-center,
  .md-text-right {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-eq {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-left,
  .lg-text-left {
    text-align: left !important;
  }
  .text-lg-right,
  .lg-text-right {
    text-align: right !important;
  }
  .text-lg-center,
  .lg-text-right {
    text-align: center !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.abs-scroll-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
/*
    Used to create devices using CSS.

    1. Common
    2. Mobile Phone
    3. Tablet
    4. Browser
    5. SMS Sample

*/
.device {
  position: relative;
  margin: 0 auto;
}
.device-mobile {
  width: 435px;
  border-top: solid 24px #ddd;
  border-right: solid 12px #ddd;
  border-bottom: solid 48px #ddd;
  border-left: solid 12px #ddd;
  border-radius: 12px;
}
.device-mobile::before {
  position: absolute;
  top: 12px;
  left: -14px;
  display: block;
  width: 2px;
  height: 12px;
  content: "";
  background-color: #bbb;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 0 0 0 #bbb, 0 24px 0 0 #bbb;
}
.device-mobile::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  content: "";
  background-color: #bbb;
  border-radius: 12px;
}
.device-mobile .email-wrapper {
  position: relative;
  height: 525px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-top: 0 none;
}
@media all and (min-width: 768px) {
  .device-mobile {
    width: 435px;
    border-top: solid 36px #ddd;
    border-right: solid 18px #ddd;
    border-bottom: solid 72px #ddd;
    border-left: solid 18px #ddd;
    border-radius: 18px;
  }
  .device-mobile::before {
    top: 18px;
    left: -21px;
    width: 3px;
    height: 18px;
    content: "";
    background-color: #bbb;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 0 0 0 #bbb, 0 36px 0 0 #bbb;
  }
  .device-mobile::after {
    bottom: -54px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    content: "";
    border-radius: 18px;
  }
}
.device-tablet {
  position: relative;
  width: 264px;
  border-top: solid 48px #ddd;
  border-right: solid 12px #ddd;
  border-bottom: solid 48px #ddd;
  border-left: solid 12px #ddd;
  border-radius: 12px;
}
.device-tablet::before {
  position: absolute;
  top: -26px;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  content: "";
  background-color: #bbb;
  border-radius: 4px;
}
.device-tablet::after {
  position: absolute;
  bottom: -36px;
  left: 50%;
  display: block;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  content: "";
  background-color: #bbb;
  border-radius: 12px;
}
@media all and (min-width: 768px) {
  .device--tablet {
    width: 396px;
    border-top: solid 72px #ddd;
    border-right: solid 18px #ddd;
    border-bottom: solid 72px #ddd;
    border-left: solid 18px #ddd;
    border-radius: 18px;
  }
  .device--tablet::before {
    top: -39px;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    border-radius: 6px;
  }
  .device--tablet::after {
    bottom: -54px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    content: "";
    border-radius: 18px;
  }
}
.device-browser {
  width: 100%;
  /* max-width: 100%; set max width here if you need to. */
  border-top: solid 36px #dfdfdf;
  border-right: solid 2px #dfdfdf;
  border-bottom: solid 2px #dfdfdf;
  border-left: solid 2px #dfdfdf;
  border-radius: 4px 4px 0 0;
}
.device-browser::before {
  position: absolute;
  top: -24px;
  left: 12px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #f36;
  border-radius: 12px;
  box-shadow: 0 0 0 0 #f36, 16px 0 0 0 #fc9, 32px 0 0 0 #3f6;
}
@media all and (min-width: 480px) {
  .device-browser {
    border-top: solid 48px #dfdfdf;
  }
  .device-browser::before {
    top: -30px;
    box-shadow: 0 0 0 0 #f36, 24px 0 0 0 #fc9, 48px 0 0 0 #3f6;
  }
  .device-browser::after {
    top: -36px;
    right: 12px;
    width: 240px;
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
  }
}
.sms {
  position: relative;
  width: 400px;
  overflow-x: hidden;
  background: none repeat scroll 0 0 #fff;
}
.sms .left {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 14px;
}
.sms .left::after {
  position: absolute;
  top: 22px;
  left: -12px;
  width: 14px;
  height: 14px;
  content: " ";
  border: 3px solid #2095fe;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sms .right {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
}
.sms header {
  height: 60px;
  font-size: 20px;
  line-height: 58px;
  color: #2095fe;
  text-align: center;
  white-space: nowrap;
  background: #eee;
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  box-shadow: 0 1px 2px rgba(1, 1, 1, 0.2);
}
.sms header h2 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}
.sms .messages-wrapper {
  position: relative;
  height: 525px;
  padding-top: 10px;
  border: 1px solid #ddd;
  border-top: 0 none;
}
.sms .message {
  position: relative;
  padding: 15px 20px;
  margin: 0 15px 10px;
  font-size: 16px;
  border-radius: 20px;
}
.sms .message.to {
  margin-left: 80px;
  color: #fff;
  background-color: #2095fe;
}
.sms .message.from {
  margin-right: 80px;
  color: #363636;
  background-color: #e5e4e9;
}
.sms .message.to + .message.to,
.sms .message.from + .message.from {
  margin-top: -7px;
}
.sms .message::before {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 1;
  width: 70px;
  height: 40px;
  clip: rect(20px, 35px, 42px, 0);
  content: " ";
  border-color: #2095fe;
  border-style: solid;
  border-width: 0 20px;
  border-radius: 50%;
}
.sms .message.from::before {
  left: -50px;
  border-color: #e5e4e9;
  transform: rotateY(180deg);
}
iframe {
  border: 0 solid #ccc;
}
.form-row {
  margin-right: -5px;
  margin-left: -5px;
}
.form-row:before,
.form-row:after {
  display: table;
  content: " ";
}
.form-row:after {
  clear: both;
}
.form-row:before,
.form-row:after {
  display: table;
  content: " ";
}
.form-row:after {
  clear: both;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-control-group .form-row {
  margin-right: 0;
  margin-left: 0;
}
.tip {
  padding: 0 6px 2px;
  font-size: 11px;
  color: #fff;
  background-color: #71a5bf;
  border-radius: 4px;
}
.tip.tip-liquid::after,
.tip.tip-lava::after {
  content: "{{ Lava }}";
}
.tip.tip-html::after {
  content: "< HTML />";
}
.navigation-tip {
  padding: 2px 4px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 90%;
  color: #31708f;
  white-space: nowrap;
  background-color: #d9edf7;
  border-radius: 4px;
}
.alert-warning .navigation-tip {
  color: #fcf8e3;
  background-color: #ae894a;
}
a.help {
  margin-left: 6px;
  color: #86b8cc;
  outline: 0;
}
a.warning {
  margin-left: 6px;
  color: #f0ad4e;
  outline: 0;
}
.help-message {
  font-weight: 400;
}
.photo img {
  width: 100%;
}
.photo > a.fluidbox-opened:hover + a {
  display: none;
}
.well > h1,
.well > h2,
.well > h3,
.well > h4 {
  margin-top: 0;
}
.dropdown-menu {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.dropdown-menu.datepicker-dropdown {
  max-height: none;
  overflow-y: hidden;
}
.dropdown-right .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown-menu .dropdown-item-danger {
  color: #d9534f;
}
.dropdown-menu .dropdown-item-danger:hover {
  color: #fff;
  background-color: #d9534f;
}
.dropdown-menu .dropdown-item.btn-link {
  width: 100%;
  padding: 3px 20px;
  color: #595859;
  text-align: left;
}
.dropdown-menu .dropdown-item.btn-link:hover,
.dropdown-menu .dropdown-item.btn-link:focus {
  color: #4c4b4c;
  text-decoration: none;
  background-color: #f5f5f5;
}
.btn i.fa {
  width: 1.25em;
  text-align: center;
}
.btn i.btn-icon {
  position: relative;
  top: -1px;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
}
.alert-default {
  color: #4a4a4a;
  background-color: #eeeeee;
  border-color: #d5d5d5;
}
.alert-default hr {
  border-top-color: #c8c8c8;
}
.alert-default .alert-link {
  color: #313131;
}
.alert-validation {
  color: #a94442;
  background-color: #fcf8e3;
  border-color: #f7ecb5;
  font-weight: 700;
}
.alert-validation hr {
  border-top-color: #f5e79e;
}
.alert-validation .alert-link {
  color: #843534;
}
.alert-validation ul,
.alert-validation span {
  font-weight: 400;
  color: #484848;
}
.alert-validation ul {
  padding: 5px 25px 0;
  line-height: 1.5;
}
th[align="center"] {
  text-align: center;
}
th[align="right"] {
  text-align: right;
}
.form-right {
  margin-bottom: 12px;
  text-align: right;
}
.form-right:before,
.form-right:after {
  display: table;
  content: " ";
}
.form-right:after {
  clear: both;
}
.form-right:before,
.form-right:after {
  display: table;
  content: " ";
}
.form-right:after {
  clear: both;
}
.form-right .control-label {
  display: block;
}
.form-right .input-group {
  float: right;
}
.btn-tabled a:hover {
  text-decoration: underline;
}
.control-label {
  font-weight: 700;
}
.label-hidden > .control-label {
  display: none;
}
.badge-danger {
  color: #ffffff !important;
  background-color: #d9534f !important;
}
.badge-warning {
  color: #ffffff !important;
  background-color: #f0ad4e !important;
}
.badge-success {
  color: #ffffff !important;
  background-color: #5cb85c !important;
}
.badge-info {
  color: #ffffff !important;
  background-color: #5bc0de !important;
}
.badge-critical {
  color: #ffffff !important;
  background-color: #ee7624 !important;
}
.badge-legend .badge {
  height: 27px;
  margin-right: 4px;
  cursor: pointer;
}
.popover-content {
  overflow: hidden;
}
.popover-content header {
  padding: 8px 14px;
  margin: -9px -14px 8px;
  font-size: 19px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content header:before,
.popover-content header:after {
  display: table;
  content: " ";
}
.popover-content header:after {
  clear: both;
}
.popover-content header:before,
.popover-content header:after {
  display: table;
  content: " ";
}
.popover-content header:after {
  clear: both;
}
.popover-content header img {
  float: left;
  width: 32px;
  margin-right: 6px;
}
.popover-content header h3 {
  float: left;
  margin: 0 0 0 6px;
  font-size: 18px;
  font-weight: 400;
}
.popover-content header h3 small {
  display: block;
}
.popover-content .body div {
  margin-bottom: 2px;
}
.popover-content .body div:last-child {
  margin-bottom: 0;
}
.list-group-item:before,
.list-group-item:after {
  display: table;
  content: " ";
}
.list-group-item:after {
  clear: both;
}
.list-group-item:before,
.list-group-item:after {
  display: table;
  content: " ";
}
.list-group-item:after {
  clear: both;
}
.list-group-item .toggle-container {
  display: inline-block;
}
.list-group-item .content {
  display: block;
  float: left;
}
.panel-headerimage {
  margin: -15px -15px 15px -15px;
}
.panel .panel-heading a.btn-link {
  color: #5697d0;
}
.panel .panel-heading .panel-title small {
  opacity: 0.5;
}
.panel .panel-heading .panel-toggle {
  margin-top: -2px;
  margin-bottom: -2px;
}
.panel .panel-heading .panel-options {
  float: right;
  margin: -10px -15px -10px 10px;
}
.panel .panel-heading .panel-options button {
  padding: 9px 12px 10px;
  border: 0;
  border-radius: 0;
}
.panel .panel-heading .checkbox {
  margin: 0 !important;
}
.panel .panel-heading .panel-labels {
  float: right;
  margin-top: -5.9px;
}
.panel .panel-heading .panel-labels .panel-text {
  float: left;
  margin-top: 5px;
  font-size: 12px;
}
.panel .panel-heading .panel-actions {
  margin-top: 4px;
}
.panel .panel-heading .form-group {
  margin-bottom: 0;
}
.panel .panel-body {
  border-radius: 0 0 4px 4px;
}
.panel .panel-footer {
  color: #4a4a4a;
  background-color: #f5f5f5;
}
.panel .panel-settings {
  padding: 15px;
  margin: -15px;
  border-bottom: 1px solid #8ab7de;
}
.panel .panel-settings-group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.panel .panel-settings-group > .form-group {
  flex: 1 1 100%;
  border-bottom: 1px solid #ccc;
}
.panel .panel-settings-group > .form-group:first-child {
  border-left: 0;
}
@media (min-width: 768px) {
  .panel .panel-settings-group > .form-group {
    flex: 1 1 auto;
    border-left: 1px solid #ccc;
  }
}
.panel .panel-settings-group .control-label {
  position: absolute;
  z-index: 30;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  color: #d3d3d3;
  pointer-events: none;
}
.panel .panel-settings-group .btn,
.panel .panel-settings-group .btn-group,
.panel .panel-settings-group .dropdown-menu {
  width: 100%;
}
.panel .panel-settings-group .btn {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  padding-top: 26px;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0 !important;
}
.panel-toolbar {
  padding: 4px 16px;
  font-size: 12px;
  border-bottom: 1px solid #dbdbdb;
}
.panel-toolbar .btn-tool,
.panel-toolbar .picker .picker-label {
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #6f7782;
  background: transparent;
  border: 1px solid transparent;
}
.panel-toolbar .btn-tool:hover,
.panel-toolbar .picker .picker-label:hover,
.panel-toolbar .btn-tool:active,
.panel-toolbar .picker .picker-label:active,
.panel-toolbar .btn-tool.active,
.panel-toolbar .picker .picker-label.active {
  background: #e9ecee;
}
.no-border {
  border-color: transparent;
}
.panel-widget {
  border-color: #cde1f1;
}
.panel-widget > .panel-heading {
  color: #5697d0;
  background-color: #f5f9fc;
  border-color: #7eb0db;
}
.panel-widget > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cde1f1;
}
.panel-widget > .panel-heading .badge {
  color: #f5f9fc;
  background-color: #5697d0;
}
.panel-widget > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cde1f1;
}
.panel-widget .panel-heading {
  border: 0;
}
.panel-widget .panel-heading .checkbox {
  display: inline;
  float: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.panel-widget .panel-heading .actions a {
  margin-left: 4px;
}
.panel-widget .panel-heading small {
  color: #a6c8e6;
}
.panel-persondetails {
  border-color: #cde1f1;
}
.panel-persondetails > .panel-heading {
  color: #5697d0;
  background-color: #f5f9fc;
  border-color: #7eb0db;
}
.panel-persondetails > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cde1f1;
}
.panel-persondetails > .panel-heading .badge {
  color: #f5f9fc;
  background-color: #5697d0;
}
.panel-persondetails > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cde1f1;
}
.panel-persondetails .panel-heading .actions a {
  margin-left: 4px;
}
.panel-persondetails .panel-body {
  background-color: #fff;
}
.panel-persondetails .panel-body .form-group.static-control {
  margin-bottom: 2px;
}
.panel-persondetails .panel-body .form-group.static-control:before,
.panel-persondetails .panel-body .form-group.static-control:after {
  display: table;
  content: " ";
}
.panel-persondetails .panel-body .form-group.static-control:after {
  clear: both;
}
.panel-persondetails .panel-body .form-group.static-control:before,
.panel-persondetails .panel-body .form-group.static-control:after {
  display: table;
  content: " ";
}
.panel-persondetails .panel-body .form-group.static-control:after {
  clear: both;
}
.panel-persondetails .panel-body .form-group.static-control label {
  float: left;
  width: 40%;
  padding-right: 12px;
  text-align: right;
}
.panel-persondetails .panel-body .form-group.static-control .form-control-static {
  float: left;
  width: 60%;
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-persondetails .panel-body h4 {
  font-size: 19px;
  font-weight: 600;
}
.panel-persondetails .panel-body hr {
  margin-top: 6px;
  margin-bottom: 12px;
}
.panel-persondetails .panel-body .form-group.static-control.matrix-attribute label {
  width: 100%;
  text-align: left;
}
.panel-persondetails .panel-body .form-group.static-control.matrix-attribute .form-control-static {
  width: 100%;
}
.panel-persondetails .panel-body i.fa.fa-bars {
  cursor: pointer;
}
.panel-block {
  border-top-color: #b9d4ec;
  border-color: #cde1f1;
}
.panel-block > .panel-heading {
  color: #5697d0;
  background-color: #f5f9fc;
  border-color: #7eb0db;
}
.panel-block > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cde1f1;
}
.panel-block > .panel-heading .badge {
  color: #f5f9fc;
  background-color: #5697d0;
}
.panel-block > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cde1f1;
}
.panel-block > .panel-heading:before,
.panel-block > .panel-heading:after {
  display: table;
  content: " ";
}
.panel-block > .panel-heading:after {
  clear: both;
}
.panel-block > .panel-heading:before,
.panel-block > .panel-heading:after {
  display: table;
  content: " ";
}
.panel-block > .panel-heading:after {
  clear: both;
}
.panel-block > .panel-heading .panel-title {
  float: left;
}
.panel-block > .panel-heading .panel-title i {
  color: #6a6a6a;
}
.panel-block .list-group-item {
  background-color: transparent;
}
.panel-block .panel-body .grid.grid-panel {
  margin: -16px;
}
.panel-block .panel-body .grid.grid-panel .grid-filter {
  border-radius: 0;
}
.panel-block .panel-body .grid.grid-panel .table-bordered {
  border-width: 1px 0 0 0;
}
.panel-block .panel-body .grid.grid-panel .table-bordered > tfoot > tr > td {
  border: 0;
}
.panel-block .panel-inline-heading {
  background: #f5f9fc;
  border-bottom: 1px solid #cde1f1;
}
.panel-block .panel-sidebar {
  border-right: 1px solid #cde1f1;
}
.panel-analytics .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
.panel-analytics .panel-body > .row > [class*="col-"]:first-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
.panel-analytics .panel-body .col-md-9 {
  margin-right: -2px;
}
.panel-analytics .panel-body .grid.grid-panel {
  margin-bottom: 0;
}
.panel-analytics .analytics-details > .grid-filter {
  padding: 15px;
  margin: -15px -15px 15px -15px;
}
.panel-analytics .filter-options {
  background-color: #f5f9fc;
}
.panel-analytics .analysis-types {
  padding: 15px 0;
  margin-bottom: 15px;
  background-color: #f5f9fc;
}
.panel-drawer {
  width: 100%;
  background-color: #f5f9fc;
}
.drawer-content {
  padding: 15px;
}
.panel-drawer.open > .drawer-content {
  display: block;
}
.drawer-pull {
  padding: 6px 8px;
  color: #5697d0;
  cursor: pointer;
  border-bottom: 1px solid #cde1f1;
}
.drawer-pull:before,
.drawer-pull:after {
  display: table;
  content: " ";
}
.drawer-pull:after {
  clear: both;
}
.drawer-pull:before,
.drawer-pull:after {
  display: table;
  content: " ";
}
.drawer-pull:after {
  clear: both;
}
.drawer-pull i {
  float: right;
}
.panel-badges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  align-items: center;
  justify-content: flex-end;
  height: 32px;
  border-bottom: 1px solid #cde1f1;
}
.panel-badges:empty {
  display: none;
}
.panel-badges .badge {
  background-color: inherit;
}
.panel-badges .badge-icon {
  font-size: 20px;
}
.badge .fa-square::before,
.badge .fa-circle::before {
  display: block;
  width: 1em;
  height: 1em;
  content: " ";
  background: currentColor;
}
.badge .fa-circle::before {
  border-radius: 50%;
}
.paneleditor-label {
  float: left;
}
.paneleditor-input {
  float: left;
  margin-top: -6px;
  margin-right: 4px;
  margin-left: 4px;
}
.btn.aspNetDisabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action {
  color: #fff;
  background-color: #d3d3d3;
  border-color: #c6c6c6;
}
.btn-action:focus,
.btn-action.focus {
  color: #fff;
  background-color: #bababa;
  border-color: #868686;
}
.btn-action:hover {
  color: #fff;
  background-color: #bababa;
  border-color: #a8a8a8;
}
.btn-action:active,
.btn-action.active,
.open > .dropdown-toggle.btn-action {
  color: #fff;
  background-color: #bababa;
  background-image: none;
  border-color: #a8a8a8;
}
.btn-action:active:hover,
.btn-action.active:hover,
.open > .dropdown-toggle.btn-action:hover,
.btn-action:active:focus,
.btn-action.active:focus,
.open > .dropdown-toggle.btn-action:focus,
.btn-action:active.focus,
.btn-action.active.focus,
.open > .dropdown-toggle.btn-action.focus {
  color: #fff;
  background-color: #a8a8a8;
  border-color: #868686;
}
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled.focus,
.btn-action[disabled].focus,
fieldset[disabled] .btn-action.focus {
  background-color: #d3d3d3;
  border-color: #c6c6c6;
}
.btn-action .badge {
  color: #d3d3d3;
  background-color: #fff;
}
.btn-security {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-security:focus,
.btn-security.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-security:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-security:active,
.btn-security.active,
.open > .dropdown-toggle.btn-security {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-security:active:hover,
.btn-security.active:hover,
.open > .dropdown-toggle.btn-security:hover,
.btn-security:active:focus,
.btn-security.active:focus,
.open > .dropdown-toggle.btn-security:focus,
.btn-security:active.focus,
.btn-security.active.focus,
.open > .dropdown-toggle.btn-security.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-security.disabled:hover,
.btn-security[disabled]:hover,
fieldset[disabled] .btn-security:hover,
.btn-security.disabled:focus,
.btn-security[disabled]:focus,
fieldset[disabled] .btn-security:focus,
.btn-security.disabled.focus,
.btn-security[disabled].focus,
fieldset[disabled] .btn-security.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-security .badge {
  color: #fff;
  background-color: #333;
}
.btn-authentication {
  width: 100%;
  margin-bottom: 8px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-authentication:focus,
.btn-authentication.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-authentication:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-authentication:active,
.btn-authentication.active,
.open > .dropdown-toggle.btn-authentication {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-authentication:active:hover,
.btn-authentication.active:hover,
.open > .dropdown-toggle.btn-authentication:hover,
.btn-authentication:active:focus,
.btn-authentication.active:focus,
.open > .dropdown-toggle.btn-authentication:focus,
.btn-authentication:active.focus,
.btn-authentication.active.focus,
.open > .dropdown-toggle.btn-authentication.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-authentication.disabled:hover,
.btn-authentication[disabled]:hover,
fieldset[disabled] .btn-authentication:hover,
.btn-authentication.disabled:focus,
.btn-authentication[disabled]:focus,
fieldset[disabled] .btn-authentication:focus,
.btn-authentication.disabled.focus,
.btn-authentication[disabled].focus,
fieldset[disabled] .btn-authentication.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-authentication .badge {
  color: #fff;
  background-color: #333;
}
.btn-authentication:hover {
  background-color: #e6e6e6;
}
.btn-authentication.facebook {
  color: #fff;
  background-color: #3d5a96;
}
.btn-authentication.facebook::before {
  margin-right: 12px;
  font-family: "FontAwesome Brands";
  font-weight: 400;
  content: "\f09a";
}
.btn-authentication.google {
  color: #fff;
  background-color: #ed4e23;
}
.btn-authentication.google::before {
  margin-right: 12px;
  font-family: "FontAwesome Brands";
  font-weight: 400;
  content: "\f1a0";
}
.btn-authentication.twitter {
  color: #fff;
  background-color: #2aa3ef;
}
.btn-authentication.twitter::before {
  margin-right: 12px;
  font-family: "FontAwesome Brands";
  font-weight: 400;
  content: "\f099";
}
.btn-minimal {
  padding: 0;
  color: #979797;
  text-decoration: none;
}
.alert-success .btn-success {
  color: #fff;
}
.alert-success a {
  color: #3c763d;
  border-bottom: 1px dotted #3c763d;
}
.alert-info .btn-info {
  color: #fff;
}
.alert-info a:not([class]) {
  color: #31708f;
  border-bottom: 1px dotted #31708f;
}
.alert-warning .btn-warning {
  color: #fff;
}
.alert-warning a {
  color: #8a6d3b;
  border-bottom: 1px dotted #8a6d3b;
}
.alert-danger .btn-danger {
  color: #fff;
}
.alert-danger a {
  color: #a94442;
  border-bottom: 1px dotted #a94442;
}
.alert .help {
  border-bottom: 0;
}
.system-error .close {
  color: inherit;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .fa-chevron-left {
  left: 40px;
}
.carousel-control .fa-chevron-right {
  right: 40px;
}
.form-no-margin {
  margin: 0;
}
.list-padded {
  margin-top: 12px;
}
.list-padded li {
  margin-top: 12px;
}
.list-padded li:first-child {
  margin-top: 0;
}
h1.condensed,
h2.condensed,
h3.condensed,
h4.condensed,
h5.condensed,
h6.condensed {
  margin-top: 0;
  margin-bottom: 0;
}
.col-md-2-10 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .col-md-2-10 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
div.aspNetDisabled {
  opacity: 0.5;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.btn-outline-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline-default:hover {
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-default:focus,
.btn-outline-default.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-default.disabled {
  opacity: 0.5;
}
.btn-outline-primary {
  color: #0082ba;
  background-color: transparent;
  border-color: #0082ba;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0082ba;
  border-color: #0082ba;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 186, 0.5);
}
.btn-outline-primary.disabled {
  opacity: 0.5;
}
.btn-outline-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.5);
}
.btn-outline-success.disabled {
  opacity: 0.5;
}
.btn-outline-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled {
  opacity: 0.5;
}
.btn-outline-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 173, 78, 0.5);
}
.btn-outline-warning.disabled {
  opacity: 0.5;
}
.btn-danger {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-danger .badge {
  color: #fff;
  background-color: #333;
}
.btn-danger-solid {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger-solid:focus,
.btn-danger-solid.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger-solid:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger-solid:active,
.btn-danger-solid.active,
.open > .dropdown-toggle.btn-danger-solid {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger-solid:active:hover,
.btn-danger-solid.active:hover,
.open > .dropdown-toggle.btn-danger-solid:hover,
.btn-danger-solid:active:focus,
.btn-danger-solid.active:focus,
.open > .dropdown-toggle.btn-danger-solid:focus,
.btn-danger-solid:active.focus,
.btn-danger-solid.active.focus,
.open > .dropdown-toggle.btn-danger-solid.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger-solid.disabled:hover,
.btn-danger-solid[disabled]:hover,
fieldset[disabled] .btn-danger-solid:hover,
.btn-danger-solid.disabled:focus,
.btn-danger-solid[disabled]:focus,
fieldset[disabled] .btn-danger-solid:focus,
.btn-danger-solid.disabled.focus,
.btn-danger-solid[disabled].focus,
fieldset[disabled] .btn-danger-solid.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger-solid .badge {
  color: #d9534f;
  background-color: #fff;
}
.badge-bar {
  display: flex;
  align-items: center;
  --badge-size: 36px;
}
.badge-bar .badge {
  background-color: inherit;
}
.rock-popover {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  max-width: 100%;
  font-size: 14px;
  z-index: 1050;
  border-radius: 4px;
}
@media (min-width: 480px) {
  .rock-popover {
    flex-wrap: nowrap;
    max-height: 383px;
  }
}
.rock-popover .popover-title {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding-right: 6px;
}
.rock-popover .dropdown-menu a {
  font-size: 14px;
  line-height: 24px;
}
.rock-popover > .popover-panel + .popover-panel {
  border-left: 1px solid #cde1f1;
}
.rock-popover .popover-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 480px) {
  .rock-popover .popover-panel {
    width: 50%;
  }
}
.rock-popover .popover-panel .popover-content {
  overflow: auto;
  min-height: 100px;
}
/*
    Used to manage styles related to Rock's store
    /* NOTE: This less file is not included in the core since it is only used
             internally. It must be included in the theme.

    1. Promo Rotator
    2. Package Summary
    3. Package Detail
    4. Components
    5. Purchased Package
*/
.promotionrotator {
  margin-bottom: 48px;
}
.promotionrotator .carousel-inner img {
  width: 100%;
}
.promotionrotator .carousel-indicators {
  bottom: -35px;
}
.promotionrotator .carousel-indicators li {
  border-color: #6a6a6a;
}
.promotionrotator .carousel-indicators .active {
  background-color: #6a6a6a;
}
.promotionrotator .carousel-control .fa-chevron-right {
  right: 20px;
}
.promotionrotator .carousel-control .fa-chevron-left {
  left: 20px;
}
.packagesummary {
  position: relative;
  max-width: 282px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
}
.packagesummary .packagesummary-body {
  padding: 12px;
}
.packagesummary .packagesummary-body h2 {
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.packagesummary .packagesummary-body .vendor {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.packagesummary-footer {
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.packagedetail-image {
  width: 100%;
}
.packagedetail-additionalversions {
  display: none;
}
.btn-install {
  width: 100%;
}
.rating-bg {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0.08;
}
.pricelabel {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 4px;
}
.pricelabel.cost {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.pricelabel.free {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.pricelabel h4 {
  font-size: 24px;
  font-weight: 700;
  color: inherit;
}
.store-categories h4 {
  margin-top: 0;
  font-weight: 700;
}
.store-categories li {
  margin-right: 6px;
}
.purchasedpackage h1 {
  margin-top: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.purchasedpackage .purchasedpackage-install a {
  width: 100%;
}
/* stylelint-disable */
/* stylelint-enable */
/*
    The accent colors are deprecated and should not be used in new theme development. They will be
    removed in Rock v 6.0.
*/
/*
    This file was auto-generated by InVision DSM from the Calvary Church (STL) design library. 
    To keep style values in sync across teams, changes to this file should be made directly from DSM.

*/
/*
    Colors:
*/
/*
    Font Styles:
*/
/* Desktop: Heading 1 (Black) font style */
/* Phone: Heading 1 (Black) font style */
/* Desktop: Heading 1 (White) font style */
/* Phone: Heading 1 (White) font style */
/* Phone: Heading 2 font style */
/* Phone: Heading 3 font style */
/* Phone: Heading 4 font style */
/* Phone: Hero Title (White) font style */
/* Phone: Hero Body (White) font style */
/* Phone: Intro Copy font style */
/* Desktop: Hero Title (White) font style */
/* Desktop: Hero Body (White) font style */
/* Desktop: Intro Copy font style */
/* Phone: Intro Box Header font style */
/* Phone: Intro Box Body Copy font style */
/* Desktop: Heading 2 font style */
/* Desktop: Heading 3 font style */
/* Desktop: Heading 4 font style */
/* Desktop: Sermon/Event Title font style */
/* Desktop: Accordion (Closed-Blue) font style */
/* Phone: Body Copy font style */
/* Phone: Accordion font style */
/* Phone: Quote font style */
/* LESS / Social Media Brand Colors */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.block-grid,
[class*="block-grid-"] {
  display: grid;
  margin: 0 0 12px;
  padding: 0;
  grid-gap: 12px;
  width: 100%;
}
@media (min-width: 992px) {
  .block-grid,
  [class*="block-grid-"] {
    margin: 0 0 30px;
    grid-gap: 30px;
  }
}
.block-grid .block-grid-item,
[class*="block-grid-"] .block-grid-item {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  list-style: none;
}
.block-grid.nopad,
[class*="block-grid-"].nopad {
  grid-gap: 0;
  margin: 0;
}
.block-grid-xs-12 {
  grid-template-columns: repeat(12, 1fr);
}
.block-grid-xs-11 {
  grid-template-columns: repeat(11, 1fr);
}
.block-grid-xs-10 {
  grid-template-columns: repeat(10, 1fr);
}
.block-grid-xs-9 {
  grid-template-columns: repeat(9, 1fr);
}
.block-grid-xs-8 {
  grid-template-columns: repeat(8, 1fr);
}
.block-grid-xs-7 {
  grid-template-columns: repeat(7, 1fr);
}
.block-grid-xs-6 {
  grid-template-columns: repeat(6, 1fr);
}
.block-grid-xs-5 {
  grid-template-columns: repeat(5, 1fr);
}
.block-grid-xs-4 {
  grid-template-columns: repeat(4, 1fr);
}
.block-grid-xs-3 {
  grid-template-columns: repeat(3, 1fr);
}
.block-grid-xs-2 {
  grid-template-columns: repeat(2, 1fr);
}
.block-grid-xs-1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .block-grid-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .block-grid-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .block-grid-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .block-grid-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .block-grid-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .block-grid-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .block-grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .block-grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .block-grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .block-grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .block-grid-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .block-grid-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .block-grid-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .block-grid-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .block-grid-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .block-grid-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .block-grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .block-grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .block-grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .block-grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .block-grid-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .block-grid-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .block-grid-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .block-grid-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .block-grid-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .block-grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .block-grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .block-grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .block-grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .block-grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .block-grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* These are the conditional mixins for the different syntax for IE10 Flexbox*/
.clearfix:before,
.clearfix:after,
.form-row:before,
.form-row:after,
.section > .block-content:before,
.section > .block-content:after {
  display: table;
  content: " ";
}
.clearfix:after,
.form-row:after,
.section > .block-content:after {
  clear: both;
}
/* FontAwesome Start */
/* FontAwesome End */
@media print {
  @page {
    margin: 0.5in;
  }
  .nav-sub {
    display: none;
  }
  #cms-admin-footer {
    display: none;
  }
  a[href]:after {
    content: "" !important;
  }
}
/*
    Rock Theme Styles

    1. HTML Overrides
    2. Bootstrap Overrides
    3. Theme Styling
    4. Responsive Overrides

*/
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
.navbar .navbar-toggle {
  padding: 6px 10px;
}
.navbar .navbar-toggle i.fa-bars {
  color: #fff;
}
a:hover i.fs {
  text-decoration: none;
}
h1.pagetitle:empty {
  display: none;
}
.page-icon {
  display: none;
}
#announcement-rotator {
  margin: 0 -30px/2 30px;
}
#announcement-rotator .item img {
  width: 100%;
}
.announcement-list .announcement {
  max-width: 390px;
  margin: 0 auto 30px;
}
.announcement-list .announcement-title {
  margin: 7.5px 0;
}
.announcement-list img {
  width: 100%;
}
.announcement-detail img {
  width: 100%;
}
.nav-sub li {
  border: 1px solid #eeeeee;
  border-radius: 4px;
}
footer {
  margin-bottom: 50px;
}
footer .footer-message {
  float: left;
}
footer .footer-address {
  float: right;
}
#splash.error {
  background-color: #eeeeee;
}
#splash.error #content {
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 4px;
}
.not-found h2 {
  font-size: 200px;
  font-weight: 700;
  line-height: 210px;
  letter-spacing: -5px;
}
.not-found h2 i {
  position: relative;
  top: -12px;
  font-size: 210px;
  color: #f03;
}
/* hide block panels */
.panel.panel-block {
  border: 0;
  box-shadow: none;
}
.panel.panel-block > .panel-heading,
.panel.panel-block > .rock-panel-drawer {
  display: none;
}
.panel.panel-block > .panel-body {
  padding: 0;
}
.panel.panel-block > .panel-body .grid.grid-panel {
  margin: 0;
}
body {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum";
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}
body.noscroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
body.zone-highlight,
body.block-highlight {
  margin-bottom: 50px;
}
body.zone-highlight .navbar.navbar-fixed-top,
body.block-highlight .navbar.navbar-fixed-top {
  position: relative;
}
body.zone-highlight .zone-instance.outline,
body.block-highlight .zone-instance.outline {
  float: none;
}
header,
footer,
.wrapper {
  position: relative;
  max-width: 1920;
  margin: 0 auto;
  width: 100%;
}
section {
  width: 100%;
}
.nopad {
  padding: 0!important;
}
.overlay {
  position: relative;
}
.overlay:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(24, 24, 24, 0.5), rgba(27, 27, 27, 0.25) 54%, rgba(24, 24, 24, 0.5));
  z-index: 1;
}
.--hasbg {
  position: relative;
}
.--hasbg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.4);
  z-index: 1;
}
.align-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1680px) {
  .container {
    width: 1360px;
  }
}
/*** Imported into the bottom of theme.less ***/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}
@media (min-width: 768px) {
  html {
    font-size: 19px;
  }
}
h1,
.h1 {
  font-size: 32px;
  line-height: 44.8px;
  text-align: start;
  color: #282828;
  font-style: normal;
  font-weight: bold;
  font-family: Avenir Next, arial, helvetica;
  margin: 0;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 1.1;
    text-align: start;
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-family: Avenir Next, arial, helvetica;
  }
}
h2,
.h2 {
  font-size: 26px;
  line-height: 36.4px;
  text-align: start;
  color: #282828;
  font-style: normal;
  font-weight: bold;
  font-family: Avenir Next, arial, helvetica;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 1.1;
    text-align: start;
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-family: Avenir Next, arial, helvetica;
  }
}
h2:first-child,
.h2:first-child {
  margin-top: 0;
}
h3,
.h3 {
  font-size: 22px;
  line-height: 30.8px;
  text-align: start;
  color: #282828;
  font-style: normal;
  font-weight: bold;
  font-family: Avenir Next, arial, helvetica;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 1.1;
    text-align: start;
    color: #282828;
    font-style: normal;
    font-weight: bold;
    font-family: Avenir Next, arial, helvetica;
  }
}
h3:first-child,
.h3:first-child {
  margin-top: 0;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 30.8px;
  text-align: start;
  color: #282828;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-family: Avenir Next, arial, helvetica;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 1.1;
    text-align: start;
    color: #282828;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-family: Avenir Next, arial, helvetica;
  }
}
h4:first-child,
.h4:first-child {
  margin-top: 0;
}
h5,
.h5 {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  h5,
  .h5 {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
h6,
.h6 {
  font-size: 16.105263157894736px;
  font-size: 0.9473684210526315rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 18px;
    font-size: 0.9473684210526315rem;
  }
}
@media (min-width: 1680px) {
  h6,
  .h6 {
    font-size: 22.736842105263158px;
    font-size: 0.9473684210526315rem;
  }
}
h5,
.h5,
h6,
.h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #373737;
}
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0;
}
p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
.checkbox-inline:first-child,
.radio-inline:first-child {
  padding-left: 20px !important;
}
td.calendar-selected {
  padding: 5px;
}
.pagination {
  width: 100%;
}
/*** Custom imports ***/
.header {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 10;
}
#search-layer {
  display: none;
  position: fixed;
  background-color: #0082ba;
  padding: 100px;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 50%;
}
#search-layer .vc {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#search-layer.active {
  display: block;
}
footer {
  margin-bottom: 0;
}
footer #zone-footer {
  float: none;
  padding: 30px 40px;
}
@media (min-width: 768px) {
  footer #zone-footer {
    padding: 30px 24px 40px;
  }
}
@media (min-width: 1200px) {
  footer #zone-footer {
    padding: 50px 9.52381vw 35px;
  }
}
@media (min-width: 1680px) {
  footer #zone-footer {
    padding: 60px 9.52381vw 40px;
  }
}
footer #zone-footer .zone-content > :first-child {
  grid-area: Logo;
}
@media (min-width: 768px) {
  footer #zone-footer .zone-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "Logo Logo Logo Logo" ". . . .";
    grid-gap: 20px;
  }
}
@media (min-width: 992px) {
  footer #zone-footer .zone-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
  }
}
footer #zone-footerattributes {
  background-color: #373737;
  float: none;
  padding: 18px;
}
@media (min-width: 768px) {
  footer #zone-footerattributes {
    padding: 20px 120px;
  }
}
@media (min-width: 1680px) {
  footer #zone-footerattributes {
    padding: 20px 170px;
  }
}
@media (min-width: 768px) {
  footer #zone-footerattributes .zone-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
  }
}
footer #zone-footerattributes .attribution,
footer #zone-footerattributes .copyright {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
footer #zone-footerattributes .attribution p,
footer #zone-footerattributes .copyright p {
  line-height: 2;
  margin: 0;
}
footer #zone-footerattributes .attribution a,
footer #zone-footerattributes .copyright a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #0082ba;
}
.footer {
  background: #282828;
}
.footer .panel.panel-block {
  background: none;
  color: #fff;
  margin: 0 30px 21px;
}
@media (min-width: 768px) {
  .footer .panel.panel-block {
    margin: 0;
  }
}
.footer .panel.panel-block > .panel-heading,
.footer .panel.panel-block > .rock-panel-drawer {
  padding: 0;
  display: block;
  background: none;
  border: none;
}
.footer .panel.panel-block > .panel-heading .panel-title,
.footer .panel.panel-block > .rock-panel-drawer .panel-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.footer .panel.panel-block > .panel-body {
  background: none;
}
.footer .panel.panel-block > .panel-body p {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .footer .panel.panel-block > .panel-body p {
    margin-bottom: 0;
  }
}
.footer .panel.panel-block > .panel-body a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #0082ba;
}
.footer .panel.panel-block .list-group-item {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  border: none;
}
.footer .panel.panel-block .list-group-item a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px #0082ba;
}
.footer .panel.panel-block .list-group-item a:hover {
  border-bottom: solid 1px #ff8200;
}
.footer #social-media-links {
  text-align: left;
}
.footer #social-media-links .panel-heading {
  display: none;
}
.footer #social-media-links .list-group-item {
  display: inline-block;
  margin: 0 15px 0 0;
}
@media (min-width: 768px) {
  .footer #social-media-links .list-group-item {
    margin: 0 0 0 15px;
  }
}
.footer #social-media-links .list-group-item a {
  display: block;
  text-indent: -999em;
  height: 30px;
  width: 30px;
  position: relative;
  border: none;
}
.footer #social-media-links .list-group-item a i {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 30px;
}
.footer #social-media-links .list-group-item a i.fa-facebook:before {
  content: "\f09a";
}
.footer #social-media-links .list-group-item a.link-facebook:hover {
  color: #3b5998;
}
.footer #social-media-links .list-group-item a.link-instagram:hover {
  color: #bc2a8d;
}
.footer #social-media-links .list-group-item a.link-twitter:hover {
  color: #00aced;
}
.footer #social-media-links .list-group-item a.link-vimeo:hover {
  color: #1ab7ea;
}
.footer #social-media-links .list-group-item a.link-youtube:hover {
  color: #bb0000;
}
.footer .footer-brand {
  width: 196px;
  height: 44px;
  display: block;
  text-indent: -999em;
  background-image: url(../Assets/Images/ChurchLogo_White.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 0;
  margin: 0 0 20px;
}
.notification {
  position: relative;
  color: #fff;
  font-size: 19.68421052631579px;
  font-size: 1.1578947368421053rem;
  font-weight: 600;
  font-style: normal;
  background-color: #f06400;
  display: none;
  padding: 20px 20px 20px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .notification {
    font-size: 22px;
    font-size: 1.1578947368421053rem;
  }
}
@media (min-width: 1680px) {
  .notification {
    font-size: 27.789473684210524px;
    font-size: 1.1578947368421053rem;
  }
}
@media (min-width: 768px) {
  .notification {
    padding: 30px;
    text-align: center;
  }
}
@media (min-width: 1680px) {
  .notification {
    padding: 50px;
  }
}
.notification p {
  margin: 0;
}
.notification .closer {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: block;
  z-index: 10;
}
@media (min-width: 768px) {
  .notification .closer {
    right: 10%;
  }
}
.notification .closer .cc-icon {
  color: #fff;
  font-size: 32px;
  transition: color 0.5s ease-in-out;
}
.notification .closer .cc-icon:hover {
  color: #ff8200;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px 10px;
  margin-top: 16px;
  margin-right: 18px;
  margin-bottom: 0;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 26px;
  color: #fff;
}
.navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 18px;
  font-size: 25px;
  line-height: 1;
  border: none;
  color: #f06400;
  background: none;
}
@media (min-width: 1200px) {
  .navbar-close {
    display: none;
  }
}
html.menu-open body {
  overflow: hidden;
}
html.menu-open header {
  height: 100%;
}
html.menu-open nav {
  position: relative;
  height: 100%;
}
html.menu-open nav .container-fluid,
html.menu-open nav .container-fluid .navbar-collapse div {
  height: 100%;
  position: relative;
}
nav.navbar {
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: all 350ms ease-in-out;
  border: none;
  margin: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  nav.navbar {
    position: relative;
    top: inherit;
    max-width: inherit;
    width: 100%;
    background-color: transparent;
    z-index: inherit;
    height: inherit;
  }
}
nav.navbar .page-menu {
  float: none;
}
nav.navbar .page-menu .block-content #navbar-primary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  nav.navbar .page-menu .block-content #navbar-primary {
    align-items: start;
    flex-direction: row;
  }
}
nav.navbar .navbar-brand {
  width: 177px;
  height: 40px;
  display: block;
  text-indent: -999em;
  background-image: url(../Assets/Images/ChurchLogo_White.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: all 350ms ease-in-out;
  margin: 15px 0 15px 18px;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-brand {
    float: left;
    padding: 0;
    margin: 48px 0 0 3.869048vw;
    margin-left: 3.869048vw !important;
    width: 221px;
    height: 50px;
  }
}
@media (min-width: 1680px) {
  nav.navbar .navbar-brand {
    margin: 57px 0 0 3.869048vw;
    margin-left: 3.869048vw !important;
    width: 265px;
    height: 60px;
  }
}
nav.navbar .navbar-nav {
  transition: all 350ms ease-in-out;
  margin: 66px 18px 18px;
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav {
    text-align: center;
    height: auto;
    width: auto;
    background-color: transparent;
    overflow-x: visible;
    float: none;
    flex: 1 1 auto;
    padding: 15px 0;
    margin: 48px 0 0 0;
  }
}
@media (min-width: 1680px) {
  nav.navbar .navbar-nav {
    padding: 19px 0;
    margin: 57px 0 0 0;
  }
}
nav.navbar .navbar-nav > li {
  padding: 15px 22px;
  position: relative;
  float: none;
  display: block;
  background-color: #fff;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav > li {
    display: inline-block;
    border-bottom: none;
    background: none;
    padding: 0;
    margin: 0;
  }
}
nav.navbar .navbar-nav > li a {
  padding: 23px 28px;
  display: block;
  color: #595859;
  text-transform: uppercase;
  font-size: 16.105263157894736px;
  font-size: 0.9473684210526315rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  padding: 0;
  border-bottom: 1px solid transparent;
  position: relative;
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav > li a {
    font-size: 18px;
    font-size: 0.9473684210526315rem;
  }
}
@media (min-width: 1680px) {
  nav.navbar .navbar-nav > li a {
    font-size: 22.736842105263158px;
    font-size: 0.9473684210526315rem;
  }
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav > li a {
    padding: 10px 15px 20px;
    color: #fff;
  }
}
@media (min-width: 1680px) {
  nav.navbar .navbar-nav > li a {
    font-size: 19.68421052631579px;
    font-size: 1.1578947368421053rem;
    font-weight: bold;
    font-style: normal;
  }
}
@media (min-width: 1680px) and (min-width: 768px) {
  nav.navbar .navbar-nav > li a {
    font-size: 22px;
    font-size: 1.1578947368421053rem;
  }
}
@media (min-width: 1680px) and (min-width: 1680px) {
  nav.navbar .navbar-nav > li a {
    font-size: 27.789473684210524px;
    font-size: 1.1578947368421053rem;
  }
}
nav.navbar .navbar-nav > li a:hover,
nav.navbar .navbar-nav > li a:focus,
nav.navbar .navbar-nav > li a:active {
  background: none;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav > li a:hover,
  nav.navbar .navbar-nav > li a:focus,
  nav.navbar .navbar-nav > li a:active {
    color: #f06400;
  }
}
nav.navbar .navbar-nav > li a .cc-icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav > li a .cc-icon {
    display: none;
  }
}
nav.navbar .navbar-nav > li a .caret {
  border: solid 15px transparent;
  border-top: solid 19px transparent;
  border-bottom: solid 19px #f06400;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav > li:hover ul.dropdown-menu {
    display: block;
  }
}
nav.navbar .navbar-nav > li:hover > a,
nav.navbar .navbar-nav > li.open > a {
  background-color: transparent;
  border: none;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav > li:hover > a .caret,
  nav.navbar .navbar-nav > li.open > a .caret {
    display: block;
  }
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav > li:hover > a,
  nav.navbar .navbar-nav > li.open > a {
    color: #f06400;
  }
}
nav.navbar .navbar-nav > li.open > a .cc-icon-plus {
  display: none;
}
nav.navbar .navbar-nav .dropdown-menu {
  border: none;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  border-radius: 0;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav .dropdown-menu {
    background: #fff;
    border-top: 8px solid #f06400;
    margin: 0;
    padding: 25px 10px;
    min-width: 287px;
    border-radius: 0;
  }
}
nav.navbar .navbar-nav .dropdown-menu li {
  margin: 0;
  padding: 5px 0;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav .dropdown-menu li {
    margin: 0;
    padding: 8px 20px;
  }
}
nav.navbar .navbar-nav .dropdown-menu li a {
  font-size: 16.105263157894736px;
  font-size: 0.9473684210526315rem;
  font-weight: 600;
  font-style: normal;
  color: #595859;
  text-transform: inherit;
  line-height: 1;
  padding: 0px!important;
  display: inline-block;
  border-bottom: 2px solid transparent;
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav .dropdown-menu li a {
    font-size: 18px;
    font-size: 0.9473684210526315rem;
  }
}
@media (min-width: 1680px) {
  nav.navbar .navbar-nav .dropdown-menu li a {
    font-size: 22.736842105263158px;
    font-size: 0.9473684210526315rem;
  }
}
nav.navbar .navbar-nav .dropdown-menu li a:hover,
nav.navbar .navbar-nav .dropdown-menu li a:active,
nav.navbar .navbar-nav .dropdown-menu li a:focus {
  color: #f06400;
  border-color: #f06400;
  text-decoration: none;
}
nav.navbar .navbar-nav .dropdown-menu li.active a {
  background-color: transparent;
}
nav.navbar .navbar-nav .dropdown-menu li ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
nav.navbar .navbar-nav .dropdown-menu li ul li {
  border-bottom: none;
  background-color: #fff;
  margin: 3px 20px 3px 0;
  padding: 5px 15px;
  border-radius: 1%;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav .dropdown-menu li ul li {
    margin: 0;
    padding: 4px 15px;
    background-color: transparent;
    border-radius: 0;
  }
}
nav.navbar .navbar-nav .dropdown-menu li ul li a {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: 400;
  font-style: normal;
  text-transform: inherit;
  line-height: 1;
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav .dropdown-menu li ul li a {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  nav.navbar .navbar-nav .dropdown-menu li ul li a {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
nav.navbar .navbar-nav .dropdown-menu li ul li a:hover {
  border-bottom: none;
}
@media (min-width: 1200px) {
  nav.navbar .navbar-nav .dropdown-menu li ul li a:hover {
    color: #ff8200;
    border-bottom: 1px solid transparent;
    text-decoration: none;
  }
}
.noheader nav.navbar,
.affix nav.navbar {
  z-index: 9999;
}
.noheader nav.navbar .navbar-header,
.affix nav.navbar .navbar-header {
  background: #fff;
}
.noheader nav.navbar .navbar-toggle,
.affix nav.navbar .navbar-toggle {
  color: #282828;
}
.noheader nav.navbar .navbar-brand,
.affix nav.navbar .navbar-brand {
  background-image: url(../Assets/Images/ChurchLogo_Black.png);
}
@media (min-width: 1200px) {
  .noheader nav.navbar,
  .affix nav.navbar {
    background: #fff;
  }
  .noheader nav.navbar .navbar-header,
  .affix nav.navbar .navbar-header {
    background: none;
  }
  .noheader nav.navbar .navbar-brand,
  .affix nav.navbar .navbar-brand {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .noheader nav.navbar .navbar-nav,
  .affix nav.navbar .navbar-nav {
    margin-top: 35px;
    padding: 0;
  }
  .noheader nav.navbar .navbar-nav > li a,
  .affix nav.navbar .navbar-nav > li a {
    color: #595859;
  }
  .noheader nav.navbar .navbar-nav > li a:hover,
  .affix nav.navbar .navbar-nav > li a:hover,
  .noheader nav.navbar .navbar-nav > li a:focus,
  .affix nav.navbar .navbar-nav > li a:focus,
  .noheader nav.navbar .navbar-nav > li a:active,
  .affix nav.navbar .navbar-nav > li a:active {
    color: #f06400;
  }
  .noheader nav.navbar #quick-links,
  .affix nav.navbar #quick-links {
    margin-top: 35px;
    padding: 0;
  }
  .noheader nav.navbar #quick-links li,
  .affix nav.navbar #quick-links li {
    color: #595859;
  }
  .noheader nav.navbar #quick-links li a,
  .affix nav.navbar #quick-links li a {
    color: #595859;
  }
  .noheader nav.navbar #quick-links li a .cc-icon,
  .affix nav.navbar #quick-links li a .cc-icon {
    color: #0082ba;
  }
  .noheader nav.navbar #quick-links li a:hover,
  .affix nav.navbar #quick-links li a:hover,
  .noheader nav.navbar #quick-links li a:focus,
  .affix nav.navbar #quick-links li a:focus,
  .noheader nav.navbar #quick-links li a:active,
  .affix nav.navbar #quick-links li a:active {
    color: #0082ba;
  }
}
nav.navbar .navbar-collapse {
  border: none;
  padding: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  nav.navbar .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    background-color: #eeeeee;
  }
}
@media (min-width: 768px) {
  nav.navbar .navbar-collapse {
    width: 350px;
    left: auto;
  }
}
@media (min-width: 1200px) {
  nav.navbar .navbar-collapse {
    width: 100%;
  }
}
#quick-links {
  transition: all 350ms ease-in-out;
  text-align: center;
  background-color: #f06400;
  margin: 0;
  padding: 18px;
}
@media (min-width: 1200px) {
  #quick-links {
    padding: 15px 0;
    margin: 48px 3.869048vw 0 0;
    text-align: right;
    background: none;
  }
}
@media (min-width: 1680px) {
  #quick-links {
    padding: 19px 0;
    margin: 57px 3.869048vw 0 0;
  }
}
#quick-links li {
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 15.210526315789474px;
  font-size: 0.8947368421052632rem;
  font-weight: 600;
  font-style: normal;
  margin-left: 10px;
}
@media (min-width: 768px) {
  #quick-links li {
    font-size: 17px;
    font-size: 0.8947368421052632rem;
  }
}
@media (min-width: 1680px) {
  #quick-links li {
    font-size: 21.473684210526315px;
    font-size: 0.8947368421052632rem;
  }
}
@media (min-width: 1200px) {
  #quick-links li {
    margin-left: 0;
  }
}
#quick-links li a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: left;
}
@media (min-width: 1200px) {
  #quick-links li a {
    padding: 2px 0 0;
    margin: 0 8px;
    position: relative;
    text-indent: -999em;
    height: 28px;
    width: 20px;
  }
}
@media (min-width: 1440px) {
  #quick-links li a {
    height: auto;
    width: auto;
    text-indent: 0;
  }
}
#quick-links li a .cc-icon {
  font-size: 20px;
  margin-right: 4px;
  float: left;
}
@media (min-width: 768px) {
  #quick-links li a .cc-icon {
    float: none;
    margin-left: 9px;
  }
}
@media (min-width: 1200px) {
  #quick-links li a .cc-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    text-indent: 0;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  #quick-links li a .cc-icon {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 4px 0 9px;
  }
}
@media (min-width: 1440px) {
  #quick-links li a:hover {
    border-bottom: solid 2px #0082ba;
  }
}
.billboard {
  position: relative;
  max-height: 600px;
  overflow: hidden;
}
.billboard .page__title {
  position: absolute;
  bottom: 10%;
  z-index: 9;
  width: 100%;
}
.billboard .page__title h1 {
  font-size: 32px;
  line-height: 44.8px;
  text-align: start;
  color: #ffffff;
  font-style: normal;
  font-weight: bold;
  font-family: Avenir Next, arial, helvetica;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .billboard .page__title h1 {
    font-size: 48px;
    line-height: 1.1;
    text-align: start;
    color: #ffffff;
    font-style: normal;
    font-weight: bold;
    font-family: Avenir Next, arial, helvetica;
    padding: 0 15px;
  }
}
.billboard .item {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 0;
  max-height: 100%;
}
.homepage .billboard {
  max-height: inherit;
}
.homepage .billboard .item {
  height: 100vh;
  max-height: 100vh;
  min-height: 568px;
}
@media (min-width: 768px) {
  .homepage .billboard .item {
    min-height: 768px;
  }
}
.homepage .billboard .item .content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  line-height: 22.4px;
  text-align: start;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-family: Avenir Next, arial, helvetica;
}
@media (min-width: 768px) {
  .homepage .billboard .item .content {
    font-size: 26px;
    line-height: 36.4px;
    text-align: start;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-family: Avenir Next, arial, helvetica;
  }
}
.homepage .billboard .item .content .page__title {
  position: relative;
  bottom: auto;
  margin: 80px auto 0;
  width: 80%;
}
@media (min-width: 768px) {
  .homepage .billboard .item .content .page__title {
    margin: 100px auto 0;
    width: auto;
  }
}
.homepage .billboard .item .content .page__title-caption:before {
  content: "";
  width: 35%;
  border-top: 10px solid #0082ba;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .homepage .billboard .item .content .page__title-caption:before {
    margin-bottom: 31px;
  }
}
.homepage .billboard .item .content .page__title h1 {
  font-size: 44px;
  line-height: 48px;
  text-align: start;
  color: #ffffff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: bold;
  font-family: Avenir Next, arial, helvetica;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .homepage .billboard .item .content .page__title h1 {
    font-size: 86px;
    line-height: 86px;
    text-align: start;
    color: #ffffff;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    font-family: Avenir Next, arial, helvetica;
  }
}
.homepage .billboard .item .content .page__title p {
  margin: 0.5em 0 2em;
}
.homepage .billboard .item .content .page__title .button {
  margin: 0;
}
.homepage .billboard .item.overlay:after {
  opacity: 0.8;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,181818+0,1b1b1b+55,181818+100&0.9+0,0.8+55,0.9+100 */
  background: -moz-linear-gradient(top, rgba(24, 24, 24, 0.9) 0%, rgba(27, 27, 27, 0.8) 55%, rgba(24, 24, 24, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(24, 24, 24, 0.9) 0%, rgba(27, 27, 27, 0.8) 55%, rgba(24, 24, 24, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(24, 24, 24, 0.9) 0%, rgba(27, 27, 27, 0.8) 55%, rgba(24, 24, 24, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6181818', endColorstr='#e6181818', GradientType=0);
  /* IE6-9 */
}
.noheader #billboard {
  background-color: #0082ba;
}
.noheader #billboard .container {
  margin-top: 70px;
}
@media (min-width: 1200px) {
  .noheader #billboard .container {
    margin-top: 90px;
  }
}
@media (min-width: 1680px) {
  .noheader #billboard .container {
    margin-top: 100px;
  }
}
.noheader #billboard .container h1 {
  color: #fff;
  margin: 28px 0;
}
#bgvideo #background-video,
#bgvideo video {
  overflow: hidden;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* Declare heights because of positioning of img element */
.billboard .item {
  height: 440px;
  background-color: #777;
  position: relative;
}
@media (min-width: 768px) {
  .billboard .item {
    height: 600px;
    max-height: 600px;
  }
}
.billboard .item .content {
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.billboard-inner > .item > picture > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.billboard-inner > .item.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.billboard-inner > .item.compat-object-fit picture {
  opacity: 0;
}
#campus-locations {
  background-color: #ffffff;
  position: relative;
  padding: 0;
}
@media (min-width: 768px) {
  #campus-locations {
    padding: 0;
  }
}
#campus-locations.detail {
  background-image: url(../Assets/Images/Map_Mobile.png);
  background-size: 100% auto;
  background-position: top left;
  background-repeat: no-repeat;
}
#campus-locations .content {
  pointer-events: none;
}
@media (min-width: 768px) {
  #campus-locations .content {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    z-index: 5;
  }
}
#campus-locations #campusmap {
  width: 100%;
  height: 650px;
  display: none;
  pointer-events: all;
}
@media (min-width: 768px) {
  #campus-locations #campusmap {
    display: block;
  }
}
#campus-locations #campusmap .si-float-wrapper .si-pointer-bottom,
#campus-locations #campusmap .si-frame.si-content-wrapper .si-close-button {
  display: none;
}
#campus-locations #campusmap .si-content {
  overflow: inherit;
}
#campus-locations #campusmap .infowindow {
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  width: 220px;
}
#campus-locations #campusmap .infowindow .panel-title {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  color: #0082ba;
  text-transform: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  #campus-locations #campusmap .infowindow .panel-title {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  #campus-locations #campusmap .infowindow .panel-title {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
#campus-locations #campusmap .infowindow .panel-title a {
  text-decoration: none;
}
#campus-locations #campusmap .infowindow .collapse {
  margin-top: 10px;
}
#campus-locations #campusmap .infowindow .collapse p {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: normal;
  font-style: normal;
  color: #4a4a4a;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #campus-locations #campusmap .infowindow .collapse p {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  #campus-locations #campusmap .infowindow .collapse p {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
#campus-locations #campusmap .infowindow .collapse p strong,
#campus-locations #campusmap .infowindow .collapse p b {
  color: #595859;
}
#campus-locations #campusmap .infowindow .collapse p.location-link {
  font-size: 17px;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  margin: 0;
}
@media (min-width: 768px) {
  #campus-locations #campusmap .infowindow .collapse p.location-link {
    font-size: 19px;
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  #campus-locations #campusmap .infowindow .collapse p.location-link {
    font-size: 24px;
    font-size: 1rem;
  }
}
#campus-locations #campusmap .infowindow .collapse p.location-link a {
  color: #282828;
  text-decoration: none;
  border-bottom: solid 2px #ff8200;
}
#campus-locations #campusmap .infowindow .collapse p.location-link a:hover {
  color: #ff8200;
}
#campus-locations #campusmap .infowindow .collapse p.location-link .cc-icon {
  color: #ff8200;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
#campus-locations .campuslist {
  margin: 0;
  padding: 18px;
  position: relative;
  background-image: url(../Assets/Images/Map_Mobile.png);
  background-size: 100% auto;
  background-position: top left;
}
@media (min-width: 768px) {
  #campus-locations .campuslist {
    display: none;
  }
}
#campus-locations .campuslist .panel-group {
  margin: 0;
}
#campus-locations .campuslist .panel-group .panel {
  background-color: #fff;
}
#campus-locations .campuslist .panel-group .panel + .panel {
  margin-top: 12px;
}
#campus-locations .campuslist .panel-group .panel-heading {
  padding: 0;
}
#campus-locations .campuslist .panel-group .panel-title {
  padding: 20px;
  border: none;
}
#campus-locations .campuslist .panel-group .panel-title a {
  padding-bottom: 0;
  line-height: 1;
}
#campus-locations .campuslist .panel-group .panel-body {
  padding: 0 32px 32px;
}
#campus-locations .campuslist .panel-group .panel-body p {
  font-size: 17px;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  color: #595859;
}
@media (min-width: 768px) {
  #campus-locations .campuslist .panel-group .panel-body p {
    font-size: 19px;
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  #campus-locations .campuslist .panel-group .panel-body p {
    font-size: 24px;
    font-size: 1rem;
  }
}
#campus-locations .campuslist .panel-group .panel-body p.location-link {
  font-size: 17px;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  #campus-locations .campuslist .panel-group .panel-body p.location-link {
    font-size: 19px;
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  #campus-locations .campuslist .panel-group .panel-body p.location-link {
    font-size: 24px;
    font-size: 1rem;
  }
}
#campus-locations .campuslist .panel-group .panel-body p.location-link a {
  color: #282828;
  text-decoration: none;
  border-bottom: solid 2px #ff8200;
}
#campus-locations .campuslist .panel-group .panel-body p.location-link a:hover {
  color: #ff8200;
}
#campus-locations .campuslist .panel-group .panel-body p.location-link .fas,
#campus-locations .campuslist .panel-group .panel-body p.location-link .cc-icon {
  color: #ff8200;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
#campus-locations .mission-statement {
  background-color: #fff;
  color: #0082ba;
  font-size: 30px;
  font-size: 35.78947368421053px;
  font-size: 2.1052631578947367rem;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  line-height: 1.2em;
  padding: 50px 20px;
}
@media (min-width: 768px) {
  #campus-locations .mission-statement {
    font-size: 40px;
    font-size: 2.1052631578947367rem;
  }
}
@media (min-width: 1680px) {
  #campus-locations .mission-statement {
    font-size: 50.526315789473685px;
    font-size: 2.1052631578947367rem;
  }
}
#campus-locations .mission-statement:before {
  content: "";
  width: 35%;
  border-top: 10px solid #0082ba;
  display: block;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #campus-locations .mission-statement {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 52px 42px;
  }
}
#campus-locations .mission-statement span {
  display: block;
}
#campus-locations .contact-info {
  background-color: #fff;
  padding: 20px;
  margin: 18px 3px;
  pointer-events: auto;
}
@media (min-width: 768px) {
  #campus-locations .contact-info {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 52px 42px;
    margin: 85px 0;
  }
}
@media (min-width: 992px) {
  #campus-locations .contact-info {
    padding: 52px 42px;
  }
}
#campus-locations .contact-info p {
  font-size: 17px;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  color: #595859;
}
@media (min-width: 768px) {
  #campus-locations .contact-info p {
    font-size: 19px;
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  #campus-locations .contact-info p {
    font-size: 24px;
    font-size: 1rem;
  }
}
#campus-locations .contact-info p.icon-link {
  font-size: 17px;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  #campus-locations .contact-info p.icon-link {
    font-size: 19px;
    font-size: 1rem;
  }
}
@media (min-width: 1680px) {
  #campus-locations .contact-info p.icon-link {
    font-size: 24px;
    font-size: 1rem;
  }
}
#campus-locations .contact-info p.icon-link a {
  color: #282828;
  text-decoration: none;
  border-bottom: solid 2px #0082ba;
}
#campus-locations .contact-info p.icon-link a:hover {
  color: #0082ba;
}
#campus-locations .contact-info p.icon-link .fas,
#campus-locations .contact-info p.icon-link .cc-icon {
  color: #0082ba;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
blockquote {
  font-size: 18px;
  color: #0082ba;
  margin: 0 8.33333333%;
  padding: 20px 0;
  font-style: italic;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 22px;
  }
}
.intro-copy {
  font-size: 18px;
  line-height: 25.2px;
  text-align: left;
  color: #282828;
  font-style: normal;
  font-weight: 500;
  font-family: Avenir Next, arial, helvetica;
}
@media (min-width: 768px) {
  .intro-copy {
    font-size: 22px;
    line-height: 30.8px;
    text-align: left;
    color: #4a4a4a;
    font-style: normal;
    font-weight: 500;
    font-family: Avenir Next, arial, helvetica;
  }
}
.intro {
  background-color: #eeeeee;
  padding: 45px 15px;
}
@media (min-width: 768px) {
  .intro {
    padding: 45px 0;
  }
}
@media (min-width: 992px) {
  .intro {
    padding: 85px 0 65px;
  }
}
.homepage .intro {
  background-color: #0082ba;
}
@media (min-width: 768px) {
  .homepage .intro {
    padding: 65px 0 89px;
  }
}
.homepage .intro .container .intro-left h2,
.homepage .intro .container .intro-right h2,
.homepage .intro .container .intro-left h3,
.homepage .intro .container .intro-right h3,
.homepage .intro .container .intro-left h4,
.homepage .intro .container .intro-right h4 {
  color: #fff;
  font-size: 42.94736842105263px;
  font-size: 2.526315789473684rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.1;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .homepage .intro .container .intro-left h2,
  .homepage .intro .container .intro-right h2,
  .homepage .intro .container .intro-left h3,
  .homepage .intro .container .intro-right h3,
  .homepage .intro .container .intro-left h4,
  .homepage .intro .container .intro-right h4 {
    font-size: 48px;
    font-size: 2.526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .homepage .intro .container .intro-left h2,
  .homepage .intro .container .intro-right h2,
  .homepage .intro .container .intro-left h3,
  .homepage .intro .container .intro-right h3,
  .homepage .intro .container .intro-left h4,
  .homepage .intro .container .intro-right h4 {
    font-size: 60.63157894736842px;
    font-size: 2.526315789473684rem;
  }
}
.homepage .intro .container .intro-left p,
.homepage .intro .container .intro-right p {
  font-size: 18px;
  line-height: 25.2px;
  text-align: left;
  color: #282828;
  font-style: normal;
  font-weight: 500;
  font-family: Avenir Next, arial, helvetica;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .homepage .intro .container .intro-left p,
  .homepage .intro .container .intro-right p {
    font-size: 22px;
    line-height: 30.8px;
    text-align: left;
    color: #4a4a4a;
    font-style: normal;
    font-weight: 500;
    font-family: Avenir Next, arial, helvetica;
    color: #fff;
  }
}
.homepage .intro .container .intro-right {
  background: none;
  padding: 0;
}
@media (min-width: 992px) {
  .homepage .intro .container .intro-right {
    padding: 30px 0;
  }
}
.homepage .intro .container .intro-right a.button {
  display: block;
}
@media (min-width: 768px) {
  .homepage .intro .container .intro-right a.button {
    display: inline-block;
  }
}
.intro .container .intro-left {
  font-size: 18px;
  line-height: 25.2px;
  text-align: left;
  color: #282828;
  font-style: normal;
  font-weight: 500;
  font-family: Avenir Next, arial, helvetica;
}
@media (min-width: 768px) {
  .intro .container .intro-left {
    font-size: 22px;
    line-height: 30.8px;
    text-align: left;
    color: #4a4a4a;
    font-style: normal;
    font-weight: 500;
    font-family: Avenir Next, arial, helvetica;
  }
}
.intro .container .intro-right {
  background-color: #fff;
  color: #595859;
  padding: 30px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .intro .container .intro-right {
    margin-top: 0;
    margin-left: 40px;
  }
}
.intro .container .intro-right p {
  font-size: 16px;
  margin: 0;
  color: #595859;
}
.intro .container .intro-right p.location-link {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: 500;
  font-style: normal;
  margin: 1em 0 0;
}
@media (min-width: 768px) {
  .intro .container .intro-right p.location-link {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .intro .container .intro-right p.location-link {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.intro .container .intro-right p.location-link a {
  color: #282828;
  text-decoration: none;
  border-bottom: solid 2px #f06400;
}
.intro .container .intro-right p.location-link a:hover {
  color: #f06400;
}
.intro .container .intro-right p.location-link .cc-icon {
  color: #f06400;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.intro .container .intro-right ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.intro .container .intro-right ul li a {
  color: #ff8200;
}
.section {
  background-color: #eeeeee;
  padding: 35px 15px;
}
@media (min-width: 992px) {
  .section {
    padding-top: 75px;
    padding-bottom: 55px;
  }
}
.section > .block-content {
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section > .block-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .section > .block-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .section > .block-content {
    width: 1170px;
  }
}
@media (min-width: 1680px) {
  .section > .block-content {
    width: 1360px;
  }
}
.section > .block-content > div {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .section > .block-content > div {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .section > .block-content > div {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .section > .block-content > div {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .section > .block-content > div {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .section > .block-content > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .section > .block-content > div {
    margin-left: 25%;
  }
}
.section.wide {
  padding: 18px 0px;
}
@media (min-width: 768px) {
  .section.wide {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .section.wide {
    padding-top: 75px;
    padding-bottom: 55px;
  }
}
.section.wide > .block-content > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .section.wide > .block-content > div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section.wide > .block-content > div {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .section.wide > .block-content > div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .section.wide > .block-content > div {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .section.wide > .block-content > div {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section.wide > .block-content > div {
    margin-left: 0%;
  }
}
.section.white {
  background-color: #fff;
}
.section__title {
  font-size: 28.63157894736842px;
  font-size: 1.6842105263157894rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 32px;
    font-size: 1.6842105263157894rem;
  }
}
@media (min-width: 1680px) {
  .section__title {
    font-size: 40.421052631578945px;
    font-size: 1.6842105263157894rem;
  }
}
@media (min-width: 768px) {
  .section__title {
    font-size: 57.26315789473684px;
    font-size: 3.3684210526315788rem;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .section__title {
    font-size: 64px;
    font-size: 3.3684210526315788rem;
  }
}
@media (min-width: 768px) and (min-width: 1680px) {
  .section__title {
    font-size: 80.84210526315789px;
    font-size: 3.3684210526315788rem;
  }
}
.section__title--green {
  color: #6cc24a;
}
.section__title--blue {
  color: #0082ba;
}
.section__title--red {
  color: #0082ba;
}
.section__title--white {
  color: #fff;
}
.cta .content-section {
  position: relative;
}
.cta .content-section__inner {
  position: relative;
}
.cta .content-section__inner.hasbg {
  background-repeat: no-repeat;
  padding: 71% 0 0;
  background-size: 150%;
  background-position: top center;
}
@media (min-width: 768px) {
  .cta .content-section__inner.hasbg {
    padding: 75px 0;
    background-size: cover;
    background-position: center center;
  }
}
.cta .content-section__inner.hasbg.detailimg {
  padding: 18px 0 0;
}
@media (min-width: 768px) {
  .cta .content-section__inner.hasbg.detailimg {
    padding: 75px 0;
  }
}
.cta .content-section__inner.hasbg.detailimg img {
  margin-bottom: 18px;
}
.cta .content-section__inner .container {
  position: relative;
  z-index: 9;
}
.cta .content-section__text {
  padding: 40px;
  background: #fff;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .cta .content-section__text {
    margin: 0;
  }
}
.cta .content-section__text h2 {
  font-size: 42.94736842105263px;
  font-size: 2.526315789473684rem;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 13px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .cta .content-section__text h2 {
    font-size: 48px;
    font-size: 2.526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .cta .content-section__text h2 {
    font-size: 60.63157894736842px;
    font-size: 2.526315789473684rem;
  }
}
.cta .content-section__text h3 {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 13px;
}
@media (min-width: 768px) {
  .cta .content-section__text h3 {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .cta .content-section__text h3 {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
.cta .content-section__text p {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .cta .content-section__text p {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .cta .content-section__text p {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 768px) {
  .cta .content-section__text.nobg {
    background: none;
    color: #fff;
    padding: 0;
  }
  .cta .content-section__text.nobg h1,
  .cta .content-section__text.nobg h2,
  .cta .content-section__text.nobg h3,
  .cta .content-section__text.nobg h4,
  .cta .content-section__text.nobg h5,
  .cta .content-section__text.nobg h6 {
    color: #fff;
  }
  .cta .content-section__text.nobg .button {
    color: #fff;
    border-color: #fff;
  }
  .cta .content-section__text.nobg .button:hover {
    color: #0082ba;
  }
}
.cta .content-section__text ul li {
  margin-bottom: 10px;
}
.main-content {
  padding: 50px 0;
}
.tier2-links .tier-item {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  min-height: 220px;
  position: relative;
}
.tier2-links .tier-item:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.41860465%;
}
.tier2-links .tier-item > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tier2-links .tier-item > .tier-item__content {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  font-weight: 500;
}
@media (min-width: 992px) {
  .tier2-links .tier-item > .tier-item__content {
    padding: 13%;
  }
}
.tier2-links .tier-item > .tier-item__content h5 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 17.894736842105264px;
    font-size: 1.0526315789473684rem;
    font-weight: bold;
    font-style: normal;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 768px) and (min-width: 1680px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 992px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 23.263157894736842px;
    font-size: 1.368421052631579rem;
    font-weight: bold;
    font-style: normal;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 26px;
    font-size: 1.368421052631579rem;
  }
}
@media (min-width: 992px) and (min-width: 1680px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 32.84210526315789px;
    font-size: 1.368421052631579rem;
  }
}
@media (min-width: 1200px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 32.21052631578947px;
    font-size: 1.894736842105263rem;
    font-weight: bold;
    font-style: normal;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 36px;
    font-size: 1.894736842105263rem;
  }
}
@media (min-width: 1200px) and (min-width: 1680px) {
  .tier2-links .tier-item > .tier-item__content h5 {
    font-size: 45.473684210526315px;
    font-size: 1.894736842105263rem;
  }
}
.tier2-links .tier-item > .tier-item__content p {
  margin: 0.5em 0 0;
  font-size: 16px;
}
.tier2-links .tier-item > .tier-item__content a.button {
  border-color: #fff;
  background-color: #fff;
  min-width: 157px;
  margin: 0.5em 0 0;
  font-size: 16px;
}
.tier2-links .tier-item > .tier-item__content a.button:hover {
  background: none;
  color: #fff;
}
.tier2-links .block-grid-md-4 .tier-item img {
  height: auto;
}
@media (min-width: 768px) {
  .tier2-links .block-grid-md-4 .tier-item img {
    height: 246px;
    width: 430px;
  }
}
.tier2-links .block-grid-md-3 .tier-item img {
  height: auto;
}
@media (min-width: 768px) {
  .tier2-links .block-grid-md-3 .tier-item img {
    height: 320px;
    width: 560px;
  }
}
.tier2-links .block-grid-md-2 .tier-item {
  max-height: 480px;
}
.tier2-links .block-grid-md-2 .tier-item img {
  height: auto;
}
@media (min-width: 768px) {
  .tier2-links .block-grid-md-2 .tier-item img {
    height: 480px;
    width: 840px;
  }
}
.tier2-links .block-grid-md-2 .tier-item .tier-item__content h5 {
  font-size: 85.89473684210526px;
  font-size: 5.052631578947368rem;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .tier2-links .block-grid-md-2 .tier-item .tier-item__content h5 {
    font-size: 96px;
    font-size: 5.052631578947368rem;
  }
}
@media (min-width: 1680px) {
  .tier2-links .block-grid-md-2 .tier-item .tier-item__content h5 {
    font-size: 121.26315789473684px;
    font-size: 5.052631578947368rem;
  }
}
.tier2-links .block-grid-xs-2 .tier-item {
  max-height: 200px;
}
@media (min-width: 768px) {
  .tier2-links .block-grid-xs-2 .tier-item {
    max-height: 480px;
  }
}
.tier2-links .block-grid-xs-2 .tier-item img {
  height: auto;
  height: 200px;
  width: 400px;
}
@media (min-width: 768px) {
  .tier2-links .block-grid-xs-2 .tier-item img {
    height: 480px;
    width: 840px;
  }
}
.tier2-links .block-grid-xs-2 .tier-item .tier-item__content h5 {
  font-size: 19.68421052631579px;
  font-size: 1.1578947368421053rem;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .tier2-links .block-grid-xs-2 .tier-item .tier-item__content h5 {
    font-size: 22px;
    font-size: 1.1578947368421053rem;
  }
}
@media (min-width: 1680px) {
  .tier2-links .block-grid-xs-2 .tier-item .tier-item__content h5 {
    font-size: 27.789473684210524px;
    font-size: 1.1578947368421053rem;
  }
}
@media (min-width: 768px) {
  .tier2-links .block-grid-xs-2 .tier-item .tier-item__content h5 {
    font-size: 85.89473684210526px;
    font-size: 5.052631578947368rem;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tier2-links .block-grid-xs-2 .tier-item .tier-item__content h5 {
    font-size: 96px;
    font-size: 5.052631578947368rem;
  }
}
@media (min-width: 768px) and (min-width: 1680px) {
  .tier2-links .block-grid-xs-2 .tier-item .tier-item__content h5 {
    font-size: 121.26315789473684px;
    font-size: 5.052631578947368rem;
  }
}
.tier2-links .block-grid-item .tier-item {
  position: relative;
}
.tier2-links .block-grid-item .tier-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.tier2-links .block-grid-item:nth-child(4n+1) .tier-item:before {
  background-color: rgba(108, 194, 74, 0.85);
  transition: all 0.5s ease-in-out;
}
.tier2-links .block-grid-item:nth-child(4n+1) .tier-item:hover:before {
  background-color: rgba(80, 158, 47, 0.85);
}
.tier2-links .block-grid-item:nth-child(4n+1) .tier-item .button {
  color: #509e2f;
}
.tier2-links .block-grid-item:nth-child(4n+2) .tier-item:before {
  background-color: rgba(255, 130, 0, 0.85);
  transition: all 0.5s ease-in-out;
}
.tier2-links .block-grid-item:nth-child(4n+2) .tier-item:hover:before {
  background-color: rgba(240, 100, 0, 0.85);
}
.tier2-links .block-grid-item:nth-child(4n+2) .tier-item .button {
  color: #f06400;
}
.tier2-links .block-grid-item:nth-child(4n+3) .tier-item:before {
  background-color: rgba(167, 103, 193, 0.85);
  transition: all 0.5s ease-in-out;
}
.tier2-links .block-grid-item:nth-child(4n+3) .tier-item:hover:before {
  background-color: rgba(133, 69, 159, 0.85);
}
.tier2-links .block-grid-item:nth-child(4n+3) .tier-item .button {
  color: #85459f;
}
.tier2-links .block-grid-item:nth-child(4n+4) .tier-item:before {
  background-color: rgba(0, 130, 186, 0.85);
  transition: all 0.5s ease-in-out;
}
.tier2-links .block-grid-item:nth-child(4n+4) .tier-item:hover:before {
  background-color: rgba(89, 88, 89, 0.85);
}
.tier2-links .block-grid-item:nth-child(4n+4) .tier-item .button {
  color: #0082ba;
}
.callout {
  position: relative;
  padding: 40px 0;
  color: #0082ba;
}
.callout h3 {
  font-family: "ff-angie-pro", Times, serif;
  font-size: 32.21052631578947px;
  font-size: 1.894736842105263rem;
  font-weight: 600;
  font-style: normal;
  color: #0082ba;
  margin-top: 11px;
}
@media (min-width: 768px) {
  .callout h3 {
    font-size: 36px;
    font-size: 1.894736842105263rem;
  }
}
@media (min-width: 1680px) {
  .callout h3 {
    font-size: 45.473684210526315px;
    font-size: 1.894736842105263rem;
  }
}
.callout p {
  font-size: 23.263157894736842px;
  font-size: 1.368421052631579rem;
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
@media (min-width: 768px) {
  .callout p {
    font-size: 26px;
    font-size: 1.368421052631579rem;
  }
}
@media (min-width: 1680px) {
  .callout p {
    font-size: 32.84210526315789px;
    font-size: 1.368421052631579rem;
  }
}
.sasl {
  background-color: #d3d3d3;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .sasl {
    padding: 50px 30px;
  }
}
.sasl .sermon-block {
  background: #fff;
  padding: 50px 10px;
  display: inherit;
  text-align: center;
}
@media (min-width: 768px) {
  .sasl .sermon-block {
    padding: 50px;
  }
}
.sasl .sermon-block .series__title {
  display: block;
  font-size: 28.63157894736842px;
  font-size: 1.6842105263157894rem;
  font-weight: 400;
  font-style: italic;
  color: #0082ba;
  font-family: "ff-angie-pro", Times, serif;
}
@media (min-width: 768px) {
  .sasl .sermon-block .series__title {
    font-size: 32px;
    font-size: 1.6842105263157894rem;
  }
}
@media (min-width: 1680px) {
  .sasl .sermon-block .series__title {
    font-size: 40.421052631578945px;
    font-size: 1.6842105263157894rem;
  }
}
.sasl .sermon-block .sermon__title {
  display: block;
  font-size: 37.578947368421055px;
  font-size: 2.210526315789474rem;
  font-weight: 600;
  font-style: normal;
  color: #0082ba;
}
@media (min-width: 768px) {
  .sasl .sermon-block .sermon__title {
    font-size: 42px;
    font-size: 2.210526315789474rem;
  }
}
@media (min-width: 1680px) {
  .sasl .sermon-block .sermon__title {
    font-size: 53.05263157894736px;
    font-size: 2.210526315789474rem;
  }
}
.sasl .sermon-block .sermon__date {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: normal;
  font-style: normal;
  color: #d3d3d3;
}
@media (min-width: 768px) {
  .sasl .sermon-block .sermon__date {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .sasl .sermon-block .sermon__date {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
.sasl .sermon-block .sermon__speaker {
  font-size: 21.473684210526315px;
  font-size: 1.263157894736842rem;
  font-weight: 600;
  font-style: normal;
  color: #595859;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .sasl .sermon-block .sermon__speaker {
    font-size: 24px;
    font-size: 1.263157894736842rem;
  }
}
@media (min-width: 1680px) {
  .sasl .sermon-block .sermon__speaker {
    font-size: 30.31578947368421px;
    font-size: 1.263157894736842rem;
  }
}
.sasl .sermon-block .video-block {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}
.sasl .sermon-block .video-block .video {
  flex: 1;
  margin: 10px;
  min-width: 70%;
}
@media (min-width: 768px) {
  .sasl .sermon-block .video-block .video {
    min-width: inherit;
  }
}
.sasl .weekly-block {
  display: block;
  padding: 0;
}
@media (min-width: 768px) {
  .sasl .weekly-block {
    padding: 30px 0;
  }
}
.sasl .weekly-block .content-section__inner {
  position: relative;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sasl .weekly-block .row.content {
  position: relative;
  z-index: 9;
}
.sasl .weekly-block .card__item {
  background: #fff;
  border-bottom: 24px solid #0082ba;
  margin: 10px 10px 0;
  padding: 50px;
}
@media (min-width: 768px) {
  .sasl .weekly-block .card__item {
    margin: 10px;
  }
}
.sasl .weekly-block .card__item:first-child {
  margin-left: 0;
}
.sasl .weekly-block .card__item:last-child {
  margin-right: 0;
}
.sasl .weekly-block .card__category {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  color: #d3d3d3;
}
@media (min-width: 768px) {
  .sasl .weekly-block .card__category {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .sasl .weekly-block .card__category {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.sasl .weekly-block .card__title {
  font-family: "ff-angie-pro", Times, serif;
  font-size: 28.63157894736842px;
  font-size: 1.6842105263157894rem;
  font-weight: 600;
  font-style: normal;
  color: #0082ba;
}
@media (min-width: 768px) {
  .sasl .weekly-block .card__title {
    font-size: 32px;
    font-size: 1.6842105263157894rem;
  }
}
@media (min-width: 1680px) {
  .sasl .weekly-block .card__title {
    font-size: 40.421052631578945px;
    font-size: 1.6842105263157894rem;
  }
}
.sasl .weekly-block .card__meta {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  color: #d3d3d3;
}
.sasl .weekly-block .card__meta li {
  padding: 0;
}
section.events .event img {
  width: 100%;
  height: auto;
}
section.events .event__item {
  background: #fff;
  padding: 25px 35px 30px;
}
section.events .event__title {
  font-size: 25.05263157894737px;
  font-size: 1.4736842105263157rem;
  font-weight: bold;
  font-style: normal;
  margin: 0;
}
@media (min-width: 768px) {
  section.events .event__title {
    font-size: 28px;
    font-size: 1.4736842105263157rem;
  }
}
@media (min-width: 1680px) {
  section.events .event__title {
    font-size: 35.368421052631575px;
    font-size: 1.4736842105263157rem;
  }
}
section.events .event__title a {
  color: #282828;
}
section.events .event__title a:hover {
  color: #0082ba;
}
section.events .event__meta {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
section.events .event__meta li {
  display: inline;
}
section.events .event__meta li:before {
  content: "|";
  margin: 0 10px;
}
section.events .event__meta li:first-child:before {
  content: none;
  margin: 0;
}
section.events.featured .block-grid-item {
  background-color: #fff;
}
section.events.featured .content-section__text h2:first-of-type {
  margin: 0 0 30px;
}
section.events.featured .event__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
section.events.featured .event__item {
  margin: 0;
  padding: 25 30px;
  border: none;
}
section.events.featured .event__category {
  font-size: 12.526315789473685px;
  font-size: 0.7368421052631579rem;
  font-weight: normal;
  font-style: normal;
  color: #d3d3d3;
}
@media (min-width: 768px) {
  section.events.featured .event__category {
    font-size: 14px;
    font-size: 0.7368421052631579rem;
  }
}
@media (min-width: 1680px) {
  section.events.featured .event__category {
    font-size: 17.684210526315788px;
    font-size: 0.7368421052631579rem;
  }
}
section.events.featured .event__title {
  color: #0082ba;
}
.events_list--title {
  color: #4a4a4a;
  margin: 0;
}
.events_list .day_group_row-separator {
  border-top: solid 6px #4a4a4a;
  padding-bottom: 1em;
  margin: 1em 0;
}
.events_list .event {
  border-top: solid 2px #979797;
  margin: 1em 0;
  padding-top: 1em;
}
@media (min-width: 768px) {
  .events_list .event {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
  }
}
.events_list .event:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.events_list .event .button {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .events_list .event .button {
    margin: 3px 0;
  }
}
.events_list .event_start_date {
  text-transform: uppercase;
  color: #4a4a4a;
  font-size: 16px;
  letter-spacing: 2.8px;
  line-height: 22px;
}
.events_list .event_start_date span {
  color: #4a4a4a;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  font-size: 36px;
}
@media (min-width: 992px) {
  .events_list .event_start_date span {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .events_list .event_start_date span {
    font-size: 36px;
  }
}
.events_list .event_info {
  margin: 0;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 1px;
  color: #4a4a4a;
}
.events_list .event_info small {
  font-size: 16px;
}
.events_list .event-title {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 1px;
}
.events_list .event-title a {
  color: #4a4a4a;
  text-decoration: none;
}
#event-detail .event-image {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #event-detail .event-info {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  #event-detail .event-info {
    display: block;
  }
}
#event-detail .event-info__link {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
  color: #282828;
  text-decoration: none;
  border-bottom: solid 2px #0082ba;
}
@media (min-width: 768px) {
  #event-detail .event-info__link {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  #event-detail .event-info__link {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
#event-detail .event-info__link:hover {
  color: #0082ba;
}
#event-detail .event-info__contact {
  padding: 28px 32px;
  background-color: #fff;
}
#event-detail .event-info__contact p {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  #event-detail .event-info__contact p {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  #event-detail .event-info__contact p {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
#event-detail .event-info__contact p strong {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  display: block;
}
@media (min-width: 768px) {
  #event-detail .event-info__contact p strong {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  #event-detail .event-info__contact p strong {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
#event-detail .event__title {
  font-size: 32.21052631578947px;
  font-size: 1.894736842105263rem;
  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  margin: 0;
}
@media (min-width: 768px) {
  #event-detail .event__title {
    font-size: 36px;
    font-size: 1.894736842105263rem;
  }
}
@media (min-width: 1680px) {
  #event-detail .event__title {
    font-size: 45.473684210526315px;
    font-size: 1.894736842105263rem;
  }
}
#event-detail .event__meta {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: bold;
  font-style: normal;
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #event-detail .event__meta {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  #event-detail .event__meta {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
#event-detail .event__meta li {
  display: inline;
}
#event-detail .event__meta li:before {
  content: "|";
  margin: 0 10px;
}
#event-detail .event__meta li:first-child:before {
  content: none;
  margin: 0;
}
#event-detail .event-info__description {
  margin: 30px 0;
}
#event-detail .event-info__description :first-child {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  #event-detail .event-info__description :first-child {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  #event-detail .event-info__description :first-child {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
#event-detail .event-registration__title {
  margin: 2em 0 1em;
}
#event-detail .event-registration__links {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: bold;
  font-style: normal;
  margin: 10px 0 10px;
  padding: 0 0 10px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 3px #d3d3d3;
}
@media (min-width: 768px) {
  #event-detail .event-registration__links {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  #event-detail .event-registration__links {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
#event-detail .event-registration__links .point-right .cc-icon {
  transform: rotate(-90deg);
  font-size: 12px;
  vertical-align: baseline;
  margin-left: 5px;
}
#event-detail .addthis_toolbox {
  margin-top: 20px;
}
#event-detail .addthis_toolbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#event-detail .addthis_toolbox ul li {
  padding-right: 15px;
  display: inline-block;
}
#event-detail .addthis_toolbox ul li a {
  display: block;
}
#event-detail .addthis_toolbox ul li a span {
  margin-top: -1px;
}
#event-detail .addthis_toolbox ul li a span.fa-facebook:before {
  content: "\f09a";
}
#event-detail .addthis_toolbox .fab,
#event-detail .addthis_toolbox .cc-icon {
  border-radius: 0;
  color: #595859;
  font-size: 23.263157894736842px;
  font-size: 1.368421052631579rem;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  #event-detail .addthis_toolbox .fab,
  #event-detail .addthis_toolbox .cc-icon {
    font-size: 26px;
    font-size: 1.368421052631579rem;
  }
}
@media (min-width: 1680px) {
  #event-detail .addthis_toolbox .fab,
  #event-detail .addthis_toolbox .cc-icon {
    font-size: 32.84210526315789px;
    font-size: 1.368421052631579rem;
  }
}
.socialsharing {
  padding: 0;
  margin-top: 12px;
}
.socialsharing li {
  display: inline-block;
}
.socialsharing li .socialicon {
  padding: 0;
  color: #4a4a4a;
  border-radius: 0;
  background: none;
}
.socialsharing li .socialicon:hover {
  text-decoration: none;
  color: #595859;
}
.socialsharing li .socialicon .icon {
  border-radius: 0;
}
@media (min-width: 992px) {
  .custom-events-list {
    display: flex;
  }
}
.custom-events-list > div {
  margin: 0 15px;
}
.custom-events-list .events-list {
  flex-grow: 1;
}
.custom-events-list .calendar-month .calendar-today,
.custom-events-list .calendar-month .calendar-selecteditem {
  color: #4a4a4a !important;
  background-color: rgba(0, 130, 186, 0.4) !important;
}
.custom-events-list .calendar-month .calendar-selected {
  color: #fff !important;
  background-color: #0082ba !important;
}
.custom-events-list .calendar-month .calendar-selected a {
  color: #fff !important;
}
.staff__item {
  background: transparent;
  border-bottom: 0;
  margin: 10px;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .staff__item {
    margin: 10px;
  }
}
@media (min-width: 768px) {
  .staff__info {
    padding-left: 30px;
  }
}
.staff__name {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: bold;
  font-style: normal;
  margin-top: 22px;
}
@media (min-width: 768px) {
  .staff__name {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .staff__name {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
.staff__detail-link {
  background-position: center center;
  background-size: cover;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.staff__detail-link:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.staff__detail-link > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.staff__detail-link:before {
  background-color: transparent;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}
.staff__detail-link:hover .vc {
  opacity: 1;
}
.staff__detail-link:hover:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(108, 194, 74, 0.9);
  z-index: 1;
}
.staff__detail-link .vc {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  opacity: 0;
  color: #fff;
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .staff__detail-link .vc {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .staff__detail-link .vc {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 768px) {
  .staff__photo {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .staff__photo--large {
    margin: 0 0 40px;
  }
}
.staff__photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
.staff__title {
  margin-bottom: 5px;
}
.staff__title + .btn {
  margin-top: 20px!important;
}
.staff__bio {
  margin: 12px 0;
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .staff__bio {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .staff__bio {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.staff__meta {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .staff__meta {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .staff__meta {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.staff__meta li {
  padding: 5px 3px;
  display: inline;
}
.staff-member .staff__photo img {
  border-radius: 50%;
}
.staff-member .staff__name {
  font-size: 25.05263157894737px;
  font-size: 1.4736842105263157rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .staff-member .staff__name {
    font-size: 28px;
    font-size: 1.4736842105263157rem;
  }
}
@media (min-width: 1680px) {
  .staff-member .staff__name {
    font-size: 35.368421052631575px;
    font-size: 1.4736842105263157rem;
  }
}
.staff-member .staff__title {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: 500;
  font-style: normal;
}
@media (min-width: 768px) {
  .staff-member .staff__title {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .staff-member .staff__title {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
.staff-member .staff__meta {
  margin: 15px 0 0;
  padding: 0;
}
.staff-member .staff__meta li {
  display: block;
  padding: 5px 0;
  line-height: 21px;
}
.staff-member .staff__meta-link {
  color: #4a4a4a;
}
.staff-member .staff__meta .cc-icon {
  color: #0082ba;
  margin-right: 5px;
  height: 21px;
  width: 21px;
  vertical-align: top;
}
.staff-list .panel {
  background-color: transparent;
}
.staff-list .panel__title {
  font-size: 16.105263157894736px;
  font-size: 0.9473684210526315rem;
  font-weight: 600;
  font-style: normal;
  font-family: "ff-angie-pro", Times, serif;
}
@media (min-width: 768px) {
  .staff-list .panel__title {
    font-size: 18px;
    font-size: 0.9473684210526315rem;
  }
}
@media (min-width: 1680px) {
  .staff-list .panel__title {
    font-size: 22.736842105263158px;
    font-size: 0.9473684210526315rem;
  }
}
@media (min-width: 768px) {
  .staff-list .panel__title {
    font-size: 25.05263157894737px;
    font-size: 1.4736842105263157rem;
    font-weight: 600;
    font-style: normal;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .staff-list .panel__title {
    font-size: 28px;
    font-size: 1.4736842105263157rem;
  }
}
@media (min-width: 768px) and (min-width: 1680px) {
  .staff-list .panel__title {
    font-size: 35.368421052631575px;
    font-size: 1.4736842105263157rem;
  }
}
.staff-list .panel__body {
  padding: 30px 0!important;
}
.sermons .filters {
  margin-bottom: 0;
}
.latest-sermon .series__title {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: bold;
  font-style: normal;
  color: #595859;
  letter-spacing: 0.2px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .latest-sermon .series__title {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .latest-sermon .series__title {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
.latest-sermon .sermon__title {
  font-size: 32.21052631578947px;
  font-size: 1.894736842105263rem;
  font-weight: bold;
  font-style: normal;
  color: #0082ba;
  margin: 5px 0 10px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .latest-sermon .sermon__title {
    font-size: 36px;
    font-size: 1.894736842105263rem;
  }
}
@media (min-width: 1680px) {
  .latest-sermon .sermon__title {
    font-size: 45.473684210526315px;
    font-size: 1.894736842105263rem;
  }
}
.latest-sermon .sermon__date {
  font-size: 12.526315789473685px;
  font-size: 0.7368421052631579rem;
  font-weight: normal;
  font-style: normal;
  color: #595859;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .latest-sermon .sermon__date {
    font-size: 14px;
    font-size: 0.7368421052631579rem;
  }
}
@media (min-width: 1680px) {
  .latest-sermon .sermon__date {
    font-size: 17.684210526315788px;
    font-size: 0.7368421052631579rem;
  }
}
.latest-sermon .sermon__speaker {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
  color: #595859;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .latest-sermon .sermon__speaker {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .latest-sermon .sermon__speaker {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 992px) {
  .latest-sermon .grid-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
  }
}
.latest-sermon .sermon-video {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
.latest-sermon .sermon-details {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  padding: 20px;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .latest-sermon .sermon-details {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.latest-sermon .sermon-media {
  padding: 5px 0;
  border-bottom: 8px solid #0082ba;
}
.latest-sermon .sermon-media ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
.latest-sermon .sermon-media ul li {
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #4a4a4a;
  font-size: 10.736842105263158px;
  font-size: 0.631578947368421rem;
  font-weight: normal;
  font-style: normal;
  flex: 0 1 33%;
}
@media (min-width: 768px) {
  .latest-sermon .sermon-media ul li {
    font-size: 12px;
    font-size: 0.631578947368421rem;
  }
}
@media (min-width: 1680px) {
  .latest-sermon .sermon-media ul li {
    font-size: 15.157894736842104px;
    font-size: 0.631578947368421rem;
  }
}
.latest-sermon .sermon-media ul li a {
  color: #4a4a4a;
}
.latest-sermon .sermon-media ul li a:hover {
  color: #0082ba;
  text-decoration: none;
}
.latest-sermon .sermon-media ul li .cc-icon {
  display: block;
  width: 26px;
  height: 26px;
  margin: 5px auto;
}
.sermon .grid-container {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "video sermon-media" "video sermon-info";
}
@media (min-width: 768px) {
  .sermon .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.8fr 0.2fr;
    grid-template-areas: "video sermon-info" "video sermon-media";
  }
}
.sermon .sermon-info {
  grid-area: sermon-info;
  padding: 50px 50px 50px 75px;
  background-color: #fff;
}
.sermon .sermon-media {
  grid-area: sermon-media;
  padding: 5px 0;
  background-color: #fff;
  padding: 50px 50px 50px 75px;
}
.sermon .sermon-media ul {
  list-style: none;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid #eeeeee;
}
.sermon .sermon-media ul li {
  display: inline-block;
  width: inherit;
  text-align: center;
  padding: 0;
  margin: 0 20px;
  color: #d3d3d3;
  font-size: 12.526315789473685px;
  font-size: 0.7368421052631579rem;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .sermon .sermon-media ul li {
    font-size: 14px;
    font-size: 0.7368421052631579rem;
  }
}
@media (min-width: 1680px) {
  .sermon .sermon-media ul li {
    font-size: 17.684210526315788px;
    font-size: 0.7368421052631579rem;
  }
}
.sermon .sermon-media .icon {
  background-color: #0082ba;
  color: #fff;
  font-size: 18px;
  padding: 3px 0;
  margin-bottom: 3px;
  width: 26px;
  height: 26px;
  transition: all 0.2s ease-in-out;
}
.sermon .sermon-media a {
  display: block;
}
.sermon .sermon-media a:hover .icon {
  background-color: #eeeeee;
}
.sermon-grid .pagination .row {
  display: flex;
}
.sermon-grid .series {
  background: #fff;
  position: relative;
  height: 100%;
}
.sermon-grid .series h3 {
  font-size: 21.473684210526315px;
  font-size: 1.263157894736842rem;
  font-weight: bold;
  font-style: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .sermon-grid .series h3 {
    font-size: 24px;
    font-size: 1.263157894736842rem;
  }
}
@media (min-width: 1680px) {
  .sermon-grid .series h3 {
    font-size: 30.31578947368421px;
    font-size: 1.263157894736842rem;
  }
}
.sermon-grid .series__dates {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
  color: #595859;
}
@media (min-width: 768px) {
  .sermon-grid .series__dates {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .sermon-grid .series__dates {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.sermon-grid .series__body {
  padding: 21px 36px;
}
.sermon-grid .series__summary {
  height: 60px;
  overflow: hidden;
}
.sermon-grid .series__link {
  position: relative;
  display: block;
  height: 100%;
}
.sermon-grid .series__link:hover,
.sermon-grid .series__link:active,
.sermon-grid .series__link:focus {
  text-decoration: none;
}
.sermon-grid .series__link:hover h3,
.sermon-grid .series__link:active h3,
.sermon-grid .series__link:focus h3 {
  color: #0082ba;
}
.sermon-grid .series__link.open:after {
  content: "";
  border: solid 25px transparent;
  border-bottom-color: #373737;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.sermon-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sermon-list h2 {
  color: #0082ba;
  margin-bottom: 25px;
}
.sermon-list .sermon {
  background-color: #fff;
  padding: 34px 44px;
  margin-top: 20px;
}
.sermon-list .sermon__date {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sermon-list .sermon__date {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .sermon-list .sermon__date {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.sermon-list .sermon__title {
  font-size: 28.63157894736842px;
  font-size: 1.6842105263157894rem;
  font-weight: bold;
  font-style: normal;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .sermon-list .sermon__title {
    font-size: 32px;
    font-size: 1.6842105263157894rem;
  }
}
@media (min-width: 1680px) {
  .sermon-list .sermon__title {
    font-size: 40.421052631578945px;
    font-size: 1.6842105263157894rem;
  }
}
@media (min-width: 768px) {
  .sermon-list .sermon .row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .sermon-list__messages {
    display: flex;
    justify-content: space-between;
  }
}
.sermon-list__messages li {
  font-size: 16.105263157894736px;
  font-size: 0.9473684210526315rem;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 768px) {
  .sermon-list__messages li {
    font-size: 18px;
    font-size: 0.9473684210526315rem;
  }
}
@media (min-width: 1680px) {
  .sermon-list__messages li {
    font-size: 22.736842105263158px;
    font-size: 0.9473684210526315rem;
  }
}
.sermon-list__messages li .cc-icon {
  transform: rotate(-90deg);
  vertical-align: middle;
  font-size: 0.85em;
}
#clonedlist,
.sermon-grid {
  background-color: #eeeeee;
}
#series-related {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #series-related {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  #series-related {
    margin-top: 120px;
  }
}
.series-container {
  display: none;
  background-color: #373737;
  margin-bottom: 30px;
  transform: translateY(15px);
  padding: 15px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .series-container {
    padding: 75px 0;
  }
}
.series-container .series-detail .closer {
  float: right;
  color: #fff;
  font-size: 16.105263157894736px;
  font-size: 0.9473684210526315rem;
  font-weight: bold;
  font-style: normal;
  cursor: pointer;
}
@media (min-width: 768px) {
  .series-container .series-detail .closer {
    font-size: 18px;
    font-size: 0.9473684210526315rem;
  }
}
@media (min-width: 1680px) {
  .series-container .series-detail .closer {
    font-size: 22.736842105263158px;
    font-size: 0.9473684210526315rem;
  }
}
.series-container .series-detail .closer:hover {
  text-decoration: none;
}
.series-container .series-detail .closer .cc-icon {
  vertical-align: baseline;
}
.series-container .series-detail__title {
  color: #fff;
  margin: 0 0 0.5em;
}
.series-container .series-detail__summary {
  color: #fff;
}
.announcement h2 {
  font-size: 32.21052631578947px;
  font-size: 1.894736842105263rem;
  font-weight: 600;
  font-style: normal;
  color: #0082ba;
}
@media (min-width: 768px) {
  .announcement h2 {
    font-size: 36px;
    font-size: 1.894736842105263rem;
  }
}
@media (min-width: 1680px) {
  .announcement h2 {
    font-size: 45.473684210526315px;
    font-size: 1.894736842105263rem;
  }
}
.blog {
  background-color: #eeeeee;
}
.blog-item {
  background-color: #fff;
  padding: 50px 65px;
  margin: 0 56px 30px;
}
.blog-item.latest {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0 50px;
}
@media (min-width: 768px) {
  .blog-item.latest {
    padding: 80px;
    margin: 50px 0;
  }
}
.blog-item.latest p {
  margin-bottom: 10px;
}
.blog-item.latest .blog-item__date {
  font-weight: 600;
}
.blog-item__info h6 {
  display: inline-block;
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
  color: #d3d3d3;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  padding-bottom: 0px;
  border-bottom: solid #eeeeee 1px;
  margin: 0;
}
@media (min-width: 768px) {
  .blog-item__info h6 {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .blog-item__info h6 {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.blog-item__title {
  color: #4a4a4a;
  font-size: 32.21052631578947px;
  font-size: 1.894736842105263rem;
  font-weight: 700;
  font-style: normal;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .blog-item__title {
    font-size: 36px;
    font-size: 1.894736842105263rem;
  }
}
@media (min-width: 1680px) {
  .blog-item__title {
    font-size: 45.473684210526315px;
    font-size: 1.894736842105263rem;
  }
}
@media (min-width: 768px) {
  .blog-item__title {
    font-size: 42.94736842105263px;
    font-size: 2.526315789473684rem;
    font-weight: 700;
    font-style: normal;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .blog-item__title {
    font-size: 48px;
    font-size: 2.526315789473684rem;
  }
}
@media (min-width: 768px) and (min-width: 1680px) {
  .blog-item__title {
    font-size: 60.63157894736842px;
    font-size: 2.526315789473684rem;
  }
}
.blog-item__date {
  margin-bottom: 10px;
}
.blog-item__content {
  margin: 20px 0 0;
  position: relative;
  border-bottom: solid #0082ba 8px;
}
@media (min-width: 992px) {
  .blog-item__content {
    margin: 20px 0 0 50px;
  }
}
.blog-grid .block-grid {
  padding: 10px 0;
}
.blog-grid .blog-item {
  background-color: #fff;
  border-bottom: solid transparent 8px;
}
.blog-grid .blog-item:hover {
  border-bottom: solid #0082ba 8px;
  transform: translateY(-5px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all ease-in-out 0.3s;
}
.blog-grid .blog-item.latest {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .blog-grid .blog-item.latest {
    padding: 80px;
    margin: 50px 0;
  }
}
.blog-grid .blog-item__head {
  position: relative;
}
.blog-grid .blog-item__head .playbutton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.blog-grid .blog-item img {
  width: 100%;
}
.blog-grid .blog-item__info {
  padding: 20px 36px 10px;
}
.blog-grid .blog-item__title {
  line-height: 0.6;
  margin: 0;
}
.blog-grid .blog-item__title a {
  color: #4a4a4a;
  font-size: 21.473684210526315px;
  font-size: 1.263157894736842rem;
  font-weight: 700;
  font-style: normal;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .blog-grid .blog-item__title a {
    font-size: 24px;
    font-size: 1.263157894736842rem;
  }
}
@media (min-width: 1680px) {
  .blog-grid .blog-item__title a {
    font-size: 30.31578947368421px;
    font-size: 1.263157894736842rem;
  }
}
.blog-grid .blog-item__date {
  margin: 15px 0;
}
.blog-article {
  padding: 60px 20px 20px 20px;
}
@media (min-width: 768px) {
  .blog-article {
    padding: 60px 120px 120px 60px;
  }
}
.blog-article .embed-responsive {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog-article .embed-responsive {
    margin-bottom: 30px;
  }
}
.blog-article .blog-item {
  padding: 0 0 10px;
  margin: 0 0 10px;
  background: transparent;
}
@media (min-width: 768px) {
  .blog-article .blog-item {
    padding: 0 0 50px;
    margin: 0 0 30px;
  }
}
.blog-article .blog-item__info {
  border-right: none;
  padding: 0;
}
.blog-article .blog-item__title {
  color: #4a4a4a;
  font-size: 32.21052631578947px;
  font-size: 1.894736842105263rem;
  font-weight: 700;
  font-style: normal;
}
@media (min-width: 768px) {
  .blog-article .blog-item__title {
    font-size: 36px;
    font-size: 1.894736842105263rem;
  }
}
@media (min-width: 1680px) {
  .blog-article .blog-item__title {
    font-size: 45.473684210526315px;
    font-size: 1.894736842105263rem;
  }
}
.blog-article .blog-item__date {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: 600;
  font-style: normal;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .blog-article .blog-item__date {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .blog-article .blog-item__date {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
.blog-article .blog-item__content {
  padding: 10px 0;
  margin: 0;
  border-bottom: none;
}
.right-sidebar {
  padding: 60px 20px 60px;
}
@media (min-width: 768px) {
  .right-sidebar {
    padding: 160px 0 120px;
  }
}
.right-sidebar h3 {
  color: #4a4a4a;
  margin: 0 0 17px;
}
.right-sidebar .blog-item__share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.right-sidebar .blog-item__share ul li {
  padding: 10px;
  display: inline-block;
}
.right-sidebar .blog-item__share ul li a {
  display: block;
}
.right-sidebar .blog-item__share ul li a span {
  margin-top: -1px;
}
.right-sidebar .blog-item__share ul li a span.fa-facebook:before {
  content: "\f09a";
}
.right-sidebar .blog-item__share .fab,
.right-sidebar .blog-item__share .cc-icon {
  border-radius: 0;
  color: #979797;
  font-size: 28.63157894736842px;
  font-size: 1.6842105263157894rem;
  font-weight: normal;
  font-style: normal;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .right-sidebar .blog-item__share .fab,
  .right-sidebar .blog-item__share .cc-icon {
    font-size: 32px;
    font-size: 1.6842105263157894rem;
  }
}
@media (min-width: 1680px) {
  .right-sidebar .blog-item__share .fab,
  .right-sidebar .blog-item__share .cc-icon {
    font-size: 40.421052631578945px;
    font-size: 1.6842105263157894rem;
  }
}
.right-sidebar .blog-item__share .fab:hover,
.right-sidebar .blog-item__share .cc-icon:hover {
  color: #595859;
}
.right-sidebar .related-items {
  margin-top: 50px;
}
.right-sidebar .related-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-sidebar .related-items ul li {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
  padding: 12px 0;
  border-bottom: 3px solid #D3D3D3;
}
@media (min-width: 768px) {
  .right-sidebar .related-items ul li {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .right-sidebar .related-items ul li {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.right-sidebar .related-items ul li a {
  font-size: 17.894736842105264px;
  font-size: 1.0526315789473684rem;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 768px) {
  .right-sidebar .related-items ul li a {
    font-size: 20px;
    font-size: 1.0526315789473684rem;
  }
}
@media (min-width: 1680px) {
  .right-sidebar .related-items ul li a {
    font-size: 25.263157894736842px;
    font-size: 1.0526315789473684rem;
  }
}
.right-sidebar .related-items ul li svg.cc-icon.cc-icon-caret {
  transform: rotate(270deg);
  margin-top: 3px;
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .right-sidebar .related-items ul li svg.cc-icon.cc-icon-caret {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .right-sidebar .related-items ul li svg.cc-icon.cc-icon-caret {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.pagination .row {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}
.panel-group[id*="accordion"] {
  margin: 30px 0;
}
.panel-group[id*="accordion"] .panel {
  box-shadow: none;
  border: none;
  background: none;
  border-radius: 0;
}
.panel-group[id*="accordion"] .panel-heading {
  background: none;
  border: none;
  padding: 10px 0;
}
.panel-group[id*="accordion"] .panel-title {
  margin: 0;
  line-height: 38px;
  color: #0082ba;
  white-space: nowrap;
  border-bottom: solid 1px #979797;
  text-transform: none;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .panel-group[id*="accordion"] .panel-title {
    font-size: 19.68421052631579px;
    font-size: 1.1578947368421053rem;
    font-weight: bold;
    font-style: normal;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .panel-group[id*="accordion"] .panel-title {
    font-size: 22px;
    font-size: 1.1578947368421053rem;
  }
}
@media (min-width: 768px) and (min-width: 1680px) {
  .panel-group[id*="accordion"] .panel-title {
    font-size: 27.789473684210524px;
    font-size: 1.1578947368421053rem;
  }
}
.panel-group[id*="accordion"] .panel-title a {
  position: relative;
  display: block;
  white-space: normal;
  line-height: 1.2;
  padding: 0 20px 10px 0;
}
.panel-group[id*="accordion"] .panel-title a:hover,
.panel-group[id*="accordion"] .panel-title a:focus,
.panel-group[id*="accordion"] .panel-title a:active {
  text-decoration: none;
}
.panel-group[id*="accordion"] .panel-title a .cc-icon {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
.panel-group[id*="accordion"] .panel-title a .cc-icon.cc-icon-minus {
  display: none;
}
.panel-group[id*="accordion"] .panel-title a[aria-expanded="true"] {
  color: #282828;
}
.panel-group[id*="accordion"] .panel-title a[aria-expanded="true"] .cc-icon-plus {
  display: none;
}
.panel-group[id*="accordion"] .panel-title a[aria-expanded="true"] .cc-icon-minus {
  display: block;
}
.panel-group[id*="accordion"] .panel-body {
  border: none !important;
  padding: 30px 8.33333333%;
}
.panel-group[id*="accordion"] .panel-body p {
  margin: 0 0 5px;
}
.infowindow .panel-title a {
  position: relative;
  display: block;
  line-height: 1.2;
}
.infowindow .panel-title a:hover,
.infowindow .panel-title a:focus,
.infowindow .panel-title a:active {
  text-decoration: none;
}
.infowindow .panel-title a .cc-icon {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
}
.infowindow .panel-title a .cc-icon.cc-icon-minus {
  display: none;
}
.infowindow .panel-title a.open {
  color: #282828;
}
.infowindow .panel-title a.open .cc-icon-plus {
  display: none;
}
.infowindow .panel-title a.open .cc-icon-minus {
  display: block;
}
.button {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: inherit;
  padding: 8px 30px;
  margin: 10px 0;
  border: 2px solid #000;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  line-height: 1.5em;
  text-decoration: none;
  letter-spacing: 0.95px;
}
@media (min-width: 768px) {
  .button {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .button {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
}
.button + .button {
  margin: 12px 12px 6px;
}
@media (min-width: 768px) {
  .button + .button {
    margin: 0 0 0 10px;
  }
}
.button + .button--xlarge {
  margin: 12px 0;
}
@media (min-width: 768px) {
  .button + .button--xlarge {
    margin: 0 0 0 20px;
  }
}
.button--default {
  color: #0082ba;
  border-color: #0082ba;
}
.button--default:hover,
.button--default:active,
.button--default:focus {
  background-color: #0082ba;
  color: #fff;
}
.button--default.button--solid {
  color: #fff;
  background-color: #0082ba;
}
.button--default.button--solid:hover,
.button--default.button--solid:active,
.button--default.button--solid:focus {
  background-color: transparent;
  color: #0082ba;
}
.button--primary {
  color: #0082ba;
  border-color: #0082ba;
}
.button--primary:hover,
.button--primary:active,
.button--primary:focus {
  background-color: #0082ba;
  color: #fff;
}
.button--primary.button--solid {
  color: #fff;
  background-color: #0082ba;
}
.button--primary.button--solid:hover,
.button--primary.button--solid:active,
.button--primary.button--solid:focus {
  color: #0082ba;
  background-color: transparent;
}
.button--secondary {
  color: #ff8200;
  border-color: #ff8200;
}
.button--secondary:hover,
.button--secondary:active,
.button--secondary:focus {
  background-color: #ff8200;
  color: #fff;
}
.button--secondary.button--solid {
  color: #fff;
  background-color: #ff8200;
}
.button--secondary.button--solid:hover,
.button--secondary.button--solid:active,
.button--secondary.button--solid:focus {
  color: #ff8200;
  background-color: transparent;
}
.button--white {
  color: #fff;
  border-color: #fff;
}
.button--white:hover,
.button--white:active,
.button--white:focus {
  background-color: #0082ba;
  color: #fff;
}
.button--tan {
  color: #d3d3d3;
  border-color: #d3d3d3;
}
.button--tan:hover,
.button--tan:active,
.button--tan:focus {
  background-color: #d3d3d3;
  color: #fff;
}
.button--light {
  color: #fff;
  border-color: #fff;
}
.button--light:hover,
.button--light:active,
.button--light:focus {
  background-color: #0082ba;
  color: #fff;
}
.button--outline {
  background-color: transparent;
}
.button--outline:hover,
.button--outline:active,
.button--outline:focus {
  color: #0082ba;
  background-color: #fff;
}
.button--medium {
  padding: 8px 30px;
}
.button--large {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .button--large {
    min-width: 130px;
    padding: 10px 30px;
  }
}
.button--large .cc-icon {
  font-size: 1.25em;
}
.button--xlarge {
  font-size: 24px;
  font-weight: bold;
  padding: 18px 60px;
}
.button--xlarge .cc-icon {
  font-size: 1.3em;
}
.button--arrow {
  padding: 4px 14px 4px 24px;
}
.button--disabled {
  color: #d3d3d3;
  border-color: #d3d3d3;
}
.button--disabled:hover,
.button--disabled:active,
.button--disabled:focus {
  background-color: transparent;
  color: #d3d3d3;
}
.button .cc-icon {
  font-size: 1.2em;
  height: 1em;
  width: 1em;
  color: inherit;
  vertical-align: text-top;
}
.button .cc-icon--point-right {
  transform: rotate(-90deg);
}
.button .cc-icon--point-left {
  transform: rotate(90deg);
}
.btn-group .btn {
  font-size: 16px;
  color: #4a4a4a;
  margin: 0 -1px;
  text-transform: uppercase;
  padding: 13px;
  box-shadow: none;
  line-height: 1;
}
.btn-group .btn.active {
  background-color: #0082ba;
  color: #fff;
}
.main .modal-content.rock-modal .modal-body .btn,
.main .modal-footer .btn,
.main .button-bar .btn {
  font-size: 14.31578947368421px;
  font-size: 0.8421052631578947rem;
  font-weight: 600;
  font-style: normal;
  text-transform: inherit;
  color: inherit;
  padding: 6px 12px;
  margin: auto;
  border: none;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .main .modal-content.rock-modal .modal-body .btn,
  .main .modal-footer .btn,
  .main .button-bar .btn {
    font-size: 16px;
    font-size: 0.8421052631578947rem;
  }
}
@media (min-width: 1680px) {
  .main .modal-content.rock-modal .modal-body .btn,
  .main .modal-footer .btn,
  .main .button-bar .btn {
    font-size: 20.210526315789473px;
    font-size: 0.8421052631578947rem;
  }
}
.main .modal-content.rock-modal .modal-body .btn.btn-primary,
.main .modal-footer .btn.btn-primary,
.main .button-bar .btn.btn-primary {
  color: #fff;
}
.main .modal-content.rock-modal .modal-body .btn.btn-secondary,
.main .modal-footer .btn.btn-secondary,
.main .button-bar .btn.btn-secondary {
  color: #0082ba;
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}
.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}
.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}
.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
  opacity: 1;
}
/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}
/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}
/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}
/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}
/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}
/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 3px rgba(24, 24, 24, 0.5);
  -moz-box-shadow: 0px 5px 5px 3px rgba(24, 24, 24, 0.5);
  box-shadow: 0px 5px 5px 3px rgba(24, 24, 24, 0.5);
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 9px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 9px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 9px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 9px;
}
/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #6cc24a;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12.526315789473685px;
  font-size: 0.7368421052631579rem;
  font-weight: 600;
  font-style: normal;
  line-height: 17px;
  padding: 6px 14px;
}
@media (min-width: 768px) {
  .tooltipster-sidetip .tooltipster-content {
    font-size: 14px;
    font-size: 0.7368421052631579rem;
  }
}
@media (min-width: 1680px) {
  .tooltipster-sidetip .tooltipster-content {
    font-size: 17.684210526315788px;
    font-size: 0.7368421052631579rem;
  }
}
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}
/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 2px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #fff;
  left: -2px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #fff;
  left: 2px;
  top: 0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -2px;
}
/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: none;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: none;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: none;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: none;
}
/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}
.filters {
  text-align: center;
  padding: 0 0 28px 0;
  margin-bottom: 32px;
  position: relative;
  border-bottom: solid 8px #0082ba;
}
@media (min-width: 768px) {
  .filters {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .filters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
  }
}
.filters.no-flex {
  display: block;
}
.main .filters .btn {
  margin: 0 !important;
}
.filters .form-group {
  margin: 0;
}
@media (min-width: 768px) {
  .filters .filters-campus {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
  }
  .filters .filters-campus .form-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
  }
  .filters .filters-campus .form-group .control-label {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 0;
    display: inline-block;
    width: 120px;
  }
  .filters .filters-campus .form-group .checkbox-inline {
    display: inline;
    padding: 0;
  }
  .filters .filters-campus .form-group .checkbox-inline input[type="checkbox"] {
    display: none;
  }
  .filters .filters-campus .form-group .checkbox-inline input[type="checkbox"][checked="checked"] + .label-text {
    background-color: #0082ba;
    color: #fff;
  }
  .filters .filters-campus .form-group .checkbox-inline .label-text {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0082ba;
    border: solid 2px #0082ba;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 2em;
    min-width: 160px;
    display: inline-block;
    text-align: center;
  }
  .filters .form-group .form-group {
    padding: 0;
  }
  .filters .form-group label {
    display: none;
  }
  .filters .form-group.rock-drop-down-list .form-control {
    min-width: 190px;
    max-width: 100%;
  }
  .filters .form-group.date-range-picker .input-group {
    margin-bottom: 0;
  }
}
.filters .button {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .filters .button {
    margin-top: 0;
  }
}
#blog-filters {
  margin: 0;
}
@media (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}
