﻿/*body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #00215f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.h1, h2, h3, h4, h5, p {
    width: 80%;
    margin: 0 auto 25px auto;
    font-weight: 400;
    text-align: center;
}
*/

h1 {
    color: #427893;
}

.alertDiv h1 {
    color: white;   
}

.copa-official {
    background-color: #d6e3ff;
    color: #00215f;
    height: 25px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 25px
}

    .copa-official > img {
        max-width: 16px;
        margin: 0 5px
    }

.copa-navigation {
    height: 50px;
    padding: 3px 25px
}

.copa-brand {
    height: 35px
}

.payback-brand {
    height: 70px;
    margin-right: 10px
}

.navbar-nav > .nav-item {
    /*    color: #00215f;
    padding: 0 15px;
    text-transform: uppercase;*/
    line-height: 27px;
    display: inherit;
}

.goog-te-gadget * {
    display: inline;
    margin: 0
}

.goog-te-combo {
    border-radius: 10px;
    border-color: #00215f;
    padding: 0 5px;
    margin-right: 10px !important
}

.form-navigation > .nav-item, .form-navigation > span {
    padding: 10px
}


.copa-footer {
    width: 100%;
    background-color: #d6e3ff;
    height: 10%;
    margin-top: auto;
    /*position: static*/
}

.footer-nav {
    text-align: center;
    margin: 10px
}

    .footer-nav > .nav-item {
        list-style: none;
        display: inline-block;
        border-right: solid 1px #bac8da;
        padding: 0 15px
    }

        .footer-nav > .nav-item:first-child, .footer-nav > .nav-item:nth-child(2) {
            border: none
        }

        .footer-nav > .nav-item:first-child {
            float: left
        }

        .footer-nav > .nav-item:nth-child(n+2) {
            font-weight: 600;
            float: right
        }

.entity-radio {
    height: 15px;
    width: 15px;
    vertical-align: middle
}

.form-body {
    border: none;
    background-color: #fff;
    box-shadow: 1px 1px 5px 2px rgba(0,0,0,.25)
}

.form-floating > label {
    height: auto !important;
    padding: 1rem .75rem
}

.form-section {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
    margin-bottom: 20px;
    margin-top: -10px;
    border-bottom: solid 1px #d6e3ff;
    font-weight: 600
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1 !important;
    padding: 0 .75rem !important;
    margin-top: -1.4rem !important;
    color: #00215f !important;
    white-space: nowrap;
    overflow: hidden
}

.form-control {
    padding-top: 15px !important
}

.entity-radios {
    margin: 40px 20px
}

article, aside, footer, header, nav, section {
    display: block
}

a.logo > img {
    max-height: 65px;
    padding: 5px
}

.navbar-extra {
    padding: 0
}

.navitem-link {
    font-weight: 700;
    padding: 0 15px;
    line-height: 65px;
    display: inline-block
}

.navitem-link-alt {
    font-weight: 700;
    padding: 0 15px;
    display: inline-block
}

#navbarRight03 ul li > a {
    font-weight: 700;
    letter-spacing: .1em;
    color: #fff;
    background: 0 0;
    -webkit-transition: all .3333s ease-in-out;
    -moz-transition: all .3333s ease-in-out;
    -o-transition: all .3333s ease-in-out;
    transition: all .3333s ease-in-out
}

    #navbarRight03 ul li > a:active, #navbarRight03 ul li > a:focus, #navbarRight03 ul li > a:hover, [data-whatinput=mouse] #navbarRight03 ul li > a:active, [data-whatinput=mouse] #navbarRight03 ul li > a:focus, [data-whatinput=mouse] #navbarRight03 ul li > a:hover, [data-whatinput=touch] #navbarRight03 ul li > a:active, [data-whatinput=touch] #navbarRight03 ul li > a:focus, [data-whatinputintent=keyboard] #navbarRight03 ul li > a:active, [data-whatinputintent=keyboard] #navbarRight03 ul li > a:focus, [data-whatinputintent=keyboard] #navbarRight03 ul li > a:hover {
        background: #00215f;
        color: #fff
    }

.text-danger > ul > li {
    list-style-type: none;
    padding: 15px
}

a.external_link {
    position: relative
}

    a.external_link.navitem-link:before {
        content: "\f35d";
        font-family: "Font Awesome 5 Free",Arial,sans-serif;
        font-style: normal;
        font-weight: 900;
        text-decoration: inherit;
        font-size: 16px;
        position: absolute;
        top: 0;
        right: 6px
    }

[title*=" "] {
    color: #03f
}

button {
    border-radius: 0 !important;
    background-color: #00215f;
    color: #fff;
    vertical-align: middle;
    padding: .5rem 1rem;
    font-size: 1.25rem !important;
    width: 33.33% !important
}

.btn {
    border-radius: 0 !important
}

.btn-primary {
    background-color: #00215f;
    color: #fff;
    border: none;
    font-weight: 500;
    font-size: 1.25vw !important;
    padding: 10px 25px;
    width: auto !important
}

a.btn-primary:hover, button.btn-primary:hover, input.btn-primary:hover {
    background-color: #d6e3ff;
    color: #00215f;
    border-color: #00215f
}

a.btn-primary:focus, button.btn-primary:focus, input.btn-primary:focus {
    background-color: #d6e3ff;
    color: #00215f;
    border-color: #00215f
}

a.btn-primary.disabled, button.btn-primary:disabled, button.btn-primary.disabled, input.btn-primary.disabled, input.btn-primary:disabled {
    color: #fff !important;
    background-color: #000f2c !important;
    border-color: #00215f !important
}

.btn-success {
    background-color: #136629;
    color: #fff;
    vertical-align: middle;
    border: 3px solid #136629 !important;
    margin: 2px !important
}

a.btn-success:hover, button.btn-success:hover, input.btn-success:hover {
    background-color: #fff;
    color: #136629
}

.btn-info {
    background-color: #bac8da;
    color: #00215f;
    vertical-align: middle;
    border: 3px solid #3a4857 !important;
    margin: 2px !important
}

a.btn-info:hover, button.btn-info:hover, input.btn-info:hover {
    background-color: #fff;
    color: #3a4857
}

.btn-danger {
    background-color: #a91e2c;
    color: #fff;
    vertical-align: middle;
    border: 3px solid #a91e2c !important;
    margin: 2px !important
}

a.btn-danger:hover, button.btn-danger:hover, input.btn-danger:hover {
    background-color: #fff;
    color: #a91e2c
}

.btn-dark {
    background-color: #343a40;
    color: #fff;
    vertical-align: middle;
    border: 3px solid #343a40 !important;
    margin: 2px !important
}

a.btn-dark:hover, button.btn-dark:hover, input.btn-dark:hover {
    background-color: #fff;
    color: #343a40
}

.btn-outline-info {
    background-color: #fff;
    color: #3a4857;
    vertical-align: middle;
    border: 3px solid #3a4857 !important;
    margin: 2px !important
}

a.btn-outline-info:hover, button.btn-outline-info:hover, input.btn-outline-info:hover {
    background-color: #bac8da;
    color: #00215f
}

a.btn-outline-info.disabled, button.btn-outline-info:disabled, button.btn-outline-info.disabled, input.btn-outline-info.disabled, input.btn-outline-info:disabled {
    color: #fff !important;
    background-color: #262f38 !important;
    border-color: #3a4857 !important
}

.btn-outline-success {
    background-color: #fff;
    color: #136629;
    vertical-align: middle;
    border: 3px solid #136629 !important;
    margin: 2px !important
}

a.btn-outline-success:hover, button.btn-outline-success:hover, input.btn-outline-success:hover {
    background-color: #136629;
    color: #fff
}

.btn-outline-danger {
    background-color: #fff;
    color: #a91e2c;
    vertical-align: middle;
    border: 3px solid #a91e2c !important;
    margin: 2px !important
}

a.btn-outline-danger:hover, button.btn-outline-danger:hover, input.btn-outline-danger:hover {
    background-color: #a91e2c;
    color: #fff
}

.btn-outline-dark {
    background-color: #fff;
    color: #343a40;
    vertical-align: middle;
    border: 3px solid #343a40 !important;
    margin: 2px !important
}

a.btn-outline-dark:hover, button.btn-outline-dark:hover, input.btn-outline-dark:hover {
    background-color: #343a40;
    color: #fff
}

.btn-primary-too {
    background-color: #002a3c;
    color: #fff;
    vertical-align: middle;
    border: 3px solid #136629 !important;
    margin: 2px !important
}

a.btn-primary-too:hover, button.btn-primary-too:hover, input.btn-primary-too:hover {
    background-color: #fff;
    color: #136629
}

.btn-app-tile-generic, .btn-purple, .agency-system-tile-teal > div > a, .agency-system-tile-teal > a, .agency-system-tile-dirt > div > a, .agency-system-tile-dirt > a, .agency-system-tile-pink > div > a, .agency-system-tile-pink > a, .agency-system-tile-loud > div > a, .agency-system-tile-loud > a {
    background-color: #581845;
    color: #fff;
    vertical-align: middle;
    border: 3px solid #581845 !important
}

    a.btn-app-tile-generic:hover, a.btn-purple:hover, .agency-system-tile-teal > div > a:hover, .agency-system-tile-teal > a:hover, .agency-system-tile-dirt > div > a:hover, .agency-system-tile-dirt > a:hover, .agency-system-tile-pink > div > a:hover, .agency-system-tile-pink > a:hover, .agency-system-tile-loud > div > a:hover, .agency-system-tile-loud > a:hover, button.btn-app-tile-generic:hover, button.btn-purple:hover, input.btn-app-tile-generic:hover, input.btn-purple:hover {
        background-color: #fff;
        color: #581845
    }

.btn-outline-app-tile-generic, .btn-outline-purple {
    background-color: #fff;
    color: #581845;
    vertical-align: middle;
    border: 3px solid #581845 !important
}

a.btn-outline-app-tile-generic:hover, a.btn-outline-purple:hover, button.btn-outline-app-tile-generic:hover, button.btn-outline-purple:hover, input.btn-outline-app-tile-generic:hover, input.btn-outline-purple:hover {
    background-color: #581845;
    color: #fff
}

a.btn-outline-app-tile-generic.disabled, a.btn-outline-purple.disabled, button.btn-outline-app-tile-generic:disabled, button.btn-outline-purple:disabled, button.btn-outline-app-tile-generic.disabled, button.btn-outline-purple.disabled, input.btn-outline-app-tile-generic.disabled, input.btn-outline-purple.disabled, input.btn-outline-app-tile-generic:disabled, input.btn-outline-purple:disabled {
    color: #fff !important;
    background-color: #300d26 !important;
    border-color: #581845 !important
}

.agency-system-tile-teal > div > a, .agency-system-tile-teal > a {
    background-color: teal;
    border: 3px solid teal !important
}

.agency-system-tile-dirt > div > a, .agency-system-tile-dirt > a {
    background-color: #330;
    border: 3px solid #330 !important
}

.agency-system-tile-pink > div > a, .agency-system-tile-pink > a {
    background-color: #ff008d;
    border: 3px solid #ff008d !important
}

.agency-system-tile-loud > div > a, .agency-system-tile-loud > a {
    background-color: #03f;
    border: 3px solid #03f !important
}

.agency-system-tile-hover > a:hover {
    color: #d6e3ff
}

.button-info {
    width: 50%;
    color: #3a4857 !important;
    background: #d6e3ff !important
}

    .button-info:active, .button-info:focus, .button-info:hover, [data-whatinput=mouse] .button-info:active, [data-whatinput=mouse] .button-info:focus, [data-whatinput=mouse] .button-info:hover, [data-whatinput=mouse] button:active:not(.submenu-toggle), [data-whatinput=mouse] button:focus:not(.submenu-toggle), [data-whatinput=mouse] button:hover:not(.submenu-toggle), [data-whatinput=touch] .button-info:active, [data-whatinput=touch] .button-info:focus, [data-whatinput=touch] button:active:not(.submenu-toggle), [data-whatinput=touch] button:focus:not(.submenu-toggle), [data-whatinputintent=keyboard] .button-info:active, [data-whatinputintent=keyboard] .button-info:focus, [data-whatinputintent=keyboard] .button-info:hover, [data-whatinputintent=keyboard] button:active:not(.submenu-toggle), [data-whatinputintent=keyboard] button:focus:not(.submenu-toggle), [data-whatinputintent=keyboard] button:hover:not(.submenu-toggle), button:active:not(.submenu-toggle), button:focus:not(.submenu-toggle), button:hover:not(.submenu-toggle) {
        background: #d6e3ff !important;
        color: #00215f !important
    }

.accordion {
    margin-top: 50px
}

.accordion-header {
    width: 100% !important
}

.display-none {
    display: none
}

.medium-12 {
    width: 100%
}

.large-5 {
    width: 41.66667%
}

.large-7 {
    width: 58.33333%
}

.wrapp-nopad {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 100%
}

    .wrapp-nopad:after, .wrapp-nopad:before {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .wrapp-nopad:after {
        clear: both
    }

.wrapp-nopad-150 {
    padding-top: 0;
    padding-bottom: 150px;
    display: block;
    width: 100%
}

    .wrapp-nopad-150:after, .wrapp-nopad-150:before {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden
    }

    .wrapp-nopad-150:after {
        clear: both
    }

.bg-gry {
    background: #ebebeb
}

.lang-logo {
    width: 30px;
    height: 30px;
    max-width: 30px
}

.language-bar {
    font-weight: 400;
    padding: .25rem 1rem;
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 35px;
    background: #ebebeb;
    border-bottom: 1px solid #464646
}

    .language-bar .h3 {
        margin-bottom: 0
    }

    .language-bar div {
        font-size: .8rem;
        line-height: .9em
    }

    .language-bar a {
        color: #333;
        display: inline-block
    }

.language-bar-left {
    margin-right: auto;
    max-width: 60%
}

    .language-bar-left a {
        padding-left: .5em
    }

        .language-bar-left a:active, .language-bar-left a:focus, .language-bar-left a:hover, [data-whatinput=mouse] .language-bar-left a:active, [data-whatinput=mouse] .language-bar-left a:focus, [data-whatinput=mouse] .language-bar-left a:hover, [data-whatinput=touch] .language-bar-left a:active, [data-whatinput=touch] .language-bar-left a:focus, [data-whatinputintent=keyboard] .language-bar-left a:active, [data-whatinputintent=keyboard] .language-bar-left a:focus, [data-whatinputintent=keyboard] .language-bar-left a:hover {
            text-decoration: underline
        }

    .language-bar-left a, .language-bar-left span {
        line-height: 1.1rem
    }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left
}

.column.row.row, .row.row.columns {
    float: none
}

.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.outline {
    display: block;
    padding: 1.125em;
    background: #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .outline h1, .outline h2, .outline h3, .outline h4, .outline h5, .outline p {
        color: #fff;
        font-weight: 700
    }

    .outline.outline_wht h1, .outline.outline_wht p {
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .outline.outline_wht:active, .outline.outline_wht:focus, .outline.outline_wht:hover, [data-whatinput=mouse] .outline.outline_wht:active, [data-whatinput=mouse] .outline.outline_wht:focus, [data-whatinput=mouse] .outline.outline_wht:hover, [data-whatinput=touch] .outline.outline_wht:active, [data-whatinput=touch] .outline.outline_wht:focus, [data-whatinputintent=keyboard] .outline.outline_wht:active, [data-whatinputintent=keyboard] .outline.outline_wht:focus, [data-whatinputintent=keyboard] .outline.outline_wht:hover {
        background: #fff
    }

        .outline.outline_wht:active h1, .outline.outline_wht:active p, .outline.outline_wht:focus h1, .outline.outline_wht:focus p, .outline.outline_wht:hover h1, .outline.outline_wht:hover p, [data-whatinput=mouse] .outline.outline_wht:active h1, [data-whatinput=mouse] .outline.outline_wht:active p, [data-whatinput=mouse] .outline.outline_wht:focus h1, [data-whatinput=mouse] .outline.outline_wht:focus p, [data-whatinput=mouse] .outline.outline_wht:hover h1, [data-whatinput=mouse] .outline.outline_wht:hover p, [data-whatinput=touch] .outline.outline_wht:active h1, [data-whatinput=touch] .outline.outline_wht:active p, [data-whatinput=touch] .outline.outline_wht:focus h1, [data-whatinput=touch] .outline.outline_wht:focus p, [data-whatinputintent=keyboard] .outline.outline_wht:active h1, [data-whatinputintent=keyboard] .outline.outline_wht:active p, [data-whatinputintent=keyboard] .outline.outline_wht:focus h1, [data-whatinputintent=keyboard] .outline.outline_wht:focus p, [data-whatinputintent=keyboard] .outline.outline_wht:hover h1, [data-whatinputintent=keyboard] .outline.outline_wht:hover p {
            color: #464646
        }

    .outline.outline_wht_title h1, .outline.outline_wht_title p {
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .outline.outline_slate {
        border: 2px solid #464646
    }

        .outline.outline_slate h1, .outline.outline_slate p {
            color: #464646;
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out
        }

        .outline.outline_slate:active, .outline.outline_slate:focus, .outline.outline_slate:hover, [data-whatinput=mouse] .outline.outline_slate:active, [data-whatinput=mouse] .outline.outline_slate:focus, [data-whatinput=mouse] .outline.outline_slate:hover, [data-whatinput=touch] .outline.outline_slate:active, [data-whatinput=touch] .outline.outline_slate:focus, [data-whatinputintent=keyboard] .outline.outline_slate:active, [data-whatinputintent=keyboard] .outline.outline_slate:focus, [data-whatinputintent=keyboard] .outline.outline_slate:hover {
            background: #fff
        }

    .outline.outline_slatealt h1, .outline.outline_slatealt p {
        color: #fff;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .outline.outline_slatealt:active, .outline.outline_slatealt:focus, .outline.outline_slatealt:hover, [data-whatinput=mouse] .outline.outline_slatealt:active, [data-whatinput=mouse] .outline.outline_slatealt:focus, [data-whatinput=mouse] .outline.outline_slatealt:hover, [data-whatinput=touch] .outline.outline_slatealt:active, [data-whatinput=touch] .outline.outline_slatealt:focus, [data-whatinputintent=keyboard] .outline.outline_slatealt:active, [data-whatinputintent=keyboard] .outline.outline_slatealt:focus, [data-whatinputintent=keyboard] .outline.outline_slatealt:hover {
        background: #464646;
        border: .125em solid #464646
    }

.row {
    margin-right: 0;
    margin-left: 0
}

a {
    line-height: inherit;
    color: #00215f;
    text-decoration: none;
    cursor: pointer;
}

a {
    white-space: nowrap;
}

    a img {
        border: 0
    }

.footer-item-last-row {
    float: left;
    list-style: none;
    font-size: larger
}

.pt25 {
    padding-top: 25px
}

.pt50 {
    padding-top: 50px
}

table {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
    border: 1px solid #000
}

.table td, .table th {
    padding: .2rem;
    border: none;
    vertical-align: middle
}

    .table td:not(:last-child) {
        border-right: 1px solid #dcdcdc
    }

tfoot, thead {
    background-color: #00215f;
    color: #fff;
    padding: 0
}

.table thead th {
    border-bottom: 1px solid #000
}

.bg-green {
    background: #136629;
    color: #fff
}

.bg-grylite {
    background: #bac8da
}

.bg-primary {
    background-color: #00215f !important;
    color: #fff
}

.bg-info {
    background-color: #3a4857 !important;
    color: #fff
}

.text-success {
    color: #136629 !important
}

ul.ui-autocomplete.ui-menu {
    width: .5em;
    list-style-type: none;
    background-color: #fff;
    border: 1px solid #00215f;
    padding: 0 10px
}

    ul.ui-autocomplete.ui-menu li {
        color: #00215f
    }

    ul.ui-autocomplete.ui-menu .ui-menu-item:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
        cursor: default;
        background-color: #00215f;
        color: #fff
    }

.ui-helper-hidden-accessible {
    display: none
}


.grecaptcha-badge {
    bottom: 50px !important;
}


body, h1 {
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}


.body {
    position: relative;
    height: 100vh;
    margin-bottom: 0px;
    padding-bottom: 0px;
    top: 0px;
}

.flexBoxStyle {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.renderBodyDivStyle {
    display:block;
    min-height:100%;
}

html {
    height: 100% !important;
    min-height: 100vh !important;
    min-width: 100vw;
}

.kl_banner {
    background-color: #e8edff;
}


@media (max-width:475.98px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 18px;
    }

    h3, p, label, span, button {
        font-size: 12px;
    }

    .navbar-nav > .nav-item {
        font-size: 18px;
        font-weight: bold
    }

    .btn-primary, .footer-nav > .nav-item {
        font-size: 14px !important
    }
}

@media (min-width:475.98px) and (max-width:575.98px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 18px;
    }

    h3, p, label, span, button {
        font-size: 14px;
    }

    .navbar-nav > .nav-item {
        font-size: 18px;
        font-weight: bold
    }

    footer #state-footer-nav .footer-menu {
        padding: 0
    }

    .btn-primary, .footer-nav > .nav-item {
        font-size: 14px !important
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 18px;
    }

    h3, p, label, span, button {
        font-size: 14px;
    }

    .navbar-nav > .nav-item {
        font-size: 18px;
        font-weight:bold
    }

    .btn-primary, .footer-nav > .nav-item {
        font-size: 14px !important
    }
}


@media (max-width:767.98px) {
    .payback-brand {
        margin: 0
    }

    .progress-indicator {
        margin-top: 80px;
        padding: 0;
        text-transform: uppercase;
        margin-bottom: 0 !important
    }

        .progress-indicator > li:nth-child(1) {
            position: absolute;
            left: 0;
            right: 0;
            margin-top: -80px !important
        }

        .progress-indicator > li:nth-child(n+2) {
            margin-top: 15px !important
        }

        .progress-indicator > li:nth-child(2) .bubble:before {
            content: none
        }

        .progress-indicator > li:nth-child(2) .bubble:after {
            width: 50%
        }

    .plc-input, .issue-input {
        margin-top: 40px
    }
}

/*@media (max-width:767.98px) {
    .navbar-nav {
        display: inline
    }
}*/

@media (min-width:768px) and (max-width:991.98px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 18px;
    }

    h3, p, span, label, button {
        font-size: 14px;
    }

    .navbar-nav > .nav-item {
        font-size: 18px;
        font-weight:bold
    }

    .btn-primary, .footer-nav > .nav-item {
        font-size: 14px !important
    }
}

@media (max-width:991.98px) {
    .navbar-nav {
        display:inline
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 18px;
    }

    h3, p, span, label, button {
        font-size: 14px;
    }

    .navbar-nav > .nav-item {
        font-size: 18px;
        font-weight: bold
    }

    .btn-primary, .footer-nav > .nav-item {
        font-size: 14px !important
    }
}


/*@media (min-width:992px) {
    .form-section {
        margin-left: 7rem !important;
        margin-right: 7rem !important
    }
}*/

@media (min-width:1200px) and (max-width:1399.98px) {
    h1 {
        font-size: 40px;
    }

    h2 {
         font-size: 18px;
    }

    h3, p, span, label, button {
        font-size: 14px;
    }

    .navbar-nav > .nav-item {
        font-size: 18px;
        font-weight:bold
    }

    .btn-primary, .footer-nav > .nav-item {
        font-size: 14px !important
    }
}

@media (min-width:1400px) {
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 18px;
    }

    h3, p, span,label, button {
        font-size: 14px;
    }

    .navbar-nav > .nav-item {
        font-size: 18px;
        font-weight:bold
    }

    .btn-primary, .footer-nav > .nav-item {
        font-size: 14px !important
    }
}
