@charset "utf-8";

.editablePage b, .editablePage strong{
    font-weight: bold !important;
}
.editablePage i, .editablepage em{
    font-style: italic !important;
}
.wysiwygdata {
    color: inherit;
    font-weight: normal;
    position: absolute;
    top: 150px;
    left: 12px;
    z-index: 5;
    width: 1050px;
    height: 1550px;
    font-size: 32px;
    color:#fff;
    /*display: none;*/
}
.editablePage{
    width: 100%;
    height:100%;
    font-size: 1em;
    font-family: inherit;
    overflow: hidden;
    color: inherit;
} 
.editablePage h1,.editablePage h2,.editablePage h3,.editablePage h4,.editablePage h5,.editablePage h6,.editablePage p {
   line-height: 1.35;
   margin: 10px 0;
   font-weight: inherit;
}
.editablePage h1 { font-size: 1.75em; }
.editablePage h2 { font-size: 4em; }
.editablePage h3 { font-size: 1em; }

.editablePage table *{
    /*border:solid red 1px;*/
    font-size: inherit;
    font-weight: inherit;
}
.editablePage table{
    font-weight: inherit;
    margin:0 auto;
    font-size:inherit;
}
#mgmt-logo {
    text-align: center;
    padding: 1em;
}
#Layer_1 {
    position: absolute;
    width: 400px;
    z-index: 10;
    top: 350px;
    left: 321px;
}

/*FLEXBOX*/
ul.row-mgmt {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    color: #fff;
    list-style: none;
    position: absolute;
    top: 340px;
    padding-top: 0em;
    text-shadow: none;
    float: left;
    width: 100%;
    background-color:transparent;
    padding: 0;
}
.row-mgmt {
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    font-family: 'Arial',sans-serif;
    -moz-column-fill: auto; /* Firefox */
    column-fill: auto;
    width: 45%;
    height: 675px;
    line-height: 1;
    text-align: center;
}
ul.row-mgmt>li {
    font-size: .6em;
    line-height: 1;
    font-weight: normal;
}
ul.row-leas {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    color: #fff;
    list-style: none;
    position: absolute;
    top: 340px;
    padding-top: 0em;
    text-shadow: none;
    float: left;
    width: 100%;
    background-color: transparent;
    padding: 0;
    display: none;
}
.row-leas {
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    font-family: 'Arial',sans-serif;
    -moz-column-fill: auto; /* Firefox */
    column-fill: auto;
    width: 45%;
    height: 975px;
    line-height: 1;
    text-align: center;
    display: none;
}
ul.row-leas>li {
    font-size: .6em;
    line-height: 1;
    font-weight: normal;
}
.m-logo {
    margin: 3em 0;
}
.m-title>h1, .l-title>h1 {
    font-weight: bold;
    margin: 1em 0;
}

.l-title>h1 {
    margin: 0em 0;
}
.l-logo {
    position: relative;
    left: 34px;
    margin-right: 6em;
}
.l-logo:before {
    content: ' ';
    position: absolute;
    top: -82px;
    left: -79px;
    width: 393px;
    height: 3px;
    background-color: #9a9a9a;
    margin: 1em 0;
}
.one-third {
    width: 32%;
    float: left;
}
.one-third>li {
    font-size: .4em;
    position: relative;
    top: 100px;
    font-weight: normal;
}