﻿html, body, form {
    height: 100%;
}
#MR_GlobalBottom {
    position: relative;
    margin-top: 0px;
    height: 350px;
    clear: both;
    background-color: #FAFBF6;
}
#MR_GlobalMiddle {
    padding-bottom: 120px;
}
#MR_GlobalMain {
    min-height: 100%;
    padding-bottom: 0;
    max-width: 1200px;
}
#MR_GlobalWrapper {
    min-height: 100%;
    position: relative;
}

h1 {
	font-size: 32px;
	font-weight: 400;
    margin-bottom: 20px;
}
h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.15;
    margin-bottom: 20px;
    /*font-family: "Lato",Arial,Helvetica,sans-serif;*/
}
br {
    line-height: 18px;
}
.mr_sm_holder {
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    margin-top:0;
    margin-bottom:0;
}
.mr_sm_holder > div:first-child {
    flex: 1 1 100%;
}
.mr_sm_header {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
}
.mr_sm_link {
    color: #141414;
    font-size: 16px;
    text-decoration: none;
    display: block;
    line-height: 1.15;
}
.swd_container .main_header .swd_title {
    margin-bottom: 0;
    font-weight:600;
}
.mr_sm_link:hover {
    color: #1e7b92;
    text-decoration: underline;
}
.mr_sm_link:focus-visible, .mr_sm_link:focus-within{
    outline:1px solid -webkit-focus-ring-color;
    outline:1px solid highlight
}
.mr_sm_columns {
    display: inline-block;
    flex: 1 1 50%;
    /*width: 220px;*/
    text-align: left;
    margin: 10px 10px 0;
    vertical-align: text-top;
    line-height: 32px;
}
.mr_sm_columns ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 60px;
}
.mr_sm_columns ul li{
    margin-bottom: 20px;
}
.mrw_container 
{
    font-size: 16px;
    margin-top: -4px;
}
.mr_sm_left_container {
    display: flex;
    flex: 1 1 50%;
    vertical-align: top;
    /*min-width: 470px;*/
}
.mr_sm_right_container {
    display: flex;
    flex: 1 1 50%;
    vertical-align: top;
    /*min-width: 430px;*/
}
@media only screen and (max-width: 930px){
    .mr_sm_columns{
        display: block;
    }
}
@media only screen and (max-width : 920px)
{
    /*.mr_sm_columns 
    {
        width: 220px;
    }*/
    /*.mr_sm_left_container, .mr_sm_right_container {
        min-width: 100%;
    }*/
    .mr_sm_left_container, .mr_sm_right_container {
        margin: 0px 20px 20px;
        flex: 1 1 100%;
    }
}
@media only screen and (max-width : 720px)
{
    #MR_GlobalBottom {
        margin-top: -72px;
        height: 72px;
        padding-top: 20px;
    }
}
@media only screen and (max-width:640px){
    .mr_sm_holder{
        padding-top:0;
    }
    #SWD_Header.header-visitor{
        height:80px;
    }
    .swd_container .main_header {
        padding-top: 32px;
    }
}
@media only screen and (max-width : 500px)
{
    .mr_sm_holder {
        text-align: left;
    }
    .mr_sm_left_container, .mr_sm_right_container {
        flex-wrap: wrap;
    }
    .mr_sm_columns {
        flex: 1 1 100%;
    }
    /*.mr_sm_columns 
    {
        width: 90%;
        margin: 0px 0px 30px 30px;
    }*/
}
@media only screen and (max-width : 420px)
{
    /*.mr_sm_columns {
        display: inline-block;
        text-align: left;
        margin: 0px 0px 30px 30px;
        vertical-align: text-top;
        line-height: 32px;
    }*/
    h1 {
        font-size: 25px;
        font-weight: 400;
    }
}
