.full-width, .w-full {
  width: 100% !important; }

.img-circle {
  border-radius: 100% !important; }

.half-bg {
  background: linear-gradient(#000000 50%, #fff 50%); }
  .half-bg.bg-dark {
    background: linear-gradient(#030303 50%, #fff 50%) !important; }
  .half-bg.bg-secondary {
    background: linear-gradient(#f05523 50%, #fff 50%) !important; }

/* POSITIONS ==================================*/
.fixed {
  position: fixed !important; }

.absolute {
  position: absolute !important; }

.relative {
  position: relative !important; }

.float-bottom-right {
  bottom: 10px;
  right: 10px;
  z-index: 1; }

.float-top-right {
  top: 10px;
  right: 10px;
  z-index: 9; }

/*================================== TYPOGRAPHY ==================================*/
.ellipsis-single {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; }

.ellipsis-double {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 36px;
  min-height: 42px;
  line-height: 1.43;
  margin-bottom: 10px;
  margin-top: 10px; }

.asteriskField {
  color: #cc3333;
  font-weight: normal !important; }

/* ==============
  Helper Classes
===================*/
.bold {
  font-weight: 700; }

.extra-bold {
  font-weight: 900; }

.p-0 {
  padding: 0px !important; }

.p-20 {
  padding: 20px !important; }

.p-t-0 {
  padding-top: 0px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-b-0 {
  padding-bottom: 0px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-l-20 {
  padding-left: 20px; }

.p-r-20 {
  padding-right: 20px; }

.m-auto, .img-center {
  margin: 0 auto !important; }

.m-0 {
  margin: 0px !important; }

.m-r-0 {
  margin-right: 0px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-0 {
  margin-top: 0px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-b-0 {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.mxw-xxs {
  max-width: 50px; }

.font-light {
  font-weight: 300; }

.pull-in {
  margin-left: -15px;
  margin-right: -15px; }

.pull-none {
  float: none; }

.b-0 {
  border: none !important; }

.border {
  border: 1px solid #cad4e3 !important; }

.no-shadow {
  box-shadow: none !important; }

.bx-shadow {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.mx-box-xs {
  max-height: 150px;
  min-height: 150px; }

.mx-box-sm {
  max-height: 170px;
  min-height: 170px; }

.mx-box {
  max-height: 250px;
  min-height: 250px; }

.mx-box-lg {
  max-height: 380px;
  min-height: 380px; }

.mx-box-xl {
  max-height: 650px;
  min-height: 650px; }

.center-vertical {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

.thumb-xxl {
  width: 200px;
  height: 200px; }

.thumb-xl {
  width: 135px;
  height: 135px; }

.thumb-lg {
  width: 100px;
  height: 100px; }

.thumb-md {
  width: 70px;
  height: 70px; }

.thumb-sm {
  height: 45px !important;
  width: 45px !important; }

.thumb-xs {
  height: 25px !important;
  width: 25px !important; }

.thumb-xxs {
  width: 15px !important;
  height: 15px !important; }

/*================================== BACKGROUND IMAGES ==================================*/
.panel-default.bg-quote {
  background-image: url(../images/backgrounds/quote-bg-dark.png);
  background-repeat: no-repeat;
  background-position: 10px 10px; }
.panel-default.bg-calendar {
  background-image: url(../images/backgrounds/calendar-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }
.panel-default.bg-search {
  background-image: url(../images/backgrounds/search-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -60px 5px; }
.panel-default.bg-puzzle {
  background-image: url(../images/backgrounds/puzzle-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -60px 0px; }
.panel-default.bg-briefcase {
  background-image: url(../images/backgrounds/briefcase-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -70px 0px; }
.panel-default.bg-question {
  background-image: url(../images/backgrounds/question-bg-dark.png);
  background-repeat: no-repeat;
  background-position: -40px -10px;
  background-size: auto 110%; }

.panel-fill.bg-calendar {
  background-image: url(../images/backgrounds/calendar-bg.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }
.panel-fill.bg-quote {
  background-image: url(../images/backgrounds/quote-bg.png);
  background-repeat: no-repeat;
  background-position: -60px -10px; }
.panel-fill.bg-search {
  background-image: url(../images/backgrounds/search-bg.png);
  background-repeat: no-repeat;
  background-position: -60px 5px; }
.panel-fill.bg-puzzle {
  background-image: url(../images/backgrounds/puzzle-bg.png);
  background-repeat: no-repeat;
  background-position: -60px 0px; }
.panel-fill.bg-briefcase {
  background-image: url(../images/backgrounds/briefcase-bg.png);
  background-repeat: no-repeat;
  background-position: -70px 0px; }
.panel-fill.bg-question {
  background-image: url(../images/backgrounds/question-bg.png);
  background-repeat: no-repeat;
  background-position: -40px -10px;
  background-size: auto 110%; }

.panel.bg-quote, .panel.bg-calendar, .panel.bg-search, .panel.bg-puzzle, .panel.bg-briefcase, .panel.bg-question {
  cursor: pointer; }

.d-flex {
  display: flex !important; }

.align-items-center, .items-center {
  align-items: center !important; }

.justify-center {
  justify-content: center !important; }

.justify-between {
  justify-content: space-between !important; }

.justify-end {
  justify-content: flex-end !important; }

.truncate-1, .truncate-2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis; }

.truncate-1 {
  -webkit-line-clamp: 1; }

.truncate-2 {
  -webkit-line-clamp: 2; }

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