
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100% !important;
    height: auto;
    background: #eeeeee;
    font-size: 10px;
    color: #000000;
    font-family: Lucida Grande, sans-serif;
    overflow-x: hidden;
}

body {
    webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -o-transition: .3s all linear;
    -ms-transition: .3s all linear;
    transition: .3s all linear;
    background-size: 100%;
}

form, p, h1, h2, h3, h4, h5, h6, table, tr, td, figure {
    margin: 0;
    padding: 0;
}

img, table {
    border: 0;
    vertical-align: middle;
}

input, select, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.both {
    clear: both;
}

.clearfix:before, .clearfix:after, .wrapper:before, .wrapper:after, .row:before,
.row:after, .input-box-group:before, .input-box-group:after {
    content: "";
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    display: block;
    clear: both;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

img {
    width: 100%;
    border: 0;
}

#wrapper {
    width: 90%;
    max-width: 1024px;
    padding: 1em 0;
    margin: 0 auto;
    position: relative;
}

.wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, .mdl-layout__header .mdl-layout__drawer-button {
    outline-style: none;
}

/*
hesder
*/

#hesder {
    background: #155a2f;
    width: 100%;
    position: relative;
}

#hesder .wrapper {
    border-left: 2em solid #155a2f;
}

#hesder .wrapper:before {
    width: 24%;
    height: 100%;
    position: absolute;
    background: rgba(250, 250, 250, .2);
    top: 0;
    right: 0;
}

#hesder .logo {
    width: 24%;
    background: #ffffff;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5em 1.5em 1.5em 1.5em;
    height: 100%;
    display: block;
    text-align: center;
}

#hesder .logo img {
    width: 100%;
    max-width: 20em;
}

#header-menu {
    position: absolute;
    left: 24%;
    width: 52%;
    top: 0;
    height: 100%;
    line-height: 1;
    z-index: 100;
}

#header-menu nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

#header-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    text-align: left;
}

#header-menu a {
    display: block;
    color: #ffffff;
    font-size: 1.8em;
    text-decoration: none;
    padding: .7em .2em .7em 1.2em;
    position: relative;
    cursor: pointer;
}

#header-menu a:before {
    content: "";
    position: absolute;
    left: .4em;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #ffffff;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#header-menu a:hover, #header-menu a.active {
    color: #fec200;
}

#header-menu a:hover:before, #header-menu a.active:before {
    border: 2px solid #fec200;
}

#header-menu li ul {
    position: absolute;
    text-align: left;
    left: 0;
    top: 100%;
    width: 20em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .8em;
    background: #9acc99;
    color: #036e41;
    max-height: 0;
    overflow: hidden;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#header-menu li:hover ul {
    max-height: 7000px;
    display: block;
}

#header-menu li li {
    display: block;
}

#header-menu li li a {
    color: #036e41;
    font-size: 1.4em;
    margin: 0;
    padding: .8em;
    border-top: 1px solid #036e41;
    display: block;
}

#header-menu li li a:hover {
    color: #000000;
}

#header-menu li li:first-child a {
    border: 0;
}

#header-menu li li a:before {
    display: none;
}

/*
pahe-header
*/
#pahe-header {
}

#pahe-header .wrapper {
    border-left: 2em solid #666666;
}

#pahe-header .flexslider {
    margin: 0;
    padding: 0;
    border: 0;
}

#pahe-header .flex-control-nav {
    position: relative;
    bottom: 0;
    padding: 2.5em 0;
    background: #eeeeee;
}

#pahe-header .flexslider .slides {
    border: 4px solid #ffffff;
}

#pahe-header .slides a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #4a4e4e;
    text-decoration: none;
}

#pahe-header .slide-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 24%;
    height: 100%;
    background: rgba(250, 250, 250, .4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em;
    font-size: 1.4em;
    line-height: 1.5em;
}

#pahe-header .slide-content b {
    display: block;
    color: #2a292a;
}

#pahe-header .slide-content .wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 1.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
footer
*/

#footer {
    background: #ffffff;
    color: #767676;
    border-top: 5em solid #666666;
}

#footer .wrapper {
    padding: 1.5em;

}

#footer .copyright, #footer nav {
    float: left;
    width: 50%;
    font-size: 1.2em;
}

#footer a {
    color: #000000;
    text-decoration: none;
}

#footer nav a:hover {
    text-decoration: underline;
}

#footer nav {
    text-align: right;
}

#footer nav a {
    color: #000000;
    display: inline-block;
    padding: 0 .3em 0 1em;
    position: relative;
}

#footer nav a:before {
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
}

#footer nav a:first-child:before {
    display: none;
}

#footer .wrapper.right img {
    max-width: 10em;
}

#footer .wrapper.right a {
    display: block;
}

/*
sup-footer
*/
#sup-footer {
    background: #ffffff;
}

#sup-footer .wrapper {
    padding: 2em;
    text-align: center;
}

#sup-footer h2 {
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    font-size: 1.4em;
    line-height: 1.4em;
    vertical-align: middle;
}

#sup-footer a {
    display: inline-block;
    padding: .5em 1.5em;
    vertical-align: middle;
    height: 60px;
}

#sup-footer a img {
    width: auto;
    max-width: 100%;
    height: 100%;
}

/*
main box
*/
#main_box {
    background: #cccccc;
}

#main_box.providers-main {
    background: #ffffff;
}

#main_box .wrapper {
    border-left: 2em solid #cccccc;
}

#main_box .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

#main_box aside {
    order: 1;
    width: 24%;
    background: #9ACC99;
    padding: 2.5em 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main_box aside nav {
    font-size: 1.3em;
    border-top: 2px dotted #ffffff;
}

#main_box aside a {
    display: block;
    padding: 1em .2em 1em 40px;
    border-bottom: 2px dotted #ffffff;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    position: relative;
}

#main_box aside a:before {
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent url("../images/icon-001.png") 50% 50% no-repeat;
    background-size: 100%;
    left: 0;
    top: 50%;
    content: "";
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

#main_box aside a.icons-01:before {
    background-image: url("../images/icon-001.png");
}

#main_box aside a.icons-02:before {
    background-image: url("../images/icon-002.png");
}

#main_box aside a.icons-03:before {
    background-image: url("../images/icon-003.png");
}

#main_box aside a:hover {
    background: #8dc284;
}

#main_box section {
    order: 2;
    width: 76%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em;
}

#main_box section iframe {
    max-width: 100%;
}

#main_box.providers-main section {
    width: 10%;
}

#main_box.providers-main section:first-child {
    width: 90%;
}


#main_box2.providers-main section {
    width: 60%;
}

#main_box2.providers-main section:first-child {
    width: 30%;
}



#main_box section h1 {
    margin: 0;
    padding: .5em 0;
    font-size: 2.4em;
    color: #016C40;
}

#main_box section h2 {
    margin: 0;
    padding: .5em 0;
    font-size: 1.5em;
}

#main_box section h3 {
    margin: 0;
    padding: .5em 0;
    font-size: 1.5em;
    color: #016C40;
}

#main_box section p {
    margin: 0;
    padding: .5em 0;
    font-size: 1.4em;
}

#main_box section ul,
#main_box section ol {
    font-size: 1.4em;
}

#main_box section a {
    color: #000000;
    text-decoration: underline;
}

#main_box section a:hover {
    text-decoration: none;
    color: #666666;
}

.btn_link, #main_box section a.btn_link {
    display: inline-block;
    padding: .5em .5em .5em 1.5em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

.btn_link:hover, #main_box section a.btn_link:hover {
    background: rgba(102, 102, 102, .2);
    color: #000000;
}

.btn_link:before, #main_box section a.btn_link:before {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #9ACC99;
    border: 2px solid #ffffff;
    content: "";
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

/* Mobile menu */
#mob_open {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    margin: 0;
    cursor: pointer;
    height: 30px;
    display: none;
    width: 40px;
}

#mob_open .bar {
    display: block;
    background: white;
    height: 4px;
    width: 40px;
    position: absolute;
    transition: all 0.5s ease;
    border-radius: 5px;
}

#mob_open .bar:nth-child(1) {
    top: 0px;
}

#mob_open .bar:nth-child(2) {
    top: 12px;
}

#mob_open .bar:nth-child(3) {
    top: 24px;
}

.js-show-page-menu #mob_open .bar:nth-child(2) {
    opacity: 0;
}

.js-show-page-menu #mob_open .bar:nth-child(1) {
    transform: rotatez(45deg);
    -webkit-transform-origin: 0%;
    left: 2px
}

.js-show-page-menu #mob_open .bar:nth-child(3) {
    transform: rotatez(-45deg);
    -webkit-transform-origin: 15%;
}

@media screen and (max-width: 1150px) {
    html, body {
        font-size: 9px;
    }

    #hesder .wrapper:before {
        width: 20%;
    }

    #header-menu {
        width: 56%;
    }
}

@media screen and (max-width: 1024px) {
    #hesder {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99999;
    }

    #hesder .wrapper:before {
        display: none;
    }

    #hesder .logo {
        padding: .5em;
        width: 160px;
    }

    #mob_open {
        display: block;
    }

    #wrapper {
        padding: 60px 0 0 0;
        width: 100%;
    }

    #header-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #155a2f;
        overflow: auto;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

    .js-show-page-menu #header-menu {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    #header-menu nav {
        position: relative;
        padding-top: 80px;
    }

    #header-menu li {
        display: block;
    }

    #header-menu a {
        font-size: 3em;
    }

    #header-menu li ul {
        position: relative;
        width: 100%;
        display: block;
        max-height: 9000px;
    }

    #header-menu li li a {
        font-size: 2em;
    }
}

@media screen and (max-width: 800px) {

    #main_box.providers-main section, #main_box.providers-main section:first-child,
    #main_box aside, #main_box section, #pahe-header .slide-content, #sup-footer h2, #footer .copyright, #footer nav {
        width: 100%;
    }

    #pahe-header .slide-content .wrap, #pahe-header .slide-content, #sup-footer h2, #footer .copyright, #footer nav {
        position: relative;
        height: auto;
        text-align: center;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #pahe-header .slide-content {
        padding: 0;
    }

    #main_box section {
        order: 1;
    }

    #main_box aside {
        order: 2;
    }
}

providers-main2 {
	background: #FFFFFF !important;
}