* {
    box-sizing: border-box;
}

.site-navigation {
    background-color: #D22630;
}

.site-navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.site-navigation ul li {
    flex: 1;
}

.site-navigation ul li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    text-align: center;
    color: #fff;
    /*   position: relative; */
}

.fixed-top > div > div > ul > li:nth-child(1) > a:hover {
    background-color: #d22630;
}

.site-navigation ul li a:hover {
    background-color: #a41e25;
}

.menu li > a:not(:only-child):after {
    color: #fff;
    content: ' â–¾';
}

/*Sub-Menu Dropdowns*/
.site-navigation ul li.sub-menu > ul {
    display: none;
    position: absolute;
    flex-direction: column;
    width: 250px;
    background-color: #2DAFE8;
}

.site-navigation ul li:hover > ul {
    display: flex;
}

/*Nav-Toggle */
.nav-toggle {
    cursor: pointer;
    display: none;
    float: right;
}

.bar {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.nav-toggle.open .bar1 {
    transform: rotate(-45deg) translate(-6px, 6px);
}

.nav-toggle.open .bar2 {
    opacity: 0;
}

.nav-toggle.open .bar3 {
    transform: rotate(45deg) translate(-8px, -8px);
}

@media (max-width: 991px) {
    .nav-toggle {
        display: block;
        padding: 10px 10px 10px 0px;
    }

    .site-navigation {
        display: block;
    }

    ul.menu {
        display: none;
    }

    .site-navigation ul.open {
        display: flex;
        flex-direction: column;
        margin-top: 75px;
    }

    /*.site-navigation ul li.sub-menu > ul {
      position: relative;
      display: block;
      margin-top: 0px;
      width: 100%;
    }*/
}

body {
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
}


@media only screen and (max-width: 780px) {
    .container.index.contact
    {
        margin-bottom:200px;
    }
    .custom_background {
        height: 250px;
        background: url("../images/registry_mk_horizontal.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media only screen and (min-width: 781px) {

    .d-flex.justify-content-center.join_mk_program
    {
        margin-bottom:250px;
    }
    .custom_background {
        height: 250px;
        background: url("../images/registry.mk-wide.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}


.custom-col {
    padding: 10px;
    border: 1px solid #343a40;
    border-radius: 10px;
}
.col.middleColum25px {
    width: 8%;
    flex: 0;
}

body > nav {
    background-color: #343A40;
    color: white;
}

body > nav > div > div > div > div.col-md-2 > a {
    color: #b3b4b5;
    text-decoration: none;
    font-size: 12px;
}

.your-item {
    position: relative;
}

.your-item:after {
    content: '';
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 10%;
    background-color: white;
}

/*body > nav > div > div > div:nth-child(2) {*/
/*    border-bottom: 1px solid white;*/
/*}*/

.d-flex.justify-content-center {
    margin-bottom: 150px;
}



.d-flex.justify-content-left.custom-pagination {
    padding-top: 70px;
    padding-bottom: 0;
    margin-bottom: 0;

}

body > nav.site-navigation.fixed-top > div > div > ul > li > a {
    height: 100%;
    padding:0 10;
    align-items: center;
    display: flex;
    justify-content: center;
}

.d-flex.justify-content-center {
    margin-top: 15px;
}

@media only screen and (min-width: 1024px) {
    .container.index.qa {
        padding-bottom: 70px;
    }

    .d-flex.justify-content-center.bottom
    {
        margin-bottom: 200px;
    }

}


@media only screen and (max-width: 1024px) {
    .container.index {
        margin-bottom: 130px;
    }
    .container.index.join_mk_program{
        margin-bottom: 50px;
    }
}

@media only screen and ( max-width: 768px) {
    .d-flex.justify-content-center.join_mk_program
    {
        margin-bottom:200px;
    }
    body > nav.navbar.fixed-bottom.navbar-expand-lg.navbar-dark.default-color > div > div > div.row.footerTopLine > div:nth-child(2) > img,
    body > nav.navbar.fixed-bottom.navbar-expand-lg.navbar-dark.default-color > div > div > div.row.footerTopLine > div:nth-child(6) > a > img {
        position: relative !important;
        bottom: 0 !important;
    }
    .your-item:after{
        background-color:#343a40;
    }

    .d-flex.justify-content-left.custom-pagination
    {
        margin-top:0;
        padding-top:60px;
    }
    .container.index.join_mk_program{
        margin-bottom: 150px;
    }
    .container.index {
        margin-bottom: 170px;
    }
}

@media only screen and ( max-width: 425px) {
    .container.index {
        margin-bottom: 320px;
    }

    .col-6.displayMobile {
        width: 100%;
    }
}

body > div.d-flex.justify-content-center.mk_providers {
    padding: 0;
    margin-bottom: 0;
}

body > div.d-flex.justify-content-left.custom-pagination > div > nav > ul > li > a {
    border: 0;
}

a.page-link {
    padding: 0 3px;
    color: black;
}

a.page-link:hover {
    padding: 0 3px;
    color: #d22630;
}

a.page-link2 {
    padding: 0 3px;
    color: black !important;
    text-decoration: none;
    font-weight:bolder;
}

a.page-link2:hover {
    padding: 0 3px;
    color: #d22630;
}

.col.custom-col.hideBorder {
    border: 0;
}


.d-flex.justify-content-center.mk_providers > div > div > div > div > div > p > a {
    color: black !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.d-flex.justify-content-center.mk_providers > div > div > div > div > div > p > a:hover {
    color: #d22630 !important;
}

a.active {
    background-color: #681318;
}

.container.index.mk_providers {
    border-bottom: 1px dashed #343a40;
}

.col.justify-content-center.d-flex.mk_provider {
    margin-top: 0;
}

.container.index.mk_providers {
    margin: 10px;
}

.container.index.mk_providers.apply {
    border: 0;
}

input#submit {
    float: left;
    margin: 0;
}

.sky-form .button{
    background-color:#D22630 !important;
}
.contact.fields {
    text-decoration:none;  color:black;
}
.contact.fields:hover{
    color:#D22630;
}

.d-flex.justify-content-center > div > div > div > div > div:nth-child(2) > table > tbody > tr > td,
.d-flex.justify-content-center > .container.index.contact > div > div > div > div:nth-child(3) > table > tbody > tr > td{
    border:0;
}


.alert-danger , #loginError > div > div > div{
    background-color:#842029;
}



#loginError > div > div > div {
    background-color: #691318;
    border: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    color:white !important;
}
body > div.d-flex.justify-content-center.indexRegistars {
    margin-bottom: 0;
    padding-bottom: 0;
}

.d-flex.justify-content-center.index {
    margin-top: 70px;
    margin-bottom:0;
}

.row.footerTopLine {
    border-top: 1px solid;
}

.accordion-button:not(.collapsed) {
    background-color:#e3e3e3 !important;
    color:black !important;
    font-weight:bold !important;
}

body > nav.navbar.fixed-bottom.navbar-expand-lg.navbar-dark.default-color > div > div > div.row.footerTopLine > div:nth-child(2) > img,
body > nav.navbar.fixed-bottom.navbar-expand-lg.navbar-dark.default-color > div > div > div.row.footerTopLine > div:nth-child(6) > a > img {
    position: absolute;
    bottom: 25%;
}

body > nav.navbar.fixed-bottom.navbar-expand-lg.navbar-dark.default-color > div > div > div:nth-child(2){
    padding-bottom:10px;
}

body > nav.navbar.fixed-bottom.navbar-expand-lg.navbar-dark.default-color > div > div > div.row.footerTopLine > div.col-md-2.your-item > a > h4{
    margin-top:15px;
}

body > nav.navbar.fixed-bottom.navbar-expand-lg.navbar-dark.default-color > div > div > div.row.footerTopLine > div.col-md-2.your-item > small {
    color: #b3b4b5 !important;
}


.d-flex.justify-content-center.bottom
{
    margin-top:60px;
}
body > div.d-flex.justify-content-center.bottom > div > div > div > div:nth-child(2) {
    margin-top: 20px;
}

.team_picture {
    margin-top:20px !important;
    width:55% !important;
}

.accordion-button:not(.collapsed)::after
  {
    background-image: url("../images/accordion_down.svg") !important;
    transform: rotate(-180deg);
 }

.marCOM-link{
    color:#a41e25;
}

.d-flex.justify-content-center.mk_providers:nth-last-child(2) {
    margin-bottom:70px;
}

.modal-body.alert.alert-info {
    background-color: #D22630;
    color: white;
}