﻿

.form-control { display: block; width: 100%; height: calc(2.4rem + 4px); padding: .45rem 1.25rem; font-size: 1rem; line-height: 1.5; color: #181818; background-color: #f4f4f5; background-clip: padding-box; border: #181818; border-radius: 0; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus { color: #181818; background-color: #f4f4f5; border-color: #181818; outline: 0; box-shadow: 0 0 0 0 rgba(108, 117, 125, .25); }

.form-control:-ms-input-placeholder { color: #181818; opacity: 1; }

.form-control::-ms-input-placeholder { color: #181818; opacity: 1; }

.form-control::placeholder { color: #181818; opacity: 1; }

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value { color: #181818; background-color: #f4f4f5; }

.form-control-lg {
  height: calc(3.148rem + 4px);
  padding: .636rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}


input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}


.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #6c757d;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(108, 117, 125, .25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #caced1;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #6c757d;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::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='%23fff' 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");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #6c757d;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(236, 76, 36, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(236, 76, 36, .5);
}

.custom-control-label::before {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, .125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 2px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 2px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 5px;
}

.page-link { position: relative; display: block; padding: .5rem .75rem; margin-left: 0; line-height: 1.25; color: #000; background-color: #ffffff; border: 0 solid transparent; border-radius: 5px; }

.page-link:hover { border-radius:5px;  z-index: 2; color: #000; text-decoration: none; background-color: #FBCD0F; border-color: transparent; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(108, 117, 125, .25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link { margin-left: 0; border-radius: 5px; }

.page-item:last-child .page-link { border-radius: 5px; }

.page-item.active .page-link { z-index: 1; color: #000; background-color: #FBCD0F; border-color: transparent; }


.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1f81c4;
  transition: width .6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -2px;
  background-color: transparent;
  border: 2px solid #dee2e6;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}


.list-group-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, .2);
  border-radius: 0;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 2px solid #e9ecef;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 2px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

.align-middle {
  vertical-align: middle !important;
}

.bg-primary {
  background-color: #ec4c24 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #cb3712 !important;
}

.bg-secondary {
  background-color: #1f81c4 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #186498 !important;
}

.bg-dark {
  background-color: #3a3a3a !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #212121 !important;
}

.bg-primary-light {
  background-color: #fd653f !important;
}

a.bg-primary-light:hover,
a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: #fc3d0d !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {

  .d-sm-flex {
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

.embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-9by16::before { padding-top: 180%; }

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.w-100 {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}


.px-0 {
  padding-right: 0 !important;
}


.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}


.py-1 {
  padding-top: .25rem !important;
}


.px-1 {
  padding-right: .25rem !important;
}


.py-1 {
  padding-bottom: .25rem !important;
}


.px-1 {
  padding-left: .25rem !important;
}


.py-2 {
  padding-top: .5rem !important;
}


.px-2 {
  padding-right: .5rem !important;
}


.py-2 {
  padding-bottom: .5rem !important;
}


.px-2 {
  padding-left: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}


.py-3 {
  padding-top: 1rem !important;
}


.px-3 {
  padding-right: 1rem !important;
}


.py-3 {
  padding-bottom: 1rem !important;
}


.px-3 {
  padding-left: 1rem !important;
}


.py-4 {
  padding-top: 1.5rem !important;
}


.py-4 {
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}


.py-5 {
  padding-bottom: 3rem !important;
}


.my-auto {
  margin-top: auto !important;
}


.mx-auto {
  margin-right: auto !important;
}


.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {

  .p-sm-3 {
    padding: 1rem !important;
  }

  
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  
  .px-sm-3 {
    padding-left: 1rem !important;
  }
}

@media (min-width: 768px) {

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 900 !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #ec4c24 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #cb3712 !important;
}

.text-dark {
  color: #3a3a3a !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #212121 !important;
}



a.text-muted:hover,
a.text-muted:focus { color: #FCD849 !important; }

.text-muted {
  color: #FBCD0F !important;
}

.text-muted a { color: #FBCD0F !important; }



@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 2px solid #adb5bd;
    page-break-inside: avoid;
  }

  
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container,
  .container-half {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .table {
    border-collapse: collapse !important;
  }

  
  .table th {
    background-color: #fff !important;
  }
}

audio {
  display: block;
  width: 100%;
}

.content > * + * {
  margin-top: 1.999rem;
}

.content > h1,
.content > h2,
.content > h3,
.content > h4,
.content > h5 {
  margin-bottom: .25em;
}

.content > h1 + *,
.content > h2 + *,
.content > h3 + *,
.content > h4 + *,
.content > h5 + * {
  margin-top: 0;
}

.content ul {
  text-align: left;
}

.content-user > h1,
.content-user > h2,
.content-user > h3,
.content-user > h4,
.content-user > h5 { 
font-family: 'Open Sans', sans-serif; font-style: italic; text-transform: none; 

}

.content-user > h1 {
  font-size: 2.074rem;
}

.content-user > h2 {
  font-size: 1.728rem;
}

.content-user > h3 {
  font-size: 1.44rem;
}

.content-user > h4 {
  font-size: 1.2rem;
}

.content-user > h5 {
  font-size: 1rem;
}

.content-user blockquote {
  display: flex;
  padding: 0 1rem;
  margin: 2.827rem -1rem;
  border-left: .5rem solid #ec4c24;
  font-size: 1.999rem;
  font-style: italic;
}

.content-user blockquote::before {
  content: "“";
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  width: .65em;
  font-family: 'Open Sans', sans-serif;
  font-size: 3.998rem;
  color: #ec4c24;
  line-height: 1;
}

@media (min-width: 768px) {
  .content-user blockquote {
    margin: 2.827rem 15%;
  }
}

.content-truncate {
  max-height: 175px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
          mask-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.card,
.card-header {
  border-width: 1px;
}

.card-header,
.card-body,
.card-footer {
  padding: 1rem;
}

.card {
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .125);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    display: block;
  }
}

.card .card-title { font-size: 1rem; font-family: 'Open Sans', sans-serif; font-weight: 600; text-transform: capitalize; }

.card .card-title:last-child {
  margin-bottom: 0;
}

.card .card-text {
  color: #6c757d;
  font-weight: 400;
}

.card .card-text:not(:first-child) {
  margin-top: 1.414rem;
}

.card .card-footer {
  border: 0;
  font-size: 1rem;
  color: #6c757d;
  text-transform: uppercase;
  background-color: transparent;
}

.card .card-img-overlay {
  display: flex;
}

a.card {
  border-bottom: 4px solid #f5f6f7;
  box-shadow: none;
  height: 100%;
}

a.card:hover { border-color: #FBCD0F; }

a.card:hover .card-img {
  filter: brightness(1) !important;
}

a.card .card-img {
  filter: brightness(.8);
}

a.card .card-img.gradient-burn {
  filter: brightness(1.1);
}

a:hover .card .card-img {
  filter: brightness(1) !important;
}

a .card .card-img {
  filter: brightness(.8);
}

a .card .card-img.gradient-burn {
  filter: brightness(1.1);
}

@media (min-width: 992px) {
  .container-half {
    max-width: 480px;
  }
}

@media (min-width: 1200px) {
  .container-half {
    max-width: 570px;
  }
}

.flip {
  position: relative;
  perspective: 50vw;
}

@media (max-width: 576px) {
  .flip {
    perspective: 1000px;
  }
}

.flip.active .flip-inner,
.flip:hover .flip-inner {
  transition: transform .707s;
  transform: rotateY(180deg);
}

.flip.active .flip-front,
.flip.active .flip-back,
.flip:hover .flip-front,
.flip:hover .flip-back {
  transition: box-shadow .707s;
}

.flip.active .flip-front,
.flip:hover .flip-front {
  box-shadow: 0 6rem 2rem -5rem rgba(0, 0, 0, .2), 0 5.5rem .5rem -5rem rgba(0, 0, 0, .1);
}

.flip.active .flip-back,
.flip:hover .flip-back {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .2), 0 .5rem .5rem 0 rgba(0, 0, 0, .1);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip.active .flip-inner,
  .flip:hover .flip-inner {
    transition: all 0;
    transform: rotateY(0deg);
  }

  .flip.active .flip-front,
  .flip.active .flip-back,
  .flip:hover .flip-front,
  .flip:hover .flip-back {
    box-shadow: none;
    transition: all 0;
  }

  .flip.active .flip-front,
  .flip:hover .flip-front {
    transform: rotateY(180deg);
  }

  .flip.active .flip-back,
  .flip:hover .flip-back {
    transform: rotateY(0deg);
  }
}

.flip .flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.flip .flip-inner::before,
.flip .flip-inner::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background-color: #adb5bd;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip .flip-inner::before,
  .flip .flip-inner::after {
    display: none;
  }
}

.flip .flip-inner::before {
  left: 0;
  transform: translate(-2px) rotateY(90deg);
}

.flip .flip-inner::after {
  right: 0;
  transform: translate(2px) rotateY(90deg);
}

.flip .flip-front,
.flip .flip-back {
  width: 100%;
  height: 100%;
  transition: box-shadow 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip .flip-front,
  .flip .flip-back {
    box-shadow: none;
    transition: all 0;
  }
}

.flip .flip-front {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .2), 0 .5rem .5rem 0 rgba(0, 0, 0, .1);
  transform: translateZ(2px);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip .flip-front {
    box-shadow: none;
    transform: rotateY(0deg);
  }
}

.flip .flip-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 6rem 2rem -5rem rgba(0, 0, 0, .2), 0 5.5rem .5rem -5rem rgba(0, 0, 0, .1);
  transform: translateZ(-2px) rotateY(180deg);
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flip .flip-back {
    box-shadow: none;
    transform: rotateY(180deg);
  }
}

select.form-control { padding-right: 1.999rem; background-image: url("data:image/svg+xml;encoding=utf-8,%3Csvg viewBox='0 0 320 512' preserveAspectRatio='xMaxYMax' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' fill='%23181818'/%3E%3C/svg%3E"); background-position: right .707rem top calc(50% - 8px); background-size: auto 40px; background-repeat: no-repeat; cursor: pointer; overflow: visible; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

select.form-control:focus { background-image: url("data:image/svg+xml;encoding=utf-8,%3Csvg viewBox='0 0 320 512' preserveAspectRatio='xMaxYMax' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z' fill='%23181818'/%3E%3C/svg%3E"); }

select.form-control::-ms-expand {
  display: none;
}

textarea.form-control {
  min-height: 11.302rem;
}

[type="checkbox"] + .custom-control-label::before {
  border-radius: 3px;
}

[type="radio"] + .custom-control-label::before {
  border-radius: 50%;
}

[type="checkbox"] + .custom-control-label::after,
[type="radio"] + .custom-control-label::after {
  background-size: 51%;
}

.list-group-item {
  border-width: 1px;
  border-color: #dee2e6;
}

.list-group-item:not(:last-child) {
  margin-bottom: -1px;
}

.pagination .page-item {
  margin: .354rem;
}

.gradient-burn {
  background-image: linear-gradient(50deg, rgba(200, 200, 200, 0) 5%, rgba(80, 80, 80, .65));
  background-repeat: repeat-x;
  background-blend-mode: color-burn;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gradient-burn {
    background-image: none;
  }
}

@supports (-ms-ime-align: auto) {
  .gradient-burn {
    background-image: none;
  }
}

.text-truncate {
  display: block;
  max-width: 100%;
}

.no-click {
  pointer-events: none;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.hover-emphasis a {
  transition: opacity .177s;
}

.hover-emphasis:hover a {
  opacity: .33;
}

.hover-emphasis:hover a:hover {
  opacity: 1;
}

