/* Minification failed. Returning unminified contents.
(1851,20): run-time error CSS1030: Expected identifier, found ' '
(2354,41): run-time error CSS1046: Expect comma, found '0'
(2354,45): run-time error CSS1046: Expect comma, found '/'
(16920,37): run-time error CSS1046: Expect comma, found '0'
(16920,41): run-time error CSS1046: Expect comma, found '/'
 */

@font-face {
    font-family: 'GillSans';
    src: url('/fonts/FEZ/GillSans.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSans.woff') format('woff'), url('/fonts/FEZ/GillSans.ttf') format('truetype'), url('/fonts/FEZ/GillSans.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansLight';
    src: url('/fonts/FEZ/GillSansLight.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSansLight.woff') format('woff'), url('/fonts/FEZ/GillSansLight.ttf') format('truetype'), url('/fonts/FEZ/GillSansLight.svg#GillSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-SemiBold';
    src: url('/fonts/FEZ/GillSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSans-SemiBold.woff') format('woff'), url('/fonts/FEZ/GillSans-SemiBold.ttf') format('truetype'), url('/fonts/FEZ/GillSans-SemiBold.svg#GillSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaLTStd-DemiBold';
    src: url('/fonts/FEZ/OptimaLTStd-DemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.otf') format('opentype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.woff') format('woff'), url('/fonts/FEZ/OptimaLTStd-DemiBold.ttf') format('truetype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.svg#OptimaLTStd-DemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zapfino';
    src: url('/fonts/FEZ/Zapfino.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/Zapfino.woff') format('woff'), url('/fonts/FEZ/Zapfino.ttf') format('truetype'), url('/fonts/FEZ/Zapfino.svg#Zapfino') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('/fonts/FEZ/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/Avenir-Heavy.woff') format('woff'), url('/fonts/FEZ/Avenir-Heavy.ttf') format('truetype'), url('/fonts/FEZ/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('/styles/avenir/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('/styles/avenir/Avenir-Light.woff') format('woff'), url('/styles/avenir/Avenir-Light.ttf') format('truetype'), url('/styles/avenir/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutraText-Book';
    src: url('/fonts/FEZ/NeutraText-Book.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

/*#divLoginPopUp {display:none;}*/

#divLoginPopUp .modal-content {
    border: 2px solid #410166;
    width: 385px;
    min-height: 480px;
    margin: 0 auto;
    background-color: #fafafa;
    border-radius: 0px
}

#divLoginPopUp .divLoginPopUp_body {
    padding: 25px 26px 33px;
    position: relative;
    font-family: 'GillSans-SemiBold';
}

#divLoginPopUp .loginCloseXPopup {
    position: absolute;
    right: 15px;
    top: 15px
}

#divLoginPopUp .loginheading {
    font-size: 25px;
    color: #410166;
    line-height: 25px;
    font-family: 'GillSans-SemiBold';
    text-transform: uppercase;
    margin: 5px auto 24px;
    text-align: center
}

#divLoginPopUp .loginform {
    width: 208px;
    margin: 0 auto 35px
}

    #divLoginPopUp .loginform table {
        width: 100%
    }

    #divLoginPopUp .loginform .loginfield {
        margin-bottom: 10px
    }

    #divLoginPopUp .loginform lable {
        font-family: 'GillSans';
        color: #410166;
        line-height: 15px;
        font-size: 10px;
        text-align: left;
        display: block;
        min-height: 15px
    }

    #divLoginPopUp .loginform .form-control {
        border: 0px;
        border-bottom: 2px solid #410166;
        border-radius: 0px;
        width: 100% !important;
        background: transparent;
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        padding-left: 0px;
        padding-right: 0px;
        font-family: 'GillSansLight';
        font-size: 18px;
        color: #000000;
        height: 25px;
        line-height: 25px;
        padding: 0px
    }

        #divLoginPopUp .loginform .form-control.errorinput {
            border-bottom: 2px solid #c0202a;
        }

        #divLoginPopUp .loginform .form-control.sucessinput { /*border-bottom: 2px solid #0d802e;*/
        }

        #divLoginPopUp .loginform .form-control:focus {
            box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
        }

    #divLoginPopUp .loginform .rembtext, #divLoginPopUp .loginform .rembtext span {
        font-family: 'GillSansLight';
        font-size: 15px;
        color: #7e7e7e;
        text-align: left;
    }

    #divLoginPopUp .loginform .signinbtn {
        display: block;
        background: #fff;
        border: 1px solid #57307a;
        border-radius: 20px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 30px auto 5px;
        transition: all ease-out 0.5s;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        font-family: 'GillSans-SemiBold';
        font-size: 14px;
        color: #410260;
        width: 158px;
        height: 28px;
        line-height: 30px
    }

        #divLoginPopUp .loginform .signinbtn:hover {
            background-color: #57307a;
            color: #FFF !important;
            transition: all ease-in 0.5s;
            -webkit-transition: all ease-in 0.5s;
            -moz-transition: all ease-in 0.5s;
            font-family: 'GillSans-SemiBold' !important;
            font-size: 14px;
        }

#divLoginPopUp .checkbox label {
    padding-left: 0px
}

    #divLoginPopUp .checkbox label:after {
        content: '';
        display: table;
        clear: both
    }

#divLoginPopUp .checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0em;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: .5em
}

    #divLoginPopUp .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 0%
    }

#divLoginPopUp .checkbox label input[type="checkbox"] {
    display: none
}

    #divLoginPopUp .checkbox label input[type="checkbox"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in
    }

    #divLoginPopUp .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1
    }

    #divLoginPopUp .checkbox label input[type="checkbox"]:disabled + .cr {
        opacity: .5
    }

#divLoginPopUp .loginsocial {
    margin-top: 30px
}

    #divLoginPopUp .loginsocial .loginsocialheading {
        font-family: 'GillSans-SemiBold';
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 7px;
        color: #410260;
        text-align: center
    }

    #divLoginPopUp .loginsocial .loginsociallist {
        margin: 0px;
        padding: 0px;
        list-style: none;
        text-align: center
    }

        #divLoginPopUp .loginsocial .loginsociallist li {
            display: inline-block;
            margin-right: 20px
        }

            #divLoginPopUp .loginsocial .loginsociallist li:last-child {
                margin-right: 0px
            }

#divLoginPopUp .loginfooterlink {
    font-family: 'GillSans-SemiBold';
    font-size: 15px;
    line-height: 17px;
    color: #410260;
    text-align: center;
    width: 325px;
    margin: 0 auto
}

    #divLoginPopUp .loginfooterlink .loginfooterleft {
        float: left;
        width: 140px;
    }

    #divLoginPopUp .loginfooterlink .loginfooterright {
        float: right;
        width: 120px
    }

    #divLoginPopUp .loginfooterlink a {
        color: #410260;
        text-decoration: underline
    }

        #divLoginPopUp .loginfooterlink a:hover {
            color: #c0202a
        }
    /*#divLoginPopUp .loginfooterlink .loginfooterleft:hover,#divLoginPopUp .loginfooterlink .loginfooterleft:hover a,#divLoginPopUp .loginfooterlink .loginfooterright:hover,#divLoginPopUp .loginfooterlink .loginfooterright:hover a{color:#c01f2a}*/
    .msgAspNetdefault,
    #divLoginPopUp .loginfooterlink .loginfooterleft.active,
    #divLoginPopUp .loginfooterlink .loginfooterleft.active a,
    #divLoginPopUp .loginfooterlink .loginfooterleft:hover, #divLoginPopUp .loginfooterlink .loginfooterleft:hover a, #divLoginPopUp .loginfooterlink .loginfooterright:hover, #divLoginPopUp .loginfooterlink .loginfooterright:hover a {
        color: #c0202a
    }

    #divLoginPopUp .loginfooterlink .loginfooterclr {
        clear: both;
        display: block;
        content: "";
    }

#divLoginPopUp #imgShowHideUser.ImgshowPw {
    content: url(/Images/FEZ/frlogin_username_icon.png);
}

#divLoginPopUp #imgShowHidePassWord.ImgshowPw {
    content: url(/Images/FEZ/frlogin_pass-icon.png);
    cursor: pointer;
}

#divLoginPopUp #imgShowHidePassWord {
    content: url(/Images/FEZ/frlogin_passlock-icon.png?V=2);
}

#divLoginPopUp .loginform .loginemailtext {
    position: relative
}

    #divLoginPopUp .loginform .loginemailtext .floating-label {
        position: absolute;
        pointer-events: none;
        top: 22px;
        left: 0px;
        transition: 0.2s ease all;
        font-family: 'GillSansLight';
        color: #7e7e7e;
        font-size: 18px
    }

    #divLoginPopUp .loginform .loginemailtext input:focus ~ .floating-label, #divLoginPopUp .loginform .loginemailtext input.activeinput ~ .floating-label {
        top: 0px;
        left: 0px;
        font-size: 10px;
        opacity: 1;
        font-family: 'GillSans';
        color: #410166
    }

#imgShowHidePassWord {
    position: absolute;
    right: 0px;
    top: 15px
}

#imgShowHideUser {
    position: absolute;
    right: 0px;
    top: 15px
}

.msgAspNetdefault {
    font-size: 14px;
    font-family: 'GillSans'
}

#divLoginPopUp .loginform .loginemailtext .msgErrorUserId {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-family: 'GillSans';
    color: #c0202a
}

#divLoginPopUp .loginform .loginemailtext input.activeinput {
}

#divLoginPopUp .loginform .loginemailtext .hightlightline {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    background-color: #0D802E;
    transition: all ease-out 1s;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
}

#divLoginPopUp .loginform .loginemailtext input.activeinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
}

#divLoginPopUp .loginform .loginemailtext input.sucessinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 3s;
    -webkit-transition: all ease-in 3s;
    -moz-transition: all ease-in 3s;
    background-color: #0d802e;
}

#divLoginPopUp .loginform .loginemailtext input.errorinput ~ .hightlightline {
    width: 0px
}

#divLoginPopUp .loginform .loginemailtext .floating-label.fontcolor1 {
    color: #7e7e7e
}
/*ST-2266*/
.modal-backdrop.show {
    opacity: 0 !important;
}

#divRegister .modal-content {
    border: 2px solid #410166;
    width: 420px;
    min-height: 627px;
    margin: 0 auto;
    background-color: #fafafa;
    border-radius: 0px
}

#divRegister .divRegPopUp_body {
    padding: 26px 26px 25px;
    position: relative;
    font-family: 'GillSans-SemiBold';
}

#divRegister .RegCloseXPopup {
    position: absolute;
    right: 15px;
    top: 15px
}

#divRegister .Regheading {
    font-size: 25px;
    color: #410166;
    line-height: 30px;
    font-family: 'GillSans-SemiBold';
    text-transform: uppercase;
    margin: 7px auto 0px;
    text-align: center
}

#divRegister .SubRegheading {
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    font-family: 'GillSansLight';
    margin: 0px auto 20px;
    text-align: center
}

#divRegister .Regform {
    width: 288px;
    margin: 0 auto 25px
}

    #divRegister .Regform .Regfield {
        margin-bottom: 10px;
        text-align: left;
        position: relative
    }

    #divRegister .Regform lable {
        font-family: 'GillSans';
        color: #410166;
        line-height: 15px;
        font-size: 10px;
        text-align: left;
        display: block;
        min-height: 15px
    }

    #divRegister .Regform .form-control {
        border: 0px;
        border-bottom: 2px solid #410166;
        border-radius: 0px;
        width: 100% !important;
        background: transparent;
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        padding-left: 0px;
        padding-right: 0px;
        font-family: 'GillSansLight';
        font-size: 18px;
        color: #000000;
        height: 25px;
        line-height: 25px;
        padding: 0px
    }

        #divRegister .Regform .form-control.errorinput {
            border-bottom: 2px solid #c0202a;
        }

        #divRegister .Regform .form-control.sucessinput { /*border-bottom: 2px solid #0d802e;*/
        }

        #divRegister .Regform .form-control:focus {
            box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
        }

    #divRegister .Regform .rembtext, #divRegister .Regform .rembtext span {
        font-family: 'GillSansLight';
        font-size: 15px;
        color: #7e7e7e;
        text-align: left;
    }

    #divRegister .Regform .signinbtnREG {
        display: block;
        background: #fff;
        border: 1px solid #57307a;
        border-radius: 20px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 30px auto 5px;
        transition: all ease-out 0.5s;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        font-family: 'GillSans-SemiBold';
        font-size: 14px;
        color: #410260;
        width: 113px;
        height: 25px;
        line-height: 25px
    }

        #divRegister .Regform .signinbtnREG:hover {
            background-color: #57307a;
            color: #FFF !important;
            transition: all ease-in 0.5s;
            -webkit-transition: all ease-in 0.5s;
            -moz-transition: all ease-in 0.5s;
            font-family: 'GillSans-SemiBold' !important;
            font-size: 14px;
        }

#divRegister .Regfooterlink {
    font-family: 'GillSans-SemiBold';
    font-size: 15px;
    line-height: 17px;
    color: #410260;
    text-align: center;
    width: 370px;
    margin: 0 auto
}

    #divRegister .Regfooterlink .Regfooterleft {
        float: left;
        width: 140px;
    }

    #divRegister .Regfooterlink .Regfooterright {
        float: right;
        width: 220px;
        margin-right: -10px;
    }

    #divRegister .Regfooterlink a {
        color: #410260;
        text-decoration: underline
    }

        #divRegister .Regfooterlink a:hover {
            color: #c0202a
        }

    #divRegister .Regfooterlink .Regfooterleft.active,
    #divRegister .Regfooterlink .Regfooterleft.active a,
    #divRegister .Regfooterlink .Regfooterleft:hover, #divRegister .Regfooterlink .Regfooterleft:hover a, #divRegister .Regfooterlink .Regfooterright:hover, #divRegister .Regfooterlink .Regfooterright:hover a {
        color: #c0202a
    }

    #divRegister .Regfooterlink .Regfooterclr {
        clear: both;
        display: block;
        content: "";
    }

#imgVJSPLShowHidePassWord.ImgshowPw,
#divRegister #imgRegShowHideUser.ImgshowPw {
    content: url(/Images/FEZ/frlogin_username_icon.png);
}

#imgVJSPLShowHidePassWord.ImgshowPw,
#divRegister #imgRegShowHidePassWord.ImgshowPw {
    content: url(/Images/FEZ/frlogin_pass-icon.png);
}

#imgVJSPLShowHidePassWord,
#divRegister #imgRegShowHidePassWord {
    content: url(/Images/FEZ/frlogin_passlock-icon.png?V=2);
    cursor: pointer;
}

#imgVJSPLShowHidePassWord {
    position: absolute;
    right: 55px;
}


#divRegister .Regform .RegFtext {
    position: relative
}

    #divRegister .Regform .RegFtext .floating-label {
        position: absolute;
        pointer-events: none;
        top: 22px;
        left: 0px;
        transition: 0.2s ease all;
        font-family: 'GillSansLight';
        color: #7e7e7e;
        font-size: 18px
    }

    #divRegister .Regform .RegFtext input:focus ~ .floating-label, #divRegister .Regform .RegFtext input.activeinput ~ .floating-label {
        top: 0px;
        left: 0px;
        font-size: 10px;
        opacity: 1;
        font-family: 'GillSans';
        color: #410166
    }

#imgRegShowHidePassWord {
    position: absolute;
    right: 0px;
    top: 15px
}

#imgRegShowHideUser {
    position: absolute;
    right: 0px;
    top: 15px
}

#divRegister .Regform .RegFtext .msgErrorUserId {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-family: 'GillSans';
    color: #c0202a
}

#divRegister .Regform .RegFtext input.activeinput {
}

#divRegister .Regform .RegFtext .hightlightline {
    content: "";
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    background-color: #0D802E;
    transition: all ease-out 1s;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
}

#divRegister .Regform .RegFtext input.activeinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
}

#divRegister .Regform .RegFtext input.sucessinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 3s;
    -webkit-transition: all ease-in 3s;
    -moz-transition: all ease-in 3s;
    background-color: #0d802e;
}

#divRegister .Regform .RegFtext input.errorinput ~ .hightlightline {
    width: 0px
}

#divRegister .Regform .sublabel {
    font-family: 'GillSans';
    color: #7e7e7e;
    font-size: 12px;
    line-height: 25px
}

#divRegister .Regform .greentext {
    color: #0d802e;
}

#divRegister .Regform .redtext {
    color: #c0202a;
}

#divRegister .Regform .checkbox {
    margin-left: 44px;
}

.mtb5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}

.mb5 {
    margin-bottom: -5px !important;
}

#divRegister .Regform .RegFtext .astrick {
    color: #57307a;
    font-family: 'GillSans-SemiBold';
    position: absolute;
    left: -12px;
    top: 5px;
}

#divRegister .Regform .sublabel.lblPwRquriment {
    color: #7e7e7e
}

#divRegister .Regform .sublabel.sublabel1 {
    font-family: 'GillSansLight';
}

#divRegister .Regform .sublabel.sublabel2 {
    font-family: 'Avenir-Light';
    font-size: 13px;
}
/*.redtext .spanlblPwInner,
.greentext .spanlblPwInner {display:none;}*/

#divRegisterThanks .modal-content {
    border: 2px solid #410166;
    width: 480px;
    min-height: 350px;
    margin: 0 auto;
    background-color: #fafafa;
    border-radius: 0px
}

#divRegisterThanks .divRegTPopUp_body {
    padding: 65px 35px 37px;
    position: relative;
}

#divRegisterThanks .RegTCloseXPopup {
    position: absolute;
    right: 24px;
    top: 24px
}

#divRegisterThanks .RegTheading {
    font-size: 55px;
    color: #410166;
    line-height: 83px;
    font-family: 'Zapfino';
    margin: 7px auto 0px;
    text-align: center
}

#divRegisterThanks .RegTdesc {
    font-family: 'GillSansLight';
    color: #000000;
    text-align: center;
    font-size: 18px;
    line-height: 24px
}

#divRegisterThanks .RegTGreatlink {
    margin-top: 16px;
    text-align: center
}

    #divRegisterThanks .RegTGreatlink .RegTGreatBtn {
        display: block;
        background: #fff;
        border: 1px solid #57307a;
        border-radius: 20px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 30px auto 5px;
        transition: all ease-out 0.5s;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        font-family: 'Avenir-Heavy';
        font-size: 15px;
        color: #410260;
        width: 122px;
        height: 28px;
        line-height: 30px
    }

        #divRegisterThanks .RegTGreatlink .RegTGreatBtn:hover {
            background-color: #57307a;
            color: #FFF !important;
            transition: all ease-in 0.5s;
            -webkit-transition: all ease-in 0.5s;
            -moz-transition: all ease-in 0.5s;
            font-family: 'Avenir-Heavy';
            font-size: 15px;
        }
/* ST-1977 */
#divForgotPwPopUp .modal-content {
    border: 2px solid #410166;
    width: 411px;
    min-height: 294px;
    margin: 0 auto;
    background-color: #fafafa;
    border-radius: 0px
}

#divForgotPwPopUp .divFPWPopUp_body {
    padding: 28px 23px 28px;
    position: relative;
    font-family: 'GillSans-SemiBold';
}

#divForgotPwPopUp .FPWCloseXPopup {
    position: absolute;
    right: 15px;
    top: 15px
}

#divForgotPwPopUp .FPWheading {
    font-size: 24px;
    color: #410166;
    line-height: 29px;
    font-family: 'GillSans-SemiBold';
    text-transform: uppercase;
    margin: 7px auto 0px;
    text-align: center
}

#divForgotPwPopUp .SubFPWheading {
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    font-family: 'GillSans-SemiBold';
    margin: 5px auto 20px;
    text-align: center;
    width: 355px
}

#divForgotPwPopUp .divSubFPCallUs {
    font-size: 14px;
    color: #000000;
    font-family: 'GillSans-SemiBold';
    margin: 14px auto 20px;
    text-align: center;
}

#divForgotPwPopUp .FPWform {
    width: 288px;
    margin: 0 auto 40px
}

    #divForgotPwPopUp .FPWform .FPWfield {
        margin-bottom: 10px;
        text-align: left;
        position: relative
    }

    #divForgotPwPopUp .FPWform lable {
        font-family: 'GillSans';
        color: #410166;
        line-height: 15px;
        font-size: 10px;
        text-align: left;
        display: block;
        min-height: 15px
    }

    #divForgotPwPopUp .FPWform .form-control {
        border: 0px;
        border-bottom: 2px solid #410166;
        border-radius: 0px;
        width: 100% !important;
        background: transparent;
        box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
        padding-left: 0px;
        padding-right: 0px;
        font-family: 'GillSansLight';
        font-size: 18px;
        color: #000000;
        height: 25px;
        line-height: 25px;
        padding: 0px
    }

        #divForgotPwPopUp .FPWform .form-control.errorinput {
            border-bottom: 2px solid #c0202a;
        }

        #divForgotPwPopUp .FPWform .form-control.sucessinput { /*border-bottom: 2px solid #0d802e;*/
        }

        #divForgotPwPopUp .FPWform .form-control:focus {
            box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
        }

    #divForgotPwPopUp .FPWform .signinbtn {
        display: block;
        background: #fff;
        border: 1px solid #57307a;
        border-radius: 20px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 20px auto 5px;
        transition: all ease-out 0.5s;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        font-family: 'GillSans-SemiBold';
        font-size: 14px;
        color: #410260;
        width: 240px;
        height: 29px;
        line-height: 30px;
        cursor: pointer;
    }

        #divForgotPwPopUp .FPWform .signinbtn:hover {
            background-color: #57307a;
            color: #FFF !important;
            transition: all ease-in 0.5s;
            -webkit-transition: all ease-in 0.5s;
            -moz-transition: all ease-in 0.5s;
            font-family: 'GillSans-SemiBold' !important;
            font-size: 14px;
        }

#divForgotPwPopUp .FPWfooterlink {
    font-family: 'GillSans-SemiBold';
    font-size: 15px;
    line-height: 18px;
    color: #410260;
    text-align: center;
    width: 370px;
    margin: 0 auto 0px
}

    #divForgotPwPopUp .FPWfooterlink .FPWfooterleft {
        float: left;
        width: 145px;
    }

    #divForgotPwPopUp .FPWfooterlink .FPWfooterright {
        float: right;
        width: 155px
    }

    #divForgotPwPopUp .FPWfooterlink a {
        color: #410260;
        text-decoration: underline
    }

        #divForgotPwPopUp .FPWfooterlink a:hover {
            color: #0066ff
        }

    #divForgotPwPopUp .FPWfooterlink .FPWfooterright.active,
    #divForgotPwPopUp .FPWfooterlink .FPWfooterright.active a,
    #divForgotPwPopUp .FPWfooterlink .FPWfooterright:hover, #divForgotPwPopUp .FPWfooterlink .FPWfooterright:hover a, #divForgotPwPopUp .FPWfooterlink .FPWfooterright:hover, #divForgotPwPopUp .FPWfooterlink .FPWfooterright:hover a {
        color: #0066ff
    }

    #divForgotPwPopUp .FPWfooterlink .FPWfooterclr {
        clear: both;
        display: block;
        content: "";
    }

#divForgotPwPopUp .FPWform .FPWFtext .msgErrorUserId {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-family: 'GillSans';
    color: #c0202a
}

#divForgotPwPopUp .FPWform .FPWFtext input.activeinput {
}

#divForgotPwPopUp .FPWform .FPWFtext .hightlightline {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    background-color: #0D802E;
    transition: all ease-out 1s;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
}

#divForgotPwPopUp .FPWform .FPWFtext input.activeinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
}

#divForgotPwPopUp .FPWform .FPWFtext input.sucessinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 3s;
    -webkit-transition: all ease-in 3s;
    -moz-transition: all ease-in 3s;
    background-color: #0d802e;
}

#divForgotPwPopUp .FPWform .FPWFtext input.errorinput ~ .hightlightline {
    width: 0px
}

#divForgotPwPopUp .FPWform .FPWFtext {
    position: relative
}

    #divForgotPwPopUp .FPWform .FPWFtext .floating-label {
        position: absolute;
        pointer-events: none;
        top: 22px;
        left: 0px;
        transition: 0.2s ease all;
        font-family: 'GillSansLight';
        color: #7e7e7e;
        font-size: 18px;
        right: 0;
        text-align: center
    }

    #divForgotPwPopUp .FPWform .FPWFtext input:focus ~ .floating-label, #divForgotPwPopUp .FPWform .FPWFtext input.activeinput ~ .floating-label {
        top: 0px;
        left: 0px;
        font-size: 10px;
        opacity: 1;
        font-family: 'GillSans';
        color: #410166;
        right: auto
    }

#divForgotPwPopUp .FPWsubmit1 {
    padding-top: 15px
}

    #divForgotPwPopUp .FPWsubmit1 .signinbtn1 {
        display: block;
        background: #fff;
        border: 1px solid #57307a;
        border-radius: 20px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 20px auto 5px;
        transition: all ease-out 0.5s;
        -webkit-transition: all ease-out 0.5s;
        -moz-transition: all ease-out 0.5s;
        font-family: 'GillSans-SemiBold';
        font-size: 14px;
        color: #410260;
        width: 150px;
        height: 28px;
        line-height: 30px
    }

        #divForgotPwPopUp .FPWsubmit1 .signinbtn1:hover {
            background-color: #57307a;
            color: #FFF !important;
            transition: all ease-in 0.5s;
            -webkit-transition: all ease-in 0.5s;
            -moz-transition: all ease-in 0.5s;
            font-family: 'GillSans-SemiBold' !important;
            font-size: 14px;
        }


#divEmailNotificationPopUp {
    text-align: center;
}

    /*#divEmailNotificationPopUp .modal-content {
        border: 2px solid #410166;
        width: 550px;
        min-height: 480px;
        margin: 0 auto;
        background-color: #fafafa;
        border-radius: 0px
    }*/

    #divEmailNotificationPopUp .divEmailNotificationPopUp_body {
        /*padding: 25px 26px 33px;
        position: relative;
        font-family: 'GillSans-SemiBold';*/
        width: 844px;
        height: 637px;
        margin: 1px 0 0 -150px;
        padding: 19px 20px 30px 45px;
        border: solid 2px #410166;
        background-color: #fafafa;
    }

    #divEmailNotificationPopUp .emailCloseXPopup {
        width: 20px;
        height: 20px;
        opacity: 0.5;
        float: right;
    }

        #divEmailNotificationPopUp .emailCloseXPopup a {
            float: right;
        }

    #divEmailNotificationPopUp .Please-invite-the-fo {
        width: 707px;
        height: 84px;
        margin: 20px 28px 21px 24px;
        font-family: Avenir;
        font-size: 25px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #171717;
    }

    #divEmailNotificationPopUp .loginform {
        /*width: 500px;
        margin: 0 auto 35px*/
    }

        #divEmailNotificationPopUp .loginform table {
            width: 100%
        }

            #divEmailNotificationPopUp .loginform table tbody tr th {
                text-align: left;
                font-family: Zapfino;
                font-size: 30px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                /* text-align: center; */
                color: #410166;
            }

        #divEmailNotificationPopUp .loginform .loginfield {
            margin-bottom: 10px
        }

        #divEmailNotificationPopUp .loginform lable {
            font-family: 'GillSans';
            color: #410166;
            line-height: 15px;
            font-size: 10px;
            text-align: left;
            display: block;
            min-height: 15px
        }

        #divEmailNotificationPopUp .loginform .form-control {
            border: 0px;
            border-bottom: 2px solid #410166;
            border-radius: 0px;
            width: 100% !important;
            background: transparent;
            box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
            padding-left: 0px;
            padding-right: 0px;
            font-family: 'GillSansLight';
            font-size: 18px;
            color: #000000;
            height: 25px;
            line-height: 25px;
            padding: 0px
        }

            #divEmailNotificationPopUp .loginform .form-control.personal-note {
                height: 41px;
                margin: 25px 0 0px 0px;
                border: solid 1px #979797;
                background-color: #ffffff;
            }

            #divEmailNotificationPopUp .loginform .form-control.email-text {
                width: 80% !important;
                border-bottom: solid 0.8px #5f5f5f;
            }

            #divEmailNotificationPopUp .loginform .form-control.errorinput {
                border-bottom: 2px solid #c0202a;
            }

            #divEmailNotificationPopUp .loginform .form-control.sucessinput { /*border-bottom: 2px solid #0d802e;*/
            }

            #divEmailNotificationPopUp .loginform .form-control:focus {
                box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
            }

        #divEmailNotificationPopUp .loginform .serial-no {
            border-radius: 50%;
            display: inline-block;
            width: 25px;
            height: 25px;
            margin: 30px 10px 0px 0;
            background-color: #e7e7e7;
            font-family: Avenir;
            font-size: 20px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
        }

        #divEmailNotificationPopUp .loginform .rembtext, #divEmailNotificationPopUp .loginform .rembtext span {
            font-family: 'GillSansLight';
            font-size: 15px;
            color: #7e7e7e;
            text-align: left;
        }

    #divEmailNotificationPopUp .invitesubmit {
        margin-top: 40px;
    }

    #divEmailNotificationPopUp .loginform .send-invites-btn {
        /*display: block;
            background: #fff;
            border: 1px solid #57307a;
            border-radius: 20px;
            text-transform: uppercase;
            text-decoration: none;
            margin: 30px auto 5px;
            transition: all ease-out 0.5s;
            -webkit-transition: all ease-out 0.5s;
            -moz-transition: all ease-out 0.5s;
            font-family: 'GillSans-SemiBold';
            font-size: 14px;
            color: #410260;
            width: 158px;
            height: 28px;
            line-height: 30px*/
        width: 241px;
        height: 37px;
        margin: 62px 261px 0 257px;
        padding: 8px 65px 7px 66px;
        border-radius: 25px;
        border: solid 2px #410166;
        background-color: #ffffff;
        font-family: Avenir;
        font-size: 16px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #410166;
        text-transform: uppercase;
        text-decoration: none;
    }

    #divEmailNotificationPopUp .checkbox label {
        padding-left: 0px
    }

        #divEmailNotificationPopUp .checkbox label:after {
            content: '';
            display: table;
            clear: both
        }

    #divEmailNotificationPopUp .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: 0em;
        width: 15px;
        height: 15px;
        float: left;
        margin-right: .5em
    }

        #divEmailNotificationPopUp .checkbox .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 0%
        }

    #divEmailNotificationPopUp .checkbox label input[type="checkbox"] {
        display: none
    }

        #divEmailNotificationPopUp .checkbox label input[type="checkbox"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in
        }

        #divEmailNotificationPopUp .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1
        }

        #divEmailNotificationPopUp .checkbox label input[type="checkbox"]:disabled + .cr {
            opacity: .5
        }

    #divEmailNotificationPopUp .loginsocial {
        margin-top: 30px
    }

        #divEmailNotificationPopUp .loginsocial .loginsocialheading {
            font-family: 'GillSans-SemiBold';
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 7px;
            color: #410260;
            text-align: center
        }

        #divEmailNotificationPopUp .loginsocial .loginsociallist {
            margin: 0px;
            padding: 0px;
            list-style: none;
            text-align: center
        }

            #divEmailNotificationPopUp .loginsocial .loginsociallist li {
                display: inline-block;
                margin-right: 20px
            }

                #divEmailNotificationPopUp .loginsocial .loginsociallist li:last-child {
                    margin-right: 0px
                }

    #divEmailNotificationPopUp .loginfooterlink {
        font-family: 'GillSans-SemiBold';
        font-size: 15px;
        line-height: 17px;
        color: #410260;
        text-align: center;
        width: 325px;
        margin: 0 auto
    }

        #divEmailNotificationPopUp .loginfooterlink .loginfooterleft {
            float: left;
            width: 140px;
        }

        #divEmailNotificationPopUp .loginfooterlink .loginfooterright {
            float: right;
            width: 120px
        }

        #divEmailNotificationPopUp .loginfooterlink a {
            color: #410260;
            text-decoration: underline
        }

            #divEmailNotificationPopUp .loginfooterlink a:hover {
                color: #c0202a
            }
        /*#divEmailNotificationPopUp .loginfooterlink .loginfooterleft:hover,#divEmailNotificationPopUp .loginfooterlink .loginfooterleft:hover a,#divEmailNotificationPopUp .loginfooterlink .loginfooterright:hover,#divEmailNotificationPopUp .loginfooterlink .loginfooterright:hover a{color:#c01f2a}*/
        .msgAspNetdefault,
        #divEmailNotificationPopUp .loginfooterlink .loginfooterleft.active,
        #divEmailNotificationPopUp .loginfooterlink .loginfooterleft.active a,
        #divEmailNotificationPopUp .loginfooterlink .loginfooterleft:hover, #divEmailNotificationPopUp .loginfooterlink .loginfooterleft:hover a, #divEmailNotificationPopUp .loginfooterlink .loginfooterright:hover, #divEmailNotificationPopUp .loginfooterlink .loginfooterright:hover a {
            color: #c0202a
        }

        #divEmailNotificationPopUp .loginfooterlink .loginfooterclr {
            clear: both;
            display: block;
            content: "";
        }

    #divEmailNotificationPopUp #imgShowHideUser.ImgshowPw {
        content: url(/Images/FEZ/frlogin_username_icon.png);
    }

    #divEmailNotificationPopUp #imgShowHidePassWord.ImgshowPw {
        content: url(/Images/FEZ/frlogin_pass-icon.png);
        cursor: pointer;
    }

    #divEmailNotificationPopUp #imgShowHidePassWord {
        content: url(/Images/FEZ/frlogin_passlock-icon.png?V=2);
    }

    #divEmailNotificationPopUp .loginform .loginemailtext {
        position: relative
    }

        #divEmailNotificationPopUp .loginform .loginemailtext .floating-label {
            position: absolute;
            pointer-events: none;
            top: 22px;
            left: 0px;
            transition: 0.2s ease all;
            font-family: 'GillSansLight';
            color: #7e7e7e;
            font-size: 18px
        }

        #divEmailNotificationPopUp .loginform .loginemailtext input:focus ~ .floating-label, #divEmailNotificationPopUp .loginform .loginemailtext input.activeinput ~ .floating-label {
            top: 0px;
            left: 0px;
            font-size: 10px;
            opacity: 1;
            font-family: 'GillSans';
            color: #410166
        }

    #divEmailNotificationPopUp .loginform.error-message {
        display: block;
        margin-top: 20px;
        color: red;
    }

#imgShowHidePassWord {
    position: absolute;
    right: 0px;
    top: 15px
}

#imgShowHideUser {
    position: absolute;
    right: 0px;
    top: 15px
}

.msgAspNetdefault {
    font-size: 14px;
    font-family: 'GillSans'
}

#divEmailNotificationPopUp .loginform .loginemailtext .msgErrorUserId {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-family: 'GillSans';
    color: #c0202a
}

#divEmailNotificationPopUp .loginform .loginemailtext input.activeinput {
}

#divEmailNotificationPopUp .loginform .loginemailtext .hightlightline {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    background-color: #0D802E;
    transition: all ease-out 1s;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
}

#divEmailNotificationPopUp .loginform .loginemailtext input.activeinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
}

#divEmailNotificationPopUp .loginform .loginemailtext input.sucessinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 3s;
    -webkit-transition: all ease-in 3s;
    -moz-transition: all ease-in 3s;
    background-color: #0d802e;
}

#divEmailNotificationPopUp .loginform .loginemailtext input.errorinput ~ .hightlightline {
    width: 0px
}

#divEmailNotificationPopUp .loginform .loginemailtext .floating-label.fontcolor1 {
    color: #7e7e7e
}
/*ST-2266*/
.modal-backdrop.show {
    opacity: 0 !important;
}


@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    .verify_me_div {
        width: 100% !important;
    }

    .keep_private_div {
        width: 100% !important;
    }
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

/*Review Screen CSS*/

.txtCenter {
    text-align: center;
}

.TxtRight, .txtRight {
    text-align: right;
}

.TxtLeft, .txtLeft {
    text-align: left;
}

.txtUpper {
    text-transform: uppercase;
}

.position_rel {
    position: relative;
}

.company_logo {
    width: 82px;
    height: 81px;
    vertical-align: middle;
    padding-right: 8px;
}

.MuiSvgIcon-root {
    font-size: 25px;
}

.justifyCenter {
    justify-content: center;
    flex-direction: row;
    margin: auto;
    width: 97%;
}

.padding_top_65 {
    padding-top: 65px;
}

.padding_top_30 {
    padding-top: 30px;
}

.no-padding {
    padding: 0 !important;
}

.rating_block {
    width: 46%;
    height: 400px;
    border: 2px solid #410166;
    background-color: #f7f9fc;
    padding: 32px 18px 0px 18px;
    margin: 3px 15px 0px 0px;
    display: inline-block;
}

.padding_top_50 {
    padding-top: 50px;
}

.padding_top_35 {
    padding-top: 35px;
}

.border_bottom {
    border-bottom: 1px solid gray;
}

.height_60 {
    height: 60px;
}

.rating_name {
    width: 100%;
    align-self: center;
    display: inline-block;
    font-family: Avenir-Heavy;
    font-size: 18px;
    position: relative;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.fontweight {
    font-weight: 900;
}

.rating_img {
    /*width: 100%;*/
    text-align: left;
    display: inline-block;
    padding-top: 5px;
}

.rating_img_quality {
    padding-top: 20px;
}

.rating_img_value {
    padding-top: 18px;
}

.starIconRatingLabel {
    display: none;
}

.costIconRatingLabel {
    display: none;
}

.plusIconRatingLabel {
    display: none;
}

.secureIconRatingLabel {
    display: none;
}

.star_icon {
    cursor: pointer;
    width: 27px;
    height: 26px;
    padding-right: 12px;
}

.star_icon_highlight .star_icon path {
    background-color: #e1c134;
    stroke: #e1c134 !important;
    fill: #e1c134 !important;
}

.cost_icon_highlight .cost_icon path {
    background-color: #426618;
    stroke: #426618 !important;
    fill: #426618 !important;
}

.plus_icon_highlight .plus_icon path {
    background-color: #000000;
    stroke: #000000 !important;
    fill: #000000 !important;
}

.secure_icon_highlight .secure_icon path {
    background-color: #422063;
    stroke: #422063 !important;
    fill: #422063 !important;
    cursor: pointer;
}

.star_icon g {
    stroke: gray;
    fill: none;
    stroke-width: 0.5px;
}

.star_icon path:nth-child(1) {
    stroke: none;
    fill: none;
}

.star_icon path:nth-child(2) {
    fill: none;
}

.star_icon path:nth-child(3) {
    stroke: none;
    fill: none;
}

.rating_text {
    width: 100%;
    padding-left: 0px;
    text-align: left;
    /*align-self: center;*/
    /*display: inline-block;*/
    /* min-width: 120px;
    margin-left: -30px;
    padding-top: 20px;*/
}

    .rating_text span, .rating_text p, .rating_text a {
        font-family: Avenir-Light;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #979797;
    }

.cost_icon {
    width: 16px;
    height: 30px;
    padding-right: 25px;
    cursor: pointer;
}

    /*.cost_icon:hover path {
        background-color: #426618;
        stroke: #426618 !important;
        fill: #426618 !important;
    }*/

    .cost_icon g path {
        fill: white;
        stroke: gray;
        stroke-width: 0.5px
    }

    .cost_icon:hover {
        width: 16px;
        height: 30px;
        padding-right: 21px;
        cursor: pointer;
    }

.plus_icon {
    padding-right: 25px;
    cursor: pointer;
    font-size: 20px
}

    /*.plus_icon:hover path {
        background-color: #000000;
        stroke: #000000 !important;
        fill: #000000 !important;
    }*/

    .plus_icon g path:nth-child(1) {
        stroke: none;
    }

    .plus_icon g path:nth-child(2) {
        fill: white;
        stroke: #979797;
        stroke-width: 0.5px;
    }

.secure_icon {
    font-size: 18px;
    padding-right: 22px;
    width: 18px;
    height: 20px;
}

    /*.secure_icon:hover path {
        background-color: #422063;
        stroke: #422063 !important;
        fill: #422063 !important;
        cursor : pointer;
    }*/

    .secure_icon path {
        fill: white;
        stroke: #979797;
        stroke-width: 0.4px
    }

.key_icon {
    cursor: pointer;
    width: 80px;
    margin: 21px 0 0 52px;
    padding: 4.3px 2.2px 8.7px 2.8px;
    /*background-image: url(../../Images/FEZ/Key.png);*/
}

.key_icon_hover {
    cursor: pointer;
    width: 80px;
    margin: 21px 0 0 52px;
    padding: 4.3px 2.2px 8.7px 2.8px;
    /*background-image: url(../../Images/FEZ/icon-purple-key.svg);*/
}

.provide_comment {
    width: 41%;
    border: 2px solid #410166;
    background-color: #f7f9fc;
    padding: 32px 25px 10px 24px;
    display: inline-block;
    position: absolute;
    height: 390px;
    margin-top: 3px;
    margin-left: 8px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.provide_comment .text_area {
    width: 101%;
}

.text_area {
    resize: none;
    width: 100%;
    height: 192px !important;
    font-size: 16px;
    /*margin: 0 0 0 10px;*/
    padding: 5px 0 0 7px;
    border: solid 1px #979797;
    background-color: #ffffff;
    font-family: 'NeutraText-Book';
}

    .text_area::-webkit-input-placeholder, .text_area::-moz-placeholder, .text_area:-ms-input-placeholder {
        font-family: Avenir-Light;
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: oblique;
        line-height: normal;
        letter-spacing: normal;
        color: #979797;
    }

.position_relative: {
    position: relative;
    padding-top: 14px;
}

.input_count {
    width: 101.5%;
    background-color: white;
    padding: 0 5px 0 0;
    border: 1px solid #979797;
    height: 40px;
    /*margin-left: 10px;*/
}

    .input_count:after {
        display: none;
    }

    .input_count:before {
        display: none;
    }

    .input_count .MuiInputBase-input {
        width: 92%;
        height: 40px;
        border: none;
        font-family: 'NeutraText-Book';
        font-size: 16px;
        padding: 0 0 0 7px;
        /*height: 40px;
        margin: 5px 0 0 2px;
        padding: 10px 5px 10px 530px;
        border: solid 1px #979797;
        background-color: #ffffff;*/
    }

.num {
    color: #979797;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    bottom: 4px;
    right: 6px;
    float: right;
    margin-top: -28px;
}

.WriteReview .review-header {
    margin: 35px 96px 0px 152px;
    font-family: Avenir-light;
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.company-name {
    text-transform: uppercase;
    font-family: Avenir-light;
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-top: 0px;
}

.company-name-span {
    display: block;
}

.search_company_header {
    margin: -20px 0 0 0;
    text-align: right;
    text-transform: none;
    display: block;
    min-height: 30px;
    height: 30px;
}

.search_company_txt {
    width: 157px;
    height: 20px;
    margin: 0px;
    font-family: Avenir-light;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #801fb8;
    cursor: pointer;
    text-decoration: underline;
    float: right;
    margin-top: 10px;
}

.section-header {
    font-family: Avenir-Heavy;
    font-size: 22px;
    /*font-weight: bold;*/
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0;
}

    .section-header.rate_company, .section-header.provide_comments, .section-header.photo_finish_header {
        font-family: OptimaLT-Medium;
        font-size: 22px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        margin: 0;
    }

.required {
    content: "";
    position: absolute;
    background-image: url(../../Images/FEZ/important-icon.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    margin-top: -5px;
}

.required-bottomLine {
    content: "";
    position: absolute;
    background-image: url(../../Images/FEZ/important-icon.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    /*margin-left: 5px;*/
}

.required-bottomLine-error {
    content: "";
    position: absolute;
    background-image: url(../../Images/FEZ/redstar.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

.section-sub {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 2px;
    margin-top: 0px;
}

#spanBottomLine.section-sub {
    padding-left: 17px !important;
}

.section-sub-photo-finish {
    font-family: Avenir-Light;
    font-size: 18px;
    /*font-weight: 900;*/
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 2px;
    margin-top: 0px;
}

.section-sub-des {
    margin: 0 0 5px 0;
    font-family: 'Avenir-Light';
    font-size: 18px;
}

.photo_finish {
    width: 94.5%;
    /*height: 610px;*/
    margin: 30px auto;
    padding: 10px;
    border: solid 2px #410166;
    background-color: #f7f9fc;
}

.padding_0_22 {
    padding: 25px 22px 14px 22px;
}

.fontBold {
    font-weight: 600 !important;
}

.browse_img {
    width: 222px;
    display: inline-block;
    margin: 0px 2px;
}

.image-header {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.browse_width {
    width: 220px;
    position: relative;
}

.browse-div {
    padding: 0 0 0 18px;
    border-right: solid 1px #000000;
    background-color: #ffffff;
    display: inline-block;
    width: 75%;
}

    .browse-div p.browse-text {
        margin: 5px;
        font-family: Avenir-Light;
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        /* text-align: right; */
        color: #000000;
    }

.browser-div-outer {
    border: solid 1px #000000;
    width: 219px;
    background-color: #ffffff;
    height: 30px;
    border-bottom: none;
}

.browse-image-div {
    padding: 4px 7px 3px 5px;
    /*border: solid 1px #000000;*/
    background-color: #ffffff;
    display: inline;
    width: 15%;
}

    .browse-image-div img {
        width: 18px;
        height: 18px;
        margin: 5px 0 -2px 0;
        cursor: pointer;
    }

.upload_image_width {
    width: 218px;
    height: 208px;
    min-width: 213px;
    min-height: 208px;
    border: solid 1px #000000;
    border-width: 1px !important;
}

.textarea_image {
    width: 90.5%;
    resize: none;
    height: 30px !important;
    padding: 10px 11px 32px 7px;
    border: solid 1px #000000;
    background-color: #ffffff;
    font-family: NeutraText-Book;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: oblique;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    overflow: hidden;
}

    .textarea_image::-webkit-input-placeholder, .textarea_image::-moz-placeholder, .textarea_image:-ms-input-placeholder {
        font-family: Avenir-LightOblique;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: oblique;
        line-height: normal;
        letter-spacing: normal;
        color: #979797;
    }

.image-upload {
    width: 97%;
}

.image-upload-hide {
    display: none;
}

.checkbox-keepprivate input {
    width: 25px;
    height: 25px;
    border: solid 1.5px #801fb8;
    background-color: #ffffff;
    /*margin: 3px 10px 3px 3px;*/
    position: absolute;
}

.checkbox-keepprivate label {
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.checkBox_spacing {
    padding: 28px 40px;
}

.keep_private {
    padding-left: 48px;
    padding-right: 15px;
}

.check_box {
    margin: 0;
}

    .check_box .MuiButtonBase-root {
        padding: 0;
    }

    .check_box .MuiTypography-root {
        font-family: Avenir;
        font-size: 18px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #000000;
    }

.checkBox_next {
    font-family: Avenir-Light;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.verify_me {
    padding-right: 34px;
    padding-left: 40px;
}

.stamp {
    /*display: inline-block;*/
    /*width: 10%;*/
    margin-top: -10px;
}

    .stamp img {
        width: 88px;
        height: 89px;
    }

.submitBtn {
    margin: 0 1px 0 0;
    /*padding: 11px 58px 9px 59px;*/
    border-radius: 22.5px;
    border: solid 2px #410166;
    background-color: #ffffff;
    font-family: Avenir-Heavy;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #410166;
    cursor: pointer;
    width: 258px;
    height: 45px;
}

    .submitBtn.error-submit-border {
        border-color: #c0202a !important;
    }

.submit-required {
    color: #c0202a;
    display: block;
    margin-top: 10px;
}

    .submit-required::before {
        content: "";
        position: absolute;
        /*bottom: 10px;*/
        background-image: url(../../Images/FEZ/error-icon.png);
        width: 12px;
        height: 12px;
        /* bottom: 20px; */
        /* left: 15px; 
        margin-top: 5px;*/
        margin-left: -15px;
        background-repeat: no-repeat;
        background-size: 12px 12px;
    }

.div_count_styles {
    width: 213px;
    text-align: right;
}

.count_styles {
    font-family: Avenir;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #979797;
}

    .count_styles.count-orange {
        color: orange;
        font-weight: bold;
    }

    .count_styles.count-red {
        color: red;
        font-weight: bold;
    }

/*Review Success PopUp*/
#divReviewSuccessPopUp {
    text-align: center;
}

    #divReviewSuccessPopUp .modal-content, #divReviewSuccessPopUp .modal-dialog {
        width: 502px;
        height: 350px;
        border: none;
        background: transparent;
    }

    #divReviewSuccessPopUp .divReviewSuccessPopUp_body {
        /*padding: 25px 26px 33px;
        position: relative;
        font-family: 'GillSans-SemiBold';*/
        width: 502px;
        height: 350px;
        /*margin: 1px 0 0 -150px;*/
        padding: 13px 13px 35px 30px;
        box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 50%);
        border: solid 1.5px #410166;
        background-color: #fbfdfe;
    }

    #divReviewSuccessPopUp .emailCloseXPopup {
        width: 20px;
        height: 20px;
        opacity: 0.5;
        float: right;
    }

        #divReviewSuccessPopUp .emailCloseXPopup a {
            float: right;
        }

    #divReviewSuccessPopUp .Please-invite-the-fo {
        /*width: 707px;
        height: 84px;*/
        margin: 9px 28px 28px 13px;
        font-family: Avenir-Heavy;
        font-size: 30px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
    }

    #divReviewSuccessPopUp .Please-invite-the-fo-des {
        /*width: 707px;
        height: 84px;*/
        margin: 8px 28px 14px 24px;
        font-family: Avenir-medium;
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
    }

    #divReviewSuccessPopUp .loginform {
        /*width: 500px;
        margin: 0 auto 35px*/
    }

        #divReviewSuccessPopUp .loginform table {
            width: 100%
        }

            #divReviewSuccessPopUp .loginform table tbody tr th {
                text-align: left;
                font-family: Zapfino;
                font-size: 30px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                /* text-align: center; */
                color: #410166;
            }

        #divReviewSuccessPopUp .loginform .loginfield {
            margin-bottom: 10px
        }

        #divReviewSuccessPopUp .loginform lable {
            font-family: 'GillSans';
            color: #410166;
            line-height: 15px;
            font-size: 10px;
            text-align: left;
            display: block;
            min-height: 15px
        }

        #divReviewSuccessPopUp .loginform .form-control {
            border: 0px;
            border-bottom: 2px solid #410166;
            border-radius: 0px;
            width: 100% !important;
            background: transparent;
            box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
            padding-left: 0px;
            padding-right: 0px;
            font-family: 'GillSansLight';
            font-size: 18px;
            color: #000000;
            height: 25px;
            line-height: 25px;
            padding: 0px
        }

            #divReviewSuccessPopUp .loginform .form-control.personal-note {
                height: 41px;
                margin: 25px 0 0px 0px;
                border: solid 1px #979797;
                background-color: #ffffff;
            }

            #divReviewSuccessPopUp .loginform .form-control.email-text {
                width: 80% !important;
                border-bottom: solid 0.8px #5f5f5f;
            }

            #divReviewSuccessPopUp .loginform .form-control.errorinput {
                border-bottom: 2px solid #c0202a;
            }

            #divReviewSuccessPopUp .loginform .form-control.sucessinput { /*border-bottom: 2px solid #0d802e;*/
            }

            #divReviewSuccessPopUp .loginform .form-control:focus {
                box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
            }

        #divReviewSuccessPopUp .loginform .serial-no {
            border-radius: 50%;
            display: inline-block;
            width: 25px;
            height: 25px;
            margin: 30px 10px 0px 0;
            background-color: #e7e7e7;
            font-family: Avenir;
            font-size: 20px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
        }

        #divReviewSuccessPopUp .loginform .rembtext, #divReviewSuccessPopUp .loginform .rembtext span {
            font-family: 'GillSansLight';
            font-size: 15px;
            color: #7e7e7e;
            text-align: left;
        }

    #divReviewSuccessPopUp .invitesubmit {
        margin-top: 40px;
    }

    #divReviewSuccessPopUp .review-model-btn {
        width: 222px;
        height: 25px;
        margin: 33px 69px 0 0;
        padding: 3px 18px 2px;
        border-radius: 17.5px;
        border: solid 1px #410166;
        background-color: #ffffff;
        font-family: GillSans;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: center;
        color: #57307a;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
    }

    #divReviewSuccessPopUp .review-model-done-btn {
        width: 146px;
        height: 25px;
        margin: 33px 14px 0 24px;
        padding: 3px 37px 2px;
        border-radius: 17.5px;
        border: solid 1px #410166;
        background-color: #ffffff;
        font-family: GillSans;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: center;
        color: #57307a;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
    }

    #divReviewSuccessPopUp .checkbox label {
        padding-left: 0px
    }

        #divReviewSuccessPopUp .checkbox label:after {
            content: '';
            display: table;
            clear: both
        }

    #divReviewSuccessPopUp .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: 0em;
        width: 15px;
        height: 15px;
        float: left;
        margin-right: .5em
    }

        #divReviewSuccessPopUp .checkbox .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 0%
        }

    #divReviewSuccessPopUp .checkbox label input[type="checkbox"] {
        display: none
    }

        #divReviewSuccessPopUp .checkbox label input[type="checkbox"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in
        }

        #divReviewSuccessPopUp .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1
        }

        #divReviewSuccessPopUp .checkbox label input[type="checkbox"]:disabled + .cr {
            opacity: .5
        }

    #divReviewSuccessPopUp .loginsocial {
        margin-top: 30px
    }

        #divReviewSuccessPopUp .loginsocial .loginsocialheading {
            font-family: 'GillSans-SemiBold';
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 7px;
            color: #410260;
            text-align: center
        }

        #divReviewSuccessPopUp .loginsocial .loginsociallist {
            margin: 0px;
            padding: 0px;
            list-style: none;
            text-align: center
        }

            #divReviewSuccessPopUp .loginsocial .loginsociallist li {
                display: inline-block;
                margin-right: 20px
            }

                #divReviewSuccessPopUp .loginsocial .loginsociallist li:last-child {
                    margin-right: 0px
                }

    #divReviewSuccessPopUp .loginfooterlink {
        font-family: 'GillSans-SemiBold';
        font-size: 15px;
        line-height: 17px;
        color: #410260;
        text-align: center;
        width: 325px;
        margin: 0 auto
    }

        #divReviewSuccessPopUp .loginfooterlink .loginfooterleft {
            float: left;
            width: 140px;
        }

        #divReviewSuccessPopUp .loginfooterlink .loginfooterright {
            float: right;
            width: 120px
        }

        #divReviewSuccessPopUp .loginfooterlink a {
            color: #410260;
            text-decoration: underline
        }

            #divReviewSuccessPopUp .loginfooterlink a:hover {
                color: #c0202a
            }
        /*#divReviewSuccessPopUp .loginfooterlink .loginfooterleft:hover,#divReviewSuccessPopUp .loginfooterlink .loginfooterleft:hover a,#divReviewSuccessPopUp .loginfooterlink .loginfooterright:hover,#divReviewSuccessPopUp .loginfooterlink .loginfooterright:hover a{color:#c01f2a}*/
        .msgAspNetdefault,
        #divReviewSuccessPopUp .loginfooterlink .loginfooterleft.active,
        #divReviewSuccessPopUp .loginfooterlink .loginfooterleft.active a,
        #divReviewSuccessPopUp .loginfooterlink .loginfooterleft:hover, #divReviewSuccessPopUp .loginfooterlink .loginfooterleft:hover a, #divReviewSuccessPopUp .loginfooterlink .loginfooterright:hover, #divReviewSuccessPopUp .loginfooterlink .loginfooterright:hover a {
            color: #c0202a
        }

        #divReviewSuccessPopUp .loginfooterlink .loginfooterclr {
            clear: both;
            display: block;
            content: "";
        }

    #divReviewSuccessPopUp #imgShowHideUser.ImgshowPw {
        content: url(/Images/FEZ/frlogin_username_icon.png);
    }

    #divReviewSuccessPopUp #imgShowHidePassWord.ImgshowPw {
        content: url(/Images/FEZ/frlogin_pass-icon.png);
        cursor: pointer;
    }

    #divReviewSuccessPopUp #imgShowHidePassWord {
        content: url(/Images/FEZ/frlogin_passlock-icon.png?V=2);
    }

    #divReviewSuccessPopUp .loginform .loginemailtext {
        position: relative
    }

        #divReviewSuccessPopUp .loginform .loginemailtext .floating-label {
            position: absolute;
            pointer-events: none;
            top: 22px;
            left: 0px;
            transition: 0.2s ease all;
            font-family: 'GillSansLight';
            color: #7e7e7e;
            font-size: 18px
        }

        #divReviewSuccessPopUp .loginform .loginemailtext input:focus ~ .floating-label, #divReviewSuccessPopUp .loginform .loginemailtext input.activeinput ~ .floating-label {
            top: 0px;
            left: 0px;
            font-size: 10px;
            opacity: 1;
            font-family: 'GillSans';
            color: #410166
        }

    #divReviewSuccessPopUp .loginform.error-message {
        display: block;
        margin-top: 20px;
        color: red;
    }

#imgShowHidePassWord {
    position: absolute;
    right: 0px;
    top: 15px
}

#imgShowHideUser {
    position: absolute;
    right: 0px;
    top: 15px
}

.msgAspNetdefault {
    font-size: 14px;
    font-family: 'GillSans'
}

#divReviewSuccessPopUp .loginform .loginemailtext .msgErrorUserId {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-family: 'GillSans';
    color: #c0202a
}

#divReviewSuccessPopUp .loginform .loginemailtext input.activeinput {
}

#divReviewSuccessPopUp .loginform .loginemailtext .hightlightline {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    background-color: #0D802E;
    transition: all ease-out 1s;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
}

#divReviewSuccessPopUp .loginform .loginemailtext input.activeinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
}

#divReviewSuccessPopUp .loginform .loginemailtext input.sucessinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 3s;
    -webkit-transition: all ease-in 3s;
    -moz-transition: all ease-in 3s;
    background-color: #0d802e;
}

#divReviewSuccessPopUp .loginform .loginemailtext input.errorinput ~ .hightlightline {
    width: 0px
}

#divReviewSuccessPopUp .loginform .loginemailtext .floating-label.fontcolor1 {
    color: #7e7e7e
}
/*ST-2266*/
.modal-backdrop.show {
    opacity: 0 !important;
}


@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

/*Rating Explaination PopUp*/

#divRatingExplainationPopUp {
    text-align: center;
}

    /*#divRatingExplainationPopUp .modal-content {
        border: 2px solid #410166;
        width: 550px;
        min-height: 480px;
        margin: 0 auto;
        background-color: #fafafa;
        border-radius: 0px
    }*/

    #divRatingExplainationPopUp .divRatingExplainationPopUp_body {
        /*padding: 25px 26px 33px;
        position: relative;
        font-family: 'GillSans-SemiBold';*/
        width: 900px;
        height: 490px;
        padding: 19px 20px 30px 45px;
        border: solid 2px #410166;
        background-color: #fafafa;
    }

    #divRatingExplainationPopUp .emailCloseXPopup {
        width: 20px;
        height: 20px;
        opacity: 0.5;
        float: right;
    }

        #divRatingExplainationPopUp .emailCloseXPopup a {
            float: right;
        }

    #divRatingExplainationPopUp .Please-invite-the-fo {
        /*width: 707px;
        height: 84px;*/
        margin: 20px 28px 21px 24px;
        font-family: Avenir;
        font-size: 30px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #171717;
    }

    #divRatingExplainationPopUp .Please-invite-the-fo-des {
        /*width: 707px;
        height: 84px;*/
        margin: 20px 28px 21px 24px;
        font-family: Avenir;
        font-size: 15px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #171717;
    }

    #divRatingExplainationPopUp .loginform {
        /*width: 500px;
        margin: 0 auto 35px*/
    }

        #divRatingExplainationPopUp .loginform table {
            width: 100%
        }

            #divRatingExplainationPopUp .loginform table tbody tr th {
                text-align: left;
                font-family: Zapfino;
                font-size: 30px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                /* text-align: center; */
                color: #410166;
            }

        #divRatingExplainationPopUp .loginform .loginfield {
            margin-bottom: 10px
        }

        #divRatingExplainationPopUp .loginform lable {
            font-family: 'GillSans';
            color: #410166;
            line-height: 15px;
            font-size: 10px;
            text-align: left;
            display: block;
            min-height: 15px
        }

        #divRatingExplainationPopUp .loginform .form-control {
            border: 0px;
            border-bottom: 2px solid #410166;
            border-radius: 0px;
            width: 100% !important;
            background: transparent;
            box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
            padding-left: 0px;
            padding-right: 0px;
            font-family: 'GillSansLight';
            font-size: 18px;
            color: #000000;
            height: 25px;
            line-height: 25px;
            padding: 0px
        }

            #divRatingExplainationPopUp .loginform .form-control.personal-note {
                height: 41px;
                margin: 25px 0 0px 0px;
                border: solid 1px #979797;
                background-color: #ffffff;
            }

            #divRatingExplainationPopUp .loginform .form-control.email-text {
                width: 80% !important;
                border-bottom: solid 0.8px #5f5f5f;
            }

            #divRatingExplainationPopUp .loginform .form-control.errorinput {
                border-bottom: 2px solid #c0202a;
            }

            #divRatingExplainationPopUp .loginform .form-control.sucessinput { /*border-bottom: 2px solid #0d802e;*/
            }

            #divRatingExplainationPopUp .loginform .form-control:focus {
                box-shadow: inset 0 0px 0px rgba(0,0,0,.075)
            }

        #divRatingExplainationPopUp .loginform .serial-no {
            border-radius: 50%;
            display: inline-block;
            width: 25px;
            height: 25px;
            margin: 30px 10px 0px 0;
            background-color: #e7e7e7;
            font-family: Avenir;
            font-size: 20px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
        }

        #divRatingExplainationPopUp .loginform .rembtext, #divRatingExplainationPopUp .loginform .rembtext span {
            font-family: 'GillSansLight';
            font-size: 15px;
            color: #7e7e7e;
            text-align: left;
        }

    #divRatingExplainationPopUp .invitesubmit {
        margin-top: 40px;
    }

    #divRatingExplainationPopUp .send-invites-btn {
        width: 222px;
        height: 25px;
        margin: 33px 69px 0 0;
        padding: 3px 18px 2px;
        border-radius: 17.5px;
        border: solid 1px #410166;
        background-color: #ffffff;
        font-family: Avenir;
        font-size: 15px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
    }

    #divRatingExplainationPopUp .review-model-done-btn {
        width: 146px;
        height: 25px;
        margin: 33px 14px 0 24px;
        padding: 3px 37px 2px;
        border-radius: 17.5px;
        border: solid 1px #410166;
        background-color: #ffffff;
        font-family: Avenir;
        font-size: 15px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        text-decoration: none;
    }

    #divRatingExplainationPopUp .checkbox label {
        padding-left: 0px
    }

        #divRatingExplainationPopUp .checkbox label:after {
            content: '';
            display: table;
            clear: both
        }

    #divRatingExplainationPopUp .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: 0em;
        width: 15px;
        height: 15px;
        float: left;
        margin-right: .5em
    }

        #divRatingExplainationPopUp .checkbox .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 0%
        }

    #divRatingExplainationPopUp .checkbox label input[type="checkbox"] {
        display: none
    }

        #divRatingExplainationPopUp .checkbox label input[type="checkbox"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-20deg);
            opacity: 0;
            transition: all .3s ease-in
        }

        #divRatingExplainationPopUp .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1
        }

        #divRatingExplainationPopUp .checkbox label input[type="checkbox"]:disabled + .cr {
            opacity: .5
        }

    #divRatingExplainationPopUp .loginsocial {
        margin-top: 30px
    }

        #divRatingExplainationPopUp .loginsocial .loginsocialheading {
            font-family: 'GillSans-SemiBold';
            font-size: 14px;
            line-height: 17px;
            margin-bottom: 7px;
            color: #410260;
            text-align: center
        }

        #divRatingExplainationPopUp .loginsocial .loginsociallist {
            margin: 0px;
            padding: 0px;
            list-style: none;
            text-align: center
        }

            #divRatingExplainationPopUp .loginsocial .loginsociallist li {
                display: inline-block;
                margin-right: 20px
            }

                #divRatingExplainationPopUp .loginsocial .loginsociallist li:last-child {
                    margin-right: 0px
                }

    #divRatingExplainationPopUp .loginfooterlink {
        font-family: 'GillSans-SemiBold';
        font-size: 15px;
        line-height: 17px;
        color: #410260;
        text-align: center;
        width: 325px;
        margin: 0 auto
    }

        #divRatingExplainationPopUp .loginfooterlink .loginfooterleft {
            float: left;
            width: 140px;
        }

        #divRatingExplainationPopUp .loginfooterlink .loginfooterright {
            float: right;
            width: 120px
        }

        #divRatingExplainationPopUp .loginfooterlink a {
            color: #410260;
            text-decoration: underline
        }

            #divRatingExplainationPopUp .loginfooterlink a:hover {
                color: #c0202a
            }
        /*#divRatingExplainationPopUp .loginfooterlink .loginfooterleft:hover,#divRatingExplainationPopUp .loginfooterlink .loginfooterleft:hover a,#divRatingExplainationPopUp .loginfooterlink .loginfooterright:hover,#divRatingExplainationPopUp .loginfooterlink .loginfooterright:hover a{color:#c01f2a}*/
        .msgAspNetdefault,
        #divRatingExplainationPopUp .loginfooterlink .loginfooterleft.active,
        #divRatingExplainationPopUp .loginfooterlink .loginfooterleft.active a,
        #divRatingExplainationPopUp .loginfooterlink .loginfooterleft:hover, #divRatingExplainationPopUp .loginfooterlink .loginfooterleft:hover a, #divRatingExplainationPopUp .loginfooterlink .loginfooterright:hover, #divRatingExplainationPopUp .loginfooterlink .loginfooterright:hover a {
            color: #c0202a
        }

        #divRatingExplainationPopUp .loginfooterlink .loginfooterclr {
            clear: both;
            display: block;
            content: "";
        }

    #divRatingExplainationPopUp #imgShowHideUser.ImgshowPw {
        content: url(/Images/FEZ/frlogin_username_icon.png);
    }

    #divRatingExplainationPopUp #imgShowHidePassWord.ImgshowPw {
        content: url(/Images/FEZ/frlogin_pass-icon.png);
        cursor: pointer;
    }

    #divRatingExplainationPopUp #imgShowHidePassWord {
        content: url(/Images/FEZ/frlogin_passlock-icon.png?V=2);
    }

    #divRatingExplainationPopUp .loginform .loginemailtext {
        position: relative
    }

        #divRatingExplainationPopUp .loginform .loginemailtext .floating-label {
            position: absolute;
            pointer-events: none;
            top: 22px;
            left: 0px;
            transition: 0.2s ease all;
            font-family: 'GillSansLight';
            color: #7e7e7e;
            font-size: 18px
        }

        #divRatingExplainationPopUp .loginform .loginemailtext input:focus ~ .floating-label, #divRatingExplainationPopUp .loginform .loginemailtext input.activeinput ~ .floating-label {
            top: 0px;
            left: 0px;
            font-size: 10px;
            opacity: 1;
            font-family: 'GillSans';
            color: #410166
        }

    #divRatingExplainationPopUp .loginform.error-message {
        display: block;
        margin-top: 20px;
        color: red;
    }

#imgShowHidePassWord {
    position: absolute;
    right: 0px;
    top: 15px
}

#imgShowHideUser {
    position: absolute;
    right: 0px;
    top: 15px
}

.msgAspNetdefault {
    font-size: 14px;
    font-family: 'GillSans'
}

#divRatingExplainationPopUp .loginform .loginemailtext .msgErrorUserId {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 10px;
    opacity: 1;
    font-family: 'GillSans';
    color: #c0202a
}

#divRatingExplainationPopUp .loginform .loginemailtext input.activeinput {
}

#divRatingExplainationPopUp .loginform .loginemailtext .hightlightline {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 2px;
    background-color: #0D802E;
    transition: all ease-out 1s;
    -webkit-transition: all ease-out 1s;
    -moz-transition: all ease-out 1s;
}

#divRatingExplainationPopUp .loginform .loginemailtext input.activeinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 1s;
    -webkit-transition: all ease-in 1s;
    -moz-transition: all ease-in 1s;
}

#divRatingExplainationPopUp .loginform .loginemailtext input.sucessinput ~ .hightlightline {
    width: 100%;
    transition: all ease-in 3s;
    -webkit-transition: all ease-in 3s;
    -moz-transition: all ease-in 3s;
    background-color: #0d802e;
}

#divRatingExplainationPopUp .loginform .loginemailtext input.errorinput ~ .hightlightline {
    width: 0px
}

#divRatingExplainationPopUp .loginform .loginemailtext .floating-label.fontcolor1 {
    color: #7e7e7e
}
/*ST-2266*/
.modal-backdrop.show {
    opacity: 0 !important;
}


@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.ReviewSymbol-inner_blk {
    width: 850px;
    height: 400px;
    margin: 21px 0 22px;
    padding: 13px 7px 13px 6px;
    border: solid 0.5px #000000;
    background-color: #ffffff;
}

.ReviewSymbol-border_3 {
    border-bottom: solid 3px #000000;
}

.ReviewSymbol-key_width {
    width: 74px;
    height: 26px;
    margin: 0 1px 1px 0;
    /*background-color: #e1c135;*/
    display: inline-block;
    float: left;
}

.ReviewSymbol-key_icon {
    width: 74px;
    height: 26px;
}

.ReviewSymbol-title_width {
    width: 373px;
    height: 27px;
    margin: 7px 11px 8px 0;
    font-family: Avenir;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
}

.ReviewSymbol-width_26 {
    width: 25%;
    display: inline-block;
}

.pr25 {
    padding-right: 25px;
}

.ReviewSymbol-width_24.txtLeft p {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.ReviewSymbol-width_22 {
    width: 22%;
    display: inline-block;
}

.ReviewSymbol-width_24 {
    width: 24%;
    margin-top: 12px;
    display: inline-block;
}

.ReviewSymbol-width_74 {
    width: 74%;
    display: inline-block;
}

.ReviewSymbol-width_72 {
    width: 72%;
    display: inline-block;
}

.ReviewSymbol-txtRight p {
    font-family: GillSans;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
}

.ReviewSymbol-padding_left_30 {
    padding-left: 10px;
    width: 20px;
    height: 20px;
}

.ReviewSymbol-notyet_icon {
    width: 25px;
    height: 16px;
    padding-left: 15px;
}

.ReviewSymbol-width_24 p, .ReviewSymbol-width_74 p {
    font-family: GillSans;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.ReviewSymbol-gill_sb {
    font-family: GillSans;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    font-weight: 600;
}

.ReviewSymbol-spacing {
    border-bottom: solid 1px #979797;
}

.ReviewSymbol-border_none {
    border: none !important;
}

.ReviewSymbol-gotBtn {
    width: 120px;
    height: 25px;
    /*margin: 22px 328px 0 327px;*/
    padding: 3px 33px;
    border-radius: 12.5px;
    border: solid 1px #410166;
    background-color: #ffffff;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #410166;
    cursor: pointer;
}

.WriteReview .SYCF_error, .WriteReview .SYCF_error_textbox {
    color: #c0202a;
}

.WriteReview .SYCF_error_textbox_border {
    border-color: #c0202a !important;
}

.WriteReview .SYCF_error::before {
    content: "";
    position: absolute;
    /*bottom: 10px;*/
    background-image: url(../../Images/FEZ/error-icon.png);
    width: 12px;
    height: 12px;
    /* bottom: 20px; */
    /* left: 15px; */
    margin-top: 5px;
    margin-left: -15px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.WriteReview .SYCF_error_textbox::before {
    content: "";
    position: absolute;
    /*bottom: 10px;
        background-image: url(../../Images/FEZ/error-icon.png);*/
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    /* bottom: 20px; */
    margin-left: -16px;
    margin-top: 5px;
    background-repeat: no-repeat;
}

.WriteReview .SYCF_important::before {
    bottom: 5px;
}

.memreivew .wr_form_field ul li .dropdown-toggle::after {
    background: url(../../Images/header/header-dropdown.png) no-repeat;
    height: 9px;
    width: 19px;
    border: 0px;
    position: absolute;
    right: -3px;
    margin-top: -6px;
    cursor: pointer;
}

.memreivew .wr_form_field .dropdown-toggle {
    padding: 5px 0 0px 0;
    font-family: 'Avenir-Medium';
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

    .memreivew .wr_form_field .dropdown-toggle::after {
        background: url(../../Images/header/header-dropdown.png) no-repeat;
        height: 9px;
        width: 19px;
        border: 0px;
        position: absolute;
        margin-top: 8px;
        cursor: pointer;
        right: -2px;
    }

.memreivew .wr_form_field .dropdown {
    width: 164px;
    margin-left: 20px;
    border-bottom: solid 1px #979797;
}

.memreivew .wr_form_field ul li .dropdown-toggle:focus {
    box-shadow: none;
}

.memreivew .wr_form_field ul li .dropdown-item:hover, .memreivew .wr_form_field ul li .dropdown-item:focus {
    background-color: transparent;
}

.memreivew .wr_form_field ul li .dropdown-menu {
    /*display: block;*/
    left: auto;
    right: 0;
    width: 170px;
    border: solid 1px #979797;
    border-radius: 0;
    z-index: 9999;
}

.memreivew .wr_form_field ul li .dropdown-item {
    width: 150px;
    white-space: pre-wrap;
    font-family: 'Avenir-Light';
    font-size: 15px;
    color: #000;
    text-decoration: none;
    padding: 3px 8px;
}

.memreivew .wr_search_enter_img {
    width: 32px;
    height: 32px;
    margin: 0px 0 0px 5px;
}

.verify_me [type="checkbox"]:checked + label:before {
    background: url(/Images/FEZ/check-icon_poster.png) no-repeat;
    top: -9px;
    width: 30px;
    height: 30px;
    left: 24px;
    background-size: 30px 30px;
}

.verify_me [type="checkbox"] + label::before, .verify_me [type="checkbox"] + label::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.verify_me [type="checkbox"]:not(:checked) + label, .verify_me [type="checkbox"]:checked + label {
    cursor: pointer;
    line-height: 16px;
}


    .verify_me [type="checkbox"]:checked + label:after {
        top: -3px;
        z-index: 0;
        border: solid 1.5px #000000;
        background-color: #ffffff;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        margin-left: 18px;
    }

.verify_me [type="checkbox"] + label::before, .verify_me [type="checkbox"] + label::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.verify_me [type="checkbox"]:not(:checked) + label::before {
    top: -3px;
    border: solid 1.5px #000000;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin-left: 16px;
}

.verify_me [type="checkbox"] {
    opacity: 0;
}

    .verify_me [type="checkbox"]:not(:checked) + label, .verify_me [type="checkbox"]:checked + label {
        overflow: hidden;
        padding-left: 0px;
        cursor: pointer;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
    }

    .verify_me [type="checkbox"] + label::before, .verify_me [type="checkbox"] + label::after {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        -webkit-transition: .2s;
        transition: .2s;
    }

/* keep - Private Checkbox*/

.keep_private [type="checkbox"]:checked + label:before {
    background: url(/Images/FEZ/check-icon_poster.png) no-repeat;
    top: -10px;
    width: 30px;
    height: 30px;
    left: 29px;
    position: absolute;
    background-size: 30px 30px;
}

.keep_private [type="checkbox"] + label::before, .keep_private [type="checkbox"] + label::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.keep_private [type="checkbox"]:not(:checked) + label, .keep_private [type="checkbox"]:checked + label {
    cursor: pointer;
    line-height: 16px;
}


    .keep_private [type="checkbox"]:checked + label:after {
        top: -3px;
        z-index: 0;
        border: solid 1.5px #000000;
        background-color: #ffffff;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        margin-left: 24px;
    }

.keep_private [type="checkbox"] + label::before, .keep_private [type="checkbox"] + label::after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}

.keep_private [type="checkbox"]:not(:checked) + label::before {
    top: -3px;
    border: solid 1.5px #000000;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    margin-left: 24px;
}

.keep_private [type="checkbox"] {
    opacity: 0;
}

    .keep_private [type="checkbox"]:not(:checked) + label, .keep_private [type="checkbox"]:checked + label {
        overflow: hidden;
        padding-left: 0px;
        cursor: pointer;
        display: inline-block;
        height: 16px;
        line-height: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
    }

    .keep_private [type="checkbox"] + label::before, .keep_private [type="checkbox"] + label::after {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        -webkit-transition: .2s;
        transition: .2s;
    }
/*
.ac_results {
    width: 444px !important;
    left: 135.6px !important;
    border: solid 1.1px #979797 !important;
}*/

    .ac_results ul li {
        font-family: Avenir-Light;
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        background-color: #ffffff;
        height: 19px;
    }

    .ac_results .CATEGORIES.ac_header {
        background-color: #e3e9f5 !important;
        font-family: Avenir-heavy !important;
        font-size: 12px;
        font-weight: 900 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        border: none !important;
    }

    .ac_results .SPECIALTIES.ac_header1 {
        background-color: #f0fae1 !important;
        font-family: Avenir-Heavy !important;
        font-size: 12px;
        font-weight: 900 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
        border: none !important;
    }

    .ac_results .ac_header2, .ac_results .ac_header3, .ac_results .ac_header4 {
        background-color: #eeebf7 !important;
        font-family: Avenir-Heavy !important;
        font-size: 12px;
        font-weight: 900 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
    }

    .ac_results .ac_category1, .ac_results .ac_category11, .ac_results .ac_category21, .ac_results .ac_category31, .ac_results .ac_category41 {
        background-color: #f4f4f4;
    }

    .ac_results .ac_odd {
        background-color: #f4f4f4;
    }

.ac_odd,.ac_results{background-color:#eaf0ec}.ac_results{padding:0;border:1px solid #303;color:#303;overflow:hidden;text-align:left;z-index:99999}.ac_results ul{width:100%;list-style:none;padding:0;margin:0}.ac_results li{margin:0;padding:2px 5px;cursor:default;display:block;font:menu;font-size:12px;line-height:16px;overflow:hidden}.ac_category{background-color:#e8f5f9;color:#340034}.ac_category1{background-color:#eaf0ec;color:#340034}.ac_category2{background-color:#EFEBEF;color:#340034}.ac_category3,.ac_category4{background-color:#FFF;color:#340034}.ac_over{background-color:#340034;color:#fff}.ac_detail,.ac_header,.ac_header1,.ac_header2,.ac_header3,.ac_header4{color:#FFF;border-bottom:solid 1px #340034;border-top:solid 1px #340034}.ac_header{background-color:#83CCDD}.ac_header1{background-color:#90B6A4}.ac_header2{background-color:#A478A9}.ac_header3,.ac_header4{background-color:#83CCDD}.ac_detail{background-color:#90B6A4}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */



.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}



.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}


.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.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;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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 {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%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(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(159, 159, 159, 0.6);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.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 (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .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;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !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-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  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 {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
@font-face {
    font-family: 'Helvetica';
    src: url('/styles/helvetica/Helvetica.eot');
    src: local('☺'), url('/styles/helvetica/Helvetica.woff') format('woff'), url('/styles/helvetica/Helvetica.ttf') format('truetype'), url('/styles/helvetica/Helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('/styles/helvetica/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('/styles/helvetica/Helvetica-Bold.woff') format('woff'), url('/styles/helvetica/Helvetica-Bold.ttf') format('truetype'), url('/styles/helvetica/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ST-2061 */
@font-face {
    font-family: 'Helvetica-Oblique';
    src: url('/styles/helvetica/Helvetica-Oblique.eot');
    src: url('/styles/helvetica/Helvetica-Oblique.woff') format('woff'), url('/styles/helvetica/Helvetica-Oblique.ttf') format('truetype'), url('/styles/helvetica/Helvetica-Oblique.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutraText-Book';
    src: url('/styles/neutratext/NeutraText-Book.eot');
    src: url('/styles/neutratext/NeutraText-Book.woff') format('woff'), url('/styles/neutratext/NeutraText-Book.ttf') format('truetype'), url('/styles/neutratext/NeutraText-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutraText-Demi';
    src: url('/styles/neutratext/NeutraText-Demi.eot');
    src: url('/styles/neutratext/NeutraText-Demi.woff') format('woff'), url('/styles/neutratext/NeutraText-Demi.ttf') format('truetype'), url('/styles/neutratext/NeutraText-Demi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-Light';
    src: url('/fonts/FEZ/GillSansLight.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSansLight.woff') format('woff'), url('/fonts/FEZ/GillSansLight.ttf') format('truetype'), url('/fonts/FEZ/GillSansLight.svg#GillSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*ST-2098*/
@font-face {
    font-family: 'GillSans-SemiBold';
    src: url('/fonts/FEZ/GillSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSans-SemiBold.woff') format('woff'), url('/fonts/FEZ/GillSans-SemiBold.ttf') format('truetype'), url('/fonts/FEZ/GillSans-SemiBold.svg#GillSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('/styles/avenir/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('/styles/avenir/Avenir-Light.woff') format('woff'), url('/styles/avenir/Avenir-Light.ttf') format('truetype'), url('/styles/avenir/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('/styles/avenir/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('/styles/avenir/Avenir-Heavy.woff') format('woff'), url('/styles/avenir/Avenir-Heavy.ttf') format('truetype'), url('/styles/avenir/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanPro3-Regular';
    src: url('/styles/trajanpro3/TrajanPro3-Regular.eot');
    src: url('/styles/trajanpro3/TrajanPro3-Regular.woff') format('woff'), url('/styles/trajanpro3/TrajanPro3-Regular.ttf') format('truetype'), url('/styles/trajanpro3/TrajanPro3-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanPro3-Semibold';
    src: url('/styles/trajanpro3/TrajanPro3-Semibold.eot');
    src: url('/styles/trajanpro3/TrajanPro3-Semibold.woff') format('woff'), url('/styles/trajanpro3/TrajanPro3-Semibold.ttf') format('truetype'), url('/styles/trajanpro3/TrajanPro3-Semibold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MillerDisplay-Light';
    src: url('/styles/millerdisplay/MillerDisplay-Light.eot');
    src: url('/styles/millerdisplay/MillerDisplay-Light.woff') format('woff'), url('/styles/millerdisplay/MillerDisplay-Light.ttf') format('truetype'), url('/styles/millerdisplay/MillerDisplay-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans';
    src: url('/fonts/FEZ/GillSans.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSans.woff') format('woff'), url('/fonts/FEZ/GillSans.ttf') format('truetype'), url('/fonts/FEZ/GillSans.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('/styles/avenir/Avenir-Medium.eot');
    src: url('/styles/avenir//Avenir-Medium.woff') format('woff'), url('/styles/avenir/Avenir-Medium.ttf') format('truetype'), url('/styles/avenir/Avenir-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Book';
    src: url('/styles/avenir/Avenir-Book.eot');
    src: url('/styles/avenir/Avenir-Book.woff') format('woff'), url('/styles/avenir/Avenir-Book.ttf') format('truetype'), url('/styles/avenir/Avenir-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('/styles/avenir/Avenir-Roman.eot');
    src: url('/styles/avenir/Avenir-Roman.woff') format('woff'), url('/styles/avenir/Avenir-Roman.ttf') format('truetype'), url('/styles/avenir/Avenir-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Optima-Regular';
    src: url('/styles/optima-regular/Optima-Regular.eot');
    src: url('/styles/optima-regular/Optima-Regular.woff') format('woff'), url('/styles/optima-regular/Optima-Regular.ttf') format('truetype'), url('/styles/optima-regular/Optima-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-LightOblique';
    src: url('/styles/avenir/Avenir-LightOblique.woff2') format('woff2'),url('/styles/avenir/Avenir-LightOblique.woff') format('woff'),url('/styles/avenir/Avenir-LightOblique.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaLT-Medium';
    src: url('/styles/optimalt-medium/OptimaLT-Medium.eot');
    src: url('/styles/optimalt-medium/OptimaLT-Medium.woff') format('woff'), url('/styles/optimalt-medium/OptimaLT-Medium.ttf') format('truetype'), url('/styles/optimalt-medium/OptimaLT-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaT-Book';
    src: url('/styles/futura/FuturaT-Book.eot');
    src: url('/styles/futura/FuturaT-Book.woff') format('woff'), url('/styles/futura/FuturaT-Book.ttf') format('truetype'), url('/styles/futura/FuturaT-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('/styles/futura/Futura-Medium.ttf') format('truetype'), url('/fonts/FEZ/Futura-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


/*ST-2160*/
#mainTable {
    width: 1260px
}

#master-header .logo {
    width: 1200px
}

    #master-header .logo .left {
        width: 600px;
        position: relative
    }

    #master-header .logo .right {
        width: 600px;
        position: relative
    }

#master-header #silhouettes div {
    left: auto
}

#master-header .logo .right .top .left .content {
    left: 429px !important;
}

#wrap {
    width: 100% !important
}


#master-header {
    height: 181px;
}

    #master-header .logo .right div {
        width: 100% !important
    }

    #master-header .logo .right .bottom {
        padding-right: 13px;
        float: right;
    }

    #master-header .logo .right .top .right {
        left: auto;
        right: 0px
    }

    #master-header .logo .right .content .right .content {
        width: 100% !important
    }
        #master-header .logo .right .content .right .content .signinDividerSpan {
            padding: 5px;
			color: #410166;
        }

        #master-header .signOutLink > span {
            width: auto !important;
            position: relative !important
        }

        #master-header .signOutLink > span > span {
            left: auto !important;
            font-family: 'Avenir-Heavy';
            font-size: 12px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #410166;
        }

#master-menu {
    width: 100% !important
}

#master-menu .content div{
	width : 20% !important;
}

#master-header #silhouettes div {
    text-align: center
}

#master-header .logo .right .top .left .content {
    top: 24px;
    z-index: 999;
    font-family: Avenir-medium;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #410166;
}
/*ST-2126*/
#master-header .logo .right .top .right {
    top: 40px
}

*:focus {
    outline: none;
}

.fezmasterbody {
    width: 100%;
    /*margin: 0 auto*/
}

.fezmastercontent {
    width: 1200px;
    margin: 0 auto
}
/*ST-2004,2019 12 16,ST-2020*/
.footerbg {
    width: 1000px;
    margin: 0 auto
}

    .footerbg .footerlink {
        width: 100%;
        margin: 0 auto
    }

        .footerbg .footerlink ul.flink {
            list-style: none;
            margin: 0px;
            padding: 0px;
            width: 100%;
            text-align: center
        }

            .footerbg .footerlink ul.flink li {
                display: inline-block;
                font-family: 'Helvetica';
                font-weight: bold;
                color: #000;
                font-size: 12px;
                line-height: 15px;
                padding-left: 19.2px;
                padding-right: 19.2px;
                position: relative
            }

                .footerbg .footerlink ul.flink li a {
                    color: #000;
                    text-decoration: none
                }

                .footerbg .footerlink ul.flink li:after {
                    content: "|";
                    position: absolute;
                    right: -4px
                }

                .footerbg .footerlink ul.flink li.nextline:after {
                    display: none
                }

                .footerbg .footerlink ul.flink li:first-child {
                    padding-left: 0px
                }

                .footerbg .footerlink ul.flink li:last-child {
                    padding-right: 0px
                }

    .footerbg .footerbottom {
        width: 910px;
        margin: 12px auto;
        text-align: center;
        font-family: 'Helvetica';
        color: #000;
        font-size: 14px;
        line-height: 17px
    }

        .footerbg .footerbottom span {
            font-weight: bold;
        }

        .footerbg .footerbottom a {
            color: #000;
            text-decoration: none
        }

/*ST-2106 - 2110 Header css Start*/
#headertop {
    width: 99%;
    height: 55px;
    background: #fff;
    border-bottom: solid 1px #d0d0d0;
    position: relative
}

    #headertop .topinner {
        padding: 14px 0px 14px
    }

        #headertop .topinner .topleft {
            float: left;
            padding-right: 30px
        }
            #headertop .topinner .topleft img {
                width: 5rem;
                cursor: pointer;
                height: 5rem;
                position: absolute;
                object-fit: cover;
				z-index: 1;
				background: #fff;
            }

        #headertop .topinner .topmiddle {
            float: left;
            margin-left: 3.125rem;
        }

        #headertop .topinner .topright {
            float: right
        }

        #headertop .topinner .topmenu {
            display: table;
        }

            #headertop .topinner .topmenu ul {
                display: table-row;
            }

                #headertop .topinner .topmenu ul li {
                    display: table-cell;
                    vertical-align: middle;
                    width: 6.5625rem;
                    cursor: pointer;
                    padding: 0px 13px;
                    text-align: center;
                    align-items: center;
                    justify-content: center;
                }
                    #headertop .topinner .topmenu ul li.lineLi{
                        width: 0 !important;
                        padding: 0 !important;
                    }
					#headertop .topinner .topmenu ul li .newFlag {
                        position: absolute;
                        margin-top: -32px;
                        margin-left: 48px;
                        height: 30px;
						width: 58px;
                    }
                    #headertop .topinner .topmenu ul li a {
                        /*font-family: 'GillSans';
                        color: #000000;
                        font-size: 16px;
                        line-height: 19px;
                        text-decoration: none;
                        text-align: center;
                        text-transform: uppercase;*/
                        color: #000000;
                        cursor: pointer;
                        font-size: 1rem;
                        font-style: normal;
                        font-family: gillsans;
                        font-weight: 400;
                        text-transform: uppercase;
                        text-decoration: none;
                    }

                        #headertop .topinner .topmenu ul li a:hover, #headertop .topinner .topmenu ul li.active a {
                            color: #801fb8;
                            font-weight: 600;
                        }
						
                        #headertop .topinner .topmenu ul li a span {
                            display: block
                        }

                    #headertop .topinner .topmenu ul li .line {
                        height: 33px;
                        width: 1px;
                        background: #000;
                    }

        #headertop .topinner .toprightmenu {
            display: table;
        }

            #headertop .topinner .toprightmenu ul {
                display: table-row;
            }

                #headertop .topinner .toprightmenu ul li {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                    padding: 0px 0px 0px 5px;
                }

                    #headertop .topinner .toprightmenu ul li .dropdown .btn {
                        background: none;
                        border: 0px;
                        outline: none;
                        box-shadow: none;
                        font-family: 'Avenir-Heavy';
                        font-size: 15px;
                        color: #652d90;
                        line-height: 20px;
                        cursor: pointer;
                        padding-right: 25px
                    }

                        #headertop .topinner .toprightmenu ul li .dropdown .btn span {
                            display: block;
                            font-family: 'Avenir-Heavy';
                            font-size: 15px;
                            font-weight: 900;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: normal;
                            letter-spacing: normal;
                            text-align: right;
                            color: #410166;
                        }

                    #headertop .topinner .toprightmenu ul li .dropdown-toggle::after {
                        background: url(/Images/header/down_arrow_2.svg) no-repeat;
                        height: 9px;
                        width: 19px;
                        border: 0px;
                        position: absolute;
                        top: 15px;
                        right: 0px
                    }

                    #headertop .topinner .toprightmenu ul li .dropdown-menu {
                        border: solid 1px #979797;
                        border-radius: 0px;
                        z-index: 9999
                    }

                    #headertop .topinner .toprightmenu ul li .dropdown-item {
                        font-family: 'Avenir-Light';
                        font-size: 15px;
                        color: #000;
                        text-decoration: none;
                        padding: 3px 8px;
                        width: 145px;
                    }

                        #headertop .topinner .toprightmenu ul li .dropdown-item:hover {
                            background: none
                        }

                    #headertop .topinner .toprightmenu ul li.lout {
                        padding-left: 0px
                    }

                        #headertop .topinner .toprightmenu ul li.lout a {
                            font-family: 'GillSans-SemiBold';
                            font-size: 13px;
                            color: #000;
                            line-height: 15px;
                            color: #887498;
                            text-decoration: none;
                        }

    #headertop .purple {
        color: #652D90;
        font-weight: bold;
    }

    #headertop .noTextDecoration {
        text-decoration: none;
    }
	#headertop .noTextDecoration {
        font-family: 'Avenir-Heavy';
        font-size: 12px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #410166;
    }
    /*ST-2119,ST-2125/*/
    #headertop .toprightsearch {
        position: relative;
        width: auto;
        max-width: 294px;
        margin-right: 0px;
        height: 34px;
        margin-top: 0px;
    }
        /*#headertop .toprightsearch .toprightsearchinput{width:230px; font-family: 'GillSans-Light';font-size: 17px !important; line-height:23px; height:30px; padding:0 10px 0px 30px;font-style: inherit !important; border:0px; border-bottom:solid 2px transparent}*/
        #headertop .toprightsearch .toprightsearchinput {
            width: 235px;
            max-width: 235px;
            font-family: 'Futura-Medium';
            font-size: 15px !important;
            color: #532A72;
            line-height: 20px;
            height: 30px;
            padding: 3px 8px 0px 30px !important;
            font-style: inherit !important;
            border: 0px;
            border-bottom: solid 2px transparent;
            text-transform: uppercase
        }

            #headertop .toprightsearch .toprightsearchinput::placeholder {
                font-family: 'GillSans-Light';
                font-size: 17px !important;
                line-height: 23px;
                height: 30px;
                text-transform: none
            }

        #headertop .toprightsearch .toprightsearchicon {
            position: absolute;
            right: 0px;
            top: 6px;
            cursor: pointer;
            transition: transform .2s
        }
		#headertop .toprightsearch .toprightsearchicon:hover {
                transform: scale(1.1);
            }
		#headertop .toprightsearch .toprightsearchlabel {
            position: absolute;
			right:30px;
			font-size: 13px;
			cursor: pointer;
			transition: transform .2s;
			white-space: nowrap;
			top: 10px;
			font-weight:bold;
        }

        #headertop .toprightsearch .toprightsearchinput {
            display: none
        }

        #headertop .toprightsearch .border-bottom {
            border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
        }

.form-input1 {
    position: relative;
    outline: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .form-input1.border-bottom {
        position: relative;
        background: transparent;
        padding: 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
    }

        .form-input1.border-bottom ~ .border-bottom-animation {
            position: absolute;
            content: "";
            width: 0;
            background: rgba(0, 0, 0, 0);
            height: 2px;
            z-index: 99;
            -webkit-transition: all 0.5s ease-in;
            -moz-transition: all 0.5s ease-in;
            -ms-transition: all 0.5s ease-in;
            -o-transition: all 0.5s ease-in;
            transition: all 0.8s ease-in;
            bottom: 0px
        }

            .form-input1.border-bottom ~ .border-bottom-animation.right {
                right: 0;
                bottom: 0;
            }

            .form-input1.border-bottom ~ .border-bottom-animation.right {
                background: #39155B;
                width: 100%;
            }

#headertop .toprightsearch #ctl00_cmdSearch {
    width: 26px;
    height: 23px;
    position: absolute;
    right: 0px;
    opacity: 0;
    cursor: pointer;
    display: none
}

#headertop #loadingTopRight {
    position: absolute;
    left: -15px;
    top: 13px;
}
/*ST-2106 - 2110 Header css End*/
/*ST-2120*/
#headertop .topinner .toprightmenu .toprightlink {
    text-align: right
}

    #headertop .topinner .toprightmenu .toprightlink a {
        font-family: 'Avenir-Heavy';
        font-size: 12px;
        line-height: 16px;
        color: #000000;
    }

    #headertop .topinner .toprightmenu .toprightlink.profilelink {
    }

        #headertop .topinner .toprightmenu .toprightlink.profilelink a {
            color: #000;
            font-family: 'GillSans';
            font-size: 11px;
            line-height: 13px;
            color: #909090;
            font-weight: 500
        }
		
		#headertop .topinner .toprightmenu .toprightlink.profilelink a.signOutLink {
            color: #000 !important;
		}

        #headertop .topinner .toprightmenu .toprightlink.profilelink .profilename {
            font-family: Avenir-Heavy;
            font-size: 14px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
            color: #000000;
        }

            #headertop .topinner .toprightmenu .toprightlink.profilelink .profilename a {
                color: #000
            }

        #headertop .topinner .toprightmenu .toprightlink.profilelink .toprightdivi {
            color: #000;
            position: relative;
            padding: 0px 3px;
            font-size: 12px;
        }

    #headertop .topinner .toprightmenu .toprightlink .toprightdivi2 {
        color: #000;
        position: relative;
        padding-left: 4px;
        padding-right: 4px
    }

        #headertop .topinner .toprightmenu .toprightlink .toprightdivi2:after {
            content: "";
            position: absolute;
            width: 1px;
            height: 10px;
            background: #000;
            top: 5px
        }

#headertop .rightposition {
    left: 0px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.8s ease-in;
}

#headertop .closeicon {
    position: absolute;
    right: 1px;
    top: 10px;
    /*color: #cbcbcb;*/
    font-size: 18px;
    cursor: pointer;
    display: none
}
/*ST-2125*/
#headertop .toprightlistcol {
    width: auto
}

#headertop .topinner .toprightmenu ul li .dropdown-menu {
    left: auto;
    right: 0;
    width: 170px;
}

#headertop .topinner .toprightmenu ul li .dropdown-item {
    width: 150px;
    white-space: pre-wrap;
}

    #headertop .topinner .toprightmenu ul li .dropdown-item:hover {
        background: none
    }

#headertop .topinner .toprightmenu .profilelink {
    display: table;
    position: absolute;
    right: 5px;
    top: 12px;
}

    #headertop .topinner .toprightmenu .profilelink .profilerow {
        display: table-row
    }

        #headertop .topinner .toprightmenu .profilelink .profilerow .profilecol {
            display: table-cell;
            width: auto
        }

    #headertop .topinner .toprightmenu .profilelink ~ .dropdown {
        margin-top: 13px
    }
/*ST-2120 */
/*ST-2130 */
.header {
    display: none;
}

#desktop-footer {
    display: block
}

#mobile-footer {
    display: none
}
/*ST-2131 */
.homeheader {
    display: none
}

    .homeheader #ctl00_Button1 {
        display: none
    }

.purpleBorderSearch {
    border: 0px !important
}

@media screen and (max-width: 1024px) {
    #master-header .logo {
        width: 100%
    }

    .fezmasterbody {
        width: 100%;
        /*margin: 0 auto*/
    }

    .fezmastercontent {
        width: 100%;
        margin: 0 auto
    }

    #headertop .toprightsearch {
        width: 200px
    }

        #headertop .toprightsearch .toprightsearchinput {
            width: 150px;
        }

    #headertop .topinner {
        padding: 10px 10px 10px
    }

    .footerbg {
        width: 98%
    }

        .footerbg .footerlink ul.flink {
            width: 94%;
            margin: 0 auto
        }

        .footerbg .footerbottom {
            width: 94%
        }

        .footerbg .footerlink ul.flink li {
            padding-left: 13.2px;
            padding-right: 13.2px;
        }
}

@media screen and (max-width: 991px) {
    #headertop .toprightsearch {
        width: 294px;
    }

        #headertop .toprightsearch .toprightsearchinput {
            width: 250px;
        }

    .homeheader {
        display: block
    }

    #desktop-footer {
        display: none
    }

    #mobile-footer {
        display: block
    }

    .fezmasterbody {
        width: 100%;
        /*margin: 0 auto*/
    }

    .fezmastercontent {
        width: 100%;
        margin: 0 auto
    }

    #headertop .topinner {
        padding: 10px 10px 10px;
        border-top: solid 1px #d0d0d0;
        position: relative;
        background: #fafafa
    }

    #headertop {
        height: auto;
        border-bottom: solid 1px #d0d0d0;
    }

    .header {
        background-color: #fff;
        width: 100%;
        z-index: 3;
        display: block
    }

    #headertop .topinner .topleft {
        display: none
    }
        #headertop .topinner .topleft img {
            width: 5rem;
            cursor: pointer;
            height: 5rem;
            position: absolute;
            object-fit: cover;
			z-index: 1;
			background: #fff;
        }

    #headertop .topinner .topmiddle {
        display: none;
        margin-left: 4.125rem;
    }

    #headertop .topinner .topright {
        /*float: none;*/
        display: block
    }

    #headertop .topinner .toprightmenu {
        width: 96%
    }

    #headertop .toprightsearch {
        float: right
    }

    #headertop .topinner .toprightmenu ul li {
        text-align: right
    }

    #headertop .topinner .toprightmenu .profilelink {
        right: 20px;
        top: 3px
    }

    /*#headertop .topinner .toprightmenu ul li.toprightlistcol {
        width: 180px
    }*/

    .header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        background-color: #fff
    }

    .header li:first-child {
        border-top: solid 1px #d0d0d0;
    }

    .header li a {
        display: block;
        padding: 5px 20px 5px 5px;
        text-decoration: none;
        text-align: right;
        font-family: 'GillSans';
        color: #000000;
        font-size: 16px;
        line-height: 19px;
        text-decoration: none;
        text-transform: uppercase
    }

        .header li a:hover, .header li a.active a {
            color: #801fb8;
            font-weight: 600;
        }

    .header .menu-btn:hover {
        background-color: #f4f4f4
    }

    .header .logo {
        display: block;
        float: left;
        font-size: 2em;
        padding: 10px 20px;
        text-decoration: none;
        width: 200px;
    }

    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out
    }

    .header .menu-icon {
        cursor: pointer;
        display: inline-block;
        float: right;
        padding: 20px 20px;
        position: relative;
        user-select: none
    }

        .header .menu-icon .navicon {
            background: #422063;
            display: block;
            height: 2px;
            position: relative;
            transition: background .2s ease-out;
            width: 18px
        }

            .header .menu-icon .navicon:before, .header .menu-icon .navicon:after {
                background: #422063;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%
            }

            .header .menu-icon .navicon:before {
                top: 5px
            }

            .header .menu-icon .navicon:after {
                top: -5px
            }

    .header .menu-btn {
        display: none
    }

        .header .menu-btn:checked ~ .menu {
            max-height: 240px
        }

        .header .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent
        }

            .header .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg)
            }

            .header .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg)
            }

        .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0
        }

    #headertop .topinner .toprightmenu ul li.toprightlistcol .dropdown {
        float: right
    }

    #headertop.homeheader .topinner .toprightmenu ul li.toprightlistcol {
        width: 100%
    }

    #headertop.homeheader .topinner .toprightmenu .profilelink {
        right: 20px;
        top: 7px
    }
    /*#headertop.homeheader .topinner .toprightmenu .profilelink ~ .dropdown{ margin-top:0px}
     #headertop.homeheader .topinner .toprightmenu .toprightlink.profilelink{left: 10px;top: 20px;}*/

    .footerbg {
        width: 98%
    }

        .footerbg .footerlink ul.flink {
            width: 94%;
            margin: 0 auto
        }

        .footerbg .footerbottom {
            width: 94%
        }

        .footerbg .footerlink ul.flink li {
            padding-left: 19.2px;
            padding-right: 19.2px;
        }
}

@media screen and (max-width: 581px) {
    .header .logo {
        width: 380px;
    }

        .header .logo img {
            max-width: 100%
        }
}

@media screen and (max-width: 480px) {
	#headertop .toprightsearch {
        width: 264px;
    }
    /*#headertop .topinner .toprightmenu ul li{display:block}
    #headertop .toprightsearch{float:none; width:99%;margin-top: 0px;}
    #headertop .topinner .toprightmenu ul li{display:block; width:100%; text-align:right}*/
    /*.ac_results {
        width: 80% !important;
        left: auto !important;
        right: 20px !important;
    }*/

        .ac_results ul {
            max-height: 200px !important
        }

    /*.innerpage .ac_results {
        left: 10px !important;
        right: auto !important;
        width: 90% !important;
    }*/
    /* #headertop .topinner .toprightmenu ul li.toprightlistcol{width:auto}
    #headertop .topinner .toprightmenu .profilelink ~ .dropdown{ margin-top:0px}
    #headertop .topinner .toprightmenu ul li.toprightlistcol .dropdown{margin-right:-5px; float:right}}*/
    #headertop .toprightsearch .toprightsearchinput {
        width: 85%;
    }
    /*#headertop .topinner .toprightmenu .toprightlink.signinlink{float:left; margin-top:10px}*/
    .header .logo {
        width: 69%;
    }

        .header .logo img {
            max-width: 100%
        }
    /* #headertop .topinner .toprightmenu .toprightlink.profilelink{left: 10px; top:55px}
    #headertop.homeheader .topinner .toprightmenu ul li.toprightlistcol{width:100%}
    #headertop.homeheader .topinner .toprightmenu .profilelink ~ .dropdown{ margin-top:0px}
    #headertop.homeheader .topinner .toprightmenu .toprightlink.profilelink{left: 10px;top: 20px;}*/
}

@media screen and (max-width:425px) {
    .header .logo {
        width: 69%;
    }

    #headertop .toprightsearch {
        width: 220px;
    }
}

@media screen and (max-width: 375px) {
    .header .logo {
        width: 69%;
    }

    #headertop .toprightsearch {
        width: 194px;
    }
}

@media screen and (max-width: 320px) {
    .header .logo {
        width: 69%;
    }

    #headertop .toprightsearch {
        width: 120px;
    }
}
/*ST-2130 */

@font-face {
    font-family: 'GillSans';
    src: url('/fonts/FEZ/GillSans.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSans.woff') format('woff'), url('/fonts/FEZ/GillSans.ttf') format('truetype'), url('/fonts/FEZ/GillSans.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSansLight';
    src: url('/fonts/FEZ/GillSansLight.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSansLight.woff') format('woff'), url('/fonts/FEZ/GillSansLight.ttf') format('truetype'), url('/fonts/FEZ/GillSansLight.svg#GillSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GillSans-SemiBold';
    src: url('/fonts/FEZ/GillSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSans-SemiBold.woff') format('woff'), url('/fonts/FEZ/GillSans-SemiBold.ttf') format('truetype'), url('/fonts/FEZ/GillSans-SemiBold.svg#GillSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaLTStd-DemiBold';
    src: url('/fonts/FEZ/OptimaLTStd-DemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.otf') format('opentype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.woff') format('woff'), url('/fonts/FEZ/OptimaLTStd-DemiBold.ttf') format('truetype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.svg#OptimaLTStd-DemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Zapfino';
    src: url('/fonts/FEZ/Zapfino.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/Zapfino.woff') format('woff'), url('/fonts/FEZ/Zapfino.ttf') format('truetype'), url('/fonts/FEZ/Zapfino.svg#Zapfino') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('/fonts/FEZ/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/Avenir-Heavy.woff') format('woff'), url('/fonts/FEZ/Avenir-Heavy.ttf') format('truetype'), url('/fonts/FEZ/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('/styles/avenir/Avenir-Light.eot?#iefix') format('embedded-opentype'), url('/styles/avenir/Avenir-Light.woff') format('woff'), url('/styles/avenir/Avenir-Light.ttf') format('truetype'), url('/styles/avenir/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Trajan-Regular';
    src: url('/fonts/FEZ/TrajanPro3-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Medium';
    src: url('/styles/futura/Futura-Medium.ttf') format('truetype'), url('/fonts/FEZ/Futura-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    opacity: 1 !important
}

.ac_results li {
    font-family: 'Avenir-Light'
}

#divRegister .Regform .RegFtext .astrick {
    top: 2px
}
/*ST-2122 Start*/
.btnMasked {
    cursor: no-drop !important;
    opacity: 0.5;
}

.btnSubmit {
    cursor: pointer;
}

.submitcomp {
    width: 905px;
    margin: 38px auto;
    text-align: left
}

    .submitcomp .SYC_inner {
    }

        .submitcomp .SYC_inner #imgVJSPLShowHidePassWord.ImgshowPw, .submitcomp .SYC_inner #imgRegShowHidePassWord.ImgshowPw {
            top: 0px;
            right: 55px
        }

        .submitcomp .SYC_inner #imgVJSPLShowHidePassWord {
            top: 0px;
            right: 55px
        }

    .submitcomp .SYC_heading {
        font-family: 'Avenir-Light';
        color: #410166;
        text-align: center;
        font-size: 30px;
        line-height: 41px;
        max-width: 376px;
        margin: 0 auto 0px
    }

    .submitcomp .SYC_form {
        max-width: 773px;
        margin: 60px auto 0px;
    }

        .submitcomp .SYC_form .SYC_title .SYC_form_heading {
            font-family: 'Optima-Regular';
            font-size: 25px;
            color: #410260;
            line-height: 30px;
            float: left;
            text-align: left
        }

        .submitcomp .SYC_form .SYC_title .SYC_form_subheading {
            font-family: 'Avenir-Roman';
            font-size: 18px;
            color: #801fb8;
            line-height: 25px;
            float: right;
            text-align: right;
            text-decoration: underline;
            margin-top: 5px
        }

            .submitcomp .SYC_form .SYC_title .SYC_form_subheading a {
                color: #410166;
            }

    .submitcomp .SYC_form_box {
        background-color: #ffffff;
        border: solid 1px #979797;
        box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.36);
        border-radius: 9px;
    }

    .submitcomp .SYC_form_inner {
        width: 730px;
        margin: 50px 43px 30px 29px;
        position: relative
    }

    .submitcomp .rowlist {
        width: 100%;
        margin: 0px
    }

    .submitcomp .SYCF_col {
        position: relative
    }

    .submitcomp textarea {
        font-family: 'Avenir-Roman';
        font-size: 15px;
        line-height: 20px;
        color: #000;
    }

    .submitcomp .SYCF_input input {
        width: 100%;
        border: 0px;
        border-bottom: solid 1px #5e5e5e;
        height: 18px;
        font-family: 'NeutraText-Book';
        font-size: 16px;
        line-height: 20px;
        padding-top: 3px;
        color: #000000;
        background-color: #fff;
    }

    .submitcomp .SYCF_input.SYCF_cname input {
        height: 40px;
        line-height: 40px;
        font-family: 'Trajan-Regular';
        color: #000000;
        text-align: center;
        font-size: 35px;
    }

    .submitcomp .SYCF_important:before {
        content: "";
        position: absolute;
        bottom: 10px;
        background-image: url(/Images/FEZ/important-icon.png);
        background-size: 15px 15px;
        width: 15px;
        height: 15px;
        bottom: 20px;
        left: -5px
    }

    .submitcomp .SYCF_error:before {
        content: "";
        position: absolute;
        bottom: 10px;
        background-image: url(/Images/FEZ/error-icon.png);
        width: 15px;
        height: 15px;
        bottom: 20px;
        left: -10px
    }

.SYCF_col.SYCF_input.SYCF_csnap.SYCF_important::Before {
    top: 3px;
}

.submitcomp .col-12, .submitcomp .col-11, .submitcomp .col-10, .submitcomp .col-9, .submitcomp .col-8, .submitcomp .col-7, .submitcomp .col-6, .submitcomp .col-5, .submitcomp .col-4, .submitcomp .col-3, .submitcomp .col-2, .submitcomp .col-1 {
    padding-left: 0px;
    padding-right: 0px
}

.submitcomp .SYCF_col {
    padding-left: 15px;
    padding-right: 15px
}

.submitcomp .SYCF_col {
    margin-bottom: 20px
}

    .submitcomp .SYCF_col.SYCF_cname {
        margin-bottom: 30px
    }

    .submitcomp .SYCF_col .SYCF_label {
        font-family: 'Avenir-Medium';
        color: #410166;
        font-size: 12px;
        line-height: 16px;
    }

.submitcomp .SYCF_error .SYCF_label {
    color: #c0202a;
}

.submitcomp .SYCF_input.SYCF_error input {
    border-bottom: solid 1px #c0202a !important;
}

.submitcomp .SYCF_select select {
    width: 100%;
    border: 0px;
    border-bottom: solid 1px #000000;
    height: 20px;
    font-family: 'Avenir-Book';
    font-size: 15px;
    line-height: 22px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.submitcomp .SYCF_select select.ddState {
    height: 23px;
}
/*ST-2193 Reomve color>> 939393*/
.submitcomp .SYCF_select.SYCF_error select {
    border-bottom: solid 1px #c0202a;
}

.submitcomp .SYCF_select select {
    background: url(/Images/FEZ/downarrow-icon.png) no-repeat right;
}

.submitcomp .SYC_confirm {
    margin: 17px 0px 50px;
    font-family: 'Avenir-Book';
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    max-width: 716px;
    padding-left: 40px;
    position: relative
}

.SYC_confirm.SYCF_important.SYCF_error {
    white-space: nowrap;
    color: #c0202a !important;
    font-family: 'Avenir-Heavy';
}
/*.submitcomp [type="checkbox"]:not(:checked),.submitcomp [type="checkbox"]:checked{position:absolute;left:-9999px}
.submitcomp [type="checkbox"]:not(:checked) + label,.submitcomp [type="checkbox"]:checked + label{position:relative;overflow:hidden;padding-left:35px;cursor:pointer;display:inline-block;height:21px;line-height:21px;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}
.submitcomp [type="checkbox"] + label:before,.submitcomp [type="checkbox"] + label:after{content:'';position:absolute;left:0;z-index:1;-webkit-transition:.2s;transition:.2s}
.submitcomp [type="checkbox"]:not(:checked) + label:before{top:0;width:19px;height:19px;border:1px solid #979797}
.submitcomp [type="checkbox"]:not(:checked) + label:after{top:0;width:19px;height:19px;border:1px solid #979797;z-index:0}
.submitcomp [type="checkbox"]:checked + label:before{top:2px;width:6px;height:12px;border-top:1px solid transparent;border-left:1px solid transparent;border-right:1px solid #979797;border-bottom:1px solid #979797;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:20% 40%;transform-origin:100% 100%}
.submitcomp [type="checkbox"]:checked + label:after{top:0;width:19px;height:19px;border:1px solid #979797;z-index:0}
.submitcomp [type="checkbox"]:disabled:not(:checked) + label:before,[type="checkbox"]:disabled:checked + label:before{top:0;box-shadow:none;background-color:#444;width:19px;height:19px;border:3px solid #444;-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}
.submitcomp [type="checkbox"]:disabled + label{color:#555}
.submitcomp [type="checkbox"]:disabled:not(:checked) + label:hover:before{border-color:#979797}*/
.submitcomp .SYC_confirm_check {
    position: absolute;
    left: 0px
}

.submitcomp .SYC_confirm.SYCF_important .SYC_confirm_check {
    left: 15px
}

.submitcomp .SYC_seo {
}

    .submitcomp .SYC_seo .SYC_seo_heading {
        font-family: 'Optima-Regular';
        font-size: 30px;
        line-height: 36px;
        color: #410166;
        text-align: left;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 6px
    }

        .submitcomp .SYC_seo .SYC_seo_heading:after {
            content: "";
            position: absolute;
            background: url(/Images/FEZ/Website.svg) right;
            width: 31px;
            height: 31px;
            top: 0px;
            background-size: 31px 31px;
            background-repeat: no-repeat;
            margin-left: 15px;
        }

    .submitcomp .SYC_seo .SYC_seo_subheading {
        font-family: 'Avenir-Heavy';
        color: #410260;
        font-size: 20px;
        line-height: 27px;
        text-align: left;
        margin-bottom: 17px
    }

.submitcomp .SYC_form2 {
    padding-left: 10px
}

.submitcomp .countnum {
    font-family: 'Avenir-Medium';
    color: #696969;
    text-align: right;
    line-height: 20px;
    padding-right: 15px;
    margin-top: -15px;
}

.submitcomp .SYC_form2 .SYCF_col .SYCF_label {
    font-family: 'Avenir-Heavy';
    font-size: 15px;
    line-height: 20px;
    color: #000
}

    .submitcomp .SYC_form2 .SYCF_col .SYCF_label.company-snapshot {
        margin-bottom: 10px;
    }

    .submitcomp .SYC_form2 .SYCF_col .SYCF_label.fr_contact {
        color: #410166 !important;
    }

.submitcomp .SYC_form2 .SYCF_error .SYCF_label {
    color: #c0202a !important;
}

.submitcomp .SYCF_inline .SYCF_label {
    display: inline-block
}

.submitcomp .SYCF_inline input, .submitcomp .SYCF_inline select {
    display: inline-block
}

.submitcomp .SYCF_primary select {
    width: 55%
    /*356px*/
}

.submitcomp .SYCF_secondary select {
    width: 49%
}

.submitcomp .SYCF_pcontact input {
    width: 63%
}

.submitcomp .SYC_form2.SYC_padd {
    padding-left: 0px;
    margin-left: 0px;
}

.submitcomp .SYCF_year input {
    width: 56px
}

.submitcomp .SYC_form2.SYC_padd .SYCF_employee select {
    color: #000;
    border: 0px;
    width: 43%;
    /*font-family: 'Avenir-Heavy';*/
    font-family: 'Avenir-book';
    font-size: 13px;
    line-height: 16px;
    text-align: right;
    padding-right: 15px
}

.submitcomp .SYC_form2.SYC_padd .SYCF_clientele select {
    color: #000;
    border: 0px;
    width: 71%;
    font-size: 15px;
    line-height: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*.submitcomp .SYC_form2.SYC_padd .SYCF_clientele select::after {
            background-image: url(../../Images/FEZ/element-wing.svg);
            background-size: 10px 5px;
            width: 10px;
            height: 5px;
        }*/
/*ST-2193 ,font-family: 'Avenir-Heavy';*/
.submitcomp .SYC_form2.SYC_padd .SYCF_licensed select {
    color: #000;
    border: 0px;
    width: 92px;
    font-family: 'Avenir-Heavy';
    font-size: 15px;
    line-height: 20px
}

.submitcomp .SYCF_ifyes input {
    width: 57%;
}

.submitcomp .companyMarketId {
    width: 85% !important;
}

.submitcomp .SYCF_avgcost select {
    width: 45%
}

.submitcomp .SYCF_owner input {
    width: 53%
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.submitcomp .SYCF_textarea textarea {
    height: 86px;
    border: solid 1px #979797;
    background-color: #ffffff;
    width: 98%;
    padding: 5px 0 0 10px;
}

.submitcomp .SYCF_text {
    font-family: 'Avenir-Light';
    color: #000000;
    font-size: 16.8px;
    line-height: 23px;
}

    .submitcomp .SYCF_text p {
        text-align: center;
    }

.submitcomp .SYCF_submitbtn {
    text-align: center;
    margin-bottom: 14px
}

.submitcomp .SYCF_submit {
    border: solid 2px #410166;
    border-radius: 27px;
    height: 43px;
    width: 256px;
    text-align: center;
    line-height: 39px;
    font-family: 'Avenir-Heavy';
    color: #410166;
    font-size: 20px;
    background: #fff;
    margin-left: 300px;
    display: block;
}

.submitcomp .SYCF_submit_review {
    border: solid 2px #410166;
    border-radius: 27px;
    height: 43px;
    width: 256px;
    text-align: center;
    line-height: 39px;
    font-family: 'Avenir-Heavy';
    color: #410166;
    font-size: 20px;
    background: #fff;
    float: right;
    margin-right: 300px;
}

.submitcomp .SYCF_required {
    text-align: center;
    font-family: 'Avenir-Medium';
    font-size: 15px;
    color: #c0202a
}

.submitcomp .SYCF_csnap input, .submitcomp .SYCF_pcontact input, .submitcomp .SYCF_owner input, .submitcomp .SYCF_ifyes input {
    font-family: 'Avenir-Roman';
    color: #000;
    font-size: 15px;
}

.submitcomp .SYCF_owner input {
    font-size: 15px;
}

.submitcomp .SYCF_important:before {
    bottom: 5px
}

.submitcomp .frContact .SYCF_important:before {
    top: 4px
}
/*ST-2183*/
.Add_service_provider .removeicon {
    background: url(/Images/FEZ/element-x.svg) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 12px;
    bottom: 22px;
    background-size: 7px 7px;
}
.citydiv .removeicon {
    right: 7px;
    top: 5px;
}

.WriteReview .removeicon {
    background: url(/Images/FEZ/element-x.svg) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 50px;
    bottom: 30px;
    background-size: 7px 7px;
}

.textarea_input .removeicon {
    right: -4px;
    top: 35px;
}

.textarea_input{
    position:relative;
}

.submitcomp .removeicon {
    background: url(/Images/FEZ/element-x.svg) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    background-size: 7px 7px;
}

.submitcomp .removeicon1 {
    background: url(/Images/FEZ/element-x.svg) no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    right: 15px;
    bottom: 75px;
    background-size: 7px 7px;
}
/*ST-2133*/
.submitcomp .SYCF_col.SYCF_state {
    padding-left: 10px;
    padding-right: 10px
}

.submitcomp .SYCF_col.SYCF_zip {
    padding-left: 0px;
}
/*.submitcomp .SYC_form2 .SYCF_col.SYCF_csnap .SYCF_label{color:#410166}*/
.submitcomp .SYC_form2 .SYCF_col.SYCF_frc_firstname .SYCF_label {
    color: #000
}

.submitcomp .SYC_form2 .SYCF_col.SYCF_frc_firstname .txtContactFirstName {
    width: 72%;
}

.submitcomp .SYC_form2 .SYCF_col.SYCF_frc_lastname .SYCF_label {
    color: #000
}

.submitcomp .SYC_form2 .SYCF_col.SYCF_frc_lastname .txtContactLastName {
    width: 73.5%;
}

.submitcomp .SYC_form2 .SYCF_col.SYCF_frc_email .SYCF_label {
    color: #000
}

.submitcomp .SYC_form2 .SYCF_col.SYCF_frc_email .txtContactEmail {
    width: 73%;
}

.submitcomp .SYC_form2 .SYCF_col.SYCF_frc_phone .SYCF_label {
    color: #000
}

.submitcomp .SYC_form2 .SYCF_col.SYCF_frc_phone .txtContactContactPhone {
    width: 63%;
}

.submitcomp .SYC_form2 .SYCF_col .txtVJRegPassWord {
    width: 75%;
}

.submitcomp .SYC_form2 .SYCF_input input {
    border-bottom: solid 1px #5e5e5e;
    padding: 0;
    height: 20px;
}

.submitcomp .SYC_form2 .SYCF_select select {
    border-bottom: solid 1px #000 !important;
    padding: 0;
}

.pl-pr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*ST-2193*/
.submitcomp .SYC_form2 .SYCF_contactexist {
    padding-left: 40px;
    font-family: 'Avenir-Heavy';
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

    .submitcomp .SYC_form2 .SYCF_contactexist .SYC_confirm_check {
        left: 10px
    }
/*ST-2122 End , ST-2193*/
.submitcomp [type="checkbox"] {
    opacity: 0
}

    .submitcomp [type="checkbox"]:not(:checked) {
        position: absolute;
        left: -9999px
    }

        .submitcomp [type="checkbox"]:not(:checked) + label, .submitcomp [type="checkbox"]:checked + label {
            overflow: hidden;
            padding-left: 25px;
            cursor: pointer;
            display: inline-block;
            height: 16px;
            line-height: 16px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -ms-user-select: none;
        }

    .submitcomp [type="checkbox"] + label:before, .submitcomp [type="checkbox"] + label:after {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        -webkit-transition: .2s;
        transition: .2s
    }

    .submitcomp [type="checkbox"]:not(:checked) + label:before {
        top: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #979797
    }

    .submitcomp [type="checkbox"]:not(:checked) + label:after {
        top: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #979797;
        z-index: 0
    }

    .submitcomp [type="checkbox"]:checked + label:before {
        background: url(/Images/FEZ/check-icon_poster.png) no-repeat;
        top: -4px;
        width: 23px;
        height: 23px;
        left: 2px;
        background-size: 20px 20px;
    }

    .submitcomp [type="checkbox"]:checked + label:after {
        top: 0px;
        width: 16px;
        height: 16px;
        border: 1px solid #426618;
        z-index: 0
    }

    .submitcomp [type="checkbox"]:disabled:not(:checked) + label:before, .submitcomp [type="checkbox"]:disabled:checked + label:before {
        top: 0;
        box-shadow: none;
        background-color: #444;
        width: 16px;
        height: 16px;
        border: 3px solid #426618;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    .submitcomp [type="checkbox"]:disabled + label {
        color: #555
    }

    .submitcomp [type="checkbox"]:disabled:not(:checked) + label:hover:before {
        border-color: #979797
    }

.submitcomp .SYCF_jobdesc.SYCF_important:before {
    content: "";
    position: absolute;
    bottom: 10px;
    background-image: url(/Images/FEZ/important-icon.png);
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    bottom: auto;
    top: 2px;
    left: 12px
}

.submitcomp .SYCF_jobdesc.SYCF_error:before {
    content: "";
    position: absolute;
    bottom: 10px;
    background-image: url(/Images/FEZ/error-icon.png);
    width: 15px;
    height: 15px;
    bottom: 20px;
    left: 13px
}

.submitcomp .SYCF_jobdesc.SYCF_important .SYCF_label {
    padding-left: 15px
}

.submitcomp .SYCF_col.SYCF_licensed .SYCF_label {
    width: 100px !important;
    display: inline-block !important
}

.submitcomp .SYCF_licensed select {
    width: 55px !important;
    display: inline-block !important;
    padding-right: 15px !important
}

/*ST-2108 Start*/
.portsc {
    padding: 40px 0px;
    width: 1200px;
    position: relative
}

    .portsc .mktportlogo {
        text-align: center;
        margin-bottom: 50px
    }

        .portsc .mktportlogo img {
        }

    .portsc .boxlayout {
        border-radius: 13px;
        width: 100%;
        position: relative;
        border: solid 1px #989898;
    }

    .portsc .nav {
        position: absolute;
        top: -40px
    }

        .portsc .nav > li > a {
            position: relative;
            display: block;
            padding: 0px 11px 0px 39px;
            background-color: #fff
        }

            .portsc .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #fff
            }

    .portsc .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }

        .portsc .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
            position: relative;
            margin-left: 30px
        }

            .portsc .nav-tabs > li > a {
                margin-right: 2px;
                line-height: 46px;
                border: solid 1px #979797;
                border-radius: 6px;
                font-family: 'MillerDisplay-Light';
                color: #000000;
                font-size: 30px;
                text-decoration: none;
                padding: 0px 30px
            }

            .portsc .nav-tabs > li.active > a, .portsc .nav-tabs > li.active > a:focus, .portsc .nav-tabs > li.active > a:hover {
                cursor: default;
                background-color: #e3e9f5 !important;
            }

    .portsc .boxlayout .boxinnerlayout {
        padding: 40px 20px
    }

        .portsc .boxlayout .boxinnerlayout table {
            width: 100%;
            border: 0px;
        }

            .portsc .boxlayout .boxinnerlayout table td {
                width: 32.33%;
                padding-right: 1%;
                vertical-align: top
            }

    .portsc .boxlayout .portlistitem {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        display: table;
        width: 32.33%;
        padding-right: 1%;
        float: left;
        text-align: left
    }

        .portsc .boxlayout .portlistitem .portlistitem_img {
            width: 33%;
            padding-right: 3%;
            display: table-cell;
            vertical-align: middle;
            text-align: left
        }

            .portsc .boxlayout .portlistitem .portlistitem_img img {
                width: 100%;
                height: 90px;
            }

        .portsc .boxlayout .portlistitem .portlistitem_label {
            width: 67%;
            font-family: 'Avenir-Light';
            color: #000;
            font-size: 18px;
            line-height: 22px;
            display: table-cell;
            vertical-align: middle;
        }

            .portsc .boxlayout .portlistitem .portlistitem_label a {
                color: #000;
                outline: none;
                text-decoration: none
            }

        .portsc .boxlayout .portlistitem a {
            color: #000;
            outline: none;
            text-decoration: none;
            display: table-row;
        }

        .portsc .boxlayout .portlistitem:hover .portlistitem_label {
            font-family: 'Avenir-Heavy';
            color: #801FB8;
            font-size: 18px;
        }
/*ST-2212*/
/*ST-2108 End*/

/*ST-2106, ST-2107 Start*/
.deepCategoryPage .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 11px 0px 39px
}

    .deepCategoryPage .nav > li > a:focus, .nav > li > a:hover {
        text-decoration: none;
        background-color: #eee
    }

.deepCategoryPage .nav-tabs {
    border-bottom: 1px solid #000;
    margin-top: 28px
}

    .deepCategoryPage .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
        position: relative;
        height: 33px
    }

        .deepCategoryPage .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 31px;
            border: 1px solid transparent;
            border-radius: 6px 6px 0 0;
            font-family: 'Avenir-Light';
            color: #000000;
            font-size: 15px;
            text-transform: uppercase;
            text-decoration: none
        }

            .deepCategoryPage .nav-tabs > li > a img {
                position: absolute;
                top: 5px;
                left: 11px;
                width: 25px
            }

            .deepCategoryPage .nav-tabs > li > a:hover {
                border-color: #fff #fff #000;
                background: #fff
            }

        .deepCategoryPage .nav-tabs > li.active > a, .deepCategoryPage .nav-tabs > li.active > a:focus, .deepCategoryPage .nav-tabs > li.active > a:hover {
            color: #000;
            cursor: default;
            background-color: #fff;
            border: 1px solid #000;
            border-bottom-color: transparent;
            height: 31px
        }

.deepCategoryPage {
    max-width: 1200px
}

    .deepCategoryPage .cat-wrapper.homecat {
        position: relative;
        left: -3px;
        top: 10px;
        width: 100%;
        border: 0px
    }

        .deepCategoryPage .cat-wrapper.homecat .cat-header {
            display: none
        }

        .deepCategoryPage .cat-wrapper.homecat .cat-content {
            margin: 15px 0px 20px 0px;
        }

            .deepCategoryPage .cat-wrapper.homecat .cat-content table {
                width: 100% !important
            }

            .deepCategoryPage .cat-wrapper.homecat .cat-content div.column-home {
                width: 100%;
                float: none
            }

            .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home, .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home-last {
                float: none;
                width: 19%;
                padding-right: 1%
            }

                .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home span, .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home-last span {
                    font-family: 'Avenir-Heavy';
                    color: #401660;
                    font-size: 13px !important;
                    line-height: 15px !important;
                    text-decoration: none !important;
                    text-transform: uppercase;
                    margin-top: 9px;
                    display: block
                }

            .deepCategoryPage .cat-wrapper.homecat .cat-content td div {
                width: 100% !important
            }

            .deepCategoryPage .cat-wrapper.homecat .cat-content td br {
                height: 0px;
                line-height: 0px;
                display: block
            }

        .deepCategoryPage .cat-wrapper.homecat .column-home a, .deepCategoryPage .cat-wrapper.homecat .column-home-last a {
            font-family: 'Avenir-Light';
            color: #000000;
            font-size: 13px;
            line-height: 15px
        }

    .deepCategoryPage .cat-wrapper.lifestylecat {
        position: relative;
        left: -3px;
        top: 10px;
        width: 100%;
        border: 0px
    }

        .deepCategoryPage .cat-wrapper.lifestylecat .cat-header {
            display: none
        }

        .deepCategoryPage .cat-wrapper.lifestylecat .cat-content {
            margin: 15px 0px 20px 0px;
        }

            .deepCategoryPage .cat-wrapper.lifestylecat .cat-content table {
                width: 100% !important
            }

            .deepCategoryPage .cat-wrapper.lifestylecat .cat-content div.column-home {
                width: 100%;
                float: none
            }

            .deepCategoryPage .cat-wrapper.lifestylecat .cat-content td {
                width: 16.1%;
                padding-right: 0.5%
            }

                .deepCategoryPage .cat-wrapper.lifestylecat .cat-content td span {
                    font-family: 'Avenir-Heavy';
                    color: #401660;
                    font-size: 13px !important;
                    line-height: 15px !important;
                    text-decoration: none !important;
                    text-transform: uppercase;
                    margin-top: 9px;
                    display: block
                }

                .deepCategoryPage .cat-wrapper.lifestylecat .cat-content td div {
                    width: 100% !important
                }

                .deepCategoryPage .cat-wrapper.lifestylecat .cat-content td br {
                    height: 0px;
                    line-height: 0px;
                    display: block
                }

        .deepCategoryPage .cat-wrapper.lifestylecat .column-home a, .deepCategoryPage .cat-wrapper.lifestylecat .column-home-last a {
            font-family: 'Avenir-Light';
            color: #000000;
            font-size: 13px;
            line-height: 16px
        }

        .deepCategoryPage .cat-wrapper.lifestylecat .column-home img {
            width: 100% !important;
            height: auto !important
        }
/*ST-2106, ST-2107 End*/

/*Deafault Header and Home page Start*/
#content2 {
    display: none
}
/*Deafault Header and Home page End*/

/* ST-2098.2 Corona Page Start*/
.coronalist .heading {
    font-family: 'Helvetica-Bold';
    font-size: 30px;
    line-height: 36px;
    color: #94dc24;
    text-align: center;
    margin: 16px auto 11px
}

.coronalist .table1 {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

    .coronalist .table1 tr th {
        font-family: 'Helvetica-Bold';
        font-size: 12px;
        color: #000;
        vertical-align: middle;
        text-align: left;
        padding-right: 8px
    }

        .coronalist .table1 tr th:last-child {
            padding-right: 0px
        }

    .coronalist .table1 tr td {
        font-family: 'Helvetica';
        font-size: 12px;
        color: #000000;
        padding-right: 8px;
        line-height: 12px
    }

        .coronalist .table1 tr td:last-child {
            padding-right: 0px
        }

    .coronalist .table1 .listtitle {
        color: #401660;
        font-family: 'Helvetica-Bold';
        font-size: 12px;
        padding-top: 20px
    }

.coronalist .listing {
    margin-bottom: 30px;
    max-width: 1185px
}

.coronalist .table1 .listtitle.td-listtitle1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
/* ST-2098.2 Corona Page End*/

/* ST-2137 Aboutus Page Start*/
.aboutus {
    width: 993px;
    background: #fff
}

    .aboutus .aboutimg {
        width: 300px;
        border: 0px;
    }

    .aboutus p {
        font-family: 'Helvetica';
        line-height: 1.3
    }

        .aboutus p a {
            color: #692469
        }

    .aboutus .aboutheading {
        font-family: 'Helvetica';
        font-size: 18px
    }
/* ST-2137 Aboutus Page End*/

/* ST-2138 FAQ Page Start*/
.faq {
    width: 993px;
    background: #fff;
    margin: 0 auto
}

    .faq .faqinner {
        width: 100%;
        margin: 20px 0px
    }

    .faq .faqtitle {
        font-family: 'MillerDisplay-Light';
        font-size: 24px;
        line-height: 30px;
        color: #652d90;
        font-weight: bold;
        margin-bottom: 10px
    }

    .faq .faqlist {
    }

        .faq .faqlist ol {
        }

            .faq .faqlist ol li {
                font-family: 'Avenir-Light';
                font-size: 16px;
                line-height: 22px;
                padding-bottom: 10px
            }

                .faq .faqlist ol li a {
                    cursor: pointer
                }

    .faq .faqlistview {
        font-family: 'GillSans';
        padding-top: 20px
    }

        .faq .faqlistview .faqlistitem {
            padding-bottom: 10px
        }

            .faq .faqlistview .faqlistitem .faqlistitem_title {
                font-family: 'Avenir-Roman';
                font-size: 18px;
                line-height: 24px;
                color: #000;
                border-bottom: solid 1px #000;
            }

            .faq .faqlistview .faqlistitem .faqlistitem_desc {
                font-size: 16px;
                line-height: 22px;
                color: #000
            }

                .faq .faqlistview .faqlistitem .faqlistitem_desc a {
                    color: #652d90
                }
/* ST-2138 FAQ Page End*/

/* ST-2121 and ST-2140 Submit Your Company Start*/
.SumbitCompSP {
    width: 1060px;
    margin: 42px 0px 0px;
    font-family: 'Helvetica';
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 19px;
}

    .SumbitCompSP .SumbitCompLeft {
        width: 680px;
        float: left;
    }

        .SumbitCompSP .SumbitCompLeft .registerlink {
            margin: 20px auto 10px;
            text-align: center
        }

    .SumbitCompSP .SumbitCompTitle {
        font-family: 'NeutraText-Book',Sans-Serif;
        color: #410166;
        font-size: 24px;
        margin-bottom: 5px;
        font-weight: 300;
        line-height: 26px;
        margin-top: 0px;
        text-align: left
    }

    .SumbitCompSP .SumbitCompLeft .SumbitCompTitle {
        margin-bottom: 4px
    }

    .SumbitCompSP .SumbitCompLeft p {
        margin-top: 0px;
        text-align: left
    }

        .SumbitCompSP .SumbitCompLeft p a {
            color: #043aff;
            text-decoration: none
        }

    .SumbitCompSP .SumbitCompFeature {
        background: url(/Images/submitcomp-img1.png) no-repeat;
        background-size: 100%;
        width: 660px;
        height: 214px;
        position: relative;
        margin: 20px 0 0px;
    }

        .SumbitCompSP .SumbitCompFeature .featurebox {
            position: absolute;
            left: 220px;
            width: 223px;
            text-align: center;
            top: 10px
        }

            .SumbitCompSP .SumbitCompFeature .featurebox .featureboxTitle {
                font-family: 'NeutraText-Demi',Sans-Serif;
                color: #401660;
                font-size: 15px;
                line-height: 21px;
                margin-bottom: 5px;
                text-transform: uppercase
            }

            .SumbitCompSP .SumbitCompFeature .featurebox p {
                line-height: 19px;
                color: #000;
                font-size: 15px;
                text-align: center
            }

    .SumbitCompSP .SumbitCompRight {
        width: 324px;
        float: left;
        margin-left: 10px
    }

        .SumbitCompSP .SumbitCompRight .rightbox {
            background-color: #fafafa;
            border-radius: 9px;
            border: solid 1px #401660;
            padding: 30px 9px 31px 19px
        }

    .SumbitCompSP .SumbitCompRightList {
        list-style: none;
        margin: 0px;
        padding: 0px
    }

        .SumbitCompSP .SumbitCompRightList li {
            margin-bottom: 60px
        }

            .SumbitCompSP .SumbitCompRightList li:first-child {
                margin-top: 11px
            }

            .SumbitCompSP .SumbitCompRightList li:last-child {
                margin-bottom: 0px
            }

        .SumbitCompSP .SumbitCompRightList .SumbitCompRightList_comment {
            margin-bottom: 5px;
            line-height: 19px;
            font-family: 'Helvetica-Oblique';
            text-align: left
        }

        .SumbitCompSP .SumbitCompRightList .SumbitCompRightList_name {
            font-family: 'Helvetica-Bold';
            line-height: 19px;
            margin-left: 20px;
            text-align: left
        }

        .SumbitCompSP .SumbitCompRightList .SumbitCompRightList_desg {
            font-family: 'Helvetica-Bold';
            line-height: 19px;
            margin-left: 20px;
            text-align: left
        }

    .SumbitCompSP .SumbitComp_reg {
        margin: 29px 0px 28px;
        background-color: #fafafa;
        border-radius: 8px;
        padding: 25px 20px 25px
    }

    .SumbitCompSP .helvetica-bold {
        font-family: 'Helvetica-Bold';
    }

    .SumbitCompSP .regbtn {
        text-decoration: none;
        margin: 9px auto 12px;
        display: block;
        font-family: 'Helvetica-Bold';
        width: 241px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        border-radius: 17px; /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);*/
        border: solid 1px #401660;
        background-image: radial-gradient(circle at 50% 100%, #410166, #410166 116%);
    }

    .SumbitCompSP .SumbitComp_reg_desc {
        margin: 0px auto 10px
    }

    .SumbitCompSP .SumbitComp_content {
        margin: 28px auto;
        max-width: 900px
    }

    .SumbitCompSP .SumbitComp_reg_desc2 {
        margin: 11px auto 0px;
        width: 88%;
    }

    .SumbitCompSP .SumbitComp_content p {
    }

    .SumbitCompSP .SumbitCompinner {
        width: 1020px;
        margin: 0 auto
    }
/* ST-2121 and ST-2140 Submit Your Company End*/

/* ST-2139 Member Review Start*/
.memreivew .fr_fontFamily_centuryGothic {
    font-family: CenturyGothic,Century Gothic,Sofia Pro Light,Century,Gothic,Myriad Pro,MyriadPro,Myriad,arial,sans-serif
}

.memreivew .fr_width {
    width: 993px
}

.memreivew .fr_backgroundColor_purple_light {
    background-color: #9283aa
}

.memreivew #wr {
    padding-top: 5px;
    width: 656px;
    height: 260px;
    margin: 63px auto;
    padding: 17px 38px 44px 30px;
    border: solid 2px #410166;
    background-color: #fafafa;
}

    .memreivew #wr a {
        text-decoration: none;
        color: #000;
        width: 110px;
        cursor: pointer;
        padding: 0.25rem 0.25rem;
    }

    .memreivew #wr span.CurrMarket, .memreivew #wr span.CurrMarket a {
        display: inline !important;
        padding-left: 0 !important;
    }

    .memreivew #wr a:hover, .memreivew #wr a:active {
        background-color: transparent;
    }

.memreivew .wr_wizard {
    /*background-color: #eee;
    border: double 7px #c1aad6;
    margin-top: 5px;
    text-align: center;
    padding-bottom: 30px*/
}

    .memreivew .wr_wizard input {
        /*font-size: 14pt*/
    }

    .memreivew .wr_wizard table {
        width: 100%
    }

    .memreivew .wr_wizard td {
        width: 100%
    }

.memreivew .wr_header {
    color: #fff;
    padding: 4px;
    font-size: 20pt;
    height: 35px;
    vertical-align: middle;
    background-color: #c1aad6
}

.memreivew #wr_header_v_name {
    position: relative;
    top: -30px;
    width: 950px;
    text-align: right;
    font-size: 18pt;
    color: #6624a2;
    border: none 0
}

.memreivew .wr_image_header {
    text-align: center;
}

    .memreivew .wr_image_header img, .memreivew .wr_image_header image {
        height: 63px;
    }

.memreivew .wr_step {
    padding-bottom: 30px
}

.memreivew .wr_step_header {
    font-size: 32pt;
    height: 60px;
    padding-top: 20px;
    width: 100%
}

.memreivew #wr_step2 select {
    width: 300px
}

.memreivew .wr_header div {
    border: solid 1px #fff;
    height: 33px;
    vertical-align: middle;
    line-height: 30px;
    padding-left: 8px
}

.memreivew .wr_form_cell {
    height: 80px;
}

.memreivew .wr_form_field {
    display: inline-block;
}

.memreivew #wr_step1 input {
    /*height: 35px*/
}

.memreivew #wr_step2 input {
    height: 23px
}

.memreivew #wr_form_addCompany {
    width: 100%;
    padding-top: 15px;
    font-size: 12pt
}

.memreivew #wr_form_findCompany {
    width: 100%;
    padding-top: 15px;
    font-size: 12pt
}

.memreivew .wr_form_lbl {
    height: 30px;
    display: inline
}

.memreivew .wr_form_lbl_1 {
    font-size: 10pt
}

.memreivew .wr_wiz_prev {
    display: none
}

.memreivew .wr_wizard_header {
    display: none
}

.memreivew .wr_form_hidden {
    display: none
}

.memreivew .wr_cmdButton {
    border: none 0;
    background-color: #fff;
    color: #6624a2;
    cursor: pointer;
    font-size: 16pt;
    padding: 3px 15px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    position: relative;
    left: -430px
}

.memreivew #wr_step2 {
    width: 850px;
    font-size: 20pt;
    padding-left: 0
}

.memreivew #wr_step3 {
    font-size: 14pt
}

    .memreivew #wr_step3 .wr_form_lbl_1 {
        font-size: 10pt
    }

    .memreivew #wr_step3 textarea {
        width: 750px
    }

    .memreivew #wr_step3 .wr_form_cell {
        display: block;
        height: 175px
    }

    .memreivew #wr_step3 .wr_bottomLine {
        height: 50px;
        width: 77%;
        margin: 0 auto
    }

    .memreivew #wr_step3 .wr_form_lbl {
        height: 20px
    }

.memreivew #wr_step4 .wr_form_cell {
    display: block
}

.memreivew #wr_form_company {
    width: 850px;
    font-size: 20pt;
    padding-top: 0;
    display: none;
    padding-left: 50px
}

    .memreivew #wr_form_company input {
        height: 23px;
        width: 380px
    }

.memreivew .wr_form_standard input {
    height: 23px;
    width: 380px
}

.memreivew .wr_form_standard select {
    height: 28px;
    font-size: 14pt
}

.memreivew .wr_form_standard div {
    height: 43px;
    padding-right: 10px
}

.memreivew .wr_form_standard .wr_form_lbl {
    text-align: right;
    width: 350px;
    float: left
}

.memreivew .wr_form_standard .wr_form_field {
    text-align: left;
    width: 480px;
    float: right
}

.memreivew #wr_step2 .wr_step_header {
    height: 60px;
    padding-top: 40px
}

.memreivew #wr_step3 .wr_step_header {
    height: 40px;
    padding-top: 30px
}

.memreivew #wr_step4 .wr_step_header {
    height: 54px;
    padding-top: 50px;
    text-align: center
}

.memreivew #wr_step4 {
    text-align: left;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 20px
}

    .memreivew #wr_step4 .wr_form_cell_1 {
        height: 60px
    }

    .memreivew #wr_step4 .wr_form_cell_2 {
        height: 40px
    }

    .memreivew #wr_step4 .wr_form_cell_3 {
        height: 40px
    }

.memreivew .wr_form_txt {
    color: #000;
    font-size: 10pt
}

.memreivew #wr_step4 label {
    position: absolute;
    padding-right: 150px;
    padding-left: 5px
}

.memreivew #wr_photos {
    display: block
}

.memreivew .wr_vendorId {
    display: none
}

.memreivew #wr_step4_complete_row1 {
    height: 80px;
    padding-top: 90px;
    font-size: 50pt
}

.memreivew #wr_step4_complete_row2 {
    height: 50px;
    font-size: 28pt
}

.memreivew #wr_step4_complete_row4 {
    padding-top: 20px;
    height: 40px;
    font-size: 18pt
}

.memreivew .iSearch {
    border-bottom: solid 1px #979797 !important;
    /*margin: 3px 0 0;*/
    border: none;
    background: transparent;
    width: 588px;
    font-family: NeutraText-Book;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000 !important;
    text-transform: uppercase;
}

.memreivew .search-label-bottom {
    font-family: Avenir-heavy;
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #410166;
    margin-left: 20px;
}

.memreivew .search-label-bottom-search {
    font-family: Avenir-heavy;
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #410166;
    float: right;
    margin-right: 10px;
    margin-top: -5px;
}

.memreivew .search-label-bottom-location {
    font-family: Avenir-heavy;
    font-size: 10px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #410166;
    margin-left: 20px;
}

.memreivew .location-search-select {
    width: 164px;
    padding-left: 20px;
}

    .memreivew .location-search-select li {
        list-style: none;
        /* width: 164px; */
        margin: 3px 0 2px;
        border-bottom: solid 1px #979797;
    }

.memreivew .wr_imgCell {
    display: none;
    vertical-align: bottom
}

.memreivew .wr_img {
    display: none;
    width: 140px
}

.memreivew .wr_imgPane {
    border: inset 1px;
    padding: 0
}

.memreivew .wr_c {
    display: none;
    width: 134px;
    height: 45px;
    font-size: 8pt
}

.memreivew .wr_x {
    display: none;
    font-size: 10pt;
    font-weight: 700;
    text-align: right;
    width: 20px;
    position: relative;
    left: 120px
}

.memreivew .wr_x_txt {
    border: outset 1px;
    color: gray;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    background-color: #f0f0f0;
    border-bottom: none 0
}

.memreivew .wr_throbber {
    display: inline;
    float: right;
    position: relative;
    top: -20px;
    left: 20px
}

.memreivew .wr_form_txt_top {
    height: 50px
}

.memreivew .wr_file {
    height: 50px;
    width: 300px
}

.memreivew #wr_photos table {
    width: 0
}

    .memreivew #wr_photos table td {
        width: 0;
        vertical-align: bottom
    }

.memreivew .wr_imgDiv {
    width: 145px;
    vertical-align: bottom
}

.memreivew .requirefield {
    display: block;
    font-size: 14pt;
    text-align: left;
    padding-left: 120px;
    padding-top: 50px;
}

.memreivew .wr_step_header {
    /*font-family: 'OptimaLT-Medium';
    font-size: 27px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;*/
    font-family: Avenir-medium;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #410166;
}

.memreivew .SumoSelect > .CaptionCont > label > i {
    background-image: url(/Images/FEZ/icon-dropdown2.png) !important;
    width: 6px !important;
    height: 11px !important
}

.memreivew .SumoSelect.open > .CaptionCont > label > i {
    background-image: url(/Images/FEZ/icon-dropdown2.png) !important;
    width: 6px !important;
    height: 11px !important
}

.memreivew .SumoSelect > .CaptionCont {
    border-radius: 5px;
    border: solid 1px #979797 !important;
    background-color: #ffffff;
    font-family: 'Avenir-Light';
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    padding: 3px 5px;
    width: 268px;
    height: 22px;
}

.memreivew .SumoSelect.open .CaptionCont {
    border-radius: 5px 5px 0px 0px !important;
    border-bottom: 0px !important;
    box-shadow: none !important;
    width: 268px
}

.memreivew .SumoSelect.open > .optWrapper {
    top: 27px !important;
    border-radius: 0px 0px 5px 5px !important;
    border: solid 1px #979797 !important;
    box-shadow: 0px !important;
    width: 280px;
    padding-right: 0px
}

.memreivew .SumoSelect > .optWrapper > .options li.opt {
    font-family: 'Avenir-Light';
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 5px 10px;
    border: 0px
}

.memreivew .SumoSelect > .optWrapper > .options li label {
    white-space: inherit;
}

.memreivew .wr_form_standard select {
    width: 100% !important;
    height: auto
}

.memreivew .wr_form_standard .SumoSelect div {
    height: auto;
    padding-left: initial;
}

.memreivew #wr_step3 .wr_form_lbl_2 {
    font-family: 'Avenir-Light';
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.memreivew [type="checkbox"]:not(:checked), .searchprovider [type="checkbox"]:checked {
    position: absolute;
    left: -9999px
}

    .memreivew [type="checkbox"]:not(:checked) + label, .memreivew [type="checkbox"]:checked + label {
        position: relative;
        overflow: hidden;
        padding-left: 25px;
        cursor: pointer;
        display: inline-block;
        height: 21px;
        line-height: 21px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none
    }

.memreivew [type="checkbox"] + label:before, .memreivew [type="checkbox"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s
}

.memreivew [type="checkbox"]:not(:checked) + label:before {
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #979797
}

.memreivew [type="checkbox"]:not(:checked) + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #979797;
    z-index: 0
}

.memreivew [type="checkbox"]:checked + label:before {
    background: url(/Images/FEZ/check-icon_poster.png) no-repeat;
    top: -1px;
    width: 23px;
    height: 23px;
    left: 2px
}

.memreivew [type="checkbox"]:checked + label:after {
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #426618;
    z-index: 0
}

.memreivew [type="checkbox"]:disabled:not(:checked) + label:before, .memreivew [type="checkbox"]:disabled:checked + label:before {
    top: 0;
    box-shadow: none;
    background-color: #444;
    width: 19px;
    height: 19px;
    border: 3px solid #426618;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg)
}

.memreivew [type="checkbox"]:disabled + label {
    color: #555
}

.memreivew [type="checkbox"]:disabled:not(:checked) + label:hover:before {
    border-color: #979797
}

.memreivew .wr_v_confirmationChecked label {
    padding-left: 30px
}

.memreivew #wr_step4 [type="checkbox"] {
    opacity: 0;
    position: relative
}

.memreivew #wr_step4 label {
    position: relative;
    padding-right: 0px;
    height: auto;
    padding-left: 30px
}

.memreivew .wr_step4_complete_row1 {
    font-family: 'OptimaLT-Medium';
    font-size: 27px !important;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    height: 40px !important
}

.memreivew .wr_step4_complete_row2 {
    font-family: 'OptimaLT-Medium';
    font-size: 27px !important;
    line-height: 27px;
    color: #000000;
    text-align: center
}

.memreivew #wr_step2 {
    width: 70%;
    margin: 0 auto
}

    .memreivew #wr_step2.wr_form_standard .wr_form_lbl {
        width: 48%;
    }

    .memreivew #wr_step2.wr_form_standard .wr_form_field {
        width: 48%;
    }

.memreivew .SumoSelect > .optWrapper > .options li.opt.disabled {
    border-bottom: solid 1px #979797
}

.memreivew .SumoSelect > .optWrapper > .options > li.opt:first-child {
    padding: 0px;
}
/* ST-2139 Member Review Start*/

/* ST-2123 Thankyou POPUp Start*/
.spthankyou .modal-dialog {
    max-width: inherit
}

.spthankyou .modal-content {
    width: 632px;
    min-height: 381px;
    border: solid 2px #410166;
    background-color: #fafafa;
    border-radius: 0px;
    padding: 0px
}

.spthankyou .spthankyou_inner {
    padding: 26px 61px 28px
}

.spthankyou .modal-content .spthankyou_icon {
    margin-bottom: 31px;
    text-align: center
}

    .spthankyou .modal-content .spthankyou_icon img {
        max-width: 100%
    }

.spthankyou .modal-content .spthankyou_title {
    font-family: 'Optima-Regular';
    font-size: 30px;
    line-height: 36px;
    color: #410166;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500
}

.spthankyou .modal-content .spthankyou_line {
    margin: 19px auto 14px;
    text-align: center
}

    .spthankyou .modal-content .spthankyou_line img {
        max-width: 100%
    }

.spthankyou .modal-content .spthankyou_desc {
    font-family: 'Avenir-Roman';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.spthankyou .modal-content .spthankyou_link {
    margin-top: 23px;
    text-align: center
}

.spthankyou .modal-content .spthankyou_btn {
    cursor: pointer;
    display: block;
    font-family: 'GillSans-SemiBold';
    font-size: 14px;
    color: #410260;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 121px;
    text-transform: uppercase;
    border: solid 1px #57307a;
    border-radius: 20px;
    background-color: #ffffff;
    text-decoration: none;
    margin: 0 auto
}

.spthankyou .modal-content .spthankyou_login {
}

.spthankyou .modal-content .spthankyou_logininner {
    margin: 38px auto;
    width: 75%
}

.spthankyou .modal-content .spthankyou_login .spthankyou_login_head {
    font-family: 'Avenir-Heavy';
    font-size: 15px;
    line-height: 20px;
    color: #410166;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px
}

.spthankyou .modal-content .spthankyou_login .spthankyou_email {
    margin-bottom: 10px
}

.spthankyou .modal-content .spthankyou_login .spthankyou_email_txt {
    padding-top: 10px;
    width: 15%;
    float: left;
    font-family: 'Avenir-Heavy';
    font-size: 15px;
    line-height: 20px;
    color: #410166;
    text-align: left;
    text-transform: uppercase;
}

.spthankyou .modal-content .spthankyou_login .spthankyou_email_fld {
    float: left;
    width: 85%
}

    .spthankyou .modal-content .spthankyou_login .spthankyou_email_fld input {
        width: 100%;
        border: 0px;
        border-bottom: solid 1px #000000;
        height: 26px;
        font-family: 'Avenir-Book';
        font-size: 20px;
        line-height: 26px;
        color: #939393;
        background: transparent;
        font-family: 'Avenir-Roman';
        font-size: 15px;
        line-height: 20px;
        color: #000000;
    }

.spthankyou .modal-content .spthankyou_login .spthankyou_pass {
}

.spthankyou .modal-content .spthankyou_login .spthankyou_pass_txt {
    padding-top: 10px;
    width: 25%;
    float: left;
    font-family: 'Avenir-Heavy';
    font-size: 15px;
    line-height: 20px;
    color: #410166;
    text-align: left;
    text-transform: uppercase;
}

.spthankyou .modal-content .spthankyou_login .spthankyou_pass_fld {
    float: left;
    width: 75%;
    position: relative
}

    .spthankyou .modal-content .spthankyou_login .spthankyou_pass_fld input {
        width: 100%;
        border: 0px;
        border-bottom: solid 1px #000000;
        height: 26px;
        font-family: 'Avenir-Book';
        font-size: 20px;
        line-height: 26px;
        color: #939393;
        background: transparent;
        font-family: 'Avenir-Roman';
        font-size: 15px;
        line-height: 20px;
        color: #000000;
    }

.submitcomp .spthankyou_pass_desc {
    font-family: 'Avenir-Heavy';
    color: #7e7e7e;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    margin-left: 70px;
}

.submitcomp #imgSPLShowHidePassWord.ImgshowPw {
    content: url(/Images/FEZ/frlogin_pass-icon.png);
}

.submitcomp #imgSPLShowHidePassWord {
    content: url(/Images/FEZ/frlogin_passlock-icon.png?V=3);
    cursor: pointer;
}

.submitcomp #imgSPLShowHidePassWord {
    position: absolute;
    right: 0;
    top: 7px
}

.submitcomp .greentext {
    color: #0d802e;
}

.submitcomp .redtext {
    color: #c0202a;
}
/* ST-2123 Thankyou POPUp End*/

/* ST-2148 Register POPUp Start*/
.spJoinReg .modal-dialog {
    max-width: inherit;
    margin-top: 40px
}

.spJoinReg .modal-content {
    width: 801px;
    min-height: 381px;
    /*border: solid 2px #410166;*/
    /*background-color: #fafafa;*/
    border-radius: 0px;
    padding: 0px
}

.spJoinReg .spJoinReg_inner {
    padding: 21px 19px 18px 38px;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 50%);
    border: solid 1.5px #410166;
    background-color: #fbfdfe;
    width: 801px;
    height: 460px;
}

.spJoinReg .modal-content .spJoinReg_icon {
    margin-top: -95px;
    text-align: center
}

    .spJoinReg .modal-content .spJoinReg_icon img {
        max-width: 100%
    }

.spJoinReg .modal-content .spJoinReg_title {
    font-family: 'Avenir-Medium';
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #410166;
    text-transform: uppercase;
    margin: 34px 0px 0px
}

.spJoinReg .modal-content .spJoinReg_title1 {
    font-family: 'Avenir-Heavy';
    font-size: 15px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin: 0px
}

.spJoinReg .modal-content .spJoinReg_title2 {
    font-family: 'Avenir-Heavy';
    font-size: 20px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    /*text-transform: uppercase;*/
    margin: 45px 335px 1px 0;
}

.spJoinReg .modal-content .spJoinReg_title3 {
    font-family: 'Avenir-Light';
    font-weight: 500;
    font-size: 20px;
    line-height: 37px;
    color: #000000;
    text-align: center;
    /*text-transform: uppercase;*/
    margin: 0px
}

.spJoinReg .modal-content .spJoinReg_link {
    margin-top: 23px;
    text-align: center
}

.spJoinReg .modal-content .spJoinReg_form {
    width: 725px;
    margin: 40px auto 0px
}

    .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner {
        border: solid 1px #979797;
    }

        .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner .spJoinReg_textarea {
            border: solid 0px #979797;
            padding: 11px 0 7px;
            font-family: 'Helvetica';
            font-size: 15px;
            line-height: 19px;
            color: #000;
            height: 76px;
            background-color: #ffffff;
            width: 96%;
        }

            .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner .spJoinReg_text::-webkit-input-placeholder, .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner .spJoinReg_textarea::-webkit-input-placeholder {
                font-family: 'Avenir-LightOblique';
                font-size: 16px;
                font-weight: 300;
                font-stretch: normal;
                font-style: oblique;
                line-height: normal;
                letter-spacing: normal;
                color: #979797;
            }

            .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner .spJoinReg_text:-moz-placeholder, .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner .spJoinReg_textarea:-moz-placeholder {
                font-family: 'Avenir-LightOblique';
                font-size: 16px;
                font-weight: 300;
                font-stretch: normal;
                font-style: oblique;
                line-height: normal;
                letter-spacing: normal;
                color: #979797;
            }

            .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner .spJoinReg_text:-ms-input-placeholder, .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner .spJoinReg_textarea:-ms-input-placeholder {
                font-family: 'Avenir-LightOblique';
                font-size: 16px;
                font-weight: 300;
                font-stretch: normal;
                font-style: oblique;
                line-height: normal;
                letter-spacing: normal;
                color: #979797;
            }

        .spJoinReg .modal-content .spJoinReg_form .spJoinReg_forminner .spJoinReg_text {
            border: solid 0px #979797;
            border-top: solid 1px #979797;
            ;
            padding: 5px 3%;
            font-family: 'Helvetica';
            font-size: 15px;
            line-height: 19px;
            color: #000;
            height: 22px;
            width: 94%
        }

.spJoinReg .modal-content .spJoinReg_title4 {
    font-family: Avenir-Roman;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    text-align: left;
    /*text-transform: uppercase;*/
    margin: 0px
}
.spJoinReg .modal-content .spthankyou_btn.sendInvites {
    float: left;
    margin: 0px 0px 0px 110px;
}

.spJoinReg .modal-content .spthankyou_btn {
    cursor: pointer;
    display: block;
    font-family: 'GillSans-SemiBold';
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    font-size: 15px;
    color: #57307a;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 215px;
    text-transform: uppercase;
    border-radius: 12.5px;
    border: solid 1px #410166;
    background-color: #ffffff;
    text-decoration: none;
    margin: 0 auto
}

.spJoinReg .modal-content .spJoinReg_form input::-webkit-input-placeholder, .spJoinReg .modal-content .spJoinReg_form textarea::-webkit-input-placeholder {
    font-family: 'Avenir-LightOblique';
    font-size: 15px;
    color: #979797;
    line-height: 19px;
}

.spJoinReg .modal-content .spJoinReg_form input:-moz-placeholder, .spJoinReg .modal-content .spJoinReg_form textarea:-moz-placeholder {
    font-family: 'Avenir-LightOblique';
    font-size: 15px;
    color: #979797;
    line-height: 19px;
}

.spJoinReg .modal-content .spJoinReg_form input:-ms-input-placeholder, .spJoinReg .modal-content .spJoinReg_formtextarea:-ms-input-placeholder {
    font-family: 'Avenir-LightOblique';
    font-size: 15px;
    color: #979797;
    line-height: 19px;
}

.spJoinReg .modal-content .spJoinReg_add {
    text-align: right;
    margin-top: 20px
}

.spJoinReg .modal-content .spJoinReg_addmore {
    font-family: 'Avenir-Heavy';
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #550b90;
    position: relative;
    padding-left: 25px;
    text-decoration: none
}

    .spJoinReg .modal-content .spJoinReg_addmore:before {
        content: "";
        position: absolute;
        background: url(/Images/FEZ/addmoreicon.png) no-repeat;
        background-size: 15px 14px;
        left: 0px;
        width: 15px;
        height: 14px;
        top: 2px
    }

.spJoinReg .modal-content .space {
    margin-top: 30px
}

.spJoinReg .modal-content .spJoinReg_shortdesc {
    font-family: 'Avenir-Light';
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 18px
}

.spJoinReg .modal-content .spJoinReg_close {
    position: absolute;
    top: 15px;
    right: 15px
}

    .spJoinReg .modal-content .spJoinReg_close img {
        cursor: pointer;
        width: 15px;
        height: 15px;
        float: right;
        margin-right: -55px;
    }
/* ST-2148 Register POPUp End*/

/* ST-2146 Search Provider Start*/
.searchprovider {
    margin: 40px auto;
    width: 100%;
    position: relative
}

    .searchprovider .SP_mailtable {
        width: 100%;
        padding: 0px;
        margin: 0px
    }

    .searchprovider .SP_maintable_L {
        background-color: #fff;
        width: 192px;
    }

    .searchprovider .SP_maintable_M {
        width: 810px !important
    }

    .searchprovider .SP_maintable_R {
        background-color: #fff;
        width: 220px;
    }

        .searchprovider .SP_maintable_R .SP_maintable_R_maintbl {
            width: 100%;
            padding: 0px;
            margin: 0px
        }

        .searchprovider .SP_maintable_R .SP_r_iconviewport {
            font-family: 'Optima-Regular';
            font-size: 18px;
            line-height: 18px;
            color: #000;
            text-align: left;
            position: relative;
            padding-left: 20px;
            margin-bottom: 10px;
        }

            .searchprovider .SP_maintable_R .SP_r_iconviewport a.arial12link {
                font-family: 'Optima-Regular';
                font-size: 18px;
                line-height: 18px;
                color: #000;
            }

        .searchprovider .SP_maintable_R .SP_r_iconviewabouthire {
            font-family: 'Optima-Regular';
            font-size: 18px;
            line-height: 18px;
            color: #000;
            text-align: left;
            display: block;
            position: relative;
            padding-left: 20px
        }

            .searchprovider .SP_maintable_R .SP_r_iconviewabouthire a {
                font-family: 'Optima-Regular';
                font-size: 18px;
                line-height: 18px;
                color: #000;
                text-align: left;
                display: inline-block
            }

                .searchprovider .SP_maintable_R .SP_r_iconviewabouthire a b {
                    font-size: 18px !important;
                    line-height: 18px;
                    font-weight: normal !important
                }

            .searchprovider .SP_maintable_R .SP_r_iconviewabouthire img, .searchprovider .SP_maintable_R .SP_r_iconviewport img {
                position: absolute;
                width: 22px;
                margin-top: 2px;
                margin-left: -25px
            }

        .searchprovider .SP_maintable_R .SP_r_iconviewport img {
            margin-top: 0px;
            margin-left: -24px
        }

        .searchprovider .SP_maintable_R .SP_maintable_R_add {
            padding-top: 10px
        }

        .searchprovider .SP_maintable_R .SP_r_iconlist {
            min-height: 65px
        }

        .searchprovider .SP_maintable_R .SP_maintable_R_add {
            width: 100%
        }

            .searchprovider .SP_maintable_R .SP_maintable_R_add img {
                max-width: 100% !important;
                width: auto !important;
                height: auto !important
            }

    .searchprovider .SP_leftheading {
        background: #FAFAFA;
        padding: 8px 5px;
        color: #410166;
        font-family: 'Avenir-Roman';
        font-size: 15px;
        border: solid 1px #979797;
        text-transform: uppercase
    }

    .searchprovider .SP_refinesearch, .searchprovider .SP_currsearch, .searchprovider .SP_sortby {
        width: 100% !important;
        padding: 0px;
        margin: 0px;
    }

    .searchprovider .SP_sortby, .searchprovider .SP_currsearch {
    }

    .searchprovider .SP_sortbyinner {
        border-left: solid 1px #979797;
        border-right: solid 1px #979797;
        padding: 10px
    }

    .searchprovider .SP_currsearch_inner {
        border-left: solid 1px #979797;
        border-right: solid 1px #979797;
        padding: 10px
    }

    .searchprovider .SP_maintable_L .arial13black {
        font-family: 'Avenir-Heavy';
        font-size: 12px;
        color: #000
    }

    .searchprovider .SP_maintable_L .arial12black {
        font-family: 'Avenir-Book';
        font-size: 12px;
        color: #000
    }

    .searchprovider .SP_maintable_L select {
        font-family: 'Helvetica';
        font-size: 12px;
        color: #000000;
    }

    .searchprovider .SP_refinesearch_inner {
        width: 100%;
        padding: 0px;
        background: #fff;
        border: 0px
    }

        .searchprovider .SP_refinesearch_inner .ContainerPanel {
            width: 100%;
            padding: 0px;
            background: #fff;
            border: 0px
        }

            .searchprovider .SP_refinesearch_inner .ContainerPanel .ContainerTable {
                width: 100%;
                margin: 0px;
                padding: 0px
            }

                .searchprovider .SP_refinesearch_inner .ContainerPanel .ContainerTable .HeaderContent2 {
                    padding-left: 0px
                }

                    .searchprovider .SP_refinesearch_inner .ContainerPanel .ContainerTable .HeaderContent2 .Arrow {
                        position: absolute;
                        float: none;
                        left: 4px;
                        width: 12px;
                        height: 12px;
                        margin-top: 3px
                    }

    .searchprovider .SP_refinesearch_inner {
        border-left: solid 1px #979797;
        border-right: solid 1px #979797;
        width: calc(100% - 2px);
        position: relative;
        background: #fff;
        overflow: visible
    }

        .searchprovider .SP_refinesearch_inner .ContainerPanel .ContainerTable .HeaderContent2 {
            position: relative;
            float: none;
            margin: 0px;
            background: #FAFAFA;
            border-bottom: solid 1px #979797;
            padding: 7px 10px 7px 20px;
            color: #410166;
            font-family: 'Avenir-Roman';
            font-size: 15px;
            margin: 0px;
            display: block;
            width: calc(100% - 30px);
            text-transform: uppercase
        }

        .searchprovider .SP_refinesearch_inner .ContentInfo {
            background: #fff;
            border-bottom: solid 1px #979797;
            font-family: 'Avenir-Book';
            font-size: 12px;
            color: #000;
        }

    .searchprovider .SP_maintable_L .SP_currsearch_catUL, .searchprovider .SP_maintable_L .SP_currsearch_locUL {
        margin-left: 20px
    }

    .searchprovider .SumoSelect .SumoUnder {
        border-radius: 5px;
        border: solid 1px #979797;
        background-color: #ffffff;
        font-family: 'Helvetica';
        font-size: 12px;
        color: #000000;
    }

    .searchprovider .SumoSelect > .CaptionCont > label > i {
        background-image: url(/Images/FEZ/down-arrow.png) !important;
        width: 12px !important;
        height: 7px !important
    }

    .searchprovider .SumoSelect.open > .CaptionCont > label > i {
        background-image: url(/Images/FEZ/up-arrow.png) !important;
        width: 12px !important;
        height: 7px !important
    }

    .searchprovider .SumoSelect > .CaptionCont {
        border-radius: 5px;
        border: solid 1px #979797 !important;
        background-color: #ffffff;
        font-family: 'Helvetica';
        font-size: 12px;
        color: #000000;
        padding: 3px 5px
    }

    .searchprovider .SumoSelect.open .CaptionCont {
        border-radius: 5px 5px 0px 0px !important;
        border-bottom: 0px !important;
        box-shadow: none !important
    }

    .searchprovider .SumoSelect.open > .optWrapper {
        top: 23px !important;
        border-radius: 0px 0px 5px 5px !important;
        border: solid 1px #979797 !important;
        box-shadow: 0px !important;
    }

    .searchprovider .SP_sortby .SumoSelect.open > .optWrapper {
        width: 137px
    }

    .searchprovider .ContentInfo .SumoSelect.open > .optWrapper {
        width: 162px;
        top: 21px !important;
    }

    .searchprovider .ContentInfo .SumoSelect > .CaptionCont {
        width: 150px
    }

    .searchprovider .SumoSelect > .optWrapper > .options li.opt {
        font-family: 'Avenir-Light';
        font-size: 12px;
        color: #000
    }

    .searchprovider .cmdSortBtn .arial12black {
        border-radius: 10px;
        background-image: radial-gradient(circle at 50% 100%, #410166, #410166 112%);
        line-height: 20px;
        height: 20px;
        width: 79px;
        padding: 0px;
        margin: 0px;
        text-align: center;
        font-family: 'Helvetica';
        color: #fff;
        font-size: 10px;
        border: 0px
    }

    .searchprovider [type="checkbox"]:not(:checked), .searchprovider [type="checkbox"]:checked {
        position: absolute;
        left: -9999px
    }

        .searchprovider [type="checkbox"]:not(:checked) + label, .searchprovider [type="checkbox"]:checked + label {
            position: relative;
            overflow: hidden;
            padding-left: 25px;
            cursor: pointer;
            display: inline-block;
            height: 21px;
            line-height: 21px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -ms-user-select: none
        }

    .searchprovider [type="checkbox"] + label:before, .searchprovider [type="checkbox"] + label:after {
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        -webkit-transition: .2s;
        transition: .2s
    }

    .searchprovider [type="checkbox"]:not(:checked) + label:before {
        top: 0;
        width: 13px;
        height: 13px;
        border: 1px solid #979797
    }

    .searchprovider [type="checkbox"]:not(:checked) + label:after {
        top: 0;
        width: 13px;
        height: 13px;
        border: 1px solid #979797;
        z-index: 0
    }

    .searchprovider [type="checkbox"]:checked + label:before {
        background: url(/Images/FEZ/check-icon_poster.png) no-repeat;
        background-size: 18px 18px;
        top: -2px;
        width: 18px;
        height: 18px;
        left: 2px
    }

    .searchprovider [type="checkbox"]:checked + label:after {
        top: 0px;
        width: 13px;
        height: 13px;
        border: 1px solid #426618;
        z-index: 0
    }

    .searchprovider [type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
        top: 0;
        box-shadow: none;
        background-color: #444;
        width: 19px;
        height: 19px;
        border: 3px solid #426618;
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg)
    }

    .searchprovider [type="checkbox"]:disabled + label {
        color: #555
    }

    .searchprovider [type="checkbox"]:disabled:not(:checked) + label:hover:before {
        border-color: #979797
    }

    .searchprovider .SP_refinesearch_btn {
        margin: 18px auto;
        text-align: center;
    }

        .searchprovider .SP_refinesearch_btn .cmdRefineSearchBtn [type="submit"] {
            width: 148px;
            height: 30px !important;
            line-height: 30px !important;
            background-image: radial-gradient(circle at 50% 100%, #410166, #410166 112%);
            border-radius: 15px;
            padding: 0px;
            margin: 0px;
            text-align: center;
            font-family: 'Helvetica';
            color: #fff;
            font-size: 14px;
            border: 0px;
            text-transform: uppercase
        }

    .searchprovider .ContentInfo {
        height: auto !important;
        overflow: initial !important
    }

    .searchprovider .SP_results .SP_r_cattitle, .searchprovider .SP_results .SP_r_cattitle .arial14purple {
        font-family: 'TrajanPro3-Regular';
        font-size: 30px;
        color: #410166;
        text-transform: uppercase;
        line-height: 36px
    }

        .searchprovider .SP_results .SP_r_cattitle br {
            display: none
        }

    .searchprovider .SP_results .SP_r_cntitem {
        font-family: 'Avenir-Heavy';
        font-size: 14px;
        color: #000000;
        text-transform: uppercase;
        line-height: 18px
    }

    .searchprovider .SP_results .SP_r_title {
        font-family: 'Avenir-Book';
        font-size: 13px;
        color: #000000;
        display: none
    }

    .searchprovider .SP_results .SP_r_iconviewport {
        font-family: 'Optima-Regular';
        font-size: 15px;
        line-height: 24px;
        color: #000;
        text-align: right;
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
        margin-top: -10px
    }

        .searchprovider .SP_results .SP_r_iconviewport a.arial12link {
            font-family: 'Optima-Regular';
            font-size: 15px;
            line-height: 24px;
            color: #000;
        }

    .searchprovider .SP_results .SP_r_iconviewabouthire {
        font-family: 'Optima-Regular';
        font-size: 15px;
        line-height: 24px;
        color: #000;
        text-align: right;
        display: block;
        position: relative;
        padding-left: 20px
    }

        .searchprovider .SP_results .SP_r_iconviewabouthire a {
            font-family: 'Optima-Regular';
            font-size: 15px;
            line-height: 24px;
            color: #000;
            text-align: right;
            display: inline-block
        }

            .searchprovider .SP_results .SP_r_iconviewabouthire a b {
                font-size: 15px !important;
                line-height: 20px;
                font-weight: normal !important
            }

        .searchprovider .SP_results .SP_r_iconviewabouthire img, .searchprovider .SP_results .SP_r_iconviewport img {
            position: absolute;
            width: 28px;
            margin-top: -2px;
            margin-left: -35px
        }

    .searchprovider .SP_results .SP_r_iconviewport img {
        margin-top: 5px
    }

    .searchprovider .SP_result_show .SP_result_show_div {
        border: solid 1px #979797;
        background-color: #fafafa;
        width: 98.5%;
        margin: 0 auto
    }

        .searchprovider .SP_result_show .SP_result_show_div .SP_result_showT {
            width: 100%;
        }

            .searchprovider .SP_result_show .SP_result_show_div .SP_result_showT .googleNavegationBar {
                background-color: transparent !important;
                font-family: 'GillSans-Light' !important;
                color: #000000;
                font-size: 12px !important
            }

    .searchprovider .SP_results_tbl .SP_results_head {
        background: #AFAFAF;
        font-family: 'GillSans-SemiBold';
        font-size: 15px;
        line-height: 18px;
        color: #fff;
        text-transform: uppercase
    }

        .searchprovider .SP_results_tbl .SP_results_head > div {
            padding-left: 10px;
            padding-top: 3px;
            padding-bottom: 5px;
            padding-right: 10px;
            text-align: left
        }

    .searchprovider .SP_results_tbl .SP_results_list_comD a {
        font-family: 'Avenir-Heavy';
        color: #fff;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        text-decoration: none !important
    }

    .searchprovider .SP_results_tbl .SP_results_list_comD_img > div {
        width: 160px;
    }

    .searchprovider .SP_results_tbl .SP_results_list_comD_img img {
        width: 160px !important;
        height: 80px !important;
    }
    /*.searchprovider .SP_results_tbl .SP_results_list_comD_img > div{ margin-top:12px;width:100px}*/
    .searchprovider .SP_results_tbl .SP_results_list_comD_desc {
        font-family: 'Avenir-Book';
        font-size: 12px;
        color: #000000;
        line-height: 16px
    }

        .searchprovider .SP_results_tbl .SP_results_list_comD_desc strong {
            font-family: 'Avenir-Heavy';
            font-size: 12px;
            color: #000000;
            line-height: 16px
        }

        .searchprovider .SP_results_tbl .SP_results_list_comD_desc a.arial13blue strong {
            font-family: 'Avenir-Heavy';
            color: #fff;
            font-size: 18px;
            line-height: 24px;
            color: #000;
            text-decoration: none !important;
            text-transform: uppercase
        }

    .searchprovider .SP_results_list_frr_td_text .arial11black {
        font-family: 'Avenir-Heavy';
        font-size: 14px;
    }

    .searchprovider .unable_to_find {
        width: 73%;
        text-align: center;
        margin: 15px auto;
    }

        .searchprovider .SP_results_list_frr_td_text .arial11black strong {
            font-weight: normal !important
        }

    .searchprovider .SP_results_list_sor {
        border-left: 0px !important;
        border-right: 0px !important;
        border-color: transparent !important;
        border-bottom-color: #E6E6E6 !important
    }

        .searchprovider .SP_results_list_sor img {
            max-width: 40px
        }

    .searchprovider .SP_results_tbl .SP_results_list_comD a.arial8black {
        font-family: 'Avenir-Heavy';
        font-size: 12px;
    }

    .searchprovider .SP_results_tbl .SP_results_list_frr_td_text .arial11blue {
        font-family: 'Avenir-Heavy';
        font-size: 14px;
        color: #4e72b3;
    }

    .searchprovider .SP_results_tbl .SP_results_list_comD .arial12black {
        font-family: 'Avenir-Book';
        font-size: 12px;
        color: #000000;
        line-height: 16px
    }

    .searchprovider .SP_results_rowhead {
    }

    .searchprovider .SP_results_head_sor {
        border-left: double 0px #fff;
        border-right: double 0px #fff;
    }

    .searchprovider .SP_result_show_div .SumoSelect {
        width: 59px
    }

    .searchprovider .SP_result_showT_col1 .SelectBox {
        padding: 0px 3px !important;
        position: absolute;
        top: -13px
    }

    .searchprovider .SP_result_showT_col1 .SumoSelect.open > .optWrapper {
        top: 17px !important;
    }

    .searchprovider .SP_result_show .SP_result_show_div .SP_result_showT .SP_result_showT_col3 {
        width: 70px
    }

        .searchprovider .SP_result_show .SP_result_show_div .SP_result_showT .SP_result_showT_col3 .googleNavegationBar {
            font-family: 'GillSans' !important;
            padding: 0px !important
        }

    .searchprovider .SP_result_show .SP_result_show_div .SP_result_showT .SP_result_showT_col2 .googleNavegationBar {
        font-family: 'GillSans' !important;
        padding: 0px !important
    }

    .searchprovider .SP_r_cnt {
        padding-left: 5px
    }

    .searchprovider .SP_r_title {
        padding-left: 5px
    }

    .searchprovider .SP_r_iconviewport {
        padding-right: 5px
    }

    .searchprovider .SP_r_iconviewabouthire {
        padding-right: 5px
    }

    .searchprovider .SP_results_tbl {
        margin-top: -7px
    }

    .searchprovider .SP_results_tbl_line {
        background: #AFAFAF;
        height: 1px;
        width: 100%;
        margin-top: -2px;
    }

    .searchprovider .SP_maintable_L {
        width: 192px !important
    }

        .searchprovider .SP_maintable_L .SP_sortbylistdiv {
            width: 170px !important
        }

        .searchprovider .SP_maintable_L .SP_currsearch_inner {
            width: 170px !important
        }

        .searchprovider .SP_maintable_L .ContentInfo {
            width: 182px !important
        }

        .searchprovider .SP_maintable_L .SP_sortbylistdiv .CaptionCont {
            width: 125px
        }

    .searchprovider .SP_results_tbl .saparateline {
        height: 1px;
        background: #979797
    }

    .searchprovider .SP_maintable_R .SP_r_iconlist {
        right: 0px;
        position: absolute;
		margin-top: -15px;
    }

    .searchprovider .SP_maintable_R .SP_maintable_R_add {
        margin: 60px auto 0 auto !important;
    }
    /*ST-2230*/
    .searchprovider .SP_results_list_frr_tbl tr {
        margin-bottom: 5px
    }

    .searchprovider .SP_results_list_frr_td_text .arial11black {
        line-height: 14px;
    }

    .searchprovider .SP_results_list_frr_tbl .SP_results_list_frr_td_icon {
        padding-bottom: 0px !important;
        vertical-align: bottom;
    }

        .searchprovider .SP_results_list_frr_tbl .SP_results_list_frr_td_icon table {
            width: 120px
        }

            .searchprovider .SP_results_list_frr_tbl .SP_results_list_frr_td_icon table td {
                width: 15%;
                text-align: center;
                display: inline-block;
            }

    .searchprovider .SP_results_list_frr_tbl .SP_results_list_frr_td_text {
        text-align: right;
        padding-top: 10px;
        padding-bottom: 0px !important;
        vertical-align: bottom
    }

    .searchprovider .SP_results_list_frr_tbl .RT_text1 {
        text-align: left;
    }

        .searchprovider .SP_results_list_frr_tbl .RT_text1 .arial11black {
            position: relative;
            display: block;
            width: 120px
        }

            .searchprovider .SP_results_list_frr_tbl .RT_text1 .arial11black strong {
                position: absolute;
                top: 0.5px;
            }

    .searchprovider .SP_results_list_frr_tbl .RT_icon1 table {
        margin-bottom: -1px;
    }

    .searchprovider .SP_results_list_frr_tbl .RT_text2 {
        text-align: left;
    }

        .searchprovider .SP_results_list_frr_tbl .RT_text2 .arial11black {
            position: relative;
            display: block;
            width: 120px
        }

            .searchprovider .SP_results_list_frr_tbl .RT_text2 .arial11black strong {
                position: absolute;
                top: 1px;
            }

    .searchprovider .SP_results_list_frr_tbl .RT_icon2 table {
        margin-bottom: -2px;
    }

    .searchprovider .SP_results_list_frr_tbl .RT_text3 {
        text-align: left;
    }

        .searchprovider .SP_results_list_frr_tbl .RT_text3 .arial11black {
            position: relative;
            display: block;
            width: 120px
        }

            .searchprovider .SP_results_list_frr_tbl .RT_text3 .arial11black strong {
                position: absolute;
                top: -1.5px;
            }

    .searchprovider .SP_results_list_frr_tbl .RT_icon3 table {
        margin-bottom: -2px;
    }

    .searchprovider .SP_results_list_frr_tbl .RT_text4 {
        text-align: left;
    }

        .searchprovider .SP_results_list_frr_tbl .RT_text4 .arial11black {
            position: relative;
            display: block;
            width: 120px
        }

            .searchprovider .SP_results_list_frr_tbl .RT_text4 .arial11black strong {
                position: absolute;
                top: 1px;
            }

    .searchprovider .SP_results_list_frr_tbl .RT_icon4 table {
        margin-bottom: -2px;
    }
/* ST-2146 Search Provider End*/
/*This will work for firefox*/
@-moz-document url-prefix() {
    .RC_rating .RC_rating_tbl .RC_rating_icon table td {
        width: 15% !important;
    }
}


.RC_rating {
}

    .RC_rating .RC_rating_tbl {
        width: 250px
    }

        .RC_rating .RC_rating_tbl .RC_rating_text {
            width: 125px;
            text-align: left;
            vertical-align: bottom;
            padding-bottom: 0px !important;
        }

            .RC_rating .RC_rating_tbl .RC_rating_text .arial12black {
                font-family: 'Avenir-Heavy';
                font-size: 14px;
                color: #000
            }

        .RC_rating .RC_rating_tbl .RC_rating_icon {
            width: 125px;
            text-align: left;
            padding-bottom: 0px !important;
        }

            .RC_rating .RC_rating_tbl .RC_rating_icon table {
                width: 120px
            }

                .RC_rating .RC_rating_tbl .RC_rating_icon table td {
                    width: 18%;
                    text-align: center;
                    display: inline-block;
                }

                    .RC_rating .RC_rating_tbl .RC_rating_icon table td img {
                        height: auto;
                    }

        .RC_rating .RC_rating_tbl .RC_rating_link {
            text-align: right;
            padding-top: 10px
        }

            .RC_rating .RC_rating_tbl .RC_rating_link .arial12blue {
                font-family: 'Avenir-Heavy';
                font-size: 14px;
                color: #4e72b3;
                line-height: 14px;
            }

        .RC_rating .RC_rating_tbl .RT_text1 {
        }

        .RC_rating .RC_rating_tbl .RT_icon1 table {
            margin-bottom: 0px;
        }

        .RC_rating .RC_rating_tbl .RT_text2 {
        }

        .RC_rating .RC_rating_tbl .RT_icon2 table {
            margin-bottom: -2px;
        }

        .RC_rating .RC_rating_tbl .RT_text3 {
        }

        .RC_rating .RC_rating_tbl .RT_icon3 table {
            margin-bottom: -2px;
        }

        .RC_rating .RC_rating_tbl .RT_text4 {
        }

        .RC_rating .RC_rating_tbl .RT_icon4 table {
            margin-bottom: -1px;
        }
/* ST-2147 Report Card Start*/
.divReportCard {
}

    .divReportCard .repCd_heading_desktop {
        display: block;
        display: none
    }

    .divReportCard .repCd_heading_mobile {
        display: block;
        margin-top: 20px;
        width: 86%;
    }

        .divReportCard .repCd_heading_mobile .repCd_heading {
            position: relative;
            background: #422063;
            text-align: center;
            font-family: 'Optima-Regular';
            color: #fff;
            font-size: 30px;
            padding: 10px 20px;
            text-transform: uppercase;
            line-height: 34px
        }

            .divReportCard .repCd_heading_mobile .repCd_heading span {
                color: #ccc
            }

.ratingsHeader {
    background: #422063 !important;
}

.ratingsTbl {
    width: 100%;
}

.divReportCard a {
    color: #422063
}
/*ST-2242*/
.divReportCard .repCd_heading_mobile .repCd_heading.repCd_heading_mac {
    padding-top: 18px
}
/* ST-2147 Report Card Start*/

/* ST-2110 and ST-2145 SC PORT Start*/
.scport {
    padding: 40px 0px;
    width: 1200px;
    position: relative
}

    .scport .mktportlogo {
        text-align: center;
        margin-bottom: 26px
    }

        .scport .mktportlogo img {
        }

    .scport .nav {
        position: absolute;
        top: -40px
    }

        .scport .nav > li > a {
            position: relative;
            display: block;
            padding: 0px 11px 0px 39px;
            background-color: #fff
        }

            .scport .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #fff
            }

    .scport .nav-tabs {
        border-bottom: 0px solid #dee2e6;
    }

        .scport .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
            position: relative;
            margin-left: 30px
        }

            .scport .nav-tabs > li > a {
                cursor: default;
                margin-right: 2px;
                line-height: 46px;
                border: solid 0px #979797;
                border-radius: 6px;
                font-family: 'MillerDisplay-Light';
                color: #000000;
                font-size: 30px;
                text-decoration: none;
                padding: 0px 13px
            }

            .scport .nav-tabs > li.active > a, .scport .nav-tabs > li.active > a:focus, .scport .nav-tabs > li.active > a:hover {
                cursor: default;
                background-color: #fff !important;
            }

    .scport .dropdown {
        float: right
    }

        .scport .dropdown .btn {
            background: none;
            border: 0px;
            outline: none;
            box-shadow: none;
            font-family: 'Avenir-Light';
            font-size: 15px;
            color: #000;
            cursor: pointer
        }

    .scport .dropdown-toggle::after {
        background: url(/Images/FEZ/SCPort/arrow.png) no-repeat;
        height: 7px;
        width: 12px;
        border: 0px;
        position: absolute;
        top: 15px
    }

    .scport .dropdown-menu {
        border: solid 1px #979797;
        border-radius: 0px
    }

    .scport .dropdown-item {
        font-family: 'Avenir-Light';
        font-size: 15px;
        color: #000;
        text-decoration: none;
        padding: 3px 8px;
        width: 242px;
        white-space: pre-wrap;
    }

        .scport .dropdown-item:hover {
            background: none
        }

    .scport .boxlayout {
        border-radius: 13px;
        width: 100%;
        position: relative;
        border: solid 1px #979797;
        margin-top: 15px
    }

        .scport .boxlayout .boxinnerlayout {
            padding: 20px 115px
        }

            .scport .boxlayout .boxinnerlayout .portlist {
                margin: 0px;
                padding: 0px;
                list-style: none
            }

                .scport .boxlayout .boxinnerlayout .portlist li {
                    position: relative;
                    width: 300px;
                    height: 240px;
                    border: solid 1px #000;
                    float: left;
                    margin: 10px
                }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item {
                    }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item .portlist-item-img {
                            width: 100%;
                            overflow: hidden;
                            height: 177px;
                        }

                            .scport .boxlayout .boxinnerlayout .portlist li .portlist-item .portlist-item-img img {
                                width: 100%
                            }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-desc {
                        position: relative;
                        padding: 5px;
                        height: 50px
                    }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-logo {
                        position: absolute;
                        width: 60px;
                        height: 60px;
                        border: solid 2px #000;
                        border-radius: 60px;
                        top: -10px;
                        left: 5px;
                        overflow: hidden
                    }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-logo img {
                            width: 60px;
                            height: 60px;
                            object-fit: cover;
                        }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading {
                        width: 220px;
                        margin-left: 70px;
                        font-family: 'MillerDisplay-Light';
                    }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading .portlist-item-title {
                            text-align: center;
                            color: #000;
                            font-size: 17px;
                            line-height: 20px;
                            height: 20px;
                            overflow: hidden
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading .portlist-item-line {
                            height: 2px;
                            background: #D7BC5B;
                            width: 110px;
                            margin: 5px auto
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading .portlist-item-city {
                            text-align: center;
                            color: #000;
                            font-size: 12px;
                            line-height: 14px;
                            font-family: 'Avenir-Heavy';
                        }

                    .scport .boxlayout .boxinnerlayout .portlist li a {
                        color: #000;
                        text-decoration: none
                    }

                    .scport .boxlayout .boxinnerlayout .portlist li.list2 {
                        height: 180px
                    }

                        .scport .boxlayout .boxinnerlayout .portlist li.list2 .portlist-item .portlist-item-img {
                            width: 100%;
                            overflow: hidden;
                            height: 137px;
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li.list2 .portlist-item-heading .portlist-item-line {
                            display: none
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li.list2 .portlist-item-logo {
                            top: -25px;
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li.list2 .portlist-item-desc {
                            display: table;
                        }

                            .scport .boxlayout .boxinnerlayout .portlist li.list2 .portlist-item-desc portlist-item-heading {
                                display: table-row
                            }

                        .scport .boxlayout .boxinnerlayout .portlist li.list2 .portlist-item-heading .portlist-item-title {
                            display: table-cell;
                            width: 120px;
                            font-size: 15px;
                            line-height: 17px;
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li.list2 .portlist-item-heading .portlist-item-city {
                            display: table-cell;
                            width: 90px;
                            font-size: 11px;
                            line-height: 13px;
                            text-align: right
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li.list2 .portlist-item-heading {
                            height: 35px;
                            overflow: hidden
                        }

    .scport .dropdown {
        margin-right: 10px
    }

    .scport .scportdropdown {
        left: auto;
        right: 0px
    }
/* ST-2110 and  ST-2145 SC PORT Start*/

/* ST-2152 Book Banner Start*/
.bookorderbg {
    width: 503px;
    height: 115px;
    border: solid 2px #410166;
    background: #fff;
    margin-top: -2px
}

    .bookorderbg .bookorderinner {
        padding: 5px 17px 5px 13px
    }

    .bookorderbg .bookorderL {
        float: left;
        width: 97px
    }

        .bookorderbg .bookorderL .bookorder_img {
            text-align: left
        }

            .bookorderbg .bookorderL .bookorder_img img {
                height: 105px
            }

    .bookorderbg .bookorderR {
        float: right;
        width: 375px
    }

    .bookorderbg .bookorder_title {
        font-family: 'FuturaT-Book';
        font-size: 45px;
        line-height: 54px;
        color: #410166;
        text-decoration: none;
        outline: none
    }

    .bookorderbg .bookorder_comment {
        font-family: 'Avenir-Book';
        font-size: 12px;
        line-height: 16px;
        color: #000;
        text-decoration: none;
        outline: none
    }

    .bookorderbg .bookorder_name {
        font-family: 'Avenir-LightOblique';
        font-size: 12px;
        line-height: 16px;
        color: #000;
        text-decoration: none;
        outline: none
    }
/* ST-2152 Book Banner End*/

/* ST-2154 Reset Password Start*/
.resetPW {
    width: 100%;
    margin: 38px auto;
    text-align: left
}

    .resetPW .resetPW_head {
        font-family: 'Avenir-Light';
        color: #410166;
        text-align: center;
        font-size: 40px;
        line-height: 45px;
        margin: 0 auto 0px
    }

    .resetPW .resetPW_form {
        background-color: #ffffff;
        border: solid 1px #979797;
        box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.36);
        border-radius: 9px;
        margin: 0 auto;
        margin-top: 30px;
        max-width: 500px;
    }

        .resetPW .resetPW_form .resetPW_form_inner {
            padding: 30px 50px
        }

        .resetPW .resetPW_form .resetPW_fld {
            margin-bottom: 20px;
            position: relative
        }

        .resetPW .resetPW_form .resetPW_txt {
            font-family: 'Avenir-Medium';
            color: #410166;
            font-size: 12px;
            line-height: 16px;
        }

        .resetPW .resetPW_form .resetPW_inp {
            position: relative
        }

            .resetPW .resetPW_form .resetPW_inp input {
                width: 100%;
                border: 0px;
                border-bottom: solid 1px #ccc;
                height: 26px;
                font-family: 'Avenir-Book';
                font-size: 20px;
                line-height: 26px;
                color: #939393;
            }

        .resetPW .resetPW_form .resetPW_important:before {
            content: "";
            position: absolute;
            top: 0px;
            background-image: url(/Images/FEZ/important-icon.png);
            width: 20px;
            height: 20px;
            bottom: 20px;
            left: -25px
        }
        /*.resetPW .resetPW_form .resetPW_error:before{ content:""; position:absolute; top:0px; background-image:url(/Images/FEZ/error-icon.png); width:15px; height:14px; bottom:20px; left:-25px}*/
        .resetPW .resetPW_form .resetPW_sbtn {
            text-align: center;
            margin-bottom: 14px
        }

        .resetPW .resetPW_form .resetPW_btn {
            border: solid 2px #410166;
            border-radius: 27px;
            height: 43px;
            width: 156px;
            text-align: center;
            line-height: 39px;
            font-family: 'Avenir-Heavy';
            color: #410166;
            font-size: 20px;
            background: #fff;
            cursor: pointer
        }

            .resetPW .resetPW_form .resetPW_btn:hover {
                background: #410166;
                color: #fff
            }

        .resetPW .resetPW_form .resetPW_error {
            color: #c0202a;
            font-family: 'Avenir-Medium';
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 20px
        }

/* ST-2154 Reset Password Thankyou POPUp Start*/
.resetPWthankyou .modal-dialog {
    max-width: inherit
}

.resetPWthankyou .modal-content {
    width: 417px;
    min-height: 300px;
    border: solid 2px #410166;
    background-color: #fafafa;
    border-radius: 0px;
    padding: 0px
}

.resetPWthankyou .resetPWthankyou_inner {
    padding: 26px 21px 28px
}

.resetPWthankyou .modal-content .resetPWthankyou_icon {
    margin-bottom: 21px;
    text-align: center
}

    .resetPWthankyou .modal-content .resetPWthankyou_icon img {
        max-width: 80%
    }

.resetPWthankyou .modal-content .resetPWthankyou_title {
    font-family: 'Optima-Regular';
    font-size: 24px;
    line-height: 30px;
    color: #410166;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px auto 10px
}

.resetPWthankyou .modal-content .resetPWthankyou_desc {
    font-family: 'Avenir-Roman';
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.resetPWthankyou .modal-content .resetPWthankyou_link {
    margin-top: 23px;
    text-align: center
}

.resetPWthankyou .modal-content .resetPWthankyou_btn {
    cursor: pointer;
    display: block;
    font-family: 'GillSans-SemiBold';
    font-size: 14px;
    color: #410260;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 121px;
    text-transform: uppercase;
    border: solid 1px #57307a;
    border-radius: 20px;
    background-color: #ffffff;
    text-decoration: none;
    margin: 0 auto
}
/* ST-2154 Reset Password Start*/

/* Portfolio Start*/
/* Portfolio End*/
/*ST-2188*/
.searchbaroption {
    display: none;
    background: #FAFAFA;
    padding: 8px 5px;
    color: #410166;
    font-family: 'Avenir-Roman';
    font-size: 15px;
    border: solid 1px #979797;
    text-transform: uppercase;
    position: relative;
    cursor: pointer
}

    .searchbaroption span {
        position: absolute;
        right: 5px;
        top: 12px;
        background: url(/Images/FEZ/searchicon_down.png) no-repeat;
        width: 20px;
        height: 10px;
    }

    .searchbaroption.up span {
        background: url(/Images/FEZ/searchicon_up.png) no-repeat;
    }

#searchbaroptionBody {
    display: block
}
/*ST-2131*/

.homepage #HomeImg {
    width: 48% !important;
}

.homepage #content img {
    width: 99%;
    height: 534px;
}

.homepage #HomeImgCityDiv {
    float: left;
    width: 50%;
}

.homepage #HomeImg {
    float: left;
    width: 50%;
    padding-left: 10px;
}
/*ST-2206.1 Start*/
.homebg #content #HomeImgCityDiv.large {
    width: 473px !important;
}

    .homebg #content #HomeImgCityDiv.large #HomeImgCity {
        width: 473px !important;
        height: 538px !important
    }

.homebg #content #HomeImgDiv.large {
    width: 473px !important;
}

    .homebg #content #HomeImgDiv.large #HomeImgImg {
        width: 470px !important;
        height: 538px !important
    }

.bodyLayou3Img #mainTable {
    width: 1440px;
    left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px
}

.bodyLayou3Img #master-header {
    width: 1440px;
    display: block
}

    .bodyLayou3Img #master-header .logo {
        width: 1340px;
        margin: 0 auto;
    }

        .bodyLayou3Img #master-header .logo .left {
            width: 540px
        }

        .bodyLayou3Img #master-header .logo .right {
            width: 620px
        }

            .bodyLayou3Img #master-header .logo .right .top .left .content {
                left: 620px !important;
                font-family: 'Avenir-Medium';
                font-size: 12px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: normal;
                text-align: right;
                color: #410166;
            }

            .bodyLayou3Img #master-header .logo .right .top .right {
                right: -175px
            }

.bodyLayou3Img #master-menu .content {
    width: 1340px;
    margin: 0 auto;
}

.bodyLayou3Img #master-menu {
    height: 40px
}

.bodyLayou3Img #searchSection {
    width: 515px;
    height: 100px;
}

.bodyLayou3Img #content {
    width: 808px;
}

    .bodyLayou3Img #content #HomeImgCityDiv {
        float: left;
        margin-top: -10px;
    }

.bodyLayou3Img #HomeImgCityDiv #HomeImgCity {
    width: 393px !important;
    height: 538px !important
}

.bodyLayou3Img #content #HomeImgCityDiv.large {
    width: 473px !important;
}

    .bodyLayou3Img #content #HomeImgCityDiv.large #HomeImgCity {
        width: 473px !important;
        height: 538px !important
    }

.bodyLayou3Img #HomeImg {
    float: right
}

    .bodyLayou3Img #HomeImg #HomeImgDiv {
        width: 400px !important
    }

.bodyLayou3Img #content #HomeImgImg {
    width: 393px !important;
    height: 538px !important
}

.bodyLayou3Img #content #HomeImgDiv.large {
    width: 473px !important;
}

    .bodyLayou3Img #content #HomeImgDiv.large #HomeImgImg {
        width: 470px !important;
        height: 538px !important
    }

.bodyLayou3Img #wrap {
    width: 1340px !important;
    margin: 10px auto 0px;
}

.bodyLayou3Img #master-header .logo .right .middle {
    font-family: 'GillSans';
    font-size: 20px;
    color: #410166;
}

.bodyLayou3Img #master-header .logo .right .bottom {
    font-family: 'Avenir-LightOblique';
    font-size: 13px;
    color: #5f5f5f;
}

#master-menu {
    border-top: solid 0px #979797;
    background: url(/Images/fr-b-ar.svg) no-repeat !important;
    height: 26px;
}

.newFlag {
    height: 22px;
    position: absolute;
    margin-top: -4px;
    margin-left: 4px;
}

#master-menu .content a {
    font-family: 'Avenir-Medium';
    font-size: 14px;
    color: #000000;
    text-transform: uppercase
}

#master-menu .content .main-menu-Item {
    font-family: 'Avenir-Medium';
    font-size: 14px;
    color: #000000;
    text-transform: uppercase
}
/*ST-2206.1 End*/

/*ST-2231.1 Start*/
.Port_compD {
}

    .Port_compD .Port_compD_tbl {
        width: 100%
    }

        .Port_compD .Port_compD_tbl .Port_compD_L {
            width: 70%;
            margin-right: 2%
        }

        .Port_compD .Port_compD_tbl .Port_compD_R {
            width: 28%
        }

.Port_compD_innertbl2 .Port_compD_L2 {
    width: 50%;
}
/*ST-2264*/
.Port_compD_innertbl2 .Port_compD_R2 {
    width: 50%;
    vertical-align: bottom;
    padding-bottom: 6px
}

    .Port_compD_innertbl2 .Port_compD_R2 a:hover {
        color: #801FB8
    }

.Port_compD .Port_compD_innertbl6 {
    margin-top: 10px
}

.Port_compD .snapshotText {
    font-family: 'Helvetica-Oblique';
    font-size: 14px;
    line-height: 17px;
    color: #000
}

.Port_compD .nameofcompany {
    font-family: 'TrajanPro3-Regular';
    font-size: 25px;
    line-height: 25px;
    color: #410166;
    margin: 5px 0px;
    font-weight: 500;
}

.Port_compD .company, .Port_compD .Port_compD_website .nav {
    font-family: 'Helvetica';
    font-size: 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none
}

.Port_compD .Port_compD_links {
    list-style: none;
    margin: 0px;
    padding: 0px
}

    .Port_compD .Port_compD_links li {
        margin-bottom: 5px;
        position: relative;
        padding-left: 25px
    }

        .Port_compD .Port_compD_links li input {
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0px
        }

        .Port_compD .Port_compD_links li.Port_compD_reviewicon {
            padding-left: 38px
        }

            .Port_compD .Port_compD_links li.Port_compD_reviewicon input {
                left: 3px;
                height: 25px;
                width: 33px
            }

            .Port_compD .Port_compD_links li.Port_compD_reviewicon div {
                background-color: #410166;
                border-radius: 0px 4px 4px 0px;
                height: 25px;
                width: 158px;
                line-height: 26px;
                color: #fff;
                font-family: 'Helvetica-Bold';
                font-size: 11px;
                text-align: center;
                text-transform: uppercase;
                padding: 0px 5px;
            }

        .Port_compD .Port_compD_links li.Port_compD_printicon {
            line-height: 25px;
            color: #410166;
            font-family: 'Helvetica-Bold';
            font-size: 11px;
            text-align: left;
            text-transform: uppercase
        }

            .Port_compD .Port_compD_links li.Port_compD_printicon input {
                left: 6px;
                height: 23px;
                width: 23px;
            }

        .Port_compD .Port_compD_links li.Port_compD_printicon {
            text-align: left;
            padding-left: 35px;
        }

.Port_compD .Port_compD_links {
    width: 190px;
}

.Port_compD .Port_compD_social {
    list-style: none;
    margin: 10px 0px 15px;
    padding: 0px
}

    .Port_compD .Port_compD_social li {
        display: inline-block;
        padding-right: 10px;
        line-height: 20px;
        position: relative;
        padding-left: 25px
    }

        .Port_compD .Port_compD_social li:last-child {
            padding-right: 0px
        }

    .Port_compD .Port_compD_social br {
        display: none
    }

    .Port_compD .Port_compD_social li img {
        position: absolute;
        width: auto !important;
        height: 20px !important;
        left: 0px
    }

.Port_compPhil_title {
    font-family: Arial;
    font-size: 18px;
    color: #410166;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

.Port_compexpert_title {
    font-family: Arial;
    font-size: 18px;
    color: #410166;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: bold;
}

.Port_compPhil_desc .company, .Port_compexpert_desc .company {
    font-family: 'Helvetica';
    font-size: 14px;
    color: #000
}

.Port_compD .Port_compD_social li.Port_compD_Instragramicon img {
    top: -1.5px
}

.Port_compD .Port_compD_social li.Port_compD_Facebookicon img {
    top: -2.5px
}
/*ST-2231.1 End*/
.mobile_new_portfolio_title {
    font-size: 20px;
    font-weight: bold;
    /* padding-bottom: 1px; */
    padding-top: 15px;
    line-height: 25px;
}

#mobile_add_new_portfolio_main {
    padding: 20px;
    border: 2px solid #818181;
}

.mobile_new_portfolio_img {
    margin-top: 15px;
    width: 100%;
}

.mobile_go {
    display: none;
}

.review_images {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.rating_tr td{
    border-bottom: 1px solid #000;
}

/*.ac_results {
    width: 444px !important;
    left: 451.6px !important;
    border: solid 1.1px #979797 !important;
    top: 532.8px !important;
}*/

.rating_block svg {
    width: 32px;
    height: 32px;
}

span#span_cost_icon_0 {
    margin-left: -25px;
}
.search_other_company {
    width: 160px;
    margin: 0 auto;
}
#headertop .topinner .topmenu ul li.line_li {
    width: 0.25rem;
    padding: 0rem 0.25rem;
}

#master-header .logo .left .clsSearch {
    position: relative;
}

.lineheight32 {
    line-height: 32px !important;
    white-space:nowrap;
}
.star1 {
    width:40px !important;
}
.star2 {
    width: 80px !important;
}
.star3 {
    width: 120px !important;
}
.star4 {
    width: 160px !important;
}
.star5 {
    width: 200px !important;
}

.llama-portfolio-td {
    width: 410px !important;
}

.llama-portfolio {
    width: 500px !important;
    text-align: center;
}

.llama-portfolio-review {
    width: 480px;
    height: 240px;
}
.socialH{
    display:none;
}
.socialV {
    display: block;
}

@media screen and (max-width: 1024px) {
    .socialH {
        display: block;
    }
    .socialV {
        display: none;
    }
    #HomeImg.large {
        text-align: center !important;
    }

    /*ST-2108 Start*/
    .portsc {
        padding: 40px 0px;
        width: 96%;
        position: relative;
        margin: 0 auto
    }
    /*ST-2108 End*/

    /*ST-2106, ST-2107 Start*/
    .deepCategoryPage {
        max-width: 96%;
        margin: 0 auto
    }
    /*ST-2106, ST-2107 End*/

    /*ST-2161.1 Start*/
    .homebg #mainTable {
        width: 995px;
        left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px
    }

    .homebg #master-header .logo .left {
        width: 386px
    }

    .homebg #master-menu {
        width: 995px !important
    }
    /*ST-2161.1 End*/

    /* ST-2172.1  SC PORT Start*/
    .scport {
        width: 98%;
    }

        .scport .boxlayout {
            border-radius: 13px;
            width: 100%;
            position: relative;
            border: solid 1px #979797;
            margin-top: 15px
        }

            .scport .boxlayout .boxinnerlayout {
                padding: 20px 10px;
            }

                .scport .boxlayout .boxinnerlayout .portlist li {
                    position: relative;
                    width: 300px;
                    height: 240px;
                    border: solid 1px #000;
                    float: left;
                    margin: 10px
                }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item .portlist-item-img {
                        width: 100%;
                        overflow: hidden;
                        height: 177px;
                    }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item .portlist-item-img img {
                            width: 100%
                        }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-desc {
                        position: relative;
                        padding: 5px;
                        height: 50px
                    }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-logo {
                        position: absolute;
                        width: 60px;
                        height: 60px;
                        border: solid 2px #000;
                        border-radius: 60px;
                        top: -10px;
                        left: 5px;
                        overflow: hidden
                    }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-logo img {
                            width: 60px;
                            height: 60px;
                            object-fit: cover;
                        }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading {
                        width: 220px;
                        margin-left: 70px;
                    }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading .portlist-item-title {
                            text-align: center;
                            color: #000;
                            overflow: hidden
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading .portlist-item-line {
                            height: 2px;
                            background: #D7BC5B;
                            width: 110px;
                            margin: 5px auto
                        }

                        .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading .portlist-item-city {
                            text-align: center;
                        }
    /* ST-2172.1 SC PORT Start*/

}

@media screen and (max-width: 991px) {
    .bodyLayou3Img #wrap {
        width: auto !important;
    }
    .imageInReportCard{
        display: none;
    }

    .bodyLayou3Img #master-header {
        width: auto !important;
    }

    .bodyLayou3Img #master-header .logo {
        width: 100%
    }
    /*.searchprovider .SP_results_tbl .SP_results_list_comD_img > div{ margin-top:0px;width:100px}*/
    /*ST-2108 Start*/
    .portsc {
        padding: 40px 0px;
        width: 94%;
        position: relative;
        margin: 0 auto
    }

        .portsc .mktportlogo img {
            max-width: 300px
        }
    /*ST-2108 End*/

    /*ST-2106, ST-2107 Start*/
    .deepCategoryPage {
        max-width: 96%;
        margin: 0 auto
    }

        .deepCategoryPage .nav-tabs > li.active > a {
            height: 32px
        }

        .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home, .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home-last {
            float: none;
            width: 31%;
            padding-right: 1%;
            display: inline-block
        }

        .deepCategoryPage .cat-wrapper.lifestylecat .cat-content td {
            width: 31%;
            padding-right: 1%;
            display: inline-block
        }

        .deepCategoryPage .cat-wrapper.lifestylecat .column-home img {
            width: initial !important;
        }
    /*ST-2106, ST-2107 End*/

    /*Deafault Header and Home page Start*/
    #mainTable {
        display: block !important;
        width: 98% !important;
        margin: 0 auto !important;
        left: 0px !important;
        padding: 0px 0px 30px !important;
    }

    .homebg #mainTable {
        display: block !important;
        width: 520px !important;
        margin: 0 auto !important;
        left: 0px !important;
        padding: 0px 0px 30px !important;
    }

    #master-header-cell .logo #ctl00_anchorHome, #master-header .logo .right, #footerMenuRow, #master-menu {
        display: none
    }

    #master-header {
        height: auto !important
    }

        #master-header .logo .left .clsSearch {
            height: 0px !important;
            position: relative;
            display: none
        }

    .homebg #master-header .logo .left .clsSearch {
        height: 0px !important;
        display: block
    }

    .homebg #loadingTopRight {
        display: none
    }

    .homebg #master-header-cell {
        display: block
    }

    .homepage #HomeImg {
        width: 90% !important;
        margin: auto;
        padding-left: 0px;
    }

    #HomeImgImg_rusk {
        display: block !important;
        width: 100% !important;
    }


    #master-header #ctl00_txtSearch {
        top: 61px !important;
    }

    #wrap {
        width: 100% !important;
        margin-top: 0px !important;
    }

    #content {
        display: none
    }

    #clickThrough {
        display: none
    }

    #content2 {
        display: block
    }

        #content2 #HomeImg #HomeImgDiv {
            width: auto !important;
            height: auto !important;
            margin: 0 auto;
            top: auto !important;
            overflow: visible !important
        }

    #wrap #left {
        width: 100% !important;
        height: auto !important
    }

    #mainTable tbody, #mainTable tbody tr, #mainTable tbody tr td {
        /*width: 100%;*/
    }

    .bookorder {
        display: none
    }

    #HomeImg #HomeImgImg {
        top: 0px !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto 15px;
        width: 75% !important;
    }

        #HomeImg #HomeImgImg.ruck_class {
            display: none;
        }

    .homebg #mainTable {
        width: 540px !important
    }

    .homebg #searchSection {
        background-image: url(/Images/homesearchbox.png?V=4);
        width: 540px;
        height: 127px;
        padding-top: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .homebg #master-header #ctl00_txtSearch {
        width: 395px !important;
        top: 107px !important;
        left: 60px !important;
        font-size: 13px !important;
    }

    .divClsSearchClose {
        /* left: 85% !important; */
        top: 112px !important;
        right: 0px;
    }

    #master-header .logo .left img#loadingTopRight {
        top: 40px !important;
        left: 2px !important;
    }

    .corona_right {
        display: none;
    }
    /*Deafault Header and Home page End*/

    /* ST-2098.2 and ST-2136 Corona Page Start*/
    #mainTable tbody {
        display: block
    }

    #mainTable #contentRow {
        display: block
    }

    #mainTable #sideContentCell {
        display: block
    }

    .coronalist {
        width: 98%;
        margin: 0 auto
    }

    #ctl00_BackContent {
        display: none
    }

    .coronalist table, .coronalist thead, .coronalist tbody, .coronalist th, .coronalist td, .coronalist tr {
        display: block;
        width: auto !important
    }

        .coronalist thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

    .coronalist tr {
        margin: 0 0 1rem;
        padding: 10px;
        border-bottom: solid 1px #f1f1f1
    }

        .coronalist tr:nth-child(odd) {
            background: #fff
        }

    .coronalist td {
        border: none;
        border-bottom: 0px solid #eee;
        position: relative;
        padding-left: 50%
    }

        .coronalist td:before {
            position: absolute;
            top: 0;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap
        }

        .coronalist td:nth-of-type(1):before {
            content: "Company"
        }

        .coronalist td:nth-of-type(2):before {
            content: "At the Ready"
        }

        .coronalist td:nth-of-type(3):before {
            content: "Expected Response Time to House"
        }

        .coronalist td:nth-of-type(4):before {
            content: "Current Services"
        }

        .coronalist td:nth-of-type(5):before {
            content: "Coverage Area"
        }

        .coronalist td:nth-of-type(6):before {
            content: "Base"
        }

        .coronalist td:nth-of-type(7):before {
            content: "Phone"
        }

    .coronalist .listheading {
        display: none
    }

    .coronalist td.listtitle {
        padding: 0px;
        background: #fff !important
    }

        .coronalist td.listtitle:before {
            display: none;
            padding-left: 0px
        }

    .coronalist .table1 tr td {
        font-family: 'Helvetica';
        font-size: 14px;
        color: #000000;
        padding-right: 8px;
        line-height: 16px
    }

    .coronalist .table1 .listtitle {
        color: #401660;
        font-family: 'Helvetica-Bold';
        font-size: 14px;
        padding-top: 0px;
        text-align: center
    }
    /* ST-2098.2 and ST-2136 Corona Page End*/

    /* ST-2137 Aboutus Page Start*/
    .aboutus {
        width: 96%;
        margin: 0 auto;
        background: #fff
    }

        .aboutus .aboutimg {
            width: 300px;
            border: 0px;
        }

        .aboutus p {
            line-height: 1.4
        }

        .aboutus .aboutheading {
            font-size: 18px;
            font-weight: bold
        }
    /* ST-2137 Aboutus Page End*/

    /* ST-2138 FAQ Page Start*/
    .faq {
        width: 96%;
    }
    /* ST-2138 FAQ Page End*/

    /* ST-2121 and ST-2140 Submit Your Company Start*/
    .submitcomp {
        display: none !important;
    }

    #mobile_add_new_portfolio {
        margin-bottom: 40px;
        display: block !important;
    }

    .SumbitCompSP {
        width: 94%;
        margin: 42px auto 0px;
    }

        .SumbitCompSP .SumbitCompLeft {
            width: 100%;
            float: none;
        }

        .SumbitCompSP .SumbitCompinner {
            width: 100%;
            margin: 0 auto
        }

        .SumbitCompSP .SumbitCompRight {
            width: 100%;
            float: none;
            margin-left: 0px
        }
    /* ST-2121 and ST-2140 Submit Your Company End*/

    /* ST-2139 Member Review Start*/
    .memreivew {
        margin-top: 30px
    }

        .memreivew .fr_width {
            width: 96%;
            margin: 0 auto
        }

        .memreivew #wr_header_v_name {
            width: 98%
        }

        .memreivew table tr {
            display: block;
            width: 100%
        }

            .memreivew table tr td {
                display: block
            }

        .memreivew .wr_step {
            display: block;
            width: 100% !important
        }

        .memreivew .iSearch {
            width: 80%;
            margin-top: 5px;
            margin-left: 5px;
            border: solid 1px #888;
        }

        .memreivew .wr_wizard_header {
            display: none
        }

        .memreivew .wr_cmdButton {
            left: auto;
            margin: 0 auto
        }

        .memreivew tr td[align="right"] {
            text-align: center
        }

        .memreivew .wr_cmdButton {
            font-size: 16px;
            padding: 0px;
            line-height: 34px;
            padding-left: 25px;
            padding-right: 25px;
            border: solid 1px #8BA8DA;
            border-radius: 30px;
            text-transform: uppercase
        }

        .memreivew #wr_step3 textarea {
            width: 100%
        }

        .memreivew #wr_step3 .wr_bottomLine {
            width: 100%
        }

        .memreivew .requirefield {
            display: block;
            padding: 20px;
            font-size: 16px;
            text-align: center;
        }

        .memreivew #wr_step4 {
            font-size: 18px;
            line-height: 24px
        }

        .memreivew .wr_form_txt_top {
            height: auto
        }
    /* ST-2139 Member Review Start*/

    /* ST-2146 Search Provider Start*/
    .searchprovider .SP_mailtable .SP_mailtable_col {
        width: 100% !important
    }

    .searchprovider {
        width: 100%;
        margin: 20px auto
    }

    .searchprovider .SP_results {
        padding-top: 30px
    }

    .searchprovider .SP_results .SP_r_titlebox {
        width: 100% !important;
        display: block
    }

    .searchprovider .SP_results .SP_r_titleboxL {
        width: 100% !important;
        display: block;
        min-height: 30px
    }

    .searchprovider .SP_results .SP_r_titleboxR {
        width: 100% !important;
        display: block;
        min-height: 30px
    }

        .searchprovider .SP_mailtable {
            width: 100%;
            display: block
        }

            .searchprovider .SP_mailtable > tbody > tr {
                width: 100%;
                display: block
            }

                .searchprovider .SP_mailtable > tbody > tr > td {
                    width: 100%;
                    display: block
                }

            .searchprovider .SP_mailtable .SP_mailtable_col {
                width: 100%;
                display: block
            }

        .searchprovider .SP_maintable_L table {
            width: 100%;
            display: block
        }

            .searchprovider .SP_maintable_L table > tbody > tr {
                width: 100%;
                display: block
            }

                .searchprovider .SP_maintable_L table > tbody > tr > td {
                    width: 100%;
                    display: block;
                    padding: 0px !important
                }

        .searchprovider .SP_maintable_L .SP_L_space {
            padding: 0px
        }

        .searchprovider .SP_maintable_L ul {
            padding-left: 0px !important;
        }

            .searchprovider .SP_maintable_L ul li {
                position: relative;
                margin-bottom: 3px;
                margin-top: 3px
            }

                .searchprovider .SP_maintable_L ul li:before {
                    display: none;
                    content: '';
                    position: absolute;
                    border-right: 2px solid black;
                    border-bottom: 2px solid black;
                    width: 6px;
                    height: 6px;
                    top: calc(50% - 4px);
                    left: -20px;
                    top: 10px;
                    transform: translateY(-50%) rotate(-45deg);
                }

        .searchprovider .SP_maintable_L .ContainerPanel {
            width: 98% !important;
        }

        .searchprovider .SP_maintable_L .cmdRefineSearchBtn {
            margin-top: 10px;
            margin-bottom: 10px
        }

        .searchprovider .SP_maintable_L .cmdSortBtn {
            text-align: left !important;
            padding-left: 10px
        }

        .searchprovider .SP_maintable_L .SP_sortby_colF {
            padding-left: 5px !important
        }

        .searchprovider .SP_maintable_L .SP_sortby_colF, .searchprovider .SP_maintable_L .SP_sortby_colL {
            padding-bottom: 5px !important
        }

        .searchprovider .SP_symbols table {
            width: 80% !important
        }

            .searchprovider .SP_symbols table tr {
            }

                .searchprovider .SP_symbols table tr td:first-child {
                    width: 30% !important
                }

                .searchprovider .SP_symbols table tr td:nth-child(2) {
                    width: 10% !important
                }

        .searchprovider .SP_results .disblock100 {
            width: 100%;
            display: block
        }

        .searchprovider .SP_results .SP_results_head_com {
            width: 65% !important;
            display: table-cell
        }

        .searchprovider .SP_results .SP_results_head_sor {
            width: 10% !important;
            display: table-cell
        }

        .searchprovider .SP_results .SP_results_head_frr {
            width: 25% !important;
            display: table-cell
        }

        .searchprovider .SP_results .SP_results_list_com {
            width: 65% !important;
            display: table-cell
        }

        .searchprovider .SP_results .SP_results_list_sor {
            width: 10% !important;
            display: table-cell
        }

        .searchprovider .SP_results .SP_results_list_frr {
            width: 25% !important;
            display: table-cell
        }

        .searchprovider .SP_results .SP_results_list_sor {
            text-align: center
        }

            .searchprovider .SP_results .SP_results_list_sor img {
                max-width: 100% !important
            }

        .searchprovider .SP_results .SP_results_list_comD {
            width: 100%
        }

            .searchprovider .SP_results .SP_results_list_comD tr {
                width: 100%;
                display: block
            }

            .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_img {
                width: 20% !important;
                padding: 0px !important;
                display: table-cell
            }

                .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_img img {
                    border: double 6px #d1d1d1
                }

            .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_desc {
                width: 75% !important;
                padding: 0px 0px 0px 5% !important;
                display: table-cell
            }

        .searchprovider .SP_results .SP_result_showT {
            min-width: unset !important;
            width: 100%;
            display: block
        }

        .searchprovider .SP_symbols .arial11black {
            font-family: 'Helvetica';
            font-size: 13px;
            line-height: 20px
        }

        .searchprovider .SP_maintable_L {
            width: 100px !important
        }

            .searchprovider .SP_maintable_L .SP_sortbylistdiv {
                width: auto !important
            }

            .searchprovider .SP_maintable_L .SP_currsearch_inner {
                width: auto !important
            }

            .searchprovider .SP_maintable_L .ContentInfo {
                width: 101% !important
            }

            .searchprovider .SP_maintable_L .SP_sortbylistdiv .CaptionCont {
                width: auto
            }

        .searchprovider .SP_refinesearch_inner .ContainerPanel .ContainerTable .HeaderContent2 {
            width: calc(100% - 22px);
        }

        .searchprovider .SP_results_list_frr_tbl tbody {
            display: table-row-group;
            vertical-align: middle;
            border-color: inherit;
        }
    /* ST-2146 Search Provider End*/

    /* ST-2147 Report Card Start*/
    .divReportCard {
        width: 100% !important;
        left: 0px !important;
        margin: 0 auto;
        font-family: 'Helvetica';
        font-size: 14px;
        line-height: 20px
    }

        .divReportCard .repCd_heading_desktop {
            display: none
        }

        .divReportCard .repCd_heading_mobile {
            display: block;
            width: 97%;
            margin-top: 10px;
        }

        .divReportCard .repCd_mainT {
            width: 90% !important;
            display: block;
            padding: 0px;
            margin: 0px
        }

        .divReportCard .repCd_reviewT {
            width: 95% !important;
        }

        .divReportCard .disblock100 {
            width: 100%;
            /*display: block*/
        }

        .divReportCard .repCd_CompRespBtn input[type="button"] {
            font-size: 16px;
            border: solid 1px #422063;
            color: #422063;
            background: #fff;
            border-radius: 25px;
            padding: 0px 20px;
            height: auto !important;
            line-height: 30px;
        }

            .divReportCard .repCd_CompRespBtn input[type="button"]:hover {
                background: #422063 !important;
                color: #fff !important;
            }

        .divReportCard .arial14black, .divReportCard .arial13black, .divReportCard .arial12black, .divReportCard .arial11black, .divReportCard .arial13white, .divReportCard .arial11white, .divReportCard .arial12white, .divReportCard .arial13white, .divReportCard .arial11blue, .divReportCard .arial12blue, .divReportCard .arial13blue, .divReportCard .arial12link {
            font-family: 'Helvetica';
            font-size: 14px;
            line-height: 20px
        }

        .divReportCard .black12pt, .divReportCard .arial10black, .divReportCard .ReportCard_Ratings_Social, .divReportCard .arial10blue {
            font-family: 'Helvetica';
            font-size: 14px;
            line-height: 20px
        }

        .divReportCard .writeUpTextHDR, .divReportCard .headtext {
            font-family: 'Helvetica';
            font-size: 18px;
            line-height: 26px
        }

        .divReportCard .writeupHeader {
            font-family: 'Optima-Regular';
            font-size: 22px;
            line-height: 26px
        }

        .divReportCard .ReportCard_Ratings_Social td {
            display: table-cell;
            /*width: auto !important;*/
        }

        .divReportCard .repCd_comp {
            width: 60% !important
        }

            .divReportCard .repCd_comp .repCd_comp_view {
                width: 70% !important
            }

            .divReportCard .repCd_comp .repCd_comp_L {
                width: 60% !important
            }

            .divReportCard .repCd_comp .repCd_comp_R {
                width: 30% !important;
                padding-left: 10% !important
            }

        .divReportCard .repCd_frr {
            width: 60% !important
        }

        .divReportCard .repCd_mainT > tbody > tr {
            width: 100% !important;
            display: block
        }

            .divReportCard .repCd_mainT > tbody > tr > td {
                width: 100% !important;
                display: block
            }
    /* ST-2147 Report Card Start*/

    /* ST-2110 and ST-2145 SC PORT Start*/
    .scport {
        padding: 40px 0px;
        width: 98%;
        position: relative
    }

        .scport .boxlayout .boxinnerlayout {
            padding: 20px 10px;
        }
    /* ST-2110 and ST-2145 SC PORT Start*/

    /* Portfolio Start*/
    /* Portfolio End*/

}

@media screen and (max-width: 769px) {
    .rating_block {
        width: 95%;
    }
    .provide_comment {
        width: 93%;
        height: 390px !important;
        margin-top: 21px;
        margin-left: 0px;
        position: relative;
    }
    .rating_img {
        padding-left: 52px !important;
    }
   .mobile_new_portfolio_title {
        font-size: 20px;
        line-height: 25px;
    }
    .memreivew .search-label-bottom-search {
        margin-right: 75px;
    }
   .searchbaroption {
        display: block
    }

    #searchbaroptionBody {
        display: none
    }

    #HomeImg {
        text-align: center !important
    }

    #HomeImgCityDiv {
        margin: 10px auto 20px;
        text-align: center
    }

    .homebg #HomeImgCityDiv {
        float: none;
        width: 70% !important;
    }

    .homebg #HomeImg {
        float: none
    }

    .submitcomp .SYC_inner #imgVJSPLShowHidePassWord.ImgshowPw, .submitcomp .SYC_inner #imgRegShowHidePassWord.ImgshowPw {
        top: 18px;
        right: 10px
    }

    .submitcomp .SYC_inner #imgVJSPLShowHidePassWord {
        top: 18px;
        right: 10px
    }

    .submitcomp .SYC_form2 .SYCF_col .txtVJRegPassWord {
        width: 100%
    }
    /*ST-2108 Start*/
    .portsc .boxlayout .boxinnerlayout table td {
        width: 96%;
        padding-right: 2%;
        display: block
    }

    .portsc .boxlayout .boxinnerlayout .portlistitem {
        width: 96%;
        padding-right: 2%;
        display: table;
        float: none
    }

    .portsc .boxlayout .portlistitem .portlistitem_img {
        width: 25%
    }

        .portsc .boxlayout .portlistitem .portlistitem_img img {
            height: 100px
        }

    .portsc .boxlayout .portlistitem .portlistitem_label {
        width: 72%
    }

    .portsc .nav-tabs > li > a {
        font-size: 24px
    }
    /*ST-2108 End*/

    /*ST-2106, ST-2107 Start*/
    .mobile_new_portfolio_title {
        font-size: 16px;
    }

    .deepCategoryPage {
        max-width: 96%;
        margin: 0 auto
    }

        .deepCategoryPage .nav-tabs > li.active > a {
            height: 32px
        }

        .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home, .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home-last {
            float: none;
            width: 98%;
            padding-right: 1%;
            display: inline-block
        }

        .deepCategoryPage .cat-wrapper.lifestylecat .cat-content td {
            width: 98%;
            padding-right: 1%;
            display: inline-block
        }

        .deepCategoryPage .cat-wrapper.lifestylecat .column-home img {
            width: initial !important;
        }

        .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home span, .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home-last span {
            font-size: 18px !important;
            line-height: 24px !important;
        }

        .deepCategoryPage .cat-wrapper.homecat .column-home a, .deepCategoryPage .cat-wrapper.homecat .column-home-last a {
            font-size: 16px;
            line-height: 20px;
        }

        .deepCategoryPage .cat-wrapper.lifestylecat .cat-content td span {
            font-size: 18px !important;
            line-height: 24px !important;
        }

        .deepCategoryPage .cat-wrapper.lifestylecat .column-home a, .deepCategoryPage .cat-wrapper.lifestylecat .column-home-last a {
            font-size: 16px;
            line-height: 20px;
        }
    /*ST-2106, ST-2107 End*/

    /*ST-2122 and ST-2141 Start*/
    .submitcomp {
        width: 94%
    }

        .submitcomp .SYC_form_inner {
            width: auto
        }
    /*ST-2122 and ST-2141 End*/

    /* ST-2139 Member Review Start*/
    .memreivew .iSearch {
        width: 80%;
        margin-top: 5px;
        margin-left: 0px;
        border: solid 0px #888;
    }

    .memreivew .wr_step_header {
        font-size: 30px;
        line-height: 40px;
        height: 40px;
    }

    .memreivew .wr_header div, .memreivew #wr_header_v_name {
        font-size: 18px;
    }

    .memreivew #wr_step2 {
        width: 90%;
        margin: 0 auto
    }

    .memreivew .wr_form_standard .wr_form_lbl {
        text-align: left;
        width: 100%;
        float: none;
        display: block;
        height: 30px
    }

    .memreivew .wr_form_standard .wr_form_field {
        text-align: left;
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 15px
    }

    .memreivew #wr_step2 select {
        width: 100%;
        height: 35px;
        font-size: 16px
    }

    .memreivew #wr_step3 {
        width: 90%;
        margin: 0 auto
    }

        .memreivew #wr_step3 textarea {
            margin-top: 15px;
            width: 98%;
            border: solid 1px #ccc;
        }

    .memreivew #wr_step4 {
        width: 90%;
        margin: 0 auto
    }

    .memreivew #wr_step4 {
        padding-left: 0px;
        padding-right: 0px
    }

        .memreivew #wr_step4 label {
            position: relative;
            padding-right: 0px
        }

        .memreivew #wr_step4 .wr_form_cell_1 {
            height: auto
        }

        .memreivew #wr_step4 .wr_form_cell_2 {
            height: auto
        }

        .memreivew #wr_step4 .wr_form_cell_3 {
            height: auto
        }

    .memreivew #wr_step4_complete_row1 {
        height: auto;
        font-size: 50px;
        line-height: 50px;
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .memreivew #wr_step4_complete_row2 {
        height: auto;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .memreivew #wr_step4_complete_row4 {
        height: auto;
        font-size: 20px;
        line-height: 25px;
    }

    .memreivew #wr_step2 {
        width: 80%;
        margin: 0 auto
    }

        .memreivew #wr_step2.wr_form_standard .wr_form_lbl {
            width: 100%;
        }

        .memreivew #wr_step2.wr_form_standard .wr_form_field {
            width: 100%;
            margin-bottom: 0px
        }
    /* ST-2139 Member Review Start*/

    /* ST-2123 Thankyou POPUp Start*/
    .spthankyou .modal-content {
        width: 90%;
        height: 381px;
    }

    .spthankyou .spthankyou_inner {
        padding: 26px 61px 28px
    }

    .spthankyou .modal-content .spthankyou_icon {
        margin-bottom: 31px;
        text-align: center
    }

        .spthankyou .modal-content .spthankyou_icon img {
            max-width: 100%
        }

    .spthankyou .modal-content .spthankyou_title {
        font-size: 30px;
        line-height: 36px;
    }

    .spthankyou .modal-content .spthankyou_line {
        margin: 19px auto 14px;
        text-align: center
    }

        .spthankyou .modal-content .spthankyou_line img {
            max-width: 100%
        }

    .spthankyou .modal-content .spthankyou_desc {
        font-size: 18px;
        line-height: 22px;
    }

    .spthankyou .modal-content .spthankyou_link {
        margin-top: 23px;
    }

    .spthankyou .modal-content .spthankyou_btn {
        font-size: 14px;
        color: #410260;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 121px;
    }
    /* ST-2123 Thankyou POPUp End*/

    /* ST-2146 Search Provider Start*/
    .searchprovider {
        width: 96%;
        margin: 30px auto
    }

        .searchprovider tbody {
            width: 100%;
            display: block
        }

        .searchprovider .SP_sortby .SP_sortby_colL select, .searchprovider .ContentInfo select {
            width: 90% !important;
            height: 30px;
            border-radius: 20px;
            padding: 0px 10px;
            margin-left: 10px;
        }

        .searchprovider .ContentInfo select {
            margin-left: 0px;
            margin-top: 5px;
        }

        .searchprovider .SP_results .SP_results_rowhead {
            display: none
        }

        .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_img {
            width: 20% !important;
            padding: 0px !important;
        }

            .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_img div {
                text-align: center !important
            }

        .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_desc {
            width: 75% !important;
            padding: 0px 0px 0px 5% !important;
        }

        .searchprovider .SP_results .SP_results_list_com {
            width: 100% !important;
            display: block;
            border: 0px !important;
            border-width: 0px !important
        }

        .searchprovider .SP_results .SP_results_list_sor {
            width: 100% !important;
            display: block;
            border: 0px !important;
            border-width: 0px !important
        }

        .searchprovider .SP_results .SP_results_list_frr {
            width: 100% !important;
            display: block;
            border: 0px !important;
            border-width: 0px !important
        }

        .searchprovider .SP_results .SP_results_tbl {
            border: 0px !important;
            border-width: 0px !important
        }

        .searchprovider .SP_results .SP_results_rowlist {
            border-top: solid 1px #ccc !important;
            border-bottom: solid 0px #ccc !important;
            border-left: solid 1px #ccc !important;
            border-right: solid 1px #ccc !important;
            padding: 10px 2% !important;
            width: 96% !important;
            display: block;
            background: #fafafa !important
        }

            .searchprovider .SP_results .SP_results_rowlist:nth-child(odd) {
                background: #f1f1f1 !important
            }

            .searchprovider .SP_results .SP_results_rowlist:last-child {
                border-bottom: solid 1px #ccc !important;
            }

        .searchprovider .SP_maintable_R {
            display: none !important
        }

        .searchprovider .SP_symbols table {
            width: 100% !important
        }

        .searchprovider .SP_sortby .SP_sortby_colL select {
            width: 90%;
            height: 30px;
            border-radius: 20px;
            padding: 0px 10px;
            margin-left: 10px;
        }

        .searchprovider .SP_results_list_frr {
            position: relative;
            padding-top: 30px;
            margin-top: 20px;
        }

        .searchprovider .SP_results_list_sor {
            position: relative;
            padding-top: 30px;
            margin-top: 10px
        }

        .searchprovider .SP_results_list_frr .arial11blue {
            border: solid 1px #422063;
            color: #422063;
            background: #fff;
            border-radius: 25px;
            padding: 0px 15px;
            height: auto !important;
            line-height: 24px;
            display: inline-block;
            margin: 10px auto;
            text-transform: uppercase;
            position: absolute;
            right: 10px;
            bottom: -10px
        }

            .searchprovider .SP_results_list_frr .arial11blue:hover {
                color: #fff;
                background: #422063;
            }

        .searchprovider .SP_results_list_sor:before {
            position: absolute;
            top: -5px;
            left: 0px;
            right: 0px;
            text-align: center;
            white-space: nowrap;
            font-family: 'Helvetica';
            font-size: 16px;
            line-height: 20px;
        }

        .searchprovider .SP_results_list_sor:before {
            content: "Source"
        }

        .searchprovider .SP_results_list_frr:before {
            position: absolute;
            top: -5px;
            left: 0px;
            right: 0px;
            text-align: center;
            white-space: nowrap;
            font-family: 'Helvetica';
            font-size: 16px;
            line-height: 20px;
        }

        .searchprovider .SP_results_list_frr:before {
            content: "Franklin Report Ratings"
        }

        .searchprovider .SP_refinesearch_inner .ContainerPanel .ContainerTable .HeaderContent2 {
            width: calc(100% - 16px);
        }
    /* ST-2146 Search Provider End*/

    /* ST-2147 Report Card Start*/
    .divReportCard .repCd_comp {
        width: 100% !important;
        display: block
    }

        .divReportCard .repCd_comp .repCd_comp_view {
            width: 70% !important
        }

        .divReportCard .repCd_comp .repCd_comp_L {
            width: 60% !important
        }

        .divReportCard .repCd_comp .repCd_comp_R {
            width: 30% !important;
            padding-left: 10% !important
        }

    .divReportCard .repCd_frr {
        width: 100% !important;
        display: block;
        text-align: left !important
    }

    .divReportCard .greyBorderAll > table {
        width: 100%;
        display: block
    }

        .divReportCard .greyBorderAll > table > tbody > tr {
            width: 100% !important;
            display: block
        }

            .divReportCard .greyBorderAll > table > tbody > tr > td {
                width: 100% !important;
                display: block
            }

    .divReportCard .repCd_mainT .repCd_Portimg {
        max-width: 100%;
    }
    /* ST-2147 Report Card Start*/

    /* ST-2110 and ST-2145 SC PORT Start*/
    .scport {
        padding: 40px 0px;
        width: 98%;
        position: relative
    }

        .scport .boxlayout .boxinnerlayout {
            padding: 20px 40px;
        }

        .scport .dropdown {
            margin-right: 10px
        }

        .scport .scportdropdown {
            left: auto;
            right: 0px
        }

        .scport .dropdown .btn {
            font-size: 14px
        }
    /* ST-2110 and ST-2145 SC PORT Start*/

    /* Portfolio Start*/
    .Port_Tbl2 {
        width: 100%;
        display: block
    }

        .Port_Tbl2 .Port_Tbl2_1 {
            width: 100%;
            display: block
        }

        .Port_Tbl2 .Port_Tbl2_2 {
            width: 100%;
            display: block
        }

    .Port_Tbl3 {
        width: 410px;
        display: block;
        margin: 0 auto
    }

    .Port_Tbl2 .Port_imgMain {
        height: auto !important
    }

        .Port_Tbl2 .Port_imgMain img {
            max-width: 100%
        }
    /* Portfolio End*/

    .searchprovider .SP_results .SP_results_list_sor {
        display: none !important
    }

    .searchprovider .SP_results_list_frr:before {
        font-family: 'Optima-Regular' !important;
        color: #000 !important
    }

    .searchprovider .SP_result_show .SP_result_show_div {
        display: none
    }

    .searchprovider .SP_results .SP_results_tbl {
        margin-top: -50px;
    }

    .submitcomp .SYCF_col.SYCF_employee .SYCF_label {
        width: 120px !important;
        display: inline-block !important
    }

    .submitcomp .SYC_form2.SYC_padd .SYCF_employee select {
        width: 44% !important;
        display: inline-block !important
    }

    .searchprovider .SP_results_list_frr_tbl .SP_results_list_frr_td_icon table td {
        display: inline-block
    }

    .stamp_div{
        display: none;
    }

    .verify_me_div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
    }

    .keep_private_div {
        width: 100% !important;
        max-width: 100% !important;
        flex: 100% !important;
        margin-bottom: 20px;
    }
    #recommendationDiv span.required {
        left: 43px;
    }

    .verify_me [type="checkbox"]:not(:checked) + label::before {
        margin-left: 25px;
    }
    .verify_me [type="checkbox"]:checked + label:after {
        margin-left: 25px;
    }
    .verify_me [type="checkbox"]:checked + label:before{
        left: 32px;
    }
    .verify_me {
        padding-left: 48px;
    }
    #HomeImgCityDiv #HomeImgCity {
        width: auto !important;
        max-width: 100%;
    }
    .divClsSearchClose {
        left: 443px !important;
        top: 111px !important;
    }
    .homebg #master-header #ctl00_txtSearch {
        width: 395px !important;
        top: 107px !important;
        left: 53px !important;
    }
}

@media screen and (max-width: 641px) {
    /*ST-2188*/
    #divLoginPopUp .modal-dialog {
        margin-left: -10px
    }

    #divRegister .modal-dialog {
        margin-left: -5px
    }

    #divRegister .divRegPopUp_body {
        padding: 26px 20px 25px;
    }

    #divForgotPwPopUp .modal-dialog {
        margin-left: -5px
    }

    #divForgotPwPopUp .modal-content {
        width: 90%
    }

    #divForgotPwPopUp .SubFPWheading {
        width: 100%
    }

    #divForgotPwPopUp .FPWfooterlink {
        width: 100%
    }

        #divForgotPwPopUp .FPWfooterlink .FPWfooterleft {
            width: 50%
        }

        #divForgotPwPopUp .FPWfooterlink .FPWfooterright {
            width: 50%
        }

    #divForgotPwPopUp .FPWform {
        width: 100%;
    }
    /*ST-2108 Start*/
    .portsc .nav-tabs > li {
        margin-left: 20px;
    }

        .portsc .nav-tabs > li > a {
            font-size: 20px;
            padding: 0px 20px;
        }

    .portsc .boxlayout .portlistitem {
        border-bottom: solid 1px #ddd;
        padding-bottom: 15px
    }

    .portsc .boxlayout tr td:last-child .portlistitem:last-child {
        border-bottom: solid 0px #ddd;
    }

    /*ST-2108 End*/

    /* ST-2121 and ST-2140 Submit Your Company Start*/
    .SumbitCompSP .SumbitCompFeature {
        width: 100%;
        background: none;
        height: auto
    }

        .SumbitCompSP .SumbitCompFeature .featurebox {
            position: relative;
            width: 250px;
            margin: 15px auto;
            left: 0px;
            right: 0px;
            top: 0px;
            background: #fafafa;
            padding: 20px 10px;
            border: double 8px #fff;
        }
    /* ST-2121 and ST-2140 Submit Your Company End*/

    /*ST-2122 and ST-2141 Start*/
    .submitcomp {
        width: 94%
    }

        .submitcomp .SYC_form_inner {
            width: auto
        }

        .submitcomp .col-12, .submitcomp .col-11, .submitcomp .col-10, .submitcomp .col-9, .submitcomp .col-8, .submitcomp .col-7, .submitcomp .col-6, .submitcomp .col-5, .submitcomp .col-4, .submitcomp .col-3, .submitcomp .col-2, .submitcomp .col-1 {
            max-width: 100%;
            flex: 100%;
        }

        .submitcomp .SYCF_inline .SYCF_label {
            display: block;
            width: 100%
        }

        .submitcomp .SYCF_inline input, .submitcomp .SYCF_inline select {
            display: block;
            width: 100%
        }

        .submitcomp .SYCF_input.SYCF_cname input {
            font-size: 30px
        }

        .submitcomp .SYC_heading {
            font-size: 30px;
            line-height: 35px
        }

        .submitcomp .SYC_form .SYC_title .SYC_form_heading {
            font-size: 20px;
            line-height: 26px;
        }

        .submitcomp .SYC_form .SYC_title .SYC_form_subheading {
            font-size: 16px;
            line-height: 20px
        }

        .submitcomp .SYC_seo .SYC_seo_heading {
            font-size: 22px;
        }

        .submitcomp .SYC_seo .SYC_seo_subheading {
            font-size: 18px;
            line-height: 25px;
        }
    /*ST-2122 and ST-2141 End*/

    /* ST-2123 Thankyou POPUp Start*/
    .spthankyou .modal-content {
        width: 90%;
        height: 381px;
    }

    .spthankyou .spthankyou_inner {
        padding: 26px 61px 28px
    }

    .spthankyou .modal-content .spthankyou_icon {
        margin-bottom: 31px;
        text-align: center
    }

        .spthankyou .modal-content .spthankyou_icon img {
            max-width: 100%
        }

    .spthankyou .modal-content .spthankyou_title {
        font-size: 30px;
        line-height: 36px;
    }

    .spthankyou .modal-content .spthankyou_line {
        margin: 19px auto 14px;
        text-align: center
    }

        .spthankyou .modal-content .spthankyou_line img {
            max-width: 100%
        }

    .spthankyou .modal-content .spthankyou_desc {
        font-size: 16px;
        line-height: 22px;
    }

    .spthankyou .modal-content .spthankyou_link {
        margin-top: 23px;
    }

    .spthankyou .modal-content .spthankyou_btn {
        font-size: 14px;
        color: #410260;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 121px;
    }
    /* ST-2123 Thankyou POPUp End*/

    /* ST-2110 and ST-2145 SC PORT Start*/
    .scport {
        padding: 40px 0px;
        width: 90%;
        position: relative
    }

        .scport .mktportlogo img {
            width: 300px
        }

        .scport .boxlayout .boxinnerlayout {
            padding: 20px 40px;
        }

            .scport .boxlayout .boxinnerlayout .portlist li {
                float: none;
                margin-left: auto;
                margin-right: auto
            }
    /* ST-2110 and ST-2145 SC PORT Start*/

    /*ST-2231.1 Start*/
    .Port_compD {
    }

        .Port_compD .Port_compD_tbl {
            width: 100%
        }

            .Port_compD .Port_compD_tbl .Port_compD_L {
                width: 100%;
                margin-right: 0%;
                display: block
            }

            .Port_compD .Port_compD_tbl .Port_compD_R {
                width: 100%;
                display: block
            }

    .Port_compD_innertbl2 .Port_compD_L2 {
        width: 100%;
        display: block
    }

    .Port_compD_innertbl2 .Port_compD_R2 {
        width: 100%;
        display: block
    }

    .Port_compD .Port_compD_innertbl6 {
        margin-top: 10px
    }

    .Port_compD .snapshotText {
        font-family: 'Helvetica-Oblique';
        font-size: 14px;
        line-height: 17px;
        color: #000
    }

    .Port_compD .nameofcompany {
        font-family: 'TrajanPro3-Regular';
        font-size: 25px;
        line-height: 25px;
        color: #410166;
        margin: 5px 0px
    }

    .Port_compD .company, .Port_compD .Port_compD_website .nav {
        font-family: 'Helvetica';
        font-size: 15px;
        line-height: 18px;
        color: #000;
        text-decoration: none
    }

    .Port_compD .Port_compD_links {
        list-style: none;
        margin: 0px;
        padding: 0px
    }

        .Port_compD .Port_compD_links li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 25px
        }

            .Port_compD .Port_compD_links li input {
                position: absolute;
                width: 20px;
                height: 20px;
                left: 0px
            }

            .Port_compD .Port_compD_links li.Port_compD_reviewicon div {
                background-color: #410166;
                border-radius: 2px;
                height: 25px;
                width: 158px;
                line-height: 26px;
                color: #fff;
                font-family: 'Helvetica-Bold';
                font-size: 11px;
                text-align: center;
                text-transform: uppercase
            }

            .Port_compD .Port_compD_links li.Port_compD_printicon {
                line-height: 23px;
                color: #410166;
                font-family: 'Helvetica-Bold';
                font-size: 11px;
                text-align: left;
                text-transform: uppercase;
                padding-left: 30px
            }

    .Port_compD .Port_compD_social {
        list-style: none;
        margin: 10px 0px 15px;
        padding: 0px
    }

        .Port_compD .Port_compD_social li {
            display: block;
            padding-right: 10px;
            line-height: 20px;
            position: relative;
            padding-left: 25px;
            margin-bottom: 5px
        }

            .Port_compD .Port_compD_social li:last-child {
                padding-right: 0px
            }

        .Port_compD .Port_compD_social br {
            display: none
        }

        .Port_compD .Port_compD_social li img {
            position: absolute;
            width: auto !important;
            height: 20px !important;
            left: 0px
        }

    .Port_compPhil_title {
        font-family: Arial;
        font-size: 18px;
        color: #410166;
        line-height: 22px;
        margin-bottom: 5px
    }

    .Port_compexpert_title {
        font-family: Arial;
        font-size: 18px;
        color: #410166;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 5px
    }

    .Port_compPhil_desc .company, .Port_compexpert_desc .company {
        font-family: 'Helvetica';
        font-size: 14px;
        color: #000
    }

    .Port_compD .Port_compD_links li.Port_compD_printicon input {
        left: 0px
    }
    /*ST-2231.1 End*/

}

@media screen and (max-width: 481px) {
    /*ST-2108 Start*/
    .rating_img {
        padding-left: 20px !important;
        padding-top: 0px;
    }
    span#span_cost_icon_0 {
        margin-left: -20px !important;
    }
    .zero_dot {
        margin-top: 6px !important;
    }
    .checkBox_spacing {
        padding: 27px 0 0 0;
    }
    .checkbox-keepprivate label{
        font-size: 15px;
    }
    .verify_me {
        padding-left: 48px;
    }
    .checkBox_next{
        font-size: 15px;
    }
    .portsc .nav-tabs > li {
        margin-left: 15px;
    }

        .portsc .nav-tabs > li > a {
            font-size: 20px;
            padding: 0px 15px;
        }

    .portsc .boxlayout .portlistitem .portlistitem_img {
        width: 30%
    }

        .portsc .boxlayout .portlistitem .portlistitem_img img {
            height: 80px
        }

    .portsc .boxlayout .portlistitem .portlistitem_label {
        width: 70%
    }

    .portsc .nav-tabs > li > a {
        font-size: 20px
    }

    .portsc .mktportlogo img {
        max-width: 200px
    }
    /*ST-2108 End*/

    /*ST-2106, ST-2107 Start*/
    .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home span, .deepCategoryPage .cat-wrapper.homecat .cat-content td.column-home-last span {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .deepCategoryPage .cat-wrapper.homecat .column-home a, .deepCategoryPage .cat-wrapper.homecat .column-home-last a {
        font-size: 14px;
        line-height: 18px;
    }

    .deepCategoryPage .cat-wrapper.lifestylecat .cat-content td span {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .deepCategoryPage .cat-wrapper.lifestylecat .column-home a, .deepCategoryPage .cat-wrapper.lifestylecat .column-home-last a {
        font-size: 14px;
        line-height: 18px;
    }
    /*ST-2106, ST-2107 End*/

    /*Deafault Header and Home page Start*/
    #mainTable {
        width: 96% !important
    }

    .homebg #mainTable {
        width: 96% !important
    }

    #sideContentCell {
        width: 100% !important;
        display: block
    }

    #ctl00_BackContent {
        display: none !important
    }

    #searchSection {
        width: 100% !important;
        background-size: 100% 100%;
    }

    #mainTable {
        overflow: hidden
    }

    #master-header #ctl00_txtSearch {
        width: 280px !important;
        top: 68px !important;
        left: 45px !important;
        font-size: 18px !important;
    }
    /*Deafault Header and Home page End*/

    /* ST-2098.2 and ST-2136 Corona Page Start*/
    .coronalist .heading {
        font-size: 22px;
    }

    .coronalist td {
    }

        .coronalist td:before {
            white-space: normal
        }

        .coronalist td:nth-of-type(3) {
            height: 30px
        }
    /* ST-2098.2 and ST-2136 Corona Page End*/

    /* ST-2137 Aboutus Page Start*/
    .aboutus {
        width: 96%;
        margin: 0 auto;
        background: #fff
    }

        .aboutus .aboutimg {
            width: 250px;
            border: 0px;
        }

        .aboutus .aboutheading {
            font-size: 16px;
        }
    /* ST-2137 Aboutus Page End*/

    /* ST-2121 and ST-2140 Submit Your Company Start*/
    .SumbitCompSP {
        width: 92%;
    }

        .SumbitCompSP .SumbitCompTitle {
            font-size: 20px
        }
    /* ST-2121 and ST-2140 Submit Your Company End*/

    /*ST-2122 and ST-2141 Start*/
    .submitcomp {
        width: 94%
    }

        .submitcomp .SYC_form_inner {
            width: auto;
            margin: 30px 23px 20px 28px;
        }

        .submitcomp .col-12, .submitcomp .col-11, .submitcomp .col-10, .submitcomp .col-9, .submitcomp .col-8, .submitcomp .col-7, .submitcomp .col-6, .submitcomp .col-5, .submitcomp .col-4, .submitcomp .col-3, .submitcomp .col-2, .submitcomp .col-1 {
            max-width: 100%;
            flex: 100%;
        }

        .submitcomp .SYCF_inline .SYCF_label {
            display: block;
            width: 100%
        }

        .submitcomp .SYCF_inline input, .submitcomp .SYCF_inline select {
            display: block;
            width: 100%
        }

        .submitcomp .SYCF_input.SYCF_cname input {
            font-size: 24px
        }

        .submitcomp .SYC_heading {
            font-size: 24px;
            line-height: 30px
        }

        .submitcomp .SYC_form .SYC_title .SYC_form_heading {
            font-size: 16px;
            line-height: 20px;
        }

        .submitcomp .SYC_form .SYC_title .SYC_form_subheading {
            font-size: 14px;
            line-height: 18px
        }

        .submitcomp .SYC_seo .SYC_seo_heading {
            font-size: 18px;
        }

        .submitcomp .SYC_seo .SYC_seo_subheading {
            font-size: 15px;
            line-height: 20px;
        }

        .submitcomp .SYC_seo .SYC_seo_heading:after {
            background-size: 24px 24px;
            width: 30px
        }

        .submitcomp .SYC_form {
            margin-top: 30px
        }

        .submitcomp .SYC_form2.SYC_padd .SYCF_employee select, .submitcomp .SYC_form2.SYC_padd .SYCF_clientele select, .submitcomp .SYC_form2.SYC_padd .SYCF_licensed select {
            width: 90%
        }
    /*ST-2122 and ST-2141 End*/

    /* ST-2139 Member Review Start*/
    .memreivew .wr_step_header {
        font-size: 24px;
        line-height: 40px;
        height: 40px;
    }

    .memreivew .wr_header div, .memreivew #wr_header_v_name {
        font-size: 13px;
        padding-right: 10px
    }

    .memreivew #wr_form_addCompany {
        font-size: 14px;
        line-height: 18px
    }

    .memreivew .wr_form_standard .wr_form_lbl {
        font-size: 16px;
        height: 25px
    }

    .memreivew #wr_step3 textarea {
        width: 98%;
    }

    .memreivew #wr_step3 {
        font-size: 14px
    }

    .memreivew .wr_step {
        padding-bottom: 0px
    }

    .memreivew #wr_step4_complete_row1 {
        font-size: 40px;
        line-height: 40px;
    }

    .memreivew #wr_step4_complete_row2 {
        font-size: 24px;
        line-height: 30px;
    }

    .memreivew #wr_step4_complete_row4 {
        font-size: 18px;
        line-height: 22px;
    }
    /* ST-2139 Member Review Start*/

    /* ST-2123 Thankyou POPUp Start*/
    .spthankyou .modal-content {
        width: 90%;
        height: auto;
    }

    .spthankyou .spthankyou_inner {
        padding: 25px
    }

    .spthankyou .modal-content .spthankyou_icon {
        margin-bottom: 31px;
        text-align: center
    }

        .spthankyou .modal-content .spthankyou_icon img {
            max-width: 100%
        }

    .spthankyou .modal-content .spthankyou_title {
        font-size: 24px;
        line-height: 28px;
    }

    .spthankyou .modal-content .spthankyou_line {
        margin: 19px auto 14px;
        text-align: center
    }

        .spthankyou .modal-content .spthankyou_line img {
            max-width: 100%
        }

    .spthankyou .modal-content .spthankyou_desc {
        font-size: 16px;
        line-height: 22px;
    }

    .spthankyou .modal-content .spthankyou_link {
        margin-top: 23px;
    }

    .spthankyou .modal-content .spthankyou_btn {
        font-size: 14px;
        color: #410260;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 121px;
    }
    /* ST-2123 Thankyou POPUp End*/

    /* ST-2146 Search Provider Start*/
    .searchprovider .SP_results .SP_results_rowhead {
        display: none
    }

    .searchprovider .SP_results .SP_results_list_com {
        width: 100% !important;
        display: block;
        border: 0px !important;
        border-width: 0px !important
    }

    .searchprovider .SP_results .SP_results_list_sor {
        width: 100% !important;
        display: block;
        border: 0px !important;
        border-width: 0px !important
    }

    .searchprovider .SP_results .SP_results_list_frr {
        width: 100% !important;
        display: block;
        border: 0px !important;
        border-width: 0px !important
    }

    .searchprovider .SP_results .SP_results_tbl {
        border: 0px !important;
        border-width: 0px !important
    }

    .searchprovider .SP_results .SP_results_rowlist {
        border-top: solid 1px #ccc !important;
        border-bottom: solid 0px #ccc !important;
        border-left: solid 1px #ccc !important;
        border-right: solid 1px #ccc !important;
        padding: 10px 2% !important;
        width: 96% !important;
        display: block;
        background: #fafafa !important
    }

        .searchprovider .SP_results .SP_results_rowlist:nth-child(odd) {
            background: #f1f1f1 !important
        }

        .searchprovider .SP_results .SP_results_rowlist:last-child {
            border-bottom: solid 1px #ccc !important;
        }

    .searchprovider .SP_maintable_R {
        display: none !important
    }

    .searchprovider .SP_symbols table {
        width: 100% !important
    }

    .searchprovider .SP_sortby .SP_sortby_colL select {
        width: 90%;
        height: 30px;
        border-radius: 20px;
        padding: 0px 10px;
        margin-left: 10px;
    }

    .searchprovider .SP_results_list_frr {
        position: relative;
        padding-bottom: 30px
    }

    .searchprovider .SP_refinesearch_inner .ContainerPanel .ContainerTable .HeaderContent2 {
        width: calc(100% - 22px);
    }
    /* ST-2146 Search Provider End*/

    /* ST-2147 Report Card Start*/
    .divReportCard .repCd_heading_mobile .repCd_heading {
        font-size: 22px;
        line-height: 30px
    }

    .divReportCard .repCd_comp {
        width: 100% !important;
        display: block
    }

        .divReportCard .repCd_comp .repCd_comp_view {
            width: 100% !important
        }

        .divReportCard .repCd_comp .repCd_comp_L {
            width: 70% !important
        }

        .divReportCard .repCd_comp .repCd_comp_R {
            width: 20% !important;
            padding-left: 10% !important
        }

    .divReportCard .repCd_frr {
        width: 100% !important;
        display: block;
        text-align: left !important
    }

        .divReportCard .repCd_frr > table {
            width: 100% !important;
        }

            .divReportCard .repCd_frr > table > tbody > tr {
                width: 100% !important;
                display: block
            }

                .divReportCard .repCd_frr > table > tbody > tr > td {
                    width: 96% !important;
                    display: block
                }
    /* ST-2147 Report Card Start*/

    /* ST-2110 and ST-2145 SC PORT Start*/
    .scport .nav-tabs > li > a {
        font-size: 22px
    }

    .scport .dropdown {
        margin-right: 10px
    }

    .scport .scportdropdown {
        left: auto;
        right: 0px
    }

    .scport .dropdown .btn {
        font-size: 13px
    }
    /* ST-2110 and ST-2145 SC PORT Start*/
    /* Portfolio Start*/
    .Port_Tbl4 {
        width: 100%;
        display: block
    }

        .Port_Tbl4 tbody {
            width: 100%;
            display: block
        }

        .Port_Tbl4 .Port_Tbl4_row td {
            width: 20%;
        }

            .Port_Tbl4 .Port_Tbl4_row td img {
                width: auto !important;
                height: auto !important;
                max-width: 100%
            }

    .Port_imgMain {
        height: auto !important
    }

    .Port_Tbl4_2 {
        width: 100%
    }

        .Port_Tbl4_2 .Port_Tbl4_2td {
            width: 32% !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2tdSp {
            width: 2% !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2td div {
            text-align: left !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2td img {
            width: auto !important;
            height: auto !important;
            max-width: 100%
        }

    /* Portfolio End*/

    .ratingsTbl {
        width: 100%
    }
    .ReportCard_Ratings_Social ._imgCell {
        width: 32px !important;
    }

   /* .ac_results {
        left: 43px !important;
    }*/
}

@media screen and (max-width: 426px) {
    /*ST-2108 Start*/
    .mobile_new_portfolio_title {
        font-size: 14px;
    }
    .divClsSearchClose {
		left: 303px !important;
		top: 92px !important;
	}
	.homebg #master-header #ctl00_txtSearch {
        top: 87px !important;
        left: 36px !important;
		width: 267px !important;
    }
	.signedIn .divClsSearchClose {
		top: 47px !important;
	}
	.homebg.signedIn #master-header #ctl00_txtSearch {
        top: 42px !important;
    }

    .portsc .nav-tabs > li > a {
        font-size: 17px;
        padding: 0px 10px;
    }
    /*ST-2108 End*/

    /*ST-2106, ST-2107 Start*/
    .deepCategoryPage .nav-tabs > li > a img {
        top: 6px;
        left: 3px;
        width: 16px;
    }

    .deepCategoryPage .nav-tabs > li > a {
        font-size: 12px;
        padding: 0px 5px 0px 22px;
    }
    /*ST-2106, ST-2107 End*/

    /*Deafault Header and Home page Start*/
    #master-header #ctl00_txtSearch {
        width: 280px !important;
        top: 68px !important;
        left: 40px;
    }

    .homebg #searchSection {
        background-image: url(/Images/homesearchbox.png?V=4);
        width: 100px;
        height: 89px;
        padding-top: 0px;
    }

    #HomeImgCityDiv #HomeImgCity {
        width: auto !important;
        max-width: 100%
    }
    /*Deafault Header and Home page End*/

    /*ST-2136 Signin and Join Us Start*/
    #divLoginPopUp {
        padding-left: 8px;
    }

        #divLoginPopUp .modal-content {
            width: 96%;
            margin: 0 auto
        }

    #divRegister {
        padding-left: 5px;
    }

        #divRegister .modal-content {
            width: 96%
        }
        /*ST-2188*/
        #divRegister .Regfooterlink {
            width: 100%;
        }

            #divRegister .Regfooterlink .Regfooterleft {
                float: none;
                width: 100%;
                margin-bottom: 10px;
                text-align: center
            }

            #divRegister .Regfooterlink .Regfooterright {
                float: none;
                width: 100%;
                margin-bottom: 0px;
                text-align: center
            }
    /*ST-2136 Signin and Join Us End*/

    /* ST-2110 and ST-2145 SC PORT Start*/
    .scport {
        padding: 40px 0px;
        width: 98%;
        position: relative
    }

        .scport .mktportlogo img {
            width: 250px
        }

        .scport .boxlayout .boxinnerlayout {
            padding: 20px 0px;
        }

            .scport .boxlayout .boxinnerlayout .portlist li {
                float: none;
                margin-left: auto;
                margin-right: auto
            }

        .scport .nav-tabs > li > a {
            font-size: 18px
        }

        .scport .dropdown {
            margin-right: 10px
        }

        .scport .scportdropdown {
            left: auto;
            right: 0px
        }

        .scport .dropdown .btn {
            font-size: 12px
        }
    /* ST-2110 and ST-2145 SC PORT Start*/

    /* Portfolio Start*/
    .Port_Tbl3 {
        width: 100%
    }

    .Port_Tbl4 {
        width: 100%;
        display: block
    }

        .Port_Tbl4 tbody {
            width: 100%;
            display: block
        }

        .Port_Tbl4 .Port_Tbl4_row td {
            width: 20%;
        }

            .Port_Tbl4 .Port_Tbl4_row td img {
                width: auto !important;
                height: auto !important;
                max-width: 100%
            }

            .Port_Tbl4 .Port_Tbl4_row td img {
                width: 63px !important;
                height: 63px !important;
                max-width: 100%
            }

    .Port_imgMain {
        height: auto !important
    }

    .Port_Tbl2 .Port_imgMain {
        width: 100% !important
    }

    .Port_RecentProject, .Port_coPhil {
        max-width: 100%
    }

    .Port_companylogo {
        height: auto !important;
        max-width: 80%
    }

    .Port_Tbl4_2 {
        width: 100%
    }

        .Port_Tbl4_2 .Port_Tbl4_2td {
            width: 32% !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2tdSp {
            width: 2% !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2td div {
            text-align: left !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2td img {
            width: auto !important;
            height: auto !important;
            max-width: 100%
        }
    /* Portfolio End*/

    /*Member view */
    .memreivew #wr {
        padding-bottom: 70px;
        height: 300px;
        padding-top: 5px;
        width: 330px;
        margin: 37px auto;
        padding: 17px 15px 33px 15px;
        border: solid 2px #410166;
        background-color: #fafafa;
    }

    .memreivew .wr_form_cell {
        height: 60px;
        width: 100%;
    }

    .memreivew .wr_form_field .dropdown {
        width: 91%;
        margin-left: 13px;
        border-bottom: solid 1px #979797;
    }

    .memreivew .search-label-bottom-location {
        font-family: Avenir-heavy;
        font-size: 10px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #410166;
        margin-left: 15px;
    }

    .memreivew .search-label-bottom {
        margin-left: 13px;
    }

    #wr_loading {
        display: none;
    }

    .memreivew .search-label-bottom-search {
        display: none;
    }

    .search-label-message {
        color: #979797;
        font-size: small;
        margin: 20px 20px;
        text-align: center;
    }

    .memreivew .iSearch {
        width: 90%;
        margin-top: 5px;
        margin-left: 12px;
        border: solid 0px #888;
    }

    .memreivew .wr_search_enter_img {
        display: none;
    }

    .memreivew .wr_search_enter_img1 {
        width: 80px;
        height: 26px;
        text-transform: uppercase;
        border: 1.5px solid #6624a2;
        font-weight: bolder;
        background: #fff;
        border-radius: 13px;
        margin: auto;
        color: #6624a2;
    }

    .mobile_go {
        display: block;
        width: 80px;
        margin: 25px auto;
    }

    .WriteReview .review-header {
        font-size: 30px;
        margin: 25px 0px 10px;
    }

    .search_company_txt {
        float: none;
    }

    .justifyCenter {
        text-align: center;
        margin-top: 10px;
    }

    .photo_finish {
        width: 90.5%;
    }

    .provide_comment {
        width: 90%;
        padding: 23px 19px 0px 11px;
    }

    .rating_block {
        width: 92%;
        padding: 15px 10px 0px 15px;
        margin: 3px 15px 0px 0px;
        height: 270px !important;
    }

    #recommendationDiv span.required {
        top: 13px !important;
    }

    .company-name {
        font-size: 25px;
    }

    #span_star_icon_1, #span_star_icon_2, #span_star_icon_3, #span_star_icon_4, #span_star_icon_5, #span_plus_icon_1, #span_plus_icon_2, #span_plus_icon_3, #span_plus_icon_4, #span_plus_icon_5, #span_secure_icon_1, #span_secure_icon_2, #span_secure_icon_3, #span_secure_icon_4, #span_secure_icon_5 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .rating_block svg {
        width: 20px;
        height: 20px;
    }

    .rating_block .border_bottom {
        display: inline-block !important;
        width: 100% !important;
        text-align: left;
        position: relative;
    }

    #star_icon_0, #star_icon_00, #secure_icon_0, #secure_icon_00, #plus_icon_0, #plus_icon_00 {
        width: 8px;
        height: 8px;
    }

    .rating_name {
        font-size: 10px;
    }

    .rating_text span, .rating_text p, .rating_text a {
        font-size: 10px !important;
    }

    /*.ac_results {
        left: 60px !important;
        width: 70% !important;
        top: 426.8px !important;
    }*/

    #divReviewSuccessPopUp .divReviewSuccessPopUp_body {
        width: 65%;
        margin: 15px !important;
        padding: 25px !important;
    }
    #divReviewSuccessPopUp .Please-invite-the-fo-des {
        margin: 16px 0px;
        font-size: 15px;
    }
    #divReviewSuccessPopUp .invitesubmit {
        margin-top: 17px;
        display: inline-block;
    }
    #divReviewSuccessPopUp .review-model-btn {
        float: left;
        margin: auto 30px;
        padding: 3px 21px 2px;
        margin-bottom: 10px;
    }
    #divReviewSuccessPopUp .review-model-done-btn {
        text-align: center;
        float: right;
        margin: auto 30px;
        padding: 3px 59px 3px;
    }

}

@media screen and (max-width: 376px) {
    .llama-portfolio {
        width: 340px !important;
    }
    .divClsSearchClose {
        left: 81% !important;
        top: 87px !important;
    }
    .homebg #master-header #ctl00_txtSearch {
        top: 82px !important;
        left: 32px !important;
    }
	.signedIn .divClsSearchClose {
		top: 42px !important;
	}
	.homebg.signedIn #master-header #ctl00_txtSearch {
        top: 38px !important;
    }
    #divReviewSuccessPopUp .divReviewSuccessPopUp_body {
        width: 55.5%;
    }
    #divReviewSuccessPopUp .review-model-btn {
        margin: auto 21px;
        padding: 3px 8px 2px;
        margin-bottom: 15px;
    }
    #divReviewSuccessPopUp .review-model-done-btn {
        margin: auto 22px;
        padding: 3px 45px 3px;
    }
    .provide_comment {
        width: 88%;
    }
    .provide_comment {
        height: 390px !important;
        padding: 23px 19px 10px 11px;
    }
    .provide_comment .input_count .MuiInputBase-input {
        width: 86%;
    }
    /*.ac_results {
        width: auto !important;
        left: 40px !important;
        top: 420.8px !important;
    }*/
    .photo_finish {
        width: 87.5%;
        margin: 20px auto;
    }
    .verify_me, .keep_private {
        padding-right: 0px;
    }
    .section-header.rate_company, .section-header.provide_comments, .section-header.photo_finish_header {
        font-size: 20px;
    }
   .mobile_new_portfolio_title {
        font-size: 14px;
        line-height: 20px;
    }
    .memreivew #wr {
        width: 320px;
    }
    #divForgotPwPopUp .FPWfooterlink .FPWfooterleft {
        width: 100%;
        float: none
    }

    #divForgotPwPopUp .FPWfooterlink .FPWfooterright {
        width: 100%;
        float: none;
        margin-top: 10px
    }
    /*ST-2108 Start*/
    .portsc .nav-tabs > li > a {
        font-size: 16px;
        padding: 0px 10px;
    }
    /*ST-2108 End*/

    /*ST-2106, ST-2107 Start*/
    .deepCategoryPage .nav-tabs > li > a img {
        top: 6px;
        left: 3px;
        width: 16px;
    }

    .deepCategoryPage .nav-tabs > li > a {
        font-size: 12px;
        padding: 0px 10px 0px 22px;
    }
    /*ST-2106, ST-2107 End*/

    /*Deafault Header and Home page Start*/
    #master-header #ctl00_txtSearch {
        width: 235px !important;
        top: 68px !important;
        left: 37px !important;
        font-size: 16px !important;
    }

    .homebg #searchSection {
        background-image: url(/Images/homesearchbox.png?V=4);
        width: 100px;
        height: 81px;
        padding-top: 0px;
    }

    /*Deafault Header and Home page End*/

    /*ST-2136 Signin and Join Us Start*/
    #divLoginPopUp {
        padding-left: 8px;
    }

        #divLoginPopUp .modal-content {
            width: 100%;
            margin: 0 auto
        }

        #divLoginPopUp .divLoginPopUp_body {
            padding-left: 30px;
            padding-right: 30px
        }

        #divLoginPopUp .loginfooterlink {
            width: 100%
        }

    #divRegister {
        padding-left: 5px;
    }

        #divRegister .modal-content {
            width: 96%
        }

        #divRegister .Regfooterlink {
            width: 100%;
        }

            #divRegister .Regfooterlink .Regfooterleft {
                float: none;
                width: 100%;
                margin-bottom: 5px;
                text-align: center
            }

            #divRegister .Regfooterlink .Regfooterright {
                float: none;
                width: 100%;
                margin-bottom: 0px;
                text-align: center
            }

        #divRegister .modal-dialog {
            margin-left: 0px;
            width: 94%;
        }
        /*ST-2188*/
        #divRegister .divRegPopUp_body {
            padding: 16px 25px 25px;
        }

        #divRegister .Regheading {
            font-size: 20px;
            line-height: 25px;
        }

        #divRegister .SubRegheading {
            line-height: 15px;
            font-size: 15px;
            margin: 0 auto 10px;
        }

        #divRegister .Regform {
            margin: 0 auto 10px;
        }

        #divRegister .modal-content {
            min-height: 607px
        }

        #divRegister .Regform .signinbtnREG {
            margin: 10px auto 5px;
        }
    /*ST-2136 Signin and Join Us End*/

    /* ST-2098.2 and ST-2136 Corona Page Start*/
    .coronalist .heading {
        font-size: 18px;
    }

    .coronalist td {
    }

        .coronalist td:before {
            white-space: normal
        }

        .coronalist td:nth-of-type(3) {
            height: 30px
        }

    .coronalist td {
        padding-left: 45%;
        font-size: 12px;
        line-height: 14px;
    }

        .coronalist td:before {
            width: 40%;
        }
    /* ST-2098.2 and ST-2136 Corona Page End*/

    /*ST-2122 and ST-2141 Start*/
    .submitcomp .SYCF_input.SYCF_cname input {
        font-size: 22px
    }

    .submitcomp .SYC_heading {
        font-size: 20px;
        line-height: 24px
    }

    .submitcomp .SYC_form .SYC_title .SYC_form_heading {
        font-size: 15px;
        line-height: 19px;
    }

    .submitcomp .SYC_form .SYC_title .SYC_form_subheading {
        font-size: 12px;
        line-height: 12px
    }

    .submitcomp .SYC_seo .SYC_seo_heading {
        font-size: 16px;
    }

    .submitcomp .SYC_seo .SYC_seo_subheading {
        font-size: 14px;
        line-height: 19px;
    }

    .submitcomp .SYC_seo .SYC_seo_heading:after {
        background-size: 24px 24px;
        width: 30px
    }

    /*ST-2122 and ST-2141 End*/

    /* ST-2146 Search Provider Start*/
    .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_img {
        width: 100% !important;
        padding: 0px !important;
        display: block
    }

        .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_img div {
            text-align: center !important
        }

    .searchprovider .SP_results .SP_results_list_comD .SP_results_list_comD_desc {
        width: 100% !important;
        padding: 0px 0px 0px 0% !important;
        display: block
    }
    /* ST-2146 Search Provider End*/

    /* ST-2147 Report Card Start*/
    .divReportCard .repCd_heading_mobile .repCd_heading {
        font-size: 20px;
        line-height: 26px
    }

    .scport .nav-tabs > li > a {
        font-size: 16px
    }

    .scport .dropdown {
        margin-right: 10px
    }

    .scport .scportdropdown {
        left: auto;
        right: 0px
    }

    .scport .dropdown .btn {
        font-size: 12px
    }
    /* ST-2147 Report Card Start*/

    /* Portfolio Start*/
    .Port_Tbl3 {
        width: 100%
    }

    .Port_Tbl4 {
        width: 100%;
        display: block
    }

        .Port_Tbl4 tbody {
            width: 100%;
            display: block
        }

        .Port_Tbl4 .Port_Tbl4_row td {
            width: 20%;
        }

            .Port_Tbl4 .Port_Tbl4_row td img {
                width: auto !important;
                height: auto !important;
                max-width: 100%
            }

            .Port_Tbl4 .Port_Tbl4_row td img {
                width: 55px !important;
                height: 55px !important;
                max-width: 100%
            }

    .Port_imgMain {
        height: auto !important
    }

    .Port_Tbl2 .Port_imgMain {
        width: 100% !important
    }

    .Port_RecentProject, .Port_coPhil {
        max-width: 100%
    }

    .Port_companylogo {
        height: auto !important;
        max-width: 80%
    }

    .Port_Tbl4_2 .Port_Tbl4_2td img {
        width: 45px !important;
        height: 45px !important;
        max-width: 100%
    }

    .Port_Tbl4_2 {
        width: 100%
    }

        .Port_Tbl4_2 .Port_Tbl4_2td {
            width: 32% !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2tdSp {
            width: 2% !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2td div {
            text-align: left !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2td img {
            width: auto !important;
            height: auto !important;
            max-width: 100%
        }
    /* Portfolio End*/
   /* .ac_results {
        left: 40px !important;
    }*/
}

@media screen and (max-width: 321px) {
    .llama-portfolio {
        width: 290px !important;
    }
    /*ST-2108 Start*/
	.divClsSearchClose {
		left: 80% !important;
		top: 87px !important;
	}
	.homebg #master-header #ctl00_txtSearch {
		top: 82px !important;
	}
    .section-sub{
        font-size: 17px;
    }
    .rating_block svg {
        width: 17px;
        height: 17px;
    }
    .rating_name {
        font-size: 8px;
    }
    .padding_top_35 {
        padding-top: 20px;
    }
    .rating_block {
        height: 220px !important;
    }
    /*.ac_results {
        width: auto !important;
        left: 41.6px !important;
        top: 411.8px !important;
    }*/
    .rating_text span, .rating_text p, .rating_text a {
        font-size: 8px !important;
    }
    .memreivew #wr {
        width: 265px;
    }
    .memreivew .wr_step_header {
        font-size: 17px;
    }
   .mobile_new_portfolio_title {
        font-size: 12px;
        line-height: 20px;
    }

    .portsc .nav-tabs > li > a {
        font-size: 12px;
        padding: 0px 10px;
    }
    /*ST-2108 End*/

    /*ST-2106, ST-2107 Start*/
    .deepCategoryPage .nav-tabs > li > a img {
        top: 6px;
        left: 3px;
        width: 16px;
    }

    .deepCategoryPage .nav-tabs > li > a {
        font-size: 11px;
        padding: 0px 5px 0px 22px;
    }
    /*ST-2106, ST-2107 End*/

    /*Deafault Header and Home page Start*/
    #master-header #ctl00_txtSearch {
        width: 200px !important;
        top: 68px !important;
        left: 37px !important;
        font-size: 13px !important;
    }
    /*Deafault Header and Home page End*/

    /*ST-2136 Signin and Join Us Start*/
    #divLoginPopUp {
        padding-left: 8px;
    }

        #divLoginPopUp .modal-content {
            width: 100%;
            margin: 0 auto
        }

        #divLoginPopUp .divLoginPopUp_body {
            padding-left: 10px;
            padding-right: 10px
        }

        #divLoginPopUp .loginfooterlink {
            width: 100%
        }

    #divRegister {
        padding-left: 5px;
    }

        #divRegister .modal-content {
            width: 96%;
            min-height: 550px;
        }

        #divRegister .Regfooterlink {
            width: 100%;
        }

            #divRegister .Regfooterlink .Regfooterleft {
                float: none;
                width: 100%;
                margin-bottom: 0px;
                text-align: center
            }

            #divRegister .Regfooterlink .Regfooterright {
                float: none;
                width: 100%;
                margin-bottom: 0px;
                text-align: center
            }

        #divRegister .Regform {
            width: 100%
        }

            #divRegister .Regform .Regfield {
                margin-bottom: 0px;
            }

            #divRegister .Regform .sublabel.sublabel2 {
                line-height: 15px;
            }

        #divRegister .divRegPopUp_body {
            padding: 5px 25px 5px;
        }
    /*ST-2136 Signin and Join Us End*/

    /* ST-2147 Report Card Start*/
    .divReportCard .repCd_heading_mobile .repCd_heading {
        font-size: 18px;
        line-height: 24px
    }
    /* ST-2147 Report Card Start*/

    /* ST-2110 and ST-2145 SC PORT Start*/
    .scport {
        padding: 40px 0px;
        width: 98%;
        position: relative
    }

        .scport .mktportlogo img {
            width: 200px
        }

        .scport .boxlayout .boxinnerlayout {
            padding: 20px 0px;
        }

            .scport .boxlayout .boxinnerlayout .portlist li {
                float: none;
                margin-left: auto;
                margin-right: auto;
                width: 90%
            }

                .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading {
                    width: 180px
                }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading .portlist-item-title {
                        font-size: 14px;
                    }

                    .scport .boxlayout .boxinnerlayout .portlist li .portlist-item-heading .portlist-item-city {
                        font-size: 12px;
                    }

        .scport .dropdown {
            margin-right: 10px
        }

        .scport .scportdropdown {
            left: auto;
            right: 0px
        }

        .scport .dropdown .btn {
            font-size: 12px
        }

        .scport .nav-tabs > li > a {
            font-size: 16px
        }
    /* ST-2110 and ST-2145 SC PORT Start*/

    /* Portfolio Start*/
    .Port_Tbl3 {
        width: 100%
    }

    .Port_Tbl4 {
        width: 100%;
        display: block
    }

        .Port_Tbl4 tbody {
            width: 100%;
            display: block
        }

        .Port_Tbl4 .Port_Tbl4_row td {
            width: 20%;
        }

            .Port_Tbl4 .Port_Tbl4_row td img {
                width: auto !important;
                height: auto !important;
                max-width: 100%
            }

            .Port_Tbl4 .Port_Tbl4_row td img {
                width: 47px !important;
                height: 47px !important;
                max-width: 100%
            }

    .Port_imgMain {
        height: auto !important
    }

    .Port_Tbl2 .Port_imgMain {
        width: 100% !important
    }

    .Port_RecentProject, .Port_coPhil {
        max-width: 100%
    }

    .Port_companylogo {
        height: auto !important;
        max-width: 80%
    }

    .Port_Tbl4_2 {
        width: 100%
    }

        .Port_Tbl4_2 .Port_Tbl4_2td {
            width: 32% !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2tdSp {
            width: 2% !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2td div {
            text-align: left !important
        }

        .Port_Tbl4_2 .Port_Tbl4_2td img {
            width: auto !important;
            height: auto !important;
            max-width: 100%
        }
    /* Portfolio End*/
    /*.ac_results {
        left: 35px !important;
    }*/

    #divReviewSuccessPopUp .Please-invite-the-fo {
        margin: 9px 13px 28px 13px;
    }

    #divReviewSuccessPopUp .Please-invite-the-fo-des {
        font-size: 13px;
    }

    #divReviewSuccessPopUp .divReviewSuccessPopUp_body {
        width: 44.5%;
    }

    #divReviewSuccessPopUp .review-model-btn {
        margin: auto -2px;
        padding: 3px 0px 2px;
        margin-bottom: 15px;
    }

    #divReviewSuccessPopUp .review-model-done-btn {
        margin: auto 0px;
        padding: 3px 38px 3px;
    }
}
/*ST-2183*/
    
    .ctrl-readOnly {
        cursor: not-allowed;
    }

    /*ST-2191*/
    .txtUserRevieText {
        font-size: 16px;
    }

    .review-mandatory {
        width: 15px;
        height: 15px;
        bottom: 20px;
        left: -10px
    }
    /*ST-2213*/
.repCd_reviewT .writeUpRatings img {
    height: 15px;
    width: 15px;
}

    .SP_results_list_frr_td_icon img {
        height: auto;
    }
    /*ST-2231*/
    #divPortfPrintReady, #divPortfRevewText {
        cursor: pointer;
    }


    .spvendorExists .spvendorExists_inner {
        width: 640px;
        height: 292px;
        padding: 27px 21px 27px 28px;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
        border: solid 1.5px #410166;
        background-color: #fbfdfe;
    }

    .spvendorExists .modal-content .spvendorExists_close {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .spvendorExists .modal-content .spvendorExists_close img {
        cursor: pointer;
        width: 15px;
        height: 15px;
        float: right;
        margin-right: -185px;
    }

    .spvendorExists .modal-content .spvendorExists_icon {
        text-align: center
    }

    .spvendorExists .modal-content .spvendorExists_icon img {
        max-width: 100%;
        width: 91px;
        height: 119px;
    }

.spvendorExists .modal-content .spvendorExists_shortdesc {
    margin: 12px 36px 24px 29px;
    padding: 0px 80px 0 80px;
    font-family: GillSans;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #410166;
}

.spvendorExists .modal-content .spvendorExists_link {
    margin-top: 23px;
    text-align: center
}

.spvendorExists .modal-content .spvendorExists_RequestReview {
    width: 344px;
    height: 25px;
    margin: 24px 25px 0 0;
    padding: 0 19px 0 20px;
    border-radius: 16.5px;
    border: solid 1px #410166;
    background-color: #ffffff;
    font-family: GillSans-SemiBold;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #57307a;
    text-transform: uppercase;
}

.spvendorExists .modal-content .spvendorExists_RegisterNew {
    width: 222px;
    height: 25px;
    margin: 24px 0 0 25px;
    padding: 0 15px;
    border-radius: 16.5px;
    border: solid 1px #410166;
    background-color: #ffffff;
    font-family: GillSans-SemiBold;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #57307a;
    text-transform: uppercase;
}


@font-face {font-family: 'GillSans';src: url('/fonts/FEZ/GillSans.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSans.woff') format('woff'), url('/fonts/FEZ/GillSans.ttf') format('truetype'), url('/fonts/FEZ/GillSans.svg#GillSans') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'GillSansLight';src: url('/fonts/FEZ/GillSansLight.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/GillSansLight.woff') format('woff'), url('/fonts/FEZ/GillSansLight.ttf') format('truetype'), url('/fonts/FEZ/GillSansLight.svg#GillSansLight') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'OptimaLTStd-DemiBold';src: url('/fonts/FEZ/OptimaLTStd-DemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.otf') format('opentype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.woff') format('woff'), url('/fonts/FEZ/OptimaLTStd-DemiBold.ttf') format('truetype'), url('/fonts/FEZ/OptimaLTStd-DemiBold.svg#OptimaLTStd-DemiBold') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'Zapfino';src: url('/fonts/FEZ/Zapfino.eot?#iefix') format('embedded-opentype'), url('/fonts/FEZ/Zapfino.woff') format('woff'), url('/fonts/FEZ/Zapfino.ttf') format('truetype'), url('/fonts/FEZ/Zapfino.svg#Zapfino') format('svg');font-weight: normal;font-style: normal;}
/*ST-2003*/
.thankyou_title{font-family: 'Zapfino'; font-size:74px; line-height:74px; color:#410166; text-align:center;margin-top:-17px;padding: 28px 20px 0px;}
.thankyou_desc{font-family: 'Helvetica';font-size: 16px;color: #000000; line-height:18px; text-align:center; width:540px; margin:0 auto;padding-top: 8px;padding-bottom: 8px;}/*ST-2003*/
.userlabel{font-family: 'Helvetica';font-size: 16px;color: #401660; text-align:center; line-height:16px; margin-bottom:0px}
.usertext{font-family: 'Helvetica';font-size: 24px;color: #000; text-align:center; line-height:24px;  margin-bottom:0px}
.line{ height:1px; background:#c4c4c4; width:441px; margin:0 auto}
.thankyou_subtitle{font-family: 'OptimaLTStd-DemiBold';font-size: 23px;color: #410166; padding:30px 0px 2px 150px; text-align:left; text-transform:uppercase}
.franlinfind{ position:relative}
.franlinfind img{ position:absolute; right:150px; top:0px}
.franlinfinddesc{font-family: 'GillSans';font-size: 16px;color: #000000; text-align:center; line-height:19px; padding-top:10px }
.franlinreview{ width:490px; margin:0 auto}
.reviewlist{}
.reviewlist .reviewimg{margin:0 auto 5px}
.reviewlist .reviewtitle{font-family: 'GillSansLight';font-size: 15px; text-align: center;color: #000000; line-height:17px; margin-bottom:5px}
.franlinfootertitle{font-family: 'OptimaLTStd-DemiBold';font-size: 18px;color: #410166; text-align:center; line-height:20px}
.franlinfootersubtitle{font-family: 'GillSans';font-size: 14px;color: #9b9b9b; text-align:center; line-height:16px; padding-top:4px; padding-bottom:3px}
.spanReview {color:#410166;}
.divFpEmailImageP2 {width:524px;}
/*ST-2124*/
.vrtemplate_name{font-family: 'Zapfino';font-size: 50px; height:70px; line-height:70px;color: #410166;}
/*ST-2148*/
.franlinreview_desc{font-family: 'Avenir-Light'; font-size: 16px; line-height:22px; color: #000000; text-align: center; width:508px}
/*ST-2190*/
.VRInvite_company {margin-top:25px; position:relative; width:441px;font-family: 'Zapfino';font-size: 74px;line-height:0.65; text-align:center;color: #410166; background:#fafafa; padding-top:20px}
.VRInvite_request{font-family: 'Avenir-Heavy';color: #000000;text-align:center;color: #000;font-size: 16px; line-height:50px; margin-top:-5px;padding-bottom:15px;width:441px;}






