/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

/* HTML OVERRIDES */

body {
    color: #737373;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

label {
    font-weight: 500;
}

label span {
    color: #0383cd;
}

.help-block {
    color: #ed6c71;
    font-weight: 600;
}

.toast {
    max-width: 24rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.toast .c-alert button {
    margin-left: 15px;
    float: right;
}

/* BOOTSTRAP OVERRIDES */

.btn {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}

.btn-light {
    color: #329ab0;
    background-color: #fff;
    border-color: #fff;
}

.btn-light:hover {
    color: #329ab0;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-secondary {
    color: #fff;
    background-color: #ed6c71;
    border-color: #ed6c71;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #cd6868;
    border-color: #cd6868;
}

.text-primary {
    color: #34a0ba !important;
}

.bg-primary {
    background-color: #34a0ba !important;
}

.form-control {
    font-size: 14px;
}

form .form-control::-webkit-input-placeholder {
    color: #737373;
    font-weight: 300;
}

form .form-control:-ms-input-placeholder {
    color: #737373;
    font-weight: 300;
}

form .form-control::-moz-placeholder {
    color: #737373;
    font-weight: 300;
    opacity: 1;
}

form .form-control:-moz-placeholder {
    color: #737373;
    font-weight: 300;
    opacity: 1;
}

/* DEFAULTS */

.bg-gradient-primary {
    background: rgb(78,196,192);
    background: linear-gradient(90deg, rgba(78,196,192,1) 0%, rgba(10,143,172,1) 100%);
}

.content-block {
    border-radius: 3px;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.10);
}

.icon--bounce {
    position: absolute;
    top: auto; bottom: 1.5rem;
    left: 0; right: 0;
    text-align: center;
    cursor: pointer;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

/* BACKGROUND */

.bg-image, .bg-image--left, .bg-image--right, .bg-image--top, .bg-image--bottom, bg-image-md--center {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-image--top {
    background-position: top;
}

.bg-image--bottom {
    background-position: bottom;
}

.bg-image--left {
    background-position: left;
}

.bg-image--right {
    background-position: right;
}

/* OVERLAY */

.overlay--top, .overlay--bottom {
    position: absolute;
}

.overlay--top img, .overlay--bottom img {
    width: 100%;
}

.overlay--top {
    top: -1px; bottom: auto;
    left: 0; right: 0;
}

.overlay--bottom {
    top: auto; bottom: -1px;
    left: 0; right: 0;
}

/* HEADER */

.header {
    position: absolute;
    top: 0; bottom: auto;
    left: 0; right: 0;
    z-index: 2010;
}

.header.active {
    position: fixed;
}

.header__logo {
    height: 90px;
    transition: height .2s;
}

.header.active .header__logo {
    height: 55px;
}

.header.active .header__main-bar {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.header__bar {
    background-color: #fff;
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 400;
}

.header__bar a {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 400;
    transition: color .2s;
    white-space: nowrap;
}

.header__bar a:hover {
    color: #329ab0;
}

.header__top-menu, .header__main-menu {
    text-align: right;
    margin: 0;
}

.header__top-menu li:before {
    content: '|';
    padding: 0 .8rem;
}

.header__top-menu li:first-child:before {
    content: '';
}

.header__top-menu li, .header__main-menu li, .footer__menu li {
    display: inline-block;
}

.header__main-bar {
    background-color: rgba(0, 0, 0, 0.45);
    transition: background-color .2s;
    margin-top: -1px;
}

.header__main-toggle {
    color: #fff;
}

.header__main-menu li {
    margin-left: 2rem;
}

.header__main-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: color .2s;
}

.header__main-menu li a:hover {
    color: #ed6c71;
}

.header__main-menu li:last-child a {
    background-color: #ed6c71;
    padding: .6rem 1.8rem;
    border-radius: 50px;
    transition: background-color .2s;
}

.header__main-menu li:last-child:hover a {
    background-color: #d96a6f;
    color: #fff;
}

.header__pusher {
    height: 40.3125px;
}

/* FOOTER */

.footer {
    position: relative;
    background-color: #329ab0;
}

.footer__menu {
    padding: 0;
}

.footer__menu li:before {
    content: '|';
    padding: 0 .8rem;
    color: #fff;
}

.footer__menu li:first-child:before {
    content: '';
}

.footer__menu li a {
    color: #fff;
}

.footer__menu li a:hover {
    text-decoration: underline !important;
}

/* CARD */

.card {
    border: none;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card__head {
    padding: 3rem .5rem;
    color: #fff;
    text-align: center;
}

.card__head h3, .card__head h5 {
    margin-bottom: 0;
}

.card__body {
    padding: 1.5rem;
}

/* ICON OBJECT */

.icon-object {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.icon-object__side {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    background-color: #71cfcd;
    border-top-right-radius: 50px 100%;
    border-bottom-right-radius: 50px 100%;
}

.icon-object__number {
    position: absolute;
    top: 10px; bottom: auto;
    left: 10px; right: auto;
    width: 24px; height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #329ab0;
    background-color: #fff;
    font-weight: 500;
    border-radius: 3px;
}

.icon-object__icon {
    width: 40px;
    height: 40px;
}

.icon-object__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 1.5rem;
    min-height: 150px;
}

.icon-object__content h5 {
    font-weight: 500;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;

}

/* STEP BULLET */

.step-bullet {
    display: flex;
    flex-direction: row;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 1.2rem;
    margin-bottom: .7rem;
}

.step-bullet.active {
    border-color: #fff;
}

.step-bullet.active .step-bullet__number {
    background-color: #fff;
}

.step-bullet.active .step-bullet__content {
    color: #fff;
}

.step-bullet__number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    color: #329ab0;
    height: 35px;
    width: 35px;
    font-weight: 500;
}

.step-bullet__content {
    display: flex;
    flex: 1;
    align-items: center;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 500;
    padding: 0 1rem;
}

/* SUB BOX */

.sub-box {
    background-color: #efefef;
    padding: 1rem;
    border-radius: 3px;
}

.sub-box__issuer-select {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sub-box__issuer-select img {
    width: 38px;
    height: 38px;
    margin-right: 15px;
}

.sub-box__issuer-select .form-group {
    flex: 1;
    margin-bottom: 0;
}

.sub-box__content {
    background-color: #dedede;
    padding: .8rem;
    margin: 1.5rem 0;
}

.sub-box__content td:last-child {
    font-weight: 600;
    white-space: nowrap;
    text-align: right;
}

/* RATING BADGE */

.rating-badge {
    position: absolute;
    top: -1px; bottom: auto;
    left: auto; right: 35px;
    background-color: #329ab0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 2px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.10);
}

.rating-badge__pusher {
    margin-right: 90px;
}

.rating-badge__inner {
    border: 2px solid #fff;
    padding: .7rem .7rem .2rem .7rem;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
    text-align: center;
}

.rating-badge__title {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    font-weight: 500;
}

.rating-badge__score {
    font-size: 30px;
    font-weight: 800;
}

/* ALERT */

.alert__status {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 1.5rem;
}

/* MAX WIDTH */

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .toast {
        max-width: calc(100% - 30px);
        left: 15px;
        top: 15px;
        transform: translate(0, 0);
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 15px;
    }

    .btn {
        font-size: 14px;
    }

    .header__main-menu {
        position: fixed;
        top: 0; bottom: 0;
        left: 0; right: auto;
        width: 0;
        background-color: rgba(0, 0, 0, 0.95);
        text-align: left;
        overflow: hidden;
    }

    .header__main-menu li {
        display: block;
        margin: 1.6rem;
    }

    .header__main-menu li:last-child {
        margin: 2rem 1rem;
    }

    .header__main-menu li a {
        font-size: 22px;
        font-weight: 400;
    }

    .footer__menu li {
        display: block;
        margin: .8rem 0;
    }

    .footer__menu li:before {
        content: '';
    }
}

@media (max-width: 575.98px) {

}

/* MIN WIDTH */

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .bg-image-md--center {
        background-position: center !important;
    }

    .bg-image-md--right {
        background-position: right !important;
    }

    .header.active {
        margin-top: -40.3125px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}