/* CSS Document for Screens */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,600,600i');
/* use font-family: 'Open Sans', sans-serif; */

/*---------------*/
/* global styles */
body {
    font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 300; color: #fff;
    margin: 0; padding: 0;
    background-color: #050505;
    overflow-x: hidden;
}

div.strategy.background { 
    background: url(../img/strategy_2000.jpg) no-repeat center bottom; 
    width: 100%; position: fixed; z-index: 0;
    height: 0;
    top: 0; 
}

#page { margin: 0 auto; position: relative; z-index: 1; }


/*--------------------*/
/* Global Text Styles */
h1 { margin: 0 0 1em 0; font-size: 2.8em; font-weight: 600; }
h2 { margin: 0 0 .5em 0; font-size: 1.8em; font-weight: 600; line-height: 1.1em; text-align: center; }
h3 { margin: 0 0 .5em 0; font-size: 1.3em; font-weight: 600; }
h4 { margin: 0 0 1.5em 0; font-size: 1em; font-weight: 600; }

p { margin: 0 0 1em 0; }

a { color: #ddd; }
a:hover { color: #31940c; }
a:visited { color: #aaa; }

a.btn { font-size: 1.2em; text-decoration: none; color: #fff; border: 1px solid #fff; padding: 4px 15px; transition: background-color .5s; }
a.btn:hover { background-color: rgba(0,0,0,.3) }

a[id] { position: relative; display: block; top: -100px; }

hr {
    height: 1px; width: 375px;
    border-width: 0;
    background-color: #206307;
    margin: 0 auto 20px auto;
}

/*------------------------*/
/* Header Specific Styles */
header { 
    height: 410px; 
    background: #000 url(../img/banner_2000.jpg) no-repeat center bottom; 
    position: relative; 
    margin-bottom: 117px;
}

header div.logo-container { 
    position: relative; top: 87px; 
    margin: 0 auto; background-color: rgba(0,0,0,.7); 
    width: 375px; height: 215px; 
    border: 1px solid #fff;
}

header a.logo { 
    display: block; width: 333px; height: 195px;
    margin: 0 auto;
    background: url(../img/logo_333.png) no-repeat center 20px; background-size: contain; 
}


/*---------------*/
/* Section - All */
section { padding: 0px 30px; }
section::after {content: ''; display: block; clear: both; }

section.wholepage { margin: 10px 50px; }


/*--------------------*/
/* Section - About Us */
section.about-us { 
    color: #fff; 
    margin: 175px auto 75px auto;  /* top margin needs to counter act height of navigation */
    max-width: 850px; 
    padding: 50px; 
    border: 2px solid #222; 
    background-color: #090909; 
}

section.about-us p { margin-top: 50px; }


/*--------------------*/
/* Section - strategy */
section.strategy { height: 100%; margin: 0 auto; padding: 75px; }

section.strategy article { margin: 0 auto; max-width: 1150px; }

section.strategy p:first-of-type { margin-top: 50px; }
section.strategy p { margin: 35px auto 5px auto; max-width: 1050px; font-size: 1.1em;  }

section.strategy .aside-container { max-width: 1200px; position: relative; margin: 0 auto; text-align: center; }

section.strategy aside { 
    width: 30%; height: 175px; display: inline-block; 
    text-align: center; vertical-align: top; 
    margin: 30px 10px 15px 10px; 
    border: 1px solid #fff;
    background-color: rgba(5,5,5,.7); 
    cursor: pointer;
    transition: background-color .5s; 
}
section.strategy aside:hover { 
    background-color: rgba(17,25,14,.6)
}

section.strategy aside .content { margin: 15px; background: no-repeat center top; background-size: 75px 75px; padding-top: 85px; }
section.strategy aside .content a, section.strategy aside .content a:hover { color: #fff; font-size: 1.1em; font-weight: 600; }

section.strategy aside p, section.strategy aside p:first-of-type { margin-top: 15px; font-size: .9em; }

section.strategy aside .content.SEM { background-image: url(../img/factory.svg); }
section.strategy aside .content.ISB { background-image: url(../img/light-bulb.svg); }
section.strategy aside .content.SCP { background-image: url(../img/package.svg); }
section.strategy aside .content.DR { background-image: url(../img/coffee.svg); }
section.strategy aside .content.EB { background-image: url(../img/cross-cutlery.svg); }
section.strategy aside .content.MOF { background-image: url(../img/flask.svg); }

section.strategy aside .description-container { 
    display: none; 
    position: fixed; z-index: 3; top: 0; left: 0; 
    height: 100%; width: 100%; 
    background-color: rgba(8,8,8,.6); opacity: 0; 
    transition: opacity 1s;
    cursor: default;
}
section.strategy aside .description  { 
    position: absolute; height: 350px; width: 600px; 
    background-color: #111; 
    top: 50%; left:50%;
    margin-top: -225px; margin-left: -350px;
    padding: 50px;
}
section.strategy aside .description a.closeBtn { 
    position: fixed;
    margin: -175px 0 0 610px;
    display: block; width: 25px; height: 25px;
    background: url(../img/close_white.svg) no-repeat 0 0; background-size: contain; 
    cursor: pointer; 
}
section.strategy aside .description a.closeBtn:hover { 
    background: url(../img/close_green.svg) no-repeat 0 0; background-size: contain; 
}
section.strategy aside .description p:first-of-type, section.strategy aside .description p { 
    margin-top: 30px;
}
section.strategy aside .description .logo { margin: 0; background: no-repeat center top; background-size: 125px 125px; padding-top: 140px; }
section.strategy aside .description.SEM .logo { background-image: url(../img/factory.svg); }
section.strategy aside .description.ISB .logo { background-image: url(../img/light-bulb.svg); }
section.strategy aside .description.SCP .logo { background-image: url(../img/package.svg); }
section.strategy aside .description.DR .logo { background-image: url(../img/coffee.svg); }
section.strategy aside .description.EB .logo { background-image: url(../img/cross-cutlery.svg); }
section.strategy aside .description.MOF .logo { background-image: url(../img/flask.svg); }

section.strategy aside .disclaimer { color: #999; font-style: italic; font-size: 0.8em; }
section.strategy aside .description p.disclaimer { position: absolute; bottom: 10px; left: 10px; }


/*------------------------*/
/* Section - Our Approach */
/*section.our-approach { width: 100%; padding: 75px 0 50px 0; background-color: #050505; }
section.our-approach p { max-width: 1050px; padding: 30px; margin: 0 auto; }
section.our-approach .aside-container { max-width: 1200px; margin: 0 auto; text-align: center; }

section.our-approach aside { 
    width: 40%; margin: 30px; padding: 20px; 
    display: inline-block;
    background-color: #090909; border: 2px solid #222; 
    vertical-align: top; 
}
section.our-approach aside .content { text-align: center; height: 75px; }*/


/*--------------------*/
/* Section - Holdings */
section.member-companies { width: 100%; padding: 75px 0 50px 0; background-color: #050505; }
section.member-companies p { max-width: 1050px; padding: 30px; margin: 0 auto; }
section.member-companies a { text-decoration: none; transition: color .25s; }
section.member-companies a.logoLink { display: block; position: relative; }
section.member-companies a:hover { color: #31940c; }
section.member-companies .aside-container { max-width: 1200px; margin: 0 auto; text-align: center; }

section.member-companies aside { 
    width: 75%; margin: 30px; padding: 20px; 
    display: inline-block;
    background-color: #090909; border: 2px solid #222; 
    vertical-align: top; 
}
section.member-companies aside .content { text-align: center; position: relative; background-repeat: no-repeat; background-position: center top; }
section.member-companies aside .content a.logoLink { margin: 0 auto 20px auto; }
section.member-companies aside .content.mission {  background-size: 276px 100px; background-image: url(../img/holdings/mission_logo.png); }
section.member-companies aside .content.mission a.logoLink { height: 100px; width: 276px; }
section.member-companies aside .content.utility-contracting {  background-size: 276px 190px; background-image: url(../img/holdings/utility-contracting_logo.png); }
section.member-companies aside .content.utility-contracting a.logoLink { height: 190px; width: 276px; }


/*-------------------*/
/* Section - Critera */
section.criteria { margin: 0 auto;  padding: 50px 0; width: 100%; background-color: #050505;  }
section.criteria hr { margin-bottom: 50px; }
section.criteria p { margin: 0 auto; text-align: center; font-size: 1.2em; max-width: 1050px; width: 90%; }
section.criteria .aside-container { max-width: 1200px; width: 90%; margin: 0 auto; text-align: center; }

section.criteria aside { 
    width: 275px; margin: 30px; padding: 20px; 
    display: inline-block;
    background-color: rgba(5,5,5,.7); border: 2px solid #222;
    vertical-align: top;
}
section.criteria aside .content { text-align: center; height: 315px; }


/*----------------*/
/* Section - Team */
section.team { position: relative; margin: 0 auto; padding: 50px 0; width: 100%; background: url(../img/team_2000.jpg) no-repeat center bottom; }
section.team .aside-container { max-width: 1200px; width: 90%; margin: 20px auto 0 auto; }

section.team aside { width: 100%; background-color: #090909; border: 2px solid #222; margin: 50px 0; }

section.team aside .content { padding: 30px; }
section.team aside .content::after { content: ''; display: block; clear: both; }
section.team aside .content img { display: block; margin: 0 20px 15px 0; height: 150px; width: 150px; float: left; }
section.team aside .content h4 { margin-bottom: 5px; font-size: 1.2em; }
section.team aside .content span { font-weight: 300; }
section.team aside .content a { 
    display: inline-block; 
    padding: 20px 35px; 
    font-size: 1.1em;
    background: no-repeat left center; background-size: 20px 20px; 
    text-decoration: none;
}
section.team aside .content a.phone { background-image: url(../img/icon_phone_green.svg); }
section.team aside .content a.mobile { background-image: url(../img/icon_mobile-phone_green.svg); }
section.team aside .content a.email { background-image: url(../img/icon_envelope_green.svg); }
section.team aside .content p { margin-bottom: 1em; }


/*----------------*/
/* Section - News */
section.news { width: 100%; padding: 0; background-color: #050505; margin: 0; padding: 50px 0 0 0; }
section.news .article-container { max-width: 1200px; margin: 0 auto; padding: 20px 0 50px 0; }
section.news article { margin: 20px auto; padding: 30px 40px 20px 40px; width: 80%; max-width: 1050px; background-color: #090909; border: 2px solid #222; }
section.news article::after { content: ''; display: block; clear: both; }

section.news article img { display: block; margin: 0 20px 15px 0; width: 175px; float: left; }
section.news article h3 a { text-decoration: none; }
section.news article .content h3 { margin-bottom: 5px; font-size: 1.3em; }
section.news article span.source { color: #999; font-size: 0.8em; }
section.news article span.source::after { content: ' - '; }
section.news article span.publish-date { color: #999; font-style: italic; font-size: 0.8em; }


/*-------------------*/
/* Section - Contact */
section.contact { margin: 0 auto; padding: 0; }

section.contact .content { 
    margin: 0 auto; 
    width: 50%; 
    height: 500px; 
    float: left;
    background: url(../img/contact-us_1000.jpg) no-repeat center bottom; 
    color: #050505;
    text-align: center;
}
section.contact h2 { margin: 50px 0 20px 0; }
section.contact hr { background-color: #050505; }

section.contact .address h3 { margin: 30px 0 0 0; }
section.contact .address p, section.contact .address p:first-of-type { margin: 0; }
section.contact p { font-weight: 600; }
section.contact p:first-of-type { margin-top: 40px; padding: 0; }

section.contact .content a {
    color: #000; 
    display: inline-block; 
    padding: 0 0 0 35px; 
    font-size: 1.1em;
    background: no-repeat left center; background-size: 20px 20px; 
    text-decoration: none;
}
section.contact .content a:hover { text-decoration: underline; }
section.contact .content a.phone { background-image: url(../img/icon_phone_darkgrey.svg); }
section.contact .content a.email { background-image: url(../img/icon_envelope_darkgrey.svg); }

/* section.contact .content .contact-emails { display: inline-block; } */
/* section.contact .content aside.personal { text-align: left; } */
section.contact .content aside.personal:first-of-type { margin-top: 30px; }
section.contact .content aside.personal h4 { margin: 5px 0; font-weight: 600; }
section.contact .content aside.personal p, section.contact .content aside.personal p:first-of-type { /* margin: 5px 0; */ font-weight: 300; }

section.contact .map { 
    float: right; width: 50%; position: relative;
    padding-bottom: 500px; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}
section.contact .map::after { content: ''; display: block; clear: both; }
section.contact .map iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 500px !important; pointer-events: none; }
section.contact .map iframe.clicked { pointer-events: auto; }


/*------------*/
/* Navigation */
div.nav-container { position: absolute; top: 0; left: 0; width: 100%; }
div.nav-container .nav-positioner { background-color: rgba(0,0,0,.8); width: 100%; position: relative; top: 410px; }
div.nav-container .nav-positioner::after { content: ''; display: block; clear: both; }
div.nav-container .nav-centerer { max-width: 1200px; width: 98%; margin: 0 auto; }

div.nav-container a.logo { 
    float: left;
    top: 0;
    margin: 15px 0 0 20px;
    display: block; width: 66px; height: 64px;
    background: url(../img/logo_only.png) no-repeat 0 0; background-size: contain; 
    z-index: 2;
    opacity: 0;
    transition: opacity 1s;
}

nav { padding: 45px 0 0 0; float: right; max-width: 950px; }

nav ul { list-style: none; margin: 0; padding: 0; display: inline-block; }

nav ul li:hover {color: #2b0306; }
nav ul li:hover > ul { display: block; }

nav ul li a { 
    display: inline-block;
    color: #fff; text-decoration: none;
    padding: 10px 20px;
    width: 125px;
    position: relative;
    transition: color .25s;
    cursor: pointer;
}
nav ul li a:visited { color: #fff; }
nav ul li a:hover { color: #31940c; }

nav ul ul { position: absolute; top: 100%; background-color: rgba(0,0,0,.8); display: none; }

nav ul ul li { position: relative; }

nav ul ul ul { left: 100%; top: 0px; }


/* top-level */
nav > ul { padding-left: 100px; padding-right: 20px; }
nav > ul > li { float: left; }
nav > ul > li > a { width: auto; padding: 10px 20px 15px 20px; }

nav a[aria-haspopup="true"]::after {
    content: '';
    display: block; width: 0px; height: 0px;
    position: absolute; top: 16px; right: 15px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
}

nav a[aria-haspopup="true"]:hover::after {
    border-left-color: #31940c;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

nav > ul > li > a[aria-haspopup="true"]::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
    left: 20px; right: auto;
    bottom: 6px; top: auto;
}

nav > ul > li > a[aria-haspopup="true"]:hover::after {
    border-top-color: #31940c;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/*--------*/
/* Footer */
footer { font-size: .8em; padding: 50px 0 20px 0; background-color: #050505; color: #999; width: 100% }
footer .footer-container { max-width: 1200px; width: 90%; margin: 0 auto; }

footer a { margin-left: 30px; color: #888; text-decoration: none; cursor: pointer; }
footer a:visited { color: #888; }
footer a:hover { color: #31940c; }

footer .content { display: inline; float: left; width: 100%;  }

footer .nav { margin-bottom: 15px; }
footer .nav a:first-child { margin-left: 0px; }

footer .legal { margin: 15px 0px; }
footer .legal a:first-child { margin-left: 0px; }

footer .social-media { margin-bottom: 15px; }

footer .contact { float: right; text-align: right; }
footer .contact p { 
    display: block; 
    font-size: 1.2em;
    background: no-repeat right top; background-size: 20px 20px; 
    padding-right: 35px;  
}
footer .contact .address { background-image: url(../img/icon_location_green.svg); }
footer .contact .phone { background-image: url(../img/icon_phone_green.svg); }
footer .contact .email { background-image: url(../img/icon_envelope_green.svg); }

footer .credit { clear: both; width: 100%; text-align: center; padding: 15px 0 0 0; }
footer .credit a { margin-left: 0px; }

/*--------------*/
/*Media Queries */
@media screen and (max-width: 1075px) {
    h1 { font-size: 2.4em; }

    div.strategy.background { background: url(../img/strategy_1000.jpg) no-repeat center bottom; }

    /* Section - About Us */
    section.about-us { max-width: 650px; margin: 100px auto 50px auto; }
    
    /* Section - Strategy */
    section.strategy { padding-top: 75px; padding-bottom: 0; }
    section.strategy .aside-container { max-width: 1000px; }
    section.strategy aside { width: 28%; }
    section.strategy aside .content { margin: 15px; background: no-repeat center top; background-size: 60px 60px; padding-top: 70px; }
    section.strategy aside a { font-size: .8em; }


    /* Section - Criteria */
    section.criteria p { max-width: 800px; }
    section.criteria .aside-container { max-width: 1000px; }
    section.criteria aside { margin: 15px; }

    /* Section - Team */ 
    section.team { padding-bottom: 10px; background: url(../img/team_1000.jpg) no-repeat center bottom; } 
    section.team .aside-container { max-width: 1000px; width: 80% }
    section.team aside .content { font-size: 0.9em; }
    section.team aside .content a { font-size: 0.9em; padding: 20px 15px 20px 25px; }

    /* Section - News */
    section.news .article-container { max-width: 1000px; }

    /* Navigation */
    div.nav-container { max-width: 1000px; }
    nav { font-size: 0.85em; max-width: 750px; }
    nav ul li a { 
        padding: 10px 10px;
    }

    /* Footer */
    footer .contact { float: none; text-align: left; }
    footer .contact p { 
        display: block; 
        font-size: 1em;
        background: no-repeat left top; background-size: 20px 20px; 
        padding-left: 35px;  
    }
}


/* -- Medium Screens -- */

@media screen and (max-width: 840px) {
    nav { font-size: 0.8em; max-width: 700px; }
}
@media screen and (max-width: 825px) {
    h1 { font-size: 2.2em; }

    div.strategy.background { background: none; }

    /* Header */
    header { height: 300px; background-image: url(../img/banner_825.jpg); }
    header div.logo-container { top: 37px; }

    /* Section - About Us */
    section.about-us { max-width: 600px; width: 90%; font-size: 0.9em; }
    section.about-us h2 { font-size: 1.75em; } 

    /* Section - Strategy */
    section.strategy { font-size: 0.9em; }
    section.strategy h2 { font-size: 1.75em; } 
    section.strategy aside { width: 25%; }
    section.strategy aside h3 { font-size: 0.9em; }
    section.strategy aside .description { font-size: 1.1em; }
    section.strategy aside .description h3 { font-size: 1.1em; }

    /* Section - Criteria */
    section.criteria { padding-top: 60px; padding-bottom: 50px; }
    section.criteria h2 { font-size: 1.75em; } 
    section.criteria aside { font-size: 0.9em; height: 280px; width: 37%; }

    /* Section - Team */
    section.team { background: none; padding-top: 20px; }
    section.team aside .content a { padding: 10px 20px 10px 30px; width: 100%; }
    section.team aside .content h4 span { display: block; }

    /* Section - Contact */
    section.contact .content { width: 100%; }
    section.contact .content aside.personal { text-align: center; display: block; margin: inherit auto; }
    section.contact .map { width: 100%; float: left; }

    /* Navigation */
    div.nav-container { max-width: 825px; }
    div.nav-container .nav-positioner { top: 300px; }
    nav { font-size: 0.7em; max-width: 700px; }
}

@media screen and (max-width: 760px) {
    h1 { font-size: 1.8em; }
    h2 { font-size: 1.4em; }
    h3 { font-size: 1.1em; }
    a.btn { font-size: 1em; }

    /* Section - About Us */
    section.about-us { max-width: 450px; width: 90%; font-size: 0.9em; }

    /* Section - Strategy */
    section.strategy { font-size: 0.8em; padding-top: 40px; }
    section.strategy aside { width: 42%; margin: 10px; }
    section.strategy aside .description { width: 400px; margin-left: -250px; }
    section.strategy aside .description a.closeBtn { margin: -175px 0 0 410px; }

    /* Section - Holdings */
    section.member-companies aside .content { font-size: 0.9em; }
    section.member-companies aside .content.mission { background-size: 207px 75px; }

    section.member-companies aside .content.mission a.logoLink { height: 75px; width: 207px; margin: 0 auto 20px auto; }
    
    /* Section - Criteria */
    section.criteria { font-size: 0.8em; } 
    section.criteria aside { width: 35%; margin: 10px; height: 250px; }

    /* Navigation */
    nav { padding-top: 50px; max-width: 545px; font-size: 0.7em; }
    nav > ul { padding-left: 0px;}

    /* Footer */
    footer a { margin-left: 20px; font-size: 0.9em; }
}


/* -- Small Screens -- */
@media screen and (max-width: 665px) {
    nav {
        max-width: 345px;
    }
}
@media screen and (max-width: 625px) {
    h1 { font-size: 1em; }
    h3 { margin-bottom: 0px; }
    a.btn {font-size: .9em; }
    hr { width: 250px; }

    header { height: 160px; margin-bottom: 30px; background-image: url(../img/banner_625.jpg); background-position: left top;}
    header div.logo-container { position: relative ; width: 184px; height: 110px; top: 20px; padding: 0; }
    header a.logo { height: 100px; width: 153px; background: url(../img/logo_153.png) no-repeat center top 13px; }

    /* Section - About Us */
    section.about-us { margin-top: 25px; max-width: 375px; width: 80%; padding: 25px; }

    /* Section - Strategy */
    section.strategy { padding-left: 30px; padding-right: 30px; }
    section.strategy aside { 
        width: 90%; height: 75px; display: inline-block; 
        text-align: center; vertical-align: middle; 
        margin: 10px;  
    }
    section.strategy aside .content { margin: 15px; height: 100%; background: no-repeat left top; background-size: 50px 50px; padding-left: 65px; padding-top: 0; }
    section.strategy aside .content a, section.strategy aside .content a:hover { color: #fff; font-size: 1.1em; font-weight: 600; text-decoration: underline; }

    section.strategy aside .description  { 
        position: absolute; height: 380px; width: 250px; 
        margin-top: -220px; margin-left: -150px;
        padding: 20px;
    }
    section.strategy aside .description a.closeBtn { 
        margin: -95px 0 0 235px;
    }
    section.strategy aside .description .logo { margin: 0; background: no-repeat center top; background-size: 75px 75px; padding-top: 85px; }

    /* Section - Criteria */
    section.criteria aside { width: 90%; margin: 10px auto; height: auto;}
    section.criteria aside { font-size: 1.1em; }
    section.criteria aside .content { height: auto; }

    /* Section - Team */
    section.team aside .content a { font-size: 0.8em; }

    /* Section - News */
    section.news { padding-top: 0; }
    section.news article { width: 70%; }
    section.news article img { display: block; margin: 0 auto; float: none; margin-bottom: 15px; }
    section.news article h3 a { text-decoration: none; }
    section.news article .content h3 { font-size: 1.1em; }
    section.news article p.publish-date { color: #999; font-style: italic; font-size: 0.8em; }

    /* Navigation */
    div.nav-container{ position: relative; }
    div.nav-container a.logo { display: none; }
    div.nav-container .nav-positioner { top: 0; }
    div.nav-container .nav-centerer { width: 100%; }
    
    nav {float: none; width: 100%; position: static; width: auto; padding: 20px 15px; background-color: #222; max-width: 625px; }
    nav ul, 
    nav ul ul, 
    nav ul ul ul {
        display: block; position: static;
    }

    nav >ul { padding: 0; }
    nav > ul > li { float: none; margin-top: 25px; }

    nav ul li:hover { background: none; }
    nav ul li a {
        width: auto;
        display: block;
        margin: 8px 10px; 
        padding: 8px 15px; 
        border: 1px solid rgba(255,255,255,.2);
    }
    nav ul li a:hover { background-color: rgba(255,255,255,.2); }

    nav ul ul { background: none; }
    nav ul ul li a { margin-left: 30px; }
    nav ul ul ul li a { margin-left: 60px; }

    nav a[aria-haspopup="true"]::after { display: none; }

    /* Footer */
    footer div.content { display: block; margin-top: 15px; }
    footer div.content a { margin: 0 20px 0 0; }
    footer .nav { display: none; }
    footer .contact { width: 100%; font-size: 0.8em; }
    footer .contact .address { width: 100%; }
}