.modal .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important; }

.modal .modal-content {
  border: 0;
  border-radius: 3px; }

.modal.fade.modal-top-left .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0; }

@media (min-width: 576px) {
  .modal.fade.modal-top-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto; } }

@media (max-width: 767.98px) {
  .modal.fade.modal-top-left .modal-dialog {
    width: calc(100% - (0.5rem*2)); } }

.modal.fade.modal-top-right .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0; }

@media (min-width: 576px) {
  .modal.fade.modal-top-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto; } }

@media (max-width: 767.98px) {
  .modal.fade.modal-top-right .modal-dialog {
    width: calc(100% - (0.5rem*2)); } }

.modal.fade.modal-bottom-right .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0; }

@media (min-width: 576px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto; } }

@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-right .modal-dialog {
    width: calc(100% - (0.5rem*2)); } }

.modal.fade.modal-bottom-left .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0; }

@media (min-width: 576px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto; } }

@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-left .modal-dialog {
    width: calc(100% - (0.5rem*2)); } }

.modal.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

@media (min-width: 576px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto; } }

@media (max-width: 767.98px) {
  .modal.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - (0.5rem*2)); } }

.modal .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(193, 193, 193, 0.3) !important;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0; }
  .modal .close:focus {
    outline: 0; }
  .modal .close span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    text-shadow: none;
    background-position: center; }
  .modal .close.light span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E"); }
  .modal .close.size-sm {
    transform: scale(0.5);
    right: 0.5rem;
    top: 0.5rem; }
  .modal .close.close-pinned {
    top: -19px;
    right: -19px; }

.modal[data-popup="true"] {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset; }
  .modal[data-popup="true"].fade.modal-top-left .modal-dialog, .modal[data-popup="true"].fade.modal-top-right .modal-dialog, .modal[data-popup="true"].fade.modal-bottom-right .modal-dialog, .modal[data-popup="true"].fade.modal-bottom-left .modal-dialog, .modal[data-popup="true"].fade.modal-bottom-center .modal-dialog {
    position: fixed; }
  .modal[data-popup="true"].fade .modal-content {
    box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19); }

.body-scrollable {
  overflow: unset;
  padding-right: unset !important; }
  .body-scrollable .modal-backdrop {
    display: none; }

.modal-backdrop {
  background: #faf9fa; }

/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600; }

/*Alert styles*/
.event-type {
  border: 3px solid #e0e6ed;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all ease 0.2s;
  transition-delay: 0.3s; }

.event-type .event-indicator {
  transition: all cubic-bezier(0, 0.89, 0.44, 1) 0.2s;
  transform: scale(0);
  opacity: 0;
  transition-delay: 0.5s; }

.show .event-type .event-indicator {
  transform: scale(1);
  opacity: 1; }

.show .event-type {
  border-color: #e0e6ed;
  background-color: #e0e6ed; }

.show .event-type.success {
  border-color: #00CC99;
  background-color: #00CC99; }

.show .event-type.error {
  border-color: #f2545b;
  background-color: #f2545b; }

.show .event-type.warning {
  border-color: #f7bc06;
  background-color: #f7bc06; }

.show .event-type.info {
  border-color: #19b5fe;
  background-color: #19b5fe; }

/*==================================*/
/* Additional Utilities */
/*==================================*/
/*Bigger CTA Style Button*/
.btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-size: 0.8rem;
  font-weight: 600; }

/*Overlay for images*/
.modal .overlay {
  background-color: rgba(0, 0, 0, 0.35); }

.modal .overlay-light {
  background-color: rgba(0, 0, 0, 0.15); }

/*Negative margins for creating pull effect */
.modal .pull-up-lg {
  margin-top: -70px; }

.modal .pull-up-sm {
  /*margin-top: -35px;*/ }

.modal .border-thick {
  border-width: 0.3rem !important; }

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.pointer-events-none {
  pointer-events: none; }

/*Height utilities*/
.m-h-10 {
  min-height: 10vh; }

.m-h-20 {
  min-height: 20vh; }

.m-h-30 {
  min-height: 30vh; }

.m-h-40 {
  min-height: 40vh; }

.m-h-50 {
  min-height: 50vh; }

.m-h-60 {
  min-height: 60vh; }

.m-h-70 {
  min-height: 70vh; }

.m-h-80 {
  min-height: 80vh; }

.m-h-90 {
  min-height: 90vh; }

.m-h-100 {
  min-height: 100vh; }

.bg-rhino {
  background-color: #28304e !important; }

.btn-cstm-light {
  color: #212841;
  background-color: #fff;
  border-color: #fff; }

.btn-cstm-light:hover {
  color: #212841;
  background-color: #ececec;
  border-color: #e6e6e6; }

.btn-cstm-light:focus, .btn-cstm-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-cstm-light.disabled, .btn-cstm-light:disabled {
  color: #212841;
  background-color: #fff;
  border-color: #fff; }

.btn-cstm-light:not(:disabled):not(.disabled):active, .btn-cstm-light:not(:disabled):not(.disabled).active, .show > .btn-cstm-light.dropdown-toggle {
  color: #212841;
  background-color: #e6e6e6;
  border-color: #dfdfdf; }

.btn-cstm-light:not(:disabled):not(.disabled):active:focus, .btn-cstm-light:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-cstm-dark {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e; }

.btn-cstm-dark:hover {
  color: #FFFFFF;
  background-color: #1b2035;
  border-color: #171b2c; }

.btn-cstm-dark:focus, .btn-cstm-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5); }

.btn-cstm-dark.disabled, .btn-cstm-dark:disabled {
  color: #FFFFFF;
  background-color: #28304e;
  border-color: #28304e; }

.btn-cstm-dark:not(:disabled):not(.disabled):active, .btn-cstm-dark:not(:disabled):not(.disabled).active, .show > .btn-cstm-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #171b2c;
  border-color: #121624; }

.btn-cstm-danger {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b; }

.btn-cstm-danger:hover {
  color: #FFFFFF;
  background-color: #ef3039;
  border-color: #ee252e; }

.btn-cstm-danger:focus, .btn-cstm-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5); }

.btn-cstm-danger.disabled, .btn-cstm-danger:disabled {
  color: #FFFFFF;
  background-color: #f2545b;
  border-color: #f2545b; }

.btn-cstm-danger:not(:disabled):not(.disabled):active, .btn-cstm-danger:not(:disabled):not(.disabled).active, .show > .btn-cstm-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #ee252e;
  border-color: #ed1922; }

.btn-cstm-danger:not(:disabled):not(.disabled):active:focus, .btn-cstm-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5); }

.btn-cstm-success {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99; }

.btn-cstm-success:hover {
  color: #FFFFFF;
  background-color: #00a67c;
  border-color: #009973; }

.btn-cstm-success:focus, .btn-cstm-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5); }

.btn-cstm-success.disabled, .btn-cstm-success:disabled {
  color: #FFFFFF;
  background-color: #00CC99;
  border-color: #00CC99; }

.btn-cstm-success:not(:disabled):not(.disabled):active, .btn-cstm-success:not(:disabled):not(.disabled).active, .show > .btn-cstm-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #009973;
  border-color: #008c69; }

.btn-cstm-success:not(:disabled):not(.disabled):active:focus, .btn-cstm-success:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5); }

.btn-cstm-secondary {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9; }

.btn-cstm-secondary:hover {
  color: #FFFFFF;
  background-color: #7c96bc;
  border-color: #738fb8; }

.btn-cstm-secondary:focus, .btn-cstm-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5); }

.btn-cstm-secondary.disabled, .btn-cstm-secondary:disabled {
  color: #FFFFFF;
  background-color: #95AAC9;
  border-color: #95AAC9; }

.btn-cstm-secondary:not(:disabled):not(.disabled):active, .btn-cstm-secondary:not(:disabled):not(.disabled).active, .show > .btn-cstm-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #738fb8;
  border-color: #6b88b3; }

.btn-cstm-secondary:not(:disabled):not(.disabled):active:focus, .btn-cstm-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-cstm-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5); }

.profilemodal #profilewelcome {
    background: transparent !important;
}

.profilemodal .carousel {
    position: relative;
}

    .profilemodal .carousel.pointer-event {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.profilemodal .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .profilemodal .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
    }

.profilemodal .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.5s ease-in-out !important;
    transition: transform 0.5s ease-in-out !important;
    transition: transform 0.5s ease-in-out !important, -webkit-transform 0.5s ease-in-out !important;
}

@media screen and (prefers-reduced-motion: reduce) {
    .profilemodal .carousel-item {
        transition: none;
    } }

.profilemodal .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}

.profilemodal .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.profilemodal .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.profilemodal .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

    .profilemodal .carousel-fade .carousel-item-next.carousel-item-left, .profilemodal .carousel-fade .carousel-item-prev.carousel-item-right, .profilemodal .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1;
    }

.profilemodal .carousel-fade .active.carousel-item-left, .profilemodal .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media screen and (prefers-reduced-motion: reduce) {
    .profilemodal .carousel-fade .active.carousel-item-left, .profilemodal .carousel-fade .active.carousel-item-right {
        transition: none;
    } }

.profilemodal.modal {
    position: fixed;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
}

    .profilemodal.modal.in {
        display: flex !important;
    }

    .profilemodal .modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none;
    }

.profilemodal .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
    .profilemodal .modal.fade .modal-dialog {
        transition: none;
    } }

.profilemodal .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.profilemodal .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

    .profilemodal .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: "";
    }

.profilemodal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -200px;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    background: transparent;
    border: none;
    outline: 0;
}

.modal-backdrop.welcomebackdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #f3e9e9; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .98; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.carousel-control-next {
  position: relative;
  display: inline-block;
  width: auto;
  font-family: "proxima-nova", sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 10px;
  color: #562626;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  outline: 0; }
  .carousel-control-next svg {
    position: relative;
    display: inline-block;
    top: -1px;
    width: 18px;
    height: auto;
    vertical-align: middle; }
    .carousel-control-next svg path {
      stroke: #562626;
      stroke-width: 3px; }

.welcomemodalslideimage {
  position: relative;
  display: block;
  top: 80px;
  margin: 0 auto;
  width: 150px;
  height: auto;
  z-index: 1000; }
  .welcomemodalslideimage img {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }

.welcomemodalslidecontent {
  position: relative;
  display: block;
  padding: 90px 20px 20px;
  text-align: center;
  background: #fff;
  border-radius: 4px; }
  .welcomemodalslidecontent h3 {
    margin: 0 0 20px;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #562626;
    letter-spacing: 0.5px; }
  .welcomemodalslidecontent p.welcomemodaldescription {
    min-height: 120px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #555; }

.carousel-indicators {
  position: absolute !important;
  right: 10px !important;
  bottom: 5px !important;
  z-index: 15 !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  padding-left: 0 !important;
  list-style: none !important;
  width: auto;
  left: auto;
  margin: auto; }
  .carousel-indicators li {
    margin: auto;
    box-sizing: content-box !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: 5px !important;
    height: 5px !important;
    margin-right: 3px !important;
    margin-left: 3px !important;
    text-indent: -999px !important;
    cursor: pointer !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #8a6666 !important;
    border-radius: 50% !important;
    transition: all 0.6s ease !important; }
  .carousel-indicators .active {
    background-color: #562626 !important;
    border: 1px solid #562626 !important; }

.slide {
  height: auto !important; }
