/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-navigation .g-main-nav .g-toplevel .g-fixed-element {
  background-color: #0b033b !important;
  color: #f5f5f5;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  justify-content: space-around;
}
#g-navigation .g-fixed-active .g-fixed-element {
  position: fixed;
  width: 110%;
  top: 0;
  left: 0;
  z-index: 1003;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
}
.uk-progress-success .uk-progress-bar {
  background-color: #0b033b;
}
.jl-progressbar.jl-progressbar-style2 {
  background: #f5f5f5;
}
.sample-content .sample-icons {
  font-size: 5rem;
  color: #f5f5f5;
  opacity: 0.6;
}
.g-main-nav .g-toplevel i {
  color: #f5f5f5;
  opacity: 1;
}
#g-navigation .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  background: #0b033b;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  margin-top: 20px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #f5f5f5;
}
.g-main-nav .g-toplevel i:hover {
  color: #f5f5f5 !important;
  opacity: 1 !important;
}
.g-main-nav .g-toplevel i:active {
  color: #f5f5f5 !important;
  opacity: 1 !important;
}
.g-main-nav .g-toplevel > li:hover:not {
  text-decoration: underline;
  background: #f5f5f5 !important;
  color: #f5f5f5;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background: #0b033b;
  opacity: 1.2;
}
#checklist progressbar {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0px;
}
#checklist progress {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.6em;
  border: none;
  background: #EAEAEA;
  color: #0b033b !important;
  z-index: 0;
}
#checklist progressbar img {
  margin-top: -1.8em;
  position: absolute;
  z-index: 1;
  opacity: 0;
  display: none;
}
#checklist #chk-main .checklist-section {
  overflow: hidden;
  margin: 0 auto 1em auto;
  width: 100%;
  border: 1px solid #8ebeee;
  border-radius: 3px;
  background: #fcfdfe;
  box-shadow: inset 0 0 0px 1px #FFF, inset 0 0 30px #0b033b;
  -webkit-column-break-inside: avoid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#checklist #chk-main .checklist-section-header {
  margin: 5px 10px 5px;
  color: #0b033b;
}
#checklist h1 {
  font-size: 2em;
  color: #0b033b;
}
#checklist em {
  height: 28px;
  width: 28px;
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  color: #0b033b;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.3s ease;
  speak: none;
  text-transform: none;
  line-height: 1;
  margin-left: -29px;
  margin-top: 4px;
}
.progress-container {
  height: 100px;
  position: relative !important;
  z-index: 0;
  display: block;
}
#checklist-root *, #checklist-root *::before, #checklist-root *::after {
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  color: #0b033b;
}
#checklist progress span {
  display: block;
  background-color: #0b033b !important;
}
#checklist progress span {
  display: block;
  background: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
#checklist progress::-webkit-progress-bar {
  background: #eaeaea;
  color: #f5f5f5 !important;
}
#checklist progress::-webkit-progress-value {
  background: #f5f5f5 !important;
  color: !important;
}
#checklist progress::-moz-progress-bar {
  background-color: #f5f5f5 !important;
  color: #f5f5f5 !important;
}
.platform-content input {
  box-sizing: content-box;
  text-align: center;
  color: #f5f5f5;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #fff;
  width: 80%;
  border: 1.5px solid #0b033b;
  box-shadow: inset 0 1px 1px rgba(11, 3, 59, 0.075);
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(11, 3, 59, 0.8);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075), 1px 1px 8px rgba(11, 3, 59, 0.6);
  color: #0b033b;
}
.box1.moduletable, .box1.widget, .box1 > .g-content, .box1.moduletable h1, .box1.widget h1, .box1 > .g-content h1, .box1.moduletable h2, .box1.widget h2, .box1 > .g-content h2, .box1.moduletable h3, .box1.widget h3, .box1 > .g-content h3, .box1.moduletable h4, .box1.widget h4, .box1 > .g-content h4, .box1.moduletable h5, .box1.widget h5, .box1 > .g-content h5, .box1.moduletable h6, .box1.widget h6, .box1 > .g-content h6, .box1.moduletable strong, .box1.widget strong, .box1 > .g-content strong, .box1.moduletable i, .box1.widget i, .box1 > .g-content i {
  color: #0b033b;
}
/*disables forgot username and forgot password only display none is added*/
ul.unstyled, ol.unstyled {
  list-style: none;
  display: none;
}
#form-login-remember {
  display: inline-block;
}
#user-registration {
  color: #0b033b;
}
.control-group .controls .invalid, .control-group .controls .invalid + .chzn-container > .chzn-single, .control-group .controls .invalid + .chzn-container > .chzn-choices {
  border-color: #f5f5f5 !important;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  display: block !important;
}
#g-showcase h1, #g-showcase h2, #g-showcase h3, #g-showcase h4, #g-showcase h5, #g-showcase h6, #g-showcase strong {
  color: #f5f5f5;
}
#g-showcase a {
  color: #0b033b;
  background-color: transparent;
}
#g-showcase a:hover {
  color: #f5f5f5 !important;
}
#g-showcase a:active {
  color: #f5f5f5 !important;
}
#g-showcase .button:hover {
  background: #ffffff;
  color: #f5f5f5;
  border: 2px solid #f5f5f5;
}
td.hidden-phone {
  color: #0b033b;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.btn {
  display: inline-block !important;
}
#minimal-button {
  left: 18px;
  background-color: transparent;
  color: #0b033b !important;
}
.jl-progress2-label-circle, .jl-progress2-label-semicircle {
  font-size: 30px;
  font-weight: 700;
}
#rsepro-cart-details tr.rsepro-cart-options td:nth-child(1), #rsepro-cart-details tr.rsepro-cart-ticket td:nth-child(1) {
  width: 80%;
  color: #f5f5f5;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #f9f9f9;
  color: #0b033b;
}
.g-social a {
  background: #0b033b;
  border: none;
}
a:hover {
  color: #f5f5f5;
}
#g-navigation .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  color: #f5f5f5;
}
#g-navigation .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  color: #f5f5f5;
  text-decoration: none;
  background-color: #0b033b;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #f5f5f5;
  text-decoration: none !important;
  background-color: #0b033b;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container:hover {
  color: #0b033b;
  text-decoration: none !important;
  background-color: #f2d02f;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  text-decoration: none !important;
  background-color: #0b033b;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: #0b033b;
}
#g-navigation a:hover {
  text-decoration: none !important;
}
a.g-menu-item-container {
  color: #f5f5f5;
  opacity: 0.6;
}
a.g-menu-item-container:hover {
  color: #f5f5f5;
  opacity: 0.8;
}
a.g-menu-item-container:active {
  color: #f5f5f5;
  opacity: 0.8;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content a:active {
  line-height: normal;
}
#g-navigation .g-main-nav .g-toplevel > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) > .g-menu-item-container {
  color: #f5f5f5;
  opacity: 1;
}
.rsepro-calendar table td {
  font-size: 20px;
  padding: 2px;
  height: 100px;
  background-color: #ffffff;
}
.rsepro-calendar table td.week > a {
  background-color: transparent;
  color: #ffffff;
  display: none;
}
.rsepro-calendar table td.week > a:hover {
  background-color: transparent;
  color: #0b033b;
  background-color: #ffffff;
  display: none;
}
.box3.moduletable a, .box3.widget a, .box3 > .g-content a {
  color: #0b033b;
}
.rsepro-calendar table td.curr-day > a:hover {
  color: initial;
  color: #ffffff !important;
  background-color: #f5f5f5 !important;
}
.rsepro-calendar .has-events > a {
  margin-bottom: 5px;
  color: #ffffff;
}
.rsepro-calendar .has-events > a:hover {
  margin-bottom: 5px;
  color: #ffffff !important;
}
.rsepro-calendar .has-events ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  color: blue;
}
.rsepro-calendar .has-events ul a {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0 2px;
  color: #ffffff;
  background-color: #f5f5f5;
}
.rsepro-calendar .has-events ul.rsepro-full-name a {
  white-space: normal;
  color: #ffffff;
  background-color: #f5f5f5;
}
.rsepro-calendar .has-events .event {
  margin-top: 2px;
  font-size: 12px;
  padding-left: 5px;
  color: #f5f5f5;
  background-color: #ffffff;
}
#cloneevent {
  background: left 3px no-repeat #f5f5f5;
  display: block;
  padding: 5px 5px 5px 0;
  color: blue;
  text-decoration: none;
  z-index: 99999999999;
}
.rsepro-active {
  background: left 3px no-repeat #f5f5f5 !important;
  padding: 0 2px;
  color: #ffffff !important;
  text-decoration: none;
  position: relative;
  overflow: visible !important;
  display: inline-block !important;
}
.rsepro-calendar a:active, .rsepro-calendar a:focus, .rsepro-calendar a:hover {
  text-decoration: none !important;
  outline: 0 !important;
  color: #ffffff !important;
  background-color: #f5f5f5;
}
.rsepro-calendar-tooltip-image {
  float: left;
  padding: 0 5px 5px 0;
  color: #ffffff;
  background-color: #f5f5f5;
}
.rsepro-calendar-tooltip-content {
  display: inline-block;
  color: #f5f5f5;
  background-color: #ffffff;
}
.rsepro-calendar-events .popover {
  max-width: 400px !important;
  color: #f5f5f5 !important;
  background-color: #ffffff;
  color: #f5f5f5 !important;
}
.rsepro-calendar-tooltip-description {
  text-align: justify;
  color: #f5f5f5 !important;
  background-color: #ffffff;
}
.rsepro-calendar .has-events ul.rsepro-full-name a {
  white-space: normal;
  color: #ffffff;
  background-color: #f5f5f5 !important;
}
.popover-title {
  color: #ffffff;
  background-color: #f5f5f5;
}
.popover.bottom .arrow {
  border-bottom-color: #f5f5f5;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 14px;
  background-color: #ffffff;
  color: #0b033b;
}
.box3.moduletable a:hover, .box3.widget a:hover, .box3 > .g-content a:hover {
  color: #f5f5f5;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-image: none;
  background-color: #0b033b;
  color: #ffffff !important;
}
.box3.moduletable, .box3.widget, .box3 > .g-content, .box3.moduletable h1, .box3.widget h1, .box3 > .g-content h1, .box3.moduletable h2, .box3.widget h2, .box3 > .g-content h2, .box3.moduletable h3, .box3.widget h3, .box3 > .g-content h3, .box3.moduletable h4, .box3.widget h4, .box3 > .g-content h4, .box3.moduletable h5, .box3.widget h5, .box3 > .g-content h5, .box3.moduletable h6, .box3.widget h6, .box3 > .g-content h6, .box3.moduletable strong, .box3.widget strong, .box3 > .g-content strong, .box3.moduletable i, .box3.widget i, .box3 > .g-content i {
  color: #f5f5f5;
}
.rsepro-calendar table caption select {
  margin: 0 5px 0 0;
  color: #0b033b;
}
.rsepro-calendar table caption select:hover {
  margin: 0 5px 0 0;
  color: #ffffff;
  background-color: #f5f5f5;
}
.rsepro-calendar table td.week, .rsepro-calendar table th.week {
  width: 0%;
  vertical-align: middle;
  background-color: #f5f5f5;
  color: #ffffff;
}
.rsepro-calendar table th {
  font-size: 12px;
  background-color: #f5f5f5;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.rsepro-calendar table td {
  border: 1px solid #0b033b;
}
.rsepro-calendar-day {
  position: relative;
  border-bottom: 1px solid #0b033b;
}
.curr-month .rsepro-calendar-day {
  background-color: #ffffff;
}
.prev-month .rsepro-calendar-day, .next-month .rsepro-calendar-day {
  background-color: #f5f5f5;
  color: #ffffff !important;
}
.curr-month.curr-day .rsepro-calendar-day {
  background-color: #f5f5f5;
  color: #ffffff !important;
}
.curr-month.curr-day .rsepro-calendar-day {
  background-color: #c7c7c7;
}
#rs_event_show {
  color: #0b033b;
  background-color: #d5d5d5;
}
#payment.input-large {
  background-color: #ffffff;
  color: #f5f5f5;
}
#rsepro_cart {
  background-color: #d5d5d5 !important;
  color: #f5f5f5 !important;
  padding: 1px 1px 1px 1px;
}
.control-group {
  background-color: #ffffff;
}
#rsepro-cart-details.table.table-striped.table-condensed {
  background-color: #d5d5d5;
}
#rsepro-cart-details tr.rsepro-cart-options td {
  text-align: right;
  color: #0b033b;
}
.fa-shopping-cart {
  color: #0b033b;
}
h1, h2, h3, h4, h5, h6, strong {
  color: #0b033b;
}
#g-offcanvas #g-mobilemenu-container ul > li:hover:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  background: #112c6d;
  color: #f5f5f5;
}
#g-offcanvas #g-mobilemenu-container ul > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  background: #0b033b;
  color: #f5f5f5;
}
#g-mobilemenu-container i {
  float: left;
  line-height: 1.4rem;
  margin-right: 0.3rem;
  color: #f5f5f5;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #f5f5f5;
  background: #0b03b;
  color: #f5f5f5;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #0b033b;
  color: #f5f5f5;
}
#g-offcanvas #g-mobilemenu-container ul > li:hover:not(.g-menu-item-type-particle):not(.g-menu-item-type-module), #g-offcanvas #g-mobilemenu-container ul > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
  background: #0b033b !important;
  color: #f5f5f5;
  opacity: 0.6;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #f5f5f5;
}
#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-content {
  position: relative;
  color: #f5f5f5;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
  line-height: 1rem;
  color: #f5f5f5;
}
.hvr-underline-reveal {
  width: 20% !important;
}
@media (max-width: 48rem) {
  .hvr-underline-from-center:before {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 0;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  #g-header {
    position: fixed;
    background: #0f2d7b;
    width: 100%;
  }
  .g-offcanvas-toggle {
    display: block;
    padding-left: 8px;
    position: fixed;
  }
  .btn-primary, .btn-primary:focus {
    background: #0b033b;
    box-shadow: 1px 1px 1px 1px rgba(11, 3, 59, 0.5);
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 30% !important;
  }
  .btn-primary, .btn-primary:active {
    background: #0b033b;
    box-shadow: 1px 1px 1px 1px rgba(11, 3, 59, 0.5);
    color: #f5f5f5;
    border: 1px solid #f5f5f5;
    width: 30% !important;
  }
  .btn-primary:hover {
    background: #f5f5f5;
    box-shadow: 1px 1px 1px 1px rgba(11, 3, 59, 0.5);
    color: #0b033b;
    border: 1px solid #0b033b;
    width: 30% !important;
  }
}
.alert, .alert h4, .text-warning {
  color: #f5f5f5;
  text-align: center;
  background-Color: #0b033b;
  border: 2.5px solid #f5f5f5;
}
.platform-content .input-large {
  width: auto;
}
.rs_success {
  background-color: #f5f5f5;
  border: 2px solid #0b033b;
}
.com-rsfiles-progress .com-rsfiles-bar {
  background-color: #0b033b !important;
  background-image: -moz-linear-gradient(top, #0b033b, #0b033b) !important;
  text-shadow: none;
}
legend {
  color: #0b033b;
  text-align: center;
}
[class^="rsicon-"], [class*=" rsicon-"] {
  display: inline-block;
  color: #f5f5f5;
}
#g-showcase {
  padding: 0 !important;
}
#g-navigation .g-container {
  position: fixed;
  background: #0b033b;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #0b033b;
}
.jl-counter-title {
  padding-top: 26px;
}
.uk-text-center {
  width: 100%;
}
.btn-primary, .btn-primary:focus {
  background: #0b033b;
  box-shadow: 1px 1px 1px 1px rgba(11, 3, 59, 0.5);
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 100px;
}
.btn-primary, .btn-primary:active {
  background: #0b033b;
  box-shadow: 1px 1px 1px 1px rgba(11, 3, 59, 0.5);
  color: #f5f5f5;
  border: 1px solid #f5f5f5;
  width: 100px;
}
.btn-primary:hover {
  background: #f5f5f5;
  box-shadow: 1px 1px 1px 1px rgba(11, 3, 59, 0.5);
  color: #0b033b;
  border: 1px solid #0b033b;
  width: 100px;
}
.add-on [class^="icon-"], .add-on [class*=" icon-"] {
  color: #f5f5f5;
}
#login-form .input-prepend > .add-on {
  background-color: #0b033b;
  height: 3.2rem;
  width: 30%;
  text-shadow: none;
  border-top: 2.5px solid #0b033b;
  border-left: 2.5px solid #0b033b;
  border-bottom: 2.5px solid #0b033b;
  border-right: 2.5px solid #0b033b;
}
#login-form input[type="text"], #login-form input[type="password"] {
  border-left: 1.5px solid #0b033b;
  border-top: 1.5px solid #0b033b;
  border-bottom: 1.5px solid #0b033b;
  border-right: 1.5px solid #0b033b;
  height: 1.25rem;
}
.icon-user.hasTooltip {
  color: #0b033b;
  height: 10%;
}
.icon-lock.hasTooltip {
  color: #0b033b;
  height: 10%;
}
.moduletable #login-form .control-group .input-prepend .add-on [class^="icon-"], .moduletable #login-form .control-group .input-prepend .add-on [class*=" icon-"] {
  width: auto;
  background: #ffffff;
  padding: 0.45rem 1rem;
  border-radius: 3px;
}
.moduletable #login-form .control-group .input-prepend input {
  border-left: none;
  color: #0b033b !imnportant;
}
.moduletable #login-form .control-group .input-prepend input:hover {
  border: 2px solid #0b033b;
  color: #0b033b !important;
}
#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #f5f5f5;
}
#g-navigation {
  background: #0b033b !important;
  color: #f5f5f5;
  position: fixed;
  z-index: 11;
  width: 100%;
}
.g-container {
  width: 100%;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-container {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-container {
    width: 100%;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-container {
    width: 100%;
  }
}
@media only all and (max-width: 30rem) {
  .g-container {
    width: 100%;
  }
}
.jsn-form-fieldset, .jsn-form-fieldset > dl {
  margin-top: 0;
  padding-top: 0;
  margin-left: 2%;
}
.jsn-p-fields dl dd {
  margin-left: 35% !important;
}
.jsn-p-fields dl dd {
  margin: 0 0 5px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #0b033b !important;
}
.jsn-p-fields dl dt {
  width: 30% !important;
  float: left !important;
  text-align: left !important;
  border-right: 2px solid #0b033b !important;
  white-space: initial !important;
}
.jsn-p-fields dl dt, .jsn-p-fields dl dd {
  margin: 0;
  padding: 0;
  float: none;
  display: block;
  text-align: left;
  width: auto;
  line-height: normal;
  margin-left: 2%;
}
#jsn-form.z-tabs > ul#jsn-profile-tabs > li.z-tab a {
  top: 0;
  background-color: #0b033b;
  color: #f5f5f5 !important;
  font-size: 14px !important;
}
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a {
  text-shadow: none;
  box-shadow: none;
  text-decoration: underline !important;
}
.label-success, .badge-success {
  background-color: #1EF319 !important;
}
#login-form.form-vertical {
  margin-left: 37%;
}
.btn.btn-primary.login-button {
  display: inline-block;
  width: 16% !important;
}
@media (max-width: 48rem) {
  .btn.btn-primary.login-button {
    display: inline-block;
    width: 28% !important;
  }
}
.uk-open .uk-modal-dialog {
  background: transparent;
  border: 3px solid #f5f5f5;
}
#form-login-username.control-group {
  background: transparent;
}
#form-login-password.control-group {
  background: transparent;
}
#form-login-submit.control-group {
  background: transparent;
}
#modlgn-username.input-small {
  background: transparent;
  color: #0b033b !important;
}
#modlgn-passwd.input-small {
  background: transparent;
  color: #0b033b !important;
}
#modlgn-username.input-small:hover {
  background: transparent;
  color: #0b033b;
  box-shadow: 1px 1px 1px 1px rgba(11, 3, 59, 0.5);
}
#modlgn-passwd.input-small:hover {
  background: transparent;
  color: #0b033b;
  box-shadow: 1px 1px 1px 1px rgba(11, 3, 59, 0.5);
}
#modlgn-username.input-small:focus {
  background: transparent;
  color: #0b033b;
}
#modlgn-passwd.input-small:focus {
  background: transparent;
  color: #0b033b;
}
.btn-danger {
  color: #0b033b;
  text-shadow: none;
  background-color: #f5f5f5 !important;
  *background-color: #f5f5f5 !important;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f5f5f5);
  background-image: -o-linear-gradient(top, #f5f5f5, #f5f5f5);
  background-image: linear-gradient(to bottom, #f5f5f5, #f5f5f5);
  background-repeat: repeat-x;
  border-color: 1px solid #0b033b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff5f5f5", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-danger:hover {
  color: #f5f5f5;
  text-shadow: none;
  background-color: #0b033b !important;
  *background-color: #0b033b !important;
  background-image: -moz-linear-gradient(top, #0b033b, #0b033b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0b033b), to(#0b033b));
  background-image: -webkit-linear-gradient(top, #0b033b, #0b033b);
  background-image: -o-linear-gradient(top, #0b033b, #0b033b);
  background-image: linear-gradient(to bottom, #0b033b, #0b033b);
  background-repeat: repeat-x;
  border: 1px solid #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0b033b", endColorstr="#ff0b033b", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
svg:not(:root) {
  width: 190% !important;
}
iframe, svg {
  max-width: 190% !important;
}
.jl-progress2-title {
  font-weight: 500;
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 32px;
}
.box2 a {
  color: #0b033b;
  background-color: #f5f5f5;
  margin-bottom: 14px;
}
.box2 a:active {
  color: #0b033b;
  background-color: #f5f5f5;
  margin-bottom: 14px;
}
.box2 a:hover {
  color: #f5f5f5;
  background-color: #0b033b;
  border: 2px solid #f5f5f5;
  margin-bottom: 14px;
}
#g-offcanvas #g-mobilemenu-container ul i.fa.fa-cog.fa-spin {
  width: auto;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.jl-heading-style-9 .jl-heading-title::before {
  border-bottom: 3px solid #0b033b;
}
.jl-heading-style-9 .jl-heading-title::after {
  border-bottom: 3px solid #0b033b;
}
.jl-heading-style-3 .jl-heading-title::before {
  height: 3px !important;
  background: #0b033b !important;
}
.jl-heading-style-7 .jl-heading-title::before {
  top: 120%;
}
.uk-overlay-active .uk-active > [class*="uk-overlay-slide"], .uk-overlay-hover.uk-hover [class*="uk-overlay-slide"], .uk-overlay-hover:hover [class*="uk-overlay-slide"] {
  height: 100% !important;
}
.uk-overlay-active .uk-active > [class*="uk-overlay-slide"], .uk-overlay-hover.uk-hover [class*="uk-overlay-slide"], .uk-overlay-hover:hover [class*="uk-overlay-slide"] {
  height: 100% !important;
}
.uk-slidenav-position:hover .uk-slidenav {
  margin-left: -40px;
  margin-right: -40px;
  height: auto;
  width: auto;
  color: #0b033b;
  background-color: #ffffff;
}
.uk-overlay-panel a:not([class]) {
  font-size: 16px;
}
@media only all and (min-width: 0rem) and (max-width: 48rem) {
  .uk-slidenav-position {
    position: relative;
    width: 90%;
    float: center !important;
    display: inline-block;
  }
}
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  font-size: 0.8rem;
  line-height: 0.25;
  letter-spacing: 0.1rem;
  background: #e9e9e9;
  color: #0b033b;
  border: 1px solid #0b033b;
  border-radius: 2.5rem;
  margin: -1px 0 0.5rem 0;
  margin-right: 0px;
  padding: 1.5rem 1.5rem;
}
.edit.item-page .btn-toolbar .btn:hover, .pager.pagenav a:hover, p.readmore .btn:hover, .contact .form-actions .btn:hover, #contact-form .controls .btn-primary.validate:hover, .profile .btn:hover, .login .btn:hover, .logout .btn:hover, .registration .btn:hover, .profile-edit .btn:hover, .remind .btn:hover, .reset .btn:hover, .search #searchForm .btn:hover, .finder #searchForm .btn:hover, .search #search-form .btn:hover, .finder #search-form .btn:hover, .edit.item-page .btn-toolbar .btn:active, .pager.pagenav a:active, p.readmore .btn:active, .contact .form-actions .btn:active, #contact-form .controls .btn-primary.validate:active, .profile .btn:active, .login .btn:active, .logout .btn:active, .registration .btn:active, .profile-edit .btn:active, .remind .btn:active, .reset .btn:active, .search #searchForm .btn:active, .finder #searchForm .btn:active, .search #search-form .btn:active, .finder #search-form .btn:active, .edit.item-page .btn-toolbar .btn:focus, .pager.pagenav a:focus, p.readmore .btn:focus, .contact .form-actions .btn:focus, #contact-form .controls .btn-primary.validate:focus, .profile .btn:focus, .login .btn:focus, .logout .btn:focus, .registration .btn:focus, .profile-edit .btn:focus, .remind .btn:focus, .reset .btn:focus, .search #searchForm .btn:focus, .finder #searchForm .btn:focus, .search #search-form .btn:focus, .finder #search-form .btn:focus {
  background: #0b033b;
  color: #e9e9e9;
}
@media only all and (min-width: 0rem) and (max-width: 48rem) {
  .gantry-logo {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
  }
}
.r-process ul.r-tabs li.r-tab a.active::before {
  background: #004185;
}
.r-process ul.r-tabs li.r-tab a.active i {
  border-color: #0b033b;
}
.r-process ul.r-tabs li.r-tab a.active {
  color: #0b033b;
}
.r-process ul.r-tabs li.r-tab a {
  color: #0b033b;
}
.jl-heading-title {
  text-align: center;
}
.ui.form input:not([type]), .ui.form input[type="date"], .ui.form input[type="datetime-local"], .ui.form input[type="email"], .ui.form input[type="file"], .ui.form input[type="number"], .ui.form input[type="password"], .ui.form input[type="search"], .ui.form input[type="tel"], .ui.form input[type="text"], .ui.form input[type="time"], .ui.form input[type="url"] {
  color: #0b033b !important;
}
.box1 a {
  margin-bottom: 2%;
}
.uk-button-danger {
  background-color: #0b033b !important;
  color: #f5f5f5 !important;
  background-color: #0b033b !important;
}
.uk-button-danger:focus, .uk-button-danger:hover {
  background-color: #f5f5f5 !important;
  color: #0b033b !important;
  border: 1px solid #0b033b !important;
}
.control-group .controls .invalid, .control-group .controls .invalid + .chzn-container > .chzn-single, .control-group .controls .invalid + .chzn-container > .chzn-choices {
  border-color: #f5f5f5 !important;
}
.invalid {
  color: #f5f5f5 !important;
}
.control-group .controls .invalid, .control-group .controls .invalid + .chzn-container > .chzn-single, .control-group .controls .invalid + .chzn-container > .chzn-choices {
  border-color: #f5f5f5 !important;
  color: #0b033b !important;
}
.alert, .alert h4, .text-warning {
  border: none;
}
.ui.form select {
  color: #0b033b !important;
  font-weight: bold;
  text-align: center;
}
.r-bottommenu ul li {
  line-height: 14px;
}
.jsn-p-fields dl dt {
  width: 40% !important;
  float: left !important;
  text-align: left !important;
  margin-left: 10% !important;
}
.jsn-p-dates > div {
  text-align: center;
  width: 100%;
}
.jsn-p-title {
  text-align: center;
}
#jsn-form.z-tabs > ul#jsn-profile-tabs > li.z-tab a {
  top: 0;
  color: #0b033b !important;
  border: 1.5px solid #0b033b;
}
.r-accordion .r-accordion .title, .r-accordion .title {
  text-align: justify;
  line-height: 20px;
  color: #0b033b;
}
.r-accordion:not(.styled) .title ~ .content:last-child:not(.r-accordion) {
  padding-top: 0;
  line-height: 22px;
  text-align: justify;
  font-size: 15px;
  padding-left: 4%;
}
.view-login {
  background-color: #0b033b;
  padding-top: 0;
}
#upp_bbcode img {
  display: none;
}
.upp_comment .mine .upp_padding {
  background: #e9e9e9;
  padding: 3% 2% 2% 2%;
  border: #0b033b 1.5px solid;
}
.upp_date {
  font-size: 12px;
  line-height: 10px;
  color: #0b033b;
  margin-bottom: -2px !important;
  margin-top: 2%;
}
.mine .upp_talk div {
  display: none;
}
.fa.fa-leaf {
  color: #f5f5f5;
}
.r-accordion.inverted {
  background: #0b033b !important;
  padding: 20px 30px;
  border-radius: 4px;
  color: #f5f5f5 !important;
}
.r-accordion.inverted .title.active {
  color: #f5f5f5 !important;
}
.inverted.r-accordion .title:not(.r-accordion), .r-accordion.inverted {
  color: #f5f5f5 !important;
}
.uk-button-primary {
  background-color: #f5f5f5;
}
.style1 .jl-pricing-title {
  color: #f5f5f5;
  background-color: #0b033b;
  border: 1px solid #f5f5f5;
  text-transform: uppercase;
}
.style1 .jl-pricing-featured {
  text-transform: none;
  color: #f5f5f5;
  background: #0b033b;
  border: 1px solid #f5f5f5 !important;
}
.uk-button-primary:focus, .uk-button-primary:hover {
  background-color: #f5f5f5 !important;
  color: #fff;
}
.uk-button:not(:disabled), .uk-form input[type="checkbox"]:not(:disabled), .uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
  background-color: #0b033b;
}
.style1 .jl-pricing-package-items {
  border-left: 2px solid #0b033b;
  border-right: 2px solid #0b033b;
}
.jl-pricing-button {
  border-bottom: 2px solid #0b033b !important;
}
.style1 .jl-pricing-header {
  background-color: #0b033b;
  border-bottom: 2px solid #f5f5f5;
}
.uk-accordion-content > :last-child {
  margin-bottom: 0;
  background-color: #0b033b;
  color: #f5f5f5 !important;
  text-align: left !important;
  font-size: 13px !important;
  line-height: 17px;
}
.uk-accordion-title {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  padding: 0 !important;
  background: #0b033b !important;
  color: #f5f5f5 !important;
  font-size: 13px !important;
  line-height: 19px !important;
  cursor: pointer;
  border: none !important;
  text-align: center !important;
}
.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .fa {
  border: 8px solid #0b033b;
}
.g-home-particles.g-helium-style .fp-features .g-block .card .card-block .card-title {
  line-height: 2.1rem;
}
uk-progress-bar {
  font-size: 14px !important;
  color: #f5f5f5 !important;
}
.uk-progress-success .uk-progress-bar {
  background-color: #0b033b !important;
}
.task-logout .sidebar-wrapper, .view-login .sidebar-wrapper {
  display: none;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem)\a .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-size: 2rem;
  line-height: 2.875rem;
  margin-top: 3.125rem;
  color: whte;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  color: #0b033b;
  font-weight: bold;
}
.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span, .uk-subnav-line > ::before, .uk-subnav > * > * {
  display: none !important;
}
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px 10px 10px 10px !important;
  background: #f5f5f5;
  font-size: 18px;
  line-height: 24px;
  border: solid #0b033b !important;
  border-radius: 0px !important;
  font-size: 20px !important;
  color: #f5f5f5 !important;
  font-weight: bold;
}
.uk-accordion-content {
  padding: 10px 10px 10px 10px !important;
  border-bottom: 0px !important;
  font-size: 20px !important;
  text-align: justify !important;
  font-weight: bold;
  line-height: 24px;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container:hover {
  color: #f5f5f5 !important;
  background-color: #0b033b !important;
}
.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
  word-break: normal;
  color: #f5f5f5;
}
.owl-item img {
  display: block;
  width: 60%;
  height: 60%;
}
.jl-accordion .jl-accordion-content {
  line-height: 27px !important;
  padding: 10px 10px 10px 0px;
}
/*# sourceMappingURL=custom_90.css.map */