/* Mobile Mixins */
body {
  color: #fff;
  background-color: #2a497c; }

main {
  margin: 0;
  padding: 0 5px; }

h1, h2, h3, h4, h5, h6 {
  color: #cc6600; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #94b0d6;
  border: solid 1px #cc6600;
  border-radius: 0; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  line-height: 1.3rem; }

a {
  color: #cc6600;
  text-decoration: none; }
  a:hover, a:focus {
    color: #663300; }
  a:active {
    color: #ff9933; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 0.6rem;
  font-weight: 700;
  white-space: nowrap; }

h1 {
  font-size: 1.95rem;
  margin-top: 1.35rem; }

h2 {
  font-size: 1.65rem;
  margin-top: 1.05rem; }

h3 {
  font-size: 1.35rem;
  margin-top: 1.05rem; }

h4 {
  font-size: 1.05rem;
  margin-top: 0.75rem; }

h5 {
  font-size: 0.75rem;
  margin-top: 0.75rem; }

h6 {
  font-size: 0.6rem;
  margin-top: 0.75rem; }

p {
  font-size: 0.75rem;
  margin-bottom: 0.75rem; }

small {
  font-size: 0.6rem;
  margin-bottom: 0.75rem; }

/* Button Styles */
.xe-gold-button {
  padding: 0;
  color: #fff;
  background-color: #cc6600;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important; }
  .xe-gold-button:focus, .xe-gold-button:hover {
    color: #fff;
    background-color: #663300; }
  .xe-gold-button:active {
    color: #fff;
    background-color: #ff9933; }

/* Input Styles */
.xe-input {
  background-color: #94b0d6;
  border: solid 1px #cc6600;
  border-radius: 0; }
  .xe-input:hover, .xe-input:focus {
    background-color: #94b0d6;
    border-color: #cc6600;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 102, 0, 0.8);
    outline: 0 none; }

.xe-input:-webkit-autofill,
.xe-input:-webkit-autofill:hover,
.xe-input:-webkit-autofill:focus {
  background-color: #94b0d6;
  border: solid 1px #cc6600;
  border-radius: 0; }

/* Carousel Styles */
.xe-carousel-background {
  position: relative;
  top: 0;
  background-color: #94b0d6; }

.xe-carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1; }

.xe-carousel-indicators li.active {
  background-color: #555; }

/* Main Content Styles */
.xe-input {
  background-color: #94b0d6;
  border: solid 1px #cc6600; }
  .xe-input:hover, .xe-input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 102, 0, 0.8);
    outline: 0 none; }

.xe-input::selection {
  color: #fff;
  background: #333; }

.xe-input::-moz-selection {
  color: #fff;
  background: #333; }

.xe-input::selection {
  color: #fff;
  background: #333; }

.xe-outline-input {
  background-color: transparent;
  border: solid 1px #cc6600;
  border-radius: 1.5rem; }
  .xe-outline-input:hover, .xe-outline-input:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(204, 102, 0, 0.8);
    outline: 0 none; }

.xe-outline-input::placeholder {
  color: #fff; }

.xe-outline-input::selection {
  color: #fff;
  background: #cc6600; }

.xe-outline-input::-moz-selection {
  color: #fff;
  background: #cc6600; }

.xe-outline-input:focus {
  color: #fff;
  border: solid 1px #cc6600;
  background: transparent; }

.xe-inner-addon {
  position: relative; }

.xe-inner-addon .glyphicon {
  position: absolute;
  padding: 12px;
  pointer-events: none; }

.xe-left-addon .glyphicon {
  left: 0; }

.xe-right-addon .glyphicon {
  right: 0; }

.xe-left-addon input {
  padding-left: 40px; }

.xe-right-addon input {
  padding-right: 40px; }

.glyphicon {
  color: #333; }

.xe-font-blue p {
  color: #94b0d6; }

.xe-gold-body-btn {
  padding: 4px 16px;
  color: #fff;
  background-color: #cc6600;
  border-radius: 0.5rem !important;
  -webkit-border-radius: 0.5rem !important;
  -moz-border-radius: 0.5rem !important; }
  .xe-gold-body-btn i {
    margin-left: 8px; }
  .xe-gold-body-btn:focus, .xe-gold-body-btn:hover {
    color: #fff;
    background-color: #663300; }
  .xe-gold-body-btn:active {
    color: #fff;
    background-color: #ff9933; }

.xe-outline-button {
  color: #333;
  background-color: #94b0d6;
  outline: 1px solid #cc6600;
  outline-offset: -1px !important;
  border-radius: 0;
  display: inline-block;
  -webkit-appearance: button;
  -moz-appearance: button; }
  .xe-outline-button:focus, .xe-outline-button:hover {
    background-color: #4a7aba; }
  .xe-outline-button:active {
    background-color: #dee6f2; }

.xe-btn-sm {
  font-size: 0.6rem; }

.xe-color-gold {
  color: #cc6600; }

.xe-color-white {
  color: #fff; }

.xe-color-light-blue {
  color: #94b0d6; }

.xe-paragraph-text {
  height: 100px;
  max-height: 100px;
  line-height: 1.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.xe-paragraph-text-large {
  font-size: 0.9rem; }

.xe-divider-rule {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #94b0d6; }

.xe-col-index-about {
  text-align: center;
  line-height: 1.5em; }

.xe-index-about {
  display: inline-block; }
  .xe-index-about i {
    margin: 0 12px 0 0;
    color: #94b0d6;
    float: left;
    clear: both; }
  .xe-index-about h2 {
    float: left; }

.xe-green-background-content {
  margin: 0 5px;
  width: 100%;
  background: #11523e; }

.xe-dark-blue-background-content {
  margin: 0 5px;
  width: 100%;
  background: #285a9e; }

/* Mobile Styles */
/* Coming Soon */
.xe-coming-soon {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center; }

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