@font-face {
    font-family: 'Source Sans Pro';
    src: local("source-sans-pro");
    src: url("../source-sans-pro/SourceSansPro-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro light';
    src: local("source-sans-pro");
    src: url("../source-sans-pro/SourceSansPro-Light.otf") format("truetype");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro bold';
    src: local("source-sans-pro");
    src: url("../source-sans-pro/SourceSansPro-Bold.otf") format("truetype");
    font-weight: lighter;
    font-style: normal;
}

body {
    background-color: white;
    color: #262a2c;
    font-family: "Source Sans Pro Light";
    font-size: 1.4em;
    width: 100%;
    margin: 0px;
    min-width: 1200px;
}

h1 {
    font-size: 3em;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

a{
    color: #ee502e;
    text-decoration: none;
    outline: none;
}

a:hover{
    text-decoration: underline;
}

hr{
    height: 1px;
    color: #b1bdc3;
    background-color: #b1bdc3;
    border: none;
}

#header{
    color: white;
    background-color: transparent;
    padding-left: 10%;
    padding-right: 10%;
}

#logo{
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 5px;

    float: left;
    width: 260px;
}

#sub_logo{
    padding-top: 40px;
    padding-left: 0px;
    float: left;
    width: 1px;
}

#menu{
    padding: 20px;
    padding-top: 40px;
    padding-right: 0px;
    text-align: right;
    float: right;
    width: 250px;
}

#menu a{
    color: white;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
}

#back_home{
    position: absolute;
    top: 5px;
    left: -5%;
    float: left;
    padding-top: 19px;
    transition: all 0.3s ease-in-out;
}

#back_home_arrow{
    font-family: "Source Sans Pro Light";
    font-size: 1.5em;
    color: #4b5357;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
}

#menu_home:hover #back_home{
    left: 8%;
}

#menu a:hover{
    text-decoration: underline;
}

#header_white{
    color: #262a2c;
    background-color: white;
    padding-left: 10%;
    padding-right: 10%;
}

#logo_white{
    padding: 20px;
    padding-right: 5px;
    float: left;
    width: 260px;
}

#sub_logo_white{
    padding-top: 35px;
    padding-left: 0px;
    float: left;
    width: 1px;
}

#menu_white{
    padding: 15px;
    padding-top: 35px;
    padding-right: 0px;
    text-align: right;
    float: right;
    width: 400px;
}

#menu_white a{
    color: #4b5357;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
}

#menu_white a:hover{
    text-decoration: underline;
}

#home{
    color: white;
    background: white url("../images/developer.jpg") no-repeat;
    background-size: cover;
    height: 600px;
    padding-left: 10%;
    padding-right: 10%;
}

#home_title{
    padding: 13% 0% 0% 10%;
}

#home_content{
    margin-top: 1%;
    margin-bottom: 3%;
    padding-bottom: 4%;
    padding-left: 10%;
    width: 50%;
}

#home_title_thankyou{
    padding: 0px;
    margin: 0px;
}

#home_thankyou{
    position: relative;
    top: 30%;
    width: 100%;
    color: #262a2c;
    background-color: white;
    border-radius: 30px;
    padding-top: 5%;
}

#home_content_thankyou{
    margin-top: 1%;
    margin-bottom: 3%;
    padding-bottom: 5%;
    margin-left: 28%;
}

#microej_downloads{
    width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #f3f6f8;
    padding-left: 15%;
}

#microej_downloads td{
    vertical-align: top;
}

#microej_APIs{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#microej_APIs_table{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
}

#microej_APIs_table h3{
    text-align: left;
    margin-bottom: 0px;
}

#microej_APIs_table p{
    text-align: justify;
    margin-top: 0px;
}

#microej_APIs_table td{
    width: 50%;
    vertical-align: top;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
}

#microej_APIs_button_row{
    text-align: left;
}

#microej_resources{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #f3f6f8;
}

#microej_resources_table{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
}

#microej_resources_table td{
    width: 50%;
}

#microej_resources_tools, #microej_resources_doc{
    background-color: #00aec7;
}

#microej_resources_platforms{
    background-color: #717d83;
}

#microej_resources_tools:hover, #microej_resources_doc:hover{
    background-color: #008eaa;
}

#microej_resources_platforms:hover{
    background-color: #4b5357;
}


#microej_topics{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #e5e9eb;
}

#microej_topics_table{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
}

#microej_topics_table td{
    width: 33%;
}

#microej_topic_gui, #microej_topic_iot, #microej_topic_netsec{
    background-color: #00aec7;
}

#microej_topic_gui:hover, #microej_topic_iot:hover, #microej_topic_netsec:hover{
    background-color: #008eaa;
}

#microej_topic_filedata, #microej_topic_num, #microej_topic_comm{
    background-color: #717d83;
}

#microej_topic_filedata:hover, #microej_topic_num:hover, #microej_topic_comm:hover{
    background-color: #4b5357;
}

#learn_button{
    margin-left: 10%;
}

#join{
    text-align: right;
    padding-left: 10%;
    padding-right: 10%;
}

#join_title{
    padding-top: 4%;
    padding-right: 10%;
}

#community_army{
    float: left;
    position: relative;
    left: -20%;
    width: 50%;

    margin: 0;
    padding: 0;
}

#explore_button{
    float: right;
    margin-right: 10%;
    margin-bottom: 3%;
    margin-top: 4%;
}

#start{
    padding-left: 10%;
    padding-right: 10%;
}

#start img{
    width: 150px;
}

#start_title{
    padding-top: 4%;
}

#start_first_item, #start_second_item, #start_third_item, #start_fourth_item{
    width: 100%;
    /*padding-left: 10%;*/
    /*padding-right: 10%;*/
}

#start_second_item, #start_fourth_item{
    text-align: right;
}

#start_first_item_image{
    float: left;
    width: 150px;
}

#start_first_item_p{
    float: left;
    padding-left: 30px;
}

#start_second_item_p{
    float: right;
    width: 70%;
    padding-right: 30px;
}

#start_second_item_image{
    float: right;
    width: 150px;
    padding-top: 1%;
}

#start_third_item_image{
    float: left;
    width: 150px;
}

#start_third_item_p{
    float: left;
    padding-left: 30px;
}

#start_fourth_item_p{
    float: right;
    padding-right: 30px;
}

#start_fourth_item_image{
    float: right;
    width: 150px;
    padding-bottom: 5%;
}

#promote{
    color: white;
    background: white url("../images/promote_your_app.jpg") no-repeat;
    background-size: cover;
    height: 600px;
    padding-left: 10%;
    padding-right: 10%;
}

#promote_title{
    padding-top: 10%;
}

#publish_button{
    margin-top: 15%;
}

#intouch{
    padding-left: 10%;
    padding-right: 10%;
}

#intouch_title{
    padding-top: 4%;
}

#email1{
    width: 65%;
    padding: 1%;
    padding-left: 2%;
    margin: 2%;
    color: #262a2c;
    /*
    border: solid 1px #97a7af;
    */
    border-radius: 50px;
    font-size: 0.8em;
    font-weight: normal;
    outline: none;
}

#devicedev{
    text-align: right;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 5%;
}

#devicedev_title{
    padding-top: 4%;
    padding-left: 10%;
    padding-right: 10%;
}

#devicedev_content{
    padding-left: 10%;
    padding-right: 10%;
}

#learn_dev_buttton{
    float: left;
    margin-top: 15%;
}

#devices_image{
    float: right;
    width: 75%;
}

#footer{
    width: 100%;
    text-align: center;
    font-size: 0.6em;
    color: white;
    background-color: #262a2c;
    padding: 0px;
}

#footer_table{
    width: 90%;
    padding: 3%;
    margin: auto;
}

#footer_table tr{
    padding-bottom: 3%;
}

#footer_table th{
    font-size: 2em;
    padding-bottom: 2%;
    width: 30%;
}

#footer_table td{
    width: 30%;
}

#footer_table img{
    width: 80px;
    padding: 0px;
}

#footer_table img:hover{
    cursor: pointer;
}

#link_linkedin, #link_youtube{
    margin-bottom: 50px;
}

#footer_links{
    padding: 2%;
    margin: auto;
}

#footer_links a{
    color: white;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
}

#footer_links a:hover{
    text-decoration: underline;
}

#discover_us a{
    color: white;
}

#discover_us a:hover{
    text-decoration: underline;
}

#footer_copyright{
    color: #717d83;
    padding: 2%;
    margin: 0;
}

#tothetop{
    /*width: 250px;*/
    /*float: right;*/
    display: none;
    position: fixed;
    bottom: 1%;
    right: 1%;
}

#upup{
    width: 100px;
    height: 100px;
    margin: 20px;
    margin-right: 15%;
    padding: 10px;
    outline: none;
}

#up_img{
    width: 50px;
}

.microej_downloads_td_top{
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}

.borderedtd{
    border-right: solid 1px #cbd3d7 !important;
}

.microej_downloads_table{
    width: 22%;
    margin: 3%;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
    border: 0px solid transparent;
    border-collapse: collapse;
    box-shadow: -3px 3px 8px #b1bdc3;
    float: left;
}

.microej_downloads_table td{
    background-color: white;
    padding: 15px;
}

.microej_downloads_table_last_row td{
    height: 60px;
    vertical-align: top;
}

.microej_downloads_table_title{
    color: #97a7af;
    font-size: 1.4em;
    padding-left: 8px;
}

.microej_downloads_img{
    padding-top: 20px;
    width: 200px;
}

.microej_downloads_table_subtitle{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.microej_box_resource{
    background-color: white;
    box-shadow: -3px 3px 8px #b1bdc3;
    transition: all 0.3s ease-in-out;
    margin: 20px;
    height: 290px;
    background-color: #ee502e;
}

.microej_box_resource:hover{
    background-color: #cf4520;
    cursor: pointer;
    box-shadow: -1px 1px 2px #b1bdc3;
}

.microej_box_resource img{
    margin: 0;
    padding: 0;
    height: 70px;
    position: relative;
    top: 25px;
    left: -35%;
    overflow: hidden;
}

.microej_box_resource h3{
    text-align: left;
    background-color: white;
    height: 40px;
    margin: 0px;
    padding: 15px;
}

.microej_box_resource p{
    text-align: justify;
    background-color: white;
    height: 114px;
    margin: 0px;
    padding: 15px;
}

.microej_box_topic{
    background-color: #ee502e;
    box-shadow: -3px 3px 8px #b1bdc3;
    transition: all 0.3s ease-in-out;
    margin: 20px;
    height: 296px;
}

.microej_box_topic:hover{
    background-color: #cf4520;
    cursor: pointer;
    box-shadow: -1px 1px 2px #b1bdc3;
}

.microej_box_topic img{
    margin: 0;
    padding: 0;
    height: 70px;
    position: relative;
    top: 25px;
    left: -35%;
    overflow: hidden;
}

.microej_box_topic h3{
    text-align: left;
    background-color: white;
    height: 40px;
    margin: 0px;
    padding: 15px;
}

.microej_box_topic p{
    text-align: justify;
    background-color: white;
    height: 120px;
    margin: 0px;
    padding: 15px;
}

.divider{
    margin-left: 10%;
    margin-right: 20%;
    height: 2px;
    background-color: #cbd3d7;
}

.divider2{
    margin-left: 20%;
    margin-right: 20%;
    height: 2px;
    background-color: #e5e9eb;
}

.divider3{
    margin-left: 20%;
    margin-right: 20%;
    height: 1px;
    background-color: #717d83;
}

.orange_button{
     color: white;
     background-color: #ee502e;
     border: solid 0px;
     border-radius: 50px;
     font-size: 0.8em;
     font-weight: normal;
     padding: 1% 3% 1% 3%;
     box-shadow: 0px 5px 0px #cf4520;
     transition: background-color 0.3s ease-in-out;
     outline: none;
 }

.orange_button:hover{
    background-color: #cf4520;
    cursor: pointer;
}

.orange_button_table{
    color: white;
    background-color: #ee502e;
    border: solid 0px;
    border-radius: 50px;
    font-size: 0.8em;
    font-weight: normal;
    padding: 4% 6% 4% 6%;
    margin-bottom: 5%;
    box-shadow: 0px 5px 0px #cf4520;
    transition: background-color 0.3s ease-in-out;
    outline: none;
}

.orange_button_table:hover{
    background-color: #cf4520;
    cursor: pointer;
}

.join_content{
    padding-right: 10%;
}

.footer_contact{
    font-size: 1.3em;
    line-height: 1.6em;
}

#main_repository, #release{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#release{
    padding-bottom: 40px;
}

.main_repository_center{
    text-align: center;
}

.item{
    padding-bottom: 20px;
}

.box_link{
    color: #262a2c;
    text-decoration: none;
    outline: none;
}

.box_link:hover{
    text-decoration: none;
    outline: none;
}

.microej_downloads_table_content{
    height: 200px !important;
}

strong{
    font-family: "Source Sans Pro Bold";
    font-weight: normal;
}

#changelog_title{
    padding-left: 100px;
    padding-top: 100px;
}

#headermicroej_DIV_1 {
    bottom: 232px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px 0px;
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    height: 72px;
    left: 0px;
    min-height: 50px;
    position: fixed;
    right: 0px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    top: 0px;
    width: 100%;
    z-index: 99999999;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 951.5px 36px;
    transform-origin: 951.5px 36px;
    caret-color: rgb(74, 75, 79);
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    margin: 0px 0px 20px;
    outline: rgb(74, 75, 79) none 0px;
    transition: all 0.2s ease 0s;
}/*#headermicroej_DIV_1*/

#headermicroej_DIV_2 {
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    float: left;
    height: 0px;
    max-width: 300px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    width: 0px;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    outline: rgb(74, 75, 79) none 0px;
}/*#headermicroej_DIV_2*/

#headermicroej_BUTTON_3 {
    color: rgb(74, 75, 79);
    cursor: pointer;
    display: none;
    float: right;
    position: relative;
    right: 25px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    column-rule-color: rgb(74, 75, 79);
    caret-color: rgb(74, 75, 79);
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    margin: 20px 15px 8px 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 9px 10px;
}/*#headermicroej_BUTTON_3*/

#headermicroej_SPAN_4 {
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    cursor: pointer;
    display: block;
    height: 2px;
    speak: none;
    text-align: center;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    width: 25px;
    column-rule-color: rgb(74, 75, 79);
    caret-color: rgb(74, 75, 79);
    background: rgb(247, 98, 65) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(74, 75, 79);
    font: 18px / 18px icomoon;
    outline: rgb(74, 75, 79) none 0px;
}/*#headermicroej_SPAN_4*/

#headermicroej_SPAN_5, #headermicroej_SPAN_6 {
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    cursor: pointer;
    display: block;
    height: 2px;
    speak: none;
    text-align: center;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    width: 25px;
    column-rule-color: rgb(74, 75, 79);
    caret-color: rgb(74, 75, 79);
    background: rgb(247, 98, 65) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(74, 75, 79);
    font: 18px / 18px icomoon;
    margin: 6px 0px 0px;
    outline: rgb(74, 75, 79) none 0px;
}/*#headermicroej_SPAN_5, #headermicroej_SPAN_6*/

#headermicroej_A_7 {
    background-position: 50% 50%;
    bottom: 1px;
    box-sizing: border-box;
    color: rgb(51, 122, 183);
    display: block;
    height: 71px;
    left: 0px;
    position: absolute;
    right: 1403px;
    text-decoration: none solid rgb(51, 122, 183);
    text-size-adjust: 100%;
    top: 0px;
    width: 500px;
    z-index: 9998;
    column-rule-color: rgb(51, 122, 183);
    perspective-origin: 250px 35.5px;
    transform-origin: 250px 35.5px;
    caret-color: rgb(51, 122, 183);
    background: rgba(0, 0, 0, 0) url("https://developer.microej.com/wp-content/themes/wordpress-bootstrap-master/css/bg/bg_logo.png") no-repeat scroll 50% 50% / cover padding-box border-box;
    border: 0px none rgb(51, 122, 183);
    font: 300 18px / 20px "Source Sans Pro", sans-serif;
    outline: rgb(51, 122, 183) none 0px;
    padding: 15px 50px 15px 100px;
}/*#headermicroej_A_7*/

#headermicroej_IMG_8 {
    box-sizing: border-box;
    color: rgb(51, 122, 183);
    cursor: pointer;
    display: inline-block;
    height: 41px;
    max-height: 50px;
    text-decoration: none solid rgb(51, 122, 183);
    text-size-adjust: 100%;
    vertical-align: middle;
    width: 306px;
    column-rule-color: rgb(51, 122, 183);
    perspective-origin: 153px 20.5px;
    transform-origin: 153px 20.5px;
    caret-color: rgb(51, 122, 183);
    border: 0px none rgb(51, 122, 183);
    font: 300 18px / 20px "Source Sans Pro", sans-serif;
    margin: 0px 5px 0px 0px;
    outline: rgb(51, 122, 183) none 0px;
    transition: all 0.2s ease 0s;
}/*#headermicroej_IMG_8*/

#headermicroej_DIV_9 {
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    height: 72px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    width: 100%;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 951.5px 36px;
    transform-origin: 951.5px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    outline: rgb(74, 75, 79) none 0px;
    padding: 0px 15px;
}/*#headermicroej_DIV_9*/

#headermicroej_DIV_10 {
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    height: 72px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    width: 100%;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 951.5px 36px;
    transform-origin: 951.5px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    margin: 0px -15px;
    outline: rgb(74, 75, 79) none 0px;
}/*#headermicroej_DIV_10*/


#headermicroej_DIV_11 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    float: left;
    height: 72px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    top: 0px;
    width: 100%;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 951.5px 36px;
    transform-origin: 951.5px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    outline: rgb(74, 75, 79) none 0px;
    padding: 0px 15px;
}/*#headermicroej_DIV_11*/

#headermicroej_DIV_12 {
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    float: right;
    height: 72px;
    max-height: 340px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 213.375px 36px;
    transform-origin: 213.383px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    margin: 0px 160px 0px 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 0px 15px;
}/*#headermicroej_DIV_12*/

#headermicroej_UL_13 {
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    float: left;
    height: 72px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 198.375px 36px;
    transform-origin: 198.383px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    margin: 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 0px 0px 0px 0px;
}/*#headermicroej_UL_13*/

#headermicroej_LI_14 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    display: block;
    float: left;
    height: 72px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    top: 0px;
    width: 135.094px;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 67.5469px 36px;
    transform-origin: 67.5469px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    margin: 0px 20px 0px 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 10px;
}/*#headermicroej_LI_14*/

#headermicroej_A_15 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(44, 56, 66);
    display: block;
    height: 52px;
    left: 0px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(44, 56, 66);
    text-size-adjust: 100%;
    text-transform: uppercase;
    top: 0px;
    width: 116.094px;
    column-rule-color: rgb(44, 56, 66);
    perspective-origin: 57.5469px 26px;
    transform-origin: 57.5469px 26px;
    caret-color: rgb(44, 56, 66);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 0px none rgb(44, 56, 66);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-left: 0px none rgb(44, 56, 66);
    font: 14px / 20px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    outline: rgb(44, 56, 66) none 0px;
    padding: 15px 0px;
}/*#headermicroej_A_15*/

#headermicroej_LI_16 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    display: block;
    float: left;
    height: 72px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    top: 0px;
    width: 80.5px;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 40.25px 36px;
    transform-origin: 40.25px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    margin: 0px 20px 0px 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 10px;
}/*#headermicroej_LI_16*/

#headermicroej_A_17 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(44, 56, 66);
    display: block;
    height: 52px;
    left: 0px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(44, 56, 66);
    text-size-adjust: 100%;
    text-transform: uppercase;
    top: 0px;
    width: 60.5px;
    column-rule-color: rgb(44, 56, 66);
    perspective-origin: 30.25px 26px;
    transform-origin: 30.25px 26px;
    caret-color: rgb(44, 56, 66);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 0px none rgb(44, 56, 66);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-left: 0px none rgb(44, 56, 66);
    font: 14px / 20px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    outline: rgb(44, 56, 66) none 0px;
    padding: 15px 0px;
}/*#headermicroej_A_17*/

#headermicroej_LI_18 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    display: block;
    float: left;
    height: 72px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    top: 0px;
    width: 41.9688px;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 20.9844px 36px;
    transform-origin: 20.9844px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    margin: 0px 20px 0px 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 10px;
}/*#headermicroej_LI_18*/

#headermicroej_A_19 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(44, 56, 66);
    display: block;
    height: 52px;
    left: 0px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(44, 56, 66);
    text-size-adjust: 100%;
    text-transform: uppercase;
    top: 0px;
    width: 21.9688px;
    column-rule-color: rgb(44, 56, 66);
    perspective-origin: 10.9844px 26px;
    transform-origin: 10.9844px 26px;
    caret-color: rgb(44, 56, 66);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 0px none rgb(44, 56, 66);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-left: 0px none rgb(44, 56, 66);
    font: 14px / 20px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    outline: rgb(44, 56, 66) none 0px;
    padding: 15px 0px;
}/*#headermicroej_A_19*/

#headermicroej_LI_20 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    display: block;
    float: left;
    height: 72px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    top: 0px;
    width: 44.2031px;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 22.0938px 36px;
    transform-origin: 22.1016px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    margin: 0px 20px 0px 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 10px;
}/*#headermicroej_LI_20*/

#headermicroej_A_21 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(44, 56, 66);
    display: block;
    height: 52px;
    left: 0px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(44, 56, 66);
    text-size-adjust: 100%;
    text-transform: uppercase;
    top: 0px;
    width: 50px;
    column-rule-color: rgb(44, 56, 66);
    perspective-origin: 12.0938px 26px;
    transform-origin: 12.1016px 26px;
    caret-color: rgb(44, 56, 66);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 0px none rgb(44, 56, 66);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-left: 0px none rgb(44, 56, 66);
    font: 14px / 20px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    outline: rgb(44, 56, 66) none 0px;
    padding: 15px 0px;
}/*#headermicroej_A_21*/

#headermicroej_A_22 {
    bottom: 17px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    height: 40px;
    position: absolute;
    right: 15px;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    text-transform: uppercase;
    top: 15px;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: 149.344px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 74.6719px 20px;
    transform-origin: 74.6719px 20px;
    user-select: none;
    caret-color: rgb(255, 255, 255);
    background: rgb(247, 98, 65) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    border-radius: 20px;
    font: 14px / 20px "Source Sans Pro", sans-serif;
    margin: 0px 20px 0px 0px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 10px 35px;
    transition: all 0.2s ease 0s;
}/*#headermicroej_A_22*/

#headermicroej_A_15, #headermicroej_A_17, #headermicroej_A_19, #headermicroej_A_21, #headermicroej_A_23, #headermicroej_A_24{
    font: 14px / 20px "Source Sans Pro", sans-serif;
}

#headermicroej_A_15:hover, #headermicroej_A_17:hover, #headermicroej_A_19:hover, #headermicroej_A_21:hover, #headermicroej_A_23:hover, #headermicroej_A_24:hover {
	color: #f76241;
	border-top: 1px solid #f76241;
}

#headermicroej_A_22:hover{
	color: #333;
	text-decoration: none;
}

#headermicroej_LI_21 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    display: block;
    float: left;
    height: 72px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    top: 0px;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 22.0938px 36px;
    transform-origin: 22.1016px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    margin: 0px 20px 0px 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 10px;
}/*#headermicroej_LI_21*/


#headermicroej_LI_22 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(74, 75, 79);
    display: block;
    float: left;
    height: 72px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(74, 75, 79);
    text-size-adjust: 100%;
    top: 0px;
    column-rule-color: rgb(74, 75, 79);
    perspective-origin: 22.0938px 36px;
    transform-origin: 22.1016px 36px;
    caret-color: rgb(74, 75, 79);
    border: 0px none rgb(74, 75, 79);
    font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    outline: rgb(74, 75, 79) none 0px;
    padding: 10px;
}/*#headermicroej_LI_22*/

#headermicroej_A_23 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(44, 56, 66);
    display: block;
    height: 52px;
    left: 0px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(44, 56, 66);
    text-size-adjust: 100%;
    text-transform: uppercase;
    top: 0px;
    column-rule-color: rgb(44, 56, 66);
    perspective-origin: 12.0938px 26px;
    transform-origin: 12.1016px 26px;
    caret-color: rgb(44, 56, 66);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 0px none rgb(44, 56, 66);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-left: 0px none rgb(44, 56, 66);
    list-style: outside none none;
    outline: rgb(44, 56, 66) none 0px;
    padding: 15px 0px;
}/*#headermicroej_A_23*/

#headermicroej_A_24 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(44, 56, 66);
    display: block;
    height: 52px;
    left: 0px;
    position: relative;
    right: 0px;
    text-align: center;
    text-decoration: none solid rgb(44, 56, 66);
    text-size-adjust: 100%;
    text-transform: uppercase;
    top: 0px;
    column-rule-color: rgb(44, 56, 66);
    perspective-origin: 12.0938px 26px;
    transform-origin: 12.1016px 26px;
    caret-color: rgb(44, 56, 66);
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 0px none rgb(44, 56, 66);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-left: 0px none rgb(44, 56, 66);
    list-style: outside none none;
    outline: rgb(44, 56, 66) none 0px;
    padding: 15px 0px;
}/*#headermicroej_A_24*/

#toolxboxmicroejUL_1 {
	bottom: 242px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 0px;
	box-sizing: border-box;
	color: rgb(74, 75, 79);
	height: 188px;
	position: fixed;
	right: 0px;
	text-align: center;
	text-decoration: none solid rgb(74, 75, 79);
	text-size-adjust: 100%;
	top: 124px;
	width: 66px;
	z-index: 9999;
	column-rule-color: rgb(74, 75, 79);
	perspective-origin: 33px 94px;
	transform-origin: 33px 94px;
	caret-color: rgb(74, 75, 79);
	background: rgb(38, 42, 44) none repeat scroll 0% 0% / auto padding-box border-box;
	border: 0px none rgb(74, 75, 79);
	border-radius: 7px 0px 0px 7px;
	font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
	list-style: outside none none;
	margin: 0px 0px 10px;
	outline: rgb(74, 75, 79) none 0px;
	padding: 0px;
}/*#toolxboxmicroejUL_1*/

#toolxboxmicroejLI_2, #toolxboxmicroejLI_5 {
	box-sizing: border-box;
	color: rgb(74, 75, 79);
	height: 63px;
	text-align: center;
	text-decoration: none solid rgb(74, 75, 79);
	text-size-adjust: 100%;
	width: 66px;
	column-rule-color: rgb(74, 75, 79);
	perspective-origin: 33px 31.5px;
	transform-origin: 33px 31.5px;
	caret-color: rgb(74, 75, 79);
	border: 0px none rgb(74, 75, 79);
	font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
	list-style: outside none none;
	outline: rgb(74, 75, 79) none 0px;
}/*#toolxboxmicroejLI_2, #toolxboxmicroejLI_5*/

#toolxboxmicroejA_3, #toolxboxmicroejA_6 {
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: block;
	height: 63px;
	text-align: center;
	text-decoration: none solid rgb(255, 255, 255);
	text-size-adjust: 100%;
	width: 66px;
	column-rule-color: rgb(255, 255, 255);
	perspective-origin: 33px 31.5px;
	transform-origin: 33px 31.5px;
	caret-color: rgb(255, 255, 255);
	border-top: 0px none rgb(255, 255, 255);
	border-right: 0px none rgb(255, 255, 255);
	border-bottom: 1px solid rgba(85, 86, 91, 0.7);
	border-left: 0px none rgb(255, 255, 255);
	font: 12px / 17.1429px "Source Sans Pro", sans-serif;
	list-style: outside none none;
	outline: rgb(255, 255, 255) none 0px;
	padding: 10px 5px;
	transition: all 0.2s ease 0s;
}/*#toolxboxmicroejA_3, #toolxboxmicroejA_6*/

#toolxboxmicroejI_4 {
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	height: 20px;
	speak: none;
	text-align: center;
	text-decoration: none solid rgb(255, 255, 255);
	text-size-adjust: 100%;
	width: 56px;
	column-rule-color: rgb(255, 255, 255);
	perspective-origin: 28px 10px;
	transform-origin: 28px 10px;
	caret-color: rgb(255, 255, 255);
	border: 0px none rgb(255, 255, 255);
	font: 20px / 20px icomoon;
	list-style: outside none none;
	margin: 0px 0px 5px;
	outline: rgb(255, 255, 255) none 0px;
}/*#toolxboxmicroejI_4*/

#toolxboxmicroejI_7 {
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	height: 20px;
	speak: none;
	text-align: center;
	text-decoration: none solid rgb(255, 255, 255);
	text-size-adjust: 100%;
	width: 56px;
	column-rule-color: rgb(255, 255, 255);
	perspective-origin: 28px 10px;
	transform-origin: 28px 10px;
	caret-color: rgb(255, 255, 255);
	border: 0px none rgb(255, 255, 255);
	font: 20px / 20px icomoon;
	list-style: outside none none;
	margin: 0px 0px 5px;
	outline: rgb(255, 255, 255) none 0px;
}/*#toolxboxmicroejI_7*/

#toolxboxmicroejLI_8 {
	box-sizing: border-box;
	color: rgb(74, 75, 79);
	height: 62px;
	text-align: center;
	text-decoration: none solid rgb(74, 75, 79);
	text-size-adjust: 100%;
	width: 66px;
	column-rule-color: rgb(74, 75, 79);
	perspective-origin: 33px 31px;
	transform-origin: 33px 31px;
	caret-color: rgb(74, 75, 79);
	border: 0px none rgb(74, 75, 79);
	font: 300 18px / 25.7143px "Source Sans Pro", sans-serif;
	list-style: outside none none;
	outline: rgb(74, 75, 79) none 0px;
}/*#toolxboxmicroejLI_8*/

#toolxboxmicroejA_9 {
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: block;
	height: 62px;
	text-align: center;
	text-decoration: none solid rgb(255, 255, 255);
	text-size-adjust: 100%;
	width: 66px;
	column-rule-color: rgb(255, 255, 255);
	perspective-origin: 33px 31px;
	transform-origin: 33px 31px;
	caret-color: rgb(255, 255, 255);
	border: 0px none rgb(255, 255, 255);
	font: 12px / 17.1429px "Source Sans Pro", sans-serif;
	list-style: outside none none;
	outline: rgb(255, 255, 255) none 0px;
	padding: 10px 5px;
	transition: all 0.2s ease 0s;
}/*#toolxboxmicroejA_9*/

#toolxboxmicroejI_10 {
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: block;
	height: 20px;
	speak: none;
	text-align: center;
	text-decoration: none solid rgb(255, 255, 255);
	text-size-adjust: 100%;
	width: 56px;
	column-rule-color: rgb(255, 255, 255);
	perspective-origin: 28px 10px;
	transform-origin: 28px 10px;
	caret-color: rgb(255, 255, 255);
	border: 0px none rgb(255, 255, 255);
	font: 20px / 20px icomoon;
	list-style: outside none none;
	margin: 0px 0px 5px;
	outline: rgb(255, 255, 255) none 0px;
}/*#toolxboxmicroejI_10*/

#toolxboxmicroejA_3:hover, #toolxboxmicroejA_6:hover, #toolxboxmicroejA_9:hover{
	background:#f76241;
	text-decoration: none;
	border-radius: 7px 0 0 7px;
}

.toolboxmicroj_icon{
	padding-bottom: 7px;
}

#footermicroej_FOOTER_1 {
    background-position: 50% 50%;
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 447px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 951.5px 223.5px;
    transform-origin: 951.5px 223.5px;
    caret-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255) url("https://developer.microej.com/wp-content/themes/wordpress-bootstrap-master/css/bg/footer.jpg") repeat scroll 50% 50% / cover padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 100px 0px 0px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 54px 15px 40px;
}/*#footermicroej_FOOTER_1*/

#footermicroej_DIV_2 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 353px;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 1600px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 800px 176.5px;
    transform-origin: 800px 176.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px 136.5px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 15px;
}/*#footermicroej_DIV_2*/

#footermicroej_DIV_3 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 237px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 1600px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 800px 118.5px;
    transform-origin: 800px 118.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px -15px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_DIV_3*/

#footermicroej_DIV_4 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    height: 197px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 933.328px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 466.656px 98.5px;
    transform-origin: 466.664px 98.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 15px;
}/*#footermicroej_DIV_4*/

#footermicroej_DIV_5 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 197px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 933.328px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 466.656px 98.5px;
    transform-origin: 466.664px 98.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px -15px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_DIV_5*/

#footermicroej_DIV_6, #footermicroej_DIV_13 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    height: 122px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 311.094px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 155.547px 61px;
    transform-origin: 155.547px 61px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 15px;
}/*#footermicroej_DIV_6, #footermicroej_DIV_13*/

#footermicroej_P_7, #footermicroej_P_14, #footermicroej_P_21 {
    box-sizing: border-box;
    color: rgb(247, 98, 65);
    height: 22px;
    text-decoration: none solid rgb(247, 98, 65);
    text-size-adjust: 100%;
    width: 281.094px;
    column-rule-color: rgb(247, 98, 65);
    perspective-origin: 140.547px 11px;
    transform-origin: 140.547px 11px;
    caret-color: rgb(247, 98, 65);
    border: 0px none rgb(247, 98, 65);
    font: 700 16px / 22.8571px "Source Sans Pro", sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(247, 98, 65) none 0px;
}/*#footermicroej_P_7, #footermicroej_P_14, #footermicroej_P_21*/

#footermicroej_UL_8, #footermicroej_UL_15 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 50px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 281.094px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 140.547px 25px;
    transform-origin: 140.547px 25px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    margin: 0px 0px 10px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px;
}/*#footermicroej_UL_8, #footermicroej_UL_15*/

#footermicroej_LI_9, #footermicroej_LI_11, #footermicroej_LI_16, #footermicroej_LI_18, #footermicroej_LI_23, #footermicroej_LI_25, #footermicroej_LI_27, #footermicroej_LI_29, #footermicroej_LI_33 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 25px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 281.094px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 140.547px 12.5px;
    transform-origin: 140.547px 12.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_LI_9, #footermicroej_LI_11, #footermicroej_LI_16, #footermicroej_LI_18, #footermicroej_LI_23, #footermicroej_LI_25, #footermicroej_LI_27, #footermicroej_LI_29, #footermicroej_LI_33*/

#footermicroej_A_10, #footermicroej_A_12, #footermicroej_A_19, #footermicroej_A_24, #footermicroej_A_28, #footermicroej_A_34 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-align: left;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 16px / 22.8571px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.1s ease 0s;
}/*#footermicroej_A_10, #footermicroej_A_12, #footermicroej_A_19, #footermicroej_A_24, #footermicroej_A_28, #footermicroej_A_34*/

#footermicroej_A_17, #footermicroej_A_26 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-align: left;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 16px / 22.8571px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.1s ease 0s;
}/*#footermicroej_A_17, #footermicroej_A_26*/

#footermicroej_DIV_20 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    height: 197px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 311.094px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 155.547px 98.5px;
    transform-origin: 155.547px 98.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 15px;
}/*#footermicroej_DIV_20*/

#footermicroej_UL_22 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 125px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 281.094px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 140.547px 62.5px;
    transform-origin: 140.547px 62.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    margin: 0px 0px 10px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px;
}/*#footermicroej_UL_22*/

#footermicroej_A_30 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-align: left;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 16px / 22.8571px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.1s ease 0s;
}/*#footermicroej_A_30*/

#footermicroej_LI_31 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: none;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    visibility: hidden;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_LI_31*/

#footermicroej_A_32 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-align: left;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    visibility: hidden;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 16px / 22.8571px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.1s ease 0s;
}/*#footermicroej_A_32*/

#footermicroej_DIV_35 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    height: 237px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 666.656px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 333.328px 118.5px;
    transform-origin: 333.328px 118.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 15px;
}/*#footermicroej_DIV_35*/

#footermicroej_DIV_36 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 237px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 666.656px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 333.328px 118.5px;
    transform-origin: 333.328px 118.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px -15px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_DIV_36*/

#footermicroej_DIV_37 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    height: 237px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 666.656px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 333.328px 118.5px;
    transform-origin: 333.328px 118.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 15px;
}/*#footermicroej_DIV_37*/

#footermicroej_P_38 {
    box-sizing: border-box;
    color: rgb(247, 98, 65);
    height: 22px;
    text-decoration: none solid rgb(247, 98, 65);
    text-size-adjust: 100%;
    width: 636.656px;
    column-rule-color: rgb(247, 98, 65);
    perspective-origin: 318.328px 11px;
    transform-origin: 318.328px 11px;
    caret-color: rgb(247, 98, 65);
    border: 0px none rgb(247, 98, 65);
    font: 700 16px / 22.8571px "Source Sans Pro", sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(247, 98, 65) none 0px;
}/*#footermicroej_P_38*/

#footermicroej_P_39 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 25px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 636.656px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 318.328px 12.5px;
    transform-origin: 318.328px 12.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px 0px 10px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_P_39*/

#footermicroej_SCRIPT_40, #footermicroej_SCRIPT_57 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_SCRIPT_40, #footermicroej_SCRIPT_57*/

#footermicroej_FORM_41 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 140px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 636.656px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 318.328px 70px;
    transform-origin: 318.328px 70px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_FORM_41*/

#footermicroej_DIV_42, #footermicroej_DIV_44 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 34px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 636.656px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 318.328px 17px;
    transform-origin: 318.328px 17px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px 0px 15px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_DIV_42, #footermicroej_DIV_44*/

#footermicroej_INPUT_43, #footermicroej_INPUT_45 {
    bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
    color: rgb(255, 255, 255);
    display: block;
    left: 0px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 572.984px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 286.484px 17px;
    transform-origin: 286.492px 17px;
    caret-color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    font: 300 14px / 20px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}/*#footermicroej_INPUT_43, #footermicroej_INPUT_45*/

#footermicroej_DIV_46 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 42px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 666.656px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 333.328px 21px;
    transform-origin: 333.328px 21px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px -15px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_DIV_46*/

#footermicroej_DIV_47 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    height: 42px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 666.656px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 333.328px 21px;
    transform-origin: 333.328px 21px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 15px;
}/*#footermicroej_DIV_47*/

#footermicroej_INPUT_48 {
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 42px;
    text-align: center;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    text-transform: uppercase;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    width: 120.609px;
    column-rule-color: rgb(255, 255, 255);
    align-items: flex-start;
    perspective-origin: 60.2969px 21px;
    transform-origin: 60.3047px 21px;
    user-select: none;
    caret-color: rgb(255, 255, 255);
    background: rgb(247, 98, 65) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    font: 14px / 20px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 10px 35px;
    transition: all 0.2s ease 0s;
}/*#footermicroej_INPUT_48*/

#footermicroej_INPUT_49, #footermicroej_INPUT_50, #footermicroej_INPUT_52, #footermicroej_INPUT_54, #footermicroej_INPUT_56 {
    color: rgb(255, 255, 255);
    cursor: default;
    display: none;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px;
}/*#footermicroej_INPUT_49, #footermicroej_INPUT_50, #footermicroej_INPUT_52, #footermicroej_INPUT_54, #footermicroej_INPUT_56*/

#footermicroej_INPUT_51, #footermicroej_INPUT_53 {
    color: rgb(255, 255, 255);
    cursor: default;
    display: none;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px;
}/*#footermicroej_INPUT_51, #footermicroej_INPUT_53*/

#footermicroej_INPUT_55 {
    color: rgb(255, 255, 255);
    cursor: default;
    display: none;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px;
}/*#footermicroej_INPUT_55*/

#footermicroej_SPAN_58 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: none;
    position: relative;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    visibility: hidden;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_SPAN_58*/

#footermicroej_INPUT_59 {
    color: rgb(255, 255, 255);
    height: 46px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    visibility: hidden;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 2px inset rgb(255, 255, 255);
    border-radius: 6px;
    font: 300 18px / 24px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 10px 16px;
}/*#footermicroej_INPUT_59*/

#footermicroej_HR_60 {
    color: rgb(255, 255, 255);
    height: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 1570px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 785px 0.5px;
    transform-origin: 785px 0.5px;
    caret-color: rgb(255, 255, 255);
    border-top: 1px solid rgba(85, 86, 91, 0.7);
    border-right: 0px none rgba(85, 86, 91, 0.7);
    border-bottom: 0px none rgba(85, 86, 91, 0.7);
    border-left: 0px none rgba(85, 86, 91, 0.7);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 20px 0px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_HR_60*/

#footermicroej_DIV_61 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 75px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 1600px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 800px 37.5px;
    transform-origin: 800px 37.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    margin: 0px -15px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_DIV_61*/

#footermicroej_DIV_62 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    height: 49.125px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 1066.66px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 533.328px 24.5625px;
    transform-origin: 533.328px 24.5625px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 15px;
}/*#footermicroej_DIV_62*/

#footermicroej_P_63 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 19.125px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 1036.66px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 518.328px 9.5625px;
    transform-origin: 518.328px 9.5625px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 12px / 17.1429px "Source Sans Pro Light", sans-serif;
    margin: 0px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_P_63*/

#footermicroej_IMG_64 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 18px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    vertical-align: middle;
    width: 98px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 49px 9px;
    transform-origin: 49px 9px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 12px / 17.1429px "Source Sans Pro Light", sans-serif;
    margin: 0px 30px 0px 0px;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_IMG_64*/

#footermicroej_BR_65, #footermicroej_BR_66 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: none;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 12px / 17.1429px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_BR_65, #footermicroej_BR_66*/

#footermicroej_SPAN_67, #footermicroej_A_68, #footermicroej_A_70 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 12px / 17.1429px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_SPAN_67, #footermicroej_A_68, #footermicroej_A_70*/

#footermicroej_A_69 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 12px / 17.1429px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
}/*#footermicroej_A_69*/

#footermicroej_DIV_71 {
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    float: left;
    height: 75px;
    left: 0px;
    min-height: 1px;
    position: relative;
    right: 0px;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    top: 0px;
    width: 533.328px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 266.656px 37.5px;
    transform-origin: 266.664px 37.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    outline: rgb(255, 255, 255) none 0px;
    padding: 15px;
}/*#footermicroej_DIV_71*/

#footermicroej_UL_72 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    height: 35px;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 508.328px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 254.156px 17.5px;
    transform-origin: 254.164px 17.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    margin: 0px 0px 10px -5px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px;
}/*#footermicroej_UL_72*/

#footermicroej_LI_73 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 35px;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 33.0156px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 16.5px 17.5px;
    transform-origin: 16.5078px 17.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 5px;
}/*#footermicroej_LI_73*/

#footermicroej_A_74 {
    box-sizing: border-box;
    color: rgb(51, 122, 183);
    display: block;
    height: 35px;
    text-align: right;
    text-decoration: none solid rgb(51, 122, 183);
    text-size-adjust: 100%;
    width: 23.0156px;
    column-rule-color: rgb(51, 122, 183);
    perspective-origin: 11.5px 17.5px;
    transform-origin: 11.5078px 17.5px;
    caret-color: rgb(51, 122, 183);
    border: 0px none rgb(51, 122, 183);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(51, 122, 183) none 0px;
    padding: 5px;
}/*#footermicroej_A_74*/

#footermicroej_I_75 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    speak: none;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 14px / 14px icomoon;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.2s ease 0s;
}/*#footermicroej_I_75*/

#footermicroej_LI_76, #footermicroej_LI_79, #footermicroej_LI_82 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 35px;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    width: 34px;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 17px 17.5px;
    transform-origin: 17px 17.5px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 5px;
}/*#footermicroej_LI_76, #footermicroej_LI_79, #footermicroej_LI_82*/

#footermicroej_A_77, #footermicroej_A_80, #footermicroej_A_83 {
    box-sizing: border-box;
    color: rgb(51, 122, 183);
    display: block;
    height: 35px;
    text-align: right;
    text-decoration: none solid rgb(51, 122, 183);
    text-size-adjust: 100%;
    width: 24px;
    column-rule-color: rgb(51, 122, 183);
    perspective-origin: 12px 17.5px;
    transform-origin: 12px 17.5px;
    caret-color: rgb(51, 122, 183);
    border: 0px none rgb(51, 122, 183);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(51, 122, 183) none 0px;
    padding: 5px;
}/*#footermicroej_A_77, #footermicroej_A_80, #footermicroej_A_83*/

#footermicroej_I_78 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    speak: none;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 14px / 14px icomoon;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.2s ease 0s;
}/*#footermicroej_I_78*/

#footermicroej_I_81 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    speak: none;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 14px / 14px icomoon;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.2s ease 0s;
}/*#footermicroej_I_81*/

#footermicroej_I_84 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    speak: none;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    column-rule-color: rgb(255, 255, 255);
    perspective-origin: 0px 0px;
    transform-origin: 0px 0px;
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 14px / 14px icomoon;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.2s ease 0s;
}/*#footermicroej_I_84*/

#footermicroej_LI_85 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: none;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    visibility: hidden;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    padding: 0px 5px;
}/*#footermicroej_LI_85*/

#footermicroej_A_86 {
    box-sizing: border-box;
    color: rgb(51, 122, 183);
    display: block;
    text-align: right;
    text-decoration: none solid rgb(51, 122, 183);
    text-size-adjust: 100%;
    visibility: hidden;
    column-rule-color: rgb(51, 122, 183);
    caret-color: rgb(51, 122, 183);
    border: 0px none rgb(51, 122, 183);
    font: 300 18px / 25.7143px "Source Sans Pro Light", sans-serif;
    list-style: outside none none;
    outline: rgb(51, 122, 183) none 0px;
    padding: 5px;
}/*#footermicroej_A_86*/

#footermicroej_I_87 {
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    speak: none;
    text-align: right;
    text-decoration: none solid rgb(255, 255, 255);
    text-size-adjust: 100%;
    visibility: hidden;
    column-rule-color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    border: 0px none rgb(255, 255, 255);
    font: 14px / 14px icomoon;
    list-style: outside none none;
    outline: rgb(255, 255, 255) none 0px;
    transition: all 0.2s ease 0s;
}/*#footermicroej_I_87*/

#footermicroej_FOOTER_1 a:hover{
    color: #ee502e;
}

#footermicroej_INPUT_48:hover{
    background: transparent;
}
